amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.DeleteServiceAction

Description

Deletes a self-service action.

Synopsis

Creating a Request

data DeleteServiceAction Source #

See: newDeleteServiceAction smart constructor.

Constructors

DeleteServiceAction' 

Fields

  • acceptLanguage :: Maybe Text

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • id :: Text

    The self-service action identifier. For example, act-fs7abcd89wxyz.

Instances

Instances details
ToJSON DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToHeaders DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToPath DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToQuery DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

AWSRequest DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type AWSResponse DeleteServiceAction #

Generic DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceAction :: Type -> Type #

Read DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

NFData DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Methods

rnf :: DeleteServiceAction -> () #

Eq DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Hashable DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type AWSResponse DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceAction = D1 ('MetaData "DeleteServiceAction" "Amazonka.ServiceCatalog.DeleteServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteServiceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteServiceAction Source #

Create a value of DeleteServiceAction 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:acceptLanguage:DeleteServiceAction', deleteServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteServiceAction, deleteServiceAction_id - The self-service action identifier. For example, act-fs7abcd89wxyz.

Request Lenses

deleteServiceAction_acceptLanguage :: Lens' DeleteServiceAction (Maybe Text) Source #

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

deleteServiceAction_id :: Lens' DeleteServiceAction Text Source #

The self-service action identifier. For example, act-fs7abcd89wxyz.

Destructuring the Response

data DeleteServiceActionResponse Source #

See: newDeleteServiceActionResponse smart constructor.

Constructors

DeleteServiceActionResponse' 

Fields

Instances

Instances details
Generic DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceActionResponse :: Type -> Type #

Read DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

NFData DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Eq DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceActionResponse = D1 ('MetaData "DeleteServiceActionResponse" "Amazonka.ServiceCatalog.DeleteServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteServiceActionResponse Source #

Create a value of DeleteServiceActionResponse 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:httpStatus:DeleteServiceActionResponse', deleteServiceActionResponse_httpStatus - The response's http status code.

Response Lenses