cdk-lambda-subminute 2.0.276 → 2.0.277
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/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/marketplacecommerceanalytics-2015-07-01.min.json +9 -3
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +28 -26
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +3 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +141 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +222 -12
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/marketplacecommerceanalytics.d.ts +10 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +15 -3
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +9 -1
- package/node_modules/aws-sdk/clients/rekognition.d.ts +234 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +239 -18
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1479.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){
|
@@ -185522,14 +185522,20 @@ module.exports={
|
|
185522
185522
|
"customerDefinedValues": {
|
185523
185523
|
"shape": "S8"
|
185524
185524
|
}
|
185525
|
-
}
|
185525
|
+
},
|
185526
|
+
"deprecated": true,
|
185527
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185526
185528
|
},
|
185527
185529
|
"output": {
|
185528
185530
|
"type": "structure",
|
185529
185531
|
"members": {
|
185530
185532
|
"dataSetRequestId": {}
|
185531
|
-
}
|
185532
|
-
|
185533
|
+
},
|
185534
|
+
"deprecated": true,
|
185535
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185536
|
+
},
|
185537
|
+
"deprecated": true,
|
185538
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185533
185539
|
}
|
185534
185540
|
},
|
185535
185541
|
"shapes": {
|
@@ -218741,6 +218747,58 @@ module.exports={
|
|
218741
218747
|
}
|
218742
218748
|
}
|
218743
218749
|
},
|
218750
|
+
"GetMediaAnalysisJob": {
|
218751
|
+
"input": {
|
218752
|
+
"type": "structure",
|
218753
|
+
"required": [
|
218754
|
+
"JobId"
|
218755
|
+
],
|
218756
|
+
"members": {
|
218757
|
+
"JobId": {}
|
218758
|
+
}
|
218759
|
+
},
|
218760
|
+
"output": {
|
218761
|
+
"type": "structure",
|
218762
|
+
"required": [
|
218763
|
+
"JobId",
|
218764
|
+
"OperationsConfig",
|
218765
|
+
"Status",
|
218766
|
+
"CreationTimestamp",
|
218767
|
+
"Input",
|
218768
|
+
"OutputConfig"
|
218769
|
+
],
|
218770
|
+
"members": {
|
218771
|
+
"JobId": {},
|
218772
|
+
"JobName": {},
|
218773
|
+
"OperationsConfig": {
|
218774
|
+
"shape": "S9c"
|
218775
|
+
},
|
218776
|
+
"Status": {},
|
218777
|
+
"FailureDetails": {
|
218778
|
+
"shape": "S9f"
|
218779
|
+
},
|
218780
|
+
"CreationTimestamp": {
|
218781
|
+
"type": "timestamp"
|
218782
|
+
},
|
218783
|
+
"CompletionTimestamp": {
|
218784
|
+
"type": "timestamp"
|
218785
|
+
},
|
218786
|
+
"Input": {
|
218787
|
+
"shape": "S9h"
|
218788
|
+
},
|
218789
|
+
"OutputConfig": {
|
218790
|
+
"shape": "S9i"
|
218791
|
+
},
|
218792
|
+
"KmsKeyId": {},
|
218793
|
+
"Results": {
|
218794
|
+
"shape": "S9k"
|
218795
|
+
},
|
218796
|
+
"ManifestSummary": {
|
218797
|
+
"shape": "S9l"
|
218798
|
+
}
|
218799
|
+
}
|
218800
|
+
}
|
218801
|
+
},
|
218744
218802
|
"GetPersonTracking": {
|
218745
218803
|
"input": {
|
218746
218804
|
"type": "structure",
|
@@ -219138,6 +219196,70 @@ module.exports={
|
|
219138
219196
|
}
|
219139
219197
|
}
|
219140
219198
|
},
|
219199
|
+
"ListMediaAnalysisJobs": {
|
219200
|
+
"input": {
|
219201
|
+
"type": "structure",
|
219202
|
+
"members": {
|
219203
|
+
"NextToken": {},
|
219204
|
+
"MaxResults": {
|
219205
|
+
"type": "integer"
|
219206
|
+
}
|
219207
|
+
}
|
219208
|
+
},
|
219209
|
+
"output": {
|
219210
|
+
"type": "structure",
|
219211
|
+
"required": [
|
219212
|
+
"MediaAnalysisJobs"
|
219213
|
+
],
|
219214
|
+
"members": {
|
219215
|
+
"NextToken": {},
|
219216
|
+
"MediaAnalysisJobs": {
|
219217
|
+
"type": "list",
|
219218
|
+
"member": {
|
219219
|
+
"type": "structure",
|
219220
|
+
"required": [
|
219221
|
+
"JobId",
|
219222
|
+
"OperationsConfig",
|
219223
|
+
"Status",
|
219224
|
+
"CreationTimestamp",
|
219225
|
+
"Input",
|
219226
|
+
"OutputConfig"
|
219227
|
+
],
|
219228
|
+
"members": {
|
219229
|
+
"JobId": {},
|
219230
|
+
"JobName": {},
|
219231
|
+
"OperationsConfig": {
|
219232
|
+
"shape": "S9c"
|
219233
|
+
},
|
219234
|
+
"Status": {},
|
219235
|
+
"FailureDetails": {
|
219236
|
+
"shape": "S9f"
|
219237
|
+
},
|
219238
|
+
"CreationTimestamp": {
|
219239
|
+
"type": "timestamp"
|
219240
|
+
},
|
219241
|
+
"CompletionTimestamp": {
|
219242
|
+
"type": "timestamp"
|
219243
|
+
},
|
219244
|
+
"Input": {
|
219245
|
+
"shape": "S9h"
|
219246
|
+
},
|
219247
|
+
"OutputConfig": {
|
219248
|
+
"shape": "S9i"
|
219249
|
+
},
|
219250
|
+
"KmsKeyId": {},
|
219251
|
+
"Results": {
|
219252
|
+
"shape": "S9k"
|
219253
|
+
},
|
219254
|
+
"ManifestSummary": {
|
219255
|
+
"shape": "S9l"
|
219256
|
+
}
|
219257
|
+
}
|
219258
|
+
}
|
219259
|
+
}
|
219260
|
+
}
|
219261
|
+
}
|
219262
|
+
},
|
219141
219263
|
"ListProjectPolicies": {
|
219142
219264
|
"input": {
|
219143
219265
|
"type": "structure",
|
@@ -219411,7 +219533,7 @@ module.exports={
|
|
219411
219533
|
"type": "structure",
|
219412
219534
|
"members": {
|
219413
219535
|
"UserMatches": {
|
219414
|
-
"shape": "
|
219536
|
+
"shape": "Sc8"
|
219415
219537
|
},
|
219416
219538
|
"FaceModelVersion": {},
|
219417
219539
|
"SearchedFace": {
|
@@ -219454,7 +219576,7 @@ module.exports={
|
|
219454
219576
|
"type": "structure",
|
219455
219577
|
"members": {
|
219456
219578
|
"UserMatches": {
|
219457
|
-
"shape": "
|
219579
|
+
"shape": "Sc8"
|
219458
219580
|
},
|
219459
219581
|
"FaceModelVersion": {},
|
219460
219582
|
"SearchedFace": {
|
@@ -219495,7 +219617,7 @@ module.exports={
|
|
219495
219617
|
},
|
219496
219618
|
"ClientRequestToken": {},
|
219497
219619
|
"NotificationChannel": {
|
219498
|
-
"shape": "
|
219620
|
+
"shape": "Scl"
|
219499
219621
|
},
|
219500
219622
|
"JobTag": {}
|
219501
219623
|
}
|
@@ -219523,7 +219645,7 @@ module.exports={
|
|
219523
219645
|
},
|
219524
219646
|
"ClientRequestToken": {},
|
219525
219647
|
"NotificationChannel": {
|
219526
|
-
"shape": "
|
219648
|
+
"shape": "Scl"
|
219527
219649
|
},
|
219528
219650
|
"JobTag": {}
|
219529
219651
|
}
|
@@ -219548,7 +219670,7 @@ module.exports={
|
|
219548
219670
|
},
|
219549
219671
|
"ClientRequestToken": {},
|
219550
219672
|
"NotificationChannel": {
|
219551
|
-
"shape": "
|
219673
|
+
"shape": "Scl"
|
219552
219674
|
},
|
219553
219675
|
"FaceAttributes": {},
|
219554
219676
|
"JobTag": {}
|
@@ -219579,7 +219701,7 @@ module.exports={
|
|
219579
219701
|
},
|
219580
219702
|
"CollectionId": {},
|
219581
219703
|
"NotificationChannel": {
|
219582
|
-
"shape": "
|
219704
|
+
"shape": "Scl"
|
219583
219705
|
},
|
219584
219706
|
"JobTag": {}
|
219585
219707
|
}
|
@@ -219607,7 +219729,7 @@ module.exports={
|
|
219607
219729
|
"type": "float"
|
219608
219730
|
},
|
219609
219731
|
"NotificationChannel": {
|
219610
|
-
"shape": "
|
219732
|
+
"shape": "Scl"
|
219611
219733
|
},
|
219612
219734
|
"JobTag": {},
|
219613
219735
|
"Features": {
|
@@ -219632,6 +219754,42 @@ module.exports={
|
|
219632
219754
|
},
|
219633
219755
|
"idempotent": true
|
219634
219756
|
},
|
219757
|
+
"StartMediaAnalysisJob": {
|
219758
|
+
"input": {
|
219759
|
+
"type": "structure",
|
219760
|
+
"required": [
|
219761
|
+
"OperationsConfig",
|
219762
|
+
"Input",
|
219763
|
+
"OutputConfig"
|
219764
|
+
],
|
219765
|
+
"members": {
|
219766
|
+
"ClientRequestToken": {
|
219767
|
+
"idempotencyToken": true
|
219768
|
+
},
|
219769
|
+
"JobName": {},
|
219770
|
+
"OperationsConfig": {
|
219771
|
+
"shape": "S9c"
|
219772
|
+
},
|
219773
|
+
"Input": {
|
219774
|
+
"shape": "S9h"
|
219775
|
+
},
|
219776
|
+
"OutputConfig": {
|
219777
|
+
"shape": "S9i"
|
219778
|
+
},
|
219779
|
+
"KmsKeyId": {}
|
219780
|
+
}
|
219781
|
+
},
|
219782
|
+
"output": {
|
219783
|
+
"type": "structure",
|
219784
|
+
"required": [
|
219785
|
+
"JobId"
|
219786
|
+
],
|
219787
|
+
"members": {
|
219788
|
+
"JobId": {}
|
219789
|
+
}
|
219790
|
+
},
|
219791
|
+
"idempotent": true
|
219792
|
+
},
|
219635
219793
|
"StartPersonTracking": {
|
219636
219794
|
"input": {
|
219637
219795
|
"type": "structure",
|
@@ -219644,7 +219802,7 @@ module.exports={
|
|
219644
219802
|
},
|
219645
219803
|
"ClientRequestToken": {},
|
219646
219804
|
"NotificationChannel": {
|
219647
|
-
"shape": "
|
219805
|
+
"shape": "Scl"
|
219648
219806
|
},
|
219649
219807
|
"JobTag": {}
|
219650
219808
|
}
|
@@ -219694,7 +219852,7 @@ module.exports={
|
|
219694
219852
|
},
|
219695
219853
|
"ClientRequestToken": {},
|
219696
219854
|
"NotificationChannel": {
|
219697
|
-
"shape": "
|
219855
|
+
"shape": "Scl"
|
219698
219856
|
},
|
219699
219857
|
"JobTag": {},
|
219700
219858
|
"Filters": {
|
@@ -219794,7 +219952,7 @@ module.exports={
|
|
219794
219952
|
},
|
219795
219953
|
"ClientRequestToken": {},
|
219796
219954
|
"NotificationChannel": {
|
219797
|
-
"shape": "
|
219955
|
+
"shape": "Scl"
|
219798
219956
|
},
|
219799
219957
|
"JobTag": {},
|
219800
219958
|
"Filters": {
|
@@ -220681,7 +220839,65 @@ module.exports={
|
|
220681
220839
|
"UserId": {}
|
220682
220840
|
}
|
220683
220841
|
},
|
220684
|
-
"
|
220842
|
+
"S9c": {
|
220843
|
+
"type": "structure",
|
220844
|
+
"members": {
|
220845
|
+
"DetectModerationLabels": {
|
220846
|
+
"type": "structure",
|
220847
|
+
"members": {
|
220848
|
+
"MinConfidence": {
|
220849
|
+
"type": "float"
|
220850
|
+
},
|
220851
|
+
"ProjectVersion": {}
|
220852
|
+
}
|
220853
|
+
}
|
220854
|
+
}
|
220855
|
+
},
|
220856
|
+
"S9f": {
|
220857
|
+
"type": "structure",
|
220858
|
+
"members": {
|
220859
|
+
"Code": {},
|
220860
|
+
"Message": {}
|
220861
|
+
}
|
220862
|
+
},
|
220863
|
+
"S9h": {
|
220864
|
+
"type": "structure",
|
220865
|
+
"required": [
|
220866
|
+
"S3Object"
|
220867
|
+
],
|
220868
|
+
"members": {
|
220869
|
+
"S3Object": {
|
220870
|
+
"shape": "Sj"
|
220871
|
+
}
|
220872
|
+
}
|
220873
|
+
},
|
220874
|
+
"S9i": {
|
220875
|
+
"type": "structure",
|
220876
|
+
"required": [
|
220877
|
+
"S3Bucket"
|
220878
|
+
],
|
220879
|
+
"members": {
|
220880
|
+
"S3Bucket": {},
|
220881
|
+
"S3KeyPrefix": {}
|
220882
|
+
}
|
220883
|
+
},
|
220884
|
+
"S9k": {
|
220885
|
+
"type": "structure",
|
220886
|
+
"members": {
|
220887
|
+
"S3Object": {
|
220888
|
+
"shape": "Sj"
|
220889
|
+
}
|
220890
|
+
}
|
220891
|
+
},
|
220892
|
+
"S9l": {
|
220893
|
+
"type": "structure",
|
220894
|
+
"members": {
|
220895
|
+
"S3Object": {
|
220896
|
+
"shape": "Sj"
|
220897
|
+
}
|
220898
|
+
}
|
220899
|
+
},
|
220900
|
+
"Sc8": {
|
220685
220901
|
"type": "list",
|
220686
220902
|
"member": {
|
220687
220903
|
"type": "structure",
|
@@ -220699,7 +220915,7 @@ module.exports={
|
|
220699
220915
|
}
|
220700
220916
|
}
|
220701
220917
|
},
|
220702
|
-
"
|
220918
|
+
"Scl": {
|
220703
220919
|
"type": "structure",
|
220704
220920
|
"required": [
|
220705
220921
|
"SNSTopicArn",
|
@@ -220791,6 +221007,11 @@ module.exports={
|
|
220791
221007
|
"output_token": "NextToken",
|
220792
221008
|
"result_key": "Faces"
|
220793
221009
|
},
|
221010
|
+
"ListMediaAnalysisJobs": {
|
221011
|
+
"input_token": "NextToken",
|
221012
|
+
"limit_key": "MaxResults",
|
221013
|
+
"output_token": "NextToken"
|
221014
|
+
},
|
220794
221015
|
"ListProjectPolicies": {
|
220795
221016
|
"input_token": "NextToken",
|
220796
221017
|
"limit_key": "MaxResults",
|
@@ -262326,7 +262547,7 @@ AWS.util.update(AWS, {
|
|
262326
262547
|
/**
|
262327
262548
|
* @constant
|
262328
262549
|
*/
|
262329
|
-
VERSION: '2.
|
262550
|
+
VERSION: '2.1479.0',
|
262330
262551
|
|
262331
262552
|
/**
|
262332
262553
|
* @api private
|
@@ -284507,7 +284728,7 @@ var LRUCache = /** @class */ (function () {
|
|
284507
284728
|
}());
|
284508
284729
|
exports.LRUCache = LRUCache;
|
284509
284730
|
},{}],467:[function(require,module,exports){
|
284510
|
-
// AWS SDK for JavaScript v2.
|
284731
|
+
// AWS SDK for JavaScript v2.1479.0
|
284511
284732
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284512
284733
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284513
284734
|
require('./browser_loader');
|