cdk-lambda-subminute 2.0.342 → 2.0.344
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 +71 -17
- package/node_modules/aws-sdk/clients/kms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +3 -3
- 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 +74 -20
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/.gitattributes +0 -23
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1531.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){
|
@@ -67186,7 +67186,10 @@ module.exports={
|
|
67186
67186
|
],
|
67187
67187
|
"members": {
|
67188
67188
|
"Username": {},
|
67189
|
-
"Password": {
|
67189
|
+
"Password": {
|
67190
|
+
"type": "string",
|
67191
|
+
"sensitive": true
|
67192
|
+
},
|
67190
67193
|
"IdentityInfo": {
|
67191
67194
|
"shape": "S9i"
|
67192
67195
|
},
|
@@ -68039,8 +68042,12 @@ module.exports={
|
|
68039
68042
|
"InitialContactId": {},
|
68040
68043
|
"PreviousContactId": {},
|
68041
68044
|
"InitiationMethod": {},
|
68042
|
-
"Name": {
|
68043
|
-
|
68045
|
+
"Name": {
|
68046
|
+
"shape": "Sbr"
|
68047
|
+
},
|
68048
|
+
"Description": {
|
68049
|
+
"shape": "Sbs"
|
68050
|
+
},
|
68044
68051
|
"Channel": {},
|
68045
68052
|
"QueueInfo": {
|
68046
68053
|
"type": "structure",
|
@@ -69827,7 +69834,8 @@ module.exports={
|
|
69827
69834
|
"RefreshTokenExpiration": {
|
69828
69835
|
"type": "timestamp"
|
69829
69836
|
}
|
69830
|
-
}
|
69837
|
+
},
|
69838
|
+
"sensitive": true
|
69831
69839
|
},
|
69832
69840
|
"SignInUrl": {},
|
69833
69841
|
"UserArn": {},
|
@@ -73452,8 +73460,12 @@ module.exports={
|
|
73452
73460
|
"IdentityInfo": {
|
73453
73461
|
"type": "structure",
|
73454
73462
|
"members": {
|
73455
|
-
"FirstName": {
|
73456
|
-
|
73463
|
+
"FirstName": {
|
73464
|
+
"shape": "S9j"
|
73465
|
+
},
|
73466
|
+
"LastName": {
|
73467
|
+
"shape": "S9k"
|
73468
|
+
}
|
73457
73469
|
}
|
73458
73470
|
},
|
73459
73471
|
"PhoneConfig": {
|
@@ -73770,8 +73782,12 @@ module.exports={
|
|
73770
73782
|
"InstanceId"
|
73771
73783
|
],
|
73772
73784
|
"members": {
|
73773
|
-
"Name": {
|
73774
|
-
|
73785
|
+
"Name": {
|
73786
|
+
"shape": "Sbr"
|
73787
|
+
},
|
73788
|
+
"Description": {
|
73789
|
+
"shape": "Sbs"
|
73790
|
+
},
|
73775
73791
|
"References": {
|
73776
73792
|
"shape": "S73"
|
73777
73793
|
},
|
@@ -73827,11 +73843,15 @@ module.exports={
|
|
73827
73843
|
"Attributes": {
|
73828
73844
|
"shape": "S2p"
|
73829
73845
|
},
|
73830
|
-
"Name": {
|
73846
|
+
"Name": {
|
73847
|
+
"shape": "Sbr"
|
73848
|
+
},
|
73831
73849
|
"References": {
|
73832
73850
|
"shape": "S73"
|
73833
73851
|
},
|
73834
|
-
"Description": {
|
73852
|
+
"Description": {
|
73853
|
+
"shape": "Sbs"
|
73854
|
+
},
|
73835
73855
|
"ClientToken": {
|
73836
73856
|
"idempotencyToken": true
|
73837
73857
|
},
|
@@ -73889,7 +73909,9 @@ module.exports={
|
|
73889
73909
|
"References": {
|
73890
73910
|
"shape": "S73"
|
73891
73911
|
},
|
73892
|
-
"Description": {
|
73912
|
+
"Description": {
|
73913
|
+
"shape": "Sbs"
|
73914
|
+
}
|
73893
73915
|
}
|
73894
73916
|
},
|
73895
73917
|
"output": {
|
@@ -74261,8 +74283,12 @@ module.exports={
|
|
74261
74283
|
"location": "uri",
|
74262
74284
|
"locationName": "ContactId"
|
74263
74285
|
},
|
74264
|
-
"Name": {
|
74265
|
-
|
74286
|
+
"Name": {
|
74287
|
+
"shape": "Sbr"
|
74288
|
+
},
|
74289
|
+
"Description": {
|
74290
|
+
"shape": "Sbs"
|
74291
|
+
},
|
74266
74292
|
"References": {
|
74267
74293
|
"shape": "S73"
|
74268
74294
|
}
|
@@ -76349,13 +76375,33 @@ module.exports={
|
|
76349
76375
|
"S9i": {
|
76350
76376
|
"type": "structure",
|
76351
76377
|
"members": {
|
76352
|
-
"FirstName": {
|
76353
|
-
|
76354
|
-
|
76355
|
-
"
|
76378
|
+
"FirstName": {
|
76379
|
+
"shape": "S9j"
|
76380
|
+
},
|
76381
|
+
"LastName": {
|
76382
|
+
"shape": "S9k"
|
76383
|
+
},
|
76384
|
+
"Email": {
|
76385
|
+
"shape": "S9l"
|
76386
|
+
},
|
76387
|
+
"SecondaryEmail": {
|
76388
|
+
"shape": "S9l"
|
76389
|
+
},
|
76356
76390
|
"Mobile": {}
|
76357
76391
|
}
|
76358
76392
|
},
|
76393
|
+
"S9j": {
|
76394
|
+
"type": "string",
|
76395
|
+
"sensitive": true
|
76396
|
+
},
|
76397
|
+
"S9k": {
|
76398
|
+
"type": "string",
|
76399
|
+
"sensitive": true
|
76400
|
+
},
|
76401
|
+
"S9l": {
|
76402
|
+
"type": "string",
|
76403
|
+
"sensitive": true
|
76404
|
+
},
|
76359
76405
|
"S9m": {
|
76360
76406
|
"type": "structure",
|
76361
76407
|
"required": [
|
@@ -76436,6 +76482,14 @@ module.exports={
|
|
76436
76482
|
"ViewContentSha256": {}
|
76437
76483
|
}
|
76438
76484
|
},
|
76485
|
+
"Sbr": {
|
76486
|
+
"type": "string",
|
76487
|
+
"sensitive": true
|
76488
|
+
},
|
76489
|
+
"Sbs": {
|
76490
|
+
"type": "string",
|
76491
|
+
"sensitive": true
|
76492
|
+
},
|
76439
76493
|
"Sc3": {
|
76440
76494
|
"type": "map",
|
76441
76495
|
"key": {},
|
@@ -271168,7 +271222,7 @@ AWS.util.update(AWS, {
|
|
271168
271222
|
/**
|
271169
271223
|
* @constant
|
271170
271224
|
*/
|
271171
|
-
VERSION: '2.
|
271225
|
+
VERSION: '2.1531.0',
|
271172
271226
|
|
271173
271227
|
/**
|
271174
271228
|
* @api private
|
@@ -293392,7 +293446,7 @@ var LRUCache = /** @class */ (function () {
|
|
293392
293446
|
}());
|
293393
293447
|
exports.LRUCache = LRUCache;
|
293394
293448
|
},{}],467:[function(require,module,exports){
|
293395
|
-
// AWS SDK for JavaScript v2.
|
293449
|
+
// AWS SDK for JavaScript v2.1531.0
|
293396
293450
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293397
293451
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293398
293452
|
require('./browser_loader');
|