Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2ac2bb7

Browse files
Release v1.45.15 (2023-09-22) (#4998)
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.
1 parent 70cfeb8 commit 2ac2bb7

File tree

29 files changed

+4386
-540
lines changed

29 files changed

+4386
-540
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.45.15 (2023-09-22)
2+
===
3+
4+
### Service Client Updates
5+
* `service/braket`: Updates service API and documentation
6+
* `service/dms`: Updates service API, documentation, and examples
7+
* new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
8+
* `service/ec2`: Updates service API
9+
* 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.
10+
* `service/elasticfilesystem`: Updates service documentation
11+
* Documentation updates for Elastic File System
12+
* `service/events`: Updates service API and documentation
13+
* Adds sensitive trait to various shapes in Jetstream Connections API model.
14+
* `service/guardduty`: Updates service API and documentation
15+
* Add `EKS_CLUSTER_NAME` to filter and sort key.
16+
* `service/mediaconvert`: Updates service API and documentation
17+
* This release supports the creation of of audio-only tracks in CMAF output groups.
18+
19+
### SDK Bugs
20+
* `aws/session`: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
21+
* This resolves an issue where the contents of a profile would silently be dropped with certain values.
22+
123
Release v1.45.14 (2023-09-20)
224
===
325

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

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

aws/endpoints/defaults.go

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.45.14"
8+
const SDKVersion = "1.45.15"

models/apis/braket/2019-09-01/api-2.json

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,22 @@
472472
},
473473
"exception":true
474474
},
475+
"DeviceQueueInfo":{
476+
"type":"structure",
477+
"required":[
478+
"queue",
479+
"queueSize"
480+
],
481+
"members":{
482+
"queue":{"shape":"QueueName"},
483+
"queuePriority":{"shape":"QueuePriority"},
484+
"queueSize":{"shape":"String"}
485+
}
486+
},
487+
"DeviceQueueInfoList":{
488+
"type":"list",
489+
"member":{"shape":"DeviceQueueInfo"}
490+
},
475491
"DeviceRetiredException":{
476492
"type":"structure",
477493
"members":{
@@ -547,6 +563,7 @@
547563
"jsonvalue":true
548564
},
549565
"deviceName":{"shape":"String"},
566+
"deviceQueueInfo":{"shape":"DeviceQueueInfoList"},
550567
"deviceStatus":{"shape":"DeviceStatus"},
551568
"deviceType":{"shape":"DeviceType"},
552569
"providerName":{"shape":"String"}
@@ -556,6 +573,11 @@
556573
"type":"structure",
557574
"required":["jobArn"],
558575
"members":{
576+
"additionalAttributeNames":{
577+
"shape":"HybridJobAdditionalAttributeNamesList",
578+
"location":"querystring",
579+
"locationName":"additionalAttributeNames"
580+
},
559581
"jobArn":{
560582
"shape":"JobArn",
561583
"location":"uri",
@@ -590,6 +612,7 @@
590612
"jobArn":{"shape":"JobArn"},
591613
"jobName":{"shape":"GetJobResponseJobNameString"},
592614
"outputDataConfig":{"shape":"JobOutputDataConfig"},
615+
"queueInfo":{"shape":"HybridJobQueueInfo"},
593616
"roleArn":{"shape":"RoleArn"},
594617
"startedAt":{"shape":"SyntheticTimestamp_date_time"},
595618
"status":{"shape":"JobPrimaryStatus"},
@@ -607,6 +630,11 @@
607630
"type":"structure",
608631
"required":["quantumTaskArn"],
609632
"members":{
633+
"additionalAttributeNames":{
634+
"shape":"QuantumTaskAdditionalAttributeNamesList",
635+
"location":"querystring",
636+
"locationName":"additionalAttributeNames"
637+
},
610638
"quantumTaskArn":{
611639
"shape":"QuantumTaskArn",
612640
"location":"uri",
@@ -639,11 +667,32 @@
639667
"outputS3Bucket":{"shape":"String"},
640668
"outputS3Directory":{"shape":"String"},
641669
"quantumTaskArn":{"shape":"QuantumTaskArn"},
670+
"queueInfo":{"shape":"QuantumTaskQueueInfo"},
642671
"shots":{"shape":"Long"},
643672
"status":{"shape":"QuantumTaskStatus"},
644673
"tags":{"shape":"TagsMap"}
645674
}
646675
},
676+
"HybridJobAdditionalAttributeName":{
677+
"type":"string",
678+
"enum":["QueueInfo"]
679+
},
680+
"HybridJobAdditionalAttributeNamesList":{
681+
"type":"list",
682+
"member":{"shape":"HybridJobAdditionalAttributeName"}
683+
},
684+
"HybridJobQueueInfo":{
685+
"type":"structure",
686+
"required":[
687+
"position",
688+
"queue"
689+
],
690+
"members":{
691+
"message":{"shape":"String"},
692+
"position":{"shape":"String"},
693+
"queue":{"shape":"QueueName"}
694+
}
695+
},
647696
"HyperParameters":{
648697
"type":"map",
649698
"key":{"shape":"String256"},
@@ -886,10 +935,31 @@
886935
"type":"long",
887936
"box":true
888937
},
938+
"QuantumTaskAdditionalAttributeName":{
939+
"type":"string",
940+
"enum":["QueueInfo"]
941+
},
942+
"QuantumTaskAdditionalAttributeNamesList":{
943+
"type":"list",
944+
"member":{"shape":"QuantumTaskAdditionalAttributeName"}
945+
},
889946
"QuantumTaskArn":{
890947
"type":"string",
891948
"max":256,
892-
"min":1
949+
"min":0
950+
},
951+
"QuantumTaskQueueInfo":{
952+
"type":"structure",
953+
"required":[
954+
"position",
955+
"queue"
956+
],
957+
"members":{
958+
"message":{"shape":"String"},
959+
"position":{"shape":"String"},
960+
"queue":{"shape":"QueueName"},
961+
"queuePriority":{"shape":"QueuePriority"}
962+
}
893963
},
894964
"QuantumTaskStatus":{
895965
"type":"string",
@@ -930,6 +1000,20 @@
9301000
"type":"list",
9311001
"member":{"shape":"QuantumTaskSummary"}
9321002
},
1003+
"QueueName":{
1004+
"type":"string",
1005+
"enum":[
1006+
"QUANTUM_TASKS_QUEUE",
1007+
"JOBS_QUEUE"
1008+
]
1009+
},
1010+
"QueuePriority":{
1011+
"type":"string",
1012+
"enum":[
1013+
"Normal",
1014+
"Priority"
1015+
]
1016+
},
9331017
"ResourceNotFoundException":{
9341018
"type":"structure",
9351019
"members":{

models/apis/braket/2019-09-01/docs-2.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,18 @@
158158
"refs": {
159159
}
160160
},
161+
"DeviceQueueInfo": {
162+
"base": "<p>Information about tasks and jobs queued on a device.</p>",
163+
"refs": {
164+
"DeviceQueueInfoList$member": null
165+
}
166+
},
167+
"DeviceQueueInfoList": {
168+
"base": null,
169+
"refs": {
170+
"GetDeviceResponse$deviceQueueInfo": "<p>List of information about tasks and jobs queued on a device.</p>"
171+
}
172+
},
161173
"DeviceRetiredException": {
162174
"base": "<p>The specified device has been retired.</p>",
163175
"refs": {
@@ -225,6 +237,24 @@
225237
"refs": {
226238
}
227239
},
240+
"HybridJobAdditionalAttributeName": {
241+
"base": null,
242+
"refs": {
243+
"HybridJobAdditionalAttributeNamesList$member": null
244+
}
245+
},
246+
"HybridJobAdditionalAttributeNamesList": {
247+
"base": null,
248+
"refs": {
249+
"GetJobRequest$additionalAttributeNames": "<p>A list of attributes to return information for.</p>"
250+
}
251+
},
252+
"HybridJobQueueInfo": {
253+
"base": "<p>Information about the queue for a specified job.</p>",
254+
"refs": {
255+
"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>"
256+
}
257+
},
228258
"HyperParameters": {
229259
"base": null,
230260
"refs": {
@@ -406,6 +436,18 @@
406436
"QuantumTaskSummary$shots": "<p>The shots used for the task.</p>"
407437
}
408438
},
439+
"QuantumTaskAdditionalAttributeName": {
440+
"base": null,
441+
"refs": {
442+
"QuantumTaskAdditionalAttributeNamesList$member": null
443+
}
444+
},
445+
"QuantumTaskAdditionalAttributeNamesList": {
446+
"base": null,
447+
"refs": {
448+
"GetQuantumTaskRequest$additionalAttributeNames": "<p>A list of attributes to return information for.</p>"
449+
}
450+
},
409451
"QuantumTaskArn": {
410452
"base": null,
411453
"refs": {
@@ -417,6 +459,12 @@
417459
"QuantumTaskSummary$quantumTaskArn": "<p>The ARN of the task.</p>"
418460
}
419461
},
462+
"QuantumTaskQueueInfo": {
463+
"base": "<p>Information about the queue for the specified quantum task.</p>",
464+
"refs": {
465+
"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>"
466+
}
467+
},
420468
"QuantumTaskStatus": {
421469
"base": null,
422470
"refs": {
@@ -436,6 +484,21 @@
436484
"SearchQuantumTasksResponse$quantumTasks": "<p>An array of <code>QuantumTaskSummary</code> objects for tasks that match the specified filters.</p>"
437485
}
438486
},
487+
"QueueName": {
488+
"base": null,
489+
"refs": {
490+
"DeviceQueueInfo$queue": "<p>The name of the queue. </p>",
491+
"HybridJobQueueInfo$queue": "<p>The name of the queue.</p>",
492+
"QuantumTaskQueueInfo$queue": "<p>The name of the queue. </p>"
493+
}
494+
},
495+
"QueuePriority": {
496+
"base": null,
497+
"refs": {
498+
"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>",
499+
"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>"
500+
}
501+
},
439502
"ResourceNotFoundException": {
440503
"base": "<p>The specified resource was not found.</p>",
441504
"refs": {
@@ -600,6 +663,7 @@
600663
"AccessDeniedException$message": null,
601664
"ConflictException$message": null,
602665
"DeviceOfflineException$message": null,
666+
"DeviceQueueInfo$queueSize": "<p>The number of jobs or tasks in the queue for a given device. </p>",
603667
"DeviceRetiredException$message": null,
604668
"DeviceSummary$deviceName": "<p>The name of the device.</p>",
605669
"DeviceSummary$providerName": "<p>The provider of the device.</p>",
@@ -608,9 +672,13 @@
608672
"GetQuantumTaskResponse$failureReason": "<p>The reason that a task failed.</p>",
609673
"GetQuantumTaskResponse$outputS3Bucket": "<p>The S3 bucket where task results are stored.</p>",
610674
"GetQuantumTaskResponse$outputS3Directory": "<p>The folder in the S3 bucket where task results are stored.</p>",
675+
"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>",
676+
"HybridJobQueueInfo$position": "<p>Current position of the job in the jobs queue.</p>",
611677
"InternalServiceException$message": null,
612678
"JobSummary$jobName": "<p>The name of the Amazon Braket job.</p>",
613679
"ListTagsForResourceRequest$resourceArn": "<p>Specify the <code>resourceArn</code> for the resource whose tags to display.</p>",
680+
"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>",
681+
"QuantumTaskQueueInfo$position": "<p>Current position of the task in the quantum tasks queue.</p>",
614682
"QuantumTaskSummary$outputS3Bucket": "<p>The S3 bucket where the task result file is stored..</p>",
615683
"QuantumTaskSummary$outputS3Directory": "<p>The folder in the S3 bucket where the task result file is stored.</p>",
616684
"ResourceNotFoundException$message": null,

0 commit comments

Comments
 (0)