@aws-sdk/client-comprehend 3.888.0 → 3.891.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.
Files changed (86) hide show
  1. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -0
  2. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -0
  3. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -0
  4. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -0
  5. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -0
  6. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -0
  7. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -0
  8. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -0
  17. package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -0
  18. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  19. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -0
  22. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -0
  25. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -0
  28. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -0
  30. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
  32. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -0
  34. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -0
  35. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -0
  36. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -0
  37. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -0
  38. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -0
  39. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -0
  40. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -0
  41. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -0
  42. package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -0
  43. package/dist-types/commands/ImportModelCommand.d.ts +2 -0
  44. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
  45. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -0
  46. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -0
  47. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -0
  48. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -0
  49. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -0
  50. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -0
  51. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -0
  52. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -0
  53. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -0
  54. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -0
  55. package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -0
  56. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -0
  57. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -0
  58. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  60. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -0
  61. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -0
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
  63. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -0
  64. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -0
  65. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -0
  66. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -0
  67. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -0
  68. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -0
  69. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -0
  70. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -0
  71. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -0
  72. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -0
  73. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -0
  74. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -0
  75. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -0
  76. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -0
  77. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -0
  78. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -0
  79. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -0
  80. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -0
  81. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -0
  82. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  83. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  84. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -0
  85. package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -0
  86. package/package.json +19 -19
