list_raster_data_collections(**kwargs)¶Use this operation to get raster data collections.
See also: AWS API Documentation
Request Syntax
response = client.list_raster_data_collections(
    MaxResults=123,
    NextToken='string'
)
dict
Response Syntax
{
    'NextToken': 'string',
    'RasterDataCollectionSummaries': [
        {
            'Arn': 'string',
            'Description': 'string',
            'DescriptionPageUrl': 'string',
            'Name': 'string',
            'SupportedFilters': [
                {
                    'Maximum': ...,
                    'Minimum': ...,
                    'Name': 'string',
                    'Type': 'string'
                },
            ],
            'Tags': {
                'string': 'string'
            },
            'Type': 'PUBLIC'|'PREMIUM'|'USER'
        },
    ]
}
Response Structure
(dict) --
NextToken (string) --
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
RasterDataCollectionSummaries (list) --
Contains summary information about the raster data collection.
(dict) --
Response object containing details for a specific RasterDataCollection.
Arn (string) --
The Amazon Resource Name (ARN) of the raster data collection.
Description (string) --
A description of the raster data collection.
DescriptionPageUrl (string) --
The description URL of the raster data collection.
Name (string) --
The name of the raster data collection.
SupportedFilters (list) --
(dict) --
The structure representing the filters supported by a RasterDataCollection.
Maximum (float) --
The maximum value of the filter.
Minimum (float) --
The minimum value of the filter.
Name (string) --
The name of the filter.
Type (string) --
The type of the filter being used.
Tags (dict) --
Each tag consists of a key and a value.
Type (string) --
The type of raster data collection.
Exceptions
SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedExceptionSageMakergeospatialcapabilities.Client.exceptions.ValidationExceptionSageMakergeospatialcapabilities.Client.exceptions.ThrottlingExceptionSageMakergeospatialcapabilities.Client.exceptions.InternalServerExceptionSageMakergeospatialcapabilities.Client.exceptions.ResourceNotFoundException