Skip to content

Commit

Permalink
Updates SDK to v2.1585.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 25, 2024
1 parent b76c783 commit 46afb27
Show file tree
Hide file tree
Showing 26 changed files with 1,176 additions and 564 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1585.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild."
},
{
"type": "feature",
"category": "EC2",
"description": "Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults"
},
{
"type": "feature",
"category": "EMRcontainers",
"description": "This release increases the number of supported job template parameters from 20 to 100."
},
{
"type": "feature",
"category": "GlobalAccelerator",
"description": "AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Exposing TileMedia H265 options"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5"
}
]
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.1584.0-->
<!--LATEST=2.1585.0-->
<!--ENTRYINSERT-->

## 2.1585.0
* feature: CodeBuild: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
* feature: EC2: Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
* feature: EMRcontainers: This release increases the number of supported job template parameters from 20 to 100.
* feature: GlobalAccelerator: AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
* feature: MediaLive: Exposing TileMedia H265 options
* feature: SageMaker: Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5

## 2.1584.0
* feature: Kendra: Documentation update, March 2024. Corrects some docs for Amazon Kendra.
* feature: Pricing: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1584.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1585.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
3 changes: 2 additions & 1 deletion apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@
"members": {
"arn": {},
"serverType": {},
"authType": {}
"authType": {},
"resource": {}
}
}
}
Expand Down
34 changes: 22 additions & 12 deletions apis/codebuild-2016-10-06.normal.json

Large diffs are not rendered by default.

0 comments on commit 46afb27

Please sign in to comment.