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.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
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

ToJSON DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type AWSResponse 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

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

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

Defined in Amazonka.WorkSpaces.DescribeTags

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:

$sel:resourceId: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
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeTags

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