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.CreateBackendConfig

Description

Creates a config object for a backend.

Synopsis

Creating a Request

data CreateBackendConfig Source #

The request body for CreateBackendConfig.

See: newCreateBackendConfig smart constructor.

Constructors

CreateBackendConfig' 

Fields

Instances

Instances details
Eq CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Read CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Show CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Generic CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Associated Types

type Rep CreateBackendConfig :: Type -> Type #

NFData CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Methods

rnf :: CreateBackendConfig -> () #

Hashable CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

ToJSON CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

AWSRequest CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Associated Types

type AWSResponse CreateBackendConfig #

ToHeaders CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

ToPath CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

ToQuery CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

type Rep CreateBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

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

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

newCreateBackendConfig Source #

Create a value of CreateBackendConfig 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:backendManagerAppId:CreateBackendConfig', createBackendConfig_backendManagerAppId - The app ID for the backend manager.

$sel:appId:CreateBackendConfig', createBackendConfig_appId - The app ID.

Request Lenses

Destructuring the Response

data CreateBackendConfigResponse Source #

See: newCreateBackendConfigResponse smart constructor.

Constructors

CreateBackendConfigResponse' 

Fields

Instances

Instances details
Eq CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Read CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Show CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Generic CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

Associated Types

type Rep CreateBackendConfigResponse :: Type -> Type #

NFData CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

type Rep CreateBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.CreateBackendConfig

type Rep CreateBackendConfigResponse = D1 ('MetaData "CreateBackendConfigResponse" "Amazonka.AmplifyBackend.CreateBackendConfig" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "CreateBackendConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "backendEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateBackendConfigResponse Source #

Create a value of CreateBackendConfigResponse 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:status:CreateBackendConfigResponse', createBackendConfigResponse_status - The current status of the request.

$sel:jobId:CreateBackendConfigResponse', createBackendConfigResponse_jobId - The ID for the job.

$sel:appId:CreateBackendConfig', createBackendConfigResponse_appId - The app ID.

$sel:backendEnvironmentName:CreateBackendConfigResponse', createBackendConfigResponse_backendEnvironmentName - The name of the backend environment.

$sel:httpStatus:CreateBackendConfigResponse', createBackendConfigResponse_httpStatus - The response's http status code.

Response Lenses