@aws-sdk/client-cloudsearch 3.476.0 → 3.478.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/protocols/Aws_query.js +812 -695
- package/dist-es/protocols/Aws_query.js +812 -695
- package/package.json +6 -6
|
@@ -12,8 +12,8 @@ const se_BuildSuggestersCommand = async (input, context) => {
|
|
|
12
12
|
let body;
|
|
13
13
|
body = buildFormUrlencodedString({
|
|
14
14
|
...se_BuildSuggestersRequest(input, context),
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
[_A]: _BS,
|
|
16
|
+
[_V]: _,
|
|
17
17
|
});
|
|
18
18
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
19
19
|
};
|
|
@@ -23,8 +23,8 @@ const se_CreateDomainCommand = async (input, context) => {
|
|
|
23
23
|
let body;
|
|
24
24
|
body = buildFormUrlencodedString({
|
|
25
25
|
...se_CreateDomainRequest(input, context),
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
[_A]: _CD,
|
|
27
|
+
[_V]: _,
|
|
28
28
|
});
|
|
29
29
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
30
30
|
};
|
|
@@ -34,8 +34,8 @@ const se_DefineAnalysisSchemeCommand = async (input, context) => {
|
|
|
34
34
|
let body;
|
|
35
35
|
body = buildFormUrlencodedString({
|
|
36
36
|
...se_DefineAnalysisSchemeRequest(input, context),
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
[_A]: _DAS,
|
|
38
|
+
[_V]: _,
|
|
39
39
|
});
|
|
40
40
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
41
41
|
};
|
|
@@ -45,8 +45,8 @@ const se_DefineExpressionCommand = async (input, context) => {
|
|
|
45
45
|
let body;
|
|
46
46
|
body = buildFormUrlencodedString({
|
|
47
47
|
...se_DefineExpressionRequest(input, context),
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
[_A]: _DE,
|
|
49
|
+
[_V]: _,
|
|
50
50
|
});
|
|
51
51
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
52
52
|
};
|
|
@@ -56,8 +56,8 @@ const se_DefineIndexFieldCommand = async (input, context) => {
|
|
|
56
56
|
let body;
|
|
57
57
|
body = buildFormUrlencodedString({
|
|
58
58
|
...se_DefineIndexFieldRequest(input, context),
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
[_A]: _DIF,
|
|
60
|
+
[_V]: _,
|
|
61
61
|
});
|
|
62
62
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
63
63
|
};
|
|
@@ -67,8 +67,8 @@ const se_DefineSuggesterCommand = async (input, context) => {
|
|
|
67
67
|
let body;
|
|
68
68
|
body = buildFormUrlencodedString({
|
|
69
69
|
...se_DefineSuggesterRequest(input, context),
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
[_A]: _DS,
|
|
71
|
+
[_V]: _,
|
|
72
72
|
});
|
|
73
73
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
74
74
|
};
|
|
@@ -78,8 +78,8 @@ const se_DeleteAnalysisSchemeCommand = async (input, context) => {
|
|
|
78
78
|
let body;
|
|
79
79
|
body = buildFormUrlencodedString({
|
|
80
80
|
...se_DeleteAnalysisSchemeRequest(input, context),
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
[_A]: _DASe,
|
|
82
|
+
[_V]: _,
|
|
83
83
|
});
|
|
84
84
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
85
|
};
|
|
@@ -89,8 +89,8 @@ const se_DeleteDomainCommand = async (input, context) => {
|
|
|
89
89
|
let body;
|
|
90
90
|
body = buildFormUrlencodedString({
|
|
91
91
|
...se_DeleteDomainRequest(input, context),
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
[_A]: _DD,
|
|
93
|
+
[_V]: _,
|
|
94
94
|
});
|
|
95
95
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
96
96
|
};
|
|
@@ -100,8 +100,8 @@ const se_DeleteExpressionCommand = async (input, context) => {
|
|
|
100
100
|
let body;
|
|
101
101
|
body = buildFormUrlencodedString({
|
|
102
102
|
...se_DeleteExpressionRequest(input, context),
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
[_A]: _DEe,
|
|
104
|
+
[_V]: _,
|
|
105
105
|
});
|
|
106
106
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
107
107
|
};
|
|
@@ -111,8 +111,8 @@ const se_DeleteIndexFieldCommand = async (input, context) => {
|
|
|
111
111
|
let body;
|
|
112
112
|
body = buildFormUrlencodedString({
|
|
113
113
|
...se_DeleteIndexFieldRequest(input, context),
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
[_A]: _DIFe,
|
|
115
|
+
[_V]: _,
|
|
116
116
|
});
|
|
117
117
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
118
118
|
};
|
|
@@ -122,8 +122,8 @@ const se_DeleteSuggesterCommand = async (input, context) => {
|
|
|
122
122
|
let body;
|
|
123
123
|
body = buildFormUrlencodedString({
|
|
124
124
|
...se_DeleteSuggesterRequest(input, context),
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
[_A]: _DSe,
|
|
126
|
+
[_V]: _,
|
|
127
127
|
});
|
|
128
128
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
129
129
|
};
|
|
@@ -133,8 +133,8 @@ const se_DescribeAnalysisSchemesCommand = async (input, context) => {
|
|
|
133
133
|
let body;
|
|
134
134
|
body = buildFormUrlencodedString({
|
|
135
135
|
...se_DescribeAnalysisSchemesRequest(input, context),
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
[_A]: _DASes,
|
|
137
|
+
[_V]: _,
|
|
138
138
|
});
|
|
139
139
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
140
140
|
};
|
|
@@ -144,8 +144,8 @@ const se_DescribeAvailabilityOptionsCommand = async (input, context) => {
|
|
|
144
144
|
let body;
|
|
145
145
|
body = buildFormUrlencodedString({
|
|
146
146
|
...se_DescribeAvailabilityOptionsRequest(input, context),
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
[_A]: _DAO,
|
|
148
|
+
[_V]: _,
|
|
149
149
|
});
|
|
150
150
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
151
151
|
};
|
|
@@ -155,8 +155,8 @@ const se_DescribeDomainEndpointOptionsCommand = async (input, context) => {
|
|
|
155
155
|
let body;
|
|
156
156
|
body = buildFormUrlencodedString({
|
|
157
157
|
...se_DescribeDomainEndpointOptionsRequest(input, context),
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
[_A]: _DDEO,
|
|
159
|
+
[_V]: _,
|
|
160
160
|
});
|
|
161
161
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
162
162
|
};
|
|
@@ -166,8 +166,8 @@ const se_DescribeDomainsCommand = async (input, context) => {
|
|
|
166
166
|
let body;
|
|
167
167
|
body = buildFormUrlencodedString({
|
|
168
168
|
...se_DescribeDomainsRequest(input, context),
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
[_A]: _DDe,
|
|
170
|
+
[_V]: _,
|
|
171
171
|
});
|
|
172
172
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
173
173
|
};
|
|
@@ -177,8 +177,8 @@ const se_DescribeExpressionsCommand = async (input, context) => {
|
|
|
177
177
|
let body;
|
|
178
178
|
body = buildFormUrlencodedString({
|
|
179
179
|
...se_DescribeExpressionsRequest(input, context),
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
[_A]: _DEes,
|
|
181
|
+
[_V]: _,
|
|
182
182
|
});
|
|
183
183
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
184
184
|
};
|
|
@@ -188,8 +188,8 @@ const se_DescribeIndexFieldsCommand = async (input, context) => {
|
|
|
188
188
|
let body;
|
|
189
189
|
body = buildFormUrlencodedString({
|
|
190
190
|
...se_DescribeIndexFieldsRequest(input, context),
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
[_A]: _DIFes,
|
|
192
|
+
[_V]: _,
|
|
193
193
|
});
|
|
194
194
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
195
195
|
};
|
|
@@ -199,8 +199,8 @@ const se_DescribeScalingParametersCommand = async (input, context) => {
|
|
|
199
199
|
let body;
|
|
200
200
|
body = buildFormUrlencodedString({
|
|
201
201
|
...se_DescribeScalingParametersRequest(input, context),
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
[_A]: _DSP,
|
|
203
|
+
[_V]: _,
|
|
204
204
|
});
|
|
205
205
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
206
206
|
};
|
|
@@ -210,8 +210,8 @@ const se_DescribeServiceAccessPoliciesCommand = async (input, context) => {
|
|
|
210
210
|
let body;
|
|
211
211
|
body = buildFormUrlencodedString({
|
|
212
212
|
...se_DescribeServiceAccessPoliciesRequest(input, context),
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
[_A]: _DSAP,
|
|
214
|
+
[_V]: _,
|
|
215
215
|
});
|
|
216
216
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
217
217
|
};
|
|
@@ -221,8 +221,8 @@ const se_DescribeSuggestersCommand = async (input, context) => {
|
|
|
221
221
|
let body;
|
|
222
222
|
body = buildFormUrlencodedString({
|
|
223
223
|
...se_DescribeSuggestersRequest(input, context),
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
[_A]: _DSes,
|
|
225
|
+
[_V]: _,
|
|
226
226
|
});
|
|
227
227
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
228
228
|
};
|
|
@@ -232,8 +232,8 @@ const se_IndexDocumentsCommand = async (input, context) => {
|
|
|
232
232
|
let body;
|
|
233
233
|
body = buildFormUrlencodedString({
|
|
234
234
|
...se_IndexDocumentsRequest(input, context),
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
[_A]: _ID,
|
|
236
|
+
[_V]: _,
|
|
237
237
|
});
|
|
238
238
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
239
239
|
};
|
|
@@ -241,8 +241,8 @@ exports.se_IndexDocumentsCommand = se_IndexDocumentsCommand;
|
|
|
241
241
|
const se_ListDomainNamesCommand = async (input, context) => {
|
|
242
242
|
const headers = SHARED_HEADERS;
|
|
243
243
|
const body = buildFormUrlencodedString({
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
[_A]: _LDN,
|
|
245
|
+
[_V]: _,
|
|
246
246
|
});
|
|
247
247
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
248
248
|
};
|
|
@@ -252,8 +252,8 @@ const se_UpdateAvailabilityOptionsCommand = async (input, context) => {
|
|
|
252
252
|
let body;
|
|
253
253
|
body = buildFormUrlencodedString({
|
|
254
254
|
...se_UpdateAvailabilityOptionsRequest(input, context),
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
[_A]: _UAO,
|
|
256
|
+
[_V]: _,
|
|
257
257
|
});
|
|
258
258
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
259
259
|
};
|
|
@@ -263,8 +263,8 @@ const se_UpdateDomainEndpointOptionsCommand = async (input, context) => {
|
|
|
263
263
|
let body;
|
|
264
264
|
body = buildFormUrlencodedString({
|
|
265
265
|
...se_UpdateDomainEndpointOptionsRequest(input, context),
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
[_A]: _UDEO,
|
|
267
|
+
[_V]: _,
|
|
268
268
|
});
|
|
269
269
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
270
270
|
};
|
|
@@ -274,8 +274,8 @@ const se_UpdateScalingParametersCommand = async (input, context) => {
|
|
|
274
274
|
let body;
|
|
275
275
|
body = buildFormUrlencodedString({
|
|
276
276
|
...se_UpdateScalingParametersRequest(input, context),
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
[_A]: _USP,
|
|
278
|
+
[_V]: _,
|
|
279
279
|
});
|
|
280
280
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
281
281
|
};
|
|
@@ -285,8 +285,8 @@ const se_UpdateServiceAccessPoliciesCommand = async (input, context) => {
|
|
|
285
285
|
let body;
|
|
286
286
|
body = buildFormUrlencodedString({
|
|
287
287
|
...se_UpdateServiceAccessPoliciesRequest(input, context),
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
[_A]: _USAP,
|
|
289
|
+
[_V]: _,
|
|
290
290
|
});
|
|
291
291
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
292
292
|
};
|
|
@@ -1496,33 +1496,33 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
|
1496
1496
|
};
|
|
1497
1497
|
const se_AnalysisOptions = (input, context) => {
|
|
1498
1498
|
const entries = {};
|
|
1499
|
-
if (input
|
|
1500
|
-
entries[
|
|
1499
|
+
if (input[_S] != null) {
|
|
1500
|
+
entries[_S] = input[_S];
|
|
1501
1501
|
}
|
|
1502
|
-
if (input
|
|
1503
|
-
entries[
|
|
1502
|
+
if (input[_St] != null) {
|
|
1503
|
+
entries[_St] = input[_St];
|
|
1504
1504
|
}
|
|
1505
|
-
if (input
|
|
1506
|
-
entries[
|
|
1505
|
+
if (input[_SD] != null) {
|
|
1506
|
+
entries[_SD] = input[_SD];
|
|
1507
1507
|
}
|
|
1508
|
-
if (input
|
|
1509
|
-
entries[
|
|
1508
|
+
if (input[_JTD] != null) {
|
|
1509
|
+
entries[_JTD] = input[_JTD];
|
|
1510
1510
|
}
|
|
1511
|
-
if (input
|
|
1512
|
-
entries[
|
|
1511
|
+
if (input[_AS] != null) {
|
|
1512
|
+
entries[_AS] = input[_AS];
|
|
1513
1513
|
}
|
|
1514
1514
|
return entries;
|
|
1515
1515
|
};
|
|
1516
1516
|
const se_AnalysisScheme = (input, context) => {
|
|
1517
1517
|
const entries = {};
|
|
1518
|
-
if (input
|
|
1519
|
-
entries[
|
|
1518
|
+
if (input[_ASN] != null) {
|
|
1519
|
+
entries[_ASN] = input[_ASN];
|
|
1520
1520
|
}
|
|
1521
|
-
if (input
|
|
1522
|
-
entries[
|
|
1521
|
+
if (input[_ASL] != null) {
|
|
1522
|
+
entries[_ASL] = input[_ASL];
|
|
1523
1523
|
}
|
|
1524
|
-
if (input
|
|
1525
|
-
const memberEntries = se_AnalysisOptions(input
|
|
1524
|
+
if (input[_AO] != null) {
|
|
1525
|
+
const memberEntries = se_AnalysisOptions(input[_AO], context);
|
|
1526
1526
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1527
1527
|
const loc = `AnalysisOptions.${key}`;
|
|
1528
1528
|
entries[loc] = value;
|
|
@@ -1532,66 +1532,66 @@ const se_AnalysisScheme = (input, context) => {
|
|
|
1532
1532
|
};
|
|
1533
1533
|
const se_BuildSuggestersRequest = (input, context) => {
|
|
1534
1534
|
const entries = {};
|
|
1535
|
-
if (input
|
|
1536
|
-
entries[
|
|
1535
|
+
if (input[_DN] != null) {
|
|
1536
|
+
entries[_DN] = input[_DN];
|
|
1537
1537
|
}
|
|
1538
1538
|
return entries;
|
|
1539
1539
|
};
|
|
1540
1540
|
const se_CreateDomainRequest = (input, context) => {
|
|
1541
1541
|
const entries = {};
|
|
1542
|
-
if (input
|
|
1543
|
-
entries[
|
|
1542
|
+
if (input[_DN] != null) {
|
|
1543
|
+
entries[_DN] = input[_DN];
|
|
1544
1544
|
}
|
|
1545
1545
|
return entries;
|
|
1546
1546
|
};
|
|
1547
1547
|
const se_DateArrayOptions = (input, context) => {
|
|
1548
1548
|
const entries = {};
|
|
1549
|
-
if (input
|
|
1550
|
-
entries[
|
|
1549
|
+
if (input[_DV] != null) {
|
|
1550
|
+
entries[_DV] = input[_DV];
|
|
1551
1551
|
}
|
|
1552
|
-
if (input
|
|
1553
|
-
entries[
|
|
1552
|
+
if (input[_SF] != null) {
|
|
1553
|
+
entries[_SF] = input[_SF];
|
|
1554
1554
|
}
|
|
1555
|
-
if (input
|
|
1556
|
-
entries[
|
|
1555
|
+
if (input[_FE] != null) {
|
|
1556
|
+
entries[_FE] = input[_FE];
|
|
1557
1557
|
}
|
|
1558
|
-
if (input
|
|
1559
|
-
entries[
|
|
1558
|
+
if (input[_SE] != null) {
|
|
1559
|
+
entries[_SE] = input[_SE];
|
|
1560
1560
|
}
|
|
1561
|
-
if (input
|
|
1562
|
-
entries[
|
|
1561
|
+
if (input[_RE] != null) {
|
|
1562
|
+
entries[_RE] = input[_RE];
|
|
1563
1563
|
}
|
|
1564
1564
|
return entries;
|
|
1565
1565
|
};
|
|
1566
1566
|
const se_DateOptions = (input, context) => {
|
|
1567
1567
|
const entries = {};
|
|
1568
|
-
if (input
|
|
1569
|
-
entries[
|
|
1568
|
+
if (input[_DV] != null) {
|
|
1569
|
+
entries[_DV] = input[_DV];
|
|
1570
1570
|
}
|
|
1571
|
-
if (input
|
|
1572
|
-
entries[
|
|
1571
|
+
if (input[_SFo] != null) {
|
|
1572
|
+
entries[_SFo] = input[_SFo];
|
|
1573
1573
|
}
|
|
1574
|
-
if (input
|
|
1575
|
-
entries[
|
|
1574
|
+
if (input[_FE] != null) {
|
|
1575
|
+
entries[_FE] = input[_FE];
|
|
1576
1576
|
}
|
|
1577
|
-
if (input
|
|
1578
|
-
entries[
|
|
1577
|
+
if (input[_SE] != null) {
|
|
1578
|
+
entries[_SE] = input[_SE];
|
|
1579
1579
|
}
|
|
1580
|
-
if (input
|
|
1581
|
-
entries[
|
|
1580
|
+
if (input[_RE] != null) {
|
|
1581
|
+
entries[_RE] = input[_RE];
|
|
1582
1582
|
}
|
|
1583
|
-
if (input
|
|
1584
|
-
entries[
|
|
1583
|
+
if (input[_SEo] != null) {
|
|
1584
|
+
entries[_SEo] = input[_SEo];
|
|
1585
1585
|
}
|
|
1586
1586
|
return entries;
|
|
1587
1587
|
};
|
|
1588
1588
|
const se_DefineAnalysisSchemeRequest = (input, context) => {
|
|
1589
1589
|
const entries = {};
|
|
1590
|
-
if (input
|
|
1591
|
-
entries[
|
|
1590
|
+
if (input[_DN] != null) {
|
|
1591
|
+
entries[_DN] = input[_DN];
|
|
1592
1592
|
}
|
|
1593
|
-
if (input
|
|
1594
|
-
const memberEntries = se_AnalysisScheme(input
|
|
1593
|
+
if (input[_ASn] != null) {
|
|
1594
|
+
const memberEntries = se_AnalysisScheme(input[_ASn], context);
|
|
1595
1595
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1596
1596
|
const loc = `AnalysisScheme.${key}`;
|
|
1597
1597
|
entries[loc] = value;
|
|
@@ -1601,11 +1601,11 @@ const se_DefineAnalysisSchemeRequest = (input, context) => {
|
|
|
1601
1601
|
};
|
|
1602
1602
|
const se_DefineExpressionRequest = (input, context) => {
|
|
1603
1603
|
const entries = {};
|
|
1604
|
-
if (input
|
|
1605
|
-
entries[
|
|
1604
|
+
if (input[_DN] != null) {
|
|
1605
|
+
entries[_DN] = input[_DN];
|
|
1606
1606
|
}
|
|
1607
|
-
if (input
|
|
1608
|
-
const memberEntries = se_Expression(input
|
|
1607
|
+
if (input[_E] != null) {
|
|
1608
|
+
const memberEntries = se_Expression(input[_E], context);
|
|
1609
1609
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1610
1610
|
const loc = `Expression.${key}`;
|
|
1611
1611
|
entries[loc] = value;
|
|
@@ -1615,11 +1615,11 @@ const se_DefineExpressionRequest = (input, context) => {
|
|
|
1615
1615
|
};
|
|
1616
1616
|
const se_DefineIndexFieldRequest = (input, context) => {
|
|
1617
1617
|
const entries = {};
|
|
1618
|
-
if (input
|
|
1619
|
-
entries[
|
|
1618
|
+
if (input[_DN] != null) {
|
|
1619
|
+
entries[_DN] = input[_DN];
|
|
1620
1620
|
}
|
|
1621
|
-
if (input
|
|
1622
|
-
const memberEntries = se_IndexField(input
|
|
1621
|
+
if (input[_IF] != null) {
|
|
1622
|
+
const memberEntries = se_IndexField(input[_IF], context);
|
|
1623
1623
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1624
1624
|
const loc = `IndexField.${key}`;
|
|
1625
1625
|
entries[loc] = value;
|
|
@@ -1629,11 +1629,11 @@ const se_DefineIndexFieldRequest = (input, context) => {
|
|
|
1629
1629
|
};
|
|
1630
1630
|
const se_DefineSuggesterRequest = (input, context) => {
|
|
1631
1631
|
const entries = {};
|
|
1632
|
-
if (input
|
|
1633
|
-
entries[
|
|
1632
|
+
if (input[_DN] != null) {
|
|
1633
|
+
entries[_DN] = input[_DN];
|
|
1634
1634
|
}
|
|
1635
|
-
if (input
|
|
1636
|
-
const memberEntries = se_Suggester(input
|
|
1635
|
+
if (input[_Su] != null) {
|
|
1636
|
+
const memberEntries = se_Suggester(input[_Su], context);
|
|
1637
1637
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1638
1638
|
const loc = `Suggester.${key}`;
|
|
1639
1639
|
entries[loc] = value;
|
|
@@ -1643,59 +1643,59 @@ const se_DefineSuggesterRequest = (input, context) => {
|
|
|
1643
1643
|
};
|
|
1644
1644
|
const se_DeleteAnalysisSchemeRequest = (input, context) => {
|
|
1645
1645
|
const entries = {};
|
|
1646
|
-
if (input
|
|
1647
|
-
entries[
|
|
1646
|
+
if (input[_DN] != null) {
|
|
1647
|
+
entries[_DN] = input[_DN];
|
|
1648
1648
|
}
|
|
1649
|
-
if (input
|
|
1650
|
-
entries[
|
|
1649
|
+
if (input[_ASN] != null) {
|
|
1650
|
+
entries[_ASN] = input[_ASN];
|
|
1651
1651
|
}
|
|
1652
1652
|
return entries;
|
|
1653
1653
|
};
|
|
1654
1654
|
const se_DeleteDomainRequest = (input, context) => {
|
|
1655
1655
|
const entries = {};
|
|
1656
|
-
if (input
|
|
1657
|
-
entries[
|
|
1656
|
+
if (input[_DN] != null) {
|
|
1657
|
+
entries[_DN] = input[_DN];
|
|
1658
1658
|
}
|
|
1659
1659
|
return entries;
|
|
1660
1660
|
};
|
|
1661
1661
|
const se_DeleteExpressionRequest = (input, context) => {
|
|
1662
1662
|
const entries = {};
|
|
1663
|
-
if (input
|
|
1664
|
-
entries[
|
|
1663
|
+
if (input[_DN] != null) {
|
|
1664
|
+
entries[_DN] = input[_DN];
|
|
1665
1665
|
}
|
|
1666
|
-
if (input
|
|
1667
|
-
entries[
|
|
1666
|
+
if (input[_EN] != null) {
|
|
1667
|
+
entries[_EN] = input[_EN];
|
|
1668
1668
|
}
|
|
1669
1669
|
return entries;
|
|
1670
1670
|
};
|
|
1671
1671
|
const se_DeleteIndexFieldRequest = (input, context) => {
|
|
1672
1672
|
const entries = {};
|
|
1673
|
-
if (input
|
|
1674
|
-
entries[
|
|
1673
|
+
if (input[_DN] != null) {
|
|
1674
|
+
entries[_DN] = input[_DN];
|
|
1675
1675
|
}
|
|
1676
|
-
if (input
|
|
1677
|
-
entries[
|
|
1676
|
+
if (input[_IFN] != null) {
|
|
1677
|
+
entries[_IFN] = input[_IFN];
|
|
1678
1678
|
}
|
|
1679
1679
|
return entries;
|
|
1680
1680
|
};
|
|
1681
1681
|
const se_DeleteSuggesterRequest = (input, context) => {
|
|
1682
1682
|
const entries = {};
|
|
1683
|
-
if (input
|
|
1684
|
-
entries[
|
|
1683
|
+
if (input[_DN] != null) {
|
|
1684
|
+
entries[_DN] = input[_DN];
|
|
1685
1685
|
}
|
|
1686
|
-
if (input
|
|
1687
|
-
entries[
|
|
1686
|
+
if (input[_SN] != null) {
|
|
1687
|
+
entries[_SN] = input[_SN];
|
|
1688
1688
|
}
|
|
1689
1689
|
return entries;
|
|
1690
1690
|
};
|
|
1691
1691
|
const se_DescribeAnalysisSchemesRequest = (input, context) => {
|
|
1692
1692
|
const entries = {};
|
|
1693
|
-
if (input
|
|
1694
|
-
entries[
|
|
1693
|
+
if (input[_DN] != null) {
|
|
1694
|
+
entries[_DN] = input[_DN];
|
|
1695
1695
|
}
|
|
1696
|
-
if (input
|
|
1697
|
-
const memberEntries = se_StandardNameList(input
|
|
1698
|
-
if (input
|
|
1696
|
+
if (input[_ASNn] != null) {
|
|
1697
|
+
const memberEntries = se_StandardNameList(input[_ASNn], context);
|
|
1698
|
+
if (input[_ASNn]?.length === 0) {
|
|
1699
1699
|
entries.AnalysisSchemeNames = [];
|
|
1700
1700
|
}
|
|
1701
1701
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1703,36 +1703,36 @@ const se_DescribeAnalysisSchemesRequest = (input, context) => {
|
|
|
1703
1703
|
entries[loc] = value;
|
|
1704
1704
|
});
|
|
1705
1705
|
}
|
|
1706
|
-
if (input
|
|
1707
|
-
entries[
|
|
1706
|
+
if (input[_D] != null) {
|
|
1707
|
+
entries[_D] = input[_D];
|
|
1708
1708
|
}
|
|
1709
1709
|
return entries;
|
|
1710
1710
|
};
|
|
1711
1711
|
const se_DescribeAvailabilityOptionsRequest = (input, context) => {
|
|
1712
1712
|
const entries = {};
|
|
1713
|
-
if (input
|
|
1714
|
-
entries[
|
|
1713
|
+
if (input[_DN] != null) {
|
|
1714
|
+
entries[_DN] = input[_DN];
|
|
1715
1715
|
}
|
|
1716
|
-
if (input
|
|
1717
|
-
entries[
|
|
1716
|
+
if (input[_D] != null) {
|
|
1717
|
+
entries[_D] = input[_D];
|
|
1718
1718
|
}
|
|
1719
1719
|
return entries;
|
|
1720
1720
|
};
|
|
1721
1721
|
const se_DescribeDomainEndpointOptionsRequest = (input, context) => {
|
|
1722
1722
|
const entries = {};
|
|
1723
|
-
if (input
|
|
1724
|
-
entries[
|
|
1723
|
+
if (input[_DN] != null) {
|
|
1724
|
+
entries[_DN] = input[_DN];
|
|
1725
1725
|
}
|
|
1726
|
-
if (input
|
|
1727
|
-
entries[
|
|
1726
|
+
if (input[_D] != null) {
|
|
1727
|
+
entries[_D] = input[_D];
|
|
1728
1728
|
}
|
|
1729
1729
|
return entries;
|
|
1730
1730
|
};
|
|
1731
1731
|
const se_DescribeDomainsRequest = (input, context) => {
|
|
1732
1732
|
const entries = {};
|
|
1733
|
-
if (input
|
|
1734
|
-
const memberEntries = se_DomainNameList(input
|
|
1735
|
-
if (input
|
|
1733
|
+
if (input[_DNo] != null) {
|
|
1734
|
+
const memberEntries = se_DomainNameList(input[_DNo], context);
|
|
1735
|
+
if (input[_DNo]?.length === 0) {
|
|
1736
1736
|
entries.DomainNames = [];
|
|
1737
1737
|
}
|
|
1738
1738
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1744,12 +1744,12 @@ const se_DescribeDomainsRequest = (input, context) => {
|
|
|
1744
1744
|
};
|
|
1745
1745
|
const se_DescribeExpressionsRequest = (input, context) => {
|
|
1746
1746
|
const entries = {};
|
|
1747
|
-
if (input
|
|
1748
|
-
entries[
|
|
1747
|
+
if (input[_DN] != null) {
|
|
1748
|
+
entries[_DN] = input[_DN];
|
|
1749
1749
|
}
|
|
1750
|
-
if (input
|
|
1751
|
-
const memberEntries = se_StandardNameList(input
|
|
1752
|
-
if (input
|
|
1750
|
+
if (input[_ENx] != null) {
|
|
1751
|
+
const memberEntries = se_StandardNameList(input[_ENx], context);
|
|
1752
|
+
if (input[_ENx]?.length === 0) {
|
|
1753
1753
|
entries.ExpressionNames = [];
|
|
1754
1754
|
}
|
|
1755
1755
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1757,19 +1757,19 @@ const se_DescribeExpressionsRequest = (input, context) => {
|
|
|
1757
1757
|
entries[loc] = value;
|
|
1758
1758
|
});
|
|
1759
1759
|
}
|
|
1760
|
-
if (input
|
|
1761
|
-
entries[
|
|
1760
|
+
if (input[_D] != null) {
|
|
1761
|
+
entries[_D] = input[_D];
|
|
1762
1762
|
}
|
|
1763
1763
|
return entries;
|
|
1764
1764
|
};
|
|
1765
1765
|
const se_DescribeIndexFieldsRequest = (input, context) => {
|
|
1766
1766
|
const entries = {};
|
|
1767
|
-
if (input
|
|
1768
|
-
entries[
|
|
1767
|
+
if (input[_DN] != null) {
|
|
1768
|
+
entries[_DN] = input[_DN];
|
|
1769
1769
|
}
|
|
1770
|
-
if (input
|
|
1771
|
-
const memberEntries = se_DynamicFieldNameList(input
|
|
1772
|
-
if (input
|
|
1770
|
+
if (input[_FN] != null) {
|
|
1771
|
+
const memberEntries = se_DynamicFieldNameList(input[_FN], context);
|
|
1772
|
+
if (input[_FN]?.length === 0) {
|
|
1773
1773
|
entries.FieldNames = [];
|
|
1774
1774
|
}
|
|
1775
1775
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1777,36 +1777,36 @@ const se_DescribeIndexFieldsRequest = (input, context) => {
|
|
|
1777
1777
|
entries[loc] = value;
|
|
1778
1778
|
});
|
|
1779
1779
|
}
|
|
1780
|
-
if (input
|
|
1781
|
-
entries[
|
|
1780
|
+
if (input[_D] != null) {
|
|
1781
|
+
entries[_D] = input[_D];
|
|
1782
1782
|
}
|
|
1783
1783
|
return entries;
|
|
1784
1784
|
};
|
|
1785
1785
|
const se_DescribeScalingParametersRequest = (input, context) => {
|
|
1786
1786
|
const entries = {};
|
|
1787
|
-
if (input
|
|
1788
|
-
entries[
|
|
1787
|
+
if (input[_DN] != null) {
|
|
1788
|
+
entries[_DN] = input[_DN];
|
|
1789
1789
|
}
|
|
1790
1790
|
return entries;
|
|
1791
1791
|
};
|
|
1792
1792
|
const se_DescribeServiceAccessPoliciesRequest = (input, context) => {
|
|
1793
1793
|
const entries = {};
|
|
1794
|
-
if (input
|
|
1795
|
-
entries[
|
|
1794
|
+
if (input[_DN] != null) {
|
|
1795
|
+
entries[_DN] = input[_DN];
|
|
1796
1796
|
}
|
|
1797
|
-
if (input
|
|
1798
|
-
entries[
|
|
1797
|
+
if (input[_D] != null) {
|
|
1798
|
+
entries[_D] = input[_D];
|
|
1799
1799
|
}
|
|
1800
1800
|
return entries;
|
|
1801
1801
|
};
|
|
1802
1802
|
const se_DescribeSuggestersRequest = (input, context) => {
|
|
1803
1803
|
const entries = {};
|
|
1804
|
-
if (input
|
|
1805
|
-
entries[
|
|
1804
|
+
if (input[_DN] != null) {
|
|
1805
|
+
entries[_DN] = input[_DN];
|
|
1806
1806
|
}
|
|
1807
|
-
if (input
|
|
1808
|
-
const memberEntries = se_StandardNameList(input
|
|
1809
|
-
if (input
|
|
1807
|
+
if (input[_SNu] != null) {
|
|
1808
|
+
const memberEntries = se_StandardNameList(input[_SNu], context);
|
|
1809
|
+
if (input[_SNu]?.length === 0) {
|
|
1810
1810
|
entries.SuggesterNames = [];
|
|
1811
1811
|
}
|
|
1812
1812
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1814,31 +1814,31 @@ const se_DescribeSuggestersRequest = (input, context) => {
|
|
|
1814
1814
|
entries[loc] = value;
|
|
1815
1815
|
});
|
|
1816
1816
|
}
|
|
1817
|
-
if (input
|
|
1818
|
-
entries[
|
|
1817
|
+
if (input[_D] != null) {
|
|
1818
|
+
entries[_D] = input[_D];
|
|
1819
1819
|
}
|
|
1820
1820
|
return entries;
|
|
1821
1821
|
};
|
|
1822
1822
|
const se_DocumentSuggesterOptions = (input, context) => {
|
|
1823
1823
|
const entries = {};
|
|
1824
|
-
if (input
|
|
1825
|
-
entries[
|
|
1824
|
+
if (input[_SFo] != null) {
|
|
1825
|
+
entries[_SFo] = input[_SFo];
|
|
1826
1826
|
}
|
|
1827
|
-
if (input
|
|
1828
|
-
entries[
|
|
1827
|
+
if (input[_FM] != null) {
|
|
1828
|
+
entries[_FM] = input[_FM];
|
|
1829
1829
|
}
|
|
1830
|
-
if (input
|
|
1831
|
-
entries[
|
|
1830
|
+
if (input[_SEor] != null) {
|
|
1831
|
+
entries[_SEor] = input[_SEor];
|
|
1832
1832
|
}
|
|
1833
1833
|
return entries;
|
|
1834
1834
|
};
|
|
1835
1835
|
const se_DomainEndpointOptions = (input, context) => {
|
|
1836
1836
|
const entries = {};
|
|
1837
|
-
if (input
|
|
1838
|
-
entries[
|
|
1837
|
+
if (input[_EHTTPS] != null) {
|
|
1838
|
+
entries[_EHTTPS] = input[_EHTTPS];
|
|
1839
1839
|
}
|
|
1840
|
-
if (input
|
|
1841
|
-
entries[
|
|
1840
|
+
if (input[_TLSSP] != null) {
|
|
1841
|
+
entries[_TLSSP] = input[_TLSSP];
|
|
1842
1842
|
}
|
|
1843
1843
|
return entries;
|
|
1844
1844
|
};
|
|
@@ -1856,42 +1856,42 @@ const se_DomainNameList = (input, context) => {
|
|
|
1856
1856
|
};
|
|
1857
1857
|
const se_DoubleArrayOptions = (input, context) => {
|
|
1858
1858
|
const entries = {};
|
|
1859
|
-
if (input
|
|
1860
|
-
entries[
|
|
1859
|
+
if (input[_DV] != null) {
|
|
1860
|
+
entries[_DV] = (0, smithy_client_1.serializeFloat)(input[_DV]);
|
|
1861
1861
|
}
|
|
1862
|
-
if (input
|
|
1863
|
-
entries[
|
|
1862
|
+
if (input[_SF] != null) {
|
|
1863
|
+
entries[_SF] = input[_SF];
|
|
1864
1864
|
}
|
|
1865
|
-
if (input
|
|
1866
|
-
entries[
|
|
1865
|
+
if (input[_FE] != null) {
|
|
1866
|
+
entries[_FE] = input[_FE];
|
|
1867
1867
|
}
|
|
1868
|
-
if (input
|
|
1869
|
-
entries[
|
|
1868
|
+
if (input[_SE] != null) {
|
|
1869
|
+
entries[_SE] = input[_SE];
|
|
1870
1870
|
}
|
|
1871
|
-
if (input
|
|
1872
|
-
entries[
|
|
1871
|
+
if (input[_RE] != null) {
|
|
1872
|
+
entries[_RE] = input[_RE];
|
|
1873
1873
|
}
|
|
1874
1874
|
return entries;
|
|
1875
1875
|
};
|
|
1876
1876
|
const se_DoubleOptions = (input, context) => {
|
|
1877
1877
|
const entries = {};
|
|
1878
|
-
if (input
|
|
1879
|
-
entries[
|
|
1878
|
+
if (input[_DV] != null) {
|
|
1879
|
+
entries[_DV] = (0, smithy_client_1.serializeFloat)(input[_DV]);
|
|
1880
1880
|
}
|
|
1881
|
-
if (input
|
|
1882
|
-
entries[
|
|
1881
|
+
if (input[_SFo] != null) {
|
|
1882
|
+
entries[_SFo] = input[_SFo];
|
|
1883
1883
|
}
|
|
1884
|
-
if (input
|
|
1885
|
-
entries[
|
|
1884
|
+
if (input[_FE] != null) {
|
|
1885
|
+
entries[_FE] = input[_FE];
|
|
1886
1886
|
}
|
|
1887
|
-
if (input
|
|
1888
|
-
entries[
|
|
1887
|
+
if (input[_SE] != null) {
|
|
1888
|
+
entries[_SE] = input[_SE];
|
|
1889
1889
|
}
|
|
1890
|
-
if (input
|
|
1891
|
-
entries[
|
|
1890
|
+
if (input[_RE] != null) {
|
|
1891
|
+
entries[_RE] = input[_RE];
|
|
1892
1892
|
}
|
|
1893
|
-
if (input
|
|
1894
|
-
entries[
|
|
1893
|
+
if (input[_SEo] != null) {
|
|
1894
|
+
entries[_SEo] = input[_SEo];
|
|
1895
1895
|
}
|
|
1896
1896
|
return entries;
|
|
1897
1897
|
};
|
|
@@ -1909,101 +1909,101 @@ const se_DynamicFieldNameList = (input, context) => {
|
|
|
1909
1909
|
};
|
|
1910
1910
|
const se_Expression = (input, context) => {
|
|
1911
1911
|
const entries = {};
|
|
1912
|
-
if (input
|
|
1913
|
-
entries[
|
|
1912
|
+
if (input[_EN] != null) {
|
|
1913
|
+
entries[_EN] = input[_EN];
|
|
1914
1914
|
}
|
|
1915
|
-
if (input
|
|
1916
|
-
entries[
|
|
1915
|
+
if (input[_EV] != null) {
|
|
1916
|
+
entries[_EV] = input[_EV];
|
|
1917
1917
|
}
|
|
1918
1918
|
return entries;
|
|
1919
1919
|
};
|
|
1920
1920
|
const se_IndexDocumentsRequest = (input, context) => {
|
|
1921
1921
|
const entries = {};
|
|
1922
|
-
if (input
|
|
1923
|
-
entries[
|
|
1922
|
+
if (input[_DN] != null) {
|
|
1923
|
+
entries[_DN] = input[_DN];
|
|
1924
1924
|
}
|
|
1925
1925
|
return entries;
|
|
1926
1926
|
};
|
|
1927
1927
|
const se_IndexField = (input, context) => {
|
|
1928
1928
|
const entries = {};
|
|
1929
|
-
if (input
|
|
1930
|
-
entries[
|
|
1929
|
+
if (input[_IFN] != null) {
|
|
1930
|
+
entries[_IFN] = input[_IFN];
|
|
1931
1931
|
}
|
|
1932
|
-
if (input
|
|
1933
|
-
entries[
|
|
1932
|
+
if (input[_IFT] != null) {
|
|
1933
|
+
entries[_IFT] = input[_IFT];
|
|
1934
1934
|
}
|
|
1935
|
-
if (input
|
|
1936
|
-
const memberEntries = se_IntOptions(input
|
|
1935
|
+
if (input[_IO] != null) {
|
|
1936
|
+
const memberEntries = se_IntOptions(input[_IO], context);
|
|
1937
1937
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1938
1938
|
const loc = `IntOptions.${key}`;
|
|
1939
1939
|
entries[loc] = value;
|
|
1940
1940
|
});
|
|
1941
1941
|
}
|
|
1942
|
-
if (input
|
|
1943
|
-
const memberEntries = se_DoubleOptions(input
|
|
1942
|
+
if (input[_DO] != null) {
|
|
1943
|
+
const memberEntries = se_DoubleOptions(input[_DO], context);
|
|
1944
1944
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1945
1945
|
const loc = `DoubleOptions.${key}`;
|
|
1946
1946
|
entries[loc] = value;
|
|
1947
1947
|
});
|
|
1948
1948
|
}
|
|
1949
|
-
if (input
|
|
1950
|
-
const memberEntries = se_LiteralOptions(input
|
|
1949
|
+
if (input[_LO] != null) {
|
|
1950
|
+
const memberEntries = se_LiteralOptions(input[_LO], context);
|
|
1951
1951
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1952
1952
|
const loc = `LiteralOptions.${key}`;
|
|
1953
1953
|
entries[loc] = value;
|
|
1954
1954
|
});
|
|
1955
1955
|
}
|
|
1956
|
-
if (input
|
|
1957
|
-
const memberEntries = se_TextOptions(input
|
|
1956
|
+
if (input[_TO] != null) {
|
|
1957
|
+
const memberEntries = se_TextOptions(input[_TO], context);
|
|
1958
1958
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1959
1959
|
const loc = `TextOptions.${key}`;
|
|
1960
1960
|
entries[loc] = value;
|
|
1961
1961
|
});
|
|
1962
1962
|
}
|
|
1963
|
-
if (input
|
|
1964
|
-
const memberEntries = se_DateOptions(input
|
|
1963
|
+
if (input[_DOa] != null) {
|
|
1964
|
+
const memberEntries = se_DateOptions(input[_DOa], context);
|
|
1965
1965
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1966
1966
|
const loc = `DateOptions.${key}`;
|
|
1967
1967
|
entries[loc] = value;
|
|
1968
1968
|
});
|
|
1969
1969
|
}
|
|
1970
|
-
if (input
|
|
1971
|
-
const memberEntries = se_LatLonOptions(input
|
|
1970
|
+
if (input[_LLO] != null) {
|
|
1971
|
+
const memberEntries = se_LatLonOptions(input[_LLO], context);
|
|
1972
1972
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1973
1973
|
const loc = `LatLonOptions.${key}`;
|
|
1974
1974
|
entries[loc] = value;
|
|
1975
1975
|
});
|
|
1976
1976
|
}
|
|
1977
|
-
if (input
|
|
1978
|
-
const memberEntries = se_IntArrayOptions(input
|
|
1977
|
+
if (input[_IAO] != null) {
|
|
1978
|
+
const memberEntries = se_IntArrayOptions(input[_IAO], context);
|
|
1979
1979
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1980
1980
|
const loc = `IntArrayOptions.${key}`;
|
|
1981
1981
|
entries[loc] = value;
|
|
1982
1982
|
});
|
|
1983
1983
|
}
|
|
1984
|
-
if (input
|
|
1985
|
-
const memberEntries = se_DoubleArrayOptions(input
|
|
1984
|
+
if (input[_DAOo] != null) {
|
|
1985
|
+
const memberEntries = se_DoubleArrayOptions(input[_DAOo], context);
|
|
1986
1986
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1987
1987
|
const loc = `DoubleArrayOptions.${key}`;
|
|
1988
1988
|
entries[loc] = value;
|
|
1989
1989
|
});
|
|
1990
1990
|
}
|
|
1991
|
-
if (input
|
|
1992
|
-
const memberEntries = se_LiteralArrayOptions(input
|
|
1991
|
+
if (input[_LAO] != null) {
|
|
1992
|
+
const memberEntries = se_LiteralArrayOptions(input[_LAO], context);
|
|
1993
1993
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1994
1994
|
const loc = `LiteralArrayOptions.${key}`;
|
|
1995
1995
|
entries[loc] = value;
|
|
1996
1996
|
});
|
|
1997
1997
|
}
|
|
1998
|
-
if (input
|
|
1999
|
-
const memberEntries = se_TextArrayOptions(input
|
|
1998
|
+
if (input[_TAO] != null) {
|
|
1999
|
+
const memberEntries = se_TextArrayOptions(input[_TAO], context);
|
|
2000
2000
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2001
2001
|
const loc = `TextArrayOptions.${key}`;
|
|
2002
2002
|
entries[loc] = value;
|
|
2003
2003
|
});
|
|
2004
2004
|
}
|
|
2005
|
-
if (input
|
|
2006
|
-
const memberEntries = se_DateArrayOptions(input
|
|
2005
|
+
if (input[_DAOa] != null) {
|
|
2006
|
+
const memberEntries = se_DateArrayOptions(input[_DAOa], context);
|
|
2007
2007
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2008
2008
|
const loc = `DateArrayOptions.${key}`;
|
|
2009
2009
|
entries[loc] = value;
|
|
@@ -2013,118 +2013,118 @@ const se_IndexField = (input, context) => {
|
|
|
2013
2013
|
};
|
|
2014
2014
|
const se_IntArrayOptions = (input, context) => {
|
|
2015
2015
|
const entries = {};
|
|
2016
|
-
if (input
|
|
2017
|
-
entries[
|
|
2016
|
+
if (input[_DV] != null) {
|
|
2017
|
+
entries[_DV] = input[_DV];
|
|
2018
2018
|
}
|
|
2019
|
-
if (input
|
|
2020
|
-
entries[
|
|
2019
|
+
if (input[_SF] != null) {
|
|
2020
|
+
entries[_SF] = input[_SF];
|
|
2021
2021
|
}
|
|
2022
|
-
if (input
|
|
2023
|
-
entries[
|
|
2022
|
+
if (input[_FE] != null) {
|
|
2023
|
+
entries[_FE] = input[_FE];
|
|
2024
2024
|
}
|
|
2025
|
-
if (input
|
|
2026
|
-
entries[
|
|
2025
|
+
if (input[_SE] != null) {
|
|
2026
|
+
entries[_SE] = input[_SE];
|
|
2027
2027
|
}
|
|
2028
|
-
if (input
|
|
2029
|
-
entries[
|
|
2028
|
+
if (input[_RE] != null) {
|
|
2029
|
+
entries[_RE] = input[_RE];
|
|
2030
2030
|
}
|
|
2031
2031
|
return entries;
|
|
2032
2032
|
};
|
|
2033
2033
|
const se_IntOptions = (input, context) => {
|
|
2034
2034
|
const entries = {};
|
|
2035
|
-
if (input
|
|
2036
|
-
entries[
|
|
2035
|
+
if (input[_DV] != null) {
|
|
2036
|
+
entries[_DV] = input[_DV];
|
|
2037
2037
|
}
|
|
2038
|
-
if (input
|
|
2039
|
-
entries[
|
|
2038
|
+
if (input[_SFo] != null) {
|
|
2039
|
+
entries[_SFo] = input[_SFo];
|
|
2040
2040
|
}
|
|
2041
|
-
if (input
|
|
2042
|
-
entries[
|
|
2041
|
+
if (input[_FE] != null) {
|
|
2042
|
+
entries[_FE] = input[_FE];
|
|
2043
2043
|
}
|
|
2044
|
-
if (input
|
|
2045
|
-
entries[
|
|
2044
|
+
if (input[_SE] != null) {
|
|
2045
|
+
entries[_SE] = input[_SE];
|
|
2046
2046
|
}
|
|
2047
|
-
if (input
|
|
2048
|
-
entries[
|
|
2047
|
+
if (input[_RE] != null) {
|
|
2048
|
+
entries[_RE] = input[_RE];
|
|
2049
2049
|
}
|
|
2050
|
-
if (input
|
|
2051
|
-
entries[
|
|
2050
|
+
if (input[_SEo] != null) {
|
|
2051
|
+
entries[_SEo] = input[_SEo];
|
|
2052
2052
|
}
|
|
2053
2053
|
return entries;
|
|
2054
2054
|
};
|
|
2055
2055
|
const se_LatLonOptions = (input, context) => {
|
|
2056
2056
|
const entries = {};
|
|
2057
|
-
if (input
|
|
2058
|
-
entries[
|
|
2057
|
+
if (input[_DV] != null) {
|
|
2058
|
+
entries[_DV] = input[_DV];
|
|
2059
2059
|
}
|
|
2060
|
-
if (input
|
|
2061
|
-
entries[
|
|
2060
|
+
if (input[_SFo] != null) {
|
|
2061
|
+
entries[_SFo] = input[_SFo];
|
|
2062
2062
|
}
|
|
2063
|
-
if (input
|
|
2064
|
-
entries[
|
|
2063
|
+
if (input[_FE] != null) {
|
|
2064
|
+
entries[_FE] = input[_FE];
|
|
2065
2065
|
}
|
|
2066
|
-
if (input
|
|
2067
|
-
entries[
|
|
2066
|
+
if (input[_SE] != null) {
|
|
2067
|
+
entries[_SE] = input[_SE];
|
|
2068
2068
|
}
|
|
2069
|
-
if (input
|
|
2070
|
-
entries[
|
|
2069
|
+
if (input[_RE] != null) {
|
|
2070
|
+
entries[_RE] = input[_RE];
|
|
2071
2071
|
}
|
|
2072
|
-
if (input
|
|
2073
|
-
entries[
|
|
2072
|
+
if (input[_SEo] != null) {
|
|
2073
|
+
entries[_SEo] = input[_SEo];
|
|
2074
2074
|
}
|
|
2075
2075
|
return entries;
|
|
2076
2076
|
};
|
|
2077
2077
|
const se_LiteralArrayOptions = (input, context) => {
|
|
2078
2078
|
const entries = {};
|
|
2079
|
-
if (input
|
|
2080
|
-
entries[
|
|
2079
|
+
if (input[_DV] != null) {
|
|
2080
|
+
entries[_DV] = input[_DV];
|
|
2081
2081
|
}
|
|
2082
|
-
if (input
|
|
2083
|
-
entries[
|
|
2082
|
+
if (input[_SF] != null) {
|
|
2083
|
+
entries[_SF] = input[_SF];
|
|
2084
2084
|
}
|
|
2085
|
-
if (input
|
|
2086
|
-
entries[
|
|
2085
|
+
if (input[_FE] != null) {
|
|
2086
|
+
entries[_FE] = input[_FE];
|
|
2087
2087
|
}
|
|
2088
|
-
if (input
|
|
2089
|
-
entries[
|
|
2088
|
+
if (input[_SE] != null) {
|
|
2089
|
+
entries[_SE] = input[_SE];
|
|
2090
2090
|
}
|
|
2091
|
-
if (input
|
|
2092
|
-
entries[
|
|
2091
|
+
if (input[_RE] != null) {
|
|
2092
|
+
entries[_RE] = input[_RE];
|
|
2093
2093
|
}
|
|
2094
2094
|
return entries;
|
|
2095
2095
|
};
|
|
2096
2096
|
const se_LiteralOptions = (input, context) => {
|
|
2097
2097
|
const entries = {};
|
|
2098
|
-
if (input
|
|
2099
|
-
entries[
|
|
2098
|
+
if (input[_DV] != null) {
|
|
2099
|
+
entries[_DV] = input[_DV];
|
|
2100
2100
|
}
|
|
2101
|
-
if (input
|
|
2102
|
-
entries[
|
|
2101
|
+
if (input[_SFo] != null) {
|
|
2102
|
+
entries[_SFo] = input[_SFo];
|
|
2103
2103
|
}
|
|
2104
|
-
if (input
|
|
2105
|
-
entries[
|
|
2104
|
+
if (input[_FE] != null) {
|
|
2105
|
+
entries[_FE] = input[_FE];
|
|
2106
2106
|
}
|
|
2107
|
-
if (input
|
|
2108
|
-
entries[
|
|
2107
|
+
if (input[_SE] != null) {
|
|
2108
|
+
entries[_SE] = input[_SE];
|
|
2109
2109
|
}
|
|
2110
|
-
if (input
|
|
2111
|
-
entries[
|
|
2110
|
+
if (input[_RE] != null) {
|
|
2111
|
+
entries[_RE] = input[_RE];
|
|
2112
2112
|
}
|
|
2113
|
-
if (input
|
|
2114
|
-
entries[
|
|
2113
|
+
if (input[_SEo] != null) {
|
|
2114
|
+
entries[_SEo] = input[_SEo];
|
|
2115
2115
|
}
|
|
2116
2116
|
return entries;
|
|
2117
2117
|
};
|
|
2118
2118
|
const se_ScalingParameters = (input, context) => {
|
|
2119
2119
|
const entries = {};
|
|
2120
|
-
if (input
|
|
2121
|
-
entries[
|
|
2120
|
+
if (input[_DIT] != null) {
|
|
2121
|
+
entries[_DIT] = input[_DIT];
|
|
2122
2122
|
}
|
|
2123
|
-
if (input
|
|
2124
|
-
entries[
|
|
2123
|
+
if (input[_DRC] != null) {
|
|
2124
|
+
entries[_DRC] = input[_DRC];
|
|
2125
2125
|
}
|
|
2126
|
-
if (input
|
|
2127
|
-
entries[
|
|
2126
|
+
if (input[_DPC] != null) {
|
|
2127
|
+
entries[_DPC] = input[_DPC];
|
|
2128
2128
|
}
|
|
2129
2129
|
return entries;
|
|
2130
2130
|
};
|
|
@@ -2142,11 +2142,11 @@ const se_StandardNameList = (input, context) => {
|
|
|
2142
2142
|
};
|
|
2143
2143
|
const se_Suggester = (input, context) => {
|
|
2144
2144
|
const entries = {};
|
|
2145
|
-
if (input
|
|
2146
|
-
entries[
|
|
2145
|
+
if (input[_SN] != null) {
|
|
2146
|
+
entries[_SN] = input[_SN];
|
|
2147
2147
|
}
|
|
2148
|
-
if (input
|
|
2149
|
-
const memberEntries = se_DocumentSuggesterOptions(input
|
|
2148
|
+
if (input[_DSO] != null) {
|
|
2149
|
+
const memberEntries = se_DocumentSuggesterOptions(input[_DSO], context);
|
|
2150
2150
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2151
2151
|
const loc = `DocumentSuggesterOptions.${key}`;
|
|
2152
2152
|
entries[loc] = value;
|
|
@@ -2156,62 +2156,62 @@ const se_Suggester = (input, context) => {
|
|
|
2156
2156
|
};
|
|
2157
2157
|
const se_TextArrayOptions = (input, context) => {
|
|
2158
2158
|
const entries = {};
|
|
2159
|
-
if (input
|
|
2160
|
-
entries[
|
|
2159
|
+
if (input[_DV] != null) {
|
|
2160
|
+
entries[_DV] = input[_DV];
|
|
2161
2161
|
}
|
|
2162
|
-
if (input
|
|
2163
|
-
entries[
|
|
2162
|
+
if (input[_SF] != null) {
|
|
2163
|
+
entries[_SF] = input[_SF];
|
|
2164
2164
|
}
|
|
2165
|
-
if (input
|
|
2166
|
-
entries[
|
|
2165
|
+
if (input[_RE] != null) {
|
|
2166
|
+
entries[_RE] = input[_RE];
|
|
2167
2167
|
}
|
|
2168
|
-
if (input
|
|
2169
|
-
entries[
|
|
2168
|
+
if (input[_HE] != null) {
|
|
2169
|
+
entries[_HE] = input[_HE];
|
|
2170
2170
|
}
|
|
2171
|
-
if (input
|
|
2172
|
-
entries[
|
|
2171
|
+
if (input[_ASn] != null) {
|
|
2172
|
+
entries[_ASn] = input[_ASn];
|
|
2173
2173
|
}
|
|
2174
2174
|
return entries;
|
|
2175
2175
|
};
|
|
2176
2176
|
const se_TextOptions = (input, context) => {
|
|
2177
2177
|
const entries = {};
|
|
2178
|
-
if (input
|
|
2179
|
-
entries[
|
|
2178
|
+
if (input[_DV] != null) {
|
|
2179
|
+
entries[_DV] = input[_DV];
|
|
2180
2180
|
}
|
|
2181
|
-
if (input
|
|
2182
|
-
entries[
|
|
2181
|
+
if (input[_SFo] != null) {
|
|
2182
|
+
entries[_SFo] = input[_SFo];
|
|
2183
2183
|
}
|
|
2184
|
-
if (input
|
|
2185
|
-
entries[
|
|
2184
|
+
if (input[_RE] != null) {
|
|
2185
|
+
entries[_RE] = input[_RE];
|
|
2186
2186
|
}
|
|
2187
|
-
if (input
|
|
2188
|
-
entries[
|
|
2187
|
+
if (input[_SEo] != null) {
|
|
2188
|
+
entries[_SEo] = input[_SEo];
|
|
2189
2189
|
}
|
|
2190
|
-
if (input
|
|
2191
|
-
entries[
|
|
2190
|
+
if (input[_HE] != null) {
|
|
2191
|
+
entries[_HE] = input[_HE];
|
|
2192
2192
|
}
|
|
2193
|
-
if (input
|
|
2194
|
-
entries[
|
|
2193
|
+
if (input[_ASn] != null) {
|
|
2194
|
+
entries[_ASn] = input[_ASn];
|
|
2195
2195
|
}
|
|
2196
2196
|
return entries;
|
|
2197
2197
|
};
|
|
2198
2198
|
const se_UpdateAvailabilityOptionsRequest = (input, context) => {
|
|
2199
2199
|
const entries = {};
|
|
2200
|
-
if (input
|
|
2201
|
-
entries[
|
|
2200
|
+
if (input[_DN] != null) {
|
|
2201
|
+
entries[_DN] = input[_DN];
|
|
2202
2202
|
}
|
|
2203
|
-
if (input
|
|
2204
|
-
entries[
|
|
2203
|
+
if (input[_MAZ] != null) {
|
|
2204
|
+
entries[_MAZ] = input[_MAZ];
|
|
2205
2205
|
}
|
|
2206
2206
|
return entries;
|
|
2207
2207
|
};
|
|
2208
2208
|
const se_UpdateDomainEndpointOptionsRequest = (input, context) => {
|
|
2209
2209
|
const entries = {};
|
|
2210
|
-
if (input
|
|
2211
|
-
entries[
|
|
2210
|
+
if (input[_DN] != null) {
|
|
2211
|
+
entries[_DN] = input[_DN];
|
|
2212
2212
|
}
|
|
2213
|
-
if (input
|
|
2214
|
-
const memberEntries = se_DomainEndpointOptions(input
|
|
2213
|
+
if (input[_DEO] != null) {
|
|
2214
|
+
const memberEntries = se_DomainEndpointOptions(input[_DEO], context);
|
|
2215
2215
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2216
2216
|
const loc = `DomainEndpointOptions.${key}`;
|
|
2217
2217
|
entries[loc] = value;
|
|
@@ -2221,11 +2221,11 @@ const se_UpdateDomainEndpointOptionsRequest = (input, context) => {
|
|
|
2221
2221
|
};
|
|
2222
2222
|
const se_UpdateScalingParametersRequest = (input, context) => {
|
|
2223
2223
|
const entries = {};
|
|
2224
|
-
if (input
|
|
2225
|
-
entries[
|
|
2224
|
+
if (input[_DN] != null) {
|
|
2225
|
+
entries[_DN] = input[_DN];
|
|
2226
2226
|
}
|
|
2227
|
-
if (input
|
|
2228
|
-
const memberEntries = se_ScalingParameters(input
|
|
2227
|
+
if (input[_SP] != null) {
|
|
2228
|
+
const memberEntries = se_ScalingParameters(input[_SP], context);
|
|
2229
2229
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2230
2230
|
const loc = `ScalingParameters.${key}`;
|
|
2231
2231
|
entries[loc] = value;
|
|
@@ -2235,63 +2235,63 @@ const se_UpdateScalingParametersRequest = (input, context) => {
|
|
|
2235
2235
|
};
|
|
2236
2236
|
const se_UpdateServiceAccessPoliciesRequest = (input, context) => {
|
|
2237
2237
|
const entries = {};
|
|
2238
|
-
if (input
|
|
2239
|
-
entries[
|
|
2238
|
+
if (input[_DN] != null) {
|
|
2239
|
+
entries[_DN] = input[_DN];
|
|
2240
2240
|
}
|
|
2241
|
-
if (input
|
|
2242
|
-
entries[
|
|
2241
|
+
if (input[_AP] != null) {
|
|
2242
|
+
entries[_AP] = input[_AP];
|
|
2243
2243
|
}
|
|
2244
2244
|
return entries;
|
|
2245
2245
|
};
|
|
2246
2246
|
const de_AccessPoliciesStatus = (output, context) => {
|
|
2247
2247
|
const contents = {};
|
|
2248
|
-
if (output[
|
|
2249
|
-
contents
|
|
2248
|
+
if (output[_O] != null) {
|
|
2249
|
+
contents[_O] = (0, smithy_client_1.expectString)(output[_O]);
|
|
2250
2250
|
}
|
|
2251
|
-
if (output[
|
|
2252
|
-
contents
|
|
2251
|
+
if (output[_Sta] != null) {
|
|
2252
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2253
2253
|
}
|
|
2254
2254
|
return contents;
|
|
2255
2255
|
};
|
|
2256
2256
|
const de_AnalysisOptions = (output, context) => {
|
|
2257
2257
|
const contents = {};
|
|
2258
|
-
if (output[
|
|
2259
|
-
contents
|
|
2258
|
+
if (output[_S] != null) {
|
|
2259
|
+
contents[_S] = (0, smithy_client_1.expectString)(output[_S]);
|
|
2260
2260
|
}
|
|
2261
|
-
if (output[
|
|
2262
|
-
contents
|
|
2261
|
+
if (output[_St] != null) {
|
|
2262
|
+
contents[_St] = (0, smithy_client_1.expectString)(output[_St]);
|
|
2263
2263
|
}
|
|
2264
|
-
if (output[
|
|
2265
|
-
contents
|
|
2264
|
+
if (output[_SD] != null) {
|
|
2265
|
+
contents[_SD] = (0, smithy_client_1.expectString)(output[_SD]);
|
|
2266
2266
|
}
|
|
2267
|
-
if (output[
|
|
2268
|
-
contents
|
|
2267
|
+
if (output[_JTD] != null) {
|
|
2268
|
+
contents[_JTD] = (0, smithy_client_1.expectString)(output[_JTD]);
|
|
2269
2269
|
}
|
|
2270
|
-
if (output[
|
|
2271
|
-
contents
|
|
2270
|
+
if (output[_AS] != null) {
|
|
2271
|
+
contents[_AS] = (0, smithy_client_1.expectString)(output[_AS]);
|
|
2272
2272
|
}
|
|
2273
2273
|
return contents;
|
|
2274
2274
|
};
|
|
2275
2275
|
const de_AnalysisScheme = (output, context) => {
|
|
2276
2276
|
const contents = {};
|
|
2277
|
-
if (output[
|
|
2278
|
-
contents
|
|
2277
|
+
if (output[_ASN] != null) {
|
|
2278
|
+
contents[_ASN] = (0, smithy_client_1.expectString)(output[_ASN]);
|
|
2279
2279
|
}
|
|
2280
|
-
if (output[
|
|
2281
|
-
contents
|
|
2280
|
+
if (output[_ASL] != null) {
|
|
2281
|
+
contents[_ASL] = (0, smithy_client_1.expectString)(output[_ASL]);
|
|
2282
2282
|
}
|
|
2283
|
-
if (output[
|
|
2284
|
-
contents
|
|
2283
|
+
if (output[_AO] != null) {
|
|
2284
|
+
contents[_AO] = de_AnalysisOptions(output[_AO], context);
|
|
2285
2285
|
}
|
|
2286
2286
|
return contents;
|
|
2287
2287
|
};
|
|
2288
2288
|
const de_AnalysisSchemeStatus = (output, context) => {
|
|
2289
2289
|
const contents = {};
|
|
2290
|
-
if (output[
|
|
2291
|
-
contents
|
|
2290
|
+
if (output[_O] != null) {
|
|
2291
|
+
contents[_O] = de_AnalysisScheme(output[_O], context);
|
|
2292
2292
|
}
|
|
2293
|
-
if (output[
|
|
2294
|
-
contents
|
|
2293
|
+
if (output[_Sta] != null) {
|
|
2294
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2295
2295
|
}
|
|
2296
2296
|
return contents;
|
|
2297
2297
|
};
|
|
@@ -2304,263 +2304,263 @@ const de_AnalysisSchemeStatusList = (output, context) => {
|
|
|
2304
2304
|
};
|
|
2305
2305
|
const de_AvailabilityOptionsStatus = (output, context) => {
|
|
2306
2306
|
const contents = {};
|
|
2307
|
-
if (output[
|
|
2308
|
-
contents
|
|
2307
|
+
if (output[_O] != null) {
|
|
2308
|
+
contents[_O] = (0, smithy_client_1.parseBoolean)(output[_O]);
|
|
2309
2309
|
}
|
|
2310
|
-
if (output[
|
|
2311
|
-
contents
|
|
2310
|
+
if (output[_Sta] != null) {
|
|
2311
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2312
2312
|
}
|
|
2313
2313
|
return contents;
|
|
2314
2314
|
};
|
|
2315
2315
|
const de_BaseException = (output, context) => {
|
|
2316
2316
|
const contents = {};
|
|
2317
|
-
if (output[
|
|
2318
|
-
contents
|
|
2317
|
+
if (output[_C] != null) {
|
|
2318
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2319
2319
|
}
|
|
2320
|
-
if (output[
|
|
2321
|
-
contents
|
|
2320
|
+
if (output[_M] != null) {
|
|
2321
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2322
2322
|
}
|
|
2323
2323
|
return contents;
|
|
2324
2324
|
};
|
|
2325
2325
|
const de_BuildSuggestersResponse = (output, context) => {
|
|
2326
2326
|
const contents = {};
|
|
2327
2327
|
if (output.FieldNames === "") {
|
|
2328
|
-
contents
|
|
2328
|
+
contents[_FN] = [];
|
|
2329
2329
|
}
|
|
2330
|
-
else if (output[
|
|
2331
|
-
contents
|
|
2330
|
+
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2331
|
+
contents[_FN] = de_FieldNameList((0, smithy_client_1.getArrayIfSingleItem)(output[_FN][_m]), context);
|
|
2332
2332
|
}
|
|
2333
2333
|
return contents;
|
|
2334
2334
|
};
|
|
2335
2335
|
const de_CreateDomainResponse = (output, context) => {
|
|
2336
2336
|
const contents = {};
|
|
2337
|
-
if (output[
|
|
2338
|
-
contents
|
|
2337
|
+
if (output[_DSo] != null) {
|
|
2338
|
+
contents[_DSo] = de_DomainStatus(output[_DSo], context);
|
|
2339
2339
|
}
|
|
2340
2340
|
return contents;
|
|
2341
2341
|
};
|
|
2342
2342
|
const de_DateArrayOptions = (output, context) => {
|
|
2343
2343
|
const contents = {};
|
|
2344
|
-
if (output[
|
|
2345
|
-
contents
|
|
2344
|
+
if (output[_DV] != null) {
|
|
2345
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
2346
2346
|
}
|
|
2347
|
-
if (output[
|
|
2348
|
-
contents
|
|
2347
|
+
if (output[_SF] != null) {
|
|
2348
|
+
contents[_SF] = (0, smithy_client_1.expectString)(output[_SF]);
|
|
2349
2349
|
}
|
|
2350
|
-
if (output[
|
|
2351
|
-
contents
|
|
2350
|
+
if (output[_FE] != null) {
|
|
2351
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2352
2352
|
}
|
|
2353
|
-
if (output[
|
|
2354
|
-
contents
|
|
2353
|
+
if (output[_SE] != null) {
|
|
2354
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2355
2355
|
}
|
|
2356
|
-
if (output[
|
|
2357
|
-
contents
|
|
2356
|
+
if (output[_RE] != null) {
|
|
2357
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2358
2358
|
}
|
|
2359
2359
|
return contents;
|
|
2360
2360
|
};
|
|
2361
2361
|
const de_DateOptions = (output, context) => {
|
|
2362
2362
|
const contents = {};
|
|
2363
|
-
if (output[
|
|
2364
|
-
contents
|
|
2363
|
+
if (output[_DV] != null) {
|
|
2364
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
2365
2365
|
}
|
|
2366
|
-
if (output[
|
|
2367
|
-
contents
|
|
2366
|
+
if (output[_SFo] != null) {
|
|
2367
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2368
2368
|
}
|
|
2369
|
-
if (output[
|
|
2370
|
-
contents
|
|
2369
|
+
if (output[_FE] != null) {
|
|
2370
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2371
2371
|
}
|
|
2372
|
-
if (output[
|
|
2373
|
-
contents
|
|
2372
|
+
if (output[_SE] != null) {
|
|
2373
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2374
2374
|
}
|
|
2375
|
-
if (output[
|
|
2376
|
-
contents
|
|
2375
|
+
if (output[_RE] != null) {
|
|
2376
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2377
2377
|
}
|
|
2378
|
-
if (output[
|
|
2379
|
-
contents
|
|
2378
|
+
if (output[_SEo] != null) {
|
|
2379
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
2380
2380
|
}
|
|
2381
2381
|
return contents;
|
|
2382
2382
|
};
|
|
2383
2383
|
const de_DefineAnalysisSchemeResponse = (output, context) => {
|
|
2384
2384
|
const contents = {};
|
|
2385
|
-
if (output[
|
|
2386
|
-
contents
|
|
2385
|
+
if (output[_ASn] != null) {
|
|
2386
|
+
contents[_ASn] = de_AnalysisSchemeStatus(output[_ASn], context);
|
|
2387
2387
|
}
|
|
2388
2388
|
return contents;
|
|
2389
2389
|
};
|
|
2390
2390
|
const de_DefineExpressionResponse = (output, context) => {
|
|
2391
2391
|
const contents = {};
|
|
2392
|
-
if (output[
|
|
2393
|
-
contents
|
|
2392
|
+
if (output[_E] != null) {
|
|
2393
|
+
contents[_E] = de_ExpressionStatus(output[_E], context);
|
|
2394
2394
|
}
|
|
2395
2395
|
return contents;
|
|
2396
2396
|
};
|
|
2397
2397
|
const de_DefineIndexFieldResponse = (output, context) => {
|
|
2398
2398
|
const contents = {};
|
|
2399
|
-
if (output[
|
|
2400
|
-
contents
|
|
2399
|
+
if (output[_IF] != null) {
|
|
2400
|
+
contents[_IF] = de_IndexFieldStatus(output[_IF], context);
|
|
2401
2401
|
}
|
|
2402
2402
|
return contents;
|
|
2403
2403
|
};
|
|
2404
2404
|
const de_DefineSuggesterResponse = (output, context) => {
|
|
2405
2405
|
const contents = {};
|
|
2406
|
-
if (output[
|
|
2407
|
-
contents
|
|
2406
|
+
if (output[_Su] != null) {
|
|
2407
|
+
contents[_Su] = de_SuggesterStatus(output[_Su], context);
|
|
2408
2408
|
}
|
|
2409
2409
|
return contents;
|
|
2410
2410
|
};
|
|
2411
2411
|
const de_DeleteAnalysisSchemeResponse = (output, context) => {
|
|
2412
2412
|
const contents = {};
|
|
2413
|
-
if (output[
|
|
2414
|
-
contents
|
|
2413
|
+
if (output[_ASn] != null) {
|
|
2414
|
+
contents[_ASn] = de_AnalysisSchemeStatus(output[_ASn], context);
|
|
2415
2415
|
}
|
|
2416
2416
|
return contents;
|
|
2417
2417
|
};
|
|
2418
2418
|
const de_DeleteDomainResponse = (output, context) => {
|
|
2419
2419
|
const contents = {};
|
|
2420
|
-
if (output[
|
|
2421
|
-
contents
|
|
2420
|
+
if (output[_DSo] != null) {
|
|
2421
|
+
contents[_DSo] = de_DomainStatus(output[_DSo], context);
|
|
2422
2422
|
}
|
|
2423
2423
|
return contents;
|
|
2424
2424
|
};
|
|
2425
2425
|
const de_DeleteExpressionResponse = (output, context) => {
|
|
2426
2426
|
const contents = {};
|
|
2427
|
-
if (output[
|
|
2428
|
-
contents
|
|
2427
|
+
if (output[_E] != null) {
|
|
2428
|
+
contents[_E] = de_ExpressionStatus(output[_E], context);
|
|
2429
2429
|
}
|
|
2430
2430
|
return contents;
|
|
2431
2431
|
};
|
|
2432
2432
|
const de_DeleteIndexFieldResponse = (output, context) => {
|
|
2433
2433
|
const contents = {};
|
|
2434
|
-
if (output[
|
|
2435
|
-
contents
|
|
2434
|
+
if (output[_IF] != null) {
|
|
2435
|
+
contents[_IF] = de_IndexFieldStatus(output[_IF], context);
|
|
2436
2436
|
}
|
|
2437
2437
|
return contents;
|
|
2438
2438
|
};
|
|
2439
2439
|
const de_DeleteSuggesterResponse = (output, context) => {
|
|
2440
2440
|
const contents = {};
|
|
2441
|
-
if (output[
|
|
2442
|
-
contents
|
|
2441
|
+
if (output[_Su] != null) {
|
|
2442
|
+
contents[_Su] = de_SuggesterStatus(output[_Su], context);
|
|
2443
2443
|
}
|
|
2444
2444
|
return contents;
|
|
2445
2445
|
};
|
|
2446
2446
|
const de_DescribeAnalysisSchemesResponse = (output, context) => {
|
|
2447
2447
|
const contents = {};
|
|
2448
2448
|
if (output.AnalysisSchemes === "") {
|
|
2449
|
-
contents
|
|
2449
|
+
contents[_ASna] = [];
|
|
2450
2450
|
}
|
|
2451
|
-
else if (output[
|
|
2452
|
-
contents
|
|
2451
|
+
else if (output[_ASna] != null && output[_ASna][_m] != null) {
|
|
2452
|
+
contents[_ASna] = de_AnalysisSchemeStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_ASna][_m]), context);
|
|
2453
2453
|
}
|
|
2454
2454
|
return contents;
|
|
2455
2455
|
};
|
|
2456
2456
|
const de_DescribeAvailabilityOptionsResponse = (output, context) => {
|
|
2457
2457
|
const contents = {};
|
|
2458
|
-
if (output[
|
|
2459
|
-
contents
|
|
2458
|
+
if (output[_AOv] != null) {
|
|
2459
|
+
contents[_AOv] = de_AvailabilityOptionsStatus(output[_AOv], context);
|
|
2460
2460
|
}
|
|
2461
2461
|
return contents;
|
|
2462
2462
|
};
|
|
2463
2463
|
const de_DescribeDomainEndpointOptionsResponse = (output, context) => {
|
|
2464
2464
|
const contents = {};
|
|
2465
|
-
if (output[
|
|
2466
|
-
contents
|
|
2465
|
+
if (output[_DEO] != null) {
|
|
2466
|
+
contents[_DEO] = de_DomainEndpointOptionsStatus(output[_DEO], context);
|
|
2467
2467
|
}
|
|
2468
2468
|
return contents;
|
|
2469
2469
|
};
|
|
2470
2470
|
const de_DescribeDomainsResponse = (output, context) => {
|
|
2471
2471
|
const contents = {};
|
|
2472
2472
|
if (output.DomainStatusList === "") {
|
|
2473
|
-
contents
|
|
2473
|
+
contents[_DSL] = [];
|
|
2474
2474
|
}
|
|
2475
|
-
else if (output[
|
|
2476
|
-
contents
|
|
2475
|
+
else if (output[_DSL] != null && output[_DSL][_m] != null) {
|
|
2476
|
+
contents[_DSL] = de_DomainStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_DSL][_m]), context);
|
|
2477
2477
|
}
|
|
2478
2478
|
return contents;
|
|
2479
2479
|
};
|
|
2480
2480
|
const de_DescribeExpressionsResponse = (output, context) => {
|
|
2481
2481
|
const contents = {};
|
|
2482
2482
|
if (output.Expressions === "") {
|
|
2483
|
-
contents
|
|
2483
|
+
contents[_Ex] = [];
|
|
2484
2484
|
}
|
|
2485
|
-
else if (output[
|
|
2486
|
-
contents
|
|
2485
|
+
else if (output[_Ex] != null && output[_Ex][_m] != null) {
|
|
2486
|
+
contents[_Ex] = de_ExpressionStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_Ex][_m]), context);
|
|
2487
2487
|
}
|
|
2488
2488
|
return contents;
|
|
2489
2489
|
};
|
|
2490
2490
|
const de_DescribeIndexFieldsResponse = (output, context) => {
|
|
2491
2491
|
const contents = {};
|
|
2492
2492
|
if (output.IndexFields === "") {
|
|
2493
|
-
contents
|
|
2493
|
+
contents[_IFn] = [];
|
|
2494
2494
|
}
|
|
2495
|
-
else if (output[
|
|
2496
|
-
contents
|
|
2495
|
+
else if (output[_IFn] != null && output[_IFn][_m] != null) {
|
|
2496
|
+
contents[_IFn] = de_IndexFieldStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_IFn][_m]), context);
|
|
2497
2497
|
}
|
|
2498
2498
|
return contents;
|
|
2499
2499
|
};
|
|
2500
2500
|
const de_DescribeScalingParametersResponse = (output, context) => {
|
|
2501
2501
|
const contents = {};
|
|
2502
|
-
if (output[
|
|
2503
|
-
contents
|
|
2502
|
+
if (output[_SP] != null) {
|
|
2503
|
+
contents[_SP] = de_ScalingParametersStatus(output[_SP], context);
|
|
2504
2504
|
}
|
|
2505
2505
|
return contents;
|
|
2506
2506
|
};
|
|
2507
2507
|
const de_DescribeServiceAccessPoliciesResponse = (output, context) => {
|
|
2508
2508
|
const contents = {};
|
|
2509
|
-
if (output[
|
|
2510
|
-
contents
|
|
2509
|
+
if (output[_AP] != null) {
|
|
2510
|
+
contents[_AP] = de_AccessPoliciesStatus(output[_AP], context);
|
|
2511
2511
|
}
|
|
2512
2512
|
return contents;
|
|
2513
2513
|
};
|
|
2514
2514
|
const de_DescribeSuggestersResponse = (output, context) => {
|
|
2515
2515
|
const contents = {};
|
|
2516
2516
|
if (output.Suggesters === "") {
|
|
2517
|
-
contents
|
|
2517
|
+
contents[_Sug] = [];
|
|
2518
2518
|
}
|
|
2519
|
-
else if (output[
|
|
2520
|
-
contents
|
|
2519
|
+
else if (output[_Sug] != null && output[_Sug][_m] != null) {
|
|
2520
|
+
contents[_Sug] = de_SuggesterStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_Sug][_m]), context);
|
|
2521
2521
|
}
|
|
2522
2522
|
return contents;
|
|
2523
2523
|
};
|
|
2524
2524
|
const de_DisabledOperationException = (output, context) => {
|
|
2525
2525
|
const contents = {};
|
|
2526
|
-
if (output[
|
|
2527
|
-
contents
|
|
2526
|
+
if (output[_C] != null) {
|
|
2527
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2528
2528
|
}
|
|
2529
|
-
if (output[
|
|
2530
|
-
contents
|
|
2529
|
+
if (output[_M] != null) {
|
|
2530
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2531
2531
|
}
|
|
2532
2532
|
return contents;
|
|
2533
2533
|
};
|
|
2534
2534
|
const de_DocumentSuggesterOptions = (output, context) => {
|
|
2535
2535
|
const contents = {};
|
|
2536
|
-
if (output[
|
|
2537
|
-
contents
|
|
2536
|
+
if (output[_SFo] != null) {
|
|
2537
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2538
2538
|
}
|
|
2539
|
-
if (output[
|
|
2540
|
-
contents
|
|
2539
|
+
if (output[_FM] != null) {
|
|
2540
|
+
contents[_FM] = (0, smithy_client_1.expectString)(output[_FM]);
|
|
2541
2541
|
}
|
|
2542
|
-
if (output[
|
|
2543
|
-
contents
|
|
2542
|
+
if (output[_SEor] != null) {
|
|
2543
|
+
contents[_SEor] = (0, smithy_client_1.expectString)(output[_SEor]);
|
|
2544
2544
|
}
|
|
2545
2545
|
return contents;
|
|
2546
2546
|
};
|
|
2547
2547
|
const de_DomainEndpointOptions = (output, context) => {
|
|
2548
2548
|
const contents = {};
|
|
2549
|
-
if (output[
|
|
2550
|
-
contents
|
|
2549
|
+
if (output[_EHTTPS] != null) {
|
|
2550
|
+
contents[_EHTTPS] = (0, smithy_client_1.parseBoolean)(output[_EHTTPS]);
|
|
2551
2551
|
}
|
|
2552
|
-
if (output[
|
|
2553
|
-
contents
|
|
2552
|
+
if (output[_TLSSP] != null) {
|
|
2553
|
+
contents[_TLSSP] = (0, smithy_client_1.expectString)(output[_TLSSP]);
|
|
2554
2554
|
}
|
|
2555
2555
|
return contents;
|
|
2556
2556
|
};
|
|
2557
2557
|
const de_DomainEndpointOptionsStatus = (output, context) => {
|
|
2558
2558
|
const contents = {};
|
|
2559
|
-
if (output[
|
|
2560
|
-
contents
|
|
2559
|
+
if (output[_O] != null) {
|
|
2560
|
+
contents[_O] = de_DomainEndpointOptions(output[_O], context);
|
|
2561
2561
|
}
|
|
2562
|
-
if (output[
|
|
2563
|
-
contents
|
|
2562
|
+
if (output[_Sta] != null) {
|
|
2563
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2564
2564
|
}
|
|
2565
2565
|
return contents;
|
|
2566
2566
|
};
|
|
@@ -2575,44 +2575,44 @@ const de_DomainNameMap = (output, context) => {
|
|
|
2575
2575
|
};
|
|
2576
2576
|
const de_DomainStatus = (output, context) => {
|
|
2577
2577
|
const contents = {};
|
|
2578
|
-
if (output[
|
|
2579
|
-
contents
|
|
2578
|
+
if (output[_DI] != null) {
|
|
2579
|
+
contents[_DI] = (0, smithy_client_1.expectString)(output[_DI]);
|
|
2580
2580
|
}
|
|
2581
|
-
if (output[
|
|
2582
|
-
contents
|
|
2581
|
+
if (output[_DN] != null) {
|
|
2582
|
+
contents[_DN] = (0, smithy_client_1.expectString)(output[_DN]);
|
|
2583
2583
|
}
|
|
2584
|
-
if (output[
|
|
2585
|
-
contents
|
|
2584
|
+
if (output[_ARN] != null) {
|
|
2585
|
+
contents[_ARN] = (0, smithy_client_1.expectString)(output[_ARN]);
|
|
2586
2586
|
}
|
|
2587
|
-
if (output[
|
|
2588
|
-
contents
|
|
2587
|
+
if (output[_Cr] != null) {
|
|
2588
|
+
contents[_Cr] = (0, smithy_client_1.parseBoolean)(output[_Cr]);
|
|
2589
2589
|
}
|
|
2590
|
-
if (output[
|
|
2591
|
-
contents
|
|
2590
|
+
if (output[_De] != null) {
|
|
2591
|
+
contents[_De] = (0, smithy_client_1.parseBoolean)(output[_De]);
|
|
2592
2592
|
}
|
|
2593
|
-
if (output[
|
|
2594
|
-
contents
|
|
2593
|
+
if (output[_DSoc] != null) {
|
|
2594
|
+
contents[_DSoc] = de_ServiceEndpoint(output[_DSoc], context);
|
|
2595
2595
|
}
|
|
2596
|
-
if (output[
|
|
2597
|
-
contents
|
|
2596
|
+
if (output[_SS] != null) {
|
|
2597
|
+
contents[_SS] = de_ServiceEndpoint(output[_SS], context);
|
|
2598
2598
|
}
|
|
2599
|
-
if (output[
|
|
2600
|
-
contents
|
|
2599
|
+
if (output[_RID] != null) {
|
|
2600
|
+
contents[_RID] = (0, smithy_client_1.parseBoolean)(output[_RID]);
|
|
2601
2601
|
}
|
|
2602
|
-
if (output[
|
|
2603
|
-
contents
|
|
2602
|
+
if (output[_P] != null) {
|
|
2603
|
+
contents[_P] = (0, smithy_client_1.parseBoolean)(output[_P]);
|
|
2604
2604
|
}
|
|
2605
|
-
if (output[
|
|
2606
|
-
contents
|
|
2605
|
+
if (output[_SIT] != null) {
|
|
2606
|
+
contents[_SIT] = (0, smithy_client_1.expectString)(output[_SIT]);
|
|
2607
2607
|
}
|
|
2608
|
-
if (output[
|
|
2609
|
-
contents
|
|
2608
|
+
if (output[_SPC] != null) {
|
|
2609
|
+
contents[_SPC] = (0, smithy_client_1.strictParseInt32)(output[_SPC]);
|
|
2610
2610
|
}
|
|
2611
|
-
if (output[
|
|
2612
|
-
contents
|
|
2611
|
+
if (output[_SIC] != null) {
|
|
2612
|
+
contents[_SIC] = (0, smithy_client_1.strictParseInt32)(output[_SIC]);
|
|
2613
2613
|
}
|
|
2614
|
-
if (output[
|
|
2615
|
-
contents
|
|
2614
|
+
if (output[_L] != null) {
|
|
2615
|
+
contents[_L] = de_Limits(output[_L], context);
|
|
2616
2616
|
}
|
|
2617
2617
|
return contents;
|
|
2618
2618
|
};
|
|
@@ -2625,62 +2625,62 @@ const de_DomainStatusList = (output, context) => {
|
|
|
2625
2625
|
};
|
|
2626
2626
|
const de_DoubleArrayOptions = (output, context) => {
|
|
2627
2627
|
const contents = {};
|
|
2628
|
-
if (output[
|
|
2629
|
-
contents
|
|
2628
|
+
if (output[_DV] != null) {
|
|
2629
|
+
contents[_DV] = (0, smithy_client_1.strictParseFloat)(output[_DV]);
|
|
2630
2630
|
}
|
|
2631
|
-
if (output[
|
|
2632
|
-
contents
|
|
2631
|
+
if (output[_SF] != null) {
|
|
2632
|
+
contents[_SF] = (0, smithy_client_1.expectString)(output[_SF]);
|
|
2633
2633
|
}
|
|
2634
|
-
if (output[
|
|
2635
|
-
contents
|
|
2634
|
+
if (output[_FE] != null) {
|
|
2635
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2636
2636
|
}
|
|
2637
|
-
if (output[
|
|
2638
|
-
contents
|
|
2637
|
+
if (output[_SE] != null) {
|
|
2638
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2639
2639
|
}
|
|
2640
|
-
if (output[
|
|
2641
|
-
contents
|
|
2640
|
+
if (output[_RE] != null) {
|
|
2641
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2642
2642
|
}
|
|
2643
2643
|
return contents;
|
|
2644
2644
|
};
|
|
2645
2645
|
const de_DoubleOptions = (output, context) => {
|
|
2646
2646
|
const contents = {};
|
|
2647
|
-
if (output[
|
|
2648
|
-
contents
|
|
2647
|
+
if (output[_DV] != null) {
|
|
2648
|
+
contents[_DV] = (0, smithy_client_1.strictParseFloat)(output[_DV]);
|
|
2649
2649
|
}
|
|
2650
|
-
if (output[
|
|
2651
|
-
contents
|
|
2650
|
+
if (output[_SFo] != null) {
|
|
2651
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2652
2652
|
}
|
|
2653
|
-
if (output[
|
|
2654
|
-
contents
|
|
2653
|
+
if (output[_FE] != null) {
|
|
2654
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2655
2655
|
}
|
|
2656
|
-
if (output[
|
|
2657
|
-
contents
|
|
2656
|
+
if (output[_SE] != null) {
|
|
2657
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2658
2658
|
}
|
|
2659
|
-
if (output[
|
|
2660
|
-
contents
|
|
2659
|
+
if (output[_RE] != null) {
|
|
2660
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2661
2661
|
}
|
|
2662
|
-
if (output[
|
|
2663
|
-
contents
|
|
2662
|
+
if (output[_SEo] != null) {
|
|
2663
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
2664
2664
|
}
|
|
2665
2665
|
return contents;
|
|
2666
2666
|
};
|
|
2667
2667
|
const de_Expression = (output, context) => {
|
|
2668
2668
|
const contents = {};
|
|
2669
|
-
if (output[
|
|
2670
|
-
contents
|
|
2669
|
+
if (output[_EN] != null) {
|
|
2670
|
+
contents[_EN] = (0, smithy_client_1.expectString)(output[_EN]);
|
|
2671
2671
|
}
|
|
2672
|
-
if (output[
|
|
2673
|
-
contents
|
|
2672
|
+
if (output[_EV] != null) {
|
|
2673
|
+
contents[_EV] = (0, smithy_client_1.expectString)(output[_EV]);
|
|
2674
2674
|
}
|
|
2675
2675
|
return contents;
|
|
2676
2676
|
};
|
|
2677
2677
|
const de_ExpressionStatus = (output, context) => {
|
|
2678
2678
|
const contents = {};
|
|
2679
|
-
if (output[
|
|
2680
|
-
contents
|
|
2679
|
+
if (output[_O] != null) {
|
|
2680
|
+
contents[_O] = de_Expression(output[_O], context);
|
|
2681
2681
|
}
|
|
2682
|
-
if (output[
|
|
2683
|
-
contents
|
|
2682
|
+
if (output[_Sta] != null) {
|
|
2683
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2684
2684
|
}
|
|
2685
2685
|
return contents;
|
|
2686
2686
|
};
|
|
@@ -2701,63 +2701,63 @@ const de_FieldNameList = (output, context) => {
|
|
|
2701
2701
|
const de_IndexDocumentsResponse = (output, context) => {
|
|
2702
2702
|
const contents = {};
|
|
2703
2703
|
if (output.FieldNames === "") {
|
|
2704
|
-
contents
|
|
2704
|
+
contents[_FN] = [];
|
|
2705
2705
|
}
|
|
2706
|
-
else if (output[
|
|
2707
|
-
contents
|
|
2706
|
+
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2707
|
+
contents[_FN] = de_FieldNameList((0, smithy_client_1.getArrayIfSingleItem)(output[_FN][_m]), context);
|
|
2708
2708
|
}
|
|
2709
2709
|
return contents;
|
|
2710
2710
|
};
|
|
2711
2711
|
const de_IndexField = (output, context) => {
|
|
2712
2712
|
const contents = {};
|
|
2713
|
-
if (output[
|
|
2714
|
-
contents
|
|
2713
|
+
if (output[_IFN] != null) {
|
|
2714
|
+
contents[_IFN] = (0, smithy_client_1.expectString)(output[_IFN]);
|
|
2715
2715
|
}
|
|
2716
|
-
if (output[
|
|
2717
|
-
contents
|
|
2716
|
+
if (output[_IFT] != null) {
|
|
2717
|
+
contents[_IFT] = (0, smithy_client_1.expectString)(output[_IFT]);
|
|
2718
2718
|
}
|
|
2719
|
-
if (output[
|
|
2720
|
-
contents
|
|
2719
|
+
if (output[_IO] != null) {
|
|
2720
|
+
contents[_IO] = de_IntOptions(output[_IO], context);
|
|
2721
2721
|
}
|
|
2722
|
-
if (output[
|
|
2723
|
-
contents
|
|
2722
|
+
if (output[_DO] != null) {
|
|
2723
|
+
contents[_DO] = de_DoubleOptions(output[_DO], context);
|
|
2724
2724
|
}
|
|
2725
|
-
if (output[
|
|
2726
|
-
contents
|
|
2725
|
+
if (output[_LO] != null) {
|
|
2726
|
+
contents[_LO] = de_LiteralOptions(output[_LO], context);
|
|
2727
2727
|
}
|
|
2728
|
-
if (output[
|
|
2729
|
-
contents
|
|
2728
|
+
if (output[_TO] != null) {
|
|
2729
|
+
contents[_TO] = de_TextOptions(output[_TO], context);
|
|
2730
2730
|
}
|
|
2731
|
-
if (output[
|
|
2732
|
-
contents
|
|
2731
|
+
if (output[_DOa] != null) {
|
|
2732
|
+
contents[_DOa] = de_DateOptions(output[_DOa], context);
|
|
2733
2733
|
}
|
|
2734
|
-
if (output[
|
|
2735
|
-
contents
|
|
2734
|
+
if (output[_LLO] != null) {
|
|
2735
|
+
contents[_LLO] = de_LatLonOptions(output[_LLO], context);
|
|
2736
2736
|
}
|
|
2737
|
-
if (output[
|
|
2738
|
-
contents
|
|
2737
|
+
if (output[_IAO] != null) {
|
|
2738
|
+
contents[_IAO] = de_IntArrayOptions(output[_IAO], context);
|
|
2739
2739
|
}
|
|
2740
|
-
if (output[
|
|
2741
|
-
contents
|
|
2740
|
+
if (output[_DAOo] != null) {
|
|
2741
|
+
contents[_DAOo] = de_DoubleArrayOptions(output[_DAOo], context);
|
|
2742
2742
|
}
|
|
2743
|
-
if (output[
|
|
2744
|
-
contents
|
|
2743
|
+
if (output[_LAO] != null) {
|
|
2744
|
+
contents[_LAO] = de_LiteralArrayOptions(output[_LAO], context);
|
|
2745
2745
|
}
|
|
2746
|
-
if (output[
|
|
2747
|
-
contents
|
|
2746
|
+
if (output[_TAO] != null) {
|
|
2747
|
+
contents[_TAO] = de_TextArrayOptions(output[_TAO], context);
|
|
2748
2748
|
}
|
|
2749
|
-
if (output[
|
|
2750
|
-
contents
|
|
2749
|
+
if (output[_DAOa] != null) {
|
|
2750
|
+
contents[_DAOa] = de_DateArrayOptions(output[_DAOa], context);
|
|
2751
2751
|
}
|
|
2752
2752
|
return contents;
|
|
2753
2753
|
};
|
|
2754
2754
|
const de_IndexFieldStatus = (output, context) => {
|
|
2755
2755
|
const contents = {};
|
|
2756
|
-
if (output[
|
|
2757
|
-
contents
|
|
2756
|
+
if (output[_O] != null) {
|
|
2757
|
+
contents[_O] = de_IndexField(output[_O], context);
|
|
2758
2758
|
}
|
|
2759
|
-
if (output[
|
|
2760
|
-
contents
|
|
2759
|
+
if (output[_Sta] != null) {
|
|
2760
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2761
2761
|
}
|
|
2762
2762
|
return contents;
|
|
2763
2763
|
};
|
|
@@ -2770,244 +2770,244 @@ const de_IndexFieldStatusList = (output, context) => {
|
|
|
2770
2770
|
};
|
|
2771
2771
|
const de_IntArrayOptions = (output, context) => {
|
|
2772
2772
|
const contents = {};
|
|
2773
|
-
if (output[
|
|
2774
|
-
contents
|
|
2773
|
+
if (output[_DV] != null) {
|
|
2774
|
+
contents[_DV] = (0, smithy_client_1.strictParseLong)(output[_DV]);
|
|
2775
2775
|
}
|
|
2776
|
-
if (output[
|
|
2777
|
-
contents
|
|
2776
|
+
if (output[_SF] != null) {
|
|
2777
|
+
contents[_SF] = (0, smithy_client_1.expectString)(output[_SF]);
|
|
2778
2778
|
}
|
|
2779
|
-
if (output[
|
|
2780
|
-
contents
|
|
2779
|
+
if (output[_FE] != null) {
|
|
2780
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2781
2781
|
}
|
|
2782
|
-
if (output[
|
|
2783
|
-
contents
|
|
2782
|
+
if (output[_SE] != null) {
|
|
2783
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2784
2784
|
}
|
|
2785
|
-
if (output[
|
|
2786
|
-
contents
|
|
2785
|
+
if (output[_RE] != null) {
|
|
2786
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2787
2787
|
}
|
|
2788
2788
|
return contents;
|
|
2789
2789
|
};
|
|
2790
2790
|
const de_InternalException = (output, context) => {
|
|
2791
2791
|
const contents = {};
|
|
2792
|
-
if (output[
|
|
2793
|
-
contents
|
|
2792
|
+
if (output[_C] != null) {
|
|
2793
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2794
2794
|
}
|
|
2795
|
-
if (output[
|
|
2796
|
-
contents
|
|
2795
|
+
if (output[_M] != null) {
|
|
2796
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2797
2797
|
}
|
|
2798
2798
|
return contents;
|
|
2799
2799
|
};
|
|
2800
2800
|
const de_IntOptions = (output, context) => {
|
|
2801
2801
|
const contents = {};
|
|
2802
|
-
if (output[
|
|
2803
|
-
contents
|
|
2802
|
+
if (output[_DV] != null) {
|
|
2803
|
+
contents[_DV] = (0, smithy_client_1.strictParseLong)(output[_DV]);
|
|
2804
2804
|
}
|
|
2805
|
-
if (output[
|
|
2806
|
-
contents
|
|
2805
|
+
if (output[_SFo] != null) {
|
|
2806
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2807
2807
|
}
|
|
2808
|
-
if (output[
|
|
2809
|
-
contents
|
|
2808
|
+
if (output[_FE] != null) {
|
|
2809
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2810
2810
|
}
|
|
2811
|
-
if (output[
|
|
2812
|
-
contents
|
|
2811
|
+
if (output[_SE] != null) {
|
|
2812
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2813
2813
|
}
|
|
2814
|
-
if (output[
|
|
2815
|
-
contents
|
|
2814
|
+
if (output[_RE] != null) {
|
|
2815
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2816
2816
|
}
|
|
2817
|
-
if (output[
|
|
2818
|
-
contents
|
|
2817
|
+
if (output[_SEo] != null) {
|
|
2818
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
2819
2819
|
}
|
|
2820
2820
|
return contents;
|
|
2821
2821
|
};
|
|
2822
2822
|
const de_InvalidTypeException = (output, context) => {
|
|
2823
2823
|
const contents = {};
|
|
2824
|
-
if (output[
|
|
2825
|
-
contents
|
|
2824
|
+
if (output[_C] != null) {
|
|
2825
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2826
2826
|
}
|
|
2827
|
-
if (output[
|
|
2828
|
-
contents
|
|
2827
|
+
if (output[_M] != null) {
|
|
2828
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2829
2829
|
}
|
|
2830
2830
|
return contents;
|
|
2831
2831
|
};
|
|
2832
2832
|
const de_LatLonOptions = (output, context) => {
|
|
2833
2833
|
const contents = {};
|
|
2834
|
-
if (output[
|
|
2835
|
-
contents
|
|
2834
|
+
if (output[_DV] != null) {
|
|
2835
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
2836
2836
|
}
|
|
2837
|
-
if (output[
|
|
2838
|
-
contents
|
|
2837
|
+
if (output[_SFo] != null) {
|
|
2838
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2839
2839
|
}
|
|
2840
|
-
if (output[
|
|
2841
|
-
contents
|
|
2840
|
+
if (output[_FE] != null) {
|
|
2841
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2842
2842
|
}
|
|
2843
|
-
if (output[
|
|
2844
|
-
contents
|
|
2843
|
+
if (output[_SE] != null) {
|
|
2844
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2845
2845
|
}
|
|
2846
|
-
if (output[
|
|
2847
|
-
contents
|
|
2846
|
+
if (output[_RE] != null) {
|
|
2847
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2848
2848
|
}
|
|
2849
|
-
if (output[
|
|
2850
|
-
contents
|
|
2849
|
+
if (output[_SEo] != null) {
|
|
2850
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
2851
2851
|
}
|
|
2852
2852
|
return contents;
|
|
2853
2853
|
};
|
|
2854
2854
|
const de_LimitExceededException = (output, context) => {
|
|
2855
2855
|
const contents = {};
|
|
2856
|
-
if (output[
|
|
2857
|
-
contents
|
|
2856
|
+
if (output[_C] != null) {
|
|
2857
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2858
2858
|
}
|
|
2859
|
-
if (output[
|
|
2860
|
-
contents
|
|
2859
|
+
if (output[_M] != null) {
|
|
2860
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2861
2861
|
}
|
|
2862
2862
|
return contents;
|
|
2863
2863
|
};
|
|
2864
2864
|
const de_Limits = (output, context) => {
|
|
2865
2865
|
const contents = {};
|
|
2866
|
-
if (output[
|
|
2867
|
-
contents
|
|
2866
|
+
if (output[_MRC] != null) {
|
|
2867
|
+
contents[_MRC] = (0, smithy_client_1.strictParseInt32)(output[_MRC]);
|
|
2868
2868
|
}
|
|
2869
|
-
if (output[
|
|
2870
|
-
contents
|
|
2869
|
+
if (output[_MPC] != null) {
|
|
2870
|
+
contents[_MPC] = (0, smithy_client_1.strictParseInt32)(output[_MPC]);
|
|
2871
2871
|
}
|
|
2872
2872
|
return contents;
|
|
2873
2873
|
};
|
|
2874
2874
|
const de_ListDomainNamesResponse = (output, context) => {
|
|
2875
2875
|
const contents = {};
|
|
2876
2876
|
if (output.DomainNames === "") {
|
|
2877
|
-
contents
|
|
2877
|
+
contents[_DNo] = {};
|
|
2878
2878
|
}
|
|
2879
|
-
else if (output[
|
|
2880
|
-
contents
|
|
2879
|
+
else if (output[_DNo] != null && output[_DNo][_e] != null) {
|
|
2880
|
+
contents[_DNo] = de_DomainNameMap((0, smithy_client_1.getArrayIfSingleItem)(output[_DNo][_e]), context);
|
|
2881
2881
|
}
|
|
2882
2882
|
return contents;
|
|
2883
2883
|
};
|
|
2884
2884
|
const de_LiteralArrayOptions = (output, context) => {
|
|
2885
2885
|
const contents = {};
|
|
2886
|
-
if (output[
|
|
2887
|
-
contents
|
|
2886
|
+
if (output[_DV] != null) {
|
|
2887
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
2888
2888
|
}
|
|
2889
|
-
if (output[
|
|
2890
|
-
contents
|
|
2889
|
+
if (output[_SF] != null) {
|
|
2890
|
+
contents[_SF] = (0, smithy_client_1.expectString)(output[_SF]);
|
|
2891
2891
|
}
|
|
2892
|
-
if (output[
|
|
2893
|
-
contents
|
|
2892
|
+
if (output[_FE] != null) {
|
|
2893
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2894
2894
|
}
|
|
2895
|
-
if (output[
|
|
2896
|
-
contents
|
|
2895
|
+
if (output[_SE] != null) {
|
|
2896
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2897
2897
|
}
|
|
2898
|
-
if (output[
|
|
2899
|
-
contents
|
|
2898
|
+
if (output[_RE] != null) {
|
|
2899
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2900
2900
|
}
|
|
2901
2901
|
return contents;
|
|
2902
2902
|
};
|
|
2903
2903
|
const de_LiteralOptions = (output, context) => {
|
|
2904
2904
|
const contents = {};
|
|
2905
|
-
if (output[
|
|
2906
|
-
contents
|
|
2905
|
+
if (output[_DV] != null) {
|
|
2906
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
2907
2907
|
}
|
|
2908
|
-
if (output[
|
|
2909
|
-
contents
|
|
2908
|
+
if (output[_SFo] != null) {
|
|
2909
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
2910
2910
|
}
|
|
2911
|
-
if (output[
|
|
2912
|
-
contents
|
|
2911
|
+
if (output[_FE] != null) {
|
|
2912
|
+
contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
|
|
2913
2913
|
}
|
|
2914
|
-
if (output[
|
|
2915
|
-
contents
|
|
2914
|
+
if (output[_SE] != null) {
|
|
2915
|
+
contents[_SE] = (0, smithy_client_1.parseBoolean)(output[_SE]);
|
|
2916
2916
|
}
|
|
2917
|
-
if (output[
|
|
2918
|
-
contents
|
|
2917
|
+
if (output[_RE] != null) {
|
|
2918
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
2919
2919
|
}
|
|
2920
|
-
if (output[
|
|
2921
|
-
contents
|
|
2920
|
+
if (output[_SEo] != null) {
|
|
2921
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
2922
2922
|
}
|
|
2923
2923
|
return contents;
|
|
2924
2924
|
};
|
|
2925
2925
|
const de_OptionStatus = (output, context) => {
|
|
2926
2926
|
const contents = {};
|
|
2927
|
-
if (output[
|
|
2928
|
-
contents
|
|
2927
|
+
if (output[_CDr] != null) {
|
|
2928
|
+
contents[_CDr] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_CDr]));
|
|
2929
2929
|
}
|
|
2930
|
-
if (output[
|
|
2931
|
-
contents
|
|
2930
|
+
if (output[_UD] != null) {
|
|
2931
|
+
contents[_UD] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_UD]));
|
|
2932
2932
|
}
|
|
2933
|
-
if (output[
|
|
2934
|
-
contents
|
|
2933
|
+
if (output[_UV] != null) {
|
|
2934
|
+
contents[_UV] = (0, smithy_client_1.strictParseInt32)(output[_UV]);
|
|
2935
2935
|
}
|
|
2936
|
-
if (output[
|
|
2937
|
-
contents
|
|
2936
|
+
if (output[_Stat] != null) {
|
|
2937
|
+
contents[_Stat] = (0, smithy_client_1.expectString)(output[_Stat]);
|
|
2938
2938
|
}
|
|
2939
|
-
if (output[
|
|
2940
|
-
contents
|
|
2939
|
+
if (output[_PD] != null) {
|
|
2940
|
+
contents[_PD] = (0, smithy_client_1.parseBoolean)(output[_PD]);
|
|
2941
2941
|
}
|
|
2942
2942
|
return contents;
|
|
2943
2943
|
};
|
|
2944
2944
|
const de_ResourceAlreadyExistsException = (output, context) => {
|
|
2945
2945
|
const contents = {};
|
|
2946
|
-
if (output[
|
|
2947
|
-
contents
|
|
2946
|
+
if (output[_C] != null) {
|
|
2947
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2948
2948
|
}
|
|
2949
|
-
if (output[
|
|
2950
|
-
contents
|
|
2949
|
+
if (output[_M] != null) {
|
|
2950
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2951
2951
|
}
|
|
2952
2952
|
return contents;
|
|
2953
2953
|
};
|
|
2954
2954
|
const de_ResourceNotFoundException = (output, context) => {
|
|
2955
2955
|
const contents = {};
|
|
2956
|
-
if (output[
|
|
2957
|
-
contents
|
|
2956
|
+
if (output[_C] != null) {
|
|
2957
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
2958
2958
|
}
|
|
2959
|
-
if (output[
|
|
2960
|
-
contents
|
|
2959
|
+
if (output[_M] != null) {
|
|
2960
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
2961
2961
|
}
|
|
2962
2962
|
return contents;
|
|
2963
2963
|
};
|
|
2964
2964
|
const de_ScalingParameters = (output, context) => {
|
|
2965
2965
|
const contents = {};
|
|
2966
|
-
if (output[
|
|
2967
|
-
contents
|
|
2966
|
+
if (output[_DIT] != null) {
|
|
2967
|
+
contents[_DIT] = (0, smithy_client_1.expectString)(output[_DIT]);
|
|
2968
2968
|
}
|
|
2969
|
-
if (output[
|
|
2970
|
-
contents
|
|
2969
|
+
if (output[_DRC] != null) {
|
|
2970
|
+
contents[_DRC] = (0, smithy_client_1.strictParseInt32)(output[_DRC]);
|
|
2971
2971
|
}
|
|
2972
|
-
if (output[
|
|
2973
|
-
contents
|
|
2972
|
+
if (output[_DPC] != null) {
|
|
2973
|
+
contents[_DPC] = (0, smithy_client_1.strictParseInt32)(output[_DPC]);
|
|
2974
2974
|
}
|
|
2975
2975
|
return contents;
|
|
2976
2976
|
};
|
|
2977
2977
|
const de_ScalingParametersStatus = (output, context) => {
|
|
2978
2978
|
const contents = {};
|
|
2979
|
-
if (output[
|
|
2980
|
-
contents
|
|
2979
|
+
if (output[_O] != null) {
|
|
2980
|
+
contents[_O] = de_ScalingParameters(output[_O], context);
|
|
2981
2981
|
}
|
|
2982
|
-
if (output[
|
|
2983
|
-
contents
|
|
2982
|
+
if (output[_Sta] != null) {
|
|
2983
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2984
2984
|
}
|
|
2985
2985
|
return contents;
|
|
2986
2986
|
};
|
|
2987
2987
|
const de_ServiceEndpoint = (output, context) => {
|
|
2988
2988
|
const contents = {};
|
|
2989
|
-
if (output[
|
|
2990
|
-
contents
|
|
2989
|
+
if (output[_En] != null) {
|
|
2990
|
+
contents[_En] = (0, smithy_client_1.expectString)(output[_En]);
|
|
2991
2991
|
}
|
|
2992
2992
|
return contents;
|
|
2993
2993
|
};
|
|
2994
2994
|
const de_Suggester = (output, context) => {
|
|
2995
2995
|
const contents = {};
|
|
2996
|
-
if (output[
|
|
2997
|
-
contents
|
|
2996
|
+
if (output[_SN] != null) {
|
|
2997
|
+
contents[_SN] = (0, smithy_client_1.expectString)(output[_SN]);
|
|
2998
2998
|
}
|
|
2999
|
-
if (output[
|
|
3000
|
-
contents
|
|
2999
|
+
if (output[_DSO] != null) {
|
|
3000
|
+
contents[_DSO] = de_DocumentSuggesterOptions(output[_DSO], context);
|
|
3001
3001
|
}
|
|
3002
3002
|
return contents;
|
|
3003
3003
|
};
|
|
3004
3004
|
const de_SuggesterStatus = (output, context) => {
|
|
3005
3005
|
const contents = {};
|
|
3006
|
-
if (output[
|
|
3007
|
-
contents
|
|
3006
|
+
if (output[_O] != null) {
|
|
3007
|
+
contents[_O] = de_Suggester(output[_O], context);
|
|
3008
3008
|
}
|
|
3009
|
-
if (output[
|
|
3010
|
-
contents
|
|
3009
|
+
if (output[_Sta] != null) {
|
|
3010
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
3011
3011
|
}
|
|
3012
3012
|
return contents;
|
|
3013
3013
|
};
|
|
@@ -3020,80 +3020,80 @@ const de_SuggesterStatusList = (output, context) => {
|
|
|
3020
3020
|
};
|
|
3021
3021
|
const de_TextArrayOptions = (output, context) => {
|
|
3022
3022
|
const contents = {};
|
|
3023
|
-
if (output[
|
|
3024
|
-
contents
|
|
3023
|
+
if (output[_DV] != null) {
|
|
3024
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
3025
3025
|
}
|
|
3026
|
-
if (output[
|
|
3027
|
-
contents
|
|
3026
|
+
if (output[_SF] != null) {
|
|
3027
|
+
contents[_SF] = (0, smithy_client_1.expectString)(output[_SF]);
|
|
3028
3028
|
}
|
|
3029
|
-
if (output[
|
|
3030
|
-
contents
|
|
3029
|
+
if (output[_RE] != null) {
|
|
3030
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
3031
3031
|
}
|
|
3032
|
-
if (output[
|
|
3033
|
-
contents
|
|
3032
|
+
if (output[_HE] != null) {
|
|
3033
|
+
contents[_HE] = (0, smithy_client_1.parseBoolean)(output[_HE]);
|
|
3034
3034
|
}
|
|
3035
|
-
if (output[
|
|
3036
|
-
contents
|
|
3035
|
+
if (output[_ASn] != null) {
|
|
3036
|
+
contents[_ASn] = (0, smithy_client_1.expectString)(output[_ASn]);
|
|
3037
3037
|
}
|
|
3038
3038
|
return contents;
|
|
3039
3039
|
};
|
|
3040
3040
|
const de_TextOptions = (output, context) => {
|
|
3041
3041
|
const contents = {};
|
|
3042
|
-
if (output[
|
|
3043
|
-
contents
|
|
3042
|
+
if (output[_DV] != null) {
|
|
3043
|
+
contents[_DV] = (0, smithy_client_1.expectString)(output[_DV]);
|
|
3044
3044
|
}
|
|
3045
|
-
if (output[
|
|
3046
|
-
contents
|
|
3045
|
+
if (output[_SFo] != null) {
|
|
3046
|
+
contents[_SFo] = (0, smithy_client_1.expectString)(output[_SFo]);
|
|
3047
3047
|
}
|
|
3048
|
-
if (output[
|
|
3049
|
-
contents
|
|
3048
|
+
if (output[_RE] != null) {
|
|
3049
|
+
contents[_RE] = (0, smithy_client_1.parseBoolean)(output[_RE]);
|
|
3050
3050
|
}
|
|
3051
|
-
if (output[
|
|
3052
|
-
contents
|
|
3051
|
+
if (output[_SEo] != null) {
|
|
3052
|
+
contents[_SEo] = (0, smithy_client_1.parseBoolean)(output[_SEo]);
|
|
3053
3053
|
}
|
|
3054
|
-
if (output[
|
|
3055
|
-
contents
|
|
3054
|
+
if (output[_HE] != null) {
|
|
3055
|
+
contents[_HE] = (0, smithy_client_1.parseBoolean)(output[_HE]);
|
|
3056
3056
|
}
|
|
3057
|
-
if (output[
|
|
3058
|
-
contents
|
|
3057
|
+
if (output[_ASn] != null) {
|
|
3058
|
+
contents[_ASn] = (0, smithy_client_1.expectString)(output[_ASn]);
|
|
3059
3059
|
}
|
|
3060
3060
|
return contents;
|
|
3061
3061
|
};
|
|
3062
3062
|
const de_UpdateAvailabilityOptionsResponse = (output, context) => {
|
|
3063
3063
|
const contents = {};
|
|
3064
|
-
if (output[
|
|
3065
|
-
contents
|
|
3064
|
+
if (output[_AOv] != null) {
|
|
3065
|
+
contents[_AOv] = de_AvailabilityOptionsStatus(output[_AOv], context);
|
|
3066
3066
|
}
|
|
3067
3067
|
return contents;
|
|
3068
3068
|
};
|
|
3069
3069
|
const de_UpdateDomainEndpointOptionsResponse = (output, context) => {
|
|
3070
3070
|
const contents = {};
|
|
3071
|
-
if (output[
|
|
3072
|
-
contents
|
|
3071
|
+
if (output[_DEO] != null) {
|
|
3072
|
+
contents[_DEO] = de_DomainEndpointOptionsStatus(output[_DEO], context);
|
|
3073
3073
|
}
|
|
3074
3074
|
return contents;
|
|
3075
3075
|
};
|
|
3076
3076
|
const de_UpdateScalingParametersResponse = (output, context) => {
|
|
3077
3077
|
const contents = {};
|
|
3078
|
-
if (output[
|
|
3079
|
-
contents
|
|
3078
|
+
if (output[_SP] != null) {
|
|
3079
|
+
contents[_SP] = de_ScalingParametersStatus(output[_SP], context);
|
|
3080
3080
|
}
|
|
3081
3081
|
return contents;
|
|
3082
3082
|
};
|
|
3083
3083
|
const de_UpdateServiceAccessPoliciesResponse = (output, context) => {
|
|
3084
3084
|
const contents = {};
|
|
3085
|
-
if (output[
|
|
3086
|
-
contents
|
|
3085
|
+
if (output[_AP] != null) {
|
|
3086
|
+
contents[_AP] = de_AccessPoliciesStatus(output[_AP], context);
|
|
3087
3087
|
}
|
|
3088
3088
|
return contents;
|
|
3089
3089
|
};
|
|
3090
3090
|
const de_ValidationException = (output, context) => {
|
|
3091
3091
|
const contents = {};
|
|
3092
|
-
if (output[
|
|
3093
|
-
contents
|
|
3092
|
+
if (output[_C] != null) {
|
|
3093
|
+
contents[_C] = (0, smithy_client_1.expectString)(output[_C]);
|
|
3094
3094
|
}
|
|
3095
|
-
if (output[
|
|
3096
|
-
contents
|
|
3095
|
+
if (output[_M] != null) {
|
|
3096
|
+
contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
|
|
3097
3097
|
}
|
|
3098
3098
|
return contents;
|
|
3099
3099
|
};
|
|
@@ -3126,6 +3126,123 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
3126
3126
|
const SHARED_HEADERS = {
|
|
3127
3127
|
"content-type": "application/x-www-form-urlencoded",
|
|
3128
3128
|
};
|
|
3129
|
+
const _ = "2013-01-01";
|
|
3130
|
+
const _A = "Action";
|
|
3131
|
+
const _AO = "AnalysisOptions";
|
|
3132
|
+
const _AOv = "AvailabilityOptions";
|
|
3133
|
+
const _AP = "AccessPolicies";
|
|
3134
|
+
const _ARN = "ARN";
|
|
3135
|
+
const _AS = "AlgorithmicStemming";
|
|
3136
|
+
const _ASL = "AnalysisSchemeLanguage";
|
|
3137
|
+
const _ASN = "AnalysisSchemeName";
|
|
3138
|
+
const _ASNn = "AnalysisSchemeNames";
|
|
3139
|
+
const _ASn = "AnalysisScheme";
|
|
3140
|
+
const _ASna = "AnalysisSchemes";
|
|
3141
|
+
const _BS = "BuildSuggesters";
|
|
3142
|
+
const _C = "Code";
|
|
3143
|
+
const _CD = "CreateDomain";
|
|
3144
|
+
const _CDr = "CreationDate";
|
|
3145
|
+
const _Cr = "Created";
|
|
3146
|
+
const _D = "Deployed";
|
|
3147
|
+
const _DAO = "DescribeAvailabilityOptions";
|
|
3148
|
+
const _DAOa = "DateArrayOptions";
|
|
3149
|
+
const _DAOo = "DoubleArrayOptions";
|
|
3150
|
+
const _DAS = "DefineAnalysisScheme";
|
|
3151
|
+
const _DASe = "DeleteAnalysisScheme";
|
|
3152
|
+
const _DASes = "DescribeAnalysisSchemes";
|
|
3153
|
+
const _DD = "DeleteDomain";
|
|
3154
|
+
const _DDEO = "DescribeDomainEndpointOptions";
|
|
3155
|
+
const _DDe = "DescribeDomains";
|
|
3156
|
+
const _DE = "DefineExpression";
|
|
3157
|
+
const _DEO = "DomainEndpointOptions";
|
|
3158
|
+
const _DEe = "DeleteExpression";
|
|
3159
|
+
const _DEes = "DescribeExpressions";
|
|
3160
|
+
const _DI = "DomainId";
|
|
3161
|
+
const _DIF = "DefineIndexField";
|
|
3162
|
+
const _DIFe = "DeleteIndexField";
|
|
3163
|
+
const _DIFes = "DescribeIndexFields";
|
|
3164
|
+
const _DIT = "DesiredInstanceType";
|
|
3165
|
+
const _DN = "DomainName";
|
|
3166
|
+
const _DNo = "DomainNames";
|
|
3167
|
+
const _DO = "DoubleOptions";
|
|
3168
|
+
const _DOa = "DateOptions";
|
|
3169
|
+
const _DPC = "DesiredPartitionCount";
|
|
3170
|
+
const _DRC = "DesiredReplicationCount";
|
|
3171
|
+
const _DS = "DefineSuggester";
|
|
3172
|
+
const _DSAP = "DescribeServiceAccessPolicies";
|
|
3173
|
+
const _DSL = "DomainStatusList";
|
|
3174
|
+
const _DSO = "DocumentSuggesterOptions";
|
|
3175
|
+
const _DSP = "DescribeScalingParameters";
|
|
3176
|
+
const _DSe = "DeleteSuggester";
|
|
3177
|
+
const _DSes = "DescribeSuggesters";
|
|
3178
|
+
const _DSo = "DomainStatus";
|
|
3179
|
+
const _DSoc = "DocService";
|
|
3180
|
+
const _DV = "DefaultValue";
|
|
3181
|
+
const _De = "Deleted";
|
|
3182
|
+
const _E = "Expression";
|
|
3183
|
+
const _EHTTPS = "EnforceHTTPS";
|
|
3184
|
+
const _EN = "ExpressionName";
|
|
3185
|
+
const _ENx = "ExpressionNames";
|
|
3186
|
+
const _EV = "ExpressionValue";
|
|
3187
|
+
const _En = "Endpoint";
|
|
3188
|
+
const _Ex = "Expressions";
|
|
3189
|
+
const _FE = "FacetEnabled";
|
|
3190
|
+
const _FM = "FuzzyMatching";
|
|
3191
|
+
const _FN = "FieldNames";
|
|
3192
|
+
const _HE = "HighlightEnabled";
|
|
3193
|
+
const _IAO = "IntArrayOptions";
|
|
3194
|
+
const _ID = "IndexDocuments";
|
|
3195
|
+
const _IF = "IndexField";
|
|
3196
|
+
const _IFN = "IndexFieldName";
|
|
3197
|
+
const _IFT = "IndexFieldType";
|
|
3198
|
+
const _IFn = "IndexFields";
|
|
3199
|
+
const _IO = "IntOptions";
|
|
3200
|
+
const _JTD = "JapaneseTokenizationDictionary";
|
|
3201
|
+
const _L = "Limits";
|
|
3202
|
+
const _LAO = "LiteralArrayOptions";
|
|
3203
|
+
const _LDN = "ListDomainNames";
|
|
3204
|
+
const _LLO = "LatLonOptions";
|
|
3205
|
+
const _LO = "LiteralOptions";
|
|
3206
|
+
const _M = "Message";
|
|
3207
|
+
const _MAZ = "MultiAZ";
|
|
3208
|
+
const _MPC = "MaximumPartitionCount";
|
|
3209
|
+
const _MRC = "MaximumReplicationCount";
|
|
3210
|
+
const _O = "Options";
|
|
3211
|
+
const _P = "Processing";
|
|
3212
|
+
const _PD = "PendingDeletion";
|
|
3213
|
+
const _RE = "ReturnEnabled";
|
|
3214
|
+
const _RID = "RequiresIndexDocuments";
|
|
3215
|
+
const _S = "Synonyms";
|
|
3216
|
+
const _SD = "StemmingDictionary";
|
|
3217
|
+
const _SE = "SearchEnabled";
|
|
3218
|
+
const _SEo = "SortEnabled";
|
|
3219
|
+
const _SEor = "SortExpression";
|
|
3220
|
+
const _SF = "SourceFields";
|
|
3221
|
+
const _SFo = "SourceField";
|
|
3222
|
+
const _SIC = "SearchInstanceCount";
|
|
3223
|
+
const _SIT = "SearchInstanceType";
|
|
3224
|
+
const _SN = "SuggesterName";
|
|
3225
|
+
const _SNu = "SuggesterNames";
|
|
3226
|
+
const _SP = "ScalingParameters";
|
|
3227
|
+
const _SPC = "SearchPartitionCount";
|
|
3228
|
+
const _SS = "SearchService";
|
|
3229
|
+
const _St = "Stopwords";
|
|
3230
|
+
const _Sta = "Status";
|
|
3231
|
+
const _Stat = "State";
|
|
3232
|
+
const _Su = "Suggester";
|
|
3233
|
+
const _Sug = "Suggesters";
|
|
3234
|
+
const _TAO = "TextArrayOptions";
|
|
3235
|
+
const _TLSSP = "TLSSecurityPolicy";
|
|
3236
|
+
const _TO = "TextOptions";
|
|
3237
|
+
const _UAO = "UpdateAvailabilityOptions";
|
|
3238
|
+
const _UD = "UpdateDate";
|
|
3239
|
+
const _UDEO = "UpdateDomainEndpointOptions";
|
|
3240
|
+
const _USAP = "UpdateServiceAccessPolicies";
|
|
3241
|
+
const _USP = "UpdateScalingParameters";
|
|
3242
|
+
const _UV = "UpdateVersion";
|
|
3243
|
+
const _V = "Version";
|
|
3244
|
+
const _e = "entry";
|
|
3245
|
+
const _m = "member";
|
|
3129
3246
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3130
3247
|
if (encoded.length) {
|
|
3131
3248
|
const parser = new fast_xml_parser_1.XMLParser({
|