libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AmplifyBackend.UpdateBackendConfig

Description

Updates the AWS resources required to access the Amplify Admin UI.

Synopsis

Creating a Request

data UpdateBackendConfig Source #

The request body for UpdateBackendConfig.

See: newUpdateBackendConfig smart constructor.

Constructors

UpdateBackendConfig' 

Fields

Instances

Instances details
Eq UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Read UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Show UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Generic UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Associated Types

type Rep UpdateBackendConfig :: Type -> Type #

NFData UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Methods

rnf :: UpdateBackendConfig -> () #

Hashable UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

ToJSON UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

AWSRequest UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Associated Types

type AWSResponse UpdateBackendConfig #

ToHeaders UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

ToPath UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

ToQuery UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

type Rep UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

type Rep UpdateBackendConfig = D1 ('MetaData "UpdateBackendConfig" "Amazonka.AmplifyBackend.UpdateBackendConfig" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "UpdateBackendConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loginAuthConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoginAuthConfigReqObj)) :*: S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

newUpdateBackendConfig Source #

Create a value of UpdateBackendConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:loginAuthConfig:UpdateBackendConfig', updateBackendConfig_loginAuthConfig - Describes the Amazon Cognito configuration for Admin UI access.

$sel:appId:UpdateBackendConfig', updateBackendConfig_appId - The app ID.

Request Lenses

updateBackendConfig_loginAuthConfig :: Lens' UpdateBackendConfig (Maybe LoginAuthConfigReqObj) Source #

Describes the Amazon Cognito configuration for Admin UI access.

Destructuring the Response

data UpdateBackendConfigResponse Source #

See: newUpdateBackendConfigResponse smart constructor.

Constructors

UpdateBackendConfigResponse' 

Fields

Instances

Instances details
Eq UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Read UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Show UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Generic UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

Associated Types

type Rep UpdateBackendConfigResponse :: Type -> Type #

NFData UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

type Rep UpdateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.UpdateBackendConfig

type Rep UpdateBackendConfigResponse = D1 ('MetaData "UpdateBackendConfigResponse" "Amazonka.AmplifyBackend.UpdateBackendConfig" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "UpdateBackendConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "backendManagerAppId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loginAuthConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoginAuthConfigReqObj)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateBackendConfigResponse Source #

Create a value of UpdateBackendConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:error:UpdateBackendConfigResponse', updateBackendConfigResponse_error - If the request fails, this error is returned.

$sel:appId:UpdateBackendConfig', updateBackendConfigResponse_appId - The app ID.

$sel:backendManagerAppId:UpdateBackendConfigResponse', updateBackendConfigResponse_backendManagerAppId - The app ID for the backend manager.

$sel:loginAuthConfig:UpdateBackendConfig', updateBackendConfigResponse_loginAuthConfig - Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.

$sel:httpStatus:UpdateBackendConfigResponse', updateBackendConfigResponse_httpStatus - The response's http status code.

Response Lenses

updateBackendConfigResponse_error :: Lens' UpdateBackendConfigResponse (Maybe Text) Source #

If the request fails, this error is returned.

updateBackendConfigResponse_loginAuthConfig :: Lens' UpdateBackendConfigResponse (Maybe LoginAuthConfigReqObj) Source #

Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.