amazonka-workspaces-2.0: Amazon WorkSpaces 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.WorkSpaces.DescribeTags

Description

Describes the specified tags for the specified WorkSpaces resource.

Synopsis

Creating a Request

data DescribeTags Source #

See: newDescribeTags smart constructor.

Constructors

DescribeTags' 

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.

Instances

Instances details
ToJSON DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type AWSResponse DescribeTags #

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

Read DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTags -> () #

Eq DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.WorkSpaces.DescribeTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeTags Source #

Create a value of DescribeTags 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:

DescribeTags, describeTags_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.

Request Lenses

describeTags_resourceId :: Lens' DescribeTags 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 DescribeTagsResponse Source #

See: newDescribeTagsResponse smart constructor.

Constructors

DescribeTagsResponse' 

Fields

Instances

Instances details
Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.WorkSpaces.DescribeTags" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTagsResponse Source #

Create a value of DescribeTagsResponse 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:tagList:DescribeTagsResponse', describeTagsResponse_tagList - The tags.

$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.

Response Lenses