libZSservicesZSamazonka-discoveryZSamazonka-discovery
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.Discovery.DeleteTags

Description

Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.

Synopsis

Creating a Request

data DeleteTags Source #

See: newDeleteTags smart constructor.

Constructors

DeleteTags' 

Fields

  • tags :: Maybe [Tag]

    Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

    {"key": "serverType", "value": "webServer"}
  • configurationIds :: [Text]

    A list of configuration items with tags that you want to delete.

Instances

Instances details
Eq DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Read DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

rnf :: DeleteTags -> () #

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

ToJSON DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type AWSResponse DeleteTags #

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTags = D1 ('MetaData "DeleteTags" "Amazonka.Discovery.DeleteTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

newDeleteTags :: DeleteTags Source #

Create a value of DeleteTags 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:tags:DeleteTags', deleteTags_tags - Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

$sel:configurationIds:DeleteTags', deleteTags_configurationIds - A list of configuration items with tags that you want to delete.

Request Lenses

deleteTags_tags :: Lens' DeleteTags (Maybe [Tag]) Source #

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

deleteTags_configurationIds :: Lens' DeleteTags [Text] Source #

A list of configuration items with tags that you want to delete.

Destructuring the Response

data DeleteTagsResponse Source #

See: newDeleteTagsResponse smart constructor.

Constructors

DeleteTagsResponse' 

Fields

Instances

Instances details
Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.Discovery.DeleteTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagsResponse Source #

Create a value of DeleteTagsResponse 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:httpStatus:DeleteTagsResponse', deleteTagsResponse_httpStatus - The response's http status code.

Response Lenses