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 |
Delete a configuration profile. Deleting a configuration profile does not delete a configuration from a host.
Synopsis
- data DeleteConfigurationProfile = DeleteConfigurationProfile' {}
- newDeleteConfigurationProfile :: Text -> Text -> DeleteConfigurationProfile
- deleteConfigurationProfile_applicationId :: Lens' DeleteConfigurationProfile Text
- deleteConfigurationProfile_configurationProfileId :: Lens' DeleteConfigurationProfile Text
- data DeleteConfigurationProfileResponse = DeleteConfigurationProfileResponse' {
- newDeleteConfigurationProfileResponse :: DeleteConfigurationProfileResponse
Creating a Request
data DeleteConfigurationProfile Source #
See: newDeleteConfigurationProfile
smart constructor.
DeleteConfigurationProfile' | |
|
Instances
newDeleteConfigurationProfile Source #
:: Text | |
-> Text | |
-> DeleteConfigurationProfile |
Create a value of DeleteConfigurationProfile
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:applicationId:DeleteConfigurationProfile'
, deleteConfigurationProfile_applicationId
- The application ID that includes the configuration profile you want to
delete.
$sel:configurationProfileId:DeleteConfigurationProfile'
, deleteConfigurationProfile_configurationProfileId
- The ID of the configuration profile you want to delete.
Request Lenses
deleteConfigurationProfile_applicationId :: Lens' DeleteConfigurationProfile Text Source #
The application ID that includes the configuration profile you want to delete.
deleteConfigurationProfile_configurationProfileId :: Lens' DeleteConfigurationProfile Text Source #
The ID of the configuration profile you want to delete.
Destructuring the Response
data DeleteConfigurationProfileResponse Source #
See: newDeleteConfigurationProfileResponse
smart constructor.
Instances
Eq DeleteConfigurationProfileResponse Source # | |
Read DeleteConfigurationProfileResponse Source # | |
Show DeleteConfigurationProfileResponse Source # | |
Generic DeleteConfigurationProfileResponse Source # | |
NFData DeleteConfigurationProfileResponse Source # | |
Defined in Amazonka.AppConfig.DeleteConfigurationProfile rnf :: DeleteConfigurationProfileResponse -> () # | |
type Rep DeleteConfigurationProfileResponse Source # | |
Defined in Amazonka.AppConfig.DeleteConfigurationProfile type Rep DeleteConfigurationProfileResponse = D1 ('MetaData "DeleteConfigurationProfileResponse" "Amazonka.AppConfig.DeleteConfigurationProfile" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "DeleteConfigurationProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteConfigurationProfileResponse :: DeleteConfigurationProfileResponse Source #
Create a value of DeleteConfigurationProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.