[−][src]Trait rusoto_amplify::Amplify
Trait representing the capabilities of the Amplify API. Amplify clients implement this trait.
Required methods
fn create_app(
&self,
input: CreateAppRequest
) -> RusotoFuture<CreateAppResult, CreateAppError>
&self,
input: CreateAppRequest
) -> RusotoFuture<CreateAppResult, CreateAppError>
Creates a new Amplify App.
fn create_branch(
&self,
input: CreateBranchRequest
) -> RusotoFuture<CreateBranchResult, CreateBranchError>
&self,
input: CreateBranchRequest
) -> RusotoFuture<CreateBranchResult, CreateBranchError>
Creates a new Branch for an Amplify App.
fn create_domain_association(
&self,
input: CreateDomainAssociationRequest
) -> RusotoFuture<CreateDomainAssociationResult, CreateDomainAssociationError>
&self,
input: CreateDomainAssociationRequest
) -> RusotoFuture<CreateDomainAssociationResult, CreateDomainAssociationError>
Create a new DomainAssociation on an App
fn delete_app(
&self,
input: DeleteAppRequest
) -> RusotoFuture<DeleteAppResult, DeleteAppError>
&self,
input: DeleteAppRequest
) -> RusotoFuture<DeleteAppResult, DeleteAppError>
Delete an existing Amplify App by appId.
fn delete_branch(
&self,
input: DeleteBranchRequest
) -> RusotoFuture<DeleteBranchResult, DeleteBranchError>
&self,
input: DeleteBranchRequest
) -> RusotoFuture<DeleteBranchResult, DeleteBranchError>
Deletes a branch for an Amplify App.
fn delete_domain_association(
&self,
input: DeleteDomainAssociationRequest
) -> RusotoFuture<DeleteDomainAssociationResult, DeleteDomainAssociationError>
&self,
input: DeleteDomainAssociationRequest
) -> RusotoFuture<DeleteDomainAssociationResult, DeleteDomainAssociationError>
Deletes a DomainAssociation.
fn delete_job(
&self,
input: DeleteJobRequest
) -> RusotoFuture<DeleteJobResult, DeleteJobError>
&self,
input: DeleteJobRequest
) -> RusotoFuture<DeleteJobResult, DeleteJobError>
Delete a job, for an Amplify branch, part of Amplify App.
fn get_app(
&self,
input: GetAppRequest
) -> RusotoFuture<GetAppResult, GetAppError>
&self,
input: GetAppRequest
) -> RusotoFuture<GetAppResult, GetAppError>
Retrieves an existing Amplify App by appId.
fn get_branch(
&self,
input: GetBranchRequest
) -> RusotoFuture<GetBranchResult, GetBranchError>
&self,
input: GetBranchRequest
) -> RusotoFuture<GetBranchResult, GetBranchError>
Retrieves a branch for an Amplify App.
fn get_domain_association(
&self,
input: GetDomainAssociationRequest
) -> RusotoFuture<GetDomainAssociationResult, GetDomainAssociationError>
&self,
input: GetDomainAssociationRequest
) -> RusotoFuture<GetDomainAssociationResult, GetDomainAssociationError>
Retrieves domain info that corresponds to an appId and domainName.
fn get_job(
&self,
input: GetJobRequest
) -> RusotoFuture<GetJobResult, GetJobError>
&self,
input: GetJobRequest
) -> RusotoFuture<GetJobResult, GetJobError>
Get a job for a branch, part of an Amplify App.
fn list_apps(
&self,
input: ListAppsRequest
) -> RusotoFuture<ListAppsResult, ListAppsError>
&self,
input: ListAppsRequest
) -> RusotoFuture<ListAppsResult, ListAppsError>
Lists existing Amplify Apps.
fn list_branches(
&self,
input: ListBranchesRequest
) -> RusotoFuture<ListBranchesResult, ListBranchesError>
&self,
input: ListBranchesRequest
) -> RusotoFuture<ListBranchesResult, ListBranchesError>
Lists branches for an Amplify App.
fn list_domain_associations(
&self,
input: ListDomainAssociationsRequest
) -> RusotoFuture<ListDomainAssociationsResult, ListDomainAssociationsError>
&self,
input: ListDomainAssociationsRequest
) -> RusotoFuture<ListDomainAssociationsResult, ListDomainAssociationsError>
List domains with an app
fn list_jobs(
&self,
input: ListJobsRequest
) -> RusotoFuture<ListJobsResult, ListJobsError>
&self,
input: ListJobsRequest
) -> RusotoFuture<ListJobsResult, ListJobsError>
List Jobs for a branch, part of an Amplify App.
fn start_job(
&self,
input: StartJobRequest
) -> RusotoFuture<StartJobResult, StartJobError>
&self,
input: StartJobRequest
) -> RusotoFuture<StartJobResult, StartJobError>
Starts a new job for a branch, part of an Amplify App.
fn stop_job(
&self,
input: StopJobRequest
) -> RusotoFuture<StopJobResult, StopJobError>
&self,
input: StopJobRequest
) -> RusotoFuture<StopJobResult, StopJobError>
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
fn update_app(
&self,
input: UpdateAppRequest
) -> RusotoFuture<UpdateAppResult, UpdateAppError>
&self,
input: UpdateAppRequest
) -> RusotoFuture<UpdateAppResult, UpdateAppError>
Updates an existing Amplify App.
fn update_branch(
&self,
input: UpdateBranchRequest
) -> RusotoFuture<UpdateBranchResult, UpdateBranchError>
&self,
input: UpdateBranchRequest
) -> RusotoFuture<UpdateBranchResult, UpdateBranchError>
Updates a branch for an Amplify App.
fn update_domain_association(
&self,
input: UpdateDomainAssociationRequest
) -> RusotoFuture<UpdateDomainAssociationResult, UpdateDomainAssociationError>
&self,
input: UpdateDomainAssociationRequest
) -> RusotoFuture<UpdateDomainAssociationResult, UpdateDomainAssociationError>
Create a new DomainAssociation on an App
Implementors
impl Amplify for AmplifyClient
[src]
fn create_app(
&self,
input: CreateAppRequest
) -> RusotoFuture<CreateAppResult, CreateAppError>
[src]
&self,
input: CreateAppRequest
) -> RusotoFuture<CreateAppResult, CreateAppError>
Creates a new Amplify App.
fn create_branch(
&self,
input: CreateBranchRequest
) -> RusotoFuture<CreateBranchResult, CreateBranchError>
[src]
&self,
input: CreateBranchRequest
) -> RusotoFuture<CreateBranchResult, CreateBranchError>
Creates a new Branch for an Amplify App.
fn create_domain_association(
&self,
input: CreateDomainAssociationRequest
) -> RusotoFuture<CreateDomainAssociationResult, CreateDomainAssociationError>
[src]
&self,
input: CreateDomainAssociationRequest
) -> RusotoFuture<CreateDomainAssociationResult, CreateDomainAssociationError>
Create a new DomainAssociation on an App
fn delete_app(
&self,
input: DeleteAppRequest
) -> RusotoFuture<DeleteAppResult, DeleteAppError>
[src]
&self,
input: DeleteAppRequest
) -> RusotoFuture<DeleteAppResult, DeleteAppError>
Delete an existing Amplify App by appId.
fn delete_branch(
&self,
input: DeleteBranchRequest
) -> RusotoFuture<DeleteBranchResult, DeleteBranchError>
[src]
&self,
input: DeleteBranchRequest
) -> RusotoFuture<DeleteBranchResult, DeleteBranchError>
Deletes a branch for an Amplify App.
fn delete_domain_association(
&self,
input: DeleteDomainAssociationRequest
) -> RusotoFuture<DeleteDomainAssociationResult, DeleteDomainAssociationError>
[src]
&self,
input: DeleteDomainAssociationRequest
) -> RusotoFuture<DeleteDomainAssociationResult, DeleteDomainAssociationError>
Deletes a DomainAssociation.
fn delete_job(
&self,
input: DeleteJobRequest
) -> RusotoFuture<DeleteJobResult, DeleteJobError>
[src]
&self,
input: DeleteJobRequest
) -> RusotoFuture<DeleteJobResult, DeleteJobError>
Delete a job, for an Amplify branch, part of Amplify App.
fn get_app(
&self,
input: GetAppRequest
) -> RusotoFuture<GetAppResult, GetAppError>
[src]
&self,
input: GetAppRequest
) -> RusotoFuture<GetAppResult, GetAppError>
Retrieves an existing Amplify App by appId.
fn get_branch(
&self,
input: GetBranchRequest
) -> RusotoFuture<GetBranchResult, GetBranchError>
[src]
&self,
input: GetBranchRequest
) -> RusotoFuture<GetBranchResult, GetBranchError>
Retrieves a branch for an Amplify App.
fn get_domain_association(
&self,
input: GetDomainAssociationRequest
) -> RusotoFuture<GetDomainAssociationResult, GetDomainAssociationError>
[src]
&self,
input: GetDomainAssociationRequest
) -> RusotoFuture<GetDomainAssociationResult, GetDomainAssociationError>
Retrieves domain info that corresponds to an appId and domainName.
fn get_job(
&self,
input: GetJobRequest
) -> RusotoFuture<GetJobResult, GetJobError>
[src]
&self,
input: GetJobRequest
) -> RusotoFuture<GetJobResult, GetJobError>
Get a job for a branch, part of an Amplify App.
fn list_apps(
&self,
input: ListAppsRequest
) -> RusotoFuture<ListAppsResult, ListAppsError>
[src]
&self,
input: ListAppsRequest
) -> RusotoFuture<ListAppsResult, ListAppsError>
Lists existing Amplify Apps.
fn list_branches(
&self,
input: ListBranchesRequest
) -> RusotoFuture<ListBranchesResult, ListBranchesError>
[src]
&self,
input: ListBranchesRequest
) -> RusotoFuture<ListBranchesResult, ListBranchesError>
Lists branches for an Amplify App.
fn list_domain_associations(
&self,
input: ListDomainAssociationsRequest
) -> RusotoFuture<ListDomainAssociationsResult, ListDomainAssociationsError>
[src]
&self,
input: ListDomainAssociationsRequest
) -> RusotoFuture<ListDomainAssociationsResult, ListDomainAssociationsError>
List domains with an app
fn list_jobs(
&self,
input: ListJobsRequest
) -> RusotoFuture<ListJobsResult, ListJobsError>
[src]
&self,
input: ListJobsRequest
) -> RusotoFuture<ListJobsResult, ListJobsError>
List Jobs for a branch, part of an Amplify App.
fn start_job(
&self,
input: StartJobRequest
) -> RusotoFuture<StartJobResult, StartJobError>
[src]
&self,
input: StartJobRequest
) -> RusotoFuture<StartJobResult, StartJobError>
Starts a new job for a branch, part of an Amplify App.
fn stop_job(
&self,
input: StopJobRequest
) -> RusotoFuture<StopJobResult, StopJobError>
[src]
&self,
input: StopJobRequest
) -> RusotoFuture<StopJobResult, StopJobError>
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
fn update_app(
&self,
input: UpdateAppRequest
) -> RusotoFuture<UpdateAppResult, UpdateAppError>
[src]
&self,
input: UpdateAppRequest
) -> RusotoFuture<UpdateAppResult, UpdateAppError>
Updates an existing Amplify App.
fn update_branch(
&self,
input: UpdateBranchRequest
) -> RusotoFuture<UpdateBranchResult, UpdateBranchError>
[src]
&self,
input: UpdateBranchRequest
) -> RusotoFuture<UpdateBranchResult, UpdateBranchError>
Updates a branch for an Amplify App.
fn update_domain_association(
&self,
input: UpdateDomainAssociationRequest
) -> RusotoFuture<UpdateDomainAssociationResult, UpdateDomainAssociationError>
[src]
&self,
input: UpdateDomainAssociationRequest
) -> RusotoFuture<UpdateDomainAssociationResult, UpdateDomainAssociationError>
Create a new DomainAssociation on an App