libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.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
Eq DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Read DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Generic DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceAction :: Type -> Type #

NFData DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Methods

rnf :: DeleteServiceAction -> () #

Hashable DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToJSON DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

AWSRequest DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type AWSResponse 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

type Rep DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceAction = D1 ('MetaData "DeleteServiceAction" "Amazonka.ServiceCatalog.DeleteServiceAction" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" '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)))
type AWSResponse DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

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

$sel:id: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
Eq DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Read DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Generic DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceActionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" '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