| 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.ServiceCatalogAppRegistry.GetConfiguration
Description
Retrieves a TagKey configuration from an account.
Synopsis
- data GetConfiguration = GetConfiguration' {
- newGetConfiguration :: GetConfiguration
- data GetConfigurationResponse = GetConfigurationResponse' {}
- newGetConfigurationResponse :: Int -> GetConfigurationResponse
- getConfigurationResponse_configuration :: Lens' GetConfigurationResponse (Maybe AppRegistryConfiguration)
- getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int
Creating a Request
data GetConfiguration Source #
See: newGetConfiguration smart constructor.
Constructors
| GetConfiguration' | |
Instances
newGetConfiguration :: GetConfiguration Source #
Create a value of GetConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetConfigurationResponse Source #
See: newGetConfigurationResponse smart constructor.
Constructors
| GetConfigurationResponse' | |
Fields
| |
Instances
newGetConfigurationResponse Source #
Create a value of GetConfigurationResponse 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:configuration:GetConfigurationResponse', getConfigurationResponse_configuration - Retrieves TagKey configuration from an account.
$sel:httpStatus:GetConfigurationResponse', getConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getConfigurationResponse_configuration :: Lens' GetConfigurationResponse (Maybe AppRegistryConfiguration) Source #
Retrieves TagKey configuration from an account.
getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int Source #
The response's http status code.