| 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.DMS.DescribeFleetAdvisorSchemas
Description
Returns a list of schemas detected by Fleet Advisor Collectors in your account.
Synopsis
- data DescribeFleetAdvisorSchemas = DescribeFleetAdvisorSchemas' {}
- newDescribeFleetAdvisorSchemas :: DescribeFleetAdvisorSchemas
- describeFleetAdvisorSchemas_filters :: Lens' DescribeFleetAdvisorSchemas (Maybe [Filter])
- describeFleetAdvisorSchemas_maxRecords :: Lens' DescribeFleetAdvisorSchemas (Maybe Int)
- describeFleetAdvisorSchemas_nextToken :: Lens' DescribeFleetAdvisorSchemas (Maybe Text)
- data DescribeFleetAdvisorSchemasResponse = DescribeFleetAdvisorSchemasResponse' {}
- newDescribeFleetAdvisorSchemasResponse :: Int -> DescribeFleetAdvisorSchemasResponse
- describeFleetAdvisorSchemasResponse_fleetAdvisorSchemas :: Lens' DescribeFleetAdvisorSchemasResponse (Maybe [SchemaResponse])
- describeFleetAdvisorSchemasResponse_nextToken :: Lens' DescribeFleetAdvisorSchemasResponse (Maybe Text)
- describeFleetAdvisorSchemasResponse_httpStatus :: Lens' DescribeFleetAdvisorSchemasResponse Int
Creating a Request
data DescribeFleetAdvisorSchemas Source #
See: newDescribeFleetAdvisorSchemas smart constructor.
Constructors
| DescribeFleetAdvisorSchemas' | |
Fields
| |
Instances
newDescribeFleetAdvisorSchemas :: DescribeFleetAdvisorSchemas Source #
Create a value of DescribeFleetAdvisorSchemas 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:filters:DescribeFleetAdvisorSchemas', describeFleetAdvisorSchemas_filters - If you specify any of the following filters, the output includes
information for only those schemas that meet the filter criteria:
complexity– The schema's complexity, for exampleSimple.database-id– The ID of the schema's database.database-ip-address– The IP address of the schema's database.database-name– The name of the schema's database.database-engine– The name of the schema database's engine.original-schema-name– The name of the schema's database's main schema.schema-id– The ID of the schema, for example15.schema-name– The name of the schema.server-ip-address– The IP address of the schema database's server.
An example is:
describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
$sel:maxRecords:DescribeFleetAdvisorSchemas', describeFleetAdvisorSchemas_maxRecords - Sets the maximum number of records returned in the response.
DescribeFleetAdvisorSchemas, describeFleetAdvisorSchemas_nextToken - If NextToken is returned by a previous response, there are more
results available. The value of NextToken is a unique pagination token
for each page. Make the call again using the returned token to retrieve
the next page. Keep all other arguments unchanged.
Request Lenses
describeFleetAdvisorSchemas_filters :: Lens' DescribeFleetAdvisorSchemas (Maybe [Filter]) Source #
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity– The schema's complexity, for exampleSimple.database-id– The ID of the schema's database.database-ip-address– The IP address of the schema's database.database-name– The name of the schema's database.database-engine– The name of the schema database's engine.original-schema-name– The name of the schema's database's main schema.schema-id– The ID of the schema, for example15.schema-name– The name of the schema.server-ip-address– The IP address of the schema database's server.
An example is:
describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
describeFleetAdvisorSchemas_maxRecords :: Lens' DescribeFleetAdvisorSchemas (Maybe Int) Source #
Sets the maximum number of records returned in the response.
describeFleetAdvisorSchemas_nextToken :: Lens' DescribeFleetAdvisorSchemas (Maybe Text) Source #
If NextToken is returned by a previous response, there are more
results available. The value of NextToken is a unique pagination token
for each page. Make the call again using the returned token to retrieve
the next page. Keep all other arguments unchanged.
Destructuring the Response
data DescribeFleetAdvisorSchemasResponse Source #
See: newDescribeFleetAdvisorSchemasResponse smart constructor.
Constructors
| DescribeFleetAdvisorSchemasResponse' | |
Fields
| |
Instances
newDescribeFleetAdvisorSchemasResponse Source #
Arguments
| :: Int | |
| -> DescribeFleetAdvisorSchemasResponse |
Create a value of DescribeFleetAdvisorSchemasResponse 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:fleetAdvisorSchemas:DescribeFleetAdvisorSchemasResponse', describeFleetAdvisorSchemasResponse_fleetAdvisorSchemas - A collection of SchemaResponse objects.
DescribeFleetAdvisorSchemas, describeFleetAdvisorSchemasResponse_nextToken - If NextToken is returned, there are more results available. The value
of NextToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged.
$sel:httpStatus:DescribeFleetAdvisorSchemasResponse', describeFleetAdvisorSchemasResponse_httpStatus - The response's http status code.
Response Lenses
describeFleetAdvisorSchemasResponse_fleetAdvisorSchemas :: Lens' DescribeFleetAdvisorSchemasResponse (Maybe [SchemaResponse]) Source #
A collection of SchemaResponse objects.
describeFleetAdvisorSchemasResponse_nextToken :: Lens' DescribeFleetAdvisorSchemasResponse (Maybe Text) Source #
If NextToken is returned, there are more results available. The value
of NextToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged.
describeFleetAdvisorSchemasResponse_httpStatus :: Lens' DescribeFleetAdvisorSchemasResponse Int Source #
The response's http status code.