|
5 | 5 | "CreateApp": "<p>Creates a new Amplify app. </p>",
|
6 | 6 | "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>",
|
7 | 7 | "CreateBranch": "<p> Creates a new branch for an Amplify app. </p>",
|
8 |
| - "CreateDeployment": "<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a 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>", |
| 8 | + "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>", |
9 | 9 | "CreateDomainAssociation": "<p>Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app </p>",
|
10 | 10 | "CreateWebhook": "<p>Creates a new webhook on an Amplify app. </p>",
|
11 | 11 | "DeleteApp": "<p>Deletes an existing Amplify app specified by an app ID. </p>",
|
|
30 | 30 | "ListJobs": "<p> Lists the jobs for a branch of an Amplify app. </p>",
|
31 | 31 | "ListTagsForResource": "<p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>",
|
32 | 32 | "ListWebhooks": "<p>Returns a list of webhooks for an Amplify app. </p>",
|
33 |
| - "StartDeployment": "<p>Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a 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>", |
| 33 | + "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>", |
34 | 34 | "StartJob": "<p> Starts a new job for a branch of an Amplify app. </p>",
|
35 | 35 | "StopJob": "<p> Stops a job that is in progress for a branch of an Amplify app. </p>",
|
36 | 36 | "TagResource": "<p>Tags the resource with a tag key and value.</p>",
|
|
285 | 285 | "ListArtifactsRequest$branchName": "<p>The name of a branch that is part of an Amplify app. </p>",
|
286 | 286 | "ListJobsRequest$branchName": "<p>The name of the branch to use for the request. </p>",
|
287 | 287 | "ProductionBranch$branchName": "<p>The branch name for the production branch. </p>",
|
288 |
| - "StartDeploymentRequest$branchName": "<p>The name of the branch to use for the job. </p>", |
| 288 | + "StartDeploymentRequest$branchName": "<p>The name of the branch to use for the deployment job. </p>", |
289 | 289 | "StartJobRequest$branchName": "<p>The name of the branch to use for the job. </p>",
|
290 | 290 | "StopJobRequest$branchName": "<p>The name of the branch to use for the stop job request. </p>",
|
291 | 291 | "SubDomainSetting$branchName": "<p> The branch name setting for the subdomain. </p>",
|
|
919 | 919 | "GetJobRequest$jobId": "<p>The unique ID for the job. </p>",
|
920 | 920 | "JobSummary$jobId": "<p> The unique ID for the job. </p>",
|
921 | 921 | "ListArtifactsRequest$jobId": "<p>The unique ID for a job. </p>",
|
922 |
| - "StartDeploymentRequest$jobId": "<p>The job ID for this deployment, generated by the create deployment request. </p>", |
| 922 | + "StartDeploymentRequest$jobId": "<p>The job ID for this deployment that is generated by the <code>CreateDeployment</code> request. </p>", |
923 | 923 | "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>",
|
924 | 924 | "StopJobRequest$jobId": "<p> The unique id for the job. </p>"
|
925 | 925 | }
|
|
957 | 957 | "JobType": {
|
958 | 958 | "base": null,
|
959 | 959 | "refs": {
|
960 |
| - "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. 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. </p>", |
| 960 | + "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>", |
961 | 961 | "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>"
|
962 | 962 | }
|
963 | 963 | },
|
|
1194 | 1194 | "SourceUrl": {
|
1195 | 1195 | "base": null,
|
1196 | 1196 | "refs": {
|
1197 |
| - "StartDeploymentRequest$sourceUrl": "<p>The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file. </p>" |
| 1197 | + "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>", |
| 1198 | + "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>" |
| 1199 | + } |
| 1200 | + }, |
| 1201 | + "SourceUrlType": { |
| 1202 | + "base": null, |
| 1203 | + "refs": { |
| 1204 | + "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>", |
| 1205 | + "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>" |
1198 | 1206 | }
|
1199 | 1207 | },
|
1200 | 1208 | "StackArn": {
|
|
0 commit comments