@aws-sdk/client-sagemaker-a2i-runtime 3.34.0 → 3.35.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 +12 -0
- package/{dist/cjs → dist-cjs}/SageMakerA2IRuntime.js +1 -1
- package/dist-cjs/SageMakerA2IRuntime.js.map +1 -0
- package/{dist/cjs → dist-cjs}/SageMakerA2IRuntimeClient.js +8 -8
- package/dist-cjs/SageMakerA2IRuntimeClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/DeleteHumanLoopCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/DescribeHumanLoopCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListHumanLoopsCommand.js +2 -2
- package/dist-cjs/commands/ListHumanLoopsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/StartHumanLoopCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StopHumanLoopCommand.js +2 -2
- package/dist-cjs/commands/StopHumanLoopCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListHumanLoopsPaginator.js +1 -1
- package/dist-cjs/pagination/ListHumanLoopsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -3
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/SageMakerA2IRuntime.js +1 -1
- package/dist-es/SageMakerA2IRuntime.js.map +1 -0
- package/{dist/es → dist-es}/SageMakerA2IRuntimeClient.js +1 -1
- package/dist-es/SageMakerA2IRuntimeClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteHumanLoopCommand.js +2 -2
- package/dist-es/commands/DeleteHumanLoopCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeHumanLoopCommand.js +2 -2
- package/dist-es/commands/DescribeHumanLoopCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListHumanLoopsCommand.js +2 -2
- package/dist-es/commands/ListHumanLoopsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartHumanLoopCommand.js +2 -2
- package/dist-es/commands/StartHumanLoopCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StopHumanLoopCommand.js +2 -2
- package/dist-es/commands/StopHumanLoopCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListHumanLoopsPaginator.js +1 -1
- package/dist-es/pagination/ListHumanLoopsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -2
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/SageMakerA2IRuntime.d.ts +2 -2
- package/{dist/types → dist-types}/SageMakerA2IRuntimeClient.d.ts +6 -6
- package/{dist/types → dist-types}/commands/DeleteHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListHumanLoopsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StopHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListHumanLoopsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/SageMakerA2IRuntime.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/SageMakerA2IRuntimeClient.d.ts +6 -6
- package/{dist/types → dist-types}/ts3.4/commands/DeleteHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListHumanLoopsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StopHumanLoopCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListHumanLoopsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/{SageMakerA2IRuntime.ts → src/SageMakerA2IRuntime.ts} +3 -2
- package/{SageMakerA2IRuntimeClient.ts → src/SageMakerA2IRuntimeClient.ts} +20 -19
- package/{commands → src/commands}/DeleteHumanLoopCommand.ts +12 -11
- package/{commands → src/commands}/DescribeHumanLoopCommand.ts +12 -11
- package/{commands → src/commands}/ListHumanLoopsCommand.ts +12 -11
- package/{commands → src/commands}/StartHumanLoopCommand.ts +12 -11
- package/{commands → src/commands}/StopHumanLoopCommand.ts +12 -11
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListHumanLoopsPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +25 -24
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +4 -3
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +2 -1
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +5 -4
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/dist/cjs/SageMakerA2IRuntime.js.map +0 -1
- package/dist/cjs/SageMakerA2IRuntimeClient.js.map +0 -1
- package/dist/cjs/commands/DeleteHumanLoopCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHumanLoopCommand.js.map +0 -1
- package/dist/cjs/commands/ListHumanLoopsCommand.js.map +0 -1
- package/dist/cjs/commands/StartHumanLoopCommand.js.map +0 -1
- package/dist/cjs/commands/StopHumanLoopCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/ListHumanLoopsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SageMakerA2IRuntime.js.map +0 -1
- package/dist/es/SageMakerA2IRuntimeClient.js.map +0 -1
- package/dist/es/commands/DeleteHumanLoopCommand.js.map +0 -1
- package/dist/es/commands/DescribeHumanLoopCommand.js.map +0 -1
- package/dist/es/commands/ListHumanLoopsCommand.js.map +0 -1
- package/dist/es/commands/StartHumanLoopCommand.js.map +0 -1
- package/dist/es/commands/StopHumanLoopCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/ListHumanLoopsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListHumanLoopsCommand, } from "../commands/ListHumanLoopsCommand";
|
|
2
3
|
import { SageMakerA2IRuntime } from "../SageMakerA2IRuntime";
|
|
3
4
|
import { SageMakerA2IRuntimeClient } from "../SageMakerA2IRuntimeClient";
|
|
4
|
-
import { ListHumanLoopsCommand, } from "../commands/ListHumanLoopsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListHumanLoopsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListHumanLoopsPaginator.ts"],"names":[],"mappings":";AAEA,OAAO,EACL,qBAAqB,GAGtB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AAMzE,IAAM,sBAAsB,GAAG,UAC7B,MAAiC,EACjC,KAAiC;IACjC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,IAAI,OAAX,MAAM,iBAAM,IAAI,qBAAqB,CAAC,KAAK,CAAC,UAAK,IAAI,KAAC;wBAAnE,WAAO,SAA4D,EAAC;;;;CACrE,CAAC;AAIF,IAAM,gBAAgB,GAAG,UACvB,MAA2B,EAC3B,KAAiC;IACjC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,cAAc,OAArB,MAAM,iBAAgB,KAAK,UAAK,IAAI,KAAC;wBAAlD,WAAO,SAA2C,EAAC;;;;CACpD,CAAC;AACF,MAAM,UAAiB,sBAAsB,CAC3C,MAAkD,EAClD,KAAiC;IACjC,6BAA2B;SAA3B,UAA2B,EAA3B,qBAA2B,EAA3B,IAA2B;QAA3B,4CAA2B;;;;;;;oBAGvB,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;oBAC9E,OAAO,GAAG,IAAI,CAAC;;;yBAEZ,OAAO;oBACZ,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;oBACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;yBAClC,CAAA,MAAM,CAAC,MAAM,YAAY,mBAAmB,CAAA,EAA5C,cAA4C;oBACvC,mBAAM,gBAAgB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAA3E,IAAI,GAAG,SAAoE,CAAC;;;yBACnE,CAAA,MAAM,CAAC,MAAM,YAAY,yBAAyB,CAAA,EAAlD,cAAkD;oBACpD,mBAAM,sBAAsB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAAjF,IAAI,GAAG,SAA0E,CAAC;;wBAElF,MAAM,IAAI,KAAK,CAAC,0EAA0E,CAAC,CAAC;2CAExF,IAAI;wBAAV,sBAAU;;oBAAV,SAAU,CAAC;oBACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;oBACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;;2CAGb,SAAS;yBAAhB,sBAAiB;;;;CAClB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Aws_restJson1.js","sourceRoot":"","sources":["../../src/protocols/Aws_restJson1.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "./package.json";
|
|
3
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
3
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
4
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -8,6 +7,7 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
8
7
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
9
8
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
9
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
|
+
import packageInfo from "../package.json";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
12
|
export var getRuntimeConfig = function (config) {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../src/runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAG9D,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAMpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IACtE,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "./package.json";
|
|
3
2
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
3
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -7,12 +6,13 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
7
6
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
8
7
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
8
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
+
import packageInfo from "../package.json";
|
|
14
15
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../src/runtimeConfig.ts"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../src/runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAMtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IACtE,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../src/runtimeConfig.shared.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAMxD,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuC;;IAAK,OAAA,CAAC;QAC5E,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,uBAAuB;QACvD,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
3
3
|
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
4
4
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
5
5
|
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
6
6
|
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
7
|
-
import {
|
|
7
|
+
import { SageMakerA2IRuntimeClient } from "./SageMakerA2IRuntimeClient";
|
|
8
8
|
/**
|
|
9
9
|
* <p>Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning
|
|
10
10
|
* application. When an AI application can't evaluate data with a high degree of confidence,
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
2
|
-
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
3
|
-
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
4
|
-
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
5
|
-
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
6
1
|
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
7
2
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
8
3
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +5,12 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
10
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
11
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
12
7
|
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
10
|
+
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
11
|
+
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
12
|
+
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
13
|
+
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
14
14
|
export declare type ServiceInputTypes = DeleteHumanLoopCommandInput | DescribeHumanLoopCommandInput | ListHumanLoopsCommandInput | StartHumanLoopCommandInput | StopHumanLoopCommandInput;
|
|
15
15
|
export declare type ServiceOutputTypes = DeleteHumanLoopCommandOutput | DescribeHumanLoopCommandOutput | ListHumanLoopsCommandOutput | StartHumanLoopCommandOutput | StopHumanLoopCommandOutput;
|
|
16
16
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface DeleteHumanLoopCommandInput extends DeleteHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface DescribeHumanLoopCommandInput extends DescribeHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface ListHumanLoopsCommandInput extends ListHumanLoopsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface StartHumanLoopCommandInput extends StartHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { StopHumanLoopRequest, StopHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { StopHumanLoopRequest, StopHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface StopHumanLoopCommandInput extends StopHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StopHumanLoopCommandOutput extends StopHumanLoopResponse, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { SageMakerA2IRuntime } from "../SageMakerA2IRuntime";
|
|
2
3
|
import { SageMakerA2IRuntimeClient } from "../SageMakerA2IRuntimeClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface SageMakerA2IRuntimePaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: SageMakerA2IRuntime | SageMakerA2IRuntimeClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "../commands/ListHumanLoopsCommand";
|
|
2
3
|
import { SageMakerA2IRuntimePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListHumanLoops(config: SageMakerA2IRuntimePaginationConfiguration, input: ListHumanLoopsCommandInput, ...additionalArguments: any): Paginator<ListHumanLoopsCommandOutput>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "../commands/DeleteHumanLoopCommand";
|
|
2
4
|
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "../commands/DescribeHumanLoopCommand";
|
|
3
5
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "../commands/ListHumanLoopsCommand";
|
|
4
6
|
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "../commands/StartHumanLoopCommand";
|
|
5
7
|
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "../commands/StopHumanLoopCommand";
|
|
6
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
8
8
|
export declare const serializeAws_restJson1DeleteHumanLoopCommand: (input: DeleteHumanLoopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
9
9
|
export declare const serializeAws_restJson1DescribeHumanLoopCommand: (input: DescribeHumanLoopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
10
10
|
export declare const serializeAws_restJson1ListHumanLoopsCommand: (input: ListHumanLoopsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SageMakerA2IRuntimeClientConfig)
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
3
3
|
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
4
4
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
5
5
|
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
6
6
|
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
7
|
-
import {
|
|
7
|
+
import { SageMakerA2IRuntimeClient } from "./SageMakerA2IRuntimeClient";
|
|
8
8
|
/**
|
|
9
9
|
* <p>Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning
|
|
10
10
|
* application. When an AI application can't evaluate data with a high degree of confidence,
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
2
|
-
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
3
|
-
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
4
|
-
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
5
|
-
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
6
1
|
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
7
2
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
8
3
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +5,12 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
10
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
11
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
12
7
|
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand";
|
|
10
|
+
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "./commands/DescribeHumanLoopCommand";
|
|
11
|
+
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "./commands/ListHumanLoopsCommand";
|
|
12
|
+
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "./commands/StartHumanLoopCommand";
|
|
13
|
+
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "./commands/StopHumanLoopCommand";
|
|
14
14
|
export declare type ServiceInputTypes = DeleteHumanLoopCommandInput | DescribeHumanLoopCommandInput | ListHumanLoopsCommandInput | StartHumanLoopCommandInput | StopHumanLoopCommandInput;
|
|
15
15
|
export declare type ServiceOutputTypes = DeleteHumanLoopCommandOutput | DescribeHumanLoopCommandOutput | ListHumanLoopsCommandOutput | StartHumanLoopCommandOutput | StopHumanLoopCommandOutput;
|
|
16
16
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface DeleteHumanLoopCommandInput extends DeleteHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteHumanLoopCommandOutput extends DeleteHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface DescribeHumanLoopCommandInput extends DescribeHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeHumanLoopCommandOutput extends DescribeHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface ListHumanLoopsCommandInput extends ListHumanLoopsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListHumanLoopsCommandOutput extends ListHumanLoopsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface StartHumanLoopCommandInput extends StartHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StartHumanLoopCommandOutput extends StartHumanLoopResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
2
|
-
import { StopHumanLoopRequest, StopHumanLoopResponse } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { StopHumanLoopRequest, StopHumanLoopResponse } from "../models/models_0";
|
|
4
|
+
import { SageMakerA2IRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerA2IRuntimeClient";
|
|
5
5
|
export interface StopHumanLoopCommandInput extends StopHumanLoopRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StopHumanLoopCommandOutput extends StopHumanLoopResponse, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { SageMakerA2IRuntime } from "../SageMakerA2IRuntime";
|
|
2
3
|
import { SageMakerA2IRuntimeClient } from "../SageMakerA2IRuntimeClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface SageMakerA2IRuntimePaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: SageMakerA2IRuntime | SageMakerA2IRuntimeClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "../commands/ListHumanLoopsCommand";
|
|
2
3
|
import { SageMakerA2IRuntimePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListHumanLoops(config: SageMakerA2IRuntimePaginationConfiguration, input: ListHumanLoopsCommandInput, ...additionalArguments: any): Paginator<ListHumanLoopsCommandOutput>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "../commands/DeleteHumanLoopCommand";
|
|
2
4
|
import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "../commands/DescribeHumanLoopCommand";
|
|
3
5
|
import { ListHumanLoopsCommandInput, ListHumanLoopsCommandOutput } from "../commands/ListHumanLoopsCommand";
|
|
4
6
|
import { StartHumanLoopCommandInput, StartHumanLoopCommandOutput } from "../commands/StartHumanLoopCommand";
|
|
5
7
|
import { StopHumanLoopCommandInput, StopHumanLoopCommandOutput } from "../commands/StopHumanLoopCommand";
|
|
6
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
8
8
|
export declare const serializeAws_restJson1DeleteHumanLoopCommand: (input: DeleteHumanLoopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
9
9
|
export declare const serializeAws_restJson1DescribeHumanLoopCommand: (input: DescribeHumanLoopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
10
10
|
export declare const serializeAws_restJson1ListHumanLoopsCommand: (input: ListHumanLoopsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SageMakerA2IRuntimeClientConfig)
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|