@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.
@@ -19,14 +19,14 @@ export interface StopEntitiesDetectionJobResponse {
19
19
  * <p>The identifier of the entities detection job to stop.</p>
20
20
  * @public
21
21
  */
22
- JobId?: string;
22
+ JobId?: string | undefined;
23
23
  /**
24
24
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
25
25
  * <code>STOPPED</code> if the job was previously stopped with the
26
26
  * <code>StopEntitiesDetectionJob</code> operation.</p>
27
27
  * @public
28
28
  */
29
- JobStatus?: JobStatus;
29
+ JobStatus?: JobStatus | undefined;
30
30
  }
31
31
  /**
32
32
  * @public
@@ -46,12 +46,12 @@ export interface StopEventsDetectionJobResponse {
46
46
  * <p>The identifier of the events detection job to stop.</p>
47
47
  * @public
48
48
  */
49
- JobId?: string;
49
+ JobId?: string | undefined;
50
50
  /**
51
51
  * <p>The status of the events detection job.</p>
52
52
  * @public
53
53
  */
54
- JobStatus?: JobStatus;
54
+ JobStatus?: JobStatus | undefined;
55
55
  }
56
56
  /**
57
57
  * @public
@@ -71,14 +71,14 @@ export interface StopKeyPhrasesDetectionJobResponse {
71
71
  * <p>The identifier of the key phrases detection job to stop.</p>
72
72
  * @public
73
73
  */
74
- JobId?: string;
74
+ JobId?: string | undefined;
75
75
  /**
76
76
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
77
77
  * <code>STOPPED</code> if the job was previously stopped with the
78
78
  * <code>StopKeyPhrasesDetectionJob</code> operation.</p>
79
79
  * @public
80
80
  */
81
- JobStatus?: JobStatus;
81
+ JobStatus?: JobStatus | undefined;
82
82
  }
83
83
  /**
84
84
  * @public
@@ -98,12 +98,12 @@ export interface StopPiiEntitiesDetectionJobResponse {
98
98
  * <p>The identifier of the PII entities detection job to stop.</p>
99
99
  * @public
100
100
  */
101
- JobId?: string;
101
+ JobId?: string | undefined;
102
102
  /**
103
103
  * <p>The status of the PII entities detection job.</p>
104
104
  * @public
105
105
  */
106
- JobStatus?: JobStatus;
106
+ JobStatus?: JobStatus | undefined;
107
107
  }
108
108
  /**
109
109
  * @public
@@ -123,14 +123,14 @@ export interface StopSentimentDetectionJobResponse {
123
123
  * <p>The identifier of the sentiment detection job to stop.</p>
124
124
  * @public
125
125
  */
126
- JobId?: string;
126
+ JobId?: string | undefined;
127
127
  /**
128
128
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
129
129
  * <code>STOPPED</code> if the job was previously stopped with the
130
130
  * <code>StopSentimentDetectionJob</code> operation.</p>
131
131
  * @public
132
132
  */
133
- JobStatus?: JobStatus;
133
+ JobStatus?: JobStatus | undefined;
134
134
  }
135
135
  /**
136
136
  * @public
@@ -150,14 +150,14 @@ export interface StopTargetedSentimentDetectionJobResponse {
150
150
  * <p>The identifier of the targeted sentiment detection job to stop.</p>
151
151
  * @public
152
152
  */
153
- JobId?: string;
153
+ JobId?: string | undefined;
154
154
  /**
155
155
  * <p>Either <code>STOP_REQUESTED</code> if the job is currently running, or
156
156
  * <code>STOPPED</code> if the job was previously stopped with the
157
157
  * <code>StopSentimentDetectionJob</code> operation.</p>
158
158
  * @public
159
159
  */
160
- JobStatus?: JobStatus;
160
+ JobStatus?: JobStatus | undefined;
161
161
  }
162
162
  /**
163
163
  * @public
@@ -199,7 +199,7 @@ export interface StopTrainingEntityRecognizerResponse {
199
199
  export declare class ConcurrentModificationException extends __BaseException {
200
200
  readonly name: "ConcurrentModificationException";
201
201
  readonly $fault: "client";
202
- Message?: string;
202
+ Message?: string | undefined;
203
203
  /**
204
204
  * @internal
205
205
  */
