libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.DescribeTemplate

Description

Describes a template's metadata.

Synopsis

Creating a Request

data DescribeTemplate Source #

See: newDescribeTemplate smart constructor.

Constructors

DescribeTemplate' 

Fields

  • aliasName :: Maybe Text

    The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

  • versionNumber :: Maybe Natural

    (Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the template that you're describing.

  • templateId :: Text

    The ID for the template.

Instances

Instances details
Eq DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Read DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Show DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Generic DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Associated Types

type Rep DescribeTemplate :: Type -> Type #

NFData DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Methods

rnf :: DescribeTemplate -> () #

Hashable DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

AWSRequest DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Associated Types

type AWSResponse DescribeTemplate #

ToHeaders DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

ToPath DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

ToQuery DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

type Rep DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

type Rep DescribeTemplate = D1 ('MetaData "DescribeTemplate" "Amazonka.QuickSight.DescribeTemplate" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

newDescribeTemplate Source #

Create a value of DescribeTemplate 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:aliasName:DescribeTemplate', describeTemplate_aliasName - The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

$sel:versionNumber:DescribeTemplate', describeTemplate_versionNumber - (Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

$sel:awsAccountId:DescribeTemplate', describeTemplate_awsAccountId - The ID of the Amazon Web Services account that contains the template that you're describing.

$sel:templateId:DescribeTemplate', describeTemplate_templateId - The ID for the template.

Request Lenses

describeTemplate_aliasName :: Lens' DescribeTemplate (Maybe Text) Source #

The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

describeTemplate_versionNumber :: Lens' DescribeTemplate (Maybe Natural) Source #

(Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

describeTemplate_awsAccountId :: Lens' DescribeTemplate Text Source #

The ID of the Amazon Web Services account that contains the template that you're describing.

Destructuring the Response

data DescribeTemplateResponse Source #

See: newDescribeTemplateResponse smart constructor.

Constructors

DescribeTemplateResponse' 

Fields

Instances

Instances details
Eq DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Read DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Show DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Generic DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

Associated Types

type Rep DescribeTemplateResponse :: Type -> Type #

NFData DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

type Rep DescribeTemplateResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeTemplate

type Rep DescribeTemplateResponse = D1 ('MetaData "DescribeTemplateResponse" "Amazonka.QuickSight.DescribeTemplate" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Template)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTemplateResponse Source #

Create a value of DescribeTemplateResponse 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:requestId:DescribeTemplateResponse', describeTemplateResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:template:DescribeTemplateResponse', describeTemplateResponse_template - The template structure for the object you want to describe.

$sel:status:DescribeTemplateResponse', describeTemplateResponse_status - The HTTP status of the request.

Response Lenses

describeTemplateResponse_requestId :: Lens' DescribeTemplateResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

describeTemplateResponse_template :: Lens' DescribeTemplateResponse (Maybe Template) Source #

The template structure for the object you want to describe.