amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder 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.AmplifyUiBuilder.DeleteForm

Description

Deletes a form from an Amplify app.

Synopsis

Creating a Request

data DeleteForm Source #

See: newDeleteForm smart constructor.

Constructors

DeleteForm' 

Fields

  • appId :: Text

    The unique ID of the Amplify app associated with the form to delete.

  • environmentName :: Text

    The name of the backend environment that is a part of the Amplify app.

  • id :: Text

    The unique ID of the form to delete.

Instances

Instances details
ToHeaders DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Methods

toHeaders :: DeleteForm -> [Header] #

ToPath DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

ToQuery DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

AWSRequest DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Associated Types

type AWSResponse DeleteForm #

Generic DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Associated Types

type Rep DeleteForm :: Type -> Type #

Read DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Show DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

NFData DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Methods

rnf :: DeleteForm -> () #

Eq DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Hashable DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

type AWSResponse DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

type Rep DeleteForm Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

type Rep DeleteForm = D1 ('MetaData "DeleteForm" "Amazonka.AmplifyUiBuilder.DeleteForm" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "DeleteForm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteForm Source #

Create a value of DeleteForm 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:

DeleteForm, deleteForm_appId - The unique ID of the Amplify app associated with the form to delete.

DeleteForm, deleteForm_environmentName - The name of the backend environment that is a part of the Amplify app.

DeleteForm, deleteForm_id - The unique ID of the form to delete.

Request Lenses

deleteForm_appId :: Lens' DeleteForm Text Source #

The unique ID of the Amplify app associated with the form to delete.

deleteForm_environmentName :: Lens' DeleteForm Text Source #

The name of the backend environment that is a part of the Amplify app.

deleteForm_id :: Lens' DeleteForm Text Source #

The unique ID of the form to delete.

Destructuring the Response

data DeleteFormResponse Source #

See: newDeleteFormResponse smart constructor.

Constructors

DeleteFormResponse' 

Instances

Instances details
Generic DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Associated Types

type Rep DeleteFormResponse :: Type -> Type #

Read DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Show DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

NFData DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

Methods

rnf :: DeleteFormResponse -> () #

Eq DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

type Rep DeleteFormResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteForm

type Rep DeleteFormResponse = D1 ('MetaData "DeleteFormResponse" "Amazonka.AmplifyUiBuilder.DeleteForm" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "DeleteFormResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFormResponse :: DeleteFormResponse Source #

Create a value of DeleteFormResponse with all optional fields omitted.

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