@aws-sdk/client-sagemaker-a2i-runtime 3.130.0 → 3.141.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/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DeleteHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/DescribeHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/ListHumanLoopsCommand.js +2 -2
- package/dist-cjs/commands/StartHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/StopHumanLoopCommand.js +2 -2
- package/dist-cjs/models/models_0.js +57 -85
- package/dist-es/commands/DeleteHumanLoopCommand.js +3 -3
- package/dist-es/commands/DescribeHumanLoopCommand.js +3 -3
- package/dist-es/commands/ListHumanLoopsCommand.js +3 -3
- package/dist-es/commands/StartHumanLoopCommand.js +3 -3
- package/dist-es/commands/StopHumanLoopCommand.js +3 -3
- package/dist-es/models/models_0.js +14 -56
- package/dist-types/models/models_0.d.ts +56 -84
- package/dist-types/ts3.4/models/models_0.d.ts +28 -56
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-sagemaker-a2i-runtime
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -190,7 +190,7 @@ try {
|
|
|
190
190
|
const data = await client.send(command);
|
|
191
191
|
// process data.
|
|
192
192
|
} catch (error) {
|
|
193
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
193
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
194
194
|
console.log({ requestId, cfId, extendedRequestId });
|
|
195
195
|
/**
|
|
196
196
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class DeleteHumanLoopCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeHumanLoopCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListHumanLoopsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListHumanLoopsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListHumanLoopsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartHumanLoopCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StopHumanLoopCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StopHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StopHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.StopHumanLoopResponseFilterSensitiveLog = exports.StopHumanLoopRequestFilterSensitiveLog = exports.StartHumanLoopResponseFilterSensitiveLog = exports.StartHumanLoopRequestFilterSensitiveLog = exports.HumanLoopInputFilterSensitiveLog = exports.HumanLoopDataAttributesFilterSensitiveLog = exports.ListHumanLoopsResponseFilterSensitiveLog = exports.HumanLoopSummaryFilterSensitiveLog = exports.ListHumanLoopsRequestFilterSensitiveLog = exports.DescribeHumanLoopResponseFilterSensitiveLog = exports.HumanLoopOutputFilterSensitiveLog = exports.DescribeHumanLoopRequestFilterSensitiveLog = exports.DeleteHumanLoopResponseFilterSensitiveLog = exports.DeleteHumanLoopRequestFilterSensitiveLog = exports.ContentClassifier = exports.ServiceQuotaExceededException = exports.ConflictException = exports.SortOrder = exports.HumanLoopStatus = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = void 0;
|
|
4
4
|
const SageMakerA2IRuntimeServiceException_1 = require("./SageMakerA2IRuntimeServiceException");
|
|
5
|
-
var DeleteHumanLoopRequest;
|
|
6
|
-
(function (DeleteHumanLoopRequest) {
|
|
7
|
-
DeleteHumanLoopRequest.filterSensitiveLog = (obj) => ({
|
|
8
|
-
...obj,
|
|
9
|
-
});
|
|
10
|
-
})(DeleteHumanLoopRequest = exports.DeleteHumanLoopRequest || (exports.DeleteHumanLoopRequest = {}));
|
|
11
|
-
var DeleteHumanLoopResponse;
|
|
12
|
-
(function (DeleteHumanLoopResponse) {
|
|
13
|
-
DeleteHumanLoopResponse.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(DeleteHumanLoopResponse = exports.DeleteHumanLoopResponse || (exports.DeleteHumanLoopResponse = {}));
|
|
17
5
|
class InternalServerException extends SageMakerA2IRuntimeServiceException_1.SageMakerA2IRuntimeServiceException {
|
|
18
6
|
constructor(opts) {
|
|
19
7
|
super({
|
|
@@ -70,18 +58,6 @@ class ValidationException extends SageMakerA2IRuntimeServiceException_1.SageMake
|
|
|
70
58
|
}
|
|
71
59
|
}
|
|
72
60
|
exports.ValidationException = ValidationException;
|
|
73
|
-
var DescribeHumanLoopRequest;
|
|
74
|
-
(function (DescribeHumanLoopRequest) {
|
|
75
|
-
DescribeHumanLoopRequest.filterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
})(DescribeHumanLoopRequest = exports.DescribeHumanLoopRequest || (exports.DescribeHumanLoopRequest = {}));
|
|
79
|
-
var HumanLoopOutput;
|
|
80
|
-
(function (HumanLoopOutput) {
|
|
81
|
-
HumanLoopOutput.filterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
});
|
|
84
|
-
})(HumanLoopOutput = exports.HumanLoopOutput || (exports.HumanLoopOutput = {}));
|
|
85
61
|
var HumanLoopStatus;
|
|
86
62
|
(function (HumanLoopStatus) {
|
|
87
63
|
HumanLoopStatus["COMPLETED"] = "Completed";
|
|
@@ -90,35 +66,11 @@ var HumanLoopStatus;
|
|
|
90
66
|
HumanLoopStatus["STOPPED"] = "Stopped";
|
|
91
67
|
HumanLoopStatus["STOPPING"] = "Stopping";
|
|
92
68
|
})(HumanLoopStatus = exports.HumanLoopStatus || (exports.HumanLoopStatus = {}));
|
|
93
|
-
var DescribeHumanLoopResponse;
|
|
94
|
-
(function (DescribeHumanLoopResponse) {
|
|
95
|
-
DescribeHumanLoopResponse.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(DescribeHumanLoopResponse = exports.DescribeHumanLoopResponse || (exports.DescribeHumanLoopResponse = {}));
|
|
99
69
|
var SortOrder;
|
|
100
70
|
(function (SortOrder) {
|
|
101
71
|
SortOrder["ASCENDING"] = "Ascending";
|
|
102
72
|
SortOrder["DESCENDING"] = "Descending";
|
|
103
73
|
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
104
|
-
var ListHumanLoopsRequest;
|
|
105
|
-
(function (ListHumanLoopsRequest) {
|
|
106
|
-
ListHumanLoopsRequest.filterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
})(ListHumanLoopsRequest = exports.ListHumanLoopsRequest || (exports.ListHumanLoopsRequest = {}));
|
|
110
|
-
var HumanLoopSummary;
|
|
111
|
-
(function (HumanLoopSummary) {
|
|
112
|
-
HumanLoopSummary.filterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
})(HumanLoopSummary = exports.HumanLoopSummary || (exports.HumanLoopSummary = {}));
|
|
116
|
-
var ListHumanLoopsResponse;
|
|
117
|
-
(function (ListHumanLoopsResponse) {
|
|
118
|
-
ListHumanLoopsResponse.filterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
|
-
})(ListHumanLoopsResponse = exports.ListHumanLoopsResponse || (exports.ListHumanLoopsResponse = {}));
|
|
122
74
|
class ConflictException extends SageMakerA2IRuntimeServiceException_1.SageMakerA2IRuntimeServiceException {
|
|
123
75
|
constructor(opts) {
|
|
124
76
|
super({
|
|
@@ -152,39 +104,59 @@ var ContentClassifier;
|
|
|
152
104
|
ContentClassifier["FREE_OF_ADULT_CONTENT"] = "FreeOfAdultContent";
|
|
153
105
|
ContentClassifier["FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION"] = "FreeOfPersonallyIdentifiableInformation";
|
|
154
106
|
})(ContentClassifier = exports.ContentClassifier || (exports.ContentClassifier = {}));
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
107
|
+
const DeleteHumanLoopRequestFilterSensitiveLog = (obj) => ({
|
|
108
|
+
...obj,
|
|
109
|
+
});
|
|
110
|
+
exports.DeleteHumanLoopRequestFilterSensitiveLog = DeleteHumanLoopRequestFilterSensitiveLog;
|
|
111
|
+
const DeleteHumanLoopResponseFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
exports.DeleteHumanLoopResponseFilterSensitiveLog = DeleteHumanLoopResponseFilterSensitiveLog;
|
|
115
|
+
const DescribeHumanLoopRequestFilterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
exports.DescribeHumanLoopRequestFilterSensitiveLog = DescribeHumanLoopRequestFilterSensitiveLog;
|
|
119
|
+
const HumanLoopOutputFilterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
exports.HumanLoopOutputFilterSensitiveLog = HumanLoopOutputFilterSensitiveLog;
|
|
123
|
+
const DescribeHumanLoopResponseFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
exports.DescribeHumanLoopResponseFilterSensitiveLog = DescribeHumanLoopResponseFilterSensitiveLog;
|
|
127
|
+
const ListHumanLoopsRequestFilterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
exports.ListHumanLoopsRequestFilterSensitiveLog = ListHumanLoopsRequestFilterSensitiveLog;
|
|
131
|
+
const HumanLoopSummaryFilterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
exports.HumanLoopSummaryFilterSensitiveLog = HumanLoopSummaryFilterSensitiveLog;
|
|
135
|
+
const ListHumanLoopsResponseFilterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
exports.ListHumanLoopsResponseFilterSensitiveLog = ListHumanLoopsResponseFilterSensitiveLog;
|
|
139
|
+
const HumanLoopDataAttributesFilterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
exports.HumanLoopDataAttributesFilterSensitiveLog = HumanLoopDataAttributesFilterSensitiveLog;
|
|
143
|
+
const HumanLoopInputFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
exports.HumanLoopInputFilterSensitiveLog = HumanLoopInputFilterSensitiveLog;
|
|
147
|
+
const StartHumanLoopRequestFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
exports.StartHumanLoopRequestFilterSensitiveLog = StartHumanLoopRequestFilterSensitiveLog;
|
|
151
|
+
const StartHumanLoopResponseFilterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
exports.StartHumanLoopResponseFilterSensitiveLog = StartHumanLoopResponseFilterSensitiveLog;
|
|
155
|
+
const StopHumanLoopRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
});
|
|
158
|
+
exports.StopHumanLoopRequestFilterSensitiveLog = StopHumanLoopRequestFilterSensitiveLog;
|
|
159
|
+
const StopHumanLoopResponseFilterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
exports.StopHumanLoopResponseFilterSensitiveLog = StopHumanLoopResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteHumanLoopRequestFilterSensitiveLog, DeleteHumanLoopResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteHumanLoopCommand, serializeAws_restJson1DeleteHumanLoopCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteHumanLoopCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteHumanLoopCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteHumanLoopCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeHumanLoopRequestFilterSensitiveLog, DescribeHumanLoopResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeHumanLoopCommand, serializeAws_restJson1DescribeHumanLoopCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeHumanLoopCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeHumanLoopCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeHumanLoopCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListHumanLoopsRequestFilterSensitiveLog, ListHumanLoopsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListHumanLoopsCommand, serializeAws_restJson1ListHumanLoopsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListHumanLoopsCommand = (function (_super) {
|
|
7
7
|
__extends(ListHumanLoopsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListHumanLoopsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListHumanLoopsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListHumanLoopsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartHumanLoopRequestFilterSensitiveLog, StartHumanLoopResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartHumanLoopCommand, serializeAws_restJson1StartHumanLoopCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartHumanLoopCommand = (function (_super) {
|
|
7
7
|
__extends(StartHumanLoopCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartHumanLoopCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopHumanLoopRequestFilterSensitiveLog, StopHumanLoopResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StopHumanLoopCommand, serializeAws_restJson1StopHumanLoopCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StopHumanLoopCommand = (function (_super) {
|
|
7
7
|
__extends(StopHumanLoopCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopHumanLoopCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopHumanLoopRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopHumanLoopResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SageMakerA2IRuntimeServiceException as __BaseException } from "./SageMakerA2IRuntimeServiceException";
|
|
3
|
-
export var DeleteHumanLoopRequest;
|
|
4
|
-
(function (DeleteHumanLoopRequest) {
|
|
5
|
-
DeleteHumanLoopRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(DeleteHumanLoopRequest || (DeleteHumanLoopRequest = {}));
|
|
7
|
-
export var DeleteHumanLoopResponse;
|
|
8
|
-
(function (DeleteHumanLoopResponse) {
|
|
9
|
-
DeleteHumanLoopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(DeleteHumanLoopResponse || (DeleteHumanLoopResponse = {}));
|
|
11
3
|
var InternalServerException = (function (_super) {
|
|
12
4
|
__extends(InternalServerException, _super);
|
|
13
5
|
function InternalServerException(opts) {
|
|
@@ -60,14 +52,6 @@ var ValidationException = (function (_super) {
|
|
|
60
52
|
return ValidationException;
|
|
61
53
|
}(__BaseException));
|
|
62
54
|
export { ValidationException };
|
|
63
|
-
export var DescribeHumanLoopRequest;
|
|
64
|
-
(function (DescribeHumanLoopRequest) {
|
|
65
|
-
DescribeHumanLoopRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
-
})(DescribeHumanLoopRequest || (DescribeHumanLoopRequest = {}));
|
|
67
|
-
export var HumanLoopOutput;
|
|
68
|
-
(function (HumanLoopOutput) {
|
|
69
|
-
HumanLoopOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
-
})(HumanLoopOutput || (HumanLoopOutput = {}));
|
|
71
55
|
export var HumanLoopStatus;
|
|
72
56
|
(function (HumanLoopStatus) {
|
|
73
57
|
HumanLoopStatus["COMPLETED"] = "Completed";
|
|
@@ -76,27 +60,11 @@ export var HumanLoopStatus;
|
|
|
76
60
|
HumanLoopStatus["STOPPED"] = "Stopped";
|
|
77
61
|
HumanLoopStatus["STOPPING"] = "Stopping";
|
|
78
62
|
})(HumanLoopStatus || (HumanLoopStatus = {}));
|
|
79
|
-
export var DescribeHumanLoopResponse;
|
|
80
|
-
(function (DescribeHumanLoopResponse) {
|
|
81
|
-
DescribeHumanLoopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(DescribeHumanLoopResponse || (DescribeHumanLoopResponse = {}));
|
|
83
63
|
export var SortOrder;
|
|
84
64
|
(function (SortOrder) {
|
|
85
65
|
SortOrder["ASCENDING"] = "Ascending";
|
|
86
66
|
SortOrder["DESCENDING"] = "Descending";
|
|
87
67
|
})(SortOrder || (SortOrder = {}));
|
|
88
|
-
export var ListHumanLoopsRequest;
|
|
89
|
-
(function (ListHumanLoopsRequest) {
|
|
90
|
-
ListHumanLoopsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(ListHumanLoopsRequest || (ListHumanLoopsRequest = {}));
|
|
92
|
-
export var HumanLoopSummary;
|
|
93
|
-
(function (HumanLoopSummary) {
|
|
94
|
-
HumanLoopSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(HumanLoopSummary || (HumanLoopSummary = {}));
|
|
96
|
-
export var ListHumanLoopsResponse;
|
|
97
|
-
(function (ListHumanLoopsResponse) {
|
|
98
|
-
ListHumanLoopsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(ListHumanLoopsResponse || (ListHumanLoopsResponse = {}));
|
|
100
68
|
var ConflictException = (function (_super) {
|
|
101
69
|
__extends(ConflictException, _super);
|
|
102
70
|
function ConflictException(opts) {
|
|
@@ -128,27 +96,17 @@ export var ContentClassifier;
|
|
|
128
96
|
ContentClassifier["FREE_OF_ADULT_CONTENT"] = "FreeOfAdultContent";
|
|
129
97
|
ContentClassifier["FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION"] = "FreeOfPersonallyIdentifiableInformation";
|
|
130
98
|
})(ContentClassifier || (ContentClassifier = {}));
|
|
131
|
-
export var
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export var
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
export var
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
export var
|
|
144
|
-
|
|
145
|
-
StartHumanLoopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(StartHumanLoopResponse || (StartHumanLoopResponse = {}));
|
|
147
|
-
export var StopHumanLoopRequest;
|
|
148
|
-
(function (StopHumanLoopRequest) {
|
|
149
|
-
StopHumanLoopRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(StopHumanLoopRequest || (StopHumanLoopRequest = {}));
|
|
151
|
-
export var StopHumanLoopResponse;
|
|
152
|
-
(function (StopHumanLoopResponse) {
|
|
153
|
-
StopHumanLoopResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(StopHumanLoopResponse || (StopHumanLoopResponse = {}));
|
|
99
|
+
export var DeleteHumanLoopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var DeleteHumanLoopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var DescribeHumanLoopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var HumanLoopOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var DescribeHumanLoopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var ListHumanLoopsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var HumanLoopSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var ListHumanLoopsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var HumanLoopDataAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var HumanLoopInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var StartHumanLoopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var StartHumanLoopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var StopHumanLoopRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var StopHumanLoopResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -6,20 +6,8 @@ export interface DeleteHumanLoopRequest {
|
|
|
6
6
|
*/
|
|
7
7
|
HumanLoopName: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace DeleteHumanLoopRequest {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
const filterSensitiveLog: (obj: DeleteHumanLoopRequest) => any;
|
|
14
|
-
}
|
|
15
9
|
export interface DeleteHumanLoopResponse {
|
|
16
10
|
}
|
|
17
|
-
export declare namespace DeleteHumanLoopResponse {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: DeleteHumanLoopResponse) => any;
|
|
22
|
-
}
|
|
23
11
|
/**
|
|
24
12
|
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
25
13
|
* later.</p>
|
|
@@ -79,12 +67,6 @@ export interface DescribeHumanLoopRequest {
|
|
|
79
67
|
*/
|
|
80
68
|
HumanLoopName: string | undefined;
|
|
81
69
|
}
|
|
82
|
-
export declare namespace DescribeHumanLoopRequest {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: DescribeHumanLoopRequest) => any;
|
|
87
|
-
}
|
|
88
70
|
/**
|
|
89
71
|
* <p>Information about where the human output will be stored.</p>
|
|
90
72
|
*/
|
|
@@ -94,12 +76,6 @@ export interface HumanLoopOutput {
|
|
|
94
76
|
*/
|
|
95
77
|
OutputS3Uri: string | undefined;
|
|
96
78
|
}
|
|
97
|
-
export declare namespace HumanLoopOutput {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
const filterSensitiveLog: (obj: HumanLoopOutput) => any;
|
|
102
|
-
}
|
|
103
79
|
export declare enum HumanLoopStatus {
|
|
104
80
|
COMPLETED = "Completed",
|
|
105
81
|
FAILED = "Failed",
|
|
@@ -146,12 +122,6 @@ export interface DescribeHumanLoopResponse {
|
|
|
146
122
|
*/
|
|
147
123
|
HumanLoopOutput?: HumanLoopOutput;
|
|
148
124
|
}
|
|
149
|
-
export declare namespace DescribeHumanLoopResponse {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
const filterSensitiveLog: (obj: DescribeHumanLoopResponse) => any;
|
|
154
|
-
}
|
|
155
125
|
export declare enum SortOrder {
|
|
156
126
|
ASCENDING = "Ascending",
|
|
157
127
|
DESCENDING = "Descending"
|
|
@@ -185,12 +155,6 @@ export interface ListHumanLoopsRequest {
|
|
|
185
155
|
*/
|
|
186
156
|
MaxResults?: number;
|
|
187
157
|
}
|
|
188
|
-
export declare namespace ListHumanLoopsRequest {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
const filterSensitiveLog: (obj: ListHumanLoopsRequest) => any;
|
|
193
|
-
}
|
|
194
158
|
/**
|
|
195
159
|
* <p>Summary information about the human loop.</p>
|
|
196
160
|
*/
|
|
@@ -218,12 +182,6 @@ export interface HumanLoopSummary {
|
|
|
218
182
|
*/
|
|
219
183
|
FlowDefinitionArn?: string;
|
|
220
184
|
}
|
|
221
|
-
export declare namespace HumanLoopSummary {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
const filterSensitiveLog: (obj: HumanLoopSummary) => any;
|
|
226
|
-
}
|
|
227
185
|
export interface ListHumanLoopsResponse {
|
|
228
186
|
/**
|
|
229
187
|
* <p>An array of objects that contain information about the human loops.</p>
|
|
@@ -234,12 +192,6 @@ export interface ListHumanLoopsResponse {
|
|
|
234
192
|
*/
|
|
235
193
|
NextToken?: string;
|
|
236
194
|
}
|
|
237
|
-
export declare namespace ListHumanLoopsResponse {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: ListHumanLoopsResponse) => any;
|
|
242
|
-
}
|
|
243
195
|
/**
|
|
244
196
|
* <p>Your request has the same name as another active human loop but has different input data. You cannot start two
|
|
245
197
|
* human loops with the same name and different input data.</p>
|
|
@@ -284,12 +236,6 @@ export interface HumanLoopDataAttributes {
|
|
|
284
236
|
*/
|
|
285
237
|
ContentClassifiers: (ContentClassifier | string)[] | undefined;
|
|
286
238
|
}
|
|
287
|
-
export declare namespace HumanLoopDataAttributes {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
const filterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
292
|
-
}
|
|
293
239
|
/**
|
|
294
240
|
* <p>An object containing the human loop input in JSON format.</p>
|
|
295
241
|
*/
|
|
@@ -299,12 +245,6 @@ export interface HumanLoopInput {
|
|
|
299
245
|
*/
|
|
300
246
|
InputContent: string | undefined;
|
|
301
247
|
}
|
|
302
|
-
export declare namespace HumanLoopInput {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
const filterSensitiveLog: (obj: HumanLoopInput) => any;
|
|
307
|
-
}
|
|
308
248
|
export interface StartHumanLoopRequest {
|
|
309
249
|
/**
|
|
310
250
|
* <p>The name of the human loop.</p>
|
|
@@ -325,41 +265,73 @@ export interface StartHumanLoopRequest {
|
|
|
325
265
|
*/
|
|
326
266
|
DataAttributes?: HumanLoopDataAttributes;
|
|
327
267
|
}
|
|
328
|
-
export declare namespace StartHumanLoopRequest {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
|
-
const filterSensitiveLog: (obj: StartHumanLoopRequest) => any;
|
|
333
|
-
}
|
|
334
268
|
export interface StartHumanLoopResponse {
|
|
335
269
|
/**
|
|
336
270
|
* <p>The Amazon Resource Name (ARN) of the human loop.</p>
|
|
337
271
|
*/
|
|
338
272
|
HumanLoopArn?: string;
|
|
339
273
|
}
|
|
340
|
-
export declare namespace StartHumanLoopResponse {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
const filterSensitiveLog: (obj: StartHumanLoopResponse) => any;
|
|
345
|
-
}
|
|
346
274
|
export interface StopHumanLoopRequest {
|
|
347
275
|
/**
|
|
348
276
|
* <p>The name of the human loop that you want to stop.</p>
|
|
349
277
|
*/
|
|
350
278
|
HumanLoopName: string | undefined;
|
|
351
279
|
}
|
|
352
|
-
export declare namespace StopHumanLoopRequest {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: StopHumanLoopRequest) => any;
|
|
357
|
-
}
|
|
358
280
|
export interface StopHumanLoopResponse {
|
|
359
281
|
}
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
282
|
+
/**
|
|
283
|
+
* @internal
|
|
284
|
+
*/
|
|
285
|
+
export declare const DeleteHumanLoopRequestFilterSensitiveLog: (obj: DeleteHumanLoopRequest) => any;
|
|
286
|
+
/**
|
|
287
|
+
* @internal
|
|
288
|
+
*/
|
|
289
|
+
export declare const DeleteHumanLoopResponseFilterSensitiveLog: (obj: DeleteHumanLoopResponse) => any;
|
|
290
|
+
/**
|
|
291
|
+
* @internal
|
|
292
|
+
*/
|
|
293
|
+
export declare const DescribeHumanLoopRequestFilterSensitiveLog: (obj: DescribeHumanLoopRequest) => any;
|
|
294
|
+
/**
|
|
295
|
+
* @internal
|
|
296
|
+
*/
|
|
297
|
+
export declare const HumanLoopOutputFilterSensitiveLog: (obj: HumanLoopOutput) => any;
|
|
298
|
+
/**
|
|
299
|
+
* @internal
|
|
300
|
+
*/
|
|
301
|
+
export declare const DescribeHumanLoopResponseFilterSensitiveLog: (obj: DescribeHumanLoopResponse) => any;
|
|
302
|
+
/**
|
|
303
|
+
* @internal
|
|
304
|
+
*/
|
|
305
|
+
export declare const ListHumanLoopsRequestFilterSensitiveLog: (obj: ListHumanLoopsRequest) => any;
|
|
306
|
+
/**
|
|
307
|
+
* @internal
|
|
308
|
+
*/
|
|
309
|
+
export declare const HumanLoopSummaryFilterSensitiveLog: (obj: HumanLoopSummary) => any;
|
|
310
|
+
/**
|
|
311
|
+
* @internal
|
|
312
|
+
*/
|
|
313
|
+
export declare const ListHumanLoopsResponseFilterSensitiveLog: (obj: ListHumanLoopsResponse) => any;
|
|
314
|
+
/**
|
|
315
|
+
* @internal
|
|
316
|
+
*/
|
|
317
|
+
export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
318
|
+
/**
|
|
319
|
+
* @internal
|
|
320
|
+
*/
|
|
321
|
+
export declare const HumanLoopInputFilterSensitiveLog: (obj: HumanLoopInput) => any;
|
|
322
|
+
/**
|
|
323
|
+
* @internal
|
|
324
|
+
*/
|
|
325
|
+
export declare const StartHumanLoopRequestFilterSensitiveLog: (obj: StartHumanLoopRequest) => any;
|
|
326
|
+
/**
|
|
327
|
+
* @internal
|
|
328
|
+
*/
|
|
329
|
+
export declare const StartHumanLoopResponseFilterSensitiveLog: (obj: StartHumanLoopResponse) => any;
|
|
330
|
+
/**
|
|
331
|
+
* @internal
|
|
332
|
+
*/
|
|
333
|
+
export declare const StopHumanLoopRequestFilterSensitiveLog: (obj: StopHumanLoopRequest) => any;
|
|
334
|
+
/**
|
|
335
|
+
* @internal
|
|
336
|
+
*/
|
|
337
|
+
export declare const StopHumanLoopResponseFilterSensitiveLog: (obj: StopHumanLoopResponse) => any;
|
|
@@ -4,16 +4,8 @@ export interface DeleteHumanLoopRequest {
|
|
|
4
4
|
|
|
5
5
|
HumanLoopName: string | undefined;
|
|
6
6
|
}
|
|
7
|
-
export declare namespace DeleteHumanLoopRequest {
|
|
8
|
-
|
|
9
|
-
const filterSensitiveLog: (obj: DeleteHumanLoopRequest) => any;
|
|
10
|
-
}
|
|
11
7
|
export interface DeleteHumanLoopResponse {
|
|
12
8
|
}
|
|
13
|
-
export declare namespace DeleteHumanLoopResponse {
|
|
14
|
-
|
|
15
|
-
const filterSensitiveLog: (obj: DeleteHumanLoopResponse) => any;
|
|
16
|
-
}
|
|
17
9
|
|
|
18
10
|
export declare class InternalServerException extends __BaseException {
|
|
19
11
|
readonly name: "InternalServerException";
|
|
@@ -50,19 +42,11 @@ export interface DescribeHumanLoopRequest {
|
|
|
50
42
|
|
|
51
43
|
HumanLoopName: string | undefined;
|
|
52
44
|
}
|
|
53
|
-
export declare namespace DescribeHumanLoopRequest {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: DescribeHumanLoopRequest) => any;
|
|
56
|
-
}
|
|
57
45
|
|
|
58
46
|
export interface HumanLoopOutput {
|
|
59
47
|
|
|
60
48
|
OutputS3Uri: string | undefined;
|
|
61
49
|
}
|
|
62
|
-
export declare namespace HumanLoopOutput {
|
|
63
|
-
|
|
64
|
-
const filterSensitiveLog: (obj: HumanLoopOutput) => any;
|
|
65
|
-
}
|
|
66
50
|
export declare enum HumanLoopStatus {
|
|
67
51
|
COMPLETED = "Completed",
|
|
68
52
|
FAILED = "Failed",
|
|
@@ -88,10 +72,6 @@ export interface DescribeHumanLoopResponse {
|
|
|
88
72
|
|
|
89
73
|
HumanLoopOutput?: HumanLoopOutput;
|
|
90
74
|
}
|
|
91
|
-
export declare namespace DescribeHumanLoopResponse {
|
|
92
|
-
|
|
93
|
-
const filterSensitiveLog: (obj: DescribeHumanLoopResponse) => any;
|
|
94
|
-
}
|
|
95
75
|
export declare enum SortOrder {
|
|
96
76
|
ASCENDING = "Ascending",
|
|
97
77
|
DESCENDING = "Descending"
|
|
@@ -110,10 +90,6 @@ export interface ListHumanLoopsRequest {
|
|
|
110
90
|
|
|
111
91
|
MaxResults?: number;
|
|
112
92
|
}
|
|
113
|
-
export declare namespace ListHumanLoopsRequest {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: ListHumanLoopsRequest) => any;
|
|
116
|
-
}
|
|
117
93
|
|
|
118
94
|
export interface HumanLoopSummary {
|
|
119
95
|
|
|
@@ -127,20 +103,12 @@ export interface HumanLoopSummary {
|
|
|
127
103
|
|
|
128
104
|
FlowDefinitionArn?: string;
|
|
129
105
|
}
|
|
130
|
-
export declare namespace HumanLoopSummary {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: HumanLoopSummary) => any;
|
|
133
|
-
}
|
|
134
106
|
export interface ListHumanLoopsResponse {
|
|
135
107
|
|
|
136
108
|
HumanLoopSummaries: HumanLoopSummary[] | undefined;
|
|
137
109
|
|
|
138
110
|
NextToken?: string;
|
|
139
111
|
}
|
|
140
|
-
export declare namespace ListHumanLoopsResponse {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: ListHumanLoopsResponse) => any;
|
|
143
|
-
}
|
|
144
112
|
|
|
145
113
|
export declare class ConflictException extends __BaseException {
|
|
146
114
|
readonly name: "ConflictException";
|
|
@@ -166,19 +134,11 @@ export interface HumanLoopDataAttributes {
|
|
|
166
134
|
|
|
167
135
|
ContentClassifiers: (ContentClassifier | string)[] | undefined;
|
|
168
136
|
}
|
|
169
|
-
export declare namespace HumanLoopDataAttributes {
|
|
170
|
-
|
|
171
|
-
const filterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
172
|
-
}
|
|
173
137
|
|
|
174
138
|
export interface HumanLoopInput {
|
|
175
139
|
|
|
176
140
|
InputContent: string | undefined;
|
|
177
141
|
}
|
|
178
|
-
export declare namespace HumanLoopInput {
|
|
179
|
-
|
|
180
|
-
const filterSensitiveLog: (obj: HumanLoopInput) => any;
|
|
181
|
-
}
|
|
182
142
|
export interface StartHumanLoopRequest {
|
|
183
143
|
|
|
184
144
|
HumanLoopName: string | undefined;
|
|
@@ -189,29 +149,41 @@ export interface StartHumanLoopRequest {
|
|
|
189
149
|
|
|
190
150
|
DataAttributes?: HumanLoopDataAttributes;
|
|
191
151
|
}
|
|
192
|
-
export declare namespace StartHumanLoopRequest {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: StartHumanLoopRequest) => any;
|
|
195
|
-
}
|
|
196
152
|
export interface StartHumanLoopResponse {
|
|
197
153
|
|
|
198
154
|
HumanLoopArn?: string;
|
|
199
155
|
}
|
|
200
|
-
export declare namespace StartHumanLoopResponse {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: StartHumanLoopResponse) => any;
|
|
203
|
-
}
|
|
204
156
|
export interface StopHumanLoopRequest {
|
|
205
157
|
|
|
206
158
|
HumanLoopName: string | undefined;
|
|
207
159
|
}
|
|
208
|
-
export declare namespace StopHumanLoopRequest {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: StopHumanLoopRequest) => any;
|
|
211
|
-
}
|
|
212
160
|
export interface StopHumanLoopResponse {
|
|
213
161
|
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
162
|
+
|
|
163
|
+
export declare const DeleteHumanLoopRequestFilterSensitiveLog: (obj: DeleteHumanLoopRequest) => any;
|
|
164
|
+
|
|
165
|
+
export declare const DeleteHumanLoopResponseFilterSensitiveLog: (obj: DeleteHumanLoopResponse) => any;
|
|
166
|
+
|
|
167
|
+
export declare const DescribeHumanLoopRequestFilterSensitiveLog: (obj: DescribeHumanLoopRequest) => any;
|
|
168
|
+
|
|
169
|
+
export declare const HumanLoopOutputFilterSensitiveLog: (obj: HumanLoopOutput) => any;
|
|
170
|
+
|
|
171
|
+
export declare const DescribeHumanLoopResponseFilterSensitiveLog: (obj: DescribeHumanLoopResponse) => any;
|
|
172
|
+
|
|
173
|
+
export declare const ListHumanLoopsRequestFilterSensitiveLog: (obj: ListHumanLoopsRequest) => any;
|
|
174
|
+
|
|
175
|
+
export declare const HumanLoopSummaryFilterSensitiveLog: (obj: HumanLoopSummary) => any;
|
|
176
|
+
|
|
177
|
+
export declare const ListHumanLoopsResponseFilterSensitiveLog: (obj: ListHumanLoopsResponse) => any;
|
|
178
|
+
|
|
179
|
+
export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
180
|
+
|
|
181
|
+
export declare const HumanLoopInputFilterSensitiveLog: (obj: HumanLoopInput) => any;
|
|
182
|
+
|
|
183
|
+
export declare const StartHumanLoopRequestFilterSensitiveLog: (obj: StartHumanLoopRequest) => any;
|
|
184
|
+
|
|
185
|
+
export declare const StartHumanLoopResponseFilterSensitiveLog: (obj: StartHumanLoopResponse) => any;
|
|
186
|
+
|
|
187
|
+
export declare const StopHumanLoopRequestFilterSensitiveLog: (obj: StopHumanLoopRequest) => any;
|
|
188
|
+
|
|
189
|
+
export declare const StopHumanLoopResponseFilterSensitiveLog: (obj: StopHumanLoopResponse) => any;
|
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.
|
|
4
|
+
"version": "3.141.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",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|