Updates a self-service action.
servicecatalog_update_service_action(Id, Name, Definition, Description,
AcceptLanguage)
A list with the following syntax:
list(
ServiceActionDetail = list(
ServiceActionSummary = list(
Id = "string",
Name = "string",
Description = "string",
DefinitionType = "SSM_AUTOMATION"
),
Definition = list(
"string"
)
)
)
[required] The self-service action identifier.
The self-service action name.
A map that defines the self-service action.
The self-service action description.
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
svc$update_service_action(
Id = "string",
Name = "string",
Definition = list(
"string"
),
Description = "string",
AcceptLanguage = "string"
)