@aws-sdk/client-rekognition 3.958.0 → 3.964.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/dist-cjs/index.js
CHANGED
|
@@ -4325,10 +4325,10 @@ const paginateListUsers = core.createPaginator(RekognitionClient, ListUsersComma
|
|
|
4325
4325
|
const checkState$1 = async (client, input) => {
|
|
4326
4326
|
let reason;
|
|
4327
4327
|
try {
|
|
4328
|
-
|
|
4328
|
+
let result = await client.send(new DescribeProjectVersionsCommand(input));
|
|
4329
4329
|
reason = result;
|
|
4330
4330
|
try {
|
|
4331
|
-
|
|
4331
|
+
const returnComparator = () => {
|
|
4332
4332
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
4333
4333
|
let projection_3 = flat_1.map((element_2) => {
|
|
4334
4334
|
return element_2.Status;
|
|
@@ -4345,7 +4345,7 @@ const checkState$1 = async (client, input) => {
|
|
|
4345
4345
|
}
|
|
4346
4346
|
catch (e) { }
|
|
4347
4347
|
try {
|
|
4348
|
-
|
|
4348
|
+
const returnComparator = () => {
|
|
4349
4349
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
4350
4350
|
let projection_3 = flat_1.map((element_2) => {
|
|
4351
4351
|
return element_2.Status;
|
|
@@ -4378,10 +4378,10 @@ const waitUntilProjectVersionRunning = async (params, input) => {
|
|
|
4378
4378
|
const checkState = async (client, input) => {
|
|
4379
4379
|
let reason;
|
|
4380
4380
|
try {
|
|
4381
|
-
|
|
4381
|
+
let result = await client.send(new DescribeProjectVersionsCommand(input));
|
|
4382
4382
|
reason = result;
|
|
4383
4383
|
try {
|
|
4384
|
-
|
|
4384
|
+
const returnComparator = () => {
|
|
4385
4385
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
4386
4386
|
let projection_3 = flat_1.map((element_2) => {
|
|
4387
4387
|
return element_2.Status;
|
|
@@ -4398,7 +4398,7 @@ const checkState = async (client, input) => {
|
|
|
4398
4398
|
}
|
|
4399
4399
|
catch (e) { }
|
|
4400
4400
|
try {
|
|
4401
|
-
|
|
4401
|
+
const returnComparator = () => {
|
|
4402
4402
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
4403
4403
|
let projection_3 = flat_1.map((element_2) => {
|
|
4404
4404
|
return element_2.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeProjectVersionsCommand, } from "../commands/DescribeProjectVers
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeProjectVersionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeProjectVersionsCommand, } from "../commands/DescribeProjectVers
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeProjectVersionsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.ProjectVersionDescriptions);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.Status;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognition",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.964.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rekognition",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.964.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.964.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.964.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
31
31
|
"@aws-sdk/types": "3.957.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.957.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.964.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.5",
|
|
36
36
|
"@smithy/core": "^3.20.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.8",
|