AWS.AmplifyBackend — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
cloneBackend(params = {}, callback) ⇒ AWS.Request
This operation clones an existing backend.
createBackend(params = {}, callback) ⇒ AWS.Request
This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.
createBackendAPI(params = {}, callback) ⇒ AWS.Request
Creates a new backend API resource.
createBackendAuth(params = {}, callback) ⇒ AWS.Request
Creates a new backend authentication resource.
createBackendConfig(params = {}, callback) ⇒ AWS.Request
Creates a config object for a backend.
createBackendStorage(params = {}, callback) ⇒ AWS.Request
Creates a backend storage resource.
createToken(params = {}, callback) ⇒ AWS.Request
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
deleteBackend(params = {}, callback) ⇒ AWS.Request
Removes an existing environment from your Amplify project.
deleteBackendAPI(params = {}, callback) ⇒ AWS.Request
Deletes an existing backend API resource.
deleteBackendAuth(params = {}, callback) ⇒ AWS.Request
Deletes an existing backend authentication resource.
deleteBackendStorage(params = {}, callback) ⇒ AWS.Request
Removes the specified backend storage resource.
deleteToken(params = {}, callback) ⇒ AWS.Request
Deletes the challenge token based on the given appId and sessionId.
generateBackendAPIModels(params = {}, callback) ⇒ AWS.Request
Generates a model schema for an existing backend API resource.
getBackend(params = {}, callback) ⇒ AWS.Request
Provides project-level details for your Amplify UI project.
getBackendAPI(params = {}, callback) ⇒ AWS.Request
Gets the details for a backend API.
getBackendAPIModels(params = {}, callback) ⇒ AWS.Request
Gets a model introspection schema for an existing backend API resource.
getBackendAuth(params = {}, callback) ⇒ AWS.Request
Gets a backend auth details.
getBackendJob(params = {}, callback) ⇒ AWS.Request
Returns information about a specific job.
getBackendStorage(params = {}, callback) ⇒ AWS.Request
Gets details for a backend storage resource.
getToken(params = {}, callback) ⇒ AWS.Request
Gets the challenge token based on the given appId and sessionId.
importBackendAuth(params = {}, callback) ⇒ AWS.Request
Imports an existing backend authentication resource.
importBackendStorage(params = {}, callback) ⇒ AWS.Request
Imports an existing backend storage resource.
listBackendJobs(params = {}, callback) ⇒ AWS.Request
Lists the jobs for the backend of an Amplify app.
listS3Buckets(params = {}, callback) ⇒ AWS.Request
The list of S3 buckets in your account.
removeAllBackends(params = {}, callback) ⇒ AWS.Request
Removes all backend environments from your Amplify project.
removeBackendConfig(params = {}, callback) ⇒ AWS.Request
Removes the AWS resources required to access the Amplify Admin UI.
updateBackendAPI(params = {}, callback) ⇒ AWS.Request
Updates an existing backend API resource.
updateBackendAuth(params = {}, callback) ⇒ AWS.Request
Updates an existing backend authentication resource.
updateBackendConfig(params = {}, callback) ⇒ AWS.Request
Updates the AWS resources required to access the Amplify Admin UI.
updateBackendJob(params = {}, callback) ⇒ AWS.Request
updateBackendStorage(params = {}, callback) ⇒ AWS.Request
Updates an existing backend storage resource.