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.Types.NamespaceInfoV2

Description

 
Synopsis

Documentation

data NamespaceInfoV2 Source #

The error type.

See: newNamespaceInfoV2 smart constructor.

Constructors

NamespaceInfoV2' 

Fields

Instances

Instances details
Eq NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Read NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Show NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Generic NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Associated Types

type Rep NamespaceInfoV2 :: Type -> Type #

NFData NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Methods

rnf :: NamespaceInfoV2 -> () #

Hashable NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

FromJSON NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

type Rep NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

type Rep NamespaceInfoV2 = D1 ('MetaData "NamespaceInfoV2" "Amazonka.QuickSight.Types.NamespaceInfoV2" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "NamespaceInfoV2'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "capacityRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceStatus)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespaceError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceError)) :*: S1 ('MetaSel ('Just "identityStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityStore))))))

newNamespaceInfoV2 :: NamespaceInfoV2 Source #

Create a value of NamespaceInfoV2 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:capacityRegion:NamespaceInfoV2', namespaceInfoV2_capacityRegion - The namespace Amazon Web Services Region.

$sel:arn:NamespaceInfoV2', namespaceInfoV2_arn - The namespace ARN.

$sel:creationStatus:NamespaceInfoV2', namespaceInfoV2_creationStatus - The creation status of a namespace that is not yet completely created.

$sel:name:NamespaceInfoV2', namespaceInfoV2_name - The name of the error.

$sel:namespaceError:NamespaceInfoV2', namespaceInfoV2_namespaceError - An error that occurred when the namespace was created.

$sel:identityStore:NamespaceInfoV2', namespaceInfoV2_identityStore - The identity store used for the namespace.

namespaceInfoV2_capacityRegion :: Lens' NamespaceInfoV2 (Maybe Text) Source #

The namespace Amazon Web Services Region.

namespaceInfoV2_creationStatus :: Lens' NamespaceInfoV2 (Maybe NamespaceStatus) Source #

The creation status of a namespace that is not yet completely created.

namespaceInfoV2_namespaceError :: Lens' NamespaceInfoV2 (Maybe NamespaceError) Source #

An error that occurred when the namespace was created.

namespaceInfoV2_identityStore :: Lens' NamespaceInfoV2 (Maybe IdentityStore) Source #

The identity store used for the namespace.