Skip to content

Commit f0040fb

Browse files
author
awstools
committed
Updates SDK to v2.1152.0
1 parent 1397272 commit f0040fb

11 files changed

+24
-13
lines changed

.changes/2.1152.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": "ChimeSDKMeetings",
5+
"description": "Adds support for live transcription in AWS GovCloud (US) Regions."
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.1151.0-->
2+
<!--LATEST=2.1152.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1152.0
6+
* feature: ChimeSDKMeetings: Adds support for live transcription in AWS GovCloud (US) Regions.
7+
58
## 2.1151.0
69
* 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.
710
* 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

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.1151.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1152.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/chime-sdk-meetings-2021-07-15.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,8 @@
13781378
"eu-west-1",
13791379
"eu-west-2",
13801380
"sa-east-1",
1381-
"auto"
1381+
"auto",
1382+
"us-gov-west-1"
13821383
]
13831384
},
13841385
"TranscribeVocabularyFilterMethod": {

clients/chimesdkmeetings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ declare namespace ChimeSDKMeetings {
605605
export type TranscribeMedicalType = "CONVERSATION"|"DICTATION"|string;
606606
export type TranscribePartialResultsStability = "low"|"medium"|"high"|string;
607607
export type TranscribePiiEntityTypes = string;
608-
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;
608+
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;
609609
export type TranscribeVocabularyFilterMethod = "remove"|"mask"|"tag"|string;
610610
export interface TranscriptionConfiguration {
611611
/**

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.1151.0',
86+
VERSION: '2.1152.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
395395
/**
396396
* @constant
397397
*/
398-
VERSION: '2.1151.0',
398+
VERSION: '2.1152.0',
399399

400400
/**
401401
* @api private

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.1151.0
1+
// AWS SDK for JavaScript v2.1152.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){
@@ -239967,7 +239967,7 @@ AWS.util.update(AWS, {
239967239967
/**
239968239968
* @constant
239969239969
*/
239970-
VERSION: '2.1151.0',
239970+
VERSION: '2.1152.0',
239971239971

239972239972
/**
239973239973
* @api private
@@ -261891,7 +261891,7 @@ var LRUCache = /** @class */ (function () {
261891261891
}());
261892261892
exports.LRUCache = LRUCache;
261893261893
},{}],457:[function(require,module,exports){
261894-
// AWS SDK for JavaScript v2.1151.0
261894+
// AWS SDK for JavaScript v2.1152.0
261895261895
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
261896261896
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
261897261897
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.1151.0',
23+
VERSION: '2.1152.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.1151.0",
4+
"version": "2.1152.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)