Skip to content

Commit 6848aaa

Browse files
author
awstools
committed
Updates SDK to v2.1188.0
1 parent 254d071 commit 6848aaa

13 files changed

+239
-144
lines changed

.changes/2.1188.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CognitoIdentityServiceProvider",
5+
"description": "Add a new exception type, ForbiddenException, that is returned when request is not allowed"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "WAFV2",
10+
"description": "You can now associate an AWS WAF web ACL with an Amazon Cognito user pool."
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1188.0
6+
* feature: CognitoIdentityServiceProvider: Add a new exception type, ForbiddenException, that is returned when request is not allowed
7+
* feature: WAFV2: You can now associate an AWS WAF web ACL with an Amazon Cognito user pool.
8+
59
## 2.1187.0
610
* feature: LicenseManagerUserSubscriptions: This release supports user based subscription for Microsoft Visual Studio Professional and Enterprise on EC2.
711
* feature: Personalize: This release adds support for incremental bulk ingestion for the Personalize CreateDatasetImportJob API.

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.1187.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1188.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/cognito-idp-2016-04-18.normal.json

Lines changed: 99 additions & 24 deletions
Large diffs are not rendered by default.

apis/wafv2-2019-07-29.normal.json

Lines changed: 48 additions & 44 deletions
Large diffs are not rendered by default.

clients/cognitoidentityserviceprovider.d.ts

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

clients/wafv2.d.ts

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

dist/aws-sdk-core-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
8383
/**
8484
* @constant
8585
*/
86-
VERSION: '2.1187.0',
86+
VERSION: '2.1188.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
395395
/**
396396
* @constant
397397
*/
398-
VERSION: '2.1187.0',
398+
VERSION: '2.1188.0',
399399

400400
/**
401401
* @api private

dist/aws-sdk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// AWS SDK for JavaScript v2.1187.0
1+
// AWS SDK for JavaScript v2.1188.0
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
44
(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){
@@ -240910,7 +240910,7 @@ AWS.util.update(AWS, {
240910240910
/**
240911240911
* @constant
240912240912
*/
240913-
VERSION: '2.1187.0',
240913+
VERSION: '2.1188.0',
240914240914

240915240915
/**
240916240916
* @api private
@@ -262855,7 +262855,7 @@ var LRUCache = /** @class */ (function () {
262855262855
}());
262856262856
exports.LRUCache = LRUCache;
262857262857
},{}],457:[function(require,module,exports){
262858-
// AWS SDK for JavaScript v2.1187.0
262858+
// AWS SDK for JavaScript v2.1188.0
262859262859
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262860262860
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262861262861
require('./browser_loader');

dist/aws-sdk.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
2020
/**
2121
* @constant
2222
*/
23-
VERSION: '2.1187.0',
23+
VERSION: '2.1188.0',
2424

2525
/**
2626
* @api private

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk",
33
"description": "AWS SDK for JavaScript",
4-
"version": "2.1187.0",
4+
"version": "2.1188.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)