cdk-lambda-subminute 2.0.380 → 2.0.382

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.
Files changed (50) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/CHANGELOG.md +6 -0
  4. package/node_modules/available-typed-arrays/README.md +16 -13
  5. package/node_modules/available-typed-arrays/index.d.ts +6 -15
  6. package/node_modules/available-typed-arrays/index.js +1 -13
  7. package/node_modules/available-typed-arrays/package.json +4 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +49 -21
  10. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +781 -0
  12. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +39 -0
  13. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +14 -97
  14. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  16. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  17. package/node_modules/aws-sdk/clients/all.js +2 -1
  18. package/node_modules/aws-sdk/clients/amplify.d.ts +56 -13
  19. package/node_modules/aws-sdk/clients/chatbot.d.ts +958 -0
  20. package/node_modules/aws-sdk/clients/chatbot.js +18 -0
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  22. package/node_modules/aws-sdk/clients/dynamodb.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/firehose.d.ts +0 -51
  24. package/node_modules/aws-sdk/clients/ivs.d.ts +4 -4
  25. package/node_modules/aws-sdk/clients/keyspaces.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/lambda.d.ts +3 -3
  27. package/node_modules/aws-sdk/clients/mediatailor.d.ts +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +63 -49
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2125 -2060
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +20 -100
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/node_modules/has-proto/CHANGELOG.md +15 -0
  36. package/node_modules/has-proto/index.d.ts +3 -0
  37. package/node_modules/has-proto/index.js +5 -1
  38. package/node_modules/has-proto/package.json +9 -5
  39. package/node_modules/has-proto/tsconfig.json +49 -0
  40. package/node_modules/possible-typed-array-names/.eslintrc +5 -0
  41. package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
  42. package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
  43. package/node_modules/possible-typed-array-names/LICENSE +21 -0
  44. package/node_modules/possible-typed-array-names/README.md +48 -0
  45. package/node_modules/possible-typed-array-names/index.d.ts +15 -0
  46. package/node_modules/possible-typed-array-names/index.js +16 -0
  47. package/node_modules/possible-typed-array-names/package.json +83 -0
  48. package/node_modules/possible-typed-array-names/test/index.js +16 -0
  49. package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
  50. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1560.0
1
+ // AWS SDK for JavaScript v2.1562.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){
@@ -148141,51 +148141,6 @@ module.exports={
148141
148141
  }
148142
148142
  }
148143
148143
  },
