Package-level declarations

Types

Link copied to clipboard

AWS Amplify Admin API

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

This operation clones an existing backend.

Link copied to clipboard

This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.

Link copied to clipboard

Creates a new backend API resource.

Link copied to clipboard

Creates a new backend authentication resource.

Link copied to clipboard

Creates a config object for a backend.

Link copied to clipboard

Creates a backend storage resource.

Link copied to clipboard

Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.

Link copied to clipboard

Removes an existing environment from your Amplify project.

Link copied to clipboard

Deletes an existing backend API resource.

Link copied to clipboard

Deletes an existing backend authentication resource.

Link copied to clipboard

Removes the specified backend storage resource.

Link copied to clipboard

Deletes the challenge token based on the given appId and sessionId.

Link copied to clipboard

Generates a model schema for an existing backend API resource.

Link copied to clipboard

Provides project-level details for your Amplify UI project.

Link copied to clipboard

Gets the details for a backend API.

Link copied to clipboard

Gets a model introspection schema for an existing backend API resource.

Link copied to clipboard

Gets a backend auth details.

Link copied to clipboard

Returns information about a specific job.

Link copied to clipboard

Gets details for a backend storage resource.

Link copied to clipboard
inline suspend fun AmplifyBackendClient.getToken(crossinline block: GetTokenRequest.Builder.() -> Unit): GetTokenResponse

Gets the challenge token based on the given appId and sessionId.

Link copied to clipboard

Imports an existing backend authentication resource.

Link copied to clipboard

Imports an existing backend storage resource.

Link copied to clipboard

Lists the jobs for the backend of an Amplify app.

Link copied to clipboard

The list of S3 buckets in your account.

Link copied to clipboard

Removes all backend environments from your Amplify project.

Link copied to clipboard

Removes the AWS resources required to access the Amplify Admin UI.

Link copied to clipboard

Updates an existing backend API resource.

Link copied to clipboard

Updates an existing backend authentication resource.

Link copied to clipboard

Updates the AWS resources required to access the Amplify Admin UI.

Link copied to clipboard

Updates a specific job.

Link copied to clipboard

Updates an existing backend storage resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.