@@ -235,7 +235,7 @@ export interface TagResourceResponse {
235
235
  export declare class TooManyTagKeysException extends __BaseException {
236
236
  readonly name: "TooManyTagKeysException";
237
237
  readonly $fault: "client";
238
- Message?: string;
238
+ Message?: string | undefined;
239
239
  /**
240
240
  * @internal
241
241
  */
@@ -278,24 +278,24 @@ export interface UpdateEndpointRequest {
278
278
  * <p>The ARN of the new model to use when updating an existing endpoint.</p>
279
279
  * @public
280
280
  */
281
- DesiredModelArn?: string;
281
+ DesiredModelArn?: string | undefined;
282
282
  /**
283
283
  * <p> The desired number of inference units to be used by the model using this endpoint.
284
284
  *
285
285
  * Each inference unit represents of a throughput of 100 characters per second.</p>
286
286
  * @public
287
287
  */
288
- DesiredInferenceUnits?: number;
288
+ DesiredInferenceUnits?: number | undefined;
289
289
  /**
290
290
  * <p>Data access role ARN to use in case the new model is encrypted with a customer CMK.</p>
291
291
  * @public
292
292
  */
293
- DesiredDataAccessRoleArn?: string;
293
+ DesiredDataAccessRoleArn?: string | undefined;
294
294
  /**
295
295
  * <p>The Amazon Resource Number (ARN) of the flywheel</p>
296
296
  * @public
297
297
  */
298
- FlywheelArn?: string;
298
+ FlywheelArn?: string | undefined;
299
299
  }
300
300
  /**
301
301
  * @public
@@ -305,7 +305,7 @@ export interface UpdateEndpointResponse {
305
305
  * <p>The Amazon Resource Number (ARN) of the new model.</p>
306
306
  * @public
307
307
  */
308
- DesiredModelArn?: string;
308
+ DesiredModelArn?: string | undefined;
309
309
  }
310
310
  /**
311
311
  * <p>Data security configuration.</p>
@@ -328,19 +328,19 @@ export interface UpdateDataSecurityConfig {
328
328
  * </ul>
329
329
  * @public
330
330
  */
331
- ModelKmsKeyId?: string;
331
+ ModelKmsKeyId?: string | undefined;
332
332
  /**
333
333
  * <p>ID for the KMS key that Amazon Comprehend uses to encrypt the volume.</p>
334
334
  * @public
335
335
  */
336
- VolumeKmsKeyId?: string;
336
+ VolumeKmsKeyId?: string | undefined;
337
337
  /**
338
338
  * <p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing
339
339
  * the resources you are using for the job. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html">Amazon
340
340
  * VPC</a>. </p>
341
341
  * @public
342
342
  */
343
- VpcConfig?: VpcConfig;
343
+ VpcConfig?: VpcConfig | undefined;
344
344
  }
345
345
  /**
346
346
  * @public
@@ -355,18 +355,18 @@ export interface UpdateFlywheelRequest {
355
355
  * <p>The Amazon Resource Number (ARN) of the active model version.</p>
356
356
  * @public
357
357
  */
358
- ActiveModelArn?: string;
358
+ ActiveModelArn?: string | undefined;
359
359
  /**
360
360
  * <p>The Amazon Resource Name (ARN) of the IAM role that
361
361
  * grants Amazon Comprehend permission to access the flywheel data.</p>
362
362
  * @public
363
363
  */
364
- DataAccessRoleArn?: string;
364
+ DataAccessRoleArn?: string | undefined;
365
365
  /**
366
366
  * <p>Flywheel data security configuration.</p>
367
367
  * @public
368
368
  */
369
- DataSecurityConfig?: UpdateDataSecurityConfig;
369
+ DataSecurityConfig?: UpdateDataSecurityConfig | undefined;
370
370
  }
371
371
  /**
372
372
  * @public
@@ -376,5 +376,5 @@ export interface UpdateFlywheelResponse {
376
376
  * <p>The flywheel properties.</p>
377
377
  * @public
378
378
  */
379
- FlywheelProperties?: FlywheelProperties;
379
+ FlywheelProperties?: FlywheelProperties | undefined;
380
380
  }