@aws-sdk/client-sagemaker-a2i-runtime 3.428.0 → 3.429.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.
@@ -135,7 +135,7 @@ export interface DescribeHumanLoopResponse {
135
135
  * @public
136
136
  * <p>The status of the human loop. </p>
137
137
  */
138
- HumanLoopStatus: HumanLoopStatus | string | undefined;
138
+ HumanLoopStatus: HumanLoopStatus | undefined;
139
139
  /**
140
140
  * @public
141
141
  * <p>The name of the human loop. The name must be lowercase, unique within the Region in your
@@ -194,7 +194,7 @@ export interface ListHumanLoopsRequest {
194
194
  * <p>Optional. The order for displaying results. Valid values: <code>Ascending</code> and
195
195
  * <code>Descending</code>.</p>
196
196
  */
197
- SortOrder?: SortOrder | string;
197
+ SortOrder?: SortOrder;
198
198
  /**
199
199
  * @public
200
200
  * <p>A token to display the next page of results.</p>
@@ -222,7 +222,7 @@ export interface HumanLoopSummary {
222
222
  * @public
223
223
  * <p>The status of the human loop. </p>
224
224
  */
225
- HumanLoopStatus?: HumanLoopStatus | string;
225
+ HumanLoopStatus?: HumanLoopStatus;
226
226
  /**
227
227
  * @public
228
228
  * <p>When Amazon Augmented AI created the human loop.</p>
@@ -310,7 +310,7 @@ export interface HumanLoopDataAttributes {
310
310
  * <p>Declares that your content is free of personally identifiable information or adult content.</p>
311
311
  * <p>Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.</p>
312
312
  */
313
- ContentClassifiers: (ContentClassifier | string)[] | undefined;
313
+ ContentClassifiers: ContentClassifier[] | undefined;
314
314
  }
315
315
  /**
316
316
  * @public
@@ -55,7 +55,7 @@ export interface DescribeHumanLoopResponse {
55
55
  CreationTime: Date | undefined;
56
56
  FailureReason?: string;
57
57
  FailureCode?: string;
58
- HumanLoopStatus: HumanLoopStatus | string | undefined;
58
+ HumanLoopStatus: HumanLoopStatus | undefined;
59
59
  HumanLoopName: string | undefined;
60
60
  HumanLoopArn: string | undefined;
61
61
  FlowDefinitionArn: string | undefined;
@@ -70,13 +70,13 @@ export interface ListHumanLoopsRequest {
70
70
  CreationTimeAfter?: Date;
71
71
  CreationTimeBefore?: Date;
72
72
  FlowDefinitionArn: string | undefined;
73
- SortOrder?: SortOrder | string;
73
+ SortOrder?: SortOrder;
74
74
  NextToken?: string;
75
75
  MaxResults?: number;
76
76
  }
77
77
  export interface HumanLoopSummary {
78
78
  HumanLoopName?: string;
79
- HumanLoopStatus?: HumanLoopStatus | string;
79
+ HumanLoopStatus?: HumanLoopStatus;
80
80
  CreationTime?: Date;
81
81
  FailureReason?: string;
82
82
  FlowDefinitionArn?: string;
@@ -106,7 +106,7 @@ export declare const ContentClassifier: {
106
106
  export type ContentClassifier =
107
107
  (typeof ContentClassifier)[keyof typeof ContentClassifier];
108
108
  export interface HumanLoopDataAttributes {
109
- ContentClassifiers: (ContentClassifier | string)[] | undefined;
109
+ ContentClassifiers: ContentClassifier[] | undefined;
110
110
  }
111
111
  export interface HumanLoopInput {
112
112
  InputContent: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-a2i-runtime",
3
3
  "description": "AWS SDK for JavaScript Sagemaker A2i Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",