libZSservicesZSamazonka-appconfigZSamazonka-appconfig
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppConfig.DeleteConfigurationProfile

Description

Delete 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
Eq DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Read DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Show 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 #

NFData DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Hashable DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

AWSRequest DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

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

type Rep DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

type Rep DeleteConfigurationProfile = D1 ('MetaData "DeleteConfigurationProfile" "Amazonka.AppConfig.DeleteConfigurationProfile" "libZSservicesZSamazonka-appconfigZSamazonka-appconfig" 'False) (C1 ('MetaCons "DeleteConfigurationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConfigurationProfile Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

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:

$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 #

Instances

Instances details
Eq DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Read DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Show DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Generic DeleteConfigurationProfileResponse Source # 
Instance details

Defined in Amazonka.AppConfig.DeleteConfigurationProfile

Associated Types

type Rep DeleteConfigurationProfileResponse :: Type -> Type #

NFData 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" "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.