Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeFleetAdvisorSchemasRequest

import type { DescribeFleetAdvisorSchemasRequest } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeFleetAdvisorSchemasRequest {
Filters?: Filter[] | null;
MaxRecords?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

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 example Simple.
  • 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 example 15.
  • 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"

§
MaxRecords?: number | null
[src]

Sets the maximum number of records returned in the response.

§
NextToken?: string | null
[src]

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.