Skip to content

Commit

Permalink
Updates SDK to v2.1523.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 20, 2023
1 parent 42a1c02 commit 23b1e6c
Show file tree
Hide file tree
Showing 27 changed files with 1,588 additions and 243 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1523.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa."
},
{
"type": "feature",
"category": "EKS",
"description": "Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API"
},
{
"type": "feature",
"category": "ManagedBlockchainQuery",
"description": "Adding Confirmation Status and Execution Status to GetTransaction Response."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field"
},
{
"type": "feature",
"category": "Route53",
"description": "Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
}
]
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.1522.0-->
<!--LATEST=2.1523.0-->
<!--ENTRYINSERT-->

## 2.1523.0
* feature: AppStream: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* feature: EKS: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* feature: GuardDuty: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* feature: ManagedBlockchainQuery: Adding Confirmation Status and Execution Status to GetTransaction Response.
* feature: MediaTailor: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* feature: Route53: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

## 2.1522.0
* bugfix: Neptune Graph: skips Neptune Graph from console repl
* feature: AppSync: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
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.1522.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1523.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
5 changes: 4 additions & 1 deletion apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,10 @@
],
"members": {
"Action": {},
"Permission": {}
"Permission": {},
"MaximumLength": {
"type": "integer"
}
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@
},
{
"shape": "InvalidParameterCombinationException"
},
{
"shape": "OperationNotPermittedException"
}
],
"documentation": "<p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>"
Expand Down Expand Up @@ -6372,6 +6375,10 @@
"Permission": {
"shape": "Permission",
"documentation": "<p>Indicates whether the action is enabled or disabled.</p>"
},
"MaximumLength": {
"shape": "Integer",
"documentation": "<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p> <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p> <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p> <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p> <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
}
},
"documentation": "<p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>"
Expand Down
170 changes: 170 additions & 0 deletions apis/eks-2017-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,104 @@
}
}
},
"DescribeInsight": {
"http": {
"method": "GET",
"requestUri": "/clusters/{name}/insights/{id}"
},
"input": {
"type": "structure",
"required": [
"clusterName",
"id"
],
"members": {
"clusterName": {
"location": "uri",
"locationName": "name"
},
"id": {
"location": "uri",
"locationName": "id"
}
}
},
"output": {
"type": "structure",
"members": {
"insight": {
"type": "structure",
"members": {
"id": {},
"name": {},
"category": {},
"kubernetesVersion": {},
"lastRefreshTime": {
"type": "timestamp"
},
"lastTransitionTime": {
"type": "timestamp"
},
"description": {},
"insightStatus": {
"shape": "S4t"
},
"recommendation": {},
"additionalInfo": {
"type": "map",
"key": {},
"value": {}
},
"resources": {
"type": "list",
"member": {
"type": "structure",
"members": {
"insightStatus": {
"shape": "S4t"
},
"kubernetesResourceUri": {},
"arn": {}
}
}
},
"categorySpecificSummary": {
"type": "structure",
"members": {
"deprecationDetails": {
"type": "list",
"member": {
"type": "structure",
"members": {
"usage": {},
"replacedWith": {},
"stopServingVersion": {},
"startServingReplacementVersion": {},
"clientStats": {
"type": "list",
"member": {
"type": "structure",
"members": {
"userAgent": {},
"numberOfRequestsLast30Days": {
"type": "integer"
},
"lastRequestTime": {
"type": "timestamp"
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"DescribeNodegroup": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -1500,6 +1598,71 @@
}
}
},
"ListInsights": {
"http": {
"requestUri": "/clusters/{name}/insights"
},
"input": {
"type": "structure",
"required": [
"clusterName"
],
"members": {
"clusterName": {
"location": "uri",
"locationName": "name"
},
"filter": {
"type": "structure",
"members": {
"categories": {
"type": "list",
"member": {}
},
"kubernetesVersions": {
"shape": "S5"
},
"statuses": {
"type": "list",
"member": {}
}
}
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"insights": {
"type": "list",
"member": {
"type": "structure",
"members": {
"id": {},
"name": {},
"category": {},
"kubernetesVersion": {},
"lastRefreshTime": {
"type": "timestamp"
},
"lastTransitionTime": {
"type": "timestamp"
},
"description": {},
"insightStatus": {
"shape": "S4t"
}
}
}
},
"nextToken": {}
}
}
},
"ListNodegroups": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -2651,6 +2814,13 @@
"type": {},
"name": {}
}
},
"S4t": {
"type": "structure",
"members": {
"status": {},
"reason": {}
}
}
}
}
Loading

0 comments on commit 23b1e6c

Please sign in to comment.