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.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.NextToken
value 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 #
See: listSchemaExtensions
smart constructor.
Instances
Request Lenses
lseNextToken :: Lens' ListSchemaExtensions (Maybe Text) #
The ListSchemaExtensions.NextToken
value from a previous call to ListSchemaExtensions
. Pass null if this is the first call.
lseDirectoryId :: Lens' ListSchemaExtensions Text #
The identifier of the directory from which to retrieve the schema extension information.
Destructuring the Response
listSchemaExtensionsResponse #
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 theNextToken
parameter in a subsequent call toListSchemaExtensions
to retrieve the next set of items.lsersResponseStatus
- -- | The response status code.
data ListSchemaExtensionsResponse #
See: listSchemaExtensionsResponse
smart constructor.
Response Lenses
lsersSchemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse [SchemaExtensionInfo] #
Information about the schema extensions applied to the directory.
lsersNextToken :: Lens' ListSchemaExtensionsResponse (Maybe Text) #
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 #
- - | The response status code.