| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Proton.GetTemplateSyncConfig
Description
Get detail data for a template sync configuration.
Synopsis
- data GetTemplateSyncConfig = GetTemplateSyncConfig' {}
- newGetTemplateSyncConfig :: Text -> TemplateType -> GetTemplateSyncConfig
- getTemplateSyncConfig_templateName :: Lens' GetTemplateSyncConfig Text
- getTemplateSyncConfig_templateType :: Lens' GetTemplateSyncConfig TemplateType
- data GetTemplateSyncConfigResponse = GetTemplateSyncConfigResponse' {}
- newGetTemplateSyncConfigResponse :: Int -> GetTemplateSyncConfigResponse
- getTemplateSyncConfigResponse_templateSyncConfig :: Lens' GetTemplateSyncConfigResponse (Maybe TemplateSyncConfig)
- getTemplateSyncConfigResponse_httpStatus :: Lens' GetTemplateSyncConfigResponse Int
Creating a Request
data GetTemplateSyncConfig Source #
See: newGetTemplateSyncConfig smart constructor.
Constructors
| GetTemplateSyncConfig' | |
Fields
| |
Instances
newGetTemplateSyncConfig Source #
Create a value of GetTemplateSyncConfig 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:
GetTemplateSyncConfig, getTemplateSyncConfig_templateName - The template name.
GetTemplateSyncConfig, getTemplateSyncConfig_templateType - The template type.
Request Lenses
getTemplateSyncConfig_templateName :: Lens' GetTemplateSyncConfig Text Source #
The template name.
getTemplateSyncConfig_templateType :: Lens' GetTemplateSyncConfig TemplateType Source #
The template type.
Destructuring the Response
data GetTemplateSyncConfigResponse Source #
See: newGetTemplateSyncConfigResponse smart constructor.
Constructors
| GetTemplateSyncConfigResponse' | |
Fields
| |
Instances
newGetTemplateSyncConfigResponse Source #
Create a value of GetTemplateSyncConfigResponse 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:templateSyncConfig:GetTemplateSyncConfigResponse', getTemplateSyncConfigResponse_templateSyncConfig - The template sync configuration detail data that's returned by Proton.
$sel:httpStatus:GetTemplateSyncConfigResponse', getTemplateSyncConfigResponse_httpStatus - The response's http status code.
Response Lenses
getTemplateSyncConfigResponse_templateSyncConfig :: Lens' GetTemplateSyncConfigResponse (Maybe TemplateSyncConfig) Source #
The template sync configuration detail data that's returned by Proton.
getTemplateSyncConfigResponse_httpStatus :: Lens' GetTemplateSyncConfigResponse Int Source #
The response's http status code.