| 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.PutConfiguration
Description
Associates a TagKey configuration to an account.
Synopsis
- data PutConfiguration = PutConfiguration' {}
- newPutConfiguration :: AppRegistryConfiguration -> PutConfiguration
- putConfiguration_configuration :: Lens' PutConfiguration AppRegistryConfiguration
- data PutConfigurationResponse = PutConfigurationResponse' {
- newPutConfigurationResponse :: PutConfigurationResponse
Creating a Request
data PutConfiguration Source #
See: newPutConfiguration smart constructor.
Constructors
| PutConfiguration' | |
Fields
| |
Instances
Create a value of PutConfiguration 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:PutConfiguration', putConfiguration_configuration - Associates a TagKey configuration to an account.
Request Lenses
putConfiguration_configuration :: Lens' PutConfiguration AppRegistryConfiguration Source #
Associates a TagKey configuration to an account.
Destructuring the Response
data PutConfigurationResponse Source #
See: newPutConfigurationResponse smart constructor.
Constructors
| PutConfigurationResponse' | |
Instances
newPutConfigurationResponse :: PutConfigurationResponse Source #
Create a value of PutConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.