Skip to content

Commit

Permalink
Updates SDK to v2.899.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 3, 2021
1 parent 1689e80 commit c1080f2
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 14 deletions.
22 changes: 22 additions & 0 deletions .changes/2.899.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Chime",
"description": "Added new BatchCreateChannelMembership API to support multiple membership creation for channels"
},
{
"type": "feature",
"category": "Finspace",
"description": "This is the initial SDK release for the management APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics service for the financial services industry (FSI)."
},
{
"type": "feature",
"category": "Finspacedata",
"description": "This is the initial SDK release for the data APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics application for the financial services industry (FSI)."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Updated ASFF to add the following new resource details objects: AwsEc2NetworkAcl, AwsEc2Subnet, and AwsElasticBeanstalkEnvironment."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.898.0-->
<!--LATEST=2.899.0-->
<!--ENTRYINSERT-->

## 2.899.0
* feature: Chime: Added new BatchCreateChannelMembership API to support multiple membership creation for channels
* feature: Finspace: This is the initial SDK release for the management APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics service for the financial services industry (FSI).
* feature: Finspacedata: This is the initial SDK release for the data APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics application for the financial services industry (FSI).
* feature: SecurityHub: Updated ASFF to add the following new resource details objects: AwsEc2NetworkAcl, AwsEc2Subnet, and AwsElasticBeanstalkEnvironment.

## 2.898.0
* feature: Chime: Added new BatchCreateChannelMembership API to support multiple membership creation for channels
* feature: Finspace: This is the initial SDK release for the management APIs for Amazon FinSpace. Amazon FinSpace is a data management and analytics service for the financial services industry (FSI).
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.898.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.899.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
2 changes: 1 addition & 1 deletion apis/finspace-data-2020-07-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"endpointPrefix": "finspace-api",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceAbbreviation": "FinSpace",
"serviceAbbreviation": "FinSpace Data",
"serviceFullName": "FinSpace Public API",
"serviceId": "finspace data",
"signatureVersion": "v4",
Expand Down
2 changes: 1 addition & 1 deletion apis/finspace-data-2020-07-13.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"endpointPrefix": "finspace-api",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceAbbreviation": "FinSpace",
"serviceAbbreviation": "FinSpace Data",
"serviceFullName": "FinSpace Public API",
"serviceId": "finspace data",
"signatureVersion": "v4",
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.898.0',
VERSION: '2.899.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions 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.898.0',
VERSION: '2.899.0',

/**
* @api private
Expand Down Expand Up @@ -54308,7 +54308,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 1010 */
/***/ (function(module, exports) {

module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-13","endpointPrefix":"finspace-api","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"FinSpace","serviceFullName":"FinSpace Public API","serviceId":"finspace data","signatureVersion":"v4","signingName":"finspace-api","uid":"finspace-2020-07-13"},"operations":{"CreateChangeset":{"http":{"requestUri":"/datasets/{datasetId}/changesets"},"input":{"type":"structure","required":["datasetId","changeType","sourceType","sourceParams"],"members":{"datasetId":{"location":"uri","locationName":"datasetId"},"changeType":{},"sourceType":{},"sourceParams":{"shape":"S5"},"formatType":{},"formatParams":{"shape":"S5"},"tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"changeset":{"type":"structure","members":{"id":{},"changesetArn":{},"datasetId":{},"changeType":{},"sourceType":{},"sourceParams":{"shape":"S5"},"formatType":{},"formatParams":{"shape":"S5"},"createTimestamp":{"type":"timestamp"},"status":{},"errorInfo":{"type":"structure","members":{"errorMessage":{},"errorCategory":{}}},"changesetLabels":{"shape":"S5"},"updatesChangesetId":{},"updatedByChangesetId":{}}}}}},"GetProgrammaticAccessCredentials":{"http":{"method":"GET","requestUri":"/credentials/programmatic"},"input":{"type":"structure","required":["environmentId"],"members":{"durationInMinutes":{"location":"querystring","locationName":"durationInMinutes","type":"long"},"environmentId":{"location":"querystring","locationName":"environmentId"}}},"output":{"type":"structure","members":{"credentials":{"type":"structure","members":{"accessKeyId":{},"secretAccessKey":{},"sessionToken":{}}},"durationInMinutes":{"type":"long"}}}},"GetWorkingLocation":{"http":{"requestUri":"/workingLocationV1"},"input":{"type":"structure","members":{"locationType":{}}},"output":{"type":"structure","members":{"s3Uri":{},"s3Path":{},"s3Bucket":{}}}}},"shapes":{"S5":{"type":"map","key":{},"value":{}}}}
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-13","endpointPrefix":"finspace-api","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"FinSpace Data","serviceFullName":"FinSpace Public API","serviceId":"finspace data","signatureVersion":"v4","signingName":"finspace-api","uid":"finspace-2020-07-13"},"operations":{"CreateChangeset":{"http":{"requestUri":"/datasets/{datasetId}/changesets"},"input":{"type":"structure","required":["datasetId","changeType","sourceType","sourceParams"],"members":{"datasetId":{"location":"uri","locationName":"datasetId"},"changeType":{},"sourceType":{},"sourceParams":{"shape":"S5"},"formatType":{},"formatParams":{"shape":"S5"},"tags":{"shape":"S5"}}},"output":{"type":"structure","members":{"changeset":{"type":"structure","members":{"id":{},"changesetArn":{},"datasetId":{},"changeType":{},"sourceType":{},"sourceParams":{"shape":"S5"},"formatType":{},"formatParams":{"shape":"S5"},"createTimestamp":{"type":"timestamp"},"status":{},"errorInfo":{"type":"structure","members":{"errorMessage":{},"errorCategory":{}}},"changesetLabels":{"shape":"S5"},"updatesChangesetId":{},"updatedByChangesetId":{}}}}}},"GetProgrammaticAccessCredentials":{"http":{"method":"GET","requestUri":"/credentials/programmatic"},"input":{"type":"structure","required":["environmentId"],"members":{"durationInMinutes":{"location":"querystring","locationName":"durationInMinutes","type":"long"},"environmentId":{"location":"querystring","locationName":"environmentId"}}},"output":{"type":"structure","members":{"credentials":{"type":"structure","members":{"accessKeyId":{},"secretAccessKey":{},"sessionToken":{}}},"durationInMinutes":{"type":"long"}}}},"GetWorkingLocation":{"http":{"requestUri":"/workingLocationV1"},"input":{"type":"structure","members":{"locationType":{}}},"output":{"type":"structure","members":{"s3Uri":{},"s3Path":{},"s3Bucket":{}}}}},"shapes":{"S5":{"type":"map","key":{},"value":{}}}}

/***/ }),
/* 1011 */
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.898.0
// AWS SDK for JavaScript v2.899.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 @@ -217241,7 +217241,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.898.0',
VERSION: '2.899.0',

/**
* @api private
Expand Down Expand Up @@ -238466,7 +238466,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],442:[function(require,module,exports){
// AWS SDK for JavaScript v2.898.0
// AWS SDK for JavaScript v2.899.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.898.0',
VERSION: '2.899.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion 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.898.0",
"version": "2.899.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit c1080f2

Please sign in to comment.