Skip to content

Commit

Permalink
Merge branch 'version-3' into cbor-query-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Oct 18, 2024
2 parents 4e093ba + b406add commit ef3f3f4
Show file tree
Hide file tree
Showing 3,276 changed files with 17,583 additions and 235,013 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
uses: thollander/actions-comment-pull-request@main
with:
message: ${{ steps.regressions.outputs.message }}
comment_tag: performance-regression
comment-tag: performance-regression
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ RubyGems.org page under "LINKS" section.
| AmazonConnectCampaignService | Aws::ConnectCampaignService | aws-sdk-connectcampaignservice | 2021-01-30 |
| AmazonMQ | Aws::MQ | aws-sdk-mq | 2017-11-27 |
| AmazonMWAA | Aws::MWAA | aws-sdk-mwaa | 2020-07-01 |
| AmazonNimbleStudio | Aws::NimbleStudio | aws-sdk-nimblestudio | 2020-08-01 |
| AmplifyBackend | Aws::AmplifyBackend | aws-sdk-amplifybackend | 2020-08-11 |
| AppFabric | Aws::AppFabric | aws-sdk-appfabric | 2023-05-19 |
| Application Auto Scaling | Aws::ApplicationAutoScaling | aws-sdk-applicationautoscaling | 2016-02-06 |
Expand Down
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
64 changes: 3 additions & 61 deletions apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,41 +1280,6 @@
"min":0,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
},
"ConnectionType":{
"type":"string",
"enum":[
"DYNAMODB",
"MYSQL",
"POSTGRESQL",
"REDSHIFT",
"ORACLE",
"SYNAPSE",
"SQLSERVER",
"DB2",
"OPENSEARCH",
"BIGQUERY",
"GOOGLECLOUDSTORAGE",
"HBASE",
"DOCUMENTDB",
"MSK",
"NEPTUNE",
"CMDB",
"TPCDS",
"REDIS",
"CLOUDWATCH",
"TIMESTREAM",
"SAPHANA",
"SNOWFLAKE",
"TERADATA",
"VERTICA",
"CLOUDERAIMPALA",
"CLOUDERAHIVE",
"HORTONWORKSHIVE",
"DATALAKEGEN2",
"DB2AS400",
"CLOUDWATCHMETRICS"
]
},
"CoordinatorDpuSize":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -1355,7 +1320,6 @@
"CreateDataCatalogOutput":{
"type":"structure",
"members":{
"DataCatalog":{"shape":"DataCatalog"}
}
},
"CreateNamedQueryInput":{
Expand Down Expand Up @@ -1472,34 +1436,14 @@
"Name":{"shape":"CatalogNameString"},
"Description":{"shape":"DescriptionString"},
"Type":{"shape":"DataCatalogType"},
"Parameters":{"shape":"ParametersMap"},
"Status":{"shape":"DataCatalogStatus"},
"ConnectionType":{"shape":"ConnectionType"},
"Error":{"shape":"ErrorMessage"}
"Parameters":{"shape":"ParametersMap"}
}
},
"DataCatalogStatus":{
"type":"string",
"enum":[
"CREATE_IN_PROGRESS",
"CREATE_COMPLETE",
"CREATE_FAILED",
"CREATE_FAILED_CLEANUP_IN_PROGRESS",
"CREATE_FAILED_CLEANUP_COMPLETE",
"CREATE_FAILED_CLEANUP_FAILED",
"DELETE_IN_PROGRESS",
"DELETE_COMPLETE",
"DELETE_FAILED"
]
},
"DataCatalogSummary":{
"type":"structure",
"members":{
"CatalogName":{"shape":"CatalogNameString"},
"Type":{"shape":"DataCatalogType"},
"Status":{"shape":"DataCatalogStatus"},
"ConnectionType":{"shape":"ConnectionType"},
"Error":{"shape":"ErrorMessage"}
"Type":{"shape":"DataCatalogType"}
}
},
"DataCatalogSummaryList":{
Expand All @@ -1511,8 +1455,7 @@
"enum":[
"LAMBDA",
"GLUE",
"HIVE",
"FEDERATED"
"HIVE"
]
},
"Database":{
Expand Down Expand Up @@ -1568,7 +1511,6 @@
"DeleteDataCatalogOutput":{
"type":"structure",
"members":{
"DataCatalog":{"shape":"DataCatalog"}
}
},
"DeleteNamedQueryInput":{
Expand Down
Loading

0 comments on commit ef3f3f4

Please sign in to comment.