Skip to content

Commit

Permalink
Updates SDK to v2.526.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 10, 2019
1 parent 1a3dbb1 commit 41fa25c
Show file tree
Hide file tree
Showing 12 changed files with 95 additions and 60 deletions.
7 changes: 7 additions & 0 deletions .changes/2.526.0.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "StorageGateway",
"description": "The CloudWatchLogGroupARN parameter of the UpdateGatewayInformation API allows for configuring the gateway to use a CloudWatch log-group where Storage Gateway health events will be logged. "
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.525.0-->
<!--LATEST=2.526.0-->
<!--ENTRYINSERT-->

## 2.526.0
* feature: StorageGateway: The CloudWatchLogGroupARN parameter of the UpdateGatewayInformation API allows for configuring the gateway to use a CloudWatch log-group where Storage Gateway health events will be logged.

## 2.525.0
* bugfix: RDS: Make async RDS.Signer.getAuthToken call pass underlying credential errors to callback
* feature: AppMesh: This release adds support for http retry policies.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ version.
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.525.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.526.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
12 changes: 7 additions & 5 deletions apis/storagegateway-2013-06-30.min.json
Expand Up @@ -823,7 +823,8 @@
"Tags": {
"shape": "S9"
},
"VPCEndpoint": {}
"VPCEndpoint": {},
"CloudWatchLogGroupARN": {}
}
}
},
Expand Down Expand Up @@ -865,7 +866,7 @@
],
"members": {
"FileShareARNList": {
"shape": "S41"
"shape": "S42"
}
}
},
Expand Down Expand Up @@ -923,7 +924,7 @@
],
"members": {
"FileShareARNList": {
"shape": "S41"
"shape": "S42"
}
}
},
Expand Down Expand Up @@ -1896,7 +1897,8 @@
"members": {
"GatewayARN": {},
"GatewayName": {},
"GatewayTimezone": {}
"GatewayTimezone": {},
"CloudWatchLogGroupARN": {}
}
},
"output": {
Expand Down Expand Up @@ -2174,7 +2176,7 @@
"type": "string",
"sensitive": true
},
"S41": {
"S42": {
"type": "list",
"member": {}
}
Expand Down
44 changes: 28 additions & 16 deletions apis/storagegateway-2013-06-30.normal.json

Large diffs are not rendered by default.

41 changes: 25 additions & 16 deletions clients/storagegateway.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.525.0',
VERSION: '2.526.0',

/**
* @api private
Expand Down
6 changes: 3 additions & 3 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions dist/aws-sdk.js
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.525.0
// AWS SDK for JavaScript v2.526.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 @@ -159694,7 +159694,8 @@ module.exports={
"Tags": {
"shape": "S9"
},
"VPCEndpoint": {}
"VPCEndpoint": {},
"CloudWatchLogGroupARN": {}
}
}
},
Expand Down Expand Up @@ -159736,7 +159737,7 @@ module.exports={
],
"members": {
"FileShareARNList": {
"shape": "S41"
"shape": "S42"
}
}
},
Expand Down Expand Up @@ -159794,7 +159795,7 @@ module.exports={
],
"members": {
"FileShareARNList": {
"shape": "S41"
"shape": "S42"
}
}
},
Expand Down Expand Up @@ -160767,7 +160768,8 @@ module.exports={
"members": {
"GatewayARN": {},
"GatewayName": {},
"GatewayTimezone": {}
"GatewayTimezone": {},
"CloudWatchLogGroupARN": {}
}
},
"output": {
Expand Down Expand Up @@ -161045,7 +161047,7 @@ module.exports={
"type": "string",
"sensitive": true
},
"S41": {
"S42": {
"type": "list",
"member": {}
}
Expand Down Expand Up @@ -169700,7 +169702,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.525.0',
VERSION: '2.526.0',

/**
* @api private
Expand Down Expand Up @@ -181172,7 +181174,7 @@ AWS.util.update(AWS.STS.prototype, {
var profiles = AWS.util.getProfilesFromSharedConfig(AWS.util.iniLoader);
profile = profiles[process.env.AWS_PROFILE || AWS.util.defaultProfile];
} catch (e) {};
if (Object.prototype.hasOwnProperty.call(profile, CONFIG_REGIONAL_ENDPOINT_ENABLED)) {
if (profile && Object.prototype.hasOwnProperty.call(profile, CONFIG_REGIONAL_ENDPOINT_ENABLED)) {
var fileFlag = profile[CONFIG_REGIONAL_ENDPOINT_ENABLED];
this.validateRegionalEndpointsFlagValue(fileFlag, {
code: 'InvalidConfiguration',
Expand Down Expand Up @@ -190349,7 +190351,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],410:[function(require,module,exports){
// AWS SDK for JavaScript v2.525.0
// AWS SDK for JavaScript v2.526.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
12 changes: 6 additions & 6 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.525.0',
VERSION: '2.526.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.525.0",
"version": "2.526.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 41fa25c

Please sign in to comment.