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

Description

Updates a self-service action.

Synopsis

Creating a Request

data UpdateServiceAction Source #

See: newUpdateServiceAction smart constructor.

Constructors

UpdateServiceAction' 

Fields

Instances

Instances details
ToJSON UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToHeaders UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToPath UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToQuery UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

AWSRequest UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type AWSResponse UpdateServiceAction #

Generic UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceAction :: Type -> Type #

Read UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

NFData UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Methods

rnf :: UpdateServiceAction -> () #

Eq UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Hashable UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type AWSResponse UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

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

newUpdateServiceAction Source #

Create a value of UpdateServiceAction 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:UpdateServiceAction', updateServiceAction_acceptLanguage - The language code.

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

UpdateServiceAction, updateServiceAction_definition - A map that defines the self-service action.

UpdateServiceAction, updateServiceAction_description - The self-service action description.

UpdateServiceAction, updateServiceAction_name - The self-service action name.

UpdateServiceAction, updateServiceAction_id - The self-service action identifier.

Request Lenses

updateServiceAction_acceptLanguage :: Lens' UpdateServiceAction (Maybe Text) Source #

The language code.

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

updateServiceAction_id :: Lens' UpdateServiceAction Text Source #

The self-service action identifier.

Destructuring the Response

data UpdateServiceActionResponse Source #

See: newUpdateServiceActionResponse smart constructor.

Constructors

UpdateServiceActionResponse' 

Fields

Instances

Instances details
Generic UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceActionResponse :: Type -> Type #

Read UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

NFData UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Eq UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceActionResponse = D1 ('MetaData "UpdateServiceActionResponse" "Amazonka.ServiceCatalog.UpdateServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateServiceActionResponse Source #

Create a value of UpdateServiceActionResponse 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:serviceActionDetail:UpdateServiceActionResponse', updateServiceActionResponse_serviceActionDetail - Detailed information about the self-service action.

$sel:httpStatus:UpdateServiceActionResponse', updateServiceActionResponse_httpStatus - The response's http status code.

Response Lenses