@aws-sdk/client-repostspace 3.958.0 → 3.962.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
|
@@ -970,10 +970,10 @@ const paginateListSpaces = core.createPaginator(RepostspaceClient, ListSpacesCom
|
|
|
970
970
|
const checkState$3 = async (client, input) => {
|
|
971
971
|
let reason;
|
|
972
972
|
try {
|
|
973
|
-
|
|
973
|
+
let result = await client.send(new GetChannelCommand(input));
|
|
974
974
|
reason = result;
|
|
975
975
|
try {
|
|
976
|
-
|
|
976
|
+
const returnComparator = () => {
|
|
977
977
|
return result.channelStatus;
|
|
978
978
|
};
|
|
979
979
|
if (returnComparator() === "CREATED") {
|
|
@@ -982,7 +982,7 @@ const checkState$3 = async (client, input) => {
|
|
|
982
982
|
}
|
|
983
983
|
catch (e) { }
|
|
984
984
|
try {
|
|
985
|
-
|
|
985
|
+
const returnComparator = () => {
|
|
986
986
|
return result.channelStatus;
|
|
987
987
|
};
|
|
988
988
|
if (returnComparator() === "CREATE_FAILED") {
|
|
@@ -991,7 +991,7 @@ const checkState$3 = async (client, input) => {
|
|
|
991
991
|
}
|
|
992
992
|
catch (e) { }
|
|
993
993
|
try {
|
|
994
|
-
|
|
994
|
+
const returnComparator = () => {
|
|
995
995
|
return result.channelStatus;
|
|
996
996
|
};
|
|
997
997
|
if (returnComparator() === "CREATING") {
|
|
@@ -1018,10 +1018,10 @@ const waitUntilChannelCreated = async (params, input) => {
|
|
|
1018
1018
|
const checkState$2 = async (client, input) => {
|
|
1019
1019
|
let reason;
|
|
1020
1020
|
try {
|
|
1021
|
-
|
|
1021
|
+
let result = await client.send(new GetChannelCommand(input));
|
|
1022
1022
|
reason = result;
|
|
1023
1023
|
try {
|
|
1024
|
-
|
|
1024
|
+
const returnComparator = () => {
|
|
1025
1025
|
return result.channelStatus;
|
|
1026
1026
|
};
|
|
1027
1027
|
if (returnComparator() === "DELETED") {
|
|
@@ -1030,7 +1030,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
catch (e) { }
|
|
1032
1032
|
try {
|
|
1033
|
-
|
|
1033
|
+
const returnComparator = () => {
|
|
1034
1034
|
return result.channelStatus;
|
|
1035
1035
|
};
|
|
1036
1036
|
if (returnComparator() === "DELETE_FAILED") {
|
|
@@ -1039,7 +1039,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
catch (e) { }
|
|
1041
1041
|
try {
|
|
1042
|
-
|
|
1042
|
+
const returnComparator = () => {
|
|
1043
1043
|
return result.channelStatus;
|
|
1044
1044
|
};
|
|
1045
1045
|
if (returnComparator() === "DELETING") {
|
|
@@ -1069,10 +1069,10 @@ const waitUntilChannelDeleted = async (params, input) => {
|
|
|
1069
1069
|
const checkState$1 = async (client, input) => {
|
|
1070
1070
|
let reason;
|
|
1071
1071
|
try {
|
|
1072
|
-
|
|
1072
|
+
let result = await client.send(new GetSpaceCommand(input));
|
|
1073
1073
|
reason = result;
|
|
1074
1074
|
try {
|
|
1075
|
-
|
|
1075
|
+
const returnComparator = () => {
|
|
1076
1076
|
return result.status;
|
|
1077
1077
|
};
|
|
1078
1078
|
if (returnComparator() === "CREATED") {
|
|
@@ -1081,7 +1081,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1081
1081
|
}
|
|
1082
1082
|
catch (e) { }
|
|
1083
1083
|
try {
|
|
1084
|
-
|
|
1084
|
+
const returnComparator = () => {
|
|
1085
1085
|
return result.status;
|
|
1086
1086
|
};
|
|
1087
1087
|
if (returnComparator() === "CREATE_FAILED") {
|
|
@@ -1090,7 +1090,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1090
1090
|
}
|
|
1091
1091
|
catch (e) { }
|
|
1092
1092
|
try {
|
|
1093
|
-
|
|
1093
|
+
const returnComparator = () => {
|
|
1094
1094
|
return result.status;
|
|
1095
1095
|
};
|
|
1096
1096
|
if (returnComparator() === "CREATING") {
|
|
@@ -1117,10 +1117,10 @@ const waitUntilSpaceCreated = async (params, input) => {
|
|
|
1117
1117
|
const checkState = async (client, input) => {
|
|
1118
1118
|
let reason;
|
|
1119
1119
|
try {
|
|
1120
|
-
|
|
1120
|
+
let result = await client.send(new GetSpaceCommand(input));
|
|
1121
1121
|
reason = result;
|
|
1122
1122
|
try {
|
|
1123
|
-
|
|
1123
|
+
const returnComparator = () => {
|
|
1124
1124
|
return result.status;
|
|
1125
1125
|
};
|
|
1126
1126
|
if (returnComparator() === "DELETED") {
|
|
@@ -1129,7 +1129,7 @@ const checkState = async (client, input) => {
|
|
|
1129
1129
|
}
|
|
1130
1130
|
catch (e) { }
|
|
1131
1131
|
try {
|
|
1132
|
-
|
|
1132
|
+
const returnComparator = () => {
|
|
1133
1133
|
return result.status;
|
|
1134
1134
|
};
|
|
1135
1135
|
if (returnComparator() === "DELETE_FAILED") {
|
|
@@ -1138,7 +1138,7 @@ const checkState = async (client, input) => {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
catch (e) { }
|
|
1140
1140
|
try {
|
|
1141
|
-
|
|
1141
|
+
const returnComparator = () => {
|
|
1142
1142
|
return result.status;
|
|
1143
1143
|
};
|
|
1144
1144
|
if (returnComparator() === "DELETING") {
|
|
@@ -3,10 +3,10 @@ import { GetChannelCommand } from "../commands/GetChannelCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetChannelCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return result.channelStatus;
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() === "CREATED") {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return result.channelStatus;
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() === "CREATE_FAILED") {
|
|
@@ -24,7 +24,7 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
}
|
|
25
25
|
catch (e) { }
|
|
26
26
|
try {
|
|
27
|
-
|
|
27
|
+
const returnComparator = () => {
|
|
28
28
|
return result.channelStatus;
|
|
29
29
|
};
|
|
30
30
|
if (returnComparator() === "CREATING") {
|
|
@@ -3,10 +3,10 @@ import { GetChannelCommand } from "../commands/GetChannelCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetChannelCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return result.channelStatus;
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() === "DELETED") {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return result.channelStatus;
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() === "DELETE_FAILED") {
|
|
@@ -24,7 +24,7 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
}
|
|
25
25
|
catch (e) { }
|
|
26
26
|
try {
|
|
27
|
-
|
|
27
|
+
const returnComparator = () => {
|
|
28
28
|
return result.channelStatus;
|
|
29
29
|
};
|
|
30
30
|
if (returnComparator() === "DELETING") {
|
|
@@ -3,10 +3,10 @@ import { GetSpaceCommand } from "../commands/GetSpaceCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetSpaceCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return result.status;
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() === "CREATED") {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return result.status;
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() === "CREATE_FAILED") {
|
|
@@ -24,7 +24,7 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
}
|
|
25
25
|
catch (e) { }
|
|
26
26
|
try {
|
|
27
|
-
|
|
27
|
+
const returnComparator = () => {
|
|
28
28
|
return result.status;
|
|
29
29
|
};
|
|
30
30
|
if (returnComparator() === "CREATING") {
|
|
@@ -3,10 +3,10 @@ import { GetSpaceCommand } from "../commands/GetSpaceCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetSpaceCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return result.status;
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() === "DELETED") {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return result.status;
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() === "DELETE_FAILED") {
|
|
@@ -24,7 +24,7 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
}
|
|
25
25
|
catch (e) { }
|
|
26
26
|
try {
|
|
27
|
-
|
|
27
|
+
const returnComparator = () => {
|
|
28
28
|
return result.status;
|
|
29
29
|
};
|
|
30
30
|
if (returnComparator() === "DELETING") {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-repostspace",
|
|
3
3
|
"description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.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-repostspace",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.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",
|