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

Description

Updates a self-service action.

Synopsis

Creating a Request

data UpdateServiceAction Source #

See: newUpdateServiceAction smart constructor.

Constructors

UpdateServiceAction' 

Fields

Instances

Instances details
Eq UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Read UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Generic UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceAction :: Type -> Type #

NFData UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Methods

rnf :: UpdateServiceAction -> () #

Hashable UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToJSON UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

AWSRequest UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

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

type Rep UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceAction = D1 ('MetaData "UpdateServiceAction" "Amazonka.ServiceCatalog.UpdateServiceAction" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UpdateServiceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap ServiceActionDefinitionKey Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

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:definition:UpdateServiceAction', updateServiceAction_definition - A map that defines the self-service action.

$sel:name:UpdateServiceAction', updateServiceAction_name - The self-service action name.

$sel:acceptLanguage:UpdateServiceAction', updateServiceAction_acceptLanguage - The language code.

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

$sel:description:UpdateServiceAction', updateServiceAction_description - The self-service action description.

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

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Read UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Generic UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceActionResponse :: Type -> Type #

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