| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CloudDirectory.GetAppliedSchemaVersion
Description
Returns current applied schema version ARN, including the minor version in use.
- getAppliedSchemaVersion :: Text -> GetAppliedSchemaVersion
- data GetAppliedSchemaVersion
- gasvSchemaARN :: Lens' GetAppliedSchemaVersion Text
- getAppliedSchemaVersionResponse :: Int -> GetAppliedSchemaVersionResponse
- data GetAppliedSchemaVersionResponse
- gasvrsAppliedSchemaARN :: Lens' GetAppliedSchemaVersionResponse (Maybe Text)
- gasvrsResponseStatus :: Lens' GetAppliedSchemaVersionResponse Int
Creating a Request
getAppliedSchemaVersion Source #
Arguments
| :: Text | |
| -> GetAppliedSchemaVersion |
Creates a value of GetAppliedSchemaVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasvSchemaARN- The ARN of the applied schema.
data GetAppliedSchemaVersion Source #
See: getAppliedSchemaVersion smart constructor.
Instances
Request Lenses
gasvSchemaARN :: Lens' GetAppliedSchemaVersion Text Source #
The ARN of the applied schema.
Destructuring the Response
getAppliedSchemaVersionResponse Source #
Arguments
| :: Int | |
| -> GetAppliedSchemaVersionResponse |
Creates a value of GetAppliedSchemaVersionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasvrsAppliedSchemaARN- Current applied schema ARN, including the minor version in use if one was provided.gasvrsResponseStatus- -- | The response status code.
data GetAppliedSchemaVersionResponse Source #
See: getAppliedSchemaVersionResponse smart constructor.
Instances
Response Lenses
gasvrsAppliedSchemaARN :: Lens' GetAppliedSchemaVersionResponse (Maybe Text) Source #
Current applied schema ARN, including the minor version in use if one was provided.
gasvrsResponseStatus :: Lens' GetAppliedSchemaVersionResponse Int Source #
- - | The response status code.