@@ -35,6 +35,8 @@ declare const BatchDetectDominantLanguageCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, BatchDetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, BatchDetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // BatchDetectDominantLanguageRequest
40
42
  * TextList: [ // CustomerInputStringList // required
@@ -36,6 +36,8 @@ declare const BatchDetectEntitiesCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, BatchDetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, BatchDetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // BatchDetectEntitiesRequest
41
43
  * TextList: [ // CustomerInputStringList // required
@@ -33,6 +33,8 @@ declare const BatchDetectKeyPhrasesCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, BatchDetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, BatchDetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // BatchDetectKeyPhrasesRequest
38
40
  * TextList: [ // CustomerInputStringList // required
@@ -35,6 +35,8 @@ declare const BatchDetectSentimentCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, BatchDetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, BatchDetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // BatchDetectSentimentRequest
40
42
  * TextList: [ // CustomerInputStringList // required
@@ -36,6 +36,8 @@ declare const BatchDetectSyntaxCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, BatchDetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, BatchDetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // BatchDetectSyntaxRequest
41
43
  * TextList: [ // CustomerInputStringList // required
@@ -35,6 +35,8 @@ declare const BatchDetectTargetedSentimentCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, BatchDetectTargetedSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, BatchDetectTargetedSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // BatchDetectTargetedSentimentRequest
40
42
  * TextList: [ // CustomerInputStringList // required
@@ -56,6 +56,8 @@ declare const ClassifyDocumentCommand_base: {
56
56
  * ```javascript
57
57
  * import { ComprehendClient, ClassifyDocumentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
58
58
  * // const { ComprehendClient, ClassifyDocumentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
59
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
60
+ * const config = {}; // type is ComprehendClientConfig
59
61
  * const client = new ComprehendClient(config);
60
62
  * const input = { // ClassifyDocumentRequest
61
63
  * Text: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const ContainsPiiEntitiesCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, ContainsPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, ContainsPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // ContainsPiiEntitiesRequest
40
42
  * Text: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const CreateDatasetCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, CreateDatasetCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, CreateDatasetCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // CreateDatasetRequest
40
42
  * FlywheelArn: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const CreateDocumentClassifierCommand_base: {
38
38
  * ```javascript
39
39
  * import { ComprehendClient, CreateDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
40
40
  * // const { ComprehendClient, CreateDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
41
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
42
+ * const config = {}; // type is ComprehendClientConfig
41
43
  * const client = new ComprehendClient(config);
42
44
  * const input = { // CreateDocumentClassifierRequest
43
45
  * DocumentClassifierName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const CreateEndpointCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, CreateEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, CreateEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // CreateEndpointRequest
40
42
  * EndpointName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const CreateEntityRecognizerCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, CreateEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, CreateEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // CreateEntityRecognizerRequest
40
42
  * RecognizerName: "STRING_VALUE", // required
@@ -43,6 +43,8 @@ declare const CreateFlywheelCommand_base: {
43
43
  * ```javascript
44
44
  * import { ComprehendClient, CreateFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
45
45
  * // const { ComprehendClient, CreateFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
46
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
47
+ * const config = {}; // type is ComprehendClientConfig
46
48
  * const client = new ComprehendClient(config);
47
49
  * const input = { // CreateFlywheelRequest
48
50
  * FlywheelName: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const DeleteDocumentClassifierCommand_base: {
39
39
  * ```javascript
40
40
  * import { ComprehendClient, DeleteDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
41
41
  * // const { ComprehendClient, DeleteDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
42
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
43
+ * const config = {}; // type is ComprehendClientConfig
42
44
  * const client = new ComprehendClient(config);
43
45
  * const input = { // DeleteDocumentClassifierRequest
44
46
  * DocumentClassifierArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DeleteEndpointCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, DeleteEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, DeleteEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // DeleteEndpointRequest
40
42
  * EndpointArn: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const DeleteEntityRecognizerCommand_base: {
39
39
  * ```javascript
40
40
  * import { ComprehendClient, DeleteEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
41
41
  * // const { ComprehendClient, DeleteEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
42
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
43
+ * const config = {}; // type is ComprehendClientConfig
42
44
  * const client = new ComprehendClient(config);
43
45
  * const input = { // DeleteEntityRecognizerRequest
44
46
  * EntityRecognizerArn: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteFlywheelCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, DeleteFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, DeleteFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // DeleteFlywheelRequest
41
43
  * FlywheelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // DeleteResourcePolicyRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeDatasetCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, DescribeDatasetCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, DescribeDatasetCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // DescribeDatasetRequest
40
42
  * DatasetArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeDocumentClassificationJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeDocumentClassificationJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeDocumentClassifierCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, DescribeDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, DescribeDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // DescribeDocumentClassifierRequest
38
40
  * DocumentClassifierArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeDominantLanguageDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeEndpointCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, DescribeEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, DescribeEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // DescribeEndpointRequest
40
42
  * EndpointArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeEntitiesDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeEntitiesDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeEntityRecognizerCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeEntityRecognizerRequest
39
41
  * EntityRecognizerArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeEventsDetectionJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, DescribeEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, DescribeEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // DescribeEventsDetectionJobRequest
38
40
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeFlywheelCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeFlywheelRequest
39
41
  * FlywheelArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeFlywheelIterationCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, DescribeFlywheelIterationCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, DescribeFlywheelIterationCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // DescribeFlywheelIterationRequest
40
42
  * FlywheelArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeKeyPhrasesDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribePiiEntitiesDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeResourcePolicyCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeResourcePolicyRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeSentimentDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeSentimentDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeTargetedSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeTargetedSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeTargetedSentimentDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeTopicsDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DescribeTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DescribeTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DescribeTopicsDetectionJobRequest
39
41
  * JobId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DetectDominantLanguageCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DetectDominantLanguageRequest
39
41
  * Text: "STRING_VALUE", // required
@@ -48,6 +48,8 @@ declare const DetectEntitiesCommand_base: {
48
48
  * ```javascript
49
49
  * import { ComprehendClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
50
50
  * // const { ComprehendClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
51
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
52
+ * const config = {}; // type is ComprehendClientConfig
51
53
  * const client = new ComprehendClient(config);
52
54
  * const input = { // DetectEntitiesRequest
53
55
  * Text: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DetectKeyPhrasesCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, DetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, DetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // DetectKeyPhrasesRequest
38
40
  * Text: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DetectPiiEntitiesCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DetectPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DetectPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DetectPiiEntitiesRequest
39
41
  * Text: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DetectSentimentCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DetectSentimentRequest
39
41
  * Text: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DetectSyntaxCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, DetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, DetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // DetectSyntaxRequest
41
43
  * Text: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DetectTargetedSentimentCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, DetectTargetedSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, DetectTargetedSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // DetectTargetedSentimentRequest
39
41
  * Text: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DetectToxicContentCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, DetectToxicContentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, DetectToxicContentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // DetectToxicContentRequest
41
43
  * TextSegments: [ // ListOfTextSegments // required
@@ -38,6 +38,8 @@ declare const ImportModelCommand_base: {
38
38
  * ```javascript
39
39
  * import { ComprehendClient, ImportModelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
40
40
  * // const { ComprehendClient, ImportModelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
41
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
42
+ * const config = {}; // type is ComprehendClientConfig
41
43
  * const client = new ComprehendClient(config);
42
44
  * const input = { // ImportModelRequest
43
45
  * SourceModelArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ListDatasetsCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, ListDatasetsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, ListDatasetsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // ListDatasetsRequest
39
41
  * FlywheelArn: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListDocumentClassificationJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListDocumentClassificationJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListDocumentClassificationJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListDocumentClassificationJobsRequest
38
40
  * Filter: { // DocumentClassificationJobFilter
@@ -33,6 +33,8 @@ declare const ListDocumentClassifierSummariesCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListDocumentClassifierSummariesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListDocumentClassifierSummariesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListDocumentClassifierSummariesRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListDocumentClassifiersCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListDocumentClassifiersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListDocumentClassifiersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListDocumentClassifiersRequest
38
40
  * Filter: { // DocumentClassifierFilter
@@ -33,6 +33,8 @@ declare const ListDominantLanguageDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListDominantLanguageDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListDominantLanguageDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListDominantLanguageDetectionJobsRequest
38
40
  * Filter: { // DominantLanguageDetectionJobFilter
@@ -34,6 +34,8 @@ declare const ListEndpointsCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, ListEndpointsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, ListEndpointsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // ListEndpointsRequest
39
41
  * Filter: { // EndpointFilter
@@ -33,6 +33,8 @@ declare const ListEntitiesDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListEntitiesDetectionJobsRequest
38
40
  * Filter: { // EntitiesDetectionJobFilter
@@ -33,6 +33,8 @@ declare const ListEntityRecognizerSummariesCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListEntityRecognizerSummariesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListEntityRecognizerSummariesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListEntityRecognizerSummariesRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -38,6 +38,8 @@ declare const ListEntityRecognizersCommand_base: {
38
38
  * ```javascript
39
39
  * import { ComprehendClient, ListEntityRecognizersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
40
40
  * // const { ComprehendClient, ListEntityRecognizersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
41
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
42
+ * const config = {}; // type is ComprehendClientConfig
41
43
  * const client = new ComprehendClient(config);
42
44
  * const input = { // ListEntityRecognizersRequest
43
45
  * Filter: { // EntityRecognizerFilter
@@ -33,6 +33,8 @@ declare const ListEventsDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListEventsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListEventsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListEventsDetectionJobsRequest
38
40
  * Filter: { // EventsDetectionJobFilter
@@ -35,6 +35,8 @@ declare const ListFlywheelIterationHistoryCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, ListFlywheelIterationHistoryCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, ListFlywheelIterationHistoryCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // ListFlywheelIterationHistoryRequest
40
42
  * FlywheelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListFlywheelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListFlywheelsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListFlywheelsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListFlywheelsRequest
38
40
  * Filter: { // FlywheelFilter
@@ -33,6 +33,8 @@ declare const ListKeyPhrasesDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListKeyPhrasesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListKeyPhrasesDetectionJobsRequest
38
40
  * Filter: { // KeyPhrasesDetectionJobFilter
@@ -33,6 +33,8 @@ declare const ListPiiEntitiesDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListPiiEntitiesDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListPiiEntitiesDetectionJobsRequest
38
40
  * Filter: { // PiiEntitiesDetectionJobFilter
@@ -33,6 +33,8 @@ declare const ListSentimentDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListSentimentDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListSentimentDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListSentimentDetectionJobsRequest
38
40
  * Filter: { // SentimentDetectionJobFilter
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListTagsForResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListTagsForResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListTargetedSentimentDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListTargetedSentimentDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListTargetedSentimentDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListTargetedSentimentDetectionJobsRequest
38
40
  * Filter: { // TargetedSentimentDetectionJobFilter
@@ -33,6 +33,8 @@ declare const ListTopicsDetectionJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, ListTopicsDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, ListTopicsDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // ListTopicsDetectionJobsRequest
38
40
  * Filter: { // TopicsDetectionJobFilter
@@ -35,6 +35,8 @@ declare const PutResourcePolicyCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, PutResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, PutResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // PutResourcePolicyRequest
40
42
  * ResourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const StartDocumentClassificationJobCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartDocumentClassificationJobRequest
40
42
  * JobName: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const StartDominantLanguageDetectionJobCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartDominantLanguageDetectionJobRequest
40
42
  * InputDataConfig: { // InputDataConfig
@@ -37,6 +37,8 @@ declare const StartEntitiesDetectionJobCommand_base: {
37
37
  * ```javascript
38
38
  * import { ComprehendClient, StartEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
39
39
  * // const { ComprehendClient, StartEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
40
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
41
+ * const config = {}; // type is ComprehendClientConfig
40
42
  * const client = new ComprehendClient(config);
41
43
  * const input = { // StartEntitiesDetectionJobRequest
42
44
  * InputDataConfig: { // InputDataConfig
@@ -33,6 +33,8 @@ declare const StartEventsDetectionJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, StartEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, StartEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // StartEventsDetectionJobRequest
38
40
  * InputDataConfig: { // InputDataConfig
@@ -35,6 +35,8 @@ declare const StartFlywheelIterationCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartFlywheelIterationCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartFlywheelIterationCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartFlywheelIterationRequest
40
42
  * FlywheelArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const StartKeyPhrasesDetectionJobCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartKeyPhrasesDetectionJobRequest
40
42
  * InputDataConfig: { // InputDataConfig
@@ -33,6 +33,8 @@ declare const StartPiiEntitiesDetectionJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, StartPiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, StartPiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // StartPiiEntitiesDetectionJobRequest
38
40
  * InputDataConfig: { // InputDataConfig
@@ -35,6 +35,8 @@ declare const StartSentimentDetectionJobCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartSentimentDetectionJobRequest
40
42
  * InputDataConfig: { // InputDataConfig
@@ -35,6 +35,8 @@ declare const StartTargetedSentimentDetectionJobCommand_base: {
35
35
  * ```javascript
36
36
  * import { ComprehendClient, StartTargetedSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
37
37
  * // const { ComprehendClient, StartTargetedSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
38
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
39
+ * const config = {}; // type is ComprehendClientConfig
38
40
  * const client = new ComprehendClient(config);
39
41
  * const input = { // StartTargetedSentimentDetectionJobRequest
40
42
  * InputDataConfig: { // InputDataConfig
@@ -34,6 +34,8 @@ declare const StartTopicsDetectionJobCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, StartTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, StartTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // StartTopicsDetectionJobRequest
39
41
  * InputDataConfig: { // InputDataConfig
@@ -42,6 +42,8 @@ declare const StopDominantLanguageDetectionJobCommand_base: {
42
42
  * ```javascript
43
43
  * import { ComprehendClient, StopDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
44
44
  * // const { ComprehendClient, StopDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
45
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
46
+ * const config = {}; // type is ComprehendClientConfig
45
47
  * const client = new ComprehendClient(config);
46
48
  * const input = { // StopDominantLanguageDetectionJobRequest
47
49
  * JobId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const StopEntitiesDetectionJobCommand_base: {
42
42
  * ```javascript
43
43
  * import { ComprehendClient, StopEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
44
44
  * // const { ComprehendClient, StopEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
45
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
46
+ * const config = {}; // type is ComprehendClientConfig
45
47
  * const client = new ComprehendClient(config);
46
48
  * const input = { // StopEntitiesDetectionJobRequest
47
49
  * JobId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StopEventsDetectionJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, StopEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, StopEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // StopEventsDetectionJobRequest
38
40
  * JobId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const StopKeyPhrasesDetectionJobCommand_base: {
42
42
  * ```javascript
43
43
  * import { ComprehendClient, StopKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
44
44
  * // const { ComprehendClient, StopKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
45
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
46
+ * const config = {}; // type is ComprehendClientConfig
45
47
  * const client = new ComprehendClient(config);
46
48
  * const input = { // StopKeyPhrasesDetectionJobRequest
47
49
  * JobId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StopPiiEntitiesDetectionJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, StopPiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, StopPiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // StopPiiEntitiesDetectionJobRequest
38
40
  * JobId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const StopSentimentDetectionJobCommand_base: {
42
42
  * ```javascript
43
43
  * import { ComprehendClient, StopSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
44
44
  * // const { ComprehendClient, StopSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
45
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
46
+ * const config = {}; // type is ComprehendClientConfig
45
47
  * const client = new ComprehendClient(config);
46
48
  * const input = { // StopSentimentDetectionJobRequest
47
49
  * JobId: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const StopTargetedSentimentDetectionJobCommand_base: {
42
42
  * ```javascript
43
43
  * import { ComprehendClient, StopTargetedSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
44
44
  * // const { ComprehendClient, StopTargetedSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
45
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
46
+ * const config = {}; // type is ComprehendClientConfig
45
47
  * const client = new ComprehendClient(config);
46
48
  * const input = { // StopTargetedSentimentDetectionJobRequest
47
49
  * JobId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const StopTrainingDocumentClassifierCommand_base: {
38
38
  * ```javascript
39
39
  * import { ComprehendClient, StopTrainingDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
40
40
  * // const { ComprehendClient, StopTrainingDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
41
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
42
+ * const config = {}; // type is ComprehendClientConfig
41
43
  * const client = new ComprehendClient(config);
42
44
  * const input = { // StopTrainingDocumentClassifierRequest
43
45
  * DocumentClassifierArn: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const StopTrainingEntityRecognizerCommand_base: {
38
38
  * ```javascript
39
39
  * import { ComprehendClient, StopTrainingEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
40
40
  * // const { ComprehendClient, StopTrainingEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
41
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
42
+ * const config = {}; // type is ComprehendClientConfig
41
43
  * const client = new ComprehendClient(config);
42
44
  * const input = { // StopTrainingEntityRecognizerRequest
43
45
  * EntityRecognizerArn: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const TagResourceCommand_base: {
36
36
  * ```javascript
37
37
  * import { ComprehendClient, TagResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
38
38
  * // const { ComprehendClient, TagResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
39
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
40
+ * const config = {}; // type is ComprehendClientConfig
39
41
  * const client = new ComprehendClient(config);
40
42
  * const input = { // TagResourceRequest
41
43
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, UntagResourceCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, UntagResourceCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UpdateEndpointCommand_base: {
34
34
  * ```javascript
35
35
  * import { ComprehendClient, UpdateEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
36
36
  * // const { ComprehendClient, UpdateEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
37
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
38
+ * const config = {}; // type is ComprehendClientConfig
37
39
  * const client = new ComprehendClient(config);
38
40
  * const input = { // UpdateEndpointRequest
39
41
  * EndpointArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateFlywheelCommand_base: {
33
33
  * ```javascript
34
34
  * import { ComprehendClient, UpdateFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
35
35
  * // const { ComprehendClient, UpdateFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
36
+ * // import type { ComprehendClientConfig } from "@aws-sdk/client-comprehend";
37
+ * const config = {}; // type is ComprehendClientConfig
36
38
  * const client = new ComprehendClient(config);
37
39
  * const input = { // UpdateFlywheelRequest
38
40
  * FlywheelArn: "STRING_VALUE", // required
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.888.0",
4
+ "version": "3.891.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,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
55
+ "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",