## API Report File for "@aws-amplify/amplify-provider-awscloudformation" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { $TSAny } from '@aws-amplify/amplify-cli-core'; import { $TSContext } from '@aws-amplify/amplify-cli-core'; import { $TSObject } from '@aws-amplify/amplify-cli-core'; import * as AWS_2 from 'aws-sdk'; import { IAmplifyResource } from '@aws-amplify/amplify-cli-core'; import { Template } from '@aws-amplify/amplify-cli-core'; // @public (undocumented) export const cfnRootStackFileName = "root-cloudformation-stack.json"; // @public (undocumented) export const deleteEnvironmentParametersFromService: (context: $TSContext, envName: string) => Promise; // @public (undocumented) export type DownloadHandler = (keys: string[]) => Promise; // @public (undocumented) export function formUserAgentParam(context: any, userAgentAction: any): string; // Warning: (ae-forgotten-export) The symbol "CognitoUserPoolClientProvider" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function getConfiguredCognitoIdentityProviderClient(context: any): Promise; // Warning: (ae-forgotten-export) The symbol "LocationService" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function getConfiguredLocationServiceClient(context: $TSContext, options?: Record): Promise; // Warning: (ae-forgotten-export) The symbol "SSM" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function getConfiguredSSMClient(context: any): Promise; // @public (undocumented) export const getEnvParametersDownloadHandler: (context: $TSContext) => Promise; // @public (undocumented) export const getEnvParametersUploadHandler: (context: $TSContext) => Promise<(key: string, value: string | boolean | number) => Promise>; // @public (undocumented) export const getLocationRegionMapping: () => $TSObject; // @public (undocumented) export const getLocationSupportedRegion: (region: string) => string; // Warning: (ae-forgotten-export) The symbol "AwsSecrets" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function loadConfiguration(context: $TSContext): Promise; // Warning: (ae-forgotten-export) The symbol "AwsSdkConfig" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function loadConfigurationForEnv(context: $TSContext, env: string, appId?: string): Promise; // @public (undocumented) export type PrimitiveRecord = Record; // @public (undocumented) export const resolveAppId: (context: $TSContext) => string; // @public (undocumented) export function resolveRegion(): string; // @public (undocumented) export const rootStackFileName = "root-cloudformation-stack.json"; // @public (undocumented) export const storeCurrentCloudBackend: (context: $TSContext) => Promise; // @public (undocumented) export const storeRootStackTemplate: (context: $TSContext, template?: Template) => Promise; // @public (undocumented) export const transformResourceWithOverrides: (context: $TSContext, resource?: IAmplifyResource) => Promise; // (No @packageDocumentation comment for this package) ```