## API Report File for "@aws-amplify/amplify-util-import" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { Buckets } from 'aws-sdk/clients/s3'; import { GetUserPoolMfaConfigResponse } from 'aws-sdk/clients/cognitoidentityserviceprovider'; import { IdentityPool } from 'aws-sdk/clients/cognitoidentity'; import { IdentityPoolShortDescription } from 'aws-sdk/clients/cognitoidentity'; import { IdentityProviderType } from 'aws-sdk/clients/cognitoidentityserviceprovider'; import { TableDescription } from 'aws-sdk/clients/dynamodb'; import { TableName } from 'aws-sdk/clients/dynamodb'; import { UserPoolClientType } from 'aws-sdk/clients/cognitoidentityserviceprovider'; import { UserPoolDescriptionType } from 'aws-sdk/clients/cognitoidentityserviceprovider'; import { UserPoolType } from 'aws-sdk/clients/cognitoidentityserviceprovider'; // @public (undocumented) export interface ICognitoUserPoolService { // (undocumented) getUserPoolDetails(userPoolId: string): Promise; // (undocumented) getUserPoolMfaConfig(userPoolId: string): Promise; // (undocumented) listUserPoolClients(userPoolId: string): Promise; // (undocumented) listUserPoolIdentityProviders(userPoolId: string): Promise; // (undocumented) listUserPools(): Promise; } // @public (undocumented) export interface IDynamoDBService { // (undocumented) getTableDetails(tableName: string): Promise; // (undocumented) listTables(): Promise; // (undocumented) tableExists(tableName: string): Promise; } // @public (undocumented) export interface IIdentityPoolService { // (undocumented) getIdentityPoolRoles(identityPoolId: string): Promise<{ authRoleArn: string; authRoleName: string; unauthRoleArn: string; unauthRoleName: string; }>; // (undocumented) listIdentityPoolDetails(): Promise; // (undocumented) listIdentityPools(): Promise; } // @public (undocumented) export interface IS3Service { // (undocumented) bucketExists(bucketName: string): Promise; // (undocumented) getBucketLocation(bucketName: string): Promise; // (undocumented) listBuckets(): Promise; } // (No @packageDocumentation comment for this package) ```