Skip to content

Commit

Permalink
Updates SDK to v2.1511.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 4, 2023
1 parent b2e395e commit 74b2655
Show file tree
Hide file tree
Showing 27 changed files with 870 additions and 423 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1511.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "awsQueryCompatible",
"description": "set default list member value for awsQueryCompatible"
},
{
"type": "feature",
"category": "Billingconductor",
"description": "This release adds the ability to specify a linked account of the billing group for the custom line item resource."
},
{
"type": "feature",
"category": "Braket",
"description": "This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations."
},
{
"type": "feature",
"category": "Cloud9",
"description": "This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "Including UPDATE_* states as a success status for CreateStack waiter."
},
{
"type": "feature",
"category": "Finspace",
"description": "Release General Purpose type clusters"
},
{
"type": "feature",
"category": "MediaLive",
"description": "Adds support for custom color correction on channels using 3D LUT files."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-awsQueryCompatible-5c2d41f9.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1510.0-->
<!--LATEST=2.1511.0-->
<!--ENTRYINSERT-->

## 2.1511.0
* bugfix: awsQueryCompatible: set default list member value for awsQueryCompatible
* feature: Billingconductor: This release adds the ability to specify a linked account of the billing group for the custom line item resource.
* feature: Braket: This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.
* feature: Cloud9: This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
* feature: CloudFormation: Including UPDATE_* states as a success status for CreateStack waiter.
* feature: Finspace: Release General Purpose type clusters
* feature: MediaLive: Adds support for custom color correction on channels using 3D LUT files.

## 2.1510.0
* feature: QConnect: This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
* feature: Rbin: Added resource identifier in the output and updated error handling.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1510.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1511.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
12 changes: 9 additions & 3 deletions apis/billingconductor-2021-07-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@
"shape": "S1e"
}
}
}
},
"AccountId": {}
}
},
"output": {
Expand Down Expand Up @@ -751,7 +752,8 @@
"Arn": {},
"StartTime": {
"type": "long"
}
},
"AccountId": {}
}
}
},
Expand Down Expand Up @@ -787,6 +789,9 @@
"Arns": {
"type": "list",
"member": {}
},
"AccountIds": {
"shape": "S3"
}
}
}
Expand Down Expand Up @@ -821,7 +826,8 @@
},
"AssociationSize": {
"type": "long"
}
},
"AccountId": {}
}
}
},
Expand Down
16 changes: 16 additions & 0 deletions apis/billingconductor-2021-07-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,10 @@
"ChargeDetails": {
"shape": "CustomLineItemChargeDetails",
"documentation": "<p> A <code>CustomLineItemChargeDetails</code> that describes the charge details for a custom line item. </p>"
},
"AccountId": {
"shape": "AccountId",
"documentation": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>"
}
}
},
Expand Down Expand Up @@ -1881,6 +1885,10 @@
"AssociationSize": {
"shape": "NumberOfAssociations",
"documentation": "<p>The number of resources that are associated to the custom line item.</p>"
},
"AccountId": {
"shape": "AccountId",
"documentation": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>"
}
},
"documentation": "<p>A representation of a custom line item.</p>"
Expand Down Expand Up @@ -2001,6 +2009,10 @@
"StartTime": {
"shape": "Instant",
"documentation": "<p> The inclusive start time. </p>"
},
"AccountId": {
"shape": "AccountId",
"documentation": "<p>The Amazon Web Services account in which this custom line item will be applied to.</p>"
}
},
"documentation": "<p>A representation of a custom line item version.</p>"
Expand Down Expand Up @@ -2515,6 +2527,10 @@
"Arns": {
"shape": "CustomLineItemArns",
"documentation": "<p>A list of custom line item ARNs to retrieve information.</p>"
},
"AccountIds": {
"shape": "AccountIdList",
"documentation": "<p>The Amazon Web Services accounts in which this custom line item will be applied to.</p>"
}
},
"documentation": "<p>A filter that specifies the custom line items and billing groups to retrieve FFLI information.</p>"
Expand Down
Loading

0 comments on commit 74b2655

Please sign in to comment.