libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.DescribeNamespace

Description

Gets the latest version of the user's namespace and the public version that it is tracking.

Synopsis

Creating a Request

data DescribeNamespace Source #

See: newDescribeNamespace smart constructor.

Constructors

DescribeNamespace' 

Fields

Instances

Instances details
Eq DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Read DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Show DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Generic DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type Rep DescribeNamespace :: Type -> Type #

NFData DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Methods

rnf :: DescribeNamespace -> () #

Hashable DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToJSON DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

AWSRequest DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type AWSResponse DescribeNamespace #

ToHeaders DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToPath DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

ToQuery DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespace = D1 ('MetaData "DescribeNamespace" "Amazonka.IoTThingsGraph.DescribeNamespace" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DescribeNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeNamespace Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

newDescribeNamespace :: DescribeNamespace Source #

Create a value of DescribeNamespace 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:namespaceName:DescribeNamespace', describeNamespace_namespaceName - The name of the user's namespace. Set this to aws to get the public namespace.

Request Lenses

describeNamespace_namespaceName :: Lens' DescribeNamespace (Maybe Text) Source #

The name of the user's namespace. Set this to aws to get the public namespace.

Destructuring the Response

data DescribeNamespaceResponse Source #

See: newDescribeNamespaceResponse smart constructor.

Constructors

DescribeNamespaceResponse' 

Fields

Instances

Instances details
Eq DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Read DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Show DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Generic DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

Associated Types

type Rep DescribeNamespaceResponse :: Type -> Type #

NFData DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespaceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DescribeNamespace

type Rep DescribeNamespaceResponse = D1 ('MetaData "DescribeNamespaceResponse" "Amazonka.IoTThingsGraph.DescribeNamespace" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DescribeNamespaceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "namespaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trackingNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "namespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trackingNamespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeNamespaceResponse Source #

Create a value of DescribeNamespaceResponse 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:namespaceArn:DescribeNamespaceResponse', describeNamespaceResponse_namespaceArn - The ARN of the namespace.

$sel:trackingNamespaceVersion:DescribeNamespaceResponse', describeNamespaceResponse_trackingNamespaceVersion - The version of the public namespace that the latest version is tracking.

$sel:namespaceVersion:DescribeNamespaceResponse', describeNamespaceResponse_namespaceVersion - The version of the user's namespace to describe.

$sel:namespaceName:DescribeNamespace', describeNamespaceResponse_namespaceName - The name of the namespace.

$sel:trackingNamespaceName:DescribeNamespaceResponse', describeNamespaceResponse_trackingNamespaceName - The name of the public namespace that the latest namespace version is tracking.

$sel:httpStatus:DescribeNamespaceResponse', describeNamespaceResponse_httpStatus - The response's http status code.

Response Lenses

describeNamespaceResponse_trackingNamespaceVersion :: Lens' DescribeNamespaceResponse (Maybe Integer) Source #

The version of the public namespace that the latest version is tracking.

describeNamespaceResponse_trackingNamespaceName :: Lens' DescribeNamespaceResponse (Maybe Text) Source #

The name of the public namespace that the latest namespace version is tracking.