Copyright | (c) 2013-2021 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 |
Lists all schema extensions applied to a Microsoft AD Directory.
This operation returns paginated results.
Synopsis
- data ListSchemaExtensions = ListSchemaExtensions' {}
- newListSchemaExtensions :: Text -> ListSchemaExtensions
- listSchemaExtensions_nextToken :: Lens' ListSchemaExtensions (Maybe Text)
- listSchemaExtensions_limit :: Lens' ListSchemaExtensions (Maybe Natural)
- listSchemaExtensions_directoryId :: Lens' ListSchemaExtensions Text
- data ListSchemaExtensionsResponse = ListSchemaExtensionsResponse' {}
- newListSchemaExtensionsResponse :: Int -> ListSchemaExtensionsResponse
- listSchemaExtensionsResponse_schemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse (Maybe [SchemaExtensionInfo])
- listSchemaExtensionsResponse_nextToken :: Lens' ListSchemaExtensionsResponse (Maybe Text)
- listSchemaExtensionsResponse_httpStatus :: Lens' ListSchemaExtensionsResponse Int
Creating a Request
data ListSchemaExtensions Source #
See: newListSchemaExtensions
smart constructor.
ListSchemaExtensions' | |
|
Instances
newListSchemaExtensions Source #
Create a value of ListSchemaExtensions
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:nextToken:ListSchemaExtensions'
, listSchemaExtensions_nextToken
- The ListSchemaExtensions.NextToken
value from a previous call to
ListSchemaExtensions
. Pass null if this is the first call.
$sel:limit:ListSchemaExtensions'
, listSchemaExtensions_limit
- The maximum number of items to return.
$sel:directoryId:ListSchemaExtensions'
, listSchemaExtensions_directoryId
- The identifier of the directory from which to retrieve the schema
extension information.
Request Lenses
listSchemaExtensions_nextToken :: Lens' ListSchemaExtensions (Maybe Text) Source #
The ListSchemaExtensions.NextToken
value from a previous call to
ListSchemaExtensions
. Pass null if this is the first call.
listSchemaExtensions_limit :: Lens' ListSchemaExtensions (Maybe Natural) Source #
The maximum number of items to return.
listSchemaExtensions_directoryId :: Lens' ListSchemaExtensions Text Source #
The identifier of the directory from which to retrieve the schema extension information.
Destructuring the Response
data ListSchemaExtensionsResponse Source #
See: newListSchemaExtensionsResponse
smart constructor.
ListSchemaExtensionsResponse' | |
|
Instances
newListSchemaExtensionsResponse Source #
Create a value of ListSchemaExtensionsResponse
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:schemaExtensionsInfo:ListSchemaExtensionsResponse'
, listSchemaExtensionsResponse_schemaExtensionsInfo
- Information about the schema extensions applied to the directory.
$sel:nextToken:ListSchemaExtensions'
, listSchemaExtensionsResponse_nextToken
- 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.
$sel:httpStatus:ListSchemaExtensionsResponse'
, listSchemaExtensionsResponse_httpStatus
- The response's http status code.
Response Lenses
listSchemaExtensionsResponse_schemaExtensionsInfo :: Lens' ListSchemaExtensionsResponse (Maybe [SchemaExtensionInfo]) Source #
Information about the schema extensions applied to the directory.
listSchemaExtensionsResponse_nextToken :: 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.
listSchemaExtensionsResponse_httpStatus :: Lens' ListSchemaExtensionsResponse Int Source #
The response's http status code.