Skip to content

Commit

Permalink
Updates SDK to v2.1527.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 28, 2023
1 parent 85c94d5 commit f09e1bf
Show file tree
Hide file tree
Showing 16 changed files with 875 additions and 786 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1527.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeStarconnections",
"description": "New integration with the GitLab self-managed provider type."
},
{
"type": "feature",
"category": "KinesisVideoArchivedMedia",
"description": "NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0)."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Studio now supports Docker access from within app container"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1526.0-->
<!--LATEST=2.1527.0-->
<!--ENTRYINSERT-->

## 2.1527.0
* feature: CodeStarconnections: New integration with the GitLab self-managed provider type.
* feature: KinesisVideoArchivedMedia: NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0).
* feature: SageMaker: Amazon SageMaker Studio now supports Docker access from within app container

## 2.1526.0
* feature: EMR: Add support for customers to modify cluster attribute auto-terminate post cluster launch

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.1526.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1527.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/codestar-connections-2019-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,8 @@
"Bitbucket",
"GitHub",
"GitHubEnterpriseServer",
"GitLab"
"GitLab",
"GitLabSelfManaged"
]
},
"RepositoryLinkArn": {
Expand Down
9 changes: 6 additions & 3 deletions apis/kinesis-video-archived-media-2017-09-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,12 @@
},
{
"shape": "NotAuthorizedException"
},
{
"shape": "NoDataRetentionException"
}
],
"documentation": "<p>Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>"
"documentation": "<p>Retrieves a list of images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>"
},
"GetMediaForFragmentList": {
"name": "GetMediaForFragmentList",
Expand Down Expand Up @@ -610,7 +613,7 @@
},
"SamplingInterval": {
"shape": "SamplingInterval",
"documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream, with a default of 3000 ms. The minimum value that can be provided is 200 ms. If the timestamp range is less than the sampling interval, the Image from the <code>startTimestamp</code> will be returned if available. </p> <note> <p>The minimum value of 200 ms is a hard limit.</p> </note>"
"documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms (5 images per second). If the timestamp range is less than the sampling interval, the image from the <code>startTimestamp</code> will be returned if available. </p>"
},
"Format": {
"shape": "Format",
Expand Down Expand Up @@ -827,7 +830,7 @@
},
"FragmentSelector": {
"shape": "FragmentSelector",
"documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to return.</p>"
"documentation": "<p>Describes the timestamp range and timestamp origin for the range of fragments to return.</p> <note> <p>This is only required when the <code>NextToken</code> isn't passed in the API.</p> </note>"
}
}
},
Expand Down
Loading

0 comments on commit f09e1bf

Please sign in to comment.