| Copyright | (c) 2013-2017 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.DirectoryService.ListSchemaExtensions
Description
Lists all schema extensions applied to a Microsoft AD Directory.
- listSchemaExtensions :: Text -> ListSchemaExtensions
- data ListSchemaExtensions
- lseNextToken :: Lens' ListSchemaExtensions (Maybe Text)
- lseLimit :: Lens' ListSchemaExtensions (Maybe Natural)
- lseDirectoryId :: Lens' ListSchemaExtensions Text
- listSchemaExtensionsResponse :: Int -> ListSchemaExtensionsResponse
- data ListSchemaExtensionsResponse
- lsersSchemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse [SchemaExtensionInfo]
- lsersNextToken :: Lens' ListSchemaExtensionsResponse (Maybe Text)
- lsersResponseStatus :: Lens' ListSchemaExtensionsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListSchemaExtensions |
Creates a value of ListSchemaExtensions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lseNextToken- TheListSchemaExtensions.NextTokenvalue from a previous call toListSchemaExtensions. Pass null if this is the first call.lseLimit- The maximum number of items to return.lseDirectoryId- The identifier of the directory from which to retrieve the schema extension information.
data ListSchemaExtensions Source #
See: listSchemaExtensions smart constructor.
Instances
Request Lenses
lseNextToken :: Lens' ListSchemaExtensions (Maybe Text) Source #
The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions . Pass null if this is the first call.
lseLimit :: Lens' ListSchemaExtensions (Maybe Natural) Source #
The maximum number of items to return.
lseDirectoryId :: Lens' ListSchemaExtensions Text Source #
The identifier of the directory from which to retrieve the schema extension information.
Destructuring the Response
listSchemaExtensionsResponse Source #
Arguments
| :: Int | |
| -> ListSchemaExtensionsResponse |
Creates a value of ListSchemaExtensionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lsersSchemaExtensionsInfo- Information about the schema extensions applied to the directory.lsersNextToken- If not null, more results are available. Pass this value for theNextTokenparameter in a subsequent call toListSchemaExtensionsto retrieve the next set of items.lsersResponseStatus- -- | The response status code.
data ListSchemaExtensionsResponse Source #
See: listSchemaExtensionsResponse smart constructor.
Instances
Response Lenses
lsersSchemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse [SchemaExtensionInfo] Source #
Information about the schema extensions applied to the directory.
lsersNextToken :: Lens' ListSchemaExtensionsResponse (Maybe Text) Source #
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.
lsersResponseStatus :: Lens' ListSchemaExtensionsResponse Int Source #
- - | The response status code.