Skip to content

Commit

Permalink
Updates SDK to v2.894.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 27, 2021
1 parent 82a02c3 commit a3312b1
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 22 deletions.
12 changes: 12 additions & 0 deletions .changes/2.894.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AuditManager",
"description": "This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes."
},
{
"type": "feature",
"category": "Node.js",
"description": "Add postinstall script warning end-of-support for Node.js <10.x"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Node.js-25435344.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.893.0-->
<!--LATEST=2.894.0-->
<!--ENTRYINSERT-->

## 2.894.0
* feature: AuditManager: This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.
* feature: Node.js: Add postinstall script warning end-of-support for Node.js <10.x

## 2.893.0
* feature: CodeGuruReviewer: Include KMS Key Details in Repository Association APIs to enable usage of customer managed KMS Keys.
* feature: EC2: Adding support for Red Hat Enterprise Linux with HA for Reserved Instances.
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.893.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.894.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
8 changes: 4 additions & 4 deletions apis/auditmanager-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@
"type": "string",
"max": 300,
"min": 1,
"pattern": "^[\\w\\W\\s\\S]*$"
"pattern": "^[^\\\\]*$"
},
"AssessmentReport": {
"type": "structure",
Expand Down Expand Up @@ -2521,7 +2521,7 @@
"type": "string",
"max": 300,
"min": 1,
"pattern": "^[\\w\\W\\s\\S]*$"
"pattern": "^[^\\\\]*$"
},
"ControlResponse": {
"type": "string",
Expand Down Expand Up @@ -3366,7 +3366,7 @@
"type": "string",
"max": 300,
"min": 1,
"pattern": "^[\\w\\W\\s\\S]*$"
"pattern": "^[^\\\\]*$"
},
"FrameworkType": {
"type": "string",
Expand Down Expand Up @@ -4677,7 +4677,7 @@
"type": "structure",
"members": {
"id": {
"shape": "UUID",
"shape": "ControlSetName",
"documentation": "<p> The unique identifier for the control set. </p>"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion clients/auditmanager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ declare namespace AuditManager {
/**
* The unique identifier for the control set.
*/
id?: UUID;
id?: ControlSetName;
/**
* The name of the control set.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.893.0',
VERSION: '2.894.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.893.0',
VERSION: '2.894.0',

/**
* @api private
Expand Down
6 changes: 3 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.893.0
// AWS SDK for JavaScript v2.894.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -216791,7 +216791,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.893.0',
VERSION: '2.894.0',

/**
* @api private
Expand Down Expand Up @@ -238010,7 +238010,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],442:[function(require,module,exports){
// AWS SDK for JavaScript v2.893.0
// AWS SDK for JavaScript v2.894.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.893.0',
VERSION: '2.894.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.893.0",
"version": "2.894.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down Expand Up @@ -147,4 +147,4 @@
"csm-functional-test": "mocha test/publisher/functional_test",
"postinstall": "node scripts/check-node-version.js"
}
}
}

0 comments on commit a3312b1

Please sign in to comment.