Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Oct 15, 2024
1 parent e7acb87 commit fca692d
Show file tree
Hide file tree
Showing 106 changed files with 4,429 additions and 2,233 deletions.
16 changes: 13 additions & 3 deletions apis/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,9 @@
"startTime":{"shape":"StartTime"},
"status":{"shape":"JobStatus"},
"endTime":{"shape":"EndTime"},
"jobType":{"shape":"JobType"}
"jobType":{"shape":"JobType"},
"sourceUrl":{"shape":"SourceUrl"},
"sourceUrlType":{"shape":"SourceUrlType"}
}
},
"JobType":{
Expand Down Expand Up @@ -2074,7 +2076,14 @@
"SourceUrl":{
"type":"string",
"max":3000,
"pattern":"(?s).*"
"pattern":"^(s3|https|http)://.*"
},
"SourceUrlType":{
"type":"string",
"enum":[
"ZIP",
"BUCKET_PREFIX"
]
},
"StackArn":{
"type":"string",
Expand Down Expand Up @@ -2116,7 +2125,8 @@
"locationName":"branchName"
},
"jobId":{"shape":"JobId"},
"sourceUrl":{"shape":"SourceUrl"}
"sourceUrl":{"shape":"SourceUrl"},
"sourceUrlType":{"shape":"SourceUrlType"}
}
},
"StartDeploymentResult":{
Expand Down
20 changes: 14 additions & 6 deletions apis/amplify/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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 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>",
"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>",
Expand All @@ -30,7 +30,7 @@
"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 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>",
"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>",
Expand Down Expand Up @@ -285,7 +285,7 @@
"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 job. </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>",
Expand Down Expand Up @@ -919,7 +919,7 @@
"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, generated by the create deployment request. </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>"
}
Expand Down Expand Up @@ -957,7 +957,7 @@
"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. 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>",
"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>"
}
},
Expand Down Expand Up @@ -1194,7 +1194,15 @@
"SourceUrl": {
"base": null,
"refs": {
"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>"
"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": {
Expand Down
Loading

0 comments on commit fca692d

Please sign in to comment.