@aws-sdk/client-comprehend 3.686.0 → 3.691.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.
|
@@ -5,43 +5,43 @@ export interface StopEntitiesDetectionJobRequest {
|
|
|
5
5
|
JobId: string | undefined;
|
|
6
6
|
}
|
|
7
7
|
export interface StopEntitiesDetectionJobResponse {
|
|
8
|
-
JobId?: string;
|
|
9
|
-
JobStatus?: JobStatus;
|
|
8
|
+
JobId?: string | undefined;
|
|
9
|
+
JobStatus?: JobStatus | undefined;
|
|
10
10
|
}
|
|
11
11
|
export interface StopEventsDetectionJobRequest {
|
|
12
12
|
JobId: string | undefined;
|
|
13
13
|
}
|
|
14
14
|
export interface StopEventsDetectionJobResponse {
|
|
15
|
-
JobId?: string;
|
|
16
|
-
JobStatus?: JobStatus;
|
|
15
|
+
JobId?: string | undefined;
|
|
16
|
+
JobStatus?: JobStatus | undefined;
|
|
17
17
|
}
|
|
18
18
|
export interface StopKeyPhrasesDetectionJobRequest {
|
|
19
19
|
JobId: string | undefined;
|
|
20
20
|
}
|
|
21
21
|
export interface StopKeyPhrasesDetectionJobResponse {
|
|
22
|
-
JobId?: string;
|
|
23
|
-
JobStatus?: JobStatus;
|
|
22
|
+
JobId?: string | undefined;
|
|
23
|
+
JobStatus?: JobStatus | undefined;
|
|
24
24
|
}
|
|
25
25
|
export interface StopPiiEntitiesDetectionJobRequest {
|
|
26
26
|
JobId: string | undefined;
|
|
27
27
|
}
|
|
28
28
|
export interface StopPiiEntitiesDetectionJobResponse {
|
|
29
|
-
JobId?: string;
|
|
30
|
-
JobStatus?: JobStatus;
|
|
29
|
+
JobId?: string | undefined;
|
|
30
|
+
JobStatus?: JobStatus | undefined;
|
|
31
31
|
}
|
|
32
32
|
export interface StopSentimentDetectionJobRequest {
|
|
33
33
|
JobId: string | undefined;
|
|
34
34
|
}
|
|
35
35
|
export interface StopSentimentDetectionJobResponse {
|
|
36
|
-
JobId?: string;
|
|
37
|
-
JobStatus?: JobStatus;
|
|
36
|
+
JobId?: string | undefined;
|
|
37
|
+
JobStatus?: JobStatus | undefined;
|
|
38
38
|
}
|
|
39
39
|
export interface StopTargetedSentimentDetectionJobRequest {
|
|
40
40
|
JobId: string | undefined;
|
|
41
41
|
}
|
|
42
42
|
export interface StopTargetedSentimentDetectionJobResponse {
|
|
43
|
-
JobId?: string;
|
|
44
|
-
JobStatus?: JobStatus;
|
|
43
|
+
JobId?: string | undefined;
|
|
44
|
+
JobStatus?: JobStatus | undefined;
|
|
45
45
|
}
|
|
46
46
|
export interface StopTrainingDocumentClassifierRequest {
|
|
47
47
|
DocumentClassifierArn: string | undefined;
|
|
@@ -54,7 +54,7 @@ export interface StopTrainingEntityRecognizerResponse {}
|
|
|
54
54
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
55
55
|
readonly name: "ConcurrentModificationException";
|
|
56
56
|
readonly $fault: "client";
|
|
57
|
-
Message?: string;
|
|
57
|
+
Message?: string | undefined;
|
|
58
58
|
constructor(
|
|
59
59
|
opts: __ExceptionOptionType<
|
|
60
60
|
ConcurrentModificationException,
|
|
@@ -70,7 +70,7 @@ export interface TagResourceResponse {}
|
|
|
70
70
|
export declare class TooManyTagKeysException extends __BaseException {
|
|
71
71
|
readonly name: "TooManyTagKeysException";
|
|
72
72
|
readonly $fault: "client";
|
|
73
|
-
Message?: string;
|
|
73
|
+
Message?: string | undefined;
|
|
74
74
|
constructor(
|
|
75
75
|
opts: __ExceptionOptionType<TooManyTagKeysException, __BaseException>
|
|
76
76
|
);
|
|
@@ -82,25 +82,25 @@ export interface UntagResourceRequest {
|
|
|
82
82
|
export interface UntagResourceResponse {}
|
|
83
83
|
export interface UpdateEndpointRequest {
|
|
84
84
|
EndpointArn: string | undefined;
|
|
85
|
-
DesiredModelArn?: string;
|
|
86
|
-
DesiredInferenceUnits?: number;
|
|
87
|
-
DesiredDataAccessRoleArn?: string;
|
|
88
|
-
FlywheelArn?: string;
|
|
85
|
+
DesiredModelArn?: string | undefined;
|
|
86
|
+
DesiredInferenceUnits?: number | undefined;
|
|
87
|
+
DesiredDataAccessRoleArn?: string | undefined;
|
|
88
|
+
FlywheelArn?: string | undefined;
|
|
89
89
|
}
|
|
90
90
|
export interface UpdateEndpointResponse {
|
|
91
|
-
DesiredModelArn?: string;
|
|
91
|
+
DesiredModelArn?: string | undefined;
|
|
92
92
|
}
|
|
93
93
|
export interface UpdateDataSecurityConfig {
|
|
94
|
-
ModelKmsKeyId?: string;
|
|
95
|
-
VolumeKmsKeyId?: string;
|
|
96
|
-
VpcConfig?: VpcConfig;
|
|
94
|
+
ModelKmsKeyId?: string | undefined;
|
|
95
|
+
VolumeKmsKeyId?: string | undefined;
|
|
96
|
+
VpcConfig?: VpcConfig | undefined;
|
|
97
97
|
}
|
|
98
98
|
export interface UpdateFlywheelRequest {
|
|
99
99
|
FlywheelArn: string | undefined;
|
|
100
|
-
ActiveModelArn?: string;
|
|
101
|
-
DataAccessRoleArn?: string;
|
|
102
|
-
DataSecurityConfig?: UpdateDataSecurityConfig;
|
|
100
|
+
ActiveModelArn?: string | undefined;
|
|
101
|
+
DataAccessRoleArn?: string | undefined;
|
|
102
|
+
DataSecurityConfig?: UpdateDataSecurityConfig | undefined;
|
|
103
103
|
}
|
|
104
104
|
export interface UpdateFlywheelResponse {
|
|
105
|
-
FlywheelProperties?: FlywheelProperties;
|
|
105
|
+
FlywheelProperties?: FlywheelProperties | undefined;
|
|
106
106
|
}
|
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.691.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,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.691.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.691.0",
|
|
25
|
+
"@aws-sdk/core": "3.691.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.691.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.686.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.686.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.686.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.691.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.686.0",
|
|
32
32
|
"@aws-sdk/types": "3.686.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.686.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.686.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.691.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.10",
|
|
37
37
|
"@smithy/core": "^2.5.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.0.0",
|