@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSAmplifyClient extends AmazonWebServiceClient implements AWSAmplify
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AWSAmplifyClientBuilder |
builder() |
CreateAppResult |
createApp(CreateAppRequest request)
Creates a new Amplify App.
|
CreateBackendEnvironmentResult |
createBackendEnvironment(CreateBackendEnvironmentRequest request)
Creates a new backend environment for an Amplify App.
|
CreateBranchResult |
createBranch(CreateBranchRequest request)
Creates a new Branch for an Amplify App.
|
CreateDeploymentResult |
createDeployment(CreateDeploymentRequest request)
Create a deployment for manual deploy apps.
|
CreateDomainAssociationResult |
createDomainAssociation(CreateDomainAssociationRequest request)
Create a new DomainAssociation on an App
|
CreateWebhookResult |
createWebhook(CreateWebhookRequest request)
Create a new webhook on an App.
|
DeleteAppResult |
deleteApp(DeleteAppRequest request)
Delete an existing Amplify App by appId.
|
DeleteBackendEnvironmentResult |
deleteBackendEnvironment(DeleteBackendEnvironmentRequest request)
Delete backend environment for an Amplify App.
|
DeleteBranchResult |
deleteBranch(DeleteBranchRequest request)
Deletes a branch for an Amplify App.
|
DeleteDomainAssociationResult |
deleteDomainAssociation(DeleteDomainAssociationRequest request)
Deletes a DomainAssociation.
|
DeleteJobResult |
deleteJob(DeleteJobRequest request)
Delete a job, for an Amplify branch, part of Amplify App.
|
DeleteWebhookResult |
deleteWebhook(DeleteWebhookRequest request)
Deletes a webhook.
|
GenerateAccessLogsResult |
generateAccessLogs(GenerateAccessLogsRequest request)
Retrieve website access logs for a specific time range via a pre-signed URL.
|
GetAppResult |
getApp(GetAppRequest request)
Retrieves an existing Amplify App by appId.
|
GetArtifactUrlResult |
getArtifactUrl(GetArtifactUrlRequest request)
Retrieves artifact info that corresponds to a artifactId.
|
GetBackendEnvironmentResult |
getBackendEnvironment(GetBackendEnvironmentRequest request)
Retrieves a backend environment for an Amplify App.
|
GetBranchResult |
getBranch(GetBranchRequest request)
Retrieves a branch for an Amplify App.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDomainAssociationResult |
getDomainAssociation(GetDomainAssociationRequest request)
Retrieves domain info that corresponds to an appId and domainName.
|
GetJobResult |
getJob(GetJobRequest request)
Get a job for a branch, part of an Amplify App.
|
GetWebhookResult |
getWebhook(GetWebhookRequest request)
Retrieves webhook info that corresponds to a webhookId.
|
ListAppsResult |
listApps(ListAppsRequest request)
Lists existing Amplify Apps.
|
ListArtifactsResult |
listArtifacts(ListArtifactsRequest request)
List artifacts with an app, a branch, a job and an artifact type.
|
ListBackendEnvironmentsResult |
listBackendEnvironments(ListBackendEnvironmentsRequest request)
Lists backend environments for an Amplify App.
|
ListBranchesResult |
listBranches(ListBranchesRequest request)
Lists branches for an Amplify App.
|
ListDomainAssociationsResult |
listDomainAssociations(ListDomainAssociationsRequest request)
List domains with an app
|
ListJobsResult |
listJobs(ListJobsRequest request)
List Jobs for a branch, part of an Amplify App.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
List tags for resource.
|
ListWebhooksResult |
listWebhooks(ListWebhooksRequest request)
List webhooks with an app.
|
StartDeploymentResult |
startDeployment(StartDeploymentRequest request)
Start a deployment for manual deploy apps.
|
StartJobResult |
startJob(StartJobRequest request)
Starts a new job for a branch, part of an Amplify App.
|
StopJobResult |
stopJob(StopJobRequest request)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Tag resource with tag key and value.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Untag resource with resourceArn.
|
UpdateAppResult |
updateApp(UpdateAppRequest request)
Updates an existing Amplify App.
|
UpdateBranchResult |
updateBranch(UpdateBranchRequest request)
Updates a branch for an Amplify App.
|
UpdateDomainAssociationResult |
updateDomainAssociation(UpdateDomainAssociationRequest request)
Create a new DomainAssociation on an App
|
UpdateWebhookResult |
updateWebhook(UpdateWebhookRequest request)
Update a webhook.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownprotected static final ClientConfigurationFactory configFactory
public static AWSAmplifyClientBuilder builder()
public CreateAppResult createApp(CreateAppRequest request)
Creates a new Amplify App.
createApp in interface AWSAmplifycreateAppRequest - Request structure used to create Apps in Amplify.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public CreateBackendEnvironmentResult createBackendEnvironment(CreateBackendEnvironmentRequest request)
Creates a new backend environment for an Amplify App.
createBackendEnvironment in interface AWSAmplifycreateBackendEnvironmentRequest - Request structure for a backend environment create request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public CreateBranchResult createBranch(CreateBranchRequest request)
Creates a new Branch for an Amplify App.
createBranch in interface AWSAmplifycreateBranchRequest - Request structure for a branch create request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public CreateDeploymentResult createDeployment(CreateDeploymentRequest request)
Create a deployment for manual deploy apps. (Apps are not connected to repository)
createDeployment in interface AWSAmplifycreateDeploymentRequest - Request structure for create a new deployment.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public CreateDomainAssociationResult createDomainAssociation(CreateDomainAssociationRequest request)
Create a new DomainAssociation on an App
createDomainAssociation in interface AWSAmplifycreateDomainAssociationRequest - Request structure for create Domain Association request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public CreateWebhookResult createWebhook(CreateWebhookRequest request)
Create a new webhook on an App.
createWebhook in interface AWSAmplifycreateWebhookRequest - Request structure for create webhook request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public DeleteAppResult deleteApp(DeleteAppRequest request)
Delete an existing Amplify App by appId.
deleteApp in interface AWSAmplifydeleteAppRequest - Request structure for an Amplify App delete request.BadRequestException - Exception thrown when a request contains unexpected data.NotFoundException - Exception thrown when an entity has not been found during an operation.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public DeleteBackendEnvironmentResult deleteBackendEnvironment(DeleteBackendEnvironmentRequest request)
Delete backend environment for an Amplify App.
deleteBackendEnvironment in interface AWSAmplifydeleteBackendEnvironmentRequest - Request structure for delete backend environment request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public DeleteBranchResult deleteBranch(DeleteBranchRequest request)
Deletes a branch for an Amplify App.
deleteBranch in interface AWSAmplifydeleteBranchRequest - Request structure for delete branch request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public DeleteDomainAssociationResult deleteDomainAssociation(DeleteDomainAssociationRequest request)
Deletes a DomainAssociation.
deleteDomainAssociation in interface AWSAmplifydeleteDomainAssociationRequest - Request structure for the delete Domain Association request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public DeleteJobResult deleteJob(DeleteJobRequest request)
Delete a job, for an Amplify branch, part of Amplify App.
deleteJob in interface AWSAmplifydeleteJobRequest - Request structure for delete job request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public DeleteWebhookResult deleteWebhook(DeleteWebhookRequest request)
Deletes a webhook.
deleteWebhook in interface AWSAmplifydeleteWebhookRequest - Request structure for the delete webhook request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public GenerateAccessLogsResult generateAccessLogs(GenerateAccessLogsRequest request)
Retrieve website access logs for a specific time range via a pre-signed URL.
generateAccessLogs in interface AWSAmplifygenerateAccessLogsRequest - Request structure for the generate access logs request.NotFoundException - Exception thrown when an entity has not been found during an operation.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public GetAppResult getApp(GetAppRequest request)
Retrieves an existing Amplify App by appId.
getApp in interface AWSAmplifygetAppRequest - Request structure for get App request.BadRequestException - Exception thrown when a request contains unexpected data.NotFoundException - Exception thrown when an entity has not been found during an operation.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public GetArtifactUrlResult getArtifactUrl(GetArtifactUrlRequest request)
Retrieves artifact info that corresponds to a artifactId.
getArtifactUrl in interface AWSAmplifygetArtifactUrlRequest - Request structure for the get artifact request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public GetBackendEnvironmentResult getBackendEnvironment(GetBackendEnvironmentRequest request)
Retrieves a backend environment for an Amplify App.
getBackendEnvironment in interface AWSAmplifygetBackendEnvironmentRequest - Request structure for get backend environment request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public GetBranchResult getBranch(GetBranchRequest request)
Retrieves a branch for an Amplify App.
getBranch in interface AWSAmplifygetBranchRequest - Request structure for get branch request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public GetDomainAssociationResult getDomainAssociation(GetDomainAssociationRequest request)
Retrieves domain info that corresponds to an appId and domainName.
getDomainAssociation in interface AWSAmplifygetDomainAssociationRequest - Request structure for the get Domain Association request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public GetJobResult getJob(GetJobRequest request)
Get a job for a branch, part of an Amplify App.
getJob in interface AWSAmplifygetJobRequest - Request structure for get job request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public GetWebhookResult getWebhook(GetWebhookRequest request)
Retrieves webhook info that corresponds to a webhookId.
getWebhook in interface AWSAmplifygetWebhookRequest - Request structure for the get webhook request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public ListAppsResult listApps(ListAppsRequest request)
Lists existing Amplify Apps.
listApps in interface AWSAmplifylistAppsRequest - Request structure for an Amplify App list request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public ListArtifactsResult listArtifacts(ListArtifactsRequest request)
List artifacts with an app, a branch, a job and an artifact type.
listArtifacts in interface AWSAmplifylistArtifactsRequest - Request structure for the list artifacts request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public ListBackendEnvironmentsResult listBackendEnvironments(ListBackendEnvironmentsRequest request)
Lists backend environments for an Amplify App.
listBackendEnvironments in interface AWSAmplifylistBackendEnvironmentsRequest - Request structure for list backend environments request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public ListBranchesResult listBranches(ListBranchesRequest request)
Lists branches for an Amplify App.
listBranches in interface AWSAmplifylistBranchesRequest - Request structure for list branches request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public ListDomainAssociationsResult listDomainAssociations(ListDomainAssociationsRequest request)
List domains with an app
listDomainAssociations in interface AWSAmplifylistDomainAssociationsRequest - Request structure for the list Domain Associations request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public ListJobsResult listJobs(ListJobsRequest request)
List Jobs for a branch, part of an Amplify App.
listJobs in interface AWSAmplifylistJobsRequest - Request structure for list job request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
List tags for resource.
listTagsForResource in interface AWSAmplifylistTagsForResourceRequest - Request structure used to list tags for resource.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.BadRequestException - Exception thrown when a request contains unexpected data.ResourceNotFoundException - Exception thrown when an operation fails due to non-existent resource.public ListWebhooksResult listWebhooks(ListWebhooksRequest request)
List webhooks with an app.
listWebhooks in interface AWSAmplifylistWebhooksRequest - Request structure for the list webhooks request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public StartDeploymentResult startDeployment(StartDeploymentRequest request)
Start a deployment for manual deploy apps. (Apps are not connected to repository)
startDeployment in interface AWSAmplifystartDeploymentRequest - Request structure for start a deployment.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public StartJobResult startJob(StartJobRequest request)
Starts a new job for a branch, part of an Amplify App.
startJob in interface AWSAmplifystartJobRequest - Request structure for Start job request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public StopJobResult stopJob(StopJobRequest request)
Stop a job that is in progress, for an Amplify branch, part of Amplify App.
stopJob in interface AWSAmplifystopJobRequest - Request structure for stop job request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.NotFoundException - Exception thrown when an entity has not been found during an operation.LimitExceededException - Exception thrown when a resource could not be created because of service limits.public TagResourceResult tagResource(TagResourceRequest request)
Tag resource with tag key and value.
tagResource in interface AWSAmplifytagResourceRequest - Request structure used to tag resource.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.BadRequestException - Exception thrown when a request contains unexpected data.ResourceNotFoundException - Exception thrown when an operation fails due to non-existent resource.public UntagResourceResult untagResource(UntagResourceRequest request)
Untag resource with resourceArn.
untagResource in interface AWSAmplifyuntagResourceRequest - Request structure used to untag resource.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.BadRequestException - Exception thrown when a request contains unexpected data.ResourceNotFoundException - Exception thrown when an operation fails due to non-existent resource.public UpdateAppResult updateApp(UpdateAppRequest request)
Updates an existing Amplify App.
updateApp in interface AWSAmplifyupdateAppRequest - Request structure for update App request.BadRequestException - Exception thrown when a request contains unexpected data.NotFoundException - Exception thrown when an entity has not been found during an operation.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.public UpdateBranchResult updateBranch(UpdateBranchRequest request)
Updates a branch for an Amplify App.
updateBranch in interface AWSAmplifyupdateBranchRequest - Request structure for update branch request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public UpdateDomainAssociationResult updateDomainAssociation(UpdateDomainAssociationRequest request)
Create a new DomainAssociation on an App
updateDomainAssociation in interface AWSAmplifyupdateDomainAssociationRequest - Request structure for update Domain Association request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public UpdateWebhookResult updateWebhook(UpdateWebhookRequest request)
Update a webhook.
updateWebhook in interface AWSAmplifyupdateWebhookRequest - Request structure for update webhook request.BadRequestException - Exception thrown when a request contains unexpected data.UnauthorizedException - Exception thrown when an operation fails due to a lack of access.NotFoundException - Exception thrown when an entity has not been found during an operation.InternalFailureException - Exception thrown when the service fails to perform an operation due to an internal issue.DependentServiceFailureException - Exception thrown when an operation fails due to a dependent service throwing an exception.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AWSAmplifyrequest - The originally executed requestCopyright © 2020. All rights reserved.