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 |
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.
PutConfiguration' | |
|
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.
Instances
newPutConfigurationResponse :: PutConfigurationResponse Source #
Create a value of PutConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.