Updates an existing Amplify app.
Path parameters
The unique ID for an Amplify app.
Request body
The name for an Amplify app.
The description for an Amplify app.
The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.
The AWS Identity and Access Management (IAM) service role for an Amplify app.
The environment variables for an Amplify app.
Enables branch auto-building for an Amplify app.
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
Enables basic authorization for an Amplify app.
The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.
The build specification (build spec) file for an Amplify app build.
The custom HTTP headers for an Amplify app.
Enables automated branch creation for an Amplify app.
Describes the automated branch creation glob patterns for an Amplify app.
The name of the repository for an Amplify app
Response
Success