148144
- "GetKinesisStream": {
148145
- "input": {
148146
- "type": "structure",
148147
- "required": [
148148
- "DeliveryStreamARN"
148149
- ],
148150
- "members": {
148151
- "DeliveryStreamARN": {}
148152
- }
148153
- },
148154
- "output": {
148155
- "type": "structure",
148156
- "members": {
148157
- "KinesisStreamARN": {},
148158
- "CredentialsForReadingKinesisStream": {
148159
- "type": "structure",
148160
- "required": [
148161
- "AccessKeyId",
148162
- "SecretAccessKey",
148163
- "SessionToken",
148164
- "Expiration"
148165
- ],
148166
- "members": {
148167
- "AccessKeyId": {
148168
- "type": "string",
148169
- "sensitive": true
148170
- },
148171
- "SecretAccessKey": {
148172
- "type": "string",
148173
- "sensitive": true
148174
- },
148175
- "SessionToken": {
148176
- "type": "string",
148177
- "sensitive": true
148178
- },
148179
- "Expiration": {
148180
- "type": "timestamp"
148181
- }
148182
- },
148183
- "sensitive": true
148184
- }
148185
- }
148186
- },
148187
- "internalonly": true
148188
- },
148189
148144
  "ListDeliveryStreams": {
148190
148145
  "input": {
148191
148146
  "type": "structure",
@@ -148257,7 +148212,7 @@ module.exports={
148257
148212
  "members": {
148258
148213
  "DeliveryStreamName": {},
148259
148214
  "Record": {
148260
- "shape": "S61"
148215
+ "shape": "S5v"
148261
148216
  }
148262
148217
  }
148263
148218
  },
@@ -148286,7 +148241,7 @@ module.exports={
148286
148241
  "Records": {
148287
148242
  "type": "list",
148288
148243
  "member": {
148289
- "shape": "S61"
148244
+ "shape": "S5v"
148290
148245
  }
148291
148246
  }
148292
148247
  }
@@ -148403,7 +148358,7 @@ module.exports={
148403
148358
  "CurrentDeliveryStreamVersionId": {},
148404
148359
  "DestinationId": {},
148405
148360
  "S3DestinationUpdate": {
148406
- "shape": "S6m",
148361
+ "shape": "S6g",
148407
148362
  "deprecated": true
148408
148363
  },
148409
148364
  "ExtendedS3DestinationUpdate": {
@@ -148428,7 +148383,7 @@ module.exports={
148428
148383
  },
148429
148384
  "S3BackupMode": {},
148430
148385
  "S3BackupUpdate": {
148431
- "shape": "S6m"
148386
+ "shape": "S6g"
148432
148387
  },
148433
148388
  "DataFormatConversionConfiguration": {
148434
148389
  "shape": "Sz"
@@ -148458,14 +148413,14 @@ module.exports={
148458
148413
  "shape": "S21"
148459
148414
  },
148460
148415
  "S3Update": {
148461
- "shape": "S6m"
148416
+ "shape": "S6g"
148462
148417
  },
148463
148418
  "ProcessingConfiguration": {
148464
148419
  "shape": "Sq"
148465
148420
  },
148466
148421
  "S3BackupMode": {},
148467
148422
  "S3BackupUpdate": {
148468
- "shape": "S6m"
148423
+ "shape": "S6g"
148469
148424
  },
148470
148425
  "CloudWatchLoggingOptions": {
148471
148426
  "shape": "Sl"
@@ -148488,7 +148443,7 @@ module.exports={
148488
148443
  "shape": "S2d"
148489
148444
  },
148490
148445
  "S3Update": {
148491
- "shape": "S6m"
148446
+ "shape": "S6g"
148492
148447
  },
148493
148448
  "ProcessingConfiguration": {
148494
148449
  "shape": "Sq"
@@ -148517,7 +148472,7 @@ module.exports={
148517
148472
  "shape": "S2u"
148518
148473
  },
148519
148474
  "S3Update": {
148520
- "shape": "S6m"
148475
+ "shape": "S6g"
148521
148476
  },
148522
148477
  "ProcessingConfiguration": {
148523
148478
  "shape": "Sq"
@@ -148544,7 +148499,7 @@ module.exports={
148544
148499
  },
148545
148500
  "S3BackupMode": {},
148546
148501
  "S3Update": {
148547
- "shape": "S6m"
148502
+ "shape": "S6g"
148548
148503
  },
148549
148504
  "ProcessingConfiguration": {
148550
148505
  "shape": "Sq"
@@ -148581,7 +148536,7 @@ module.exports={
148581
148536
  },
148582
148537
  "S3BackupMode": {},
148583
148538
  "S3Update": {
148584
- "shape": "S6m"
148539
+ "shape": "S6g"
148585
148540
  }
148586
148541
  }
148587
148542
  },
@@ -148598,7 +148553,7 @@ module.exports={
148598
148553
  "shape": "S3z"
148599
148554
  },
148600
148555
  "S3Update": {
148601
- "shape": "S6m"
148556
+ "shape": "S6g"
148602
148557
  },
148603
148558
  "ProcessingConfiguration": {
148604
148559
  "shape": "Sq"
@@ -148654,7 +148609,7 @@ module.exports={
148654
148609
  },
148655
148610
  "S3BackupMode": {},
148656
148611
  "S3Update": {
148657
- "shape": "S6m"
148612
+ "shape": "S6g"
148658
148613
  }
148659
148614
  }
148660
148615
  }
@@ -148664,44 +148619,6 @@ module.exports={
148664
148619
  "type": "structure",
148665
148620
  "members": {}
148666
148621
  }
148667
- },
148668
- "VerifyResourcesExistForTagris": {
148669
- "input": {
148670
- "type": "structure",
148671
- "required": [
148672
- "TagrisSweepList"
148673
- ],
148674
- "members": {
148675
- "TagrisSweepList": {
148676
- "type": "list",
148677
- "member": {
148678
- "type": "structure",
148679
- "members": {
148680
- "TagrisAccountId": {},
148681
- "TagrisAmazonResourceName": {},
148682
- "TagrisInternalId": {},
148683
- "TagrisVersion": {
148684
- "type": "long"
148685
- }
148686
- }
148687
- }
148688
- }
148689
- }
148690
- },
148691
- "output": {
148692
- "type": "structure",
148693
- "required": [
148694
- "TagrisSweepListResult"
148695
- ],
148696
- "members": {
148697
- "TagrisSweepListResult": {
148698
- "type": "map",
148699
- "key": {},
148700
- "value": {}
148701
- }
148702
- }
148703
- },
148704
- "internalonly": true
148705
148622
  }
148706
148623
  },
148707
148624
  "shapes": {
@@ -149292,7 +149209,7 @@ module.exports={
149292
149209
  "VpcId": {}
149293
149210
  }
149294
149211
  },
149295
- "S61": {
149212
+ "S5v": {
149296
149213
  "type": "structure",
149297
149214
  "required": [
149298
149215
  "Data"
@@ -149303,7 +149220,7 @@ module.exports={
149303
149220
  }
149304
149221
  }
149305
149222
  },
149306
- "S6m": {
149223
+ "S6g": {
149307
149224
  "type": "structure",
149308
149225
  "members": {
149309
149226
  "RoleARN": {},
@@ -195461,6 +195378,9 @@ module.exports={
195461
195378
  },
195462
195379
  "artifact": {
195463
195380
  "name": "Artifact"
195381
+ },
195382
+ "chatbot": {
195383
+ "name": "Chatbot"
195464
195384
  }
195465
195385
  }
195466
195386
  },{}],169:[function(require,module,exports){
@@ -272979,7 +272899,7 @@ AWS.util.update(AWS, {
272979
272899
  /**
272980
272900
  * @constant
272981
272901
  */
272982
- VERSION: '2.1560.0',
272902
+ VERSION: '2.1562.0',
272983
272903
 
272984
272904
  /**
272985
272905
  * @api private
@@ -295228,7 +295148,7 @@ var LRUCache = /** @class */ (function () {
295228
295148
  }());
295229
295149
  exports.LRUCache = LRUCache;
295230
295150
  },{}],467:[function(require,module,exports){
295231
- // AWS SDK for JavaScript v2.1560.0
295151
+ // AWS SDK for JavaScript v2.1562.0
295232
295152
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295233
295153
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295234
295154
  require('./browser_loader');