Skip to content

Commit 28ae217

Browse files
author
awstools
committed
Updates SDK to v2.1207.0
1 parent acc28d7 commit 28ae217

27 files changed

+4528
-1184
lines changed

.changes/2.1207.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "IVS",
5+
"description": "IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IdentityStore",
10+
"description": "Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTThingsGraph",
15+
"description": "This release deprecates all APIs of the ThingsGraph service"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig"
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1206.0-->
2+
<!--LATEST=2.1207.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1207.0
6+
* feature: IVS: IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html
7+
* feature: IdentityStore: Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
8+
* feature: IoTThingsGraph: This release deprecates all APIs of the ThingsGraph service
9+
* feature: SageMaker: SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig
10+
511
## 2.1206.0
612
* feature: GreengrassV2: Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.
713
* feature: LookoutEquipment: This release adds new apis for providing labels.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1206.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1207.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/cloudfront-2020-05-31.normal.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@
18021802
"shape": "AccessDenied"
18031803
}
18041804
],
1805-
"documentation": "<p>Gets a CloudFront origin access control.</p>"
1805+
"documentation": "<p>Gets a CloudFront origin access control, including its unique identifier.</p>"
18061806
},
18071807
"GetOriginAccessControlConfig": {
18081808
"name": "GetOriginAccessControlConfig2020_05_31",
@@ -1824,7 +1824,7 @@
18241824
"shape": "AccessDenied"
18251825
}
18261826
],
1827-
"documentation": "<p>Gets a CloudFront origin access control.</p>"
1827+
"documentation": "<p>Gets a CloudFront origin access control configuration.</p>"
18281828
},
18291829
"GetOriginRequestPolicy": {
18301830
"name": "GetOriginRequestPolicy2020_05_31",
@@ -6714,7 +6714,7 @@
67146714
"members": {
67156715
"OriginAccessControlConfig": {
67166716
"shape": "OriginAccessControlConfig",
6717-
"documentation": "<p>Contains an origin access control.</p>"
6717+
"documentation": "<p>Contains an origin access control configuration.</p>"
67186718
},
67196719
"ETag": {
67206720
"shape": "string",
@@ -6744,7 +6744,7 @@
67446744
"members": {
67456745
"OriginAccessControl": {
67466746
"shape": "OriginAccessControl",
6747-
"documentation": "<p>Contains an origin access control.</p>"
6747+
"documentation": "<p>Contains an origin access control, including its unique identifier.</p>"
67486748
},
67496749
"ETag": {
67506750
"shape": "string",
@@ -8226,7 +8226,7 @@
82268226
"documentation": "<p>The origin access control.</p>"
82278227
}
82288228
},
8229-
"documentation": "<p>A CloudFront origin access control.</p>"
8229+
"documentation": "<p>A CloudFront origin access control, including its unique identifier.</p>"
82308230
},
82318231
"OriginAccessControlConfig": {
82328232
"type": "structure",
@@ -8252,14 +8252,14 @@
82528252
},
82538253
"SigningBehavior": {
82548254
"shape": "OriginAccessControlSigningBehaviors",
8255-
"documentation": "<p>Specifies which requests CloudFront signs (adds authentication information to). Specify <code>always</code> for the most common use case. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings\">origin access control advanced settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>This field can have one of the following values:</p> <ul> <li> <p> <code>always</code> – CloudFront signs all origin requests, overwriting the <code>Authorization</code> header from the viewer request if one exists.</p> </li> <li> <p> <code>never</code> – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control.</p> </li> <li> <p> <code>no-override</code> – If the viewer request doesn't contain the <code>Authorization</code> header, then CloudFront signs the origin request. If the viewer request contains the <code>Authorization</code> header, then CloudFront doesn't sign the origin request and instead passes along the <code>Authorization</code> header from the viewer request. <b>WARNING: To pass along the <code>Authorization</code> header from the viewer request, you <i>must</i> add the <code>Authorization</code> header to an <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html\">origin request policy</a> for all cache behaviors that use origins associated with this origin access control.</b> </p> </li> </ul>"
8255+
"documentation": "<p>Specifies which requests CloudFront signs (adds authentication information to). Specify <code>always</code> for the most common use case. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings\">origin access control advanced settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>This field can have one of the following values:</p> <ul> <li> <p> <code>always</code> – CloudFront signs all origin requests, overwriting the <code>Authorization</code> header from the viewer request if one exists.</p> </li> <li> <p> <code>never</code> – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control.</p> </li> <li> <p> <code>no-override</code> – If the viewer request doesn't contain the <code>Authorization</code> header, then CloudFront signs the origin request. If the viewer request contains the <code>Authorization</code> header, then CloudFront doesn't sign the origin request and instead passes along the <code>Authorization</code> header from the viewer request. <b>WARNING: To pass along the <code>Authorization</code> header from the viewer request, you <i>must</i> add the <code>Authorization</code> header to a <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html\">cache policy</a> for all cache behaviors that use origins associated with this origin access control.</b> </p> </li> </ul>"
82568256
},
82578257
"OriginAccessControlOriginType": {
82588258
"shape": "OriginAccessControlOriginTypes",
82598259
"documentation": "<p>The type of origin that this origin access control is for. The only valid value is <code>s3</code>.</p>"
82608260
}
82618261
},
8262-
"documentation": "<p>A CloudFront origin access control.</p>"
8262+
"documentation": "<p>A CloudFront origin access control configuration.</p>"
82638263
},
82648264
"OriginAccessControlList": {
82658265
"type": "structure",

0 commit comments

Comments
 (0)