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