Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.
Synopsis
- data UpdateSystemTemplate = UpdateSystemTemplate' {}
- newUpdateSystemTemplate :: Text -> DefinitionDocument -> UpdateSystemTemplate
- updateSystemTemplate_compatibleNamespaceVersion :: Lens' UpdateSystemTemplate (Maybe Integer)
- updateSystemTemplate_id :: Lens' UpdateSystemTemplate Text
- updateSystemTemplate_definition :: Lens' UpdateSystemTemplate DefinitionDocument
- data UpdateSystemTemplateResponse = UpdateSystemTemplateResponse' {}
- newUpdateSystemTemplateResponse :: Int -> UpdateSystemTemplateResponse
- updateSystemTemplateResponse_summary :: Lens' UpdateSystemTemplateResponse (Maybe SystemTemplateSummary)
- updateSystemTemplateResponse_httpStatus :: Lens' UpdateSystemTemplateResponse Int
Creating a Request
data UpdateSystemTemplate Source #
See: newUpdateSystemTemplate
smart constructor.
UpdateSystemTemplate' | |
|
Instances
newUpdateSystemTemplate Source #
Create a value of UpdateSystemTemplate
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:compatibleNamespaceVersion:UpdateSystemTemplate'
, updateSystemTemplate_compatibleNamespaceVersion
- The version of the user's namespace. Defaults to the latest version of
the user's namespace.
If no value is specified, the latest version is used by default.
$sel:id:UpdateSystemTemplate'
, updateSystemTemplate_id
- The ID of the system to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
$sel:definition:UpdateSystemTemplate'
, updateSystemTemplate_definition
- The DefinitionDocument
that contains the updated system definition.
Request Lenses
updateSystemTemplate_compatibleNamespaceVersion :: Lens' UpdateSystemTemplate (Maybe Integer) Source #
The version of the user's namespace. Defaults to the latest version of the user's namespace.
If no value is specified, the latest version is used by default.
updateSystemTemplate_id :: Lens' UpdateSystemTemplate Text Source #
The ID of the system to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
updateSystemTemplate_definition :: Lens' UpdateSystemTemplate DefinitionDocument Source #
The DefinitionDocument
that contains the updated system definition.
Destructuring the Response
data UpdateSystemTemplateResponse Source #
See: newUpdateSystemTemplateResponse
smart constructor.
UpdateSystemTemplateResponse' | |
|
Instances
newUpdateSystemTemplateResponse Source #
Create a value of UpdateSystemTemplateResponse
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:summary:UpdateSystemTemplateResponse'
, updateSystemTemplateResponse_summary
- An object containing summary information about the updated system.
$sel:httpStatus:UpdateSystemTemplateResponse'
, updateSystemTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
updateSystemTemplateResponse_summary :: Lens' UpdateSystemTemplateResponse (Maybe SystemTemplateSummary) Source #
An object containing summary information about the updated system.
updateSystemTemplateResponse_httpStatus :: Lens' UpdateSystemTemplateResponse Int Source #
The response's http status code.