Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NamespaceInfoV2 = NamespaceInfoV2' {}
- newNamespaceInfoV2 :: NamespaceInfoV2
- namespaceInfoV2_capacityRegion :: Lens' NamespaceInfoV2 (Maybe Text)
- namespaceInfoV2_arn :: Lens' NamespaceInfoV2 (Maybe Text)
- namespaceInfoV2_creationStatus :: Lens' NamespaceInfoV2 (Maybe NamespaceStatus)
- namespaceInfoV2_name :: Lens' NamespaceInfoV2 (Maybe Text)
- namespaceInfoV2_namespaceError :: Lens' NamespaceInfoV2 (Maybe NamespaceError)
- namespaceInfoV2_identityStore :: Lens' NamespaceInfoV2 (Maybe IdentityStore)
Documentation
data NamespaceInfoV2 Source #
The error type.
See: newNamespaceInfoV2
smart constructor.
NamespaceInfoV2' | |
|
Instances
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_arn :: Lens' NamespaceInfoV2 (Maybe Text) Source #
The namespace ARN.
namespaceInfoV2_creationStatus :: Lens' NamespaceInfoV2 (Maybe NamespaceStatus) Source #
The creation status of a namespace that is not yet completely created.
namespaceInfoV2_name :: Lens' NamespaceInfoV2 (Maybe Text) Source #
The name of the error.
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.