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

Description

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

Synopsis

Creating a Request

data RemoveBackendConfig Source #

See: newRemoveBackendConfig smart constructor.

Constructors

RemoveBackendConfig' 

Fields

Instances

Instances details
Eq RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Read RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Show RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Generic RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type Rep RemoveBackendConfig :: Type -> Type #

NFData RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Methods

rnf :: RemoveBackendConfig -> () #

Hashable RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

ToJSON RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

AWSRequest RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type AWSResponse RemoveBackendConfig #

ToHeaders RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

ToPath RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

ToQuery RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

type Rep RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

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

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

newRemoveBackendConfig Source #

Create a value of RemoveBackendConfig 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:appId:RemoveBackendConfig', removeBackendConfig_appId - The app ID.

Request Lenses

Destructuring the Response

data RemoveBackendConfigResponse Source #

See: newRemoveBackendConfigResponse smart constructor.

Constructors

RemoveBackendConfigResponse' 

Fields

Instances

Instances details
Eq RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Read RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Show RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Generic RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type Rep RemoveBackendConfigResponse :: Type -> Type #

NFData RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

type Rep RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

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

newRemoveBackendConfigResponse Source #

Create a value of RemoveBackendConfigResponse 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:RemoveBackendConfigResponse', removeBackendConfigResponse_error - If the request fails, this error is returned.

$sel:httpStatus:RemoveBackendConfigResponse', removeBackendConfigResponse_httpStatus - The response's http status code.

Response Lenses

removeBackendConfigResponse_error :: Lens' RemoveBackendConfigResponse (Maybe Text) Source #

If the request fails, this error is returned.