Skip to content

Commit 92b48a9

Browse files
author
awstools
committed
Updates SDK to v2.1106.0
1 parent 7ac553a commit 92b48a9

File tree

11 files changed

+27
-16
lines changed

11 files changed

+27
-16
lines changed

.changes/2.1106.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": "Connect",
5+
"description": "This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance."
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.1105.0-->
2+
<!--LATEST=2.1106.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1106.0
6+
* feature: Connect: This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance.
7+
58
## 2.1105.0
69
* feature: CloudControl: SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
710
* feature: DataBrew: This AWS Glue Databrew release adds feature to support ORC as an input format.

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.1105.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1106.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/connect-2017-08-08.normal.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@
30733073
"shape": "InternalServiceException"
30743074
}
30753075
],
3076-
"documentation": "<p>Ends the specified contact. This call does not work for the following initiation methods:</p> <ul> <li> <p>CALLBACK</p> </li> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul>"
3076+
"documentation": "<p>Ends the specified contact. This call does not work for the following initiation methods:</p> <ul> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul>"
30773077
},
30783078
"StopContactRecording": {
30793079
"name": "StopContactRecording",
@@ -7523,7 +7523,8 @@
75237523
"CONTACT_LENS",
75247524
"AUTO_RESOLVE_BEST_VOICES",
75257525
"USE_CUSTOM_TTS_VOICES",
7526-
"EARLY_MEDIA"
7526+
"EARLY_MEDIA",
7527+
"MULTI_PARTY_CONFERENCE"
75277528
]
75287529
},
75297530
"InstanceAttributeValue": {

clients/connect.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -788,11 +788,11 @@ declare class Connect extends Service {
788788
*/
789789
startTaskContact(callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
790790
/**
791-
* Ends the specified contact. This call does not work for the following initiation methods: CALLBACK DISCONNECT TRANSFER QUEUE_TRANSFER
791+
* Ends the specified contact. This call does not work for the following initiation methods: DISCONNECT TRANSFER QUEUE_TRANSFER
792792
*/
793793
stopContact(params: Connect.Types.StopContactRequest, callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Connect.Types.StopContactResponse, AWSError>;
794794
/**
795-
* Ends the specified contact. This call does not work for the following initiation methods: CALLBACK DISCONNECT TRANSFER QUEUE_TRANSFER
795+
* Ends the specified contact. This call does not work for the following initiation methods: DISCONNECT TRANSFER QUEUE_TRANSFER
796796
*/
797797
stopContact(callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Connect.Types.StopContactResponse, AWSError>;
798798
/**
@@ -3046,7 +3046,7 @@ declare namespace Connect {
30463046
*/
30473047
OutboundCallsEnabled?: OutboundCallsEnabled;
30483048
}
3049-
export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|string;
3049+
export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|"MULTI_PARTY_CONFERENCE"|string;
30503050
export type InstanceAttributeValue = string;
30513051
export type InstanceId = string;
30523052
export type InstanceStatus = "CREATION_IN_PROGRESS"|"ACTIVE"|"CREATION_FAILED"|string;

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.1105.0',
86+
VERSION: '2.1106.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.1105.0',
398+
VERSION: '2.1106.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.1105.0
1+
// AWS SDK for JavaScript v2.1106.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){
@@ -237153,7 +237153,7 @@ AWS.util.update(AWS, {
237153237153
/**
237154237154
* @constant
237155237155
*/
237156-
VERSION: '2.1105.0',
237156+
VERSION: '2.1106.0',
237157237157

237158237158
/**
237159237159
* @api private
@@ -258603,7 +258603,7 @@ var LRUCache = /** @class */ (function () {
258603258603
}());
258604258604
exports.LRUCache = LRUCache;
258605258605
},{}],452:[function(require,module,exports){
258606-
// AWS SDK for JavaScript v2.1105.0
258606+
// AWS SDK for JavaScript v2.1106.0
258607258607
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
258608258608
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
258609258609
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.1105.0',
23+
VERSION: '2.1106.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.1105.0",
4+
"version": "2.1106.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)