cdk-lambda-subminute 2.0.466 → 2.0.468
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +30 -6
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +31 -31
- package/node_modules/aws-sdk/clients/connect.d.ts +57 -30
- package/node_modules/aws-sdk/clients/ssm.d.ts +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +33 -9
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1672.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(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){
|
@@ -76879,6 +76879,30 @@ module.exports={
|
|
76879
76879
|
},
|
76880
76880
|
"QueuePriority": {
|
76881
76881
|
"type": "long"
|
76882
|
+
},
|
76883
|
+
"RoutingCriteria": {
|
76884
|
+
"type": "structure",
|
76885
|
+
"members": {
|
76886
|
+
"Steps": {
|
76887
|
+
"type": "list",
|
76888
|
+
"member": {
|
76889
|
+
"type": "structure",
|
76890
|
+
"members": {
|
76891
|
+
"Expiry": {
|
76892
|
+
"type": "structure",
|
76893
|
+
"members": {
|
76894
|
+
"DurationInSeconds": {
|
76895
|
+
"type": "integer"
|
76896
|
+
}
|
76897
|
+
}
|
76898
|
+
},
|
76899
|
+
"Expression": {
|
76900
|
+
"shape": "Sdh"
|
76901
|
+
}
|
76902
|
+
}
|
76903
|
+
}
|
76904
|
+
}
|
76905
|
+
}
|
76882
76906
|
}
|
76883
76907
|
}
|
76884
76908
|
},
|
@@ -77753,19 +77777,19 @@ module.exports={
|
|
77753
77777
|
"type": "structure",
|
77754
77778
|
"members": {
|
77755
77779
|
"LevelOne": {
|
77756
|
-
"shape": "
|
77780
|
+
"shape": "S109"
|
77757
77781
|
},
|
77758
77782
|
"LevelTwo": {
|
77759
|
-
"shape": "
|
77783
|
+
"shape": "S109"
|
77760
77784
|
},
|
77761
77785
|
"LevelThree": {
|
77762
|
-
"shape": "
|
77786
|
+
"shape": "S109"
|
77763
77787
|
},
|
77764
77788
|
"LevelFour": {
|
77765
|
-
"shape": "
|
77789
|
+
"shape": "S109"
|
77766
77790
|
},
|
77767
77791
|
"LevelFive": {
|
77768
|
-
"shape": "
|
77792
|
+
"shape": "S109"
|
77769
77793
|
}
|
77770
77794
|
}
|
77771
77795
|
},
|
@@ -79889,7 +79913,7 @@ module.exports={
|
|
79889
79913
|
}
|
79890
79914
|
}
|
79891
79915
|
},
|
79892
|
-
"
|
79916
|
+
"S109": {
|
79893
79917
|
"type": "structure",
|
79894
79918
|
"required": [
|
79895
79919
|
"Name"
|
@@ -277485,7 +277509,7 @@ AWS.util.update(AWS, {
|
|
277485
277509
|
/**
|
277486
277510
|
* @constant
|
277487
277511
|
*/
|
277488
|
-
VERSION: '2.
|
277512
|
+
VERSION: '2.1672.0',
|
277489
277513
|
|
277490
277514
|
/**
|
277491
277515
|
* @api private
|
@@ -299802,7 +299826,7 @@ var LRUCache = /** @class */ (function () {
|
|
299802
299826
|
}());
|
299803
299827
|
exports.LRUCache = LRUCache;
|
299804
299828
|
},{}],467:[function(require,module,exports){
|
299805
|
-
// AWS SDK for JavaScript v2.
|
299829
|
+
// AWS SDK for JavaScript v2.1672.0
|
299806
299830
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
299807
299831
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
299808
299832
|
require('./browser_loader');
|