Skip to content

Commit

Permalink
Updates SDK to v2.826.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 12, 2021
1 parent 9be4151 commit d196843
Show file tree
Hide file tree
Showing 22 changed files with 821 additions and 475 deletions.
22 changes: 22 additions & 0 deletions .changes/2.826.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Adds support for the Smart Card Redirection feature"
},
{
"type": "feature",
"category": "AuditManager",
"description": "This release introduces tag support for assessment frameworks. You can now add, remove, and get tags from existing frameworks, and specify the tags to apply when creating a custom framework."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers."
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager adds pagination support for DescribeDocumentPermission API"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.825.0-->
<!--LATEST=2.826.0-->
<!--ENTRYINSERT-->

## 2.826.0
* feature: AppStream: Adds support for the Smart Card Redirection feature
* feature: AuditManager: This release introduces tag support for assessment frameworks. You can now add, remove, and get tags from existing frameworks, and specify the tags to apply when creating a custom framework.
* feature: Lightsail: This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers.
* feature: SSM: AWS Systems Manager adds pagination support for DescribeDocumentPermission API

## 2.825.0
* feature: KMS: Adds support for filtering grants by grant ID and grantee principal in ListGrants requests to AWS KMS.
* feature: RDS: This releases adds support for Major Version Upgrades on Aurora MySQL Global Clusters. Customers will be able to upgrade their whole Aurora MySQL Global Cluster to a new major engine version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.825.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.826.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
22 changes: 14 additions & 8 deletions apis/appstream-2016-12-01.normal.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion apis/auditmanager-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@
}
}
}
},
"tags": {
"shape": "S1k"
}
}
},
Expand Down Expand Up @@ -1094,6 +1097,7 @@
"member": {
"type": "structure",
"members": {
"arn": {},
"id": {},
"type": {},
"name": {},
Expand Down Expand Up @@ -2008,7 +2012,10 @@
"type": "timestamp"
},
"createdBy": {},
"lastUpdatedBy": {}
"lastUpdatedBy": {},
"tags": {
"shape": "S1k"
}
}
},
"S2s": {
Expand Down
20 changes: 16 additions & 4 deletions apis/auditmanager-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,10 @@
"AssessmentFrameworkMetadata": {
"type": "structure",
"members": {
"arn": {
"shape": "AuditManagerArn",
"documentation": "<p> The Amazon Resource Name (ARN) of the framework. </p>"
},
"id": {
"shape": "UUID",
"documentation": "<p> The unique identified for the specified framework. </p>"
Expand Down Expand Up @@ -2237,7 +2241,7 @@
},
"errorMessage": {
"shape": "ErrorMessage",
"documentation": "<p> The error message returned by the <code>BatchImportEvidenceToAssessmentControlError</code> API. </p>"
"documentation": "<p> The error message returned by the <code>BatchImportEvidenceToAssessmentControl</code> API. </p>"
}
},
"documentation": "<p> An error entity for the <code>BatchImportEvidenceToAssessmentControl</code> API. This is used to provide more meaningful errors than a simple string message. </p>"
Expand Down Expand Up @@ -2367,7 +2371,7 @@
},
"controlSources": {
"shape": "ControlSources",
"documentation": "<p> The data mapping sources for the specified control. </p>"
"documentation": "<p> The data source that determines from where AWS Audit Manager collects evidence for the control. </p>"
},
"controlMappingSources": {
"shape": "ControlMappingSources",
Expand Down Expand Up @@ -2664,6 +2668,10 @@
"controlSets": {
"shape": "CreateAssessmentFrameworkControlSets",
"documentation": "<p> The control sets to be associated with the framework. </p>"
},
"tags": {
"shape": "TagMap",
"documentation": "<p> The tags associated with the framework. </p>"
}
}
},
Expand Down Expand Up @@ -2824,7 +2832,7 @@
},
"controlMappingSources": {
"shape": "CreateControlMappingSources",
"documentation": "<p> The data source that determines from where AWS Audit Manager collects evidence for the control. </p>"
"documentation": "<p> The data mapping sources for the specified control. </p>"
},
"tags": {
"shape": "TagMap",
Expand Down Expand Up @@ -3309,6 +3317,10 @@
"lastUpdatedBy": {
"shape": "LastUpdatedBy",
"documentation": "<p> The IAM user or role that most recently updated the framework. </p>"
},
"tags": {
"shape": "TagMap",
"documentation": "<p> The tags associated with the framework. </p>"
}
},
"documentation": "<p> The file used to structure and automate AWS Audit Manager assessments for a given compliance standard. </p>"
Expand Down Expand Up @@ -4828,7 +4840,7 @@
},
"controlMappingSources": {
"shape": "ControlMappingSources",
"documentation": "<p> The data source that determines from where AWS Audit Manager collects evidence for the control. </p>"
"documentation": "<p> The data mapping sources for the specified control. </p>"
}
}
},
Expand Down
Loading

0 comments on commit d196843

Please sign in to comment.