Skip to content

Commit

Permalink
Updates SDK to v2.1463.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 22, 2023
1 parent e73e809 commit ec73691
Show file tree
Hide file tree
Showing 28 changed files with 2,334 additions and 680 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1463.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Braket",
"description": "This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job."
},
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "Adds sensitive trait to various shapes in Jetstream Connections API model."
},
{
"type": "feature",
"category": "DMS",
"description": "new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift"
},
{
"type": "feature",
"category": "EC2",
"description": "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."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Add `EKS_CLUSTER_NAME` to filter and sort key."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release supports the creation of of audio-only tracks in CMAF output groups."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1462.0-->
<!--LATEST=2.1463.0-->
<!--ENTRYINSERT-->

## 2.1463.0
* feature: Braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
* feature: CloudWatchEvents: Adds sensitive trait to various shapes in Jetstream Connections API model.
* feature: DMS: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
* feature: EC2: 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.
* feature: GuardDuty: Add `EKS_CLUSTER_NAME` to filter and sort key.
* feature: MediaConvert: This release supports the creation of of audio-only tracks in CMAF output groups.

## 2.1462.0
* feature: AppConfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
* feature: AppRunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1462.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1463.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
76 changes: 64 additions & 12 deletions apis/braket-2019-09-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,21 @@
"jsonvalue": true
},
"deviceName": {},
"deviceQueueInfo": {
"type": "list",
"member": {
"type": "structure",
"required": [
"queue",
"queueSize"
],
"members": {
"queue": {},
"queuePriority": {},
"queueSize": {}
}
}
},
"deviceStatus": {},
"deviceType": {},
"providerName": {}
Expand All @@ -241,6 +256,12 @@
"jobArn"
],
"members": {
"additionalAttributeNames": {
"location": "querystring",
"locationName": "additionalAttributeNames",
"type": "list",
"member": {}
},
"jobArn": {
"location": "uri",
"locationName": "jobArn"
Expand Down Expand Up @@ -270,13 +291,13 @@
"shape": "Sh"
},
"createdAt": {
"shape": "S1k"
"shape": "S1q"
},
"deviceConfig": {
"shape": "Sj"
},
"endedAt": {
"shape": "S1k"
"shape": "S1q"
},
"events": {
"type": "list",
Expand All @@ -286,7 +307,7 @@
"eventType": {},
"message": {},
"timeOfEvent": {
"shape": "S1k"
"shape": "S1q"
}
}
}
Expand All @@ -309,9 +330,21 @@
"outputDataConfig": {
"shape": "Sx"
},
"queueInfo": {
"type": "structure",
"required": [
"position",
"queue"
],
"members": {
"message": {},
"position": {},
"queue": {}
}
},
"roleArn": {},
"startedAt": {
"shape": "S1k"
"shape": "S1q"
},
"status": {},
"stoppingCondition": {
Expand All @@ -335,6 +368,12 @@
"quantumTaskArn"
],
"members": {
"additionalAttributeNames": {
"location": "querystring",
"locationName": "additionalAttributeNames",
"type": "list",
"member": {}
},
"quantumTaskArn": {
"location": "uri",
"locationName": "quantumTaskArn"
Expand All @@ -355,20 +394,33 @@
],
"members": {
"createdAt": {
"shape": "S1k"
"shape": "S1q"
},
"deviceArn": {},
"deviceParameters": {
"jsonvalue": true
},
"endedAt": {
"shape": "S1k"
"shape": "S1q"
},
"failureReason": {},
"jobArn": {},
"outputS3Bucket": {},
"outputS3Directory": {},
"quantumTaskArn": {},
"queueInfo": {
"type": "structure",
"required": [
"position",
"queue"
],
"members": {
"message": {},
"position": {},
"queue": {},
"queuePriority": {}
}
},
"shots": {
"type": "long"
},
Expand Down Expand Up @@ -525,16 +577,16 @@
],
"members": {
"createdAt": {
"shape": "S1k"
"shape": "S1q"
},
"device": {},
"endedAt": {
"shape": "S1k"
"shape": "S1q"
},
"jobArn": {},
"jobName": {},
"startedAt": {
"shape": "S1k"
"shape": "S1q"
},
"status": {},
"tags": {
Expand Down Expand Up @@ -605,11 +657,11 @@
],
"members": {
"createdAt": {
"shape": "S1k"
"shape": "S1q"
},
"deviceArn": {},
"endedAt": {
"shape": "S1k"
"shape": "S1q"
},
"outputS3Bucket": {},
"outputS3Directory": {},
Expand Down Expand Up @@ -803,7 +855,7 @@
"key": {},
"value": {}
},
"S1k": {
"S1q": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
Loading

0 comments on commit ec73691

Please sign in to comment.