Skip to content

Commit 8287a53

Browse files
author
awstools
committed
Updates SDK to v2.1171.0
1 parent 9856fad commit 8287a53

12 files changed

+47
-39
lines changed

.changes/2.1171.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Backup",
5+
"description": "This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA)."
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.1171.0
6+
* feature: Backup: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
7+
58
## 2.1170.0
69
* feature: ChimeSDKMeetings: Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
710
* feature: DMS: New api to migrate event subscriptions to event bridge rules

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.1170.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1171.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/backup-2018-11-15.min.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,8 +2093,7 @@
20932093
"type": "structure",
20942094
"required": [
20952095
"RecoveryPointArn",
2096-
"Metadata",
2097-
"IamRoleArn"
2096+
"Metadata"
20982097
],
20992098
"members": {
21002099
"RecoveryPointArn": {},

apis/backup-2018-11-15.normal.json

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

clients/backup.d.ts

Lines changed: 11 additions & 11 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.1170.0',
86+
VERSION: '2.1171.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

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

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.1170.0
1+
// AWS SDK for JavaScript v2.1171.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){
@@ -240171,7 +240171,7 @@ AWS.util.update(AWS, {
240171240171
/**
240172240172
* @constant
240173240173
*/
240174-
VERSION: '2.1170.0',
240174+
VERSION: '2.1171.0',
240175240175

240176240176
/**
240177240177
* @api private
@@ -262116,7 +262116,7 @@ var LRUCache = /** @class */ (function () {
262116262116
}());
262117262117
exports.LRUCache = LRUCache;
262118262118
},{}],457:[function(require,module,exports){
262119-
// AWS SDK for JavaScript v2.1170.0
262119+
// AWS SDK for JavaScript v2.1171.0
262120262120
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262121262121
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262122262122
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.1170.0',
23+
VERSION: '2.1171.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.1170.0",
4+
"version": "2.1171.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)