Skip to content

Commit

Permalink
Merge branch 'main' into fix-allow-empty-http-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Oct 7, 2024
2 parents c12faa5 + b737dc9 commit 356e5c1
Show file tree
Hide file tree
Showing 1,303 changed files with 27,119 additions and 5,336 deletions.
8 changes: 0 additions & 8 deletions .changelog/1c952ab466374a358faf03c5f6a561d8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/cc02c91a476e488ea53c5fc013918a92.json

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/d63b07a648e14dba902b708fc248f442.json

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2024-10-07)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2`: v1.32.1
* **Bug Fix**: Remove private metrics collection APIs. These APIs were annotated at the package level that they should not be used by callers and could be removed at any time. With the release of self-instrumented clients for SDK metrics, this internal code is obsolete.
* `github.com/aws/aws-sdk-go-v2/service/dataexchange`: [v1.32.1](service/dataexchange/CHANGELOG.md#v1321-2024-10-07)
* **Bug Fix**: Allow serialization of headers with empty string for prefix headers
* `github.com/aws/aws-sdk-go-v2/service/deadline`: [v1.6.0](service/deadline/CHANGELOG.md#v160-2024-10-07)
* **Feature**: Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
* `github.com/aws/aws-sdk-go-v2/service/marketplacereporting`: [v1.1.1](service/marketplacereporting/CHANGELOG.md#v111-2024-10-07)
* **Documentation**: Documentation-only update for AWS Marketplace Reporting API.
* `github.com/aws/aws-sdk-go-v2/service/qconnect`: [v1.12.0](service/qconnect/CHANGELOG.md#v1120-2024-10-07)
* **Feature**: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.49.0](service/redshift/CHANGELOG.md#v1490-2024-10-07)
* **Feature**: Add validation pattern to S3KeyPrefix on the EnableLogging API
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.65.1](service/s3/CHANGELOG.md#v1651-2024-10-07)
* **Bug Fix**: Allow serialization of headers with empty string for prefix headers

# Release (2024-10-04)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion aws/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 157 additions & 4 deletions codegen/sdk-codegen/aws-models/deadline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2519,15 +2519,13 @@
"template": {
"target": "com.amazonaws.deadline#JobTemplate",
"traits": {
"smithy.api#documentation": "<p>The job template to use for this job.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The job template to use for this job.</p>"
}
},
"templateType": {
"target": "com.amazonaws.deadline#JobTemplateType",
"traits": {
"smithy.api#documentation": "<p>The file type for the job template.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The file type for the job template.</p>"
}
},
"priority": {
Expand Down Expand Up @@ -2575,6 +2573,12 @@
"smithy.api#default": 5,
"smithy.api#documentation": "<p>The maximum number of retries for each task.</p>"
}
},
"sourceJobId": {
"target": "com.amazonaws.deadline#JobId",
"traits": {
"smithy.api#documentation": "<p>The job ID for the source job.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7570,6 +7574,12 @@
"traits": {
"smithy.api#documentation": "<p>The description of the job.</p>\n <important>\n <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>\n </important>"
}
},
"sourceJobId": {
"target": "com.amazonaws.deadline#JobId",
"traits": {
"smithy.api#documentation": "<p>The job ID for the source job.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -10328,6 +10338,15 @@
"smithy.api#documentation": "<p>The details of job parameters.</p>"
}
},
"com.amazonaws.deadline#JobParameterDefinition": {
"type": "document"
},
"com.amazonaws.deadline#JobParameterDefinitions": {
"type": "list",
"member": {
"target": "com.amazonaws.deadline#JobParameterDefinition"
}
},
"com.amazonaws.deadline#JobParameters": {
"type": "map",
"key": {
Expand Down Expand Up @@ -10399,6 +10418,9 @@
{
"target": "com.amazonaws.deadline#ListJobMembers"
},
{
"target": "com.amazonaws.deadline#ListJobParameterDefinitions"
},
{
"target": "com.amazonaws.deadline#ListSessionActions"
},
Expand Down Expand Up @@ -10573,6 +10595,12 @@
"traits": {
"smithy.api#documentation": "<p>The job parameters.</p>"
}
},
"sourceJobId": {
"target": "com.amazonaws.deadline#JobId",
"traits": {
"smithy.api#documentation": "<p>The job ID for the source job.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -10690,6 +10718,12 @@
"traits": {
"smithy.api#documentation": "<p>The maximum number of retries for a job.</p>"
}
},
"sourceJobId": {
"target": "com.amazonaws.deadline#JobId",
"traits": {
"smithy.api#documentation": "<p>The job ID for the source job.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -11651,6 +11685,125 @@
"smithy.api#output": {}
}
},
"com.amazonaws.deadline#ListJobParameterDefinitions": {
"type": "operation",
"input": {
"target": "com.amazonaws.deadline#ListJobParameterDefinitionsRequest"
},
"output": {
"target": "com.amazonaws.deadline#ListJobParameterDefinitionsResponse"
},
"errors": [
{
"target": "com.amazonaws.deadline#AccessDeniedException"
},
{
"target": "com.amazonaws.deadline#InternalServerErrorException"
},
{
"target": "com.amazonaws.deadline#ResourceNotFoundException"
},
{
"target": "com.amazonaws.deadline#ThrottlingException"
},
{
"target": "com.amazonaws.deadline#ValidationException"
}
],
"traits": {
"aws.iam#iamAction": {
"name": "ListJobParameterDefinitions",
"documentation": "Grants permission to get a job's parameter definitions in the job template",
"requiredActions": [
"identitystore:ListGroupMembershipsForMember"
]
},
"smithy.api#documentation": "<p>Lists parameter definitions of a job.</p>",
"smithy.api#endpoint": {
"hostPrefix": "management."
},
"smithy.api#http": {
"method": "GET",
"uri": "/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/parameter-definitions",
"code": 200
},
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"pageSize": "maxResults",
"items": "jobParameterDefinitions"
},
"smithy.api#readonly": {}
}
},
"com.amazonaws.deadline#ListJobParameterDefinitionsRequest": {
"type": "structure",
"members": {
"farmId": {
"target": "com.amazonaws.deadline#FarmId",
"traits": {
"smithy.api#documentation": "<p>The farm ID of the job to list.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"jobId": {
"target": "com.amazonaws.deadline#JobId",
"traits": {
"smithy.api#documentation": "<p>The job ID to include on the list.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"queueId": {
"target": "com.amazonaws.deadline#QueueId",
"traits": {
"smithy.api#documentation": "<p>The queue ID to include on the list.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"nextToken": {
"target": "com.amazonaws.deadline#String",
"traits": {
"smithy.api#documentation": "<p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>",
"smithy.api#httpQuery": "nextToken"
}
},
"maxResults": {
"target": "com.amazonaws.deadline#MaxResults",
"traits": {
"smithy.api#default": 100,
"smithy.api#documentation": "<p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>",
"smithy.api#httpQuery": "maxResults"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.deadline#ListJobParameterDefinitionsResponse": {
"type": "structure",
"members": {
"jobParameterDefinitions": {
"target": "com.amazonaws.deadline#JobParameterDefinitions",
"traits": {
"smithy.api#documentation": "<p>Lists parameter definitions of a job.</p>",
"smithy.api#required": {}
}
},
"nextToken": {
"target": "com.amazonaws.deadline#String",
"traits": {
"smithy.api#documentation": "<p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.deadline#ListJobs": {
"type": "operation",
"input": {
Expand Down
Loading

0 comments on commit 356e5c1

Please sign in to comment.