Skip to main content

fleet_advisor_schema_object_summaries

Creates, updates, deletes, gets or lists a fleet_advisor_schema_object_summaries resource.

Overview

Namefleet_advisor_schema_object_summaries
TypeResource
Idaws.dms.fleet_advisor_schema_object_summaries

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
fleet_advisor_schema_objectsarrayA collection of FleetAdvisorSchemaObjectResponse objects.
next_tokenstringIf 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.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_fleet_advisor_schema_object_summaryselectregionEnd of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support. Provides descriptions of the schemas discovered by your Fleet Advisor collectors.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support. Provides descriptions of the schemas discovered by your Fleet Advisor collectors.

SELECT
fleet_advisor_schema_objects,
next_token
FROM aws.dms.fleet_advisor_schema_object_summaries
WHERE region = '{{ region }}' -- required
;