AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Interface for accessing AmplifyBackend
AWS Amplify Admin APINamespace: Amazon.AmplifyBackend
Assembly: AWSSDK.AmplifyBackend.dll
Version: 3.x.y.z
public interface IAmazonAmplifyBackend IAmazonService, IDisposable
The IAmazonAmplifyBackend type exposes the following members
Name | Type | Description | |
---|---|---|---|
Paginators | Amazon.AmplifyBackend.Model.IAmplifyBackendPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CloneBackend(CloneBackendRequest) |
This operation clones an existing backend. |
|
CloneBackendAsync(CloneBackendRequest, CancellationToken) |
This operation clones an existing backend. |
|
CreateBackend(CreateBackendRequest) |
This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation. |
|
CreateBackendAPI(CreateBackendAPIRequest) |
Creates a new backend API resource. |
|
CreateBackendAPIAsync(CreateBackendAPIRequest, CancellationToken) |
Creates a new backend API resource. |
|
CreateBackendAsync(CreateBackendRequest, CancellationToken) |
This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation. |
|
CreateBackendAuth(CreateBackendAuthRequest) |
Creates a new backend authentication resource. |
|
CreateBackendAuthAsync(CreateBackendAuthRequest, CancellationToken) |
Creates a new backend authentication resource. |
|
CreateBackendConfig(CreateBackendConfigRequest) |
Creates a config object for a backend. |
|
CreateBackendConfigAsync(CreateBackendConfigRequest, CancellationToken) |
Creates a config object for a backend. |
|
CreateBackendStorage(CreateBackendStorageRequest) |
Creates a backend storage resource. |
|
CreateBackendStorageAsync(CreateBackendStorageRequest, CancellationToken) |
Creates a backend storage resource. |
|
CreateToken(CreateTokenRequest) |
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI. |
|
CreateTokenAsync(CreateTokenRequest, CancellationToken) |
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI. |
|
DeleteBackend(DeleteBackendRequest) |
Removes an existing environment from your Amplify project. |
|
DeleteBackendAPI(DeleteBackendAPIRequest) |
Deletes an existing backend API resource. |
|
DeleteBackendAPIAsync(DeleteBackendAPIRequest, CancellationToken) |
Deletes an existing backend API resource. |
|
DeleteBackendAsync(DeleteBackendRequest, CancellationToken) |
Removes an existing environment from your Amplify project. |
|
DeleteBackendAuth(DeleteBackendAuthRequest) |
Deletes an existing backend authentication resource. |
|
DeleteBackendAuthAsync(DeleteBackendAuthRequest, CancellationToken) |
Deletes an existing backend authentication resource. |
|
DeleteBackendStorage(DeleteBackendStorageRequest) |
Removes the specified backend storage resource. |
|
DeleteBackendStorageAsync(DeleteBackendStorageRequest, CancellationToken) |
Removes the specified backend storage resource. |
|
DeleteToken(DeleteTokenRequest) |
Deletes the challenge token based on the given appId and sessionId. |
|
DeleteTokenAsync(DeleteTokenRequest, CancellationToken) |
Deletes the challenge token based on the given appId and sessionId. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
GenerateBackendAPIModels(GenerateBackendAPIModelsRequest) |
Generates a model schema for an existing backend API resource. |
|
GenerateBackendAPIModelsAsync(GenerateBackendAPIModelsRequest, CancellationToken) |
Generates a model schema for an existing backend API resource. |
|
GetBackend(GetBackendRequest) |
Provides project-level details for your Amplify UI project. |
|
GetBackendAPI(GetBackendAPIRequest) |
Gets the details for a backend API. |
|
GetBackendAPIAsync(GetBackendAPIRequest, CancellationToken) |
Gets the details for a backend API. |
|
GetBackendAPIModels(GetBackendAPIModelsRequest) |
Gets a model introspection schema for an existing backend API resource. |
|
GetBackendAPIModelsAsync(GetBackendAPIModelsRequest, CancellationToken) |
Gets a model introspection schema for an existing backend API resource. |
|
GetBackendAsync(GetBackendRequest, CancellationToken) |
Provides project-level details for your Amplify UI project. |
|
GetBackendAuth(GetBackendAuthRequest) |
Gets a backend auth details. |
|
GetBackendAuthAsync(GetBackendAuthRequest, CancellationToken) |
Gets a backend auth details. |
|
GetBackendJob(GetBackendJobRequest) |
Returns information about a specific job. |
|
GetBackendJobAsync(GetBackendJobRequest, CancellationToken) |
Returns information about a specific job. |
|
GetBackendStorage(GetBackendStorageRequest) |
Gets details for a backend storage resource. |
|
GetBackendStorageAsync(GetBackendStorageRequest, CancellationToken) |
Gets details for a backend storage resource. |
|
GetToken(GetTokenRequest) |
Gets the challenge token based on the given appId and sessionId. |
|
GetTokenAsync(GetTokenRequest, CancellationToken) |
Gets the challenge token based on the given appId and sessionId. |
|
ImportBackendAuth(ImportBackendAuthRequest) |
Imports an existing backend authentication resource. |
|
ImportBackendAuthAsync(ImportBackendAuthRequest, CancellationToken) |
Imports an existing backend authentication resource. |
|
ImportBackendStorage(ImportBackendStorageRequest) |
Imports an existing backend storage resource. |
|
ImportBackendStorageAsync(ImportBackendStorageRequest, CancellationToken) |
Imports an existing backend storage resource. |
|
ListBackendJobs(ListBackendJobsRequest) |
Lists the jobs for the backend of an Amplify app. |
|
ListBackendJobsAsync(ListBackendJobsRequest, CancellationToken) |
Lists the jobs for the backend of an Amplify app. |
|
ListS3Buckets(ListS3BucketsRequest) |
The list of S3 buckets in your account. |
|
ListS3BucketsAsync(ListS3BucketsRequest, CancellationToken) |
The list of S3 buckets in your account. |
|
RemoveAllBackends(RemoveAllBackendsRequest) |
Removes all backend environments from your Amplify project. |
|
RemoveAllBackendsAsync(RemoveAllBackendsRequest, CancellationToken) |
Removes all backend environments from your Amplify project. |
|
RemoveBackendConfig(RemoveBackendConfigRequest) |
Removes the AWS resources required to access the Amplify Admin UI. |
|
RemoveBackendConfigAsync(RemoveBackendConfigRequest, CancellationToken) |
Removes the AWS resources required to access the Amplify Admin UI. |
|
UpdateBackendAPI(UpdateBackendAPIRequest) |
Updates an existing backend API resource. |
|
UpdateBackendAPIAsync(UpdateBackendAPIRequest, CancellationToken) |
Updates an existing backend API resource. |
|
UpdateBackendAuth(UpdateBackendAuthRequest) |
Updates an existing backend authentication resource. |
|
UpdateBackendAuthAsync(UpdateBackendAuthRequest, CancellationToken) |
Updates an existing backend authentication resource. |
|
UpdateBackendConfig(UpdateBackendConfigRequest) |
Updates the AWS resources required to access the Amplify Admin UI. |
|
UpdateBackendConfigAsync(UpdateBackendConfigRequest, CancellationToken) |
Updates the AWS resources required to access the Amplify Admin UI. |
|
UpdateBackendJob(UpdateBackendJobRequest) |
Updates a specific job. |
|
UpdateBackendJobAsync(UpdateBackendJobRequest, CancellationToken) |
Updates a specific job. |
|
UpdateBackendStorage(UpdateBackendStorageRequest) |
Updates an existing backend storage resource. |
|
UpdateBackendStorageAsync(UpdateBackendStorageRequest, CancellationToken) |
Updates an existing backend storage resource. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5