@aws-sdk/client-comprehend 3.495.0 → 3.499.0
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/dist-cjs/index.js +96 -93
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -8486,45 +8486,26 @@ var paginateListTopicsDetectionJobs = (0, import_core.createPaginator)(Comprehen
|
|
|
8486
8486
|
// src/index.ts
|
|
8487
8487
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
8488
8488
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8489
|
+
|
|
8489
8490
|
0 && (module.exports = {
|
|
8490
|
-
|
|
8491
|
+
ComprehendServiceException,
|
|
8492
|
+
__Client,
|
|
8493
|
+
ComprehendClient,
|
|
8494
|
+
Comprehend,
|
|
8495
|
+
$Command,
|
|
8491
8496
|
BatchDetectDominantLanguageCommand,
|
|
8492
|
-
BatchDetectDominantLanguageRequestFilterSensitiveLog,
|
|
8493
|
-
BatchDetectDominantLanguageResponseFilterSensitiveLog,
|
|
8494
8497
|
BatchDetectEntitiesCommand,
|
|
8495
|
-
BatchDetectEntitiesRequestFilterSensitiveLog,
|
|
8496
|
-
BatchDetectEntitiesResponseFilterSensitiveLog,
|
|
8497
8498
|
BatchDetectKeyPhrasesCommand,
|
|
8498
|
-
BatchDetectKeyPhrasesRequestFilterSensitiveLog,
|
|
8499
|
-
BatchDetectKeyPhrasesResponseFilterSensitiveLog,
|
|
8500
8499
|
BatchDetectSentimentCommand,
|
|
8501
|
-
BatchDetectSentimentRequestFilterSensitiveLog,
|
|
8502
|
-
BatchDetectSentimentResponseFilterSensitiveLog,
|
|
8503
8500
|
BatchDetectSyntaxCommand,
|
|
8504
|
-
BatchDetectSyntaxRequestFilterSensitiveLog,
|
|
8505
|
-
BatchDetectSyntaxResponseFilterSensitiveLog,
|
|
8506
8501
|
BatchDetectTargetedSentimentCommand,
|
|
8507
|
-
BatchDetectTargetedSentimentRequestFilterSensitiveLog,
|
|
8508
|
-
BatchDetectTargetedSentimentResponseFilterSensitiveLog,
|
|
8509
|
-
BatchSizeLimitExceededException,
|
|
8510
|
-
BlockType,
|
|
8511
|
-
ClassifierMetadataFilterSensitiveLog,
|
|
8512
8502
|
ClassifyDocumentCommand,
|
|
8513
|
-
ClassifyDocumentRequestFilterSensitiveLog,
|
|
8514
|
-
ClassifyDocumentResponseFilterSensitiveLog,
|
|
8515
|
-
Comprehend,
|
|
8516
|
-
ComprehendClient,
|
|
8517
|
-
ComprehendServiceException,
|
|
8518
|
-
ConcurrentModificationException,
|
|
8519
8503
|
ContainsPiiEntitiesCommand,
|
|
8520
8504
|
CreateDatasetCommand,
|
|
8521
8505
|
CreateDocumentClassifierCommand,
|
|
8522
8506
|
CreateEndpointCommand,
|
|
8523
8507
|
CreateEntityRecognizerCommand,
|
|
8524
8508
|
CreateFlywheelCommand,
|
|
8525
|
-
DatasetDataFormat,
|
|
8526
|
-
DatasetStatus,
|
|
8527
|
-
DatasetType,
|
|
8528
8509
|
DeleteDocumentClassifierCommand,
|
|
8529
8510
|
DeleteEndpointCommand,
|
|
8530
8511
|
DeleteEntityRecognizerCommand,
|
|
@@ -8533,12 +8514,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8533
8514
|
DescribeDatasetCommand,
|
|
8534
8515
|
DescribeDocumentClassificationJobCommand,
|
|
8535
8516
|
DescribeDocumentClassifierCommand,
|
|
8536
|
-
DescribeDocumentClassifierResponseFilterSensitiveLog,
|
|
8537
8517
|
DescribeDominantLanguageDetectionJobCommand,
|
|
8538
8518
|
DescribeEndpointCommand,
|
|
8539
8519
|
DescribeEntitiesDetectionJobCommand,
|
|
8540
8520
|
DescribeEntityRecognizerCommand,
|
|
8541
|
-
DescribeEntityRecognizerResponseFilterSensitiveLog,
|
|
8542
8521
|
DescribeEventsDetectionJobCommand,
|
|
8543
8522
|
DescribeFlywheelCommand,
|
|
8544
8523
|
DescribeFlywheelIterationCommand,
|
|
@@ -8549,63 +8528,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8549
8528
|
DescribeTargetedSentimentDetectionJobCommand,
|
|
8550
8529
|
DescribeTopicsDetectionJobCommand,
|
|
8551
8530
|
DetectDominantLanguageCommand,
|
|
8552
|
-
DetectDominantLanguageRequestFilterSensitiveLog,
|
|
8553
|
-
DetectDominantLanguageResponseFilterSensitiveLog,
|
|
8554
8531
|
DetectEntitiesCommand,
|
|
8555
|
-
DetectEntitiesRequestFilterSensitiveLog,
|
|
8556
|
-
DetectEntitiesResponseFilterSensitiveLog,
|
|
8557
8532
|
DetectKeyPhrasesCommand,
|
|
8558
|
-
DetectKeyPhrasesRequestFilterSensitiveLog,
|
|
8559
|
-
DetectKeyPhrasesResponseFilterSensitiveLog,
|
|
8560
8533
|
DetectPiiEntitiesCommand,
|
|
8561
8534
|
DetectSentimentCommand,
|
|
8562
|
-
DetectSentimentRequestFilterSensitiveLog,
|
|
8563
|
-
DetectSentimentResponseFilterSensitiveLog,
|
|
8564
8535
|
DetectSyntaxCommand,
|
|
8565
|
-
DetectSyntaxRequestFilterSensitiveLog,
|
|
8566
|
-
DetectSyntaxResponseFilterSensitiveLog,
|
|
8567
8536
|
DetectTargetedSentimentCommand,
|
|
8568
|
-
DetectTargetedSentimentRequestFilterSensitiveLog,
|
|
8569
|
-
DetectTargetedSentimentResponseFilterSensitiveLog,
|
|
8570
8537
|
DetectToxicContentCommand,
|
|
8571
|
-
DetectToxicContentRequestFilterSensitiveLog,
|
|
8572
|
-
DocumentClassifierDataFormat,
|
|
8573
|
-
DocumentClassifierDocumentTypeFormat,
|
|
8574
|
-
DocumentClassifierMode,
|
|
8575
|
-
DocumentClassifierPropertiesFilterSensitiveLog,
|
|
8576
|
-
DocumentReadAction,
|
|
8577
|
-
DocumentReadFeatureTypes,
|
|
8578
|
-
DocumentReadMode,
|
|
8579
|
-
DocumentType,
|
|
8580
|
-
EndpointStatus,
|
|
8581
|
-
EntityRecognizerDataFormat,
|
|
8582
|
-
EntityRecognizerMetadataFilterSensitiveLog,
|
|
8583
|
-
EntityRecognizerPropertiesFilterSensitiveLog,
|
|
8584
|
-
EntityType,
|
|
8585
|
-
FlywheelIterationStatus,
|
|
8586
|
-
FlywheelStatus,
|
|
8587
8538
|
ImportModelCommand,
|
|
8588
|
-
InputFormat,
|
|
8589
|
-
InternalServerException,
|
|
8590
|
-
InvalidFilterException,
|
|
8591
|
-
InvalidRequestDetailReason,
|
|
8592
|
-
InvalidRequestException,
|
|
8593
|
-
InvalidRequestReason,
|
|
8594
|
-
JobNotFoundException,
|
|
8595
|
-
JobStatus,
|
|
8596
|
-
KmsKeyValidationException,
|
|
8597
|
-
LanguageCode,
|
|
8598
8539
|
ListDatasetsCommand,
|
|
8599
8540
|
ListDocumentClassificationJobsCommand,
|
|
8600
8541
|
ListDocumentClassifierSummariesCommand,
|
|
8601
8542
|
ListDocumentClassifiersCommand,
|
|
8602
|
-
ListDocumentClassifiersResponseFilterSensitiveLog,
|
|
8603
8543
|
ListDominantLanguageDetectionJobsCommand,
|
|
8604
8544
|
ListEndpointsCommand,
|
|
8605
8545
|
ListEntitiesDetectionJobsCommand,
|
|
8606
8546
|
ListEntityRecognizerSummariesCommand,
|
|
8607
8547
|
ListEntityRecognizersCommand,
|
|
8608
|
-
ListEntityRecognizersResponseFilterSensitiveLog,
|
|
8609
8548
|
ListEventsDetectionJobsCommand,
|
|
8610
8549
|
ListFlywheelIterationHistoryCommand,
|
|
8611
8550
|
ListFlywheelsCommand,
|
|
@@ -8615,22 +8554,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8615
8554
|
ListTagsForResourceCommand,
|
|
8616
8555
|
ListTargetedSentimentDetectionJobsCommand,
|
|
8617
8556
|
ListTopicsDetectionJobsCommand,
|
|
8618
|
-
ModelStatus,
|
|
8619
|
-
ModelType,
|
|
8620
|
-
PageBasedErrorCode,
|
|
8621
|
-
PageBasedWarningCode,
|
|
8622
|
-
PartOfSpeechTagType,
|
|
8623
|
-
PiiEntitiesDetectionMaskMode,
|
|
8624
|
-
PiiEntitiesDetectionMode,
|
|
8625
|
-
PiiEntityType,
|
|
8626
8557
|
PutResourcePolicyCommand,
|
|
8627
|
-
RelationshipType,
|
|
8628
|
-
ResourceInUseException,
|
|
8629
|
-
ResourceLimitExceededException,
|
|
8630
|
-
ResourceNotFoundException,
|
|
8631
|
-
ResourceUnavailableException,
|
|
8632
|
-
SentimentType,
|
|
8633
|
-
Split,
|
|
8634
8558
|
StartDocumentClassificationJobCommand,
|
|
8635
8559
|
StartDominantLanguageDetectionJobCommand,
|
|
8636
8560
|
StartEntitiesDetectionJobCommand,
|
|
@@ -8650,20 +8574,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8650
8574
|
StopTargetedSentimentDetectionJobCommand,
|
|
8651
8575
|
StopTrainingDocumentClassifierCommand,
|
|
8652
8576
|
StopTrainingEntityRecognizerCommand,
|
|
8653
|
-
SyntaxLanguageCode,
|
|
8654
8577
|
TagResourceCommand,
|
|
8655
|
-
TargetedSentimentEntityType,
|
|
8656
|
-
TextSegmentFilterSensitiveLog,
|
|
8657
|
-
TextSizeLimitExceededException,
|
|
8658
|
-
TooManyRequestsException,
|
|
8659
|
-
TooManyTagKeysException,
|
|
8660
|
-
TooManyTagsException,
|
|
8661
|
-
ToxicContentType,
|
|
8662
|
-
UnsupportedLanguageException,
|
|
8663
8578
|
UntagResourceCommand,
|
|
8664
8579
|
UpdateEndpointCommand,
|
|
8665
8580
|
UpdateFlywheelCommand,
|
|
8666
|
-
__Client,
|
|
8667
8581
|
paginateListDatasets,
|
|
8668
8582
|
paginateListDocumentClassificationJobs,
|
|
8669
8583
|
paginateListDocumentClassifierSummaries,
|
|
@@ -8680,5 +8594,94 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8680
8594
|
paginateListPiiEntitiesDetectionJobs,
|
|
8681
8595
|
paginateListSentimentDetectionJobs,
|
|
8682
8596
|
paginateListTargetedSentimentDetectionJobs,
|
|
8683
|
-
paginateListTopicsDetectionJobs
|
|
8597
|
+
paginateListTopicsDetectionJobs,
|
|
8598
|
+
AugmentedManifestsDocumentTypeFormat,
|
|
8599
|
+
Split,
|
|
8600
|
+
BatchSizeLimitExceededException,
|
|
8601
|
+
InternalServerException,
|
|
8602
|
+
InvalidRequestDetailReason,
|
|
8603
|
+
InvalidRequestReason,
|
|
8604
|
+
InvalidRequestException,
|
|
8605
|
+
TextSizeLimitExceededException,
|
|
8606
|
+
LanguageCode,
|
|
8607
|
+
EntityType,
|
|
8608
|
+
UnsupportedLanguageException,
|
|
8609
|
+
SentimentType,
|
|
8610
|
+
SyntaxLanguageCode,
|
|
8611
|
+
PartOfSpeechTagType,
|
|
8612
|
+
TargetedSentimentEntityType,
|
|
8613
|
+
BlockType,
|
|
8614
|
+
RelationshipType,
|
|
8615
|
+
DocumentReadAction,
|
|
8616
|
+
DocumentReadMode,
|
|
8617
|
+
DocumentReadFeatureTypes,
|
|
8618
|
+
DocumentType,
|
|
8619
|
+
PageBasedErrorCode,
|
|
8620
|
+
PageBasedWarningCode,
|
|
8621
|
+
ResourceUnavailableException,
|
|
8622
|
+
PiiEntityType,
|
|
8623
|
+
DatasetType,
|
|
8624
|
+
DatasetDataFormat,
|
|
8625
|
+
InputFormat,
|
|
8626
|
+
ResourceInUseException,
|
|
8627
|
+
ResourceLimitExceededException,
|
|
8628
|
+
ResourceNotFoundException,
|
|
8629
|
+
TooManyRequestsException,
|
|
8630
|
+
TooManyTagsException,
|
|
8631
|
+
DocumentClassifierDataFormat,
|
|
8632
|
+
DocumentClassifierDocumentTypeFormat,
|
|
8633
|
+
DocumentClassifierMode,
|
|
8634
|
+
KmsKeyValidationException,
|
|
8635
|
+
EntityRecognizerDataFormat,
|
|
8636
|
+
ModelType,
|
|
8637
|
+
DatasetStatus,
|
|
8638
|
+
JobStatus,
|
|
8639
|
+
JobNotFoundException,
|
|
8640
|
+
ModelStatus,
|
|
8641
|
+
EndpointStatus,
|
|
8642
|
+
FlywheelStatus,
|
|
8643
|
+
FlywheelIterationStatus,
|
|
8644
|
+
PiiEntitiesDetectionMode,
|
|
8645
|
+
PiiEntitiesDetectionMaskMode,
|
|
8646
|
+
ToxicContentType,
|
|
8647
|
+
InvalidFilterException,
|
|
8648
|
+
BatchDetectDominantLanguageRequestFilterSensitiveLog,
|
|
8649
|
+
BatchDetectDominantLanguageResponseFilterSensitiveLog,
|
|
8650
|
+
BatchDetectEntitiesRequestFilterSensitiveLog,
|
|
8651
|
+
BatchDetectEntitiesResponseFilterSensitiveLog,
|
|
8652
|
+
BatchDetectKeyPhrasesRequestFilterSensitiveLog,
|
|
8653
|
+
BatchDetectKeyPhrasesResponseFilterSensitiveLog,
|
|
8654
|
+
BatchDetectSentimentRequestFilterSensitiveLog,
|
|
8655
|
+
BatchDetectSentimentResponseFilterSensitiveLog,
|
|
8656
|
+
BatchDetectSyntaxRequestFilterSensitiveLog,
|
|
8657
|
+
BatchDetectSyntaxResponseFilterSensitiveLog,
|
|
8658
|
+
BatchDetectTargetedSentimentRequestFilterSensitiveLog,
|
|
8659
|
+
BatchDetectTargetedSentimentResponseFilterSensitiveLog,
|
|
8660
|
+
ClassifierMetadataFilterSensitiveLog,
|
|
8661
|
+
ClassifyDocumentRequestFilterSensitiveLog,
|
|
8662
|
+
ClassifyDocumentResponseFilterSensitiveLog,
|
|
8663
|
+
DocumentClassifierPropertiesFilterSensitiveLog,
|
|
8664
|
+
DescribeDocumentClassifierResponseFilterSensitiveLog,
|
|
8665
|
+
EntityRecognizerMetadataFilterSensitiveLog,
|
|
8666
|
+
EntityRecognizerPropertiesFilterSensitiveLog,
|
|
8667
|
+
DescribeEntityRecognizerResponseFilterSensitiveLog,
|
|
8668
|
+
DetectDominantLanguageRequestFilterSensitiveLog,
|
|
8669
|
+
DetectDominantLanguageResponseFilterSensitiveLog,
|
|
8670
|
+
DetectEntitiesRequestFilterSensitiveLog,
|
|
8671
|
+
DetectEntitiesResponseFilterSensitiveLog,
|
|
8672
|
+
DetectKeyPhrasesRequestFilterSensitiveLog,
|
|
8673
|
+
DetectKeyPhrasesResponseFilterSensitiveLog,
|
|
8674
|
+
DetectSentimentRequestFilterSensitiveLog,
|
|
8675
|
+
DetectSentimentResponseFilterSensitiveLog,
|
|
8676
|
+
DetectSyntaxRequestFilterSensitiveLog,
|
|
8677
|
+
DetectSyntaxResponseFilterSensitiveLog,
|
|
8678
|
+
DetectTargetedSentimentRequestFilterSensitiveLog,
|
|
8679
|
+
DetectTargetedSentimentResponseFilterSensitiveLog,
|
|
8680
|
+
TextSegmentFilterSensitiveLog,
|
|
8681
|
+
DetectToxicContentRequestFilterSensitiveLog,
|
|
8682
|
+
ListDocumentClassifiersResponseFilterSensitiveLog,
|
|
8683
|
+
ListEntityRecognizersResponseFilterSensitiveLog,
|
|
8684
|
+
ConcurrentModificationException,
|
|
8685
|
+
TooManyTagKeysException
|
|
8684
8686
|
});
|
|
8687
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehend",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|