amazonka-appconfig-2.0: Amazon AppConfig SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppConfig.DeleteConfigurationProfile

Description

Deletes a configuration profile. Deleting a configuration profile does not delete a configuration from a host.

Synopsis

Creating a Request

data DeleteConfigurationProfile Source #

See: newDeleteConfigurationProfile smart constructor.

Constructors

DeleteConfigurationProfile' 

Fields

Instances

Instances details
ToHeaders DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

ToPath DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

ToQuery DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

AWSRequest DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Generic DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Associated Types

type Rep DeleteConfigurationProfile :: Type -> Type #

Read DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Show DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

NFData DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Eq DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Hashable DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type AWSResponse DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type Rep DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type Rep DeleteConfigurationProfile = D1 ('MetaData "DeleteConfigurationProfile" "Amazonka.AppConfig.DeleteConfigurationProfile" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" 'False) (C1 ('MetaCons "DeleteConfigurationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConfigurationProfile Source #

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 #

Instances

Instances details
Generic DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Associated Types

type Rep DeleteConfigurationProfileResponse :: Type -> Type #

Read DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Show DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

NFData DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Eq DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type Rep DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type Rep DeleteConfigurationProfileResponse = D1 ('MetaData "DeleteConfigurationProfileResponse" "Amazonka.AppConfig.DeleteConfigurationProfile" "amazonka-appconfig-2.0-KxEFpSAUlWtLf1lFyPWujo" '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.