Skip to content

Commit

Permalink
Updates SDK to v2.1672.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 9, 2024
1 parent fb498a3 commit b2d74e7
Show file tree
Hide file tree
Showing 16 changed files with 359 additions and 230 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1672.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release supports adding RoutingCriteria via UpdateContactRoutingData public API."
}
]
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.1671.0-->
<!--LATEST=2.1672.0-->
<!--ENTRYINSERT-->

## 2.1672.0
* feature: Connect: This release supports adding RoutingCriteria via UpdateContactRoutingData public API.

## 2.1671.0
* feature: CognitoIdentityServiceProvider: Added support for threat protection for custom authentication in Amazon Cognito user pools.
* feature: Connect: This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1671.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1672.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
34 changes: 17 additions & 17 deletions apis/cognito-idp-2016-04-18.normal.json

Large diffs are not rendered by default.

36 changes: 30 additions & 6 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -9348,6 +9348,30 @@
},
"QueuePriority": {
"type": "long"
},
"RoutingCriteria": {
"type": "structure",
"members": {
"Steps": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Expiry": {
"type": "structure",
"members": {
"DurationInSeconds": {
"type": "integer"
}
}
},
"Expression": {
"shape": "Sdh"
}
}
}
}
}
}
}
},
Expand Down Expand Up @@ -10222,19 +10246,19 @@
"type": "structure",
"members": {
"LevelOne": {
"shape": "S105"
"shape": "S109"
},
"LevelTwo": {
"shape": "S105"
"shape": "S109"
},
"LevelThree": {
"shape": "S105"
"shape": "S109"
},
"LevelFour": {
"shape": "S105"
"shape": "S109"
},
"LevelFive": {
"shape": "S105"
"shape": "S109"
}
}
},
Expand Down Expand Up @@ -12358,7 +12382,7 @@
}
}
},
"S105": {
"S109": {
"type": "structure",
"required": [
"Name"
Expand Down
80 changes: 62 additions & 18 deletions apis/connect-2017-08-08.normal.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions apis/ssm-2014-11-06.normal.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions clients/cognitoidentityserviceprovider.d.ts

Large diffs are not rendered by default.

87 changes: 57 additions & 30 deletions clients/connect.d.ts

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions clients/ssm.d.ts

Large diffs are not rendered by default.

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.1671.0',
VERSION: '2.1672.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

42 changes: 33 additions & 9 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.1671.0
// AWS SDK for JavaScript v2.1672.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 @@ -76879,6 +76879,30 @@ module.exports={
},
"QueuePriority": {
"type": "long"
},
"RoutingCriteria": {
"type": "structure",
"members": {
"Steps": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Expiry": {
"type": "structure",
"members": {
"DurationInSeconds": {
"type": "integer"
}
}
},
"Expression": {
"shape": "Sdh"
}
}
}
}
}
}
}
},
Expand Down Expand Up @@ -77753,19 +77777,19 @@ module.exports={
"type": "structure",
"members": {
"LevelOne": {
"shape": "S105"
"shape": "S109"
},
"LevelTwo": {
"shape": "S105"
"shape": "S109"
},
"LevelThree": {
"shape": "S105"
"shape": "S109"
},
"LevelFour": {
"shape": "S105"
"shape": "S109"
},
"LevelFive": {
"shape": "S105"
"shape": "S109"
}
}
},
Expand Down Expand Up @@ -79889,7 +79913,7 @@ module.exports={
}
}
},
"S105": {
"S109": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -277485,7 +277509,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1671.0',
VERSION: '2.1672.0',

/**
* @api private
Expand Down Expand Up @@ -299802,7 +299826,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],467:[function(require,module,exports){
// AWS SDK for JavaScript v2.1671.0
// AWS SDK for JavaScript v2.1672.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
164 changes: 82 additions & 82 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.1671.0',
VERSION: '2.1672.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.1671.0",
"version": "2.1672.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit b2d74e7

Please sign in to comment.