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

Description

Deletes a component from an Amplify app.

Synopsis

Creating a Request

data DeleteComponent Source #

See: newDeleteComponent smart constructor.

Constructors

DeleteComponent' 

Fields

  • appId :: Text

    The unique ID of the Amplify app associated with the component 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 component to delete.

Instances

Instances details
ToHeaders DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

ToPath DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

ToQuery DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

AWSRequest DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Associated Types

type AWSResponse DeleteComponent #

Generic DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Associated Types

type Rep DeleteComponent :: Type -> Type #

Read DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Show DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

NFData DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Methods

rnf :: DeleteComponent -> () #

Eq DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Hashable DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

type AWSResponse DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

type Rep DeleteComponent Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

type Rep DeleteComponent = D1 ('MetaData "DeleteComponent" "Amazonka.AmplifyUiBuilder.DeleteComponent" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "DeleteComponent'" '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))))

newDeleteComponent Source #

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

DeleteComponent, deleteComponent_appId - The unique ID of the Amplify app associated with the component to delete.

DeleteComponent, deleteComponent_environmentName - The name of the backend environment that is a part of the Amplify app.

DeleteComponent, deleteComponent_id - The unique ID of the component to delete.

Request Lenses

deleteComponent_appId :: Lens' DeleteComponent Text Source #

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

deleteComponent_environmentName :: Lens' DeleteComponent Text Source #

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

deleteComponent_id :: Lens' DeleteComponent Text Source #

The unique ID of the component to delete.

Destructuring the Response

data DeleteComponentResponse Source #

See: newDeleteComponentResponse smart constructor.

Instances

Instances details
Generic DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Associated Types

type Rep DeleteComponentResponse :: Type -> Type #

Read DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Show DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

NFData DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

Methods

rnf :: DeleteComponentResponse -> () #

Eq DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

type Rep DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.DeleteComponent

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

newDeleteComponentResponse :: DeleteComponentResponse Source #

Create a value of DeleteComponentResponse with all optional fields omitted.

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