Skip to content

Commit

Permalink
Updates SDK to v2.1414.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 11, 2023
1 parent a4b2ea8 commit 580edbe
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 122 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1414.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "node",
"description": "use undefined node http agent if explicitly passed by user"
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "API model updated in Amazon Cognito"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-NodeJS-Client-80bdf3e3.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.1413.0-->
<!--LATEST=2.1414.0-->
<!--ENTRYINSERT-->

## 2.1414.0
* bugfix: node: use undefined node http agent if explicitly passed by user
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito

## 2.1413.0
* feature: CloudWatchLogs: Add CMK encryption support for CloudWatch Logs Insights query result data
* feature: DMS: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1413.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1414.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
47 changes: 36 additions & 11 deletions apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -562,7 +564,9 @@
"ChallengeResponses": {
"shape": "S2y"
},
"Session": {},
"Session": {
"shape": "S1s"
},
"AnalyticsMetadata": {
"shape": "S1m"
},
Expand All @@ -578,7 +582,9 @@
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -759,7 +765,9 @@
"AccessToken": {
"shape": "S1v"
},
"Session": {}
"Session": {
"shape": "S1s"
}
}
},
"output": {
Expand All @@ -769,7 +777,9 @@
"type": "string",
"sensitive": true
},
"Session": {}
"Session": {
"shape": "S1s"
}
}
}
},
Expand Down Expand Up @@ -1798,7 +1808,9 @@
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -2155,7 +2167,9 @@
"shape": "S1j"
},
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeResponses": {
"shape": "S2y"
},
Expand All @@ -2174,7 +2188,9 @@
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -2818,7 +2834,9 @@
"AccessToken": {
"shape": "S1v"
},
"Session": {},
"Session": {
"shape": "S1s"
},
"UserCode": {},
"FriendlyDeviceName": {}
}
Expand All @@ -2827,7 +2845,9 @@
"type": "structure",
"members": {
"Status": {},
"Session": {}
"Session": {
"shape": "S1s"
}
}
}
},
Expand Down Expand Up @@ -3023,6 +3043,10 @@
"EncodedData": {}
}
},
"S1s": {
"type": "string",
"sensitive": true
},
"S1t": {
"type": "map",
"key": {},
Expand Down Expand Up @@ -3090,7 +3114,8 @@
"S2y": {
"type": "map",
"key": {},
"value": {}
"value": {},
"sensitive": true
},
"S31": {
"type": "structure",
Expand Down
6 changes: 4 additions & 2 deletions apis/cognito-idp-2016-04-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5370,7 +5370,8 @@
},
"value": {
"shape": "StringType"
}
},
"sensitive": true
},
"ChangePasswordRequest": {
"type": "structure",
Expand Down Expand Up @@ -8566,7 +8567,8 @@
"SessionType": {
"type": "string",
"max": 2048,
"min": 20
"min": 20,
"sensitive": true
},
"SetRiskConfigurationRequest": {
"type": "structure",
Expand Down
9 changes: 5 additions & 4 deletions 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.1413.0',
VERSION: '2.1414.0',

/**
* @api private
Expand Down Expand Up @@ -10062,6 +10062,7 @@ return /******/ (function(modules) { // webpackBootstrap

var forEach = __webpack_require__(67);
var availableTypedArrays = __webpack_require__(69);
var callBind = __webpack_require__(64);
var callBound = __webpack_require__(57);
var gOPD = __webpack_require__(70);

Expand All @@ -10072,7 +10073,7 @@ return /******/ (function(modules) { // webpackBootstrap
var typedArrays = availableTypedArrays();

var $slice = callBound('String.prototype.slice');
var toStrTags = {};
var toStrTags = { __proto__: null };
var getPrototypeOf = Object.getPrototypeOf; // require('getprototypeof');
if (hasToStringTag && gOPD && getPrototypeOf) {
forEach(typedArrays, function (typedArray) {
Expand All @@ -10085,7 +10086,7 @@ return /******/ (function(modules) { // webpackBootstrap
var superProto = getPrototypeOf(proto);
descriptor = gOPD(superProto, Symbol.toStringTag);
}
toStrTags[typedArray] = descriptor.get;
toStrTags[typedArray] = callBind(descriptor.get);
}
}
});
Expand All @@ -10096,7 +10097,7 @@ return /******/ (function(modules) { // webpackBootstrap
forEach(toStrTags, function (getter, typedArray) {
if (!foundName) {
try {
var name = getter.call(value);
var name = getter(value);
if (name === typedArray) {
foundName = name;
}
Expand Down
18 changes: 10 additions & 8 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

53 changes: 39 additions & 14 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.1413.0
// AWS SDK for JavaScript v2.1414.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 @@ -51595,7 +51595,9 @@ module.exports={
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -51823,7 +51825,9 @@ module.exports={
"ChallengeResponses": {
"shape": "S2y"
},
"Session": {},
"Session": {
"shape": "S1s"
},
"AnalyticsMetadata": {
"shape": "S1m"
},
Expand All @@ -51839,7 +51843,9 @@ module.exports={
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -52020,7 +52026,9 @@ module.exports={
"AccessToken": {
"shape": "S1v"
},
"Session": {}
"Session": {
"shape": "S1s"
}
}
},
"output": {
Expand All @@ -52030,7 +52038,9 @@ module.exports={
"type": "string",
"sensitive": true
},
"Session": {}
"Session": {
"shape": "S1s"
}
}
}
},
Expand Down Expand Up @@ -53059,7 +53069,9 @@ module.exports={
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -53416,7 +53428,9 @@ module.exports={
"shape": "S1j"
},
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeResponses": {
"shape": "S2y"
},
Expand All @@ -53435,7 +53449,9 @@ module.exports={
"type": "structure",
"members": {
"ChallengeName": {},
"Session": {},
"Session": {
"shape": "S1s"
},
"ChallengeParameters": {
"shape": "S1t"
},
Expand Down Expand Up @@ -54079,7 +54095,9 @@ module.exports={
"AccessToken": {
"shape": "S1v"
},
"Session": {},
"Session": {
"shape": "S1s"
},
"UserCode": {},
"FriendlyDeviceName": {}
}
Expand All @@ -54088,7 +54106,9 @@ module.exports={
"type": "structure",
"members": {
"Status": {},
"Session": {}
"Session": {
"shape": "S1s"
}
}
}
},
Expand Down Expand Up @@ -54284,6 +54304,10 @@ module.exports={
"EncodedData": {}
}
},
"S1s": {
"type": "string",
"sensitive": true
},
"S1t": {
"type": "map",
"key": {},
Expand Down Expand Up @@ -54351,7 +54375,8 @@ module.exports={
"S2y": {
"type": "map",
"key": {},
"value": {}
"value": {},
"sensitive": true
},
"S31": {
"type": "structure",
Expand Down Expand Up @@ -260206,7 +260231,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1413.0',
VERSION: '2.1414.0',

/**
* @api private
Expand Down Expand Up @@ -282387,7 +282412,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],467:[function(require,module,exports){
// AWS SDK for JavaScript v2.1413.0
// AWS SDK for JavaScript v2.1414.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
148 changes: 74 additions & 74 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 580edbe

Please sign in to comment.