Skip to content

Commit

Permalink
Updates SDK to v2.1378.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 15, 2023
1 parent 8cf76c9 commit 5f8543c
Show file tree
Hide file tree
Showing 28 changed files with 3,452 additions and 2,472 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1378.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Athena",
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning."
},
{
"type": "feature",
"category": "CodeCatalyst",
"description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst"
},
{
"type": "feature",
"category": "Kafka",
"description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs"
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image."
},
{
"type": "feature",
"category": "RolesAnywhere",
"description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600."
},
{
"type": "feature",
"category": "Transfer",
"description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol."
}
]
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.1377.0-->
<!--LATEST=2.1378.0-->
<!--ENTRYINSERT-->

## 2.1378.0
* feature: Athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* feature: CodeCatalyst: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* feature: Kafka: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
* feature: Rekognition: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* feature: RolesAnywhere: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* feature: Transfer: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

## 2.1377.0
* feature: ES: This release fixes DescribePackages API error with null filter value parameter.
* feature: ElastiCache: Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.1377.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1378.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: 3 additions & 0 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,9 @@
},
"AdditionalConfigs": {
"shape": "S1z"
},
"SparkProperties": {
"shape": "S1z"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2643,6 +2643,10 @@
"AdditionalConfigs": {
"shape": "ParametersMap",
"documentation": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>"
},
"SparkProperties": {
"shape": "ParametersMap",
"documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
},
"documentation": "<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
Expand Down
87 changes: 75 additions & 12 deletions apis/codecatalyst-2022-09-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,69 @@
}
}
},
"ListDevEnvironmentSessions": {
"http": {
"requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"spaceName",
"projectName",
"devEnvironmentId"
],
"members": {
"spaceName": {
"location": "uri",
"locationName": "spaceName"
},
"projectName": {
"location": "uri",
"locationName": "projectName"
},
"devEnvironmentId": {
"location": "uri",
"locationName": "devEnvironmentId"
},
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"spaceName",
"projectName",
"devEnvironmentId",
"startedTime",
"id"
],
"members": {
"spaceName": {},
"projectName": {},
"devEnvironmentId": {},
"startedTime": {
"shape": "S3"
},
"id": {}
}
}
},
"nextToken": {}
}
}
},
"ListDevEnvironments": {
"http": {
"requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments",
Expand Down Expand Up @@ -584,7 +647,7 @@
"members": {
"key": {},
"values": {
"shape": "S23"
"shape": "S2a"
},
"comparisonOperator": {}
}
Expand Down Expand Up @@ -730,10 +793,10 @@
},
"requestId": {},
"requestPayload": {
"shape": "S2l"
"shape": "S2s"
},
"responsePayload": {
"shape": "S2l"
"shape": "S2s"
},
"errorCode": {},
"sourceIpAddress": {},
Expand Down Expand Up @@ -774,7 +837,7 @@
"members": {
"key": {},
"values": {
"shape": "S23"
"shape": "S2a"
},
"comparisonOperator": {}
}
Expand Down Expand Up @@ -847,10 +910,10 @@
"name": {},
"description": {},
"lastUpdatedTime": {
"shape": "S34"
"shape": "S3b"
},
"createdTime": {
"shape": "S34"
"shape": "S3b"
}
}
}
Expand Down Expand Up @@ -1068,10 +1131,10 @@
],
"members": {
"streamUrl": {
"shape": "S3r"
"shape": "S3y"
},
"tokenValue": {
"shape": "S3r"
"shape": "S3y"
}
},
"sensitive": true
Expand Down Expand Up @@ -1302,22 +1365,22 @@
}
}
},
"S23": {
"S2a": {
"type": "list",
"member": {}
},
"S2l": {
"S2s": {
"type": "structure",
"members": {
"contentType": {},
"data": {}
}
},
"S34": {
"S3b": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"S3r": {
"S3y": {
"type": "string",
"sensitive": true
}
Expand Down

0 comments on commit 5f8543c

Please sign in to comment.