Skip to content

Commit

Permalink
Updates SDK to v2.1152.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 9, 2022
1 parent 1397272 commit f0040fb
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1152.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ChimeSDKMeetings",
"description": "Adds support for live transcription in AWS GovCloud (US) Regions."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1151.0-->
<!--LATEST=2.1152.0-->
<!--ENTRYINSERT-->

## 2.1152.0
* feature: ChimeSDKMeetings: Adds support for live transcription in AWS GovCloud (US) Regions.

## 2.1151.0
* feature: DMS: This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure.
* feature: M2: AWS Mainframe Modernization service is a managed mainframe service and set of tools for planning, migrating, modernizing, and running mainframe workloads on AWS
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.1151.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1152.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
3 changes: 2 additions & 1 deletion apis/chime-sdk-meetings-2021-07-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,8 @@
"eu-west-1",
"eu-west-2",
"sa-east-1",
"auto"
"auto",
"us-gov-west-1"
]
},
"TranscribeVocabularyFilterMethod": {
Expand Down
2 changes: 1 addition & 1 deletion clients/chimesdkmeetings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ declare namespace ChimeSDKMeetings {
export type TranscribeMedicalType = "CONVERSATION"|"DICTATION"|string;
export type TranscribePartialResultsStability = "low"|"medium"|"high"|string;
export type TranscribePiiEntityTypes = string;
export type TranscribeRegion = "us-east-2"|"us-east-1"|"us-west-2"|"ap-northeast-2"|"ap-southeast-2"|"ap-northeast-1"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"sa-east-1"|"auto"|string;
export type TranscribeRegion = "us-east-2"|"us-east-1"|"us-west-2"|"ap-northeast-2"|"ap-southeast-2"|"ap-northeast-1"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"sa-east-1"|"auto"|"us-gov-west-1"|string;
export type TranscribeVocabularyFilterMethod = "remove"|"mask"|"tag"|string;
export interface TranscriptionConfiguration {
/**
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.1151.0',
VERSION: '2.1152.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion 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.1151.0',
VERSION: '2.1152.0',

/**
* @api private
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.1151.0
// AWS SDK for JavaScript v2.1152.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 @@ -239967,7 +239967,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1151.0',
VERSION: '2.1152.0',

/**
* @api private
Expand Down Expand Up @@ -261891,7 +261891,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],457:[function(require,module,exports){
// AWS SDK for JavaScript v2.1151.0
// AWS SDK for JavaScript v2.1152.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.1151.0',
VERSION: '2.1152.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.1151.0",
"version": "2.1152.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit f0040fb

Please sign in to comment.