| 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.Panorama.DescribeNode
Description
Returns information about a node.
Synopsis
- data DescribeNode = DescribeNode' {
- ownerAccount :: Maybe Text
- nodeId :: Text
- newDescribeNode :: Text -> DescribeNode
- describeNode_ownerAccount :: Lens' DescribeNode (Maybe Text)
- describeNode_nodeId :: Lens' DescribeNode Text
- data DescribeNodeResponse = DescribeNodeResponse' {
- assetName :: Maybe Text
- packageArn :: Maybe Text
- httpStatus :: Int
- category :: NodeCategory
- createdTime :: POSIX
- description :: Text
- lastUpdatedTime :: POSIX
- name :: Text
- nodeId :: Text
- nodeInterface :: NodeInterface
- ownerAccount :: Text
- packageId :: Text
- packageName :: Text
- packageVersion :: Text
- patchVersion :: Text
- newDescribeNodeResponse :: Int -> NodeCategory -> UTCTime -> Text -> UTCTime -> Text -> Text -> NodeInterface -> Text -> Text -> Text -> Text -> Text -> DescribeNodeResponse
- describeNodeResponse_assetName :: Lens' DescribeNodeResponse (Maybe Text)
- describeNodeResponse_packageArn :: Lens' DescribeNodeResponse (Maybe Text)
- describeNodeResponse_httpStatus :: Lens' DescribeNodeResponse Int
- describeNodeResponse_category :: Lens' DescribeNodeResponse NodeCategory
- describeNodeResponse_createdTime :: Lens' DescribeNodeResponse UTCTime
- describeNodeResponse_description :: Lens' DescribeNodeResponse Text
- describeNodeResponse_lastUpdatedTime :: Lens' DescribeNodeResponse UTCTime
- describeNodeResponse_name :: Lens' DescribeNodeResponse Text
- describeNodeResponse_nodeId :: Lens' DescribeNodeResponse Text
- describeNodeResponse_nodeInterface :: Lens' DescribeNodeResponse NodeInterface
- describeNodeResponse_ownerAccount :: Lens' DescribeNodeResponse Text
- describeNodeResponse_packageId :: Lens' DescribeNodeResponse Text
- describeNodeResponse_packageName :: Lens' DescribeNodeResponse Text
- describeNodeResponse_packageVersion :: Lens' DescribeNodeResponse Text
- describeNodeResponse_patchVersion :: Lens' DescribeNodeResponse Text
Creating a Request
data DescribeNode Source #
See: newDescribeNode smart constructor.
Constructors
| DescribeNode' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeNode |
Create a value of DescribeNode 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:
DescribeNode, describeNode_ownerAccount - The account ID of the node's owner.
DescribeNode, describeNode_nodeId - The node's ID.
Request Lenses
describeNode_ownerAccount :: Lens' DescribeNode (Maybe Text) Source #
The account ID of the node's owner.
describeNode_nodeId :: Lens' DescribeNode Text Source #
The node's ID.
Destructuring the Response
data DescribeNodeResponse Source #
See: newDescribeNodeResponse smart constructor.
Constructors
| DescribeNodeResponse' | |
Fields
| |
Instances
newDescribeNodeResponse Source #
Arguments
| :: Int | |
| -> NodeCategory | |
| -> UTCTime | |
| -> Text | |
| -> UTCTime | |
| -> Text | |
| -> Text | |
| -> NodeInterface | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> DescribeNodeResponse |
Create a value of DescribeNodeResponse 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:assetName:DescribeNodeResponse', describeNodeResponse_assetName - The node's asset name.
DescribeNodeResponse, describeNodeResponse_packageArn - The node's ARN.
$sel:httpStatus:DescribeNodeResponse', describeNodeResponse_httpStatus - The response's http status code.
DescribeNodeResponse, describeNodeResponse_category - The node's category.
DescribeNodeResponse, describeNodeResponse_createdTime - When the node was created.
DescribeNodeResponse, describeNodeResponse_description - The node's description.
DescribeNodeResponse, describeNodeResponse_lastUpdatedTime - When the node was updated.
DescribeNodeResponse, describeNodeResponse_name - The node's name.
DescribeNode, describeNodeResponse_nodeId - The node's ID.
$sel:nodeInterface:DescribeNodeResponse', describeNodeResponse_nodeInterface - The node's interface.
DescribeNode, describeNodeResponse_ownerAccount - The account ID of the node's owner.
DescribeNodeResponse, describeNodeResponse_packageId - The node's package ID.
DescribeNodeResponse, describeNodeResponse_packageName - The node's package name.
DescribeNodeResponse, describeNodeResponse_packageVersion - The node's package version.
DescribeNodeResponse, describeNodeResponse_patchVersion - The node's patch version.
Response Lenses
describeNodeResponse_assetName :: Lens' DescribeNodeResponse (Maybe Text) Source #
The node's asset name.
describeNodeResponse_packageArn :: Lens' DescribeNodeResponse (Maybe Text) Source #
The node's ARN.
describeNodeResponse_httpStatus :: Lens' DescribeNodeResponse Int Source #
The response's http status code.
describeNodeResponse_category :: Lens' DescribeNodeResponse NodeCategory Source #
The node's category.
describeNodeResponse_createdTime :: Lens' DescribeNodeResponse UTCTime Source #
When the node was created.
describeNodeResponse_description :: Lens' DescribeNodeResponse Text Source #
The node's description.
describeNodeResponse_lastUpdatedTime :: Lens' DescribeNodeResponse UTCTime Source #
When the node was updated.
describeNodeResponse_name :: Lens' DescribeNodeResponse Text Source #
The node's name.
describeNodeResponse_nodeId :: Lens' DescribeNodeResponse Text Source #
The node's ID.
describeNodeResponse_nodeInterface :: Lens' DescribeNodeResponse NodeInterface Source #
The node's interface.
describeNodeResponse_ownerAccount :: Lens' DescribeNodeResponse Text Source #
The account ID of the node's owner.
describeNodeResponse_packageId :: Lens' DescribeNodeResponse Text Source #
The node's package ID.
describeNodeResponse_packageName :: Lens' DescribeNodeResponse Text Source #
The node's package name.
describeNodeResponse_packageVersion :: Lens' DescribeNodeResponse Text Source #
The node's package version.
describeNodeResponse_patchVersion :: Lens' DescribeNodeResponse Text Source #
The node's patch version.