@aws-sdk/client-cloudsearch 3.891.0 → 3.894.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 +8 -8
- package/dist-es/protocols/Aws_query.js +8 -8
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -2107,7 +2107,7 @@ var de_BaseException = /* @__PURE__ */ __name((output, context) => {
|
|
|
2107
2107
|
}, "de_BaseException");
|
|
2108
2108
|
var de_BuildSuggestersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2109
2109
|
const contents = {};
|
|
2110
|
-
if (output.FieldNames === "") {
|
|
2110
|
+
if (String(output.FieldNames).trim() === "") {
|
|
2111
2111
|
contents[_FN] = [];
|
|
2112
2112
|
} else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2113
2113
|
contents[_FN] = de_FieldNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_FN][_m]), context);
|
|
@@ -2227,7 +2227,7 @@ var de_DeleteSuggesterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2227
2227
|
}, "de_DeleteSuggesterResponse");
|
|
2228
2228
|
var de_DescribeAnalysisSchemesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2229
2229
|
const contents = {};
|
|
2230
|
-
if (output.AnalysisSchemes === "") {
|
|
2230
|
+
if (String(output.AnalysisSchemes).trim() === "") {
|
|
2231
2231
|
contents[_ASna] = [];
|
|
2232
2232
|
} else if (output[_ASna] != null && output[_ASna][_m] != null) {
|
|
2233
2233
|
contents[_ASna] = de_AnalysisSchemeStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_ASna][_m]), context);
|
|
@@ -2250,7 +2250,7 @@ var de_DescribeDomainEndpointOptionsResponse = /* @__PURE__ */ __name((output, c
|
|
|
2250
2250
|
}, "de_DescribeDomainEndpointOptionsResponse");
|
|
2251
2251
|
var de_DescribeDomainsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2252
2252
|
const contents = {};
|
|
2253
|
-
if (output.DomainStatusList === "") {
|
|
2253
|
+
if (String(output.DomainStatusList).trim() === "") {
|
|
2254
2254
|
contents[_DSL] = [];
|
|
2255
2255
|
} else if (output[_DSL] != null && output[_DSL][_m] != null) {
|
|
2256
2256
|
contents[_DSL] = de_DomainStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_DSL][_m]), context);
|
|
@@ -2259,7 +2259,7 @@ var de_DescribeDomainsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2259
2259
|
}, "de_DescribeDomainsResponse");
|
|
2260
2260
|
var de_DescribeExpressionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2261
2261
|
const contents = {};
|
|
2262
|
-
if (output.Expressions === "") {
|
|
2262
|
+
if (String(output.Expressions).trim() === "") {
|
|
2263
2263
|
contents[_Ex] = [];
|
|
2264
2264
|
} else if (output[_Ex] != null && output[_Ex][_m] != null) {
|
|
2265
2265
|
contents[_Ex] = de_ExpressionStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ex][_m]), context);
|
|
@@ -2268,7 +2268,7 @@ var de_DescribeExpressionsResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2268
2268
|
}, "de_DescribeExpressionsResponse");
|
|
2269
2269
|
var de_DescribeIndexFieldsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2270
2270
|
const contents = {};
|
|
2271
|
-
if (output.IndexFields === "") {
|
|
2271
|
+
if (String(output.IndexFields).trim() === "") {
|
|
2272
2272
|
contents[_IFn] = [];
|
|
2273
2273
|
} else if (output[_IFn] != null && output[_IFn][_m] != null) {
|
|
2274
2274
|
contents[_IFn] = de_IndexFieldStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_IFn][_m]), context);
|
|
@@ -2291,7 +2291,7 @@ var de_DescribeServiceAccessPoliciesResponse = /* @__PURE__ */ __name((output, c
|
|
|
2291
2291
|
}, "de_DescribeServiceAccessPoliciesResponse");
|
|
2292
2292
|
var de_DescribeSuggestersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2293
2293
|
const contents = {};
|
|
2294
|
-
if (output.Suggesters === "") {
|
|
2294
|
+
if (String(output.Suggesters).trim() === "") {
|
|
2295
2295
|
contents[_Sug] = [];
|
|
2296
2296
|
} else if (output[_Sug] != null && output[_Sug][_m] != null) {
|
|
2297
2297
|
contents[_Sug] = de_SuggesterStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_Sug][_m]), context);
|
|
@@ -2471,7 +2471,7 @@ var de_FieldNameList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2471
2471
|
}, "de_FieldNameList");
|
|
2472
2472
|
var de_IndexDocumentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2473
2473
|
const contents = {};
|
|
2474
|
-
if (output.FieldNames === "") {
|
|
2474
|
+
if (String(output.FieldNames).trim() === "") {
|
|
2475
2475
|
contents[_FN] = [];
|
|
2476
2476
|
} else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2477
2477
|
contents[_FN] = de_FieldNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_FN][_m]), context);
|
|
@@ -2641,7 +2641,7 @@ var de_Limits = /* @__PURE__ */ __name((output, context) => {
|
|
|
2641
2641
|
}, "de_Limits");
|
|
2642
2642
|
var de_ListDomainNamesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2643
2643
|
const contents = {};
|
|
2644
|
-
if (output.DomainNames === "") {
|
|
2644
|
+
if (String(output.DomainNames).trim() === "") {
|
|
2645
2645
|
contents[_DNo] = {};
|
|
2646
2646
|
} else if (output[_DNo] != null && output[_DNo][_e] != null) {
|
|
2647
2647
|
contents[_DNo] = de_DomainNameMap((0, import_smithy_client.getArrayIfSingleItem)(output[_DNo][_e]), context);
|
|
@@ -1541,7 +1541,7 @@ const de_BaseException = (output, context) => {
|
|
|
1541
1541
|
};
|
|
1542
1542
|
const de_BuildSuggestersResponse = (output, context) => {
|
|
1543
1543
|
const contents = {};
|
|
1544
|
-
if (output.FieldNames === "") {
|
|
1544
|
+
if (String(output.FieldNames).trim() === "") {
|
|
1545
1545
|
contents[_FN] = [];
|
|
1546
1546
|
}
|
|
1547
1547
|
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
@@ -1662,7 +1662,7 @@ const de_DeleteSuggesterResponse = (output, context) => {
|
|
|
1662
1662
|
};
|
|
1663
1663
|
const de_DescribeAnalysisSchemesResponse = (output, context) => {
|
|
1664
1664
|
const contents = {};
|
|
1665
|
-
if (output.AnalysisSchemes === "") {
|
|
1665
|
+
if (String(output.AnalysisSchemes).trim() === "") {
|
|
1666
1666
|
contents[_ASna] = [];
|
|
1667
1667
|
}
|
|
1668
1668
|
else if (output[_ASna] != null && output[_ASna][_m] != null) {
|
|
@@ -1686,7 +1686,7 @@ const de_DescribeDomainEndpointOptionsResponse = (output, context) => {
|
|
|
1686
1686
|
};
|
|
1687
1687
|
const de_DescribeDomainsResponse = (output, context) => {
|
|
1688
1688
|
const contents = {};
|
|
1689
|
-
if (output.DomainStatusList === "") {
|
|
1689
|
+
if (String(output.DomainStatusList).trim() === "") {
|
|
1690
1690
|
contents[_DSL] = [];
|
|
1691
1691
|
}
|
|
1692
1692
|
else if (output[_DSL] != null && output[_DSL][_m] != null) {
|
|
@@ -1696,7 +1696,7 @@ const de_DescribeDomainsResponse = (output, context) => {
|
|
|
1696
1696
|
};
|
|
1697
1697
|
const de_DescribeExpressionsResponse = (output, context) => {
|
|
1698
1698
|
const contents = {};
|
|
1699
|
-
if (output.Expressions === "") {
|
|
1699
|
+
if (String(output.Expressions).trim() === "") {
|
|
1700
1700
|
contents[_Ex] = [];
|
|
1701
1701
|
}
|
|
1702
1702
|
else if (output[_Ex] != null && output[_Ex][_m] != null) {
|
|
@@ -1706,7 +1706,7 @@ const de_DescribeExpressionsResponse = (output, context) => {
|
|
|
1706
1706
|
};
|
|
1707
1707
|
const de_DescribeIndexFieldsResponse = (output, context) => {
|
|
1708
1708
|
const contents = {};
|
|
1709
|
-
if (output.IndexFields === "") {
|
|
1709
|
+
if (String(output.IndexFields).trim() === "") {
|
|
1710
1710
|
contents[_IFn] = [];
|
|
1711
1711
|
}
|
|
1712
1712
|
else if (output[_IFn] != null && output[_IFn][_m] != null) {
|
|
@@ -1730,7 +1730,7 @@ const de_DescribeServiceAccessPoliciesResponse = (output, context) => {
|
|
|
1730
1730
|
};
|
|
1731
1731
|
const de_DescribeSuggestersResponse = (output, context) => {
|
|
1732
1732
|
const contents = {};
|
|
1733
|
-
if (output.Suggesters === "") {
|
|
1733
|
+
if (String(output.Suggesters).trim() === "") {
|
|
1734
1734
|
contents[_Sug] = [];
|
|
1735
1735
|
}
|
|
1736
1736
|
else if (output[_Sug] != null && output[_Sug][_m] != null) {
|
|
@@ -1917,7 +1917,7 @@ const de_FieldNameList = (output, context) => {
|
|
|
1917
1917
|
};
|
|
1918
1918
|
const de_IndexDocumentsResponse = (output, context) => {
|
|
1919
1919
|
const contents = {};
|
|
1920
|
-
if (output.FieldNames === "") {
|
|
1920
|
+
if (String(output.FieldNames).trim() === "") {
|
|
1921
1921
|
contents[_FN] = [];
|
|
1922
1922
|
}
|
|
1923
1923
|
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
@@ -2090,7 +2090,7 @@ const de_Limits = (output, context) => {
|
|
|
2090
2090
|
};
|
|
2091
2091
|
const de_ListDomainNamesResponse = (output, context) => {
|
|
2092
2092
|
const contents = {};
|
|
2093
|
-
if (output.DomainNames === "") {
|
|
2093
|
+
if (String(output.DomainNames).trim() === "") {
|
|
2094
2094
|
contents[_DNo] = {};
|
|
2095
2095
|
}
|
|
2096
2096
|
else if (output[_DNo] != null && output[_DNo][_e] != null) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.894.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudsearch",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.894.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.894.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.894.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.894.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
57
|
"@smithy/util-retry": "^4.1.2",
|