View Source aws_amplifybackend (aws v1.0.4)

AWS Amplify Admin API

Summary

Functions

This operation clones an existing backend.

This operation creates a backend for an Amplify app.

Creates a new backend API resource.
Creates a new backend authentication resource.
Creates a config object for a backend.
Creates a backend storage resource.
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
Removes an existing environment from your Amplify project.
Deletes an existing backend API resource.
Deletes an existing backend authentication resource.
Removes the specified backend storage resource.
Deletes the challenge token based on the given appId and sessionId.
Generates a model schema for an existing backend API resource.
Provides project-level details for your Amplify UI project.
Gets a model introspection schema for an existing backend API resource.
Returns information about a specific job.
Gets details for a backend storage resource.
Gets the challenge token based on the given appId and sessionId.
Imports an existing backend authentication resource.
Imports an existing backend storage resource.
Lists the jobs for the backend of an Amplify app.
The list of S3 buckets in your account.
Removes all backend environments from your Amplify project.
Removes the AWS resources required to access the Amplify Admin UI.
Updates an existing backend API resource.
Updates an existing backend authentication resource.
Updates the AWS resources required to access the Amplify Admin UI.
Updates an existing backend storage resource.

Functions

Link to this function

clone_backend(Client, AppId, BackendEnvironmentName, Input)

View Source
This operation clones an existing backend.
Link to this function

clone_backend(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

create_backend(Client, Input)

View Source

This operation creates a backend for an Amplify app.

Backends are automatically created at the time of app creation.
Link to this function

create_backend(Client, Input0, Options0)

View Source
Link to this function

create_backend_api(Client, AppId, Input)

View Source
Creates a new backend API resource.
Link to this function

create_backend_api(Client, AppId, Input0, Options0)

View Source
Link to this function

create_backend_auth(Client, AppId, Input)

View Source
Creates a new backend authentication resource.
Link to this function

create_backend_auth(Client, AppId, Input0, Options0)

View Source
Link to this function

create_backend_config(Client, AppId, Input)

View Source
Creates a config object for a backend.
Link to this function

create_backend_config(Client, AppId, Input0, Options0)

View Source
Link to this function

create_backend_storage(Client, AppId, Input)

View Source
Creates a backend storage resource.
Link to this function

create_backend_storage(Client, AppId, Input0, Options0)

View Source
Link to this function

create_token(Client, AppId, Input)

View Source
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
Link to this function

create_token(Client, AppId, Input0, Options0)

View Source
Link to this function

delete_backend(Client, AppId, BackendEnvironmentName, Input)

View Source
Removes an existing environment from your Amplify project.
Link to this function

delete_backend(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

delete_backend_api(Client, AppId, BackendEnvironmentName, Input)

View Source
Deletes an existing backend API resource.
Link to this function

delete_backend_api(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

delete_backend_auth(Client, AppId, BackendEnvironmentName, Input)

View Source
Deletes an existing backend authentication resource.
Link to this function

delete_backend_auth(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

delete_backend_storage(Client, AppId, BackendEnvironmentName, Input)

View Source
Removes the specified backend storage resource.
Link to this function

delete_backend_storage(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

delete_token(Client, AppId, SessionId, Input)

View Source
Deletes the challenge token based on the given appId and sessionId.
Link to this function

delete_token(Client, AppId, SessionId, Input0, Options0)

View Source
Link to this function

generate_backend_api_models(Client, AppId, BackendEnvironmentName, Input)

View Source
Generates a model schema for an existing backend API resource.
Link to this function

generate_backend_api_models(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

get_backend(Client, AppId, Input)

View Source
Provides project-level details for your Amplify UI project.
Link to this function

get_backend(Client, AppId, Input0, Options0)

View Source
Link to this function

get_backend_api(Client, AppId, BackendEnvironmentName, Input)

View Source
Gets the details for a backend API.
Link to this function

get_backend_api(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

get_backend_api_models(Client, AppId, BackendEnvironmentName, Input)

View Source
Gets a model introspection schema for an existing backend API resource.
Link to this function

get_backend_api_models(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

get_backend_auth(Client, AppId, BackendEnvironmentName, Input)

View Source
Gets a backend auth details.
Link to this function

get_backend_auth(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

get_backend_job(Client, AppId, BackendEnvironmentName, JobId)

View Source
Returns information about a specific job.
Link to this function

get_backend_job(Client, AppId, BackendEnvironmentName, JobId, QueryMap, HeadersMap)

View Source
Link to this function

get_backend_job(Client, AppId, BackendEnvironmentName, JobId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_backend_storage(Client, AppId, BackendEnvironmentName, Input)

View Source
Gets details for a backend storage resource.
Link to this function

get_backend_storage(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

get_token(Client, AppId, SessionId)

View Source
Gets the challenge token based on the given appId and sessionId.
Link to this function

get_token(Client, AppId, SessionId, QueryMap, HeadersMap)

View Source
Link to this function

get_token(Client, AppId, SessionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

import_backend_auth(Client, AppId, BackendEnvironmentName, Input)

View Source
Imports an existing backend authentication resource.
Link to this function

import_backend_auth(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

import_backend_storage(Client, AppId, BackendEnvironmentName, Input)

View Source
Imports an existing backend storage resource.
Link to this function

import_backend_storage(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

list_backend_jobs(Client, AppId, BackendEnvironmentName, Input)

View Source
Lists the jobs for the backend of an Amplify app.
Link to this function

list_backend_jobs(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

list_s3_buckets(Client, Input)

View Source
The list of S3 buckets in your account.
Link to this function

list_s3_buckets(Client, Input0, Options0)

View Source
Link to this function

remove_all_backends(Client, AppId, Input)

View Source
Removes all backend environments from your Amplify project.
Link to this function

remove_all_backends(Client, AppId, Input0, Options0)

View Source
Link to this function

remove_backend_config(Client, AppId, Input)

View Source
Removes the AWS resources required to access the Amplify Admin UI.
Link to this function

remove_backend_config(Client, AppId, Input0, Options0)

View Source
Link to this function

update_backend_api(Client, AppId, BackendEnvironmentName, Input)

View Source
Updates an existing backend API resource.
Link to this function

update_backend_api(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

update_backend_auth(Client, AppId, BackendEnvironmentName, Input)

View Source
Updates an existing backend authentication resource.
Link to this function

update_backend_auth(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source
Link to this function

update_backend_config(Client, AppId, Input)

View Source
Updates the AWS resources required to access the Amplify Admin UI.
Link to this function

update_backend_config(Client, AppId, Input0, Options0)

View Source
Link to this function

update_backend_job(Client, AppId, BackendEnvironmentName, JobId, Input)

View Source
Updates a specific job.
Link to this function

update_backend_job(Client, AppId, BackendEnvironmentName, JobId, Input0, Options0)

View Source
Link to this function

update_backend_storage(Client, AppId, BackendEnvironmentName, Input)

View Source
Updates an existing backend storage resource.
Link to this function

update_backend_storage(Client, AppId, BackendEnvironmentName, Input0, Options0)

View Source