amazonka-amplifybackend-2.0: Amazon AmplifyBackend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.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

AWSRequest RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type AWSResponse RemoveBackendConfig #

Generic RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type Rep RemoveBackendConfig :: Type -> Type #

Read RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Show RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

NFData RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Methods

rnf :: RemoveBackendConfig -> () #

Eq RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Hashable RemoveBackendConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

type AWSResponse 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" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "RemoveBackendConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

RemoveBackendConfig, removeBackendConfig_appId - The app ID.

Request Lenses

Destructuring the Response

data RemoveBackendConfigResponse Source #

See: newRemoveBackendConfigResponse smart constructor.

Constructors

RemoveBackendConfigResponse' 

Fields

Instances

Instances details
Generic RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Associated Types

type Rep RemoveBackendConfigResponse :: Type -> Type #

Read RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Show RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

NFData RemoveBackendConfigResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.RemoveBackendConfig

Eq 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" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" '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:

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.