@aws-sdk/client-comprehend 3.297.0 → 3.299.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/README.md +1 -1
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -3
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/CreateFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -1
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -1
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -3
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -3
- package/dist-cjs/commands/ImportModelCommand.js +2 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -3
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -1
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -3
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -1
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListFlywheelsCommand.js +2 -3
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -3
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -3
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -3
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -3
- package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -3
- package/dist-cjs/models/models_0.js +3 -882
- package/dist-cjs/models/models_1.js +1 -61
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -3
- package/dist-es/commands/CreateDatasetCommand.js +2 -3
- package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/CreateEndpointCommand.js +2 -3
- package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/CreateFlywheelCommand.js +2 -3
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/DeleteFlywheelCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeDatasetCommand.js +2 -3
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -3
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointCommand.js +2 -3
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeFlywheelCommand.js +2 -3
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -3
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -3
- package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -3
- package/dist-es/commands/ImportModelCommand.js +2 -3
- package/dist-es/commands/ListDatasetsCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -3
- package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListEndpointsCommand.js +2 -3
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -3
- package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -3
- package/dist-es/commands/ListFlywheelsCommand.js +2 -3
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -3
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -3
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartFlywheelIterationCommand.js +2 -3
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -3
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -3
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointCommand.js +2 -3
- package/dist-es/commands/UpdateFlywheelCommand.js +2 -3
- package/dist-es/models/models_0.js +1 -657
- package/dist-es/models/models_1.js +0 -45
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/Comprehend.d.ts +8 -8
- package/dist-types/ComprehendClient.d.ts +1 -1
- package/dist-types/commands/CreateFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/ImportModelCommand.d.ts +4 -4
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +124 -1002
- package/dist-types/models/models_1.d.ts +2 -62
- package/dist-types/ts3.4/models/models_0.d.ts +2 -631
- package/dist-types/ts3.4/models/models_1.d.ts +0 -45
- package/package.json +11 -10
|
@@ -25,48 +25,3 @@ export class TooManyTagKeysException extends __BaseException {
|
|
|
25
25
|
this.Message = opts.Message;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
export const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
29
|
-
...obj,
|
|
30
|
-
});
|
|
31
|
-
export const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
});
|
|
34
|
-
export const StopTrainingDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
35
|
-
...obj,
|
|
36
|
-
});
|
|
37
|
-
export const StopTrainingDocumentClassifierResponseFilterSensitiveLog = (obj) => ({
|
|
38
|
-
...obj,
|
|
39
|
-
});
|
|
40
|
-
export const StopTrainingEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
41
|
-
...obj,
|
|
42
|
-
});
|
|
43
|
-
export const StopTrainingEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
44
|
-
...obj,
|
|
45
|
-
});
|
|
46
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
47
|
-
...obj,
|
|
48
|
-
});
|
|
49
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
50
|
-
...obj,
|
|
51
|
-
});
|
|
52
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
53
|
-
...obj,
|
|
54
|
-
});
|
|
55
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
56
|
-
...obj,
|
|
57
|
-
});
|
|
58
|
-
export const UpdateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
59
|
-
...obj,
|
|
60
|
-
});
|
|
61
|
-
export const UpdateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
export const UpdateDataSecurityConfigFilterSensitiveLog = (obj) => ({
|
|
65
|
-
...obj,
|
|
66
|
-
});
|
|
67
|
-
export const UpdateFlywheelRequestFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
export const UpdateFlywheelResponseFilterSensitiveLog = (obj) => ({
|
|
71
|
-
...obj,
|
|
72
|
-
});
|
|
@@ -6367,6 +6367,7 @@ const deserializeAws_json1_1EntitiesDetectionJobProperties = (output, context) =
|
|
|
6367
6367
|
DataAccessRoleArn: __expectString(output.DataAccessRoleArn),
|
|
6368
6368
|
EndTime: output.EndTime != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime))) : undefined,
|
|
6369
6369
|
EntityRecognizerArn: __expectString(output.EntityRecognizerArn),
|
|
6370
|
+
FlywheelArn: __expectString(output.FlywheelArn),
|
|
6370
6371
|
InputDataConfig: output.InputDataConfig != null
|
|
6371
6372
|
? deserializeAws_json1_1InputDataConfig(output.InputDataConfig, context)
|
|
6372
6373
|
: undefined,
|
|
@@ -86,7 +86,7 @@ import { UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput } from "./comma
|
|
|
86
86
|
import { ComprehendClient } from "./ComprehendClient";
|
|
87
87
|
/**
|
|
88
88
|
* @public
|
|
89
|
-
* <p>Amazon Comprehend is an
|
|
89
|
+
* <p>Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
|
90
90
|
* Use these actions to determine the topics contained in your documents, the topics they
|
|
91
91
|
* discuss, the predominant sentiment expressed in them, the predominant language used, and
|
|
92
92
|
* more.</p>
|
|
@@ -213,7 +213,7 @@ export declare class Comprehend extends ComprehendClient {
|
|
|
213
213
|
createEntityRecognizer(args: CreateEntityRecognizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void): void;
|
|
214
214
|
/**
|
|
215
215
|
* @public
|
|
216
|
-
* <p>A flywheel is an
|
|
216
|
+
* <p>A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification
|
|
217
217
|
* or custom entity recognition. You can create a flywheel to start with an existing trained model, or
|
|
218
218
|
* Comprehend can create and train a new model.</p>
|
|
219
219
|
* <p>When you create the flywheel, Comprehend creates a data lake in your account. The data lake holds the training
|
|
@@ -483,18 +483,18 @@ export declare class Comprehend extends ComprehendClient {
|
|
|
483
483
|
/**
|
|
484
484
|
* @public
|
|
485
485
|
* <p>Creates a new custom model that replicates a source custom model that you import. The
|
|
486
|
-
* source model can be in your
|
|
487
|
-
* <p>If the source model is in another
|
|
486
|
+
* source model can be in your Amazon Web Services account or another one.</p>
|
|
487
|
+
* <p>If the source model is in another Amazon Web Services account, then it must have a resource-based policy
|
|
488
488
|
* that authorizes you to import it.</p>
|
|
489
|
-
* <p>The source model must be in the same
|
|
490
|
-
* can't import a model that's in a different
|
|
489
|
+
* <p>The source model must be in the same Amazon Web Services Region that you're using when you import. You
|
|
490
|
+
* can't import a model that's in a different Region.</p>
|
|
491
491
|
*/
|
|
492
492
|
importModel(args: ImportModelCommandInput, options?: __HttpHandlerOptions): Promise<ImportModelCommandOutput>;
|
|
493
493
|
importModel(args: ImportModelCommandInput, cb: (err: any, data?: ImportModelCommandOutput) => void): void;
|
|
494
494
|
importModel(args: ImportModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportModelCommandOutput) => void): void;
|
|
495
495
|
/**
|
|
496
496
|
* @public
|
|
497
|
-
* <p>List the datasets that you have configured in this
|
|
497
|
+
* <p>List the datasets that you have configured in this Region. For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
|
|
498
498
|
* Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
|
|
499
499
|
*/
|
|
500
500
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
@@ -630,7 +630,7 @@ export declare class Comprehend extends ComprehendClient {
|
|
|
630
630
|
/**
|
|
631
631
|
* @public
|
|
632
632
|
* <p>Attaches a resource-based policy to a custom model. You can use this policy to authorize
|
|
633
|
-
* an entity in another
|
|
633
|
+
* an entity in another Amazon Web Services account to import the custom model, which replicates it in Amazon
|
|
634
634
|
* Comprehend in their account.</p>
|
|
635
635
|
*/
|
|
636
636
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
@@ -227,7 +227,7 @@ export interface ComprehendClientResolvedConfig extends ComprehendClientResolved
|
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* @public
|
|
230
|
-
* <p>Amazon Comprehend is an
|
|
230
|
+
* <p>Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
|
231
231
|
* Use these actions to determine the topics contained in your documents, the topics they
|
|
232
232
|
* discuss, the predominant sentiment expressed in them, the predominant language used, and
|
|
233
233
|
* more.</p>
|
|
@@ -19,7 +19,7 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>A flywheel is an
|
|
22
|
+
* <p>A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification
|
|
23
23
|
* or custom entity recognition. You can create a flywheel to start with an existing trained model, or
|
|
24
24
|
* Comprehend can create and train a new model.</p>
|
|
25
25
|
* <p>When you create the flywheel, Comprehend creates a data lake in your account. The data lake holds the training
|
|
@@ -20,11 +20,11 @@ export interface ImportModelCommandOutput extends ImportModelResponse, __Metadat
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates a new custom model that replicates a source custom model that you import. The
|
|
23
|
-
* source model can be in your
|
|
24
|
-
* <p>If the source model is in another
|
|
23
|
+
* source model can be in your Amazon Web Services account or another one.</p>
|
|
24
|
+
* <p>If the source model is in another Amazon Web Services account, then it must have a resource-based policy
|
|
25
25
|
* that authorizes you to import it.</p>
|
|
26
|
-
* <p>The source model must be in the same
|
|
27
|
-
* can't import a model that's in a different
|
|
26
|
+
* <p>The source model must be in the same Amazon Web Services Region that you're using when you import. You
|
|
27
|
+
* can't import a model that's in a different Region.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -19,7 +19,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>List the datasets that you have configured in this
|
|
22
|
+
* <p>List the datasets that you have configured in this Region. For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
|
|
23
23
|
* Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -20,7 +20,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Attaches a resource-based policy to a custom model. You can use this policy to authorize
|
|
23
|
-
* an entity in another
|
|
23
|
+
* an entity in another Amazon Web Services account to import the custom model, which replicates it in Amazon
|
|
24
24
|
* Comprehend in their account.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|