{
  "version": "2.0",
  "service": "<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps. Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Hosting User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a> </p>",
  "operations": {
    "CreateApp": "<p>Creates a new Amplify app. </p>",
    "CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
    "CreateBranch": "<p> Creates a new branch for an Amplify app. </p>",
    "CreateDeployment": "<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a Git repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>",
    "CreateDomainAssociation": "<p>Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app </p>",
    "CreateWebhook": "<p>Creates a new webhook on an Amplify app. </p>",
    "DeleteApp": "<p>Deletes an existing Amplify app specified by an app ID. </p>",
    "DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
    "DeleteBranch": "<p> Deletes a branch for an Amplify app. </p>",
    "DeleteDomainAssociation": "<p>Deletes a domain association for an Amplify app. </p>",
    "DeleteJob": "<p> Deletes a job for a branch of an Amplify app. </p>",
    "DeleteWebhook": "<p>Deletes a webhook. </p>",
    "GenerateAccessLogs": "<p>Returns the website access logs for a specific time range using a presigned URL. </p>",
    "GetApp": "<p>Returns an existing Amplify app specified by an app ID.</p>",
    "GetArtifactUrl": "<p>Returns the artifact info that corresponds to an artifact id. </p>",
    "GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
    "GetBranch": "<p> Returns a branch for an Amplify app. </p>",
    "GetDomainAssociation": "<p>Returns the domain information for an Amplify app. </p>",
    "GetJob": "<p> Returns a job for a branch of an Amplify app. </p>",
    "GetWebhook": "<p>Returns the webhook information that corresponds to a specified webhook ID. </p>",
    "ListApps": "<p>Returns a list of the existing Amplify apps. </p>",
    "ListArtifacts": "<p>Returns a list of end-to-end testing artifacts for a specified app, branch, and job.</p> <p>To return the build artifacts, use the <a href=\"https://docs.aws.amazon.com/amplify/latest/APIReference/API_GetJob.html\">GetJob</a> API.</p> <p>For more information about Amplify testing support, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/running-tests.html\">Setting up end-to-end Cypress tests for your Amplify application</a> in the <i>Amplify Hosting User Guide</i>. </p>",
    "ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
    "ListBranches": "<p> Lists the branches of an Amplify app. </p>",
    "ListDomainAssociations": "<p>Returns the domain associations for an Amplify app. </p>",
    "ListJobs": "<p> Lists the jobs for a branch of an Amplify app. </p>",
    "ListTagsForResource": "<p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>",
    "ListWebhooks": "<p>Returns a list of webhooks for an Amplify app. </p>",
    "StartDeployment": "<p>Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a Git repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>",
    "StartJob": "<p> Starts a new job for a branch of an Amplify app. </p>",
    "StopJob": "<p> Stops a job that is in progress for a branch of an Amplify app. </p>",
    "TagResource": "<p>Tags the resource with a tag key and value.</p>",
    "UntagResource": "<p>Untags a resource with a specified Amazon Resource Name (ARN).</p>",
    "UpdateApp": "<p>Updates an existing Amplify app. </p>",
    "UpdateBranch": "<p> Updates a branch for an Amplify app. </p>",
    "UpdateDomainAssociation": "<p>Creates a new domain association for an Amplify app.</p>",
    "UpdateWebhook": "<p>Updates a webhook. </p>"
  },
  "shapes": {
    "AccessToken": {
      "base": null,
      "refs": {
        "CreateAppRequest$accessToken": "<p>The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.</p> <p>Use <code>accessToken</code> for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use <code>oauthToken</code>.</p> <p>You must specify either <code>accessToken</code> or <code>oauthToken</code> when you create a new app.</p> <p>Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth\">Migrating an existing OAuth app to the Amplify GitHub App</a> in the <i>Amplify User Guide</i> .</p>",
        "UpdateAppRequest$accessToken": "<p>The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.</p> <p>Use <code>accessToken</code> for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use <code>oauthToken</code>.</p> <p>You must specify either <code>accessToken</code> or <code>oauthToken</code> when you update an app.</p> <p>Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth\">Migrating an existing OAuth app to the Amplify GitHub App</a> in the <i>Amplify User Guide</i> .</p>"
      }
    },
    "ActiveJobId": {
      "base": null,
      "refs": {
        "Branch$activeJobId": "<p> The ID of the active job for a branch of an Amplify app. </p>"
      }
    },
    "App": {
      "base": "<p>Represents the different branches of a repository for building, deploying, and hosting an Amplify app. </p>",
      "refs": {
        "Apps$member": null,
        "CreateAppResult$app": null,
        "DeleteAppResult$app": null,
        "GetAppResult$app": null,
        "UpdateAppResult$app": "<p>Represents the updated Amplify app. </p>"
      }
    },
    "AppArn": {
      "base": null,
      "refs": {
        "App$appArn": "<p>The Amazon Resource Name (ARN) of the Amplify app. </p>"
      }
    },
    "AppId": {
      "base": null,
      "refs": {
        "App$appId": "<p>The unique ID of the Amplify app. </p>",
        "CreateBackendEnvironmentRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "CreateBranchRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "CreateDeploymentRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "CreateDomainAssociationRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "CreateWebhookRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "DeleteAppRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "DeleteBackendEnvironmentRequest$appId": "<p>The unique ID of an Amplify app. </p>",
        "DeleteBranchRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "DeleteDomainAssociationRequest$appId": "<p> The unique id for an Amplify app. </p>",
        "DeleteJobRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "GenerateAccessLogsRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "GetAppRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "GetBackendEnvironmentRequest$appId": "<p>The unique id for an Amplify app. </p>",
        "GetBranchRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "GetDomainAssociationRequest$appId": "<p> The unique id for an Amplify app. </p>",
        "GetJobRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "ListArtifactsRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "ListBackendEnvironmentsRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "ListBranchesRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "ListDomainAssociationsRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "ListJobsRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "ListWebhooksRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "StartDeploymentRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "StartJobRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "StopJobRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "UpdateAppRequest$appId": "<p>The unique ID for an Amplify app. </p>",
        "UpdateBranchRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "UpdateDomainAssociationRequest$appId": "<p> The unique ID for an Amplify app. </p>",
        "Webhook$appId": "<p>The unique ID of an Amplify app.</p>"
      }
    },
    "Apps": {
      "base": null,
      "refs": {
        "ListAppsResult$apps": "<p>A list of Amplify apps. </p>"
      }
    },
    "Artifact": {
      "base": "<p>Describes an artifact. </p>",
      "refs": {
        "Artifacts$member": null
      }
    },
    "ArtifactFileName": {
      "base": null,
      "refs": {
        "Artifact$artifactFileName": "<p>The file name for the artifact. </p>"
      }
    },
    "ArtifactId": {
      "base": null,
      "refs": {
        "Artifact$artifactId": "<p>The unique ID for the artifact. </p>",
        "GetArtifactUrlRequest$artifactId": "<p>The unique ID for an artifact. </p>",
        "GetArtifactUrlResult$artifactId": "<p>The unique ID for an artifact. </p>"
      }
    },
    "ArtifactUrl": {
      "base": null,
      "refs": {
        "GetArtifactUrlResult$artifactUrl": "<p>The presigned URL for the artifact. </p>"
      }
    },
    "Artifacts": {
      "base": null,
      "refs": {
        "ListArtifactsResult$artifacts": "<p>A list of artifacts. </p>"
      }
    },
    "ArtifactsUrl": {
      "base": null,
      "refs": {
        "Step$artifactsUrl": "<p> The URL to the build artifact for the execution step. </p>"
      }
    },
    "AssociatedResource": {
      "base": null,
      "refs": {
        "AssociatedResources$member": null
      }
    },
    "AssociatedResources": {
      "base": null,
      "refs": {
        "Branch$associatedResources": "<p> A list of custom resources that are linked to this branch. </p>"
      }
    },
    "AutoBranchCreationConfig": {
      "base": "<p>Describes the automated branch creation configuration. </p>",
      "refs": {
        "App$autoBranchCreationConfig": "<p>Describes the automated branch creation configuration for the Amplify app. </p>",
        "CreateAppRequest$autoBranchCreationConfig": "<p>The automated branch creation configuration for an Amplify app. </p>",
        "UpdateAppRequest$autoBranchCreationConfig": "<p>The automated branch creation configuration for an Amplify app. </p>"
      }
    },
    "AutoBranchCreationPattern": {
      "base": null,
      "refs": {
        "AutoBranchCreationPatterns$member": null
      }
    },
    "AutoBranchCreationPatterns": {
      "base": null,
      "refs": {
        "App$autoBranchCreationPatterns": "<p>Describes the automated branch creation glob patterns for the Amplify app. </p>",
        "CreateAppRequest$autoBranchCreationPatterns": "<p>The automated branch creation glob patterns for an Amplify app. </p>",
        "UpdateAppRequest$autoBranchCreationPatterns": "<p>Describes the automated branch creation glob patterns for an Amplify app. </p>"
      }
    },
    "AutoSubDomainCreationPattern": {
      "base": null,
      "refs": {
        "AutoSubDomainCreationPatterns$member": null
      }
    },
    "AutoSubDomainCreationPatterns": {
      "base": null,
      "refs": {
        "CreateDomainAssociationRequest$autoSubDomainCreationPatterns": "<p> Sets the branch patterns for automatic subdomain creation. </p>",
        "DomainAssociation$autoSubDomainCreationPatterns": "<p> Sets branch patterns for automatic subdomain creation. </p>",
        "UpdateDomainAssociationRequest$autoSubDomainCreationPatterns": "<p> Sets the branch patterns for automatic subdomain creation. </p>"
      }
    },
    "AutoSubDomainIAMRole": {
      "base": null,
      "refs": {
        "CreateDomainAssociationRequest$autoSubDomainIAMRole": "<p> The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains. </p>",
        "DomainAssociation$autoSubDomainIAMRole": "<p> The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains. </p>",
        "UpdateDomainAssociationRequest$autoSubDomainIAMRole": "<p> The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains. </p>"
      }
    },
    "Backend": {
      "base": "<p>Describes the backend associated with an Amplify <code>Branch</code>.</p> <p>This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
      "refs": {
        "Branch$backend": null,
        "CreateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
        "UpdateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
      }
    },
    "BackendEnvironment": {
      "base": "<p>Describes the backend environment associated with a <code>Branch</code> of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).</p>",
      "refs": {
        "BackendEnvironments$member": null,
        "CreateBackendEnvironmentResult$backendEnvironment": "<p>Describes the backend environment for an Amplify app. </p>",
        "DeleteBackendEnvironmentResult$backendEnvironment": "<p>Describes the backend environment for an Amplify app. </p>",
        "GetBackendEnvironmentResult$backendEnvironment": "<p>Describes the backend environment for an Amplify app. </p>"
      }
    },
    "BackendEnvironmentArn": {
      "base": null,
      "refs": {
        "BackendEnvironment$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>",
        "Branch$backendEnvironmentArn": "<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p> <p>This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
        "CreateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. </p> <p>This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).</p>",
        "UpdateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. </p> <p>This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).</p>"
      }
    },
    "BackendEnvironments": {
      "base": null,
      "refs": {
        "ListBackendEnvironmentsResult$backendEnvironments": "<p>The list of backend environments for an Amplify app. </p>"
      }
    },
    "BadRequestException": {
      "base": "<p>A request contains unexpected data. </p>",
      "refs": {}
    },
    "BasicAuthCredentials": {
      "base": null,
      "refs": {
        "App$basicAuthCredentials": "<p>The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
        "AutoBranchCreationConfig$basicAuthCredentials": "<p>The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
        "Branch$basicAuthCredentials": "<p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
        "CreateAppRequest$basicAuthCredentials": "<p>The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
        "CreateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
        "UpdateAppRequest$basicAuthCredentials": "<p>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>.</p>",
        "UpdateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
      }
    },
    "Branch": {
      "base": "<p> The branch for an Amplify app, which maps to a third-party repository branch. </p>",
      "refs": {
        "Branches$member": null,
        "CreateBranchResult$branch": "<p> Describes the branch for an Amplify app, which maps to a third-party repository branch. </p>",
        "DeleteBranchResult$branch": "<p>The branch for an Amplify app, which maps to a third-party repository branch. </p>",
        "GetBranchResult$branch": null,
        "UpdateBranchResult$branch": "<p> The branch for an Amplify app, which maps to a third-party repository branch. </p>"
      }
    },
    "BranchArn": {
      "base": null,
      "refs": {
        "Branch$branchArn": "<p> The Amazon Resource Name (ARN) for a branch that is part of an Amplify app. </p>"
      }
    },
    "BranchName": {
      "base": null,
      "refs": {
        "Branch$branchName": "<p> The name for the branch that is part of an Amplify app. </p>",
        "Branch$destinationBranch": "<p> The destination branch if the branch is a pull request branch. </p>",
        "Branch$sourceBranch": "<p> The source branch if the branch is a pull request branch. </p>",
        "CreateBranchRequest$branchName": "<p>The name for the branch. </p>",
        "CreateDeploymentRequest$branchName": "<p> The name of the branch to use for the job. </p>",
        "CreateWebhookRequest$branchName": "<p>The name for a branch that is part of an Amplify app. </p>",
        "DeleteBranchRequest$branchName": "<p>The name of the branch. </p>",
        "DeleteJobRequest$branchName": "<p>The name of the branch to use for the job. </p>",
        "GetBranchRequest$branchName": "<p>The name of the branch. </p>",
        "GetJobRequest$branchName": "<p>The name of the branch to use for the job. </p>",
        "ListArtifactsRequest$branchName": "<p>The name of a branch that is part of an Amplify app. </p>",
        "ListJobsRequest$branchName": "<p>The name of the branch to use for the request. </p>",
        "ProductionBranch$branchName": "<p>The branch name for the production branch. </p>",
        "StartDeploymentRequest$branchName": "<p>The name of the branch to use for the deployment job. </p>",
        "StartJobRequest$branchName": "<p>The name of the branch to use for the job. </p>",
        "StopJobRequest$branchName": "<p>The name of the branch to use for the stop job request. </p>",
        "SubDomainSetting$branchName": "<p> The branch name setting for the subdomain. </p>",
        "UpdateBranchRequest$branchName": "<p>The name of the branch. </p>",
        "UpdateWebhookRequest$branchName": "<p>The name for a branch that is part of an Amplify app. </p>",
        "Webhook$branchName": "<p>The name for a branch that is part of an Amplify app. </p>"
      }
    },
    "Branches": {
      "base": null,
      "refs": {
        "ListBranchesResult$branches": "<p> A list of branches for an Amplify app. </p>"
      }
    },
    "BuildComputeType": {
      "base": null,
      "refs": {
        "JobConfig$buildComputeType": "<p>Specifies the size of the build instance. Amplify supports three instance sizes: <code>STANDARD_8GB</code>, <code>LARGE_16GB</code>, and <code>XLARGE_72GB</code>. If you don't specify a value, Amplify uses the <code>STANDARD_8GB</code> default.</p> <p>The following list describes the CPU, memory, and storage capacity for each build instance type:</p> <dl> <dt>STANDARD_8GB</dt> <dd> <ul> <li> <p>vCPUs: 4</p> </li> <li> <p>Memory: 8 GiB</p> </li> <li> <p>Disk space: 128 GB</p> </li> </ul> </dd> <dt>LARGE_16GB</dt> <dd> <ul> <li> <p>vCPUs: 8</p> </li> <li> <p>Memory: 16 GiB</p> </li> <li> <p>Disk space: 128 GB</p> </li> </ul> </dd> <dt>XLARGE_72GB</dt> <dd> <ul> <li> <p>vCPUs: 36</p> </li> <li> <p>Memory: 72 GiB</p> </li> <li> <p>Disk space: 256 GB</p> </li> </ul> </dd> </dl>"
      }
    },
    "BuildSpec": {
      "base": "<p>The build specification (build spec) file for an Amplify app build. </p>",
      "refs": {
        "App$buildSpec": "<p>Describes the content of the build specification (build spec) for the Amplify app. </p>",
        "AutoBranchCreationConfig$buildSpec": "<p>The build specification (build spec) for the autocreated branch. </p>",
        "Branch$buildSpec": "<p> The build specification (build spec) content for the branch of an Amplify app. </p>",
        "CreateAppRequest$buildSpec": "<p>The build specification (build spec) for an Amplify app. </p>",
        "CreateBranchRequest$buildSpec": "<p> The build specification (build spec) for the branch. </p>",
        "UpdateAppRequest$buildSpec": "<p>The build specification (build spec) for an Amplify app. </p>",
        "UpdateBranchRequest$buildSpec": "<p> The build specification (build spec) for the branch. </p>"
      }
    },
    "CacheConfig": {
      "base": "<p>Describes the cache configuration for an Amplify app.</p> <p>For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/managing-cache-configuration\">Managing cache configuration</a> in the <i>Amplify User guide</i>.</p>",
      "refs": {
        "App$cacheConfig": "<p>The cache configuration for the Amplify app. If you don't specify the cache configuration <code>type</code>, Amplify uses the default <code>AMPLIFY_MANAGED</code> setting.</p>",
        "CreateAppRequest$cacheConfig": "<p>The cache configuration for the Amplify app.</p>",
        "UpdateAppRequest$cacheConfig": "<p>The cache configuration for the Amplify app.</p>"
      }
    },
    "CacheConfigType": {
      "base": null,
      "refs": {
        "CacheConfig$type": "<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key. This is the default setting.</p>"
      }
    },
    "Certificate": {
      "base": "<p>Describes the current SSL/TLS certificate that is in use for the domain. If you are using <code>CreateDomainAssociation</code> to create a new domain association, <code>Certificate</code> describes the new certificate that you are creating.</p>",
      "refs": {
        "DomainAssociation$certificate": "<p>Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you.</p> <p>If you are updating your domain to use a different certificate, <code>certificate</code> points to the new certificate that is being created instead of the current active certificate. Otherwise, <code>certificate</code> points to the current active certificate.</p>"
      }
    },
    "CertificateArn": {
      "base": null,
      "refs": {
        "Certificate$customCertificateArn": "<p>The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your Amazon Web Services account. </p> <p>This field is required only when the certificate type is <code>CUSTOM</code>.</p>",
        "CertificateSettings$customCertificateArn": "<p>The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your Amazon Web Services account.</p> <p>This field is required only when the certificate type is <code>CUSTOM</code>.</p>"
      }
    },
    "CertificateSettings": {
      "base": "<p>The type of SSL/TLS certificate to use for your custom domain. If a certificate type isn't specified, Amplify uses the default <code>AMPLIFY_MANAGED</code> certificate.</p>",
      "refs": {
        "CreateDomainAssociationRequest$certificateSettings": "<p>The type of SSL/TLS certificate to use for your custom domain. If you don't specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.</p>",
        "UpdateDomainAssociationRequest$certificateSettings": "<p>The type of SSL/TLS certificate to use for your custom domain.</p>"
      }
    },
    "CertificateType": {
      "base": null,
      "refs": {
        "Certificate$type": "<p>The type of SSL/TLS certificate that you want to use.</p> <p>Specify <code>AMPLIFY_MANAGED</code> to use the default certificate that Amplify provisions for you.</p> <p>Specify <code>CUSTOM</code> to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into Certificate Manager</a> in the <i>ACM User guide</i>.</p>",
        "CertificateSettings$type": "<p>The certificate type.</p> <p>Specify <code>AMPLIFY_MANAGED</code> to use the default certificate that Amplify provisions for you.</p> <p>Specify <code>CUSTOM</code> to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into Certificate Manager</a> in the <i>ACM User guide</i>.</p>"
      }
    },
    "CertificateVerificationDNSRecord": {
      "base": null,
      "refs": {
        "Certificate$certificateVerificationDNSRecord": "<p>The DNS record for certificate verification.</p>",
        "DomainAssociation$certificateVerificationDNSRecord": "<p> The DNS record for certificate verification. </p>"
      }
    },
    "Code": {
      "base": null,
      "refs": {
        "ResourceNotFoundException$code": null
      }
    },
    "CommitId": {
      "base": null,
      "refs": {
        "JobSummary$commitId": "<p> The commit ID from a third-party repository provider for the job. </p>",
        "StartJobRequest$commitId": "<p> The commit ID from a third-party repository provider for the job. </p>"
      }
    },
    "CommitMessage": {
      "base": null,
      "refs": {
        "JobSummary$commitMessage": "<p> The commit message from a third-party repository provider for the job. </p>",
        "StartJobRequest$commitMessage": "<p> The commit message from a third-party repository provider for the job. </p>"
      }
    },
    "CommitTime": {
      "base": null,
      "refs": {
        "JobSummary$commitTime": "<p>The commit date and time for the job. </p>",
        "StartJobRequest$commitTime": "<p> The commit date and time for the job. </p>"
      }
    },
    "ComputeRoleArn": {
      "base": null,
      "refs": {
        "App$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role for an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
        "Branch$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role for a branch of an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
        "CreateAppRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
        "CreateBranchRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
        "UpdateAppRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
        "UpdateBranchRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>"
      }
    },
    "Condition": {
      "base": null,
      "refs": {
        "CustomRule$condition": "<p>The condition for a URL rewrite or redirect rule, such as a country code. </p>"
      }
    },
    "Context": {
      "base": null,
      "refs": {
        "Step$context": "<p> The context for the current step. Includes a build image if the step is build. </p>"
      }
    },
    "CreateAppRequest": {
      "base": "<p>The request structure used to create apps in Amplify. </p>",
      "refs": {}
    },
    "CreateAppResult": {
      "base": null,
      "refs": {}
    },
    "CreateBackendEnvironmentRequest": {
      "base": "<p>The request structure for the backend environment create request. </p>",
      "refs": {}
    },
    "CreateBackendEnvironmentResult": {
      "base": "<p>The result structure for the create backend environment request. </p>",
      "refs": {}
    },
    "CreateBranchRequest": {
      "base": "<p> The request structure for the create branch request. </p>",
      "refs": {}
    },
    "CreateBranchResult": {
      "base": "<p> The result structure for create branch request. </p>",
      "refs": {}
    },
    "CreateDeploymentRequest": {
      "base": "<p> The request structure for the create a new deployment request. </p>",
      "refs": {}
    },
    "CreateDeploymentResult": {
      "base": "<p> The result structure for the create a new deployment request. </p>",
      "refs": {}
    },
    "CreateDomainAssociationRequest": {
      "base": "<p> The request structure for the create domain association request. </p>",
      "refs": {}
    },
    "CreateDomainAssociationResult": {
      "base": "<p> The result structure for the create domain association request. </p>",
      "refs": {}
    },
    "CreateTime": {
      "base": null,
      "refs": {
        "App$createTime": "<p>A timestamp of when Amplify created the application.</p>",
        "BackendEnvironment$createTime": "<p>The creation date and time for a backend environment that is part of an Amplify app. </p>",
        "Branch$createTime": "<p>A timestamp of when Amplify created the branch.</p>",
        "Webhook$createTime": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>"
      }
    },
    "CreateWebhookRequest": {
      "base": "<p>The request structure for the create webhook request. </p>",
      "refs": {}
    },
    "CreateWebhookResult": {
      "base": "<p>The result structure for the create webhook request. </p>",
      "refs": {}
    },
    "CustomDomain": {
      "base": null,
      "refs": {
        "CustomDomains$member": null
      }
    },
    "CustomDomains": {
      "base": null,
      "refs": {
        "Branch$customDomains": "<p> The custom domains for a branch of an Amplify app. </p>"
      }
    },
    "CustomHeaders": {
      "base": null,
      "refs": {
        "App$customHeaders": "<p>Describes the custom HTTP headers for the Amplify app.</p>",
        "CreateAppRequest$customHeaders": "<p>The custom HTTP headers for an Amplify app.</p>",
        "UpdateAppRequest$customHeaders": "<p>The custom HTTP headers for an Amplify app.</p>"
      }
    },
    "CustomRule": {
      "base": "<p>Describes a custom rewrite or redirect rule. </p>",
      "refs": {
        "CustomRules$member": null
      }
    },
    "CustomRules": {
      "base": null,
      "refs": {
        "App$customRules": "<p>Describes the custom redirect and rewrite rules for the Amplify app. </p>",
        "CreateAppRequest$customRules": "<p>The custom rewrite and redirect rules for an Amplify app. </p>",
        "UpdateAppRequest$customRules": "<p>The custom redirect and rewrite rules for an Amplify app. </p>"
      }
    },
    "DNSRecord": {
      "base": null,
      "refs": {
        "SubDomain$dnsRecord": "<p> The DNS record for the subdomain. </p>"
      }
    },
    "DefaultDomain": {
      "base": null,
      "refs": {
        "App$defaultDomain": "<p>The default domain for the Amplify app. </p>"
      }
    },
    "DeleteAppRequest": {
      "base": "<p>Describes the request structure for the delete app request. </p>",
      "refs": {}
    },
    "DeleteAppResult": {
      "base": "<p>The result structure for the delete app request. </p>",
      "refs": {}
    },
    "DeleteBackendEnvironmentRequest": {
      "base": "<p>The request structure for the delete backend environment request. </p>",
      "refs": {}
    },
    "DeleteBackendEnvironmentResult": {
      "base": "<p>The result structure of the delete backend environment result. </p>",
      "refs": {}
    },
    "DeleteBranchRequest": {
      "base": "<p> The request structure for the delete branch request. </p>",
      "refs": {}
    },
    "DeleteBranchResult": {
      "base": "<p>The result structure for the delete branch request. </p>",
      "refs": {}
    },
    "DeleteDomainAssociationRequest": {
      "base": "<p> The request structure for the delete domain association request. </p>",
      "refs": {}
    },
    "DeleteDomainAssociationResult": {
      "base": null,
      "refs": {}
    },
    "DeleteJobRequest": {
      "base": "<p> The request structure for the delete job request. </p>",
      "refs": {}
    },
    "DeleteJobResult": {
      "base": "<p> The result structure for the delete job request. </p>",
      "refs": {}
    },
    "DeleteWebhookRequest": {
      "base": "<p>The request structure for the delete webhook request. </p>",
      "refs": {}
    },
    "DeleteWebhookResult": {
      "base": "<p>The result structure for the delete webhook request. </p>",
      "refs": {}
    },
    "DependentServiceFailureException": {
      "base": "<p>An operation failed because a dependent service threw an exception. </p>",
      "refs": {}
    },
    "DeploymentArtifacts": {
      "base": null,
      "refs": {
        "BackendEnvironment$deploymentArtifacts": "<p>The name of deployment artifacts. </p>",
        "CreateBackendEnvironmentRequest$deploymentArtifacts": "<p>The name of deployment artifacts. </p>"
      }
    },
    "Description": {
      "base": null,
      "refs": {
        "App$description": "<p>The description for the Amplify app. </p>",
        "Branch$description": "<p> The description for the branch that is part of an Amplify app. </p>",
        "CreateAppRequest$description": "<p>The description of the Amplify app. </p>",
        "CreateBranchRequest$description": "<p>The description for the branch. </p>",
        "CreateWebhookRequest$description": "<p>The description for a webhook. </p>",
        "UpdateAppRequest$description": "<p>The description for an Amplify app. </p>",
        "UpdateBranchRequest$description": "<p> The description for the branch. </p>",
        "UpdateWebhookRequest$description": "<p>The description for a webhook. </p>",
        "Webhook$description": "<p>The description for a webhook. </p>"
      }
    },
    "DisplayName": {
      "base": null,
      "refs": {
        "Branch$displayName": "<p> The display name for the branch. This is used as the default domain prefix. </p>",
        "CreateBranchRequest$displayName": "<p> The display name for a branch. This is used as the default domain prefix. </p>",
        "UpdateBranchRequest$displayName": "<p> The display name for a branch. This is used as the default domain prefix. </p>"
      }
    },
    "DomainAssociation": {
      "base": "<p>Describes the association between a custom domain and an Amplify app. </p>",
      "refs": {
        "CreateDomainAssociationResult$domainAssociation": "<p> Describes the structure of a domain association, which associates a custom domain with an Amplify app. </p>",
        "DeleteDomainAssociationResult$domainAssociation": null,
        "DomainAssociations$member": null,
        "GetDomainAssociationResult$domainAssociation": "<p> Describes the structure of a domain association, which associates a custom domain with an Amplify app. </p>",
        "UpdateDomainAssociationResult$domainAssociation": "<p> Describes a domain association, which associates a custom domain with an Amplify app. </p>"
      }
    },
    "DomainAssociationArn": {
      "base": null,
      "refs": {
        "DomainAssociation$domainAssociationArn": "<p> The Amazon Resource Name (ARN) for the domain association. </p>"
      }
    },
    "DomainAssociations": {
      "base": null,
      "refs": {
        "ListDomainAssociationsResult$domainAssociations": "<p> A list of domain associations. </p>"
      }
    },
    "DomainName": {
      "base": null,
      "refs": {
        "CreateDomainAssociationRequest$domainName": "<p> The domain name for the domain association. </p>",
        "DeleteDomainAssociationRequest$domainName": "<p> The name of the domain. </p>",
        "DomainAssociation$domainName": "<p> The name of the domain. </p>",
        "GenerateAccessLogsRequest$domainName": "<p>The name of the domain. </p>",
        "GetDomainAssociationRequest$domainName": "<p> The name of the domain. </p>",
        "UpdateDomainAssociationRequest$domainName": "<p> The name of the domain. </p>"
      }
    },
    "DomainPrefix": {
      "base": null,
      "refs": {
        "SubDomainSetting$prefix": "<p> The prefix setting for the subdomain. </p>"
      }
    },
    "DomainStatus": {
      "base": null,
      "refs": {
        "DomainAssociation$domainStatus": "<p> The current status of the domain association. </p>"
      }
    },
    "EnableAutoBranchCreation": {
      "base": null,
      "refs": {
        "App$enableAutoBranchCreation": "<p>Enables automated branch creation for the Amplify app. </p>",
        "CreateAppRequest$enableAutoBranchCreation": "<p>Enables automated branch creation for an Amplify app. </p>",
        "UpdateAppRequest$enableAutoBranchCreation": "<p>Enables automated branch creation for an Amplify app. </p>"
      }
    },
    "EnableAutoBuild": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$enableAutoBuild": "<p>Enables auto building for the autocreated branch. </p>",
        "Branch$enableAutoBuild": "<p> Enables auto-building on push for a branch of an Amplify app. </p>",
        "CreateBranchRequest$enableAutoBuild": "<p> Enables auto building for the branch. </p>",
        "UpdateAppRequest$enableBranchAutoBuild": "<p>Enables branch auto-building for an Amplify app. </p>",
        "UpdateBranchRequest$enableAutoBuild": "<p> Enables auto building for the branch. </p>"
      }
    },
    "EnableAutoSubDomain": {
      "base": null,
      "refs": {
        "CreateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables the automated creation of subdomains for branches. </p>",
        "DomainAssociation$enableAutoSubDomain": "<p> Enables the automated creation of subdomains for branches. </p>",
        "UpdateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables the automated creation of subdomains for branches. </p>"
      }
    },
    "EnableBasicAuth": {
      "base": null,
      "refs": {
        "App$enableBasicAuth": "<p>Enables basic authorization for the Amplify app's branches. </p>",
        "AutoBranchCreationConfig$enableBasicAuth": "<p>Enables basic authorization for the autocreated branch. </p>",
        "Branch$enableBasicAuth": "<p> Enables basic authorization for a branch of an Amplify app. </p>",
        "CreateAppRequest$enableBasicAuth": "<p>Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app. </p>",
        "CreateBranchRequest$enableBasicAuth": "<p> Enables basic authorization for the branch. </p>",
        "UpdateAppRequest$enableBasicAuth": "<p>Enables basic authorization for an Amplify app. </p>",
        "UpdateBranchRequest$enableBasicAuth": "<p> Enables basic authorization for the branch. </p>"
      }
    },
    "EnableBranchAutoBuild": {
      "base": null,
      "refs": {
        "App$enableBranchAutoBuild": "<p>Enables the auto-building of branches for the Amplify app. </p>",
        "CreateAppRequest$enableBranchAutoBuild": "<p>Enables the auto building of branches for an Amplify app. </p>"
      }
    },
    "EnableBranchAutoDeletion": {
      "base": null,
      "refs": {
        "App$enableBranchAutoDeletion": "<p>Automatically disconnect a branch in the Amplify console when you delete a branch from your Git repository.</p>",
        "CreateAppRequest$enableBranchAutoDeletion": "<p>Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository. </p>",
        "UpdateAppRequest$enableBranchAutoDeletion": "<p>Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository. </p>"
      }
    },
    "EnableNotification": {
      "base": null,
      "refs": {
        "Branch$enableNotification": "<p> Enables notifications for a branch that is part of an Amplify app. </p>",
        "CreateBranchRequest$enableNotification": "<p> Enables notifications for the branch. </p>",
        "UpdateBranchRequest$enableNotification": "<p> Enables notifications for the branch. </p>"
      }
    },
    "EnablePerformanceMode": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
        "Branch$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
        "CreateBranchRequest$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
        "UpdateBranchRequest$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
      }
    },
    "EnablePullRequestPreview": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$enablePullRequestPreview": "<p>Enables pull request previews for the autocreated branch. </p>",
        "Branch$enablePullRequestPreview": "<p> Enables pull request previews for the branch. </p>",
        "CreateBranchRequest$enablePullRequestPreview": "<p> Enables pull request previews for this branch. </p>",
        "UpdateBranchRequest$enablePullRequestPreview": "<p> Enables pull request previews for this branch. </p>"
      }
    },
    "EnableSkewProtection": {
      "base": null,
      "refs": {
        "Branch$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>",
        "CreateBranchRequest$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>",
        "UpdateBranchRequest$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>"
      }
    },
    "EndTime": {
      "base": null,
      "refs": {
        "GenerateAccessLogsRequest$endTime": "<p>The time at which the logs should end. The time range specified is inclusive of the end time. </p>",
        "JobSummary$endTime": "<p> The end date and time for the job. </p>",
        "Step$endTime": "<p> The end date and time of the execution step. </p>"
      }
    },
    "EnvKey": {
      "base": null,
      "refs": {
        "EnvironmentVariables$key": null
      }
    },
    "EnvValue": {
      "base": null,
      "refs": {
        "EnvironmentVariables$value": null
      }
    },
    "EnvironmentName": {
      "base": null,
      "refs": {
        "BackendEnvironment$environmentName": "<p>The name for a backend environment that is part of an Amplify app. </p>",
        "CreateBackendEnvironmentRequest$environmentName": "<p>The name for the backend environment. </p>",
        "DeleteBackendEnvironmentRequest$environmentName": "<p>The name of a backend environment of an Amplify app. </p>",
        "GetBackendEnvironmentRequest$environmentName": "<p>The name for the backend environment. </p>",
        "ListBackendEnvironmentsRequest$environmentName": "<p>The name of the backend environment </p>"
      }
    },
    "EnvironmentVariables": {
      "base": null,
      "refs": {
        "App$environmentVariables": "<p>The environment variables for the Amplify app. </p> <p>For a list of the environment variables that are accessible to Amplify by default, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-console-environment-variables.html\">Amplify Environment variables</a> in the <i>Amplify Hosting User Guide</i>.</p>",
        "AutoBranchCreationConfig$environmentVariables": "<p>The environment variables for the autocreated branch. </p>",
        "Branch$environmentVariables": "<p> The environment variables specific to a branch of an Amplify app. </p>",
        "CreateAppRequest$environmentVariables": "<p>The environment variables map for an Amplify app. </p> <p>For a list of the environment variables that are accessible to Amplify by default, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/amplify-console-environment-variables.html\">Amplify Environment variables</a> in the <i>Amplify Hosting User Guide</i>.</p>",
        "CreateBranchRequest$environmentVariables": "<p> The environment variables for the branch. </p>",
        "UpdateAppRequest$environmentVariables": "<p>The environment variables for an Amplify app. </p>",
        "UpdateBranchRequest$environmentVariables": "<p> The environment variables for the branch. </p>"
      }
    },
    "ErrorMessage": {
      "base": null,
      "refs": {
        "BadRequestException$message": null,
        "DependentServiceFailureException$message": null,
        "InternalFailureException$message": null,
        "LimitExceededException$message": null,
        "NotFoundException$message": null,
        "ResourceNotFoundException$message": null,
        "UnauthorizedException$message": null
      }
    },
    "FileMap": {
      "base": null,
      "refs": {
        "CreateDeploymentRequest$fileMap": "<p> An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files. </p>"
      }
    },
    "FileName": {
      "base": null,
      "refs": {
        "FileMap$key": null,
        "FileUploadUrls$key": null
      }
    },
    "FileUploadUrls": {
      "base": null,
      "refs": {
        "CreateDeploymentResult$fileUploadUrls": "<p> When the <code>fileMap</code> argument is provided in the request, <code>fileUploadUrls</code> will contain a map of file names to upload URLs. </p>"
      }
    },
    "Framework": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$framework": "<p>The framework for the autocreated branch. </p>",
        "Branch$framework": "<p> The framework for a branch of an Amplify app. </p>",
        "CreateBranchRequest$framework": "<p> The framework for the branch. </p>",
        "UpdateBranchRequest$framework": "<p> The framework for the branch. </p>"
      }
    },
    "GenerateAccessLogsRequest": {
      "base": "<p>The request structure for the generate access logs request. </p>",
      "refs": {}
    },
    "GenerateAccessLogsResult": {
      "base": "<p>The result structure for the generate access logs request. </p>",
      "refs": {}
    },
    "GetAppRequest": {
      "base": "<p>The request structure for the get app request. </p>",
      "refs": {}
    },
    "GetAppResult": {
      "base": null,
      "refs": {}
    },
    "GetArtifactUrlRequest": {
      "base": "<p>Returns the request structure for the get artifact request. </p>",
      "refs": {}
    },
    "GetArtifactUrlResult": {
      "base": "<p>Returns the result structure for the get artifact request. </p>",
      "refs": {}
    },
    "GetBackendEnvironmentRequest": {
      "base": "<p>The request structure for the get backend environment request. </p>",
      "refs": {}
    },
    "GetBackendEnvironmentResult": {
      "base": "<p>The result structure for the get backend environment result. </p>",
      "refs": {}
    },
    "GetBranchRequest": {
      "base": "<p> The request structure for the get branch request. </p>",
      "refs": {}
    },
    "GetBranchResult": {
      "base": null,
      "refs": {}
    },
    "GetDomainAssociationRequest": {
      "base": "<p> The request structure for the get domain association request. </p>",
      "refs": {}
    },
    "GetDomainAssociationResult": {
      "base": "<p> The result structure for the get domain association request. </p>",
      "refs": {}
    },
    "GetJobRequest": {
      "base": "<p>The request structure for the get job request. </p>",
      "refs": {}
    },
    "GetJobResult": {
      "base": null,
      "refs": {}
    },
    "GetWebhookRequest": {
      "base": "<p>The request structure for the get webhook request. </p>",
      "refs": {}
    },
    "GetWebhookResult": {
      "base": "<p>The result structure for the get webhook request. </p>",
      "refs": {}
    },
    "InternalFailureException": {
      "base": "<p>The service failed to perform an operation due to an internal issue. </p>",
      "refs": {}
    },
    "Job": {
      "base": "<p> Describes an execution job for an Amplify app. </p>",
      "refs": {
        "GetJobResult$job": null
      }
    },
    "JobArn": {
      "base": null,
      "refs": {
        "JobSummary$jobArn": "<p> The Amazon Resource Name (ARN) for the job. </p>"
      }
    },
    "JobConfig": {
      "base": "<p>Describes the configuration details that apply to the jobs for an Amplify app.</p> <p>Use <code>JobConfig</code> to apply configuration to jobs, such as customizing the build instance size when you create or update an Amplify app. For more information about customizable build instances, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-instance.html\">Custom build instances</a> in the <i>Amplify User Guide</i>.</p>",
      "refs": {
        "App$jobConfig": "<p>The configuration details that apply to the jobs for an Amplify app.</p>",
        "CreateAppRequest$jobConfig": "<p>Describes the configuration details that apply to the jobs for an Amplify app.</p>",
        "UpdateAppRequest$jobConfig": "<p>Describes the configuration details that apply to the jobs for an Amplify app.</p>"
      }
    },
    "JobId": {
      "base": null,
      "refs": {
        "CreateDeploymentResult$jobId": "<p> The job ID for this deployment. will supply to start deployment api. </p>",
        "DeleteJobRequest$jobId": "<p> The unique ID for the job. </p>",
        "GetJobRequest$jobId": "<p>The unique ID for the job. </p>",
        "JobSummary$jobId": "<p> The unique ID for the job. </p>",
        "ListArtifactsRequest$jobId": "<p>The unique ID for a job. </p>",
        "StartDeploymentRequest$jobId": "<p>The job ID for this deployment that is generated by the <code>CreateDeployment</code> request. </p>",
        "StartJobRequest$jobId": "<p>The unique ID for an existing job. This is required if the value of <code>jobType</code> is <code>RETRY</code>. </p>",
        "StopJobRequest$jobId": "<p> The unique id for the job. </p>"
      }
    },
    "JobReason": {
      "base": null,
      "refs": {
        "StartJobRequest$jobReason": "<p>A descriptive reason for starting the job.</p>"
      }
    },
    "JobStatus": {
      "base": null,
      "refs": {
        "JobSummary$status": "<p> The current status for the job. </p>",
        "Step$status": "<p> The status of the execution step. </p>"
      }
    },
    "JobSummaries": {
      "base": null,
      "refs": {
        "ListJobsResult$jobSummaries": "<p>The result structure for the list job result request. </p>"
      }
    },
    "JobSummary": {
      "base": "<p> Describes the summary for an execution job for an Amplify app. </p>",
      "refs": {
        "DeleteJobResult$jobSummary": null,
        "Job$summary": "<p> Describes the summary for an execution job for an Amplify app. </p>",
        "JobSummaries$member": null,
        "StartDeploymentResult$jobSummary": "<p>The summary for the job. </p>",
        "StartJobResult$jobSummary": "<p> The summary for the job. </p>",
        "StopJobResult$jobSummary": "<p> The summary for the job. </p>"
      }
    },
    "JobType": {
      "base": null,
      "refs": {
        "JobSummary$jobType": "<p> The type for the job. If the value is <code>RELEASE</code>, the job was manually released from its source by using the <code>StartJob</code> API. This value is available only for apps that are connected to a repository.</p> <p>If the value is <code>RETRY</code>, the job was manually retried using the <code>StartJob</code> API. If the value is <code>WEB_HOOK</code>, the job was automatically triggered by webhooks. If the value is <code>MANUAL</code>, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.</p>",
        "StartJobRequest$jobType": "<p>Describes the type for the job. The job type <code>RELEASE</code> starts a new job with the latest change from the specified branch. This value is available only for apps that are connected to a repository. </p> <p>The job type <code>RETRY</code> retries an existing job. If the job type value is <code>RETRY</code>, the <code>jobId</code> is also required. </p>"
      }
    },
    "LastDeployTime": {
      "base": null,
      "refs": {
        "ProductionBranch$lastDeployTime": "<p>The last deploy time of the production branch. </p>"
      }
    },
    "LimitExceededException": {
      "base": "<p>A resource could not be created because service quotas were exceeded. </p>",
      "refs": {}
    },
    "ListAppsRequest": {
      "base": "<p>The request structure for the list apps request. </p>",
      "refs": {}
    },
    "ListAppsResult": {
      "base": "<p>The result structure for an Amplify app list request. </p>",
      "refs": {}
    },
    "ListArtifactsRequest": {
      "base": "<p>Describes the request structure for the list artifacts request. </p>",
      "refs": {}
    },
    "ListArtifactsResult": {
      "base": "<p>The result structure for the list artifacts request. </p>",
      "refs": {}
    },
    "ListBackendEnvironmentsRequest": {
      "base": "<p>The request structure for the list backend environments request. </p>",
      "refs": {}
    },
    "ListBackendEnvironmentsResult": {
      "base": "<p>The result structure for the list backend environments result. </p>",
      "refs": {}
    },
    "ListBranchesRequest": {
      "base": "<p>The request structure for the list branches request. </p>",
      "refs": {}
    },
    "ListBranchesResult": {
      "base": "<p> The result structure for the list branches request. </p>",
      "refs": {}
    },
    "ListDomainAssociationsRequest": {
      "base": "<p> The request structure for the list domain associations request. </p>",
      "refs": {}
    },
    "ListDomainAssociationsResult": {
      "base": "<p> The result structure for the list domain association request. </p>",
      "refs": {}
    },
    "ListJobsRequest": {
      "base": "<p> The request structure for the list jobs request. </p>",
      "refs": {}
    },
    "ListJobsResult": {
      "base": "<p>The maximum number of records to list in a single response. </p>",
      "refs": {}
    },
    "ListTagsForResourceRequest": {
      "base": "<p>The request structure to use to list tags for a resource. </p>",
      "refs": {}
    },
    "ListTagsForResourceResponse": {
      "base": "<p>The response for the list tags for resource request. </p>",
      "refs": {}
    },
    "ListWebhooksRequest": {
      "base": "<p>The request structure for the list webhooks request. </p>",
      "refs": {}
    },
    "ListWebhooksResult": {
      "base": "<p>The result structure for the list webhooks request. </p>",
      "refs": {}
    },
    "LogUrl": {
      "base": null,
      "refs": {
        "GenerateAccessLogsResult$logUrl": "<p>The pre-signed URL for the requested access logs. </p>",
        "Step$logUrl": "<p> The URL to the logs for the execution step. </p>"
      }
    },
    "MD5Hash": {
      "base": null,
      "refs": {
        "FileMap$value": null
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListArtifactsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
        "ListBackendEnvironmentsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
        "ListBranchesRequest$maxResults": "<p> The maximum number of records to list in a single response. </p>",
        "ListDomainAssociationsRequest$maxResults": "<p> The maximum number of records to list in a single response. </p>",
        "ListJobsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>",
        "ListWebhooksRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
      }
    },
    "MaxResultsForListApps": {
      "base": null,
      "refs": {
        "ListAppsRequest$maxResults": "<p>The maximum number of records to list in a single response. </p>"
      }
    },
    "Name": {
      "base": null,
      "refs": {
        "App$name": "<p>The name for the Amplify app. </p>",
        "CreateAppRequest$name": "<p>The name of the Amplify app. </p>",
        "UpdateAppRequest$name": "<p>The name for an Amplify app. </p>"
      }
    },
    "NextToken": {
      "base": null,
      "refs": {
        "ListAppsRequest$nextToken": "<p>A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries. </p>",
        "ListAppsResult$nextToken": "<p>A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects. </p>",
        "ListArtifactsRequest$nextToken": "<p>A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts. </p>",
        "ListArtifactsResult$nextToken": "<p>A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. </p>",
        "ListBackendEnvironmentsRequest$nextToken": "<p>A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments. </p>",
        "ListBackendEnvironmentsResult$nextToken": "<p>A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. </p>",
        "ListBranchesRequest$nextToken": "<p>A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches. </p>",
        "ListBranchesResult$nextToken": "<p> A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. </p>",
        "ListDomainAssociationsRequest$nextToken": "<p> A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects. </p>",
        "ListDomainAssociationsResult$nextToken": "<p> A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries. </p>",
        "ListJobsRequest$nextToken": "<p>A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps. </p>",
        "ListJobsResult$nextToken": "<p>A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries. </p>",
        "ListWebhooksRequest$nextToken": "<p>A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks. </p>",
        "ListWebhooksResult$nextToken": "<p>A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries. </p>"
      }
    },
    "NotFoundException": {
      "base": "<p>An entity was not found during an operation. </p>",
      "refs": {}
    },
    "OauthToken": {
      "base": null,
      "refs": {
        "CreateAppRequest$oauthToken": "<p>The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.</p> <p>Use <code>oauthToken</code> for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use <code>accessToken</code>.</p> <p>You must specify either <code>oauthToken</code> or <code>accessToken</code> when you create a new app.</p> <p>Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth\">Migrating an existing OAuth app to the Amplify GitHub App</a> in the <i>Amplify User Guide</i> .</p>",
        "UpdateAppRequest$oauthToken": "<p>The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.</p> <p>Use <code>oauthToken</code> for repository providers other than GitHub, such as Bitbucket or CodeCommit.</p> <p>To authorize access to GitHub as your repository provider, use <code>accessToken</code>.</p> <p>You must specify either <code>oauthToken</code> or <code>accessToken</code> when you update an app.</p> <p>Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/setting-up-GitHub-access.html#migrating-to-github-app-auth\">Migrating an existing OAuth app to the Amplify GitHub App</a> in the <i>Amplify User Guide</i> .</p>"
      }
    },
    "Platform": {
      "base": null,
      "refs": {
        "App$platform": "<p>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>.</p> <p>If you are deploying an SSG only app with Next.js 14 or later, you must use the platform type <code>WEB_COMPUTE</code>.</p>",
        "CreateAppRequest$platform": "<p>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>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code> and set the artifacts <code>baseDirectory</code> to <code>.next</code> in the application's build settings. For an example of the build specification settings, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14\">Amplify build settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting User Guide</i>.</p>",
        "UpdateAppRequest$platform": "<p>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>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code>.</p>"
      }
    },
    "ProductionBranch": {
      "base": "<p>Describes the information about a production branch for an Amplify app. </p>",
      "refs": {
        "App$productionBranch": "<p>Describes the information about a production branch of the Amplify app. </p>"
      }
    },
    "PullRequestEnvironmentName": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$pullRequestEnvironmentName": "<p>The Amplify environment name for the pull request. </p>",
        "Branch$pullRequestEnvironmentName": "<p> The Amplify environment name for the pull request. </p>",
        "CreateBranchRequest$pullRequestEnvironmentName": "<p> The Amplify environment name for the pull request. </p>",
        "UpdateBranchRequest$pullRequestEnvironmentName": "<p> The Amplify environment name for the pull request. </p>"
      }
    },
    "Repository": {
      "base": null,
      "refs": {
        "App$repository": "<p>The Git repository for the Amplify app. </p>",
        "CreateAppRequest$repository": "<p>The Git repository for the Amplify app. </p>",
        "UpdateAppRequest$repository": "<p>The name of the Git repository for an Amplify app.</p>"
      }
    },
    "RepositoryCloneMethod": {
      "base": null,
      "refs": {
        "App$repositoryCloneMethod": "<note> <p>This is for internal use.</p> </note> <p>The Amplify service uses this parameter to specify the authentication protocol to use to access the Git repository for an Amplify app. Amplify specifies <code>TOKEN</code> for a GitHub repository, <code>SIGV4</code> for an Amazon Web Services CodeCommit repository, and <code>SSH</code> for GitLab and Bitbucket repositories.</p>"
      }
    },
    "ResourceArn": {
      "base": null,
      "refs": {
        "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) to use to list tags. </p>",
        "TagResourceRequest$resourceArn": "<p> The Amazon Resource Name (ARN) to use to tag a resource. </p>",
        "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) to use to untag a resource. </p>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>An operation failed due to a non-existent resource. </p>",
      "refs": {}
    },
    "Screenshots": {
      "base": null,
      "refs": {
        "Step$screenshots": "<p> The list of screenshot URLs for the execution step, if relevant. </p>"
      }
    },
    "ServiceRoleArn": {
      "base": null,
      "refs": {
        "App$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>",
        "CreateAppRequest$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>",
        "UpdateAppRequest$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>"
      }
    },
    "Source": {
      "base": null,
      "refs": {
        "CustomRule$source": "<p>The source pattern for a URL rewrite or redirect rule. </p>"
      }
    },
    "SourceUrl": {
      "base": null,
      "refs": {
        "JobSummary$sourceUrl": "<p>The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.</p>",
        "StartDeploymentRequest$sourceUrl": "<p>The source URL for the deployment that is used when calling <code>StartDeployment</code> without <code>CreateDeployment</code>. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.</p>"
      }
    },
    "SourceUrlType": {
      "base": null,
      "refs": {
        "JobSummary$sourceUrlType": "<p>The type of source specified by the <code>sourceURL</code>. If the value is <code>ZIP</code>, the source is a .zip file. If the value is <code>BUCKET_PREFIX</code>, the source is an Amazon S3 bucket and prefix. If no value is specified, the default is <code>ZIP</code>.</p>",
        "StartDeploymentRequest$sourceUrlType": "<p>The type of source specified by the <code>sourceURL</code>. If the value is <code>ZIP</code>, the source is a .zip file. If the value is <code>BUCKET_PREFIX</code>, the source is an Amazon S3 bucket and prefix. If no value is specified, the default is <code>ZIP</code>.</p>"
      }
    },
    "StackArn": {
      "base": null,
      "refs": {
        "Backend$stackArn": "<p>The Amazon Resource Name (ARN) for the CloudFormation stack.</p>"
      }
    },
    "StackName": {
      "base": null,
      "refs": {
        "BackendEnvironment$stackName": "<p>The AWS CloudFormation stack name of a backend environment. </p>",
        "CreateBackendEnvironmentRequest$stackName": "<p>The AWS CloudFormation stack name of a backend environment. </p>"
      }
    },
    "Stage": {
      "base": null,
      "refs": {
        "AutoBranchCreationConfig$stage": "<p>Describes the current stage for the autocreated branch. </p>",
        "Branch$stage": "<p> The current stage for the branch that is part of an Amplify app. </p>",
        "CreateBranchRequest$stage": "<p>Describes the current stage for the branch. </p>",
        "UpdateBranchRequest$stage": "<p> Describes the current stage for the branch. </p>"
      }
    },
    "StartDeploymentRequest": {
      "base": "<p>The request structure for the start a deployment request. </p>",
      "refs": {}
    },
    "StartDeploymentResult": {
      "base": "<p>The result structure for the start a deployment request. </p>",
      "refs": {}
    },
    "StartJobRequest": {
      "base": "<p>The request structure for the start job request. </p>",
      "refs": {}
    },
    "StartJobResult": {
      "base": "<p> The result structure for the run job request. </p>",
      "refs": {}
    },
    "StartTime": {
      "base": null,
      "refs": {
        "GenerateAccessLogsRequest$startTime": "<p>The time at which the logs should start. The time range specified is inclusive of the start time. </p>",
        "JobSummary$startTime": "<p> The start date and time for the job. </p>",
        "Step$startTime": "<p> The start date and time of the execution step. </p>"
      }
    },
    "Status": {
      "base": null,
      "refs": {
        "CustomRule$status": "<p>The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt> <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302 temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404 redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite rule.</p> </dd> </dl>",
        "ProductionBranch$status": "<p>The status of the production branch. </p>"
      }
    },
    "StatusReason": {
      "base": null,
      "refs": {
        "DomainAssociation$statusReason": "<p> Additional information that describes why the domain association is in the current state.</p>",
        "Step$statusReason": "<p> The reason for the current step status. </p>",
        "WafConfiguration$statusReason": "<p>The reason for the current status of the Firewall configuration.</p>"
      }
    },
    "Step": {
      "base": "<p> Describes an execution step, for an execution job, for an Amplify app. </p>",
      "refs": {
        "Steps$member": null
      }
    },
    "StepName": {
      "base": null,
      "refs": {
        "Step$stepName": "<p> The name of the execution step. </p>"
      }
    },
    "Steps": {
      "base": null,
      "refs": {
        "Job$steps": "<p> The execution steps for an execution job, for an Amplify app. </p>"
      }
    },
    "StopJobRequest": {
      "base": "<p> The request structure for the stop job request. </p>",
      "refs": {}
    },
    "StopJobResult": {
      "base": "<p> The result structure for the stop job request. </p>",
      "refs": {}
    },
    "SubDomain": {
      "base": "<p> The subdomain for the domain association. </p>",
      "refs": {
        "SubDomains$member": null
      }
    },
    "SubDomainSetting": {
      "base": "<p> Describes the settings for the subdomain. </p>",
      "refs": {
        "SubDomain$subDomainSetting": "<p> Describes the settings for the subdomain. </p>",
        "SubDomainSettings$member": null
      }
    },
    "SubDomainSettings": {
      "base": null,
      "refs": {
        "CreateDomainAssociationRequest$subDomainSettings": "<p> The setting for the subdomain. </p>",
        "UpdateDomainAssociationRequest$subDomainSettings": "<p> Describes the settings for the subdomain. </p>"
      }
    },
    "SubDomains": {
      "base": null,
      "refs": {
        "DomainAssociation$subDomains": "<p> The subdomains for the domain association. </p>"
      }
    },
    "TTL": {
      "base": "<p>The content Time to Live (TTL) for the website in seconds.</p>",
      "refs": {
        "Branch$ttl": "<p> The content Time to Live (TTL) for the website in seconds. </p>",
        "CreateBranchRequest$ttl": "<p> The content Time To Live (TTL) for the website in seconds. </p>",
        "UpdateBranchRequest$ttl": "<p> The content Time to Live (TTL) for the website in seconds. </p>"
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "TagKeyList$member": null,
        "TagMap$key": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$tagKeys": "<p>The tag keys to use to untag a resource. </p>"
      }
    },
    "TagMap": {
      "base": null,
      "refs": {
        "App$tags": "<p>The tag for the Amplify app. </p>",
        "Branch$tags": "<p> The tag for the branch of an Amplify app. </p>",
        "CreateAppRequest$tags": "<p>The tag for an Amplify app. </p>",
        "CreateBranchRequest$tags": "<p> The tag for the branch. </p>",
        "ListTagsForResourceResponse$tags": "<p>A list of tags for the specified The Amazon Resource Name (ARN). </p>",
        "TagResourceRequest$tags": "<p>The tags used to tag the resource. </p>"
      }
    },
    "TagResourceRequest": {
      "base": "<p>The request structure to tag a resource with a tag key and value.</p>",
      "refs": {}
    },
    "TagResourceResponse": {
      "base": "<p>The response for the tag resource request. </p>",
      "refs": {}
    },
    "TagValue": {
      "base": null,
      "refs": {
        "TagMap$value": null
      }
    },
    "Target": {
      "base": null,
      "refs": {
        "CustomRule$target": "<p>The target pattern for a URL rewrite or redirect rule. </p>"
      }
    },
    "TestArtifactsUrl": {
      "base": null,
      "refs": {
        "Step$testArtifactsUrl": "<p> The URL to the test artifact for the execution step. </p>"
      }
    },
    "TestConfigUrl": {
      "base": null,
      "refs": {
        "Step$testConfigUrl": "<p> The URL to the test configuration for the execution step. </p>"
      }
    },
    "ThumbnailName": {
      "base": null,
      "refs": {
        "Screenshots$key": null
      }
    },
    "ThumbnailUrl": {
      "base": null,
      "refs": {
        "Branch$thumbnailUrl": "<p> The thumbnail URL for the branch of an Amplify app. </p>",
        "ProductionBranch$thumbnailUrl": "<p>The thumbnail URL for the production branch. </p>",
        "Screenshots$value": null
      }
    },
    "TotalNumberOfJobs": {
      "base": null,
      "refs": {
        "Branch$totalNumberOfJobs": "<p> The total number of jobs that are part of an Amplify app. </p>"
      }
    },
    "UnauthorizedException": {
      "base": "<p>An operation failed due to a lack of access. </p>",
      "refs": {}
    },
    "UntagResourceRequest": {
      "base": "<p>The request structure for the untag resource request. </p>",
      "refs": {}
    },
    "UntagResourceResponse": {
      "base": "<p>The response for the untag resource request. </p>",
      "refs": {}
    },
    "UpdateAppRequest": {
      "base": "<p>The request structure for the update app request. </p>",
      "refs": {}
    },
    "UpdateAppResult": {
      "base": "<p>The result structure for an Amplify app update request. </p>",
      "refs": {}
    },
    "UpdateBranchRequest": {
      "base": "<p>The request structure for the update branch request. </p>",
      "refs": {}
    },
    "UpdateBranchResult": {
      "base": "<p> The result structure for the update branch request. </p>",
      "refs": {}
    },
    "UpdateDomainAssociationRequest": {
      "base": "<p> The request structure for the update domain association request. </p>",
      "refs": {}
    },
    "UpdateDomainAssociationResult": {
      "base": "<p> The result structure for the update domain association request. </p>",
      "refs": {}
    },
    "UpdateStatus": {
      "base": null,
      "refs": {
        "DomainAssociation$updateStatus": "<p>The status of the domain update operation that is currently in progress. The following list describes the valid update states.</p> <dl> <dt>REQUESTING_CERTIFICATE</dt> <dd> <p>The certificate is in the process of being updated.</p> </dd> <dt>PENDING_VERIFICATION</dt> <dd> <p>Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate.</p> </dd> <dt>IMPORTING_CUSTOM_CERTIFICATE</dt> <dd> <p>Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate.</p> </dd> <dt>PENDING_DEPLOYMENT</dt> <dd> <p>Indicates that the subdomain or certificate changes are being propagated.</p> </dd> <dt>AWAITING_APP_CNAME</dt> <dd> <p>Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route 53, Amplify handles this for you automatically. For more information about custom domains, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/custom-domains.html\">Setting up custom domains</a> in the <i>Amplify Hosting User Guide</i>. </p> </dd> <dt>UPDATE_COMPLETE</dt> <dd> <p>The certificate has been associated with a domain.</p> </dd> <dt>UPDATE_FAILED</dt> <dd> <p>The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.</p> </dd> </dl>"
      }
    },
    "UpdateTime": {
      "base": null,
      "refs": {
        "App$updateTime": "<p>A timestamp of when Amplify updated the application.</p>",
        "BackendEnvironment$updateTime": "<p>The last updated date and time for a backend environment that is part of an Amplify app. </p>",
        "Branch$updateTime": "<p>A timestamp for the last updated time for a branch.</p>",
        "Webhook$updateTime": "<p>A timestamp of when Amplify updated the webhook in your Git repository.</p>"
      }
    },
    "UpdateWebhookRequest": {
      "base": "<p>The request structure for the update webhook request. </p>",
      "refs": {}
    },
    "UpdateWebhookResult": {
      "base": "<p>The result structure for the update webhook request. </p>",
      "refs": {}
    },
    "UploadUrl": {
      "base": null,
      "refs": {
        "CreateDeploymentResult$zipUploadUrl": "<p> When the <code>fileMap</code> argument is not provided in the request, this <code>zipUploadUrl</code> is returned. </p>",
        "FileUploadUrls$value": null
      }
    },
    "Verified": {
      "base": null,
      "refs": {
        "SubDomain$verified": "<p> The verified status of the subdomain </p>"
      }
    },
    "WafConfiguration": {
      "base": "<p>Describes the Firewall configuration for a hosted Amplify application. Firewall support enables you to protect your web applications with a direct integration with WAF. For more information about using WAF protections for an Amplify application, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/WAF-integration.html\">Firewall support for hosted sites</a> in the <i>Amplify User Guide</i>. </p>",
      "refs": {
        "App$wafConfiguration": "<p>Describes the Firewall configuration for the Amplify app. Firewall support enables you to protect your hosted applications with a direct integration with WAF.</p>"
      }
    },
    "WafStatus": {
      "base": null,
      "refs": {
        "WafConfiguration$wafStatus": "<p>The status of the process to associate or disassociate a web ACL to an Amplify app.</p>"
      }
    },
    "WebAclArn": {
      "base": null,
      "refs": {
        "WafConfiguration$webAclArn": "<p>The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.</p>"
      }
    },
    "Webhook": {
      "base": "<p>Describes a webhook that connects repository events to an Amplify app. </p>",
      "refs": {
        "CreateWebhookResult$webhook": "<p>Describes a webhook that connects repository events to an Amplify app. </p>",
        "DeleteWebhookResult$webhook": "<p>Describes a webhook that connects repository events to an Amplify app. </p>",
        "GetWebhookResult$webhook": "<p>Describes the structure of a webhook. </p>",
        "UpdateWebhookResult$webhook": "<p>Describes a webhook that connects repository events to an Amplify app. </p>",
        "Webhooks$member": null
      }
    },
    "WebhookArn": {
      "base": null,
      "refs": {
        "Webhook$webhookArn": "<p>The Amazon Resource Name (ARN) for the webhook. </p>"
      }
    },
    "WebhookId": {
      "base": null,
      "refs": {
        "DeleteWebhookRequest$webhookId": "<p>The unique ID for a webhook. </p>",
        "GetWebhookRequest$webhookId": "<p>The unique ID for a webhook. </p>",
        "UpdateWebhookRequest$webhookId": "<p>The unique ID for a webhook. </p>",
        "Webhook$webhookId": "<p>The ID of the webhook. </p>"
      }
    },
    "WebhookUrl": {
      "base": null,
      "refs": {
        "Webhook$webhookUrl": "<p>The URL of the webhook. </p>"
      }
    },
    "Webhooks": {
      "base": null,
      "refs": {
        "ListWebhooksResult$webhooks": "<p>A list of webhooks. </p>"
      }
    },
    "webhookCreateTime": {
      "base": null,
      "refs": {
        "App$webhookCreateTime": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>"
      }
    }
  }
}
