| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus
Description
Synopsis
- data NodeToNodeEncryptionOptionsStatus = NodeToNodeEncryptionOptionsStatus' {}
- newNodeToNodeEncryptionOptionsStatus :: NodeToNodeEncryptionOptions -> OptionStatus -> NodeToNodeEncryptionOptionsStatus
- nodeToNodeEncryptionOptionsStatus_options :: Lens' NodeToNodeEncryptionOptionsStatus NodeToNodeEncryptionOptions
- nodeToNodeEncryptionOptionsStatus_status :: Lens' NodeToNodeEncryptionOptionsStatus OptionStatus
Documentation
data NodeToNodeEncryptionOptionsStatus Source #
Status of the node-to-node encryption options for the specified domain.
See: newNodeToNodeEncryptionOptionsStatus smart constructor.
Constructors
| NodeToNodeEncryptionOptionsStatus' | |
Fields
| |
Instances
newNodeToNodeEncryptionOptionsStatus Source #
Arguments
| :: NodeToNodeEncryptionOptions | |
| -> OptionStatus | |
| -> NodeToNodeEncryptionOptionsStatus |
Create a value of NodeToNodeEncryptionOptionsStatus 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:options:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_options - The node-to-node encryption options for the specified domain.
$sel:status:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_status - The status of the node-to-node encryption options for the specified
domain.
nodeToNodeEncryptionOptionsStatus_options :: Lens' NodeToNodeEncryptionOptionsStatus NodeToNodeEncryptionOptions Source #
The node-to-node encryption options for the specified domain.
nodeToNodeEncryptionOptionsStatus_status :: Lens' NodeToNodeEncryptionOptionsStatus OptionStatus Source #
The status of the node-to-node encryption options for the specified domain.