Skip to content

Commit

Permalink
Release v1.45.15 (2023-09-22) (#4998)
Browse files Browse the repository at this point in the history
Release v1.45.15 (2023-09-22)
===

### Service Client Updates
* `service/braket`: Updates service API and documentation
* `service/dms`: Updates service API, documentation, and examples
  * new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
* `service/ec2`: Updates service API
  * EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
* `service/elasticfilesystem`: Updates service documentation
  * Documentation updates for Elastic File System
* `service/events`: Updates service API and documentation
  * Adds sensitive trait to various shapes in Jetstream Connections API model.
* `service/guardduty`: Updates service API and documentation
  * Add `EKS_CLUSTER_NAME` to filter and sort key.
* `service/mediaconvert`: Updates service API and documentation
  * This release supports the creation of of audio-only tracks in CMAF output groups.

### SDK Bugs
* `aws/session`: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
  * This resolves an issue where the contents of a profile would silently be dropped with certain values.
  • Loading branch information
aws-sdk-go-automation committed Sep 22, 2023
1 parent 70cfeb8 commit 2ac2bb7
Show file tree
Hide file tree
Showing 29 changed files with 4,386 additions and 540 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.45.15 (2023-09-22)
===

### Service Client Updates
* `service/braket`: Updates service API and documentation
* `service/dms`: Updates service API, documentation, and examples
* new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
* `service/ec2`: Updates service API
* EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
* `service/elasticfilesystem`: Updates service documentation
* Documentation updates for Elastic File System
* `service/events`: Updates service API and documentation
* Adds sensitive trait to various shapes in Jetstream Connections API model.
* `service/guardduty`: Updates service API and documentation
* Add `EKS_CLUSTER_NAME` to filter and sort key.
* `service/mediaconvert`: Updates service API and documentation
* This release supports the creation of of audio-only tracks in CMAF output groups.

### SDK Bugs
* `aws/session`: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
* This resolves an issue where the contents of a profile would silently be dropped with certain values.

Release v1.45.14 (2023-09-20)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/session`: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
* This resolves an issue where the contents of a profile would silently be dropped with certain values.
56 changes: 56 additions & 0 deletions aws/endpoints/defaults.go

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

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.14"
const SDKVersion = "1.45.15"
86 changes: 85 additions & 1 deletion models/apis/braket/2019-09-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,22 @@
},
"exception":true
},
"DeviceQueueInfo":{
"type":"structure",
"required":[
"queue",
"queueSize"
],
"members":{
"queue":{"shape":"QueueName"},
"queuePriority":{"shape":"QueuePriority"},
"queueSize":{"shape":"String"}
}
},
"DeviceQueueInfoList":{
"type":"list",
"member":{"shape":"DeviceQueueInfo"}
},
"DeviceRetiredException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -547,6 +563,7 @@
"jsonvalue":true
},
"deviceName":{"shape":"String"},
"deviceQueueInfo":{"shape":"DeviceQueueInfoList"},
"deviceStatus":{"shape":"DeviceStatus"},
"deviceType":{"shape":"DeviceType"},
"providerName":{"shape":"String"}
Expand All @@ -556,6 +573,11 @@
"type":"structure",
"required":["jobArn"],
"members":{
"additionalAttributeNames":{
"shape":"HybridJobAdditionalAttributeNamesList",
"location":"querystring",
"locationName":"additionalAttributeNames"
},
"jobArn":{
"shape":"JobArn",
"location":"uri",
Expand Down Expand Up @@ -590,6 +612,7 @@
"jobArn":{"shape":"JobArn"},
"jobName":{"shape":"GetJobResponseJobNameString"},
"outputDataConfig":{"shape":"JobOutputDataConfig"},
"queueInfo":{"shape":"HybridJobQueueInfo"},
"roleArn":{"shape":"RoleArn"},
"startedAt":{"shape":"SyntheticTimestamp_date_time"},
"status":{"shape":"JobPrimaryStatus"},
Expand All @@ -607,6 +630,11 @@
"type":"structure",
"required":["quantumTaskArn"],
"members":{
"additionalAttributeNames":{
"shape":"QuantumTaskAdditionalAttributeNamesList",
"location":"querystring",
"locationName":"additionalAttributeNames"
},
"quantumTaskArn":{
"shape":"QuantumTaskArn",
"location":"uri",
Expand Down Expand Up @@ -639,11 +667,32 @@
"outputS3Bucket":{"shape":"String"},
"outputS3Directory":{"shape":"String"},
"quantumTaskArn":{"shape":"QuantumTaskArn"},
"queueInfo":{"shape":"QuantumTaskQueueInfo"},
"shots":{"shape":"Long"},
"status":{"shape":"QuantumTaskStatus"},
"tags":{"shape":"TagsMap"}
}
},
"HybridJobAdditionalAttributeName":{
"type":"string",
"enum":["QueueInfo"]
},
"HybridJobAdditionalAttributeNamesList":{
"type":"list",
"member":{"shape":"HybridJobAdditionalAttributeName"}
},
"HybridJobQueueInfo":{
"type":"structure",
"required":[
"position",
"queue"
],
"members":{
"message":{"shape":"String"},
"position":{"shape":"String"},
"queue":{"shape":"QueueName"}
}
},
"HyperParameters":{
"type":"map",
"key":{"shape":"String256"},
Expand Down Expand Up @@ -886,10 +935,31 @@
"type":"long",
"box":true
},
"QuantumTaskAdditionalAttributeName":{
"type":"string",
"enum":["QueueInfo"]
},
"QuantumTaskAdditionalAttributeNamesList":{
"type":"list",
"member":{"shape":"QuantumTaskAdditionalAttributeName"}
},
"QuantumTaskArn":{
"type":"string",
"max":256,
"min":1
"min":0
},
"QuantumTaskQueueInfo":{
"type":"structure",
"required":[
"position",
"queue"
],
"members":{
"message":{"shape":"String"},
"position":{"shape":"String"},
"queue":{"shape":"QueueName"},
"queuePriority":{"shape":"QueuePriority"}
}
},
"QuantumTaskStatus":{
"type":"string",
Expand Down Expand Up @@ -930,6 +1000,20 @@
"type":"list",
"member":{"shape":"QuantumTaskSummary"}
},
"QueueName":{
"type":"string",
"enum":[
"QUANTUM_TASKS_QUEUE",
"JOBS_QUEUE"
]
},
"QueuePriority":{
"type":"string",
"enum":[
"Normal",
"Priority"
]
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
Expand Down
68 changes: 68 additions & 0 deletions models/apis/braket/2019-09-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@
"refs": {
}
},
"DeviceQueueInfo": {
"base": "<p>Information about tasks and jobs queued on a device.</p>",
"refs": {
"DeviceQueueInfoList$member": null
}
},
"DeviceQueueInfoList": {
"base": null,
"refs": {
"GetDeviceResponse$deviceQueueInfo": "<p>List of information about tasks and jobs queued on a device.</p>"
}
},
"DeviceRetiredException": {
"base": "<p>The specified device has been retired.</p>",
"refs": {
Expand Down Expand Up @@ -225,6 +237,24 @@
"refs": {
}
},
"HybridJobAdditionalAttributeName": {
"base": null,
"refs": {
"HybridJobAdditionalAttributeNamesList$member": null
}
},
"HybridJobAdditionalAttributeNamesList": {
"base": null,
"refs": {
"GetJobRequest$additionalAttributeNames": "<p>A list of attributes to return information for.</p>"
}
},
"HybridJobQueueInfo": {
"base": "<p>Information about the queue for a specified job.</p>",
"refs": {
"GetJobResponse$queueInfo": "<p>Queue information for the requested job. Only returned if <code>QueueInfo</code> is specified in the <code>additionalAttributeNames\"</code> field in the <code>GetJob</code> API request.</p>"
}
},
"HyperParameters": {
"base": null,
"refs": {
Expand Down Expand Up @@ -406,6 +436,18 @@
"QuantumTaskSummary$shots": "<p>The shots used for the task.</p>"
}
},
"QuantumTaskAdditionalAttributeName": {
"base": null,
"refs": {
"QuantumTaskAdditionalAttributeNamesList$member": null
}
},
"QuantumTaskAdditionalAttributeNamesList": {
"base": null,
"refs": {
"GetQuantumTaskRequest$additionalAttributeNames": "<p>A list of attributes to return information for.</p>"
}
},
"QuantumTaskArn": {
"base": null,
"refs": {
Expand All @@ -417,6 +459,12 @@
"QuantumTaskSummary$quantumTaskArn": "<p>The ARN of the task.</p>"
}
},
"QuantumTaskQueueInfo": {
"base": "<p>Information about the queue for the specified quantum task.</p>",
"refs": {
"GetQuantumTaskResponse$queueInfo": "<p>Queue information for the requested quantum task. Only returned if <code>QueueInfo</code> is specified in the <code>additionalAttributeNames\"</code> field in the <code>GetQuantumTask</code> API request.</p>"
}
},
"QuantumTaskStatus": {
"base": null,
"refs": {
Expand All @@ -436,6 +484,21 @@
"SearchQuantumTasksResponse$quantumTasks": "<p>An array of <code>QuantumTaskSummary</code> objects for tasks that match the specified filters.</p>"
}
},
"QueueName": {
"base": null,
"refs": {
"DeviceQueueInfo$queue": "<p>The name of the queue. </p>",
"HybridJobQueueInfo$queue": "<p>The name of the queue.</p>",
"QuantumTaskQueueInfo$queue": "<p>The name of the queue. </p>"
}
},
"QueuePriority": {
"base": null,
"refs": {
"DeviceQueueInfo$queuePriority": "<p>Optional. Specifies the priority of the queue. Tasks in a priority queue are processed before the tasks in a normal queue.</p>",
"QuantumTaskQueueInfo$queuePriority": "<p>Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.</p>"
}
},
"ResourceNotFoundException": {
"base": "<p>The specified resource was not found.</p>",
"refs": {
Expand Down Expand Up @@ -600,6 +663,7 @@
"AccessDeniedException$message": null,
"ConflictException$message": null,
"DeviceOfflineException$message": null,
"DeviceQueueInfo$queueSize": "<p>The number of jobs or tasks in the queue for a given device. </p>",
"DeviceRetiredException$message": null,
"DeviceSummary$deviceName": "<p>The name of the device.</p>",
"DeviceSummary$providerName": "<p>The provider of the device.</p>",
Expand All @@ -608,9 +672,13 @@
"GetQuantumTaskResponse$failureReason": "<p>The reason that a task failed.</p>",
"GetQuantumTaskResponse$outputS3Bucket": "<p>The S3 bucket where task results are stored.</p>",
"GetQuantumTaskResponse$outputS3Directory": "<p>The folder in the S3 bucket where task results are stored.</p>",
"HybridJobQueueInfo$message": "<p>Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.</p>",
"HybridJobQueueInfo$position": "<p>Current position of the job in the jobs queue.</p>",
"InternalServiceException$message": null,
"JobSummary$jobName": "<p>The name of the Amazon Braket job.</p>",
"ListTagsForResourceRequest$resourceArn": "<p>Specify the <code>resourceArn</code> for the resource whose tags to display.</p>",
"QuantumTaskQueueInfo$message": "<p>Optional. Provides more information about the queue position. For example, if the task is complete and no longer in the queue, the message field contains that information.</p>",
"QuantumTaskQueueInfo$position": "<p>Current position of the task in the quantum tasks queue.</p>",
"QuantumTaskSummary$outputS3Bucket": "<p>The S3 bucket where the task result file is stored..</p>",
"QuantumTaskSummary$outputS3Directory": "<p>The folder in the S3 bucket where the task result file is stored.</p>",
"ResourceNotFoundException$message": null,
Expand Down
Loading

0 comments on commit 2ac2bb7

Please sign in to comment.