| 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.AppConfig.DeleteConfigurationProfile
Description
Deletes 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.
Constructors
| DeleteConfigurationProfile' | |
Fields 
  | |
Instances
newDeleteConfigurationProfile Source #
Arguments
| :: 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:
DeleteConfigurationProfile, deleteConfigurationProfile_applicationId - The application ID that includes the configuration profile you want to
 delete.
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.
Constructors
| DeleteConfigurationProfileResponse' | |
Instances
| Generic DeleteConfigurationProfileResponse Source # | |
Defined in Amazonka.AppConfig.DeleteConfigurationProfile Associated Types type Rep DeleteConfigurationProfileResponse :: Type -> Type #  | |
| Read DeleteConfigurationProfileResponse Source # | |
| Show DeleteConfigurationProfileResponse Source # | |
Defined in Amazonka.AppConfig.DeleteConfigurationProfile Methods showsPrec :: Int -> DeleteConfigurationProfileResponse -> ShowS #  | |
| NFData DeleteConfigurationProfileResponse Source # | |
Defined in Amazonka.AppConfig.DeleteConfigurationProfile Methods rnf :: DeleteConfigurationProfileResponse -> () #  | |
| Eq DeleteConfigurationProfileResponse Source # | |
| type Rep DeleteConfigurationProfileResponse Source # | |
newDeleteConfigurationProfileResponse :: DeleteConfigurationProfileResponse Source #
Create a value of DeleteConfigurationProfileResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.