libZSservicesZSamazonka-workspacesZSamazonka-workspaces
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.WorkSpaces.DeleteTags

Description

Deletes the specified tags from the specified WorkSpaces resource.

Synopsis

Creating a Request

data DeleteTags Source #

See: newDeleteTags smart constructor.

Constructors

DeleteTags' 

Fields

  • resourceId :: Text

    The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

  • tagKeys :: [Text]

    The tag keys.

Instances

Instances details
Eq DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Read DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

rnf :: DeleteTags -> () #

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

ToJSON DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type AWSResponse DeleteTags #

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTags = D1 ('MetaData "DeleteTags" "Amazonka.WorkSpaces.DeleteTags" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DeleteTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeleteTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

newDeleteTags 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:resourceId:DeleteTags', deleteTags_resourceId - The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

$sel:tagKeys:DeleteTags', deleteTags_tagKeys - The tag keys.

Request Lenses

deleteTags_resourceId :: Lens' DeleteTags Text Source #

The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

Destructuring the Response

data DeleteTagsResponse Source #

See: newDeleteTagsResponse smart constructor.

Constructors

DeleteTagsResponse' 

Fields

Instances

Instances details
Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.WorkSpaces.DeleteTags" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" '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