@aws-sdk/client-cloudsearch 3.476.0 → 3.477.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 +4 -4
|
@@ -8,8 +8,8 @@ export const se_BuildSuggestersCommand = async (input, context) => {
|
|
|
8
8
|
let body;
|
|
9
9
|
body = buildFormUrlencodedString({
|
|
10
10
|
...se_BuildSuggestersRequest(input, context),
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
[_A]: _BS,
|
|
12
|
+
[_V]: _,
|
|
13
13
|
});
|
|
14
14
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
15
15
|
};
|
|
@@ -18,8 +18,8 @@ export const se_CreateDomainCommand = async (input, context) => {
|
|
|
18
18
|
let body;
|
|
19
19
|
body = buildFormUrlencodedString({
|
|
20
20
|
...se_CreateDomainRequest(input, context),
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
[_A]: _CD,
|
|
22
|
+
[_V]: _,
|
|
23
23
|
});
|
|
24
24
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
25
25
|
};
|
|
@@ -28,8 +28,8 @@ export const se_DefineAnalysisSchemeCommand = async (input, context) => {
|
|
|
28
28
|
let body;
|
|
29
29
|
body = buildFormUrlencodedString({
|
|
30
30
|
...se_DefineAnalysisSchemeRequest(input, context),
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
[_A]: _DAS,
|
|
32
|
+
[_V]: _,
|
|
33
33
|
});
|
|
34
34
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
35
35
|
};
|
|
@@ -38,8 +38,8 @@ export const se_DefineExpressionCommand = async (input, context) => {
|
|
|
38
38
|
let body;
|
|
39
39
|
body = buildFormUrlencodedString({
|
|
40
40
|
...se_DefineExpressionRequest(input, context),
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
[_A]: _DE,
|
|
42
|
+
[_V]: _,
|
|
43
43
|
});
|
|
44
44
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
45
45
|
};
|
|
@@ -48,8 +48,8 @@ export const se_DefineIndexFieldCommand = async (input, context) => {
|
|
|
48
48
|
let body;
|
|
49
49
|
body = buildFormUrlencodedString({
|
|
50
50
|
...se_DefineIndexFieldRequest(input, context),
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
[_A]: _DIF,
|
|
52
|
+
[_V]: _,
|
|
53
53
|
});
|
|
54
54
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
55
55
|
};
|
|
@@ -58,8 +58,8 @@ export const se_DefineSuggesterCommand = async (input, context) => {
|
|
|
58
58
|
let body;
|
|
59
59
|
body = buildFormUrlencodedString({
|
|
60
60
|
...se_DefineSuggesterRequest(input, context),
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
[_A]: _DS,
|
|
62
|
+
[_V]: _,
|
|
63
63
|
});
|
|
64
64
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
65
65
|
};
|
|
@@ -68,8 +68,8 @@ export const se_DeleteAnalysisSchemeCommand = async (input, context) => {
|
|
|
68
68
|
let body;
|
|
69
69
|
body = buildFormUrlencodedString({
|
|
70
70
|
...se_DeleteAnalysisSchemeRequest(input, context),
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
[_A]: _DASe,
|
|
72
|
+
[_V]: _,
|
|
73
73
|
});
|
|
74
74
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
75
75
|
};
|
|
@@ -78,8 +78,8 @@ export const se_DeleteDomainCommand = async (input, context) => {
|
|
|
78
78
|
let body;
|
|
79
79
|
body = buildFormUrlencodedString({
|
|
80
80
|
...se_DeleteDomainRequest(input, context),
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
[_A]: _DD,
|
|
82
|
+
[_V]: _,
|
|
83
83
|
});
|
|
84
84
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
85
|
};
|
|
@@ -88,8 +88,8 @@ export const se_DeleteExpressionCommand = async (input, context) => {
|
|
|
88
88
|
let body;
|
|
89
89
|
body = buildFormUrlencodedString({
|
|
90
90
|
...se_DeleteExpressionRequest(input, context),
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
[_A]: _DEe,
|
|
92
|
+
[_V]: _,
|
|
93
93
|
});
|
|
94
94
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
95
95
|
};
|
|
@@ -98,8 +98,8 @@ export const se_DeleteIndexFieldCommand = async (input, context) => {
|
|
|
98
98
|
let body;
|
|
99
99
|
body = buildFormUrlencodedString({
|
|
100
100
|
...se_DeleteIndexFieldRequest(input, context),
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
[_A]: _DIFe,
|
|
102
|
+
[_V]: _,
|
|
103
103
|
});
|
|
104
104
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
105
105
|
};
|
|
@@ -108,8 +108,8 @@ export const se_DeleteSuggesterCommand = async (input, context) => {
|
|
|
108
108
|
let body;
|
|
109
109
|
body = buildFormUrlencodedString({
|
|
110
110
|
...se_DeleteSuggesterRequest(input, context),
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
[_A]: _DSe,
|
|
112
|
+
[_V]: _,
|
|
113
113
|
});
|
|
114
114
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
115
115
|
};
|
|
@@ -118,8 +118,8 @@ export const se_DescribeAnalysisSchemesCommand = async (input, context) => {
|
|
|
118
118
|
let body;
|
|
119
119
|
body = buildFormUrlencodedString({
|
|
120
120
|
...se_DescribeAnalysisSchemesRequest(input, context),
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[_A]: _DASes,
|
|
122
|
+
[_V]: _,
|
|
123
123
|
});
|
|
124
124
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
125
125
|
};
|
|
@@ -128,8 +128,8 @@ export const se_DescribeAvailabilityOptionsCommand = async (input, context) => {
|
|
|
128
128
|
let body;
|
|
129
129
|
body = buildFormUrlencodedString({
|
|
130
130
|
...se_DescribeAvailabilityOptionsRequest(input, context),
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
[_A]: _DAO,
|
|
132
|
+
[_V]: _,
|
|
133
133
|
});
|
|
134
134
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
135
135
|
};
|
|
@@ -138,8 +138,8 @@ export const se_DescribeDomainEndpointOptionsCommand = async (input, context) =>
|
|
|
138
138
|
let body;
|
|
139
139
|
body = buildFormUrlencodedString({
|
|
140
140
|
...se_DescribeDomainEndpointOptionsRequest(input, context),
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
[_A]: _DDEO,
|
|
142
|
+
[_V]: _,
|
|
143
143
|
});
|
|
144
144
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
145
145
|
};
|
|
@@ -148,8 +148,8 @@ export const se_DescribeDomainsCommand = async (input, context) => {
|
|
|
148
148
|
let body;
|
|
149
149
|
body = buildFormUrlencodedString({
|
|
150
150
|
...se_DescribeDomainsRequest(input, context),
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
[_A]: _DDe,
|
|
152
|
+
[_V]: _,
|
|
153
153
|
});
|
|
154
154
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
155
155
|
};
|
|
@@ -158,8 +158,8 @@ export const se_DescribeExpressionsCommand = async (input, context) => {
|
|
|
158
158
|
let body;
|
|
159
159
|
body = buildFormUrlencodedString({
|
|
160
160
|
...se_DescribeExpressionsRequest(input, context),
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
[_A]: _DEes,
|
|
162
|
+
[_V]: _,
|
|
163
163
|
});
|
|
164
164
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
165
165
|
};
|
|
@@ -168,8 +168,8 @@ export const se_DescribeIndexFieldsCommand = async (input, context) => {
|
|
|
168
168
|
let body;
|
|
169
169
|
body = buildFormUrlencodedString({
|
|
170
170
|
...se_DescribeIndexFieldsRequest(input, context),
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
[_A]: _DIFes,
|
|
172
|
+
[_V]: _,
|
|
173
173
|
});
|
|
174
174
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
175
175
|
};
|
|
@@ -178,8 +178,8 @@ export const se_DescribeScalingParametersCommand = async (input, context) => {
|
|
|
178
178
|
let body;
|
|
179
179
|
body = buildFormUrlencodedString({
|
|
180
180
|
...se_DescribeScalingParametersRequest(input, context),
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
[_A]: _DSP,
|
|
182
|
+
[_V]: _,
|
|
183
183
|
});
|
|
184
184
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
185
185
|
};
|
|
@@ -188,8 +188,8 @@ export const se_DescribeServiceAccessPoliciesCommand = async (input, context) =>
|
|
|
188
188
|
let body;
|
|
189
189
|
body = buildFormUrlencodedString({
|
|
190
190
|
...se_DescribeServiceAccessPoliciesRequest(input, context),
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
[_A]: _DSAP,
|
|
192
|
+
[_V]: _,
|
|
193
193
|
});
|
|
194
194
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
195
195
|
};
|
|
@@ -198,8 +198,8 @@ export const se_DescribeSuggestersCommand = async (input, context) => {
|
|
|
198
198
|
let body;
|
|
199
199
|
body = buildFormUrlencodedString({
|
|
200
200
|
...se_DescribeSuggestersRequest(input, context),
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
[_A]: _DSes,
|
|
202
|
+
[_V]: _,
|
|
203
203
|
});
|
|
204
204
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
205
205
|
};
|
|
@@ -208,16 +208,16 @@ export const se_IndexDocumentsCommand = async (input, context) => {
|
|
|
208
208
|
let body;
|
|
209
209
|
body = buildFormUrlencodedString({
|
|
210
210
|
...se_IndexDocumentsRequest(input, context),
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
[_A]: _ID,
|
|
212
|
+
[_V]: _,
|
|
213
213
|
});
|
|
214
214
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
215
215
|
};
|
|
216
216
|
export const se_ListDomainNamesCommand = async (input, context) => {
|
|
217
217
|
const headers = SHARED_HEADERS;
|
|
218
218
|
const body = buildFormUrlencodedString({
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
[_A]: _LDN,
|
|
220
|
+
[_V]: _,
|
|
221
221
|
});
|
|
222
222
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
223
223
|
};
|
|
@@ -226,8 +226,8 @@ export const se_UpdateAvailabilityOptionsCommand = async (input, context) => {
|
|
|
226
226
|
let body;
|
|
227
227
|
body = buildFormUrlencodedString({
|
|
228
228
|
...se_UpdateAvailabilityOptionsRequest(input, context),
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
[_A]: _UAO,
|
|
230
|
+
[_V]: _,
|
|
231
231
|
});
|
|
232
232
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
233
233
|
};
|
|
@@ -236,8 +236,8 @@ export const se_UpdateDomainEndpointOptionsCommand = async (input, context) => {
|
|
|
236
236
|
let body;
|
|
237
237
|
body = buildFormUrlencodedString({
|
|
238
238
|
...se_UpdateDomainEndpointOptionsRequest(input, context),
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
[_A]: _UDEO,
|
|
240
|
+
[_V]: _,
|
|
241
241
|
});
|
|
242
242
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
243
243
|
};
|
|
@@ -246,8 +246,8 @@ export const se_UpdateScalingParametersCommand = async (input, context) => {
|
|
|
246
246
|
let body;
|
|
247
247
|
body = buildFormUrlencodedString({
|
|
248
248
|
...se_UpdateScalingParametersRequest(input, context),
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
[_A]: _USP,
|
|
250
|
+
[_V]: _,
|
|
251
251
|
});
|
|
252
252
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
253
253
|
};
|
|
@@ -256,8 +256,8 @@ export const se_UpdateServiceAccessPoliciesCommand = async (input, context) => {
|
|
|
256
256
|
let body;
|
|
257
257
|
body = buildFormUrlencodedString({
|
|
258
258
|
...se_UpdateServiceAccessPoliciesRequest(input, context),
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
[_A]: _USAP,
|
|
260
|
+
[_V]: _,
|
|
261
261
|
});
|
|
262
262
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
263
263
|
};
|
|
@@ -1440,33 +1440,33 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
|
1440
1440
|
};
|
|
1441
1441
|
const se_AnalysisOptions = (input, context) => {
|
|
1442
1442
|
const entries = {};
|
|
1443
|
-
if (input
|
|
1444
|
-
entries[
|
|
1443
|
+
if (input[_S] != null) {
|
|
1444
|
+
entries[_S] = input[_S];
|
|
1445
1445
|
}
|
|
1446
|
-
if (input
|
|
1447
|
-
entries[
|
|
1446
|
+
if (input[_St] != null) {
|
|
1447
|
+
entries[_St] = input[_St];
|
|
1448
1448
|
}
|
|
1449
|
-
if (input
|
|
1450
|
-
entries[
|
|
1449
|
+
if (input[_SD] != null) {
|
|
1450
|
+
entries[_SD] = input[_SD];
|
|
1451
1451
|
}
|
|
1452
|
-
if (input
|
|
1453
|
-
entries[
|
|
1452
|
+
if (input[_JTD] != null) {
|
|
1453
|
+
entries[_JTD] = input[_JTD];
|
|
1454
1454
|
}
|
|
1455
|
-
if (input
|
|
1456
|
-
entries[
|
|
1455
|
+
if (input[_AS] != null) {
|
|
1456
|
+
entries[_AS] = input[_AS];
|
|
1457
1457
|
}
|
|
1458
1458
|
return entries;
|
|
1459
1459
|
};
|
|
1460
1460
|
const se_AnalysisScheme = (input, context) => {
|
|
1461
1461
|
const entries = {};
|
|
1462
|
-
if (input
|
|
1463
|
-
entries[
|
|
1462
|
+
if (input[_ASN] != null) {
|
|
1463
|
+
entries[_ASN] = input[_ASN];
|
|
1464
1464
|
}
|
|
1465
|
-
if (input
|
|
1466
|
-
entries[
|
|
1465
|
+
if (input[_ASL] != null) {
|
|
1466
|
+
entries[_ASL] = input[_ASL];
|
|
1467
1467
|
}
|
|
1468
|
-
if (input
|
|
1469
|
-
const memberEntries = se_AnalysisOptions(input
|
|
1468
|
+
if (input[_AO] != null) {
|
|
1469
|
+
const memberEntries = se_AnalysisOptions(input[_AO], context);
|
|
1470
1470
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1471
1471
|
const loc = `AnalysisOptions.${key}`;
|
|
1472
1472
|
entries[loc] = value;
|
|
@@ -1476,66 +1476,66 @@ const se_AnalysisScheme = (input, context) => {
|
|
|
1476
1476
|
};
|
|
1477
1477
|
const se_BuildSuggestersRequest = (input, context) => {
|
|
1478
1478
|
const entries = {};
|
|
1479
|
-
if (input
|
|
1480
|
-
entries[
|
|
1479
|
+
if (input[_DN] != null) {
|
|
1480
|
+
entries[_DN] = input[_DN];
|
|
1481
1481
|
}
|
|
1482
1482
|
return entries;
|
|
1483
1483
|
};
|
|
1484
1484
|
const se_CreateDomainRequest = (input, context) => {
|
|
1485
1485
|
const entries = {};
|
|
1486
|
-
if (input
|
|
1487
|
-
entries[
|
|
1486
|
+
if (input[_DN] != null) {
|
|
1487
|
+
entries[_DN] = input[_DN];
|
|
1488
1488
|
}
|
|
1489
1489
|
return entries;
|
|
1490
1490
|
};
|
|
1491
1491
|
const se_DateArrayOptions = (input, context) => {
|
|
1492
1492
|
const entries = {};
|
|
1493
|
-
if (input
|
|
1494
|
-
entries[
|
|
1493
|
+
if (input[_DV] != null) {
|
|
1494
|
+
entries[_DV] = input[_DV];
|
|
1495
1495
|
}
|
|
1496
|
-
if (input
|
|
1497
|
-
entries[
|
|
1496
|
+
if (input[_SF] != null) {
|
|
1497
|
+
entries[_SF] = input[_SF];
|
|
1498
1498
|
}
|
|
1499
|
-
if (input
|
|
1500
|
-
entries[
|
|
1499
|
+
if (input[_FE] != null) {
|
|
1500
|
+
entries[_FE] = input[_FE];
|
|
1501
1501
|
}
|
|
1502
|
-
if (input
|
|
1503
|
-
entries[
|
|
1502
|
+
if (input[_SE] != null) {
|
|
1503
|
+
entries[_SE] = input[_SE];
|
|
1504
1504
|
}
|
|
1505
|
-
if (input
|
|
1506
|
-
entries[
|
|
1505
|
+
if (input[_RE] != null) {
|
|
1506
|
+
entries[_RE] = input[_RE];
|
|
1507
1507
|
}
|
|
1508
1508
|
return entries;
|
|
1509
1509
|
};
|
|
1510
1510
|
const se_DateOptions = (input, context) => {
|
|
1511
1511
|
const entries = {};
|
|
1512
|
-
if (input
|
|
1513
|
-
entries[
|
|
1512
|
+
if (input[_DV] != null) {
|
|
1513
|
+
entries[_DV] = input[_DV];
|
|
1514
1514
|
}
|
|
1515
|
-
if (input
|
|
1516
|
-
entries[
|
|
1515
|
+
if (input[_SFo] != null) {
|
|
1516
|
+
entries[_SFo] = input[_SFo];
|
|
1517
1517
|
}
|
|
1518
|
-
if (input
|
|
1519
|
-
entries[
|
|
1518
|
+
if (input[_FE] != null) {
|
|
1519
|
+
entries[_FE] = input[_FE];
|
|
1520
1520
|
}
|
|
1521
|
-
if (input
|
|
1522
|
-
entries[
|
|
1521
|
+
if (input[_SE] != null) {
|
|
1522
|
+
entries[_SE] = input[_SE];
|
|
1523
1523
|
}
|
|
1524
|
-
if (input
|
|
1525
|
-
entries[
|
|
1524
|
+
if (input[_RE] != null) {
|
|
1525
|
+
entries[_RE] = input[_RE];
|
|
1526
1526
|
}
|
|
1527
|
-
if (input
|
|
1528
|
-
entries[
|
|
1527
|
+
if (input[_SEo] != null) {
|
|
1528
|
+
entries[_SEo] = input[_SEo];
|
|
1529
1529
|
}
|
|
1530
1530
|
return entries;
|
|
1531
1531
|
};
|
|
1532
1532
|
const se_DefineAnalysisSchemeRequest = (input, context) => {
|
|
1533
1533
|
const entries = {};
|
|
1534
|
-
if (input
|
|
1535
|
-
entries[
|
|
1534
|
+
if (input[_DN] != null) {
|
|
1535
|
+
entries[_DN] = input[_DN];
|
|
1536
1536
|
}
|
|
1537
|
-
if (input
|
|
1538
|
-
const memberEntries = se_AnalysisScheme(input
|
|
1537
|
+
if (input[_ASn] != null) {
|
|
1538
|
+
const memberEntries = se_AnalysisScheme(input[_ASn], context);
|
|
1539
1539
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1540
1540
|
const loc = `AnalysisScheme.${key}`;
|
|
1541
1541
|
entries[loc] = value;
|
|
@@ -1545,11 +1545,11 @@ const se_DefineAnalysisSchemeRequest = (input, context) => {
|
|
|
1545
1545
|
};
|
|
1546
1546
|
const se_DefineExpressionRequest = (input, context) => {
|
|
1547
1547
|
const entries = {};
|
|
1548
|
-
if (input
|
|
1549
|
-
entries[
|
|
1548
|
+
if (input[_DN] != null) {
|
|
1549
|
+
entries[_DN] = input[_DN];
|
|
1550
1550
|
}
|
|
1551
|
-
if (input
|
|
1552
|
-
const memberEntries = se_Expression(input
|
|
1551
|
+
if (input[_E] != null) {
|
|
1552
|
+
const memberEntries = se_Expression(input[_E], context);
|
|
1553
1553
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1554
1554
|
const loc = `Expression.${key}`;
|
|
1555
1555
|
entries[loc] = value;
|
|
@@ -1559,11 +1559,11 @@ const se_DefineExpressionRequest = (input, context) => {
|
|
|
1559
1559
|
};
|
|
1560
1560
|
const se_DefineIndexFieldRequest = (input, context) => {
|
|
1561
1561
|
const entries = {};
|
|
1562
|
-
if (input
|
|
1563
|
-
entries[
|
|
1562
|
+
if (input[_DN] != null) {
|
|
1563
|
+
entries[_DN] = input[_DN];
|
|
1564
1564
|
}
|
|
1565
|
-
if (input
|
|
1566
|
-
const memberEntries = se_IndexField(input
|
|
1565
|
+
if (input[_IF] != null) {
|
|
1566
|
+
const memberEntries = se_IndexField(input[_IF], context);
|
|
1567
1567
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1568
1568
|
const loc = `IndexField.${key}`;
|
|
1569
1569
|
entries[loc] = value;
|
|
@@ -1573,11 +1573,11 @@ const se_DefineIndexFieldRequest = (input, context) => {
|
|
|
1573
1573
|
};
|
|
1574
1574
|
const se_DefineSuggesterRequest = (input, context) => {
|
|
1575
1575
|
const entries = {};
|
|
1576
|
-
if (input
|
|
1577
|
-
entries[
|
|
1576
|
+
if (input[_DN] != null) {
|
|
1577
|
+
entries[_DN] = input[_DN];
|
|
1578
1578
|
}
|
|
1579
|
-
if (input
|
|
1580
|
-
const memberEntries = se_Suggester(input
|
|
1579
|
+
if (input[_Su] != null) {
|
|
1580
|
+
const memberEntries = se_Suggester(input[_Su], context);
|
|
1581
1581
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1582
1582
|
const loc = `Suggester.${key}`;
|
|
1583
1583
|
entries[loc] = value;
|
|
@@ -1587,59 +1587,59 @@ const se_DefineSuggesterRequest = (input, context) => {
|
|
|
1587
1587
|
};
|
|
1588
1588
|
const se_DeleteAnalysisSchemeRequest = (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
|
-
entries[
|
|
1593
|
+
if (input[_ASN] != null) {
|
|
1594
|
+
entries[_ASN] = input[_ASN];
|
|
1595
1595
|
}
|
|
1596
1596
|
return entries;
|
|
1597
1597
|
};
|
|
1598
1598
|
const se_DeleteDomainRequest = (input, context) => {
|
|
1599
1599
|
const entries = {};
|
|
1600
|
-
if (input
|
|
1601
|
-
entries[
|
|
1600
|
+
if (input[_DN] != null) {
|
|
1601
|
+
entries[_DN] = input[_DN];
|
|
1602
1602
|
}
|
|
1603
1603
|
return entries;
|
|
1604
1604
|
};
|
|
1605
1605
|
const se_DeleteExpressionRequest = (input, context) => {
|
|
1606
1606
|
const entries = {};
|
|
1607
|
-
if (input
|
|
1608
|
-
entries[
|
|
1607
|
+
if (input[_DN] != null) {
|
|
1608
|
+
entries[_DN] = input[_DN];
|
|
1609
1609
|
}
|
|
1610
|
-
if (input
|
|
1611
|
-
entries[
|
|
1610
|
+
if (input[_EN] != null) {
|
|
1611
|
+
entries[_EN] = input[_EN];
|
|
1612
1612
|
}
|
|
1613
1613
|
return entries;
|
|
1614
1614
|
};
|
|
1615
1615
|
const se_DeleteIndexFieldRequest = (input, context) => {
|
|
1616
1616
|
const entries = {};
|
|
1617
|
-
if (input
|
|
1618
|
-
entries[
|
|
1617
|
+
if (input[_DN] != null) {
|
|
1618
|
+
entries[_DN] = input[_DN];
|
|
1619
1619
|
}
|
|
1620
|
-
if (input
|
|
1621
|
-
entries[
|
|
1620
|
+
if (input[_IFN] != null) {
|
|
1621
|
+
entries[_IFN] = input[_IFN];
|
|
1622
1622
|
}
|
|
1623
1623
|
return entries;
|
|
1624
1624
|
};
|
|
1625
1625
|
const se_DeleteSuggesterRequest = (input, context) => {
|
|
1626
1626
|
const entries = {};
|
|
1627
|
-
if (input
|
|
1628
|
-
entries[
|
|
1627
|
+
if (input[_DN] != null) {
|
|
1628
|
+
entries[_DN] = input[_DN];
|
|
1629
1629
|
}
|
|
1630
|
-
if (input
|
|
1631
|
-
entries[
|
|
1630
|
+
if (input[_SN] != null) {
|
|
1631
|
+
entries[_SN] = input[_SN];
|
|
1632
1632
|
}
|
|
1633
1633
|
return entries;
|
|
1634
1634
|
};
|
|
1635
1635
|
const se_DescribeAnalysisSchemesRequest = (input, context) => {
|
|
1636
1636
|
const entries = {};
|
|
1637
|
-
if (input
|
|
1638
|
-
entries[
|
|
1637
|
+
if (input[_DN] != null) {
|
|
1638
|
+
entries[_DN] = input[_DN];
|
|
1639
1639
|
}
|
|
1640
|
-
if (input
|
|
1641
|
-
const memberEntries = se_StandardNameList(input
|
|
1642
|
-
if (input
|
|
1640
|
+
if (input[_ASNn] != null) {
|
|
1641
|
+
const memberEntries = se_StandardNameList(input[_ASNn], context);
|
|
1642
|
+
if (input[_ASNn]?.length === 0) {
|
|
1643
1643
|
entries.AnalysisSchemeNames = [];
|
|
1644
1644
|
}
|
|
1645
1645
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1647,36 +1647,36 @@ const se_DescribeAnalysisSchemesRequest = (input, context) => {
|
|
|
1647
1647
|
entries[loc] = value;
|
|
1648
1648
|
});
|
|
1649
1649
|
}
|
|
1650
|
-
if (input
|
|
1651
|
-
entries[
|
|
1650
|
+
if (input[_D] != null) {
|
|
1651
|
+
entries[_D] = input[_D];
|
|
1652
1652
|
}
|
|
1653
1653
|
return entries;
|
|
1654
1654
|
};
|
|
1655
1655
|
const se_DescribeAvailabilityOptionsRequest = (input, context) => {
|
|
1656
1656
|
const entries = {};
|
|
1657
|
-
if (input
|
|
1658
|
-
entries[
|
|
1657
|
+
if (input[_DN] != null) {
|
|
1658
|
+
entries[_DN] = input[_DN];
|
|
1659
1659
|
}
|
|
1660
|
-
if (input
|
|
1661
|
-
entries[
|
|
1660
|
+
if (input[_D] != null) {
|
|
1661
|
+
entries[_D] = input[_D];
|
|
1662
1662
|
}
|
|
1663
1663
|
return entries;
|
|
1664
1664
|
};
|
|
1665
1665
|
const se_DescribeDomainEndpointOptionsRequest = (input, context) => {
|
|
1666
1666
|
const entries = {};
|
|
1667
|
-
if (input
|
|
1668
|
-
entries[
|
|
1667
|
+
if (input[_DN] != null) {
|
|
1668
|
+
entries[_DN] = input[_DN];
|
|
1669
1669
|
}
|
|
1670
|
-
if (input
|
|
1671
|
-
entries[
|
|
1670
|
+
if (input[_D] != null) {
|
|
1671
|
+
entries[_D] = input[_D];
|
|
1672
1672
|
}
|
|
1673
1673
|
return entries;
|
|
1674
1674
|
};
|
|
1675
1675
|
const se_DescribeDomainsRequest = (input, context) => {
|
|
1676
1676
|
const entries = {};
|
|
1677
|
-
if (input
|
|
1678
|
-
const memberEntries = se_DomainNameList(input
|
|
1679
|
-
if (input
|
|
1677
|
+
if (input[_DNo] != null) {
|
|
1678
|
+
const memberEntries = se_DomainNameList(input[_DNo], context);
|
|
1679
|
+
if (input[_DNo]?.length === 0) {
|
|
1680
1680
|
entries.DomainNames = [];
|
|
1681
1681
|
}
|
|
1682
1682
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1688,12 +1688,12 @@ const se_DescribeDomainsRequest = (input, context) => {
|
|
|
1688
1688
|
};
|
|
1689
1689
|
const se_DescribeExpressionsRequest = (input, context) => {
|
|
1690
1690
|
const entries = {};
|
|
1691
|
-
if (input
|
|
1692
|
-
entries[
|
|
1691
|
+
if (input[_DN] != null) {
|
|
1692
|
+
entries[_DN] = input[_DN];
|
|
1693
1693
|
}
|
|
1694
|
-
if (input
|
|
1695
|
-
const memberEntries = se_StandardNameList(input
|
|
1696
|
-
if (input
|
|
1694
|
+
if (input[_ENx] != null) {
|
|
1695
|
+
const memberEntries = se_StandardNameList(input[_ENx], context);
|
|
1696
|
+
if (input[_ENx]?.length === 0) {
|
|
1697
1697
|
entries.ExpressionNames = [];
|
|
1698
1698
|
}
|
|
1699
1699
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1701,19 +1701,19 @@ const se_DescribeExpressionsRequest = (input, context) => {
|
|
|
1701
1701
|
entries[loc] = value;
|
|
1702
1702
|
});
|
|
1703
1703
|
}
|
|
1704
|
-
if (input
|
|
1705
|
-
entries[
|
|
1704
|
+
if (input[_D] != null) {
|
|
1705
|
+
entries[_D] = input[_D];
|
|
1706
1706
|
}
|
|
1707
1707
|
return entries;
|
|
1708
1708
|
};
|
|
1709
1709
|
const se_DescribeIndexFieldsRequest = (input, context) => {
|
|
1710
1710
|
const entries = {};
|
|
1711
|
-
if (input
|
|
1712
|
-
entries[
|
|
1711
|
+
if (input[_DN] != null) {
|
|
1712
|
+
entries[_DN] = input[_DN];
|
|
1713
1713
|
}
|
|
1714
|
-
if (input
|
|
1715
|
-
const memberEntries = se_DynamicFieldNameList(input
|
|
1716
|
-
if (input
|
|
1714
|
+
if (input[_FN] != null) {
|
|
1715
|
+
const memberEntries = se_DynamicFieldNameList(input[_FN], context);
|
|
1716
|
+
if (input[_FN]?.length === 0) {
|
|
1717
1717
|
entries.FieldNames = [];
|
|
1718
1718
|
}
|
|
1719
1719
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1721,36 +1721,36 @@ const se_DescribeIndexFieldsRequest = (input, context) => {
|
|
|
1721
1721
|
entries[loc] = value;
|
|
1722
1722
|
});
|
|
1723
1723
|
}
|
|
1724
|
-
if (input
|
|
1725
|
-
entries[
|
|
1724
|
+
if (input[_D] != null) {
|
|
1725
|
+
entries[_D] = input[_D];
|
|
1726
1726
|
}
|
|
1727
1727
|
return entries;
|
|
1728
1728
|
};
|
|
1729
1729
|
const se_DescribeScalingParametersRequest = (input, context) => {
|
|
1730
1730
|
const entries = {};
|
|
1731
|
-
if (input
|
|
1732
|
-
entries[
|
|
1731
|
+
if (input[_DN] != null) {
|
|
1732
|
+
entries[_DN] = input[_DN];
|
|
1733
1733
|
}
|
|
1734
1734
|
return entries;
|
|
1735
1735
|
};
|
|
1736
1736
|
const se_DescribeServiceAccessPoliciesRequest = (input, context) => {
|
|
1737
1737
|
const entries = {};
|
|
1738
|
-
if (input
|
|
1739
|
-
entries[
|
|
1738
|
+
if (input[_DN] != null) {
|
|
1739
|
+
entries[_DN] = input[_DN];
|
|
1740
1740
|
}
|
|
1741
|
-
if (input
|
|
1742
|
-
entries[
|
|
1741
|
+
if (input[_D] != null) {
|
|
1742
|
+
entries[_D] = input[_D];
|
|
1743
1743
|
}
|
|
1744
1744
|
return entries;
|
|
1745
1745
|
};
|
|
1746
1746
|
const se_DescribeSuggestersRequest = (input, context) => {
|
|
1747
1747
|
const entries = {};
|
|
1748
|
-
if (input
|
|
1749
|
-
entries[
|
|
1748
|
+
if (input[_DN] != null) {
|
|
1749
|
+
entries[_DN] = input[_DN];
|
|
1750
1750
|
}
|
|
1751
|
-
if (input
|
|
1752
|
-
const memberEntries = se_StandardNameList(input
|
|
1753
|
-
if (input
|
|
1751
|
+
if (input[_SNu] != null) {
|
|
1752
|
+
const memberEntries = se_StandardNameList(input[_SNu], context);
|
|
1753
|
+
if (input[_SNu]?.length === 0) {
|
|
1754
1754
|
entries.SuggesterNames = [];
|
|
1755
1755
|
}
|
|
1756
1756
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -1758,31 +1758,31 @@ const se_DescribeSuggestersRequest = (input, context) => {
|
|
|
1758
1758
|
entries[loc] = value;
|
|
1759
1759
|
});
|
|
1760
1760
|
}
|
|
1761
|
-
if (input
|
|
1762
|
-
entries[
|
|
1761
|
+
if (input[_D] != null) {
|
|
1762
|
+
entries[_D] = input[_D];
|
|
1763
1763
|
}
|
|
1764
1764
|
return entries;
|
|
1765
1765
|
};
|
|
1766
1766
|
const se_DocumentSuggesterOptions = (input, context) => {
|
|
1767
1767
|
const entries = {};
|
|
1768
|
-
if (input
|
|
1769
|
-
entries[
|
|
1768
|
+
if (input[_SFo] != null) {
|
|
1769
|
+
entries[_SFo] = input[_SFo];
|
|
1770
1770
|
}
|
|
1771
|
-
if (input
|
|
1772
|
-
entries[
|
|
1771
|
+
if (input[_FM] != null) {
|
|
1772
|
+
entries[_FM] = input[_FM];
|
|
1773
1773
|
}
|
|
1774
|
-
if (input
|
|
1775
|
-
entries[
|
|
1774
|
+
if (input[_SEor] != null) {
|
|
1775
|
+
entries[_SEor] = input[_SEor];
|
|
1776
1776
|
}
|
|
1777
1777
|
return entries;
|
|
1778
1778
|
};
|
|
1779
1779
|
const se_DomainEndpointOptions = (input, context) => {
|
|
1780
1780
|
const entries = {};
|
|
1781
|
-
if (input
|
|
1782
|
-
entries[
|
|
1781
|
+
if (input[_EHTTPS] != null) {
|
|
1782
|
+
entries[_EHTTPS] = input[_EHTTPS];
|
|
1783
1783
|
}
|
|
1784
|
-
if (input
|
|
1785
|
-
entries[
|
|
1784
|
+
if (input[_TLSSP] != null) {
|
|
1785
|
+
entries[_TLSSP] = input[_TLSSP];
|
|
1786
1786
|
}
|
|
1787
1787
|
return entries;
|
|
1788
1788
|
};
|
|
@@ -1800,42 +1800,42 @@ const se_DomainNameList = (input, context) => {
|
|
|
1800
1800
|
};
|
|
1801
1801
|
const se_DoubleArrayOptions = (input, context) => {
|
|
1802
1802
|
const entries = {};
|
|
1803
|
-
if (input
|
|
1804
|
-
entries[
|
|
1803
|
+
if (input[_DV] != null) {
|
|
1804
|
+
entries[_DV] = __serializeFloat(input[_DV]);
|
|
1805
1805
|
}
|
|
1806
|
-
if (input
|
|
1807
|
-
entries[
|
|
1806
|
+
if (input[_SF] != null) {
|
|
1807
|
+
entries[_SF] = input[_SF];
|
|
1808
1808
|
}
|
|
1809
|
-
if (input
|
|
1810
|
-
entries[
|
|
1809
|
+
if (input[_FE] != null) {
|
|
1810
|
+
entries[_FE] = input[_FE];
|
|
1811
1811
|
}
|
|
1812
|
-
if (input
|
|
1813
|
-
entries[
|
|
1812
|
+
if (input[_SE] != null) {
|
|
1813
|
+
entries[_SE] = input[_SE];
|
|
1814
1814
|
}
|
|
1815
|
-
if (input
|
|
1816
|
-
entries[
|
|
1815
|
+
if (input[_RE] != null) {
|
|
1816
|
+
entries[_RE] = input[_RE];
|
|
1817
1817
|
}
|
|
1818
1818
|
return entries;
|
|
1819
1819
|
};
|
|
1820
1820
|
const se_DoubleOptions = (input, context) => {
|
|
1821
1821
|
const entries = {};
|
|
1822
|
-
if (input
|
|
1823
|
-
entries[
|
|
1822
|
+
if (input[_DV] != null) {
|
|
1823
|
+
entries[_DV] = __serializeFloat(input[_DV]);
|
|
1824
1824
|
}
|
|
1825
|
-
if (input
|
|
1826
|
-
entries[
|
|
1825
|
+
if (input[_SFo] != null) {
|
|
1826
|
+
entries[_SFo] = input[_SFo];
|
|
1827
1827
|
}
|
|
1828
|
-
if (input
|
|
1829
|
-
entries[
|
|
1828
|
+
if (input[_FE] != null) {
|
|
1829
|
+
entries[_FE] = input[_FE];
|
|
1830
1830
|
}
|
|
1831
|
-
if (input
|
|
1832
|
-
entries[
|
|
1831
|
+
if (input[_SE] != null) {
|
|
1832
|
+
entries[_SE] = input[_SE];
|
|
1833
1833
|
}
|
|
1834
|
-
if (input
|
|
1835
|
-
entries[
|
|
1834
|
+
if (input[_RE] != null) {
|
|
1835
|
+
entries[_RE] = input[_RE];
|
|
1836
1836
|
}
|
|
1837
|
-
if (input
|
|
1838
|
-
entries[
|
|
1837
|
+
if (input[_SEo] != null) {
|
|
1838
|
+
entries[_SEo] = input[_SEo];
|
|
1839
1839
|
}
|
|
1840
1840
|
return entries;
|
|
1841
1841
|
};
|
|
@@ -1853,101 +1853,101 @@ const se_DynamicFieldNameList = (input, context) => {
|
|
|
1853
1853
|
};
|
|
1854
1854
|
const se_Expression = (input, context) => {
|
|
1855
1855
|
const entries = {};
|
|
1856
|
-
if (input
|
|
1857
|
-
entries[
|
|
1856
|
+
if (input[_EN] != null) {
|
|
1857
|
+
entries[_EN] = input[_EN];
|
|
1858
1858
|
}
|
|
1859
|
-
if (input
|
|
1860
|
-
entries[
|
|
1859
|
+
if (input[_EV] != null) {
|
|
1860
|
+
entries[_EV] = input[_EV];
|
|
1861
1861
|
}
|
|
1862
1862
|
return entries;
|
|
1863
1863
|
};
|
|
1864
1864
|
const se_IndexDocumentsRequest = (input, context) => {
|
|
1865
1865
|
const entries = {};
|
|
1866
|
-
if (input
|
|
1867
|
-
entries[
|
|
1866
|
+
if (input[_DN] != null) {
|
|
1867
|
+
entries[_DN] = input[_DN];
|
|
1868
1868
|
}
|
|
1869
1869
|
return entries;
|
|
1870
1870
|
};
|
|
1871
1871
|
const se_IndexField = (input, context) => {
|
|
1872
1872
|
const entries = {};
|
|
1873
|
-
if (input
|
|
1874
|
-
entries[
|
|
1873
|
+
if (input[_IFN] != null) {
|
|
1874
|
+
entries[_IFN] = input[_IFN];
|
|
1875
1875
|
}
|
|
1876
|
-
if (input
|
|
1877
|
-
entries[
|
|
1876
|
+
if (input[_IFT] != null) {
|
|
1877
|
+
entries[_IFT] = input[_IFT];
|
|
1878
1878
|
}
|
|
1879
|
-
if (input
|
|
1880
|
-
const memberEntries = se_IntOptions(input
|
|
1879
|
+
if (input[_IO] != null) {
|
|
1880
|
+
const memberEntries = se_IntOptions(input[_IO], context);
|
|
1881
1881
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1882
1882
|
const loc = `IntOptions.${key}`;
|
|
1883
1883
|
entries[loc] = value;
|
|
1884
1884
|
});
|
|
1885
1885
|
}
|
|
1886
|
-
if (input
|
|
1887
|
-
const memberEntries = se_DoubleOptions(input
|
|
1886
|
+
if (input[_DO] != null) {
|
|
1887
|
+
const memberEntries = se_DoubleOptions(input[_DO], context);
|
|
1888
1888
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1889
1889
|
const loc = `DoubleOptions.${key}`;
|
|
1890
1890
|
entries[loc] = value;
|
|
1891
1891
|
});
|
|
1892
1892
|
}
|
|
1893
|
-
if (input
|
|
1894
|
-
const memberEntries = se_LiteralOptions(input
|
|
1893
|
+
if (input[_LO] != null) {
|
|
1894
|
+
const memberEntries = se_LiteralOptions(input[_LO], context);
|
|
1895
1895
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1896
1896
|
const loc = `LiteralOptions.${key}`;
|
|
1897
1897
|
entries[loc] = value;
|
|
1898
1898
|
});
|
|
1899
1899
|
}
|
|
1900
|
-
if (input
|
|
1901
|
-
const memberEntries = se_TextOptions(input
|
|
1900
|
+
if (input[_TO] != null) {
|
|
1901
|
+
const memberEntries = se_TextOptions(input[_TO], context);
|
|
1902
1902
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1903
1903
|
const loc = `TextOptions.${key}`;
|
|
1904
1904
|
entries[loc] = value;
|
|
1905
1905
|
});
|
|
1906
1906
|
}
|
|
1907
|
-
if (input
|
|
1908
|
-
const memberEntries = se_DateOptions(input
|
|
1907
|
+
if (input[_DOa] != null) {
|
|
1908
|
+
const memberEntries = se_DateOptions(input[_DOa], context);
|
|
1909
1909
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1910
1910
|
const loc = `DateOptions.${key}`;
|
|
1911
1911
|
entries[loc] = value;
|
|
1912
1912
|
});
|
|
1913
1913
|
}
|
|
1914
|
-
if (input
|
|
1915
|
-
const memberEntries = se_LatLonOptions(input
|
|
1914
|
+
if (input[_LLO] != null) {
|
|
1915
|
+
const memberEntries = se_LatLonOptions(input[_LLO], context);
|
|
1916
1916
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1917
1917
|
const loc = `LatLonOptions.${key}`;
|
|
1918
1918
|
entries[loc] = value;
|
|
1919
1919
|
});
|
|
1920
1920
|
}
|
|
1921
|
-
if (input
|
|
1922
|
-
const memberEntries = se_IntArrayOptions(input
|
|
1921
|
+
if (input[_IAO] != null) {
|
|
1922
|
+
const memberEntries = se_IntArrayOptions(input[_IAO], context);
|
|
1923
1923
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1924
1924
|
const loc = `IntArrayOptions.${key}`;
|
|
1925
1925
|
entries[loc] = value;
|
|
1926
1926
|
});
|
|
1927
1927
|
}
|
|
1928
|
-
if (input
|
|
1929
|
-
const memberEntries = se_DoubleArrayOptions(input
|
|
1928
|
+
if (input[_DAOo] != null) {
|
|
1929
|
+
const memberEntries = se_DoubleArrayOptions(input[_DAOo], context);
|
|
1930
1930
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1931
1931
|
const loc = `DoubleArrayOptions.${key}`;
|
|
1932
1932
|
entries[loc] = value;
|
|
1933
1933
|
});
|
|
1934
1934
|
}
|
|
1935
|
-
if (input
|
|
1936
|
-
const memberEntries = se_LiteralArrayOptions(input
|
|
1935
|
+
if (input[_LAO] != null) {
|
|
1936
|
+
const memberEntries = se_LiteralArrayOptions(input[_LAO], context);
|
|
1937
1937
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1938
1938
|
const loc = `LiteralArrayOptions.${key}`;
|
|
1939
1939
|
entries[loc] = value;
|
|
1940
1940
|
});
|
|
1941
1941
|
}
|
|
1942
|
-
if (input
|
|
1943
|
-
const memberEntries = se_TextArrayOptions(input
|
|
1942
|
+
if (input[_TAO] != null) {
|
|
1943
|
+
const memberEntries = se_TextArrayOptions(input[_TAO], context);
|
|
1944
1944
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1945
1945
|
const loc = `TextArrayOptions.${key}`;
|
|
1946
1946
|
entries[loc] = value;
|
|
1947
1947
|
});
|
|
1948
1948
|
}
|
|
1949
|
-
if (input
|
|
1950
|
-
const memberEntries = se_DateArrayOptions(input
|
|
1949
|
+
if (input[_DAOa] != null) {
|
|
1950
|
+
const memberEntries = se_DateArrayOptions(input[_DAOa], context);
|
|
1951
1951
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
1952
1952
|
const loc = `DateArrayOptions.${key}`;
|
|
1953
1953
|
entries[loc] = value;
|
|
@@ -1957,118 +1957,118 @@ const se_IndexField = (input, context) => {
|
|
|
1957
1957
|
};
|
|
1958
1958
|
const se_IntArrayOptions = (input, context) => {
|
|
1959
1959
|
const entries = {};
|
|
1960
|
-
if (input
|
|
1961
|
-
entries[
|
|
1960
|
+
if (input[_DV] != null) {
|
|
1961
|
+
entries[_DV] = input[_DV];
|
|
1962
1962
|
}
|
|
1963
|
-
if (input
|
|
1964
|
-
entries[
|
|
1963
|
+
if (input[_SF] != null) {
|
|
1964
|
+
entries[_SF] = input[_SF];
|
|
1965
1965
|
}
|
|
1966
|
-
if (input
|
|
1967
|
-
entries[
|
|
1966
|
+
if (input[_FE] != null) {
|
|
1967
|
+
entries[_FE] = input[_FE];
|
|
1968
1968
|
}
|
|
1969
|
-
if (input
|
|
1970
|
-
entries[
|
|
1969
|
+
if (input[_SE] != null) {
|
|
1970
|
+
entries[_SE] = input[_SE];
|
|
1971
1971
|
}
|
|
1972
|
-
if (input
|
|
1973
|
-
entries[
|
|
1972
|
+
if (input[_RE] != null) {
|
|
1973
|
+
entries[_RE] = input[_RE];
|
|
1974
1974
|
}
|
|
1975
1975
|
return entries;
|
|
1976
1976
|
};
|
|
1977
1977
|
const se_IntOptions = (input, context) => {
|
|
1978
1978
|
const entries = {};
|
|
1979
|
-
if (input
|
|
1980
|
-
entries[
|
|
1979
|
+
if (input[_DV] != null) {
|
|
1980
|
+
entries[_DV] = input[_DV];
|
|
1981
1981
|
}
|
|
1982
|
-
if (input
|
|
1983
|
-
entries[
|
|
1982
|
+
if (input[_SFo] != null) {
|
|
1983
|
+
entries[_SFo] = input[_SFo];
|
|
1984
1984
|
}
|
|
1985
|
-
if (input
|
|
1986
|
-
entries[
|
|
1985
|
+
if (input[_FE] != null) {
|
|
1986
|
+
entries[_FE] = input[_FE];
|
|
1987
1987
|
}
|
|
1988
|
-
if (input
|
|
1989
|
-
entries[
|
|
1988
|
+
if (input[_SE] != null) {
|
|
1989
|
+
entries[_SE] = input[_SE];
|
|
1990
1990
|
}
|
|
1991
|
-
if (input
|
|
1992
|
-
entries[
|
|
1991
|
+
if (input[_RE] != null) {
|
|
1992
|
+
entries[_RE] = input[_RE];
|
|
1993
1993
|
}
|
|
1994
|
-
if (input
|
|
1995
|
-
entries[
|
|
1994
|
+
if (input[_SEo] != null) {
|
|
1995
|
+
entries[_SEo] = input[_SEo];
|
|
1996
1996
|
}
|
|
1997
1997
|
return entries;
|
|
1998
1998
|
};
|
|
1999
1999
|
const se_LatLonOptions = (input, context) => {
|
|
2000
2000
|
const entries = {};
|
|
2001
|
-
if (input
|
|
2002
|
-
entries[
|
|
2001
|
+
if (input[_DV] != null) {
|
|
2002
|
+
entries[_DV] = input[_DV];
|
|
2003
2003
|
}
|
|
2004
|
-
if (input
|
|
2005
|
-
entries[
|
|
2004
|
+
if (input[_SFo] != null) {
|
|
2005
|
+
entries[_SFo] = input[_SFo];
|
|
2006
2006
|
}
|
|
2007
|
-
if (input
|
|
2008
|
-
entries[
|
|
2007
|
+
if (input[_FE] != null) {
|
|
2008
|
+
entries[_FE] = input[_FE];
|
|
2009
2009
|
}
|
|
2010
|
-
if (input
|
|
2011
|
-
entries[
|
|
2010
|
+
if (input[_SE] != null) {
|
|
2011
|
+
entries[_SE] = input[_SE];
|
|
2012
2012
|
}
|
|
2013
|
-
if (input
|
|
2014
|
-
entries[
|
|
2013
|
+
if (input[_RE] != null) {
|
|
2014
|
+
entries[_RE] = input[_RE];
|
|
2015
2015
|
}
|
|
2016
|
-
if (input
|
|
2017
|
-
entries[
|
|
2016
|
+
if (input[_SEo] != null) {
|
|
2017
|
+
entries[_SEo] = input[_SEo];
|
|
2018
2018
|
}
|
|
2019
2019
|
return entries;
|
|
2020
2020
|
};
|
|
2021
2021
|
const se_LiteralArrayOptions = (input, context) => {
|
|
2022
2022
|
const entries = {};
|
|
2023
|
-
if (input
|
|
2024
|
-
entries[
|
|
2023
|
+
if (input[_DV] != null) {
|
|
2024
|
+
entries[_DV] = input[_DV];
|
|
2025
2025
|
}
|
|
2026
|
-
if (input
|
|
2027
|
-
entries[
|
|
2026
|
+
if (input[_SF] != null) {
|
|
2027
|
+
entries[_SF] = input[_SF];
|
|
2028
2028
|
}
|
|
2029
|
-
if (input
|
|
2030
|
-
entries[
|
|
2029
|
+
if (input[_FE] != null) {
|
|
2030
|
+
entries[_FE] = input[_FE];
|
|
2031
2031
|
}
|
|
2032
|
-
if (input
|
|
2033
|
-
entries[
|
|
2032
|
+
if (input[_SE] != null) {
|
|
2033
|
+
entries[_SE] = input[_SE];
|
|
2034
2034
|
}
|
|
2035
|
-
if (input
|
|
2036
|
-
entries[
|
|
2035
|
+
if (input[_RE] != null) {
|
|
2036
|
+
entries[_RE] = input[_RE];
|
|
2037
2037
|
}
|
|
2038
2038
|
return entries;
|
|
2039
2039
|
};
|
|
2040
2040
|
const se_LiteralOptions = (input, context) => {
|
|
2041
2041
|
const entries = {};
|
|
2042
|
-
if (input
|
|
2043
|
-
entries[
|
|
2042
|
+
if (input[_DV] != null) {
|
|
2043
|
+
entries[_DV] = input[_DV];
|
|
2044
2044
|
}
|
|
2045
|
-
if (input
|
|
2046
|
-
entries[
|
|
2045
|
+
if (input[_SFo] != null) {
|
|
2046
|
+
entries[_SFo] = input[_SFo];
|
|
2047
2047
|
}
|
|
2048
|
-
if (input
|
|
2049
|
-
entries[
|
|
2048
|
+
if (input[_FE] != null) {
|
|
2049
|
+
entries[_FE] = input[_FE];
|
|
2050
2050
|
}
|
|
2051
|
-
if (input
|
|
2052
|
-
entries[
|
|
2051
|
+
if (input[_SE] != null) {
|
|
2052
|
+
entries[_SE] = input[_SE];
|
|
2053
2053
|
}
|
|
2054
|
-
if (input
|
|
2055
|
-
entries[
|
|
2054
|
+
if (input[_RE] != null) {
|
|
2055
|
+
entries[_RE] = input[_RE];
|
|
2056
2056
|
}
|
|
2057
|
-
if (input
|
|
2058
|
-
entries[
|
|
2057
|
+
if (input[_SEo] != null) {
|
|
2058
|
+
entries[_SEo] = input[_SEo];
|
|
2059
2059
|
}
|
|
2060
2060
|
return entries;
|
|
2061
2061
|
};
|
|
2062
2062
|
const se_ScalingParameters = (input, context) => {
|
|
2063
2063
|
const entries = {};
|
|
2064
|
-
if (input
|
|
2065
|
-
entries[
|
|
2064
|
+
if (input[_DIT] != null) {
|
|
2065
|
+
entries[_DIT] = input[_DIT];
|
|
2066
2066
|
}
|
|
2067
|
-
if (input
|
|
2068
|
-
entries[
|
|
2067
|
+
if (input[_DRC] != null) {
|
|
2068
|
+
entries[_DRC] = input[_DRC];
|
|
2069
2069
|
}
|
|
2070
|
-
if (input
|
|
2071
|
-
entries[
|
|
2070
|
+
if (input[_DPC] != null) {
|
|
2071
|
+
entries[_DPC] = input[_DPC];
|
|
2072
2072
|
}
|
|
2073
2073
|
return entries;
|
|
2074
2074
|
};
|
|
@@ -2086,11 +2086,11 @@ const se_StandardNameList = (input, context) => {
|
|
|
2086
2086
|
};
|
|
2087
2087
|
const se_Suggester = (input, context) => {
|
|
2088
2088
|
const entries = {};
|
|
2089
|
-
if (input
|
|
2090
|
-
entries[
|
|
2089
|
+
if (input[_SN] != null) {
|
|
2090
|
+
entries[_SN] = input[_SN];
|
|
2091
2091
|
}
|
|
2092
|
-
if (input
|
|
2093
|
-
const memberEntries = se_DocumentSuggesterOptions(input
|
|
2092
|
+
if (input[_DSO] != null) {
|
|
2093
|
+
const memberEntries = se_DocumentSuggesterOptions(input[_DSO], context);
|
|
2094
2094
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2095
2095
|
const loc = `DocumentSuggesterOptions.${key}`;
|
|
2096
2096
|
entries[loc] = value;
|
|
@@ -2100,62 +2100,62 @@ const se_Suggester = (input, context) => {
|
|
|
2100
2100
|
};
|
|
2101
2101
|
const se_TextArrayOptions = (input, context) => {
|
|
2102
2102
|
const entries = {};
|
|
2103
|
-
if (input
|
|
2104
|
-
entries[
|
|
2103
|
+
if (input[_DV] != null) {
|
|
2104
|
+
entries[_DV] = input[_DV];
|
|
2105
2105
|
}
|
|
2106
|
-
if (input
|
|
2107
|
-
entries[
|
|
2106
|
+
if (input[_SF] != null) {
|
|
2107
|
+
entries[_SF] = input[_SF];
|
|
2108
2108
|
}
|
|
2109
|
-
if (input
|
|
2110
|
-
entries[
|
|
2109
|
+
if (input[_RE] != null) {
|
|
2110
|
+
entries[_RE] = input[_RE];
|
|
2111
2111
|
}
|
|
2112
|
-
if (input
|
|
2113
|
-
entries[
|
|
2112
|
+
if (input[_HE] != null) {
|
|
2113
|
+
entries[_HE] = input[_HE];
|
|
2114
2114
|
}
|
|
2115
|
-
if (input
|
|
2116
|
-
entries[
|
|
2115
|
+
if (input[_ASn] != null) {
|
|
2116
|
+
entries[_ASn] = input[_ASn];
|
|
2117
2117
|
}
|
|
2118
2118
|
return entries;
|
|
2119
2119
|
};
|
|
2120
2120
|
const se_TextOptions = (input, context) => {
|
|
2121
2121
|
const entries = {};
|
|
2122
|
-
if (input
|
|
2123
|
-
entries[
|
|
2122
|
+
if (input[_DV] != null) {
|
|
2123
|
+
entries[_DV] = input[_DV];
|
|
2124
2124
|
}
|
|
2125
|
-
if (input
|
|
2126
|
-
entries[
|
|
2125
|
+
if (input[_SFo] != null) {
|
|
2126
|
+
entries[_SFo] = input[_SFo];
|
|
2127
2127
|
}
|
|
2128
|
-
if (input
|
|
2129
|
-
entries[
|
|
2128
|
+
if (input[_RE] != null) {
|
|
2129
|
+
entries[_RE] = input[_RE];
|
|
2130
2130
|
}
|
|
2131
|
-
if (input
|
|
2132
|
-
entries[
|
|
2131
|
+
if (input[_SEo] != null) {
|
|
2132
|
+
entries[_SEo] = input[_SEo];
|
|
2133
2133
|
}
|
|
2134
|
-
if (input
|
|
2135
|
-
entries[
|
|
2134
|
+
if (input[_HE] != null) {
|
|
2135
|
+
entries[_HE] = input[_HE];
|
|
2136
2136
|
}
|
|
2137
|
-
if (input
|
|
2138
|
-
entries[
|
|
2137
|
+
if (input[_ASn] != null) {
|
|
2138
|
+
entries[_ASn] = input[_ASn];
|
|
2139
2139
|
}
|
|
2140
2140
|
return entries;
|
|
2141
2141
|
};
|
|
2142
2142
|
const se_UpdateAvailabilityOptionsRequest = (input, context) => {
|
|
2143
2143
|
const entries = {};
|
|
2144
|
-
if (input
|
|
2145
|
-
entries[
|
|
2144
|
+
if (input[_DN] != null) {
|
|
2145
|
+
entries[_DN] = input[_DN];
|
|
2146
2146
|
}
|
|
2147
|
-
if (input
|
|
2148
|
-
entries[
|
|
2147
|
+
if (input[_MAZ] != null) {
|
|
2148
|
+
entries[_MAZ] = input[_MAZ];
|
|
2149
2149
|
}
|
|
2150
2150
|
return entries;
|
|
2151
2151
|
};
|
|
2152
2152
|
const se_UpdateDomainEndpointOptionsRequest = (input, context) => {
|
|
2153
2153
|
const entries = {};
|
|
2154
|
-
if (input
|
|
2155
|
-
entries[
|
|
2154
|
+
if (input[_DN] != null) {
|
|
2155
|
+
entries[_DN] = input[_DN];
|
|
2156
2156
|
}
|
|
2157
|
-
if (input
|
|
2158
|
-
const memberEntries = se_DomainEndpointOptions(input
|
|
2157
|
+
if (input[_DEO] != null) {
|
|
2158
|
+
const memberEntries = se_DomainEndpointOptions(input[_DEO], context);
|
|
2159
2159
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2160
2160
|
const loc = `DomainEndpointOptions.${key}`;
|
|
2161
2161
|
entries[loc] = value;
|
|
@@ -2165,11 +2165,11 @@ const se_UpdateDomainEndpointOptionsRequest = (input, context) => {
|
|
|
2165
2165
|
};
|
|
2166
2166
|
const se_UpdateScalingParametersRequest = (input, context) => {
|
|
2167
2167
|
const entries = {};
|
|
2168
|
-
if (input
|
|
2169
|
-
entries[
|
|
2168
|
+
if (input[_DN] != null) {
|
|
2169
|
+
entries[_DN] = input[_DN];
|
|
2170
2170
|
}
|
|
2171
|
-
if (input
|
|
2172
|
-
const memberEntries = se_ScalingParameters(input
|
|
2171
|
+
if (input[_SP] != null) {
|
|
2172
|
+
const memberEntries = se_ScalingParameters(input[_SP], context);
|
|
2173
2173
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
2174
2174
|
const loc = `ScalingParameters.${key}`;
|
|
2175
2175
|
entries[loc] = value;
|
|
@@ -2179,63 +2179,63 @@ const se_UpdateScalingParametersRequest = (input, context) => {
|
|
|
2179
2179
|
};
|
|
2180
2180
|
const se_UpdateServiceAccessPoliciesRequest = (input, context) => {
|
|
2181
2181
|
const entries = {};
|
|
2182
|
-
if (input
|
|
2183
|
-
entries[
|
|
2182
|
+
if (input[_DN] != null) {
|
|
2183
|
+
entries[_DN] = input[_DN];
|
|
2184
2184
|
}
|
|
2185
|
-
if (input
|
|
2186
|
-
entries[
|
|
2185
|
+
if (input[_AP] != null) {
|
|
2186
|
+
entries[_AP] = input[_AP];
|
|
2187
2187
|
}
|
|
2188
2188
|
return entries;
|
|
2189
2189
|
};
|
|
2190
2190
|
const de_AccessPoliciesStatus = (output, context) => {
|
|
2191
2191
|
const contents = {};
|
|
2192
|
-
if (output[
|
|
2193
|
-
contents
|
|
2192
|
+
if (output[_O] != null) {
|
|
2193
|
+
contents[_O] = __expectString(output[_O]);
|
|
2194
2194
|
}
|
|
2195
|
-
if (output[
|
|
2196
|
-
contents
|
|
2195
|
+
if (output[_Sta] != null) {
|
|
2196
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2197
2197
|
}
|
|
2198
2198
|
return contents;
|
|
2199
2199
|
};
|
|
2200
2200
|
const de_AnalysisOptions = (output, context) => {
|
|
2201
2201
|
const contents = {};
|
|
2202
|
-
if (output[
|
|
2203
|
-
contents
|
|
2202
|
+
if (output[_S] != null) {
|
|
2203
|
+
contents[_S] = __expectString(output[_S]);
|
|
2204
2204
|
}
|
|
2205
|
-
if (output[
|
|
2206
|
-
contents
|
|
2205
|
+
if (output[_St] != null) {
|
|
2206
|
+
contents[_St] = __expectString(output[_St]);
|
|
2207
2207
|
}
|
|
2208
|
-
if (output[
|
|
2209
|
-
contents
|
|
2208
|
+
if (output[_SD] != null) {
|
|
2209
|
+
contents[_SD] = __expectString(output[_SD]);
|
|
2210
2210
|
}
|
|
2211
|
-
if (output[
|
|
2212
|
-
contents
|
|
2211
|
+
if (output[_JTD] != null) {
|
|
2212
|
+
contents[_JTD] = __expectString(output[_JTD]);
|
|
2213
2213
|
}
|
|
2214
|
-
if (output[
|
|
2215
|
-
contents
|
|
2214
|
+
if (output[_AS] != null) {
|
|
2215
|
+
contents[_AS] = __expectString(output[_AS]);
|
|
2216
2216
|
}
|
|
2217
2217
|
return contents;
|
|
2218
2218
|
};
|
|
2219
2219
|
const de_AnalysisScheme = (output, context) => {
|
|
2220
2220
|
const contents = {};
|
|
2221
|
-
if (output[
|
|
2222
|
-
contents
|
|
2221
|
+
if (output[_ASN] != null) {
|
|
2222
|
+
contents[_ASN] = __expectString(output[_ASN]);
|
|
2223
2223
|
}
|
|
2224
|
-
if (output[
|
|
2225
|
-
contents
|
|
2224
|
+
if (output[_ASL] != null) {
|
|
2225
|
+
contents[_ASL] = __expectString(output[_ASL]);
|
|
2226
2226
|
}
|
|
2227
|
-
if (output[
|
|
2228
|
-
contents
|
|
2227
|
+
if (output[_AO] != null) {
|
|
2228
|
+
contents[_AO] = de_AnalysisOptions(output[_AO], context);
|
|
2229
2229
|
}
|
|
2230
2230
|
return contents;
|
|
2231
2231
|
};
|
|
2232
2232
|
const de_AnalysisSchemeStatus = (output, context) => {
|
|
2233
2233
|
const contents = {};
|
|
2234
|
-
if (output[
|
|
2235
|
-
contents
|
|
2234
|
+
if (output[_O] != null) {
|
|
2235
|
+
contents[_O] = de_AnalysisScheme(output[_O], context);
|
|
2236
2236
|
}
|
|
2237
|
-
if (output[
|
|
2238
|
-
contents
|
|
2237
|
+
if (output[_Sta] != null) {
|
|
2238
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2239
2239
|
}
|
|
2240
2240
|
return contents;
|
|
2241
2241
|
};
|
|
@@ -2248,263 +2248,263 @@ const de_AnalysisSchemeStatusList = (output, context) => {
|
|
|
2248
2248
|
};
|
|
2249
2249
|
const de_AvailabilityOptionsStatus = (output, context) => {
|
|
2250
2250
|
const contents = {};
|
|
2251
|
-
if (output[
|
|
2252
|
-
contents
|
|
2251
|
+
if (output[_O] != null) {
|
|
2252
|
+
contents[_O] = __parseBoolean(output[_O]);
|
|
2253
2253
|
}
|
|
2254
|
-
if (output[
|
|
2255
|
-
contents
|
|
2254
|
+
if (output[_Sta] != null) {
|
|
2255
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2256
2256
|
}
|
|
2257
2257
|
return contents;
|
|
2258
2258
|
};
|
|
2259
2259
|
const de_BaseException = (output, context) => {
|
|
2260
2260
|
const contents = {};
|
|
2261
|
-
if (output[
|
|
2262
|
-
contents
|
|
2261
|
+
if (output[_C] != null) {
|
|
2262
|
+
contents[_C] = __expectString(output[_C]);
|
|
2263
2263
|
}
|
|
2264
|
-
if (output[
|
|
2265
|
-
contents
|
|
2264
|
+
if (output[_M] != null) {
|
|
2265
|
+
contents[_M] = __expectString(output[_M]);
|
|
2266
2266
|
}
|
|
2267
2267
|
return contents;
|
|
2268
2268
|
};
|
|
2269
2269
|
const de_BuildSuggestersResponse = (output, context) => {
|
|
2270
2270
|
const contents = {};
|
|
2271
2271
|
if (output.FieldNames === "") {
|
|
2272
|
-
contents
|
|
2272
|
+
contents[_FN] = [];
|
|
2273
2273
|
}
|
|
2274
|
-
else if (output[
|
|
2275
|
-
contents
|
|
2274
|
+
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2275
|
+
contents[_FN] = de_FieldNameList(__getArrayIfSingleItem(output[_FN][_m]), context);
|
|
2276
2276
|
}
|
|
2277
2277
|
return contents;
|
|
2278
2278
|
};
|
|
2279
2279
|
const de_CreateDomainResponse = (output, context) => {
|
|
2280
2280
|
const contents = {};
|
|
2281
|
-
if (output[
|
|
2282
|
-
contents
|
|
2281
|
+
if (output[_DSo] != null) {
|
|
2282
|
+
contents[_DSo] = de_DomainStatus(output[_DSo], context);
|
|
2283
2283
|
}
|
|
2284
2284
|
return contents;
|
|
2285
2285
|
};
|
|
2286
2286
|
const de_DateArrayOptions = (output, context) => {
|
|
2287
2287
|
const contents = {};
|
|
2288
|
-
if (output[
|
|
2289
|
-
contents
|
|
2288
|
+
if (output[_DV] != null) {
|
|
2289
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2290
2290
|
}
|
|
2291
|
-
if (output[
|
|
2292
|
-
contents
|
|
2291
|
+
if (output[_SF] != null) {
|
|
2292
|
+
contents[_SF] = __expectString(output[_SF]);
|
|
2293
2293
|
}
|
|
2294
|
-
if (output[
|
|
2295
|
-
contents
|
|
2294
|
+
if (output[_FE] != null) {
|
|
2295
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2296
2296
|
}
|
|
2297
|
-
if (output[
|
|
2298
|
-
contents
|
|
2297
|
+
if (output[_SE] != null) {
|
|
2298
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2299
2299
|
}
|
|
2300
|
-
if (output[
|
|
2301
|
-
contents
|
|
2300
|
+
if (output[_RE] != null) {
|
|
2301
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2302
2302
|
}
|
|
2303
2303
|
return contents;
|
|
2304
2304
|
};
|
|
2305
2305
|
const de_DateOptions = (output, context) => {
|
|
2306
2306
|
const contents = {};
|
|
2307
|
-
if (output[
|
|
2308
|
-
contents
|
|
2307
|
+
if (output[_DV] != null) {
|
|
2308
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2309
2309
|
}
|
|
2310
|
-
if (output[
|
|
2311
|
-
contents
|
|
2310
|
+
if (output[_SFo] != null) {
|
|
2311
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2312
2312
|
}
|
|
2313
|
-
if (output[
|
|
2314
|
-
contents
|
|
2313
|
+
if (output[_FE] != null) {
|
|
2314
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2315
2315
|
}
|
|
2316
|
-
if (output[
|
|
2317
|
-
contents
|
|
2316
|
+
if (output[_SE] != null) {
|
|
2317
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2318
2318
|
}
|
|
2319
|
-
if (output[
|
|
2320
|
-
contents
|
|
2319
|
+
if (output[_RE] != null) {
|
|
2320
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2321
2321
|
}
|
|
2322
|
-
if (output[
|
|
2323
|
-
contents
|
|
2322
|
+
if (output[_SEo] != null) {
|
|
2323
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2324
2324
|
}
|
|
2325
2325
|
return contents;
|
|
2326
2326
|
};
|
|
2327
2327
|
const de_DefineAnalysisSchemeResponse = (output, context) => {
|
|
2328
2328
|
const contents = {};
|
|
2329
|
-
if (output[
|
|
2330
|
-
contents
|
|
2329
|
+
if (output[_ASn] != null) {
|
|
2330
|
+
contents[_ASn] = de_AnalysisSchemeStatus(output[_ASn], context);
|
|
2331
2331
|
}
|
|
2332
2332
|
return contents;
|
|
2333
2333
|
};
|
|
2334
2334
|
const de_DefineExpressionResponse = (output, context) => {
|
|
2335
2335
|
const contents = {};
|
|
2336
|
-
if (output[
|
|
2337
|
-
contents
|
|
2336
|
+
if (output[_E] != null) {
|
|
2337
|
+
contents[_E] = de_ExpressionStatus(output[_E], context);
|
|
2338
2338
|
}
|
|
2339
2339
|
return contents;
|
|
2340
2340
|
};
|
|
2341
2341
|
const de_DefineIndexFieldResponse = (output, context) => {
|
|
2342
2342
|
const contents = {};
|
|
2343
|
-
if (output[
|
|
2344
|
-
contents
|
|
2343
|
+
if (output[_IF] != null) {
|
|
2344
|
+
contents[_IF] = de_IndexFieldStatus(output[_IF], context);
|
|
2345
2345
|
}
|
|
2346
2346
|
return contents;
|
|
2347
2347
|
};
|
|
2348
2348
|
const de_DefineSuggesterResponse = (output, context) => {
|
|
2349
2349
|
const contents = {};
|
|
2350
|
-
if (output[
|
|
2351
|
-
contents
|
|
2350
|
+
if (output[_Su] != null) {
|
|
2351
|
+
contents[_Su] = de_SuggesterStatus(output[_Su], context);
|
|
2352
2352
|
}
|
|
2353
2353
|
return contents;
|
|
2354
2354
|
};
|
|
2355
2355
|
const de_DeleteAnalysisSchemeResponse = (output, context) => {
|
|
2356
2356
|
const contents = {};
|
|
2357
|
-
if (output[
|
|
2358
|
-
contents
|
|
2357
|
+
if (output[_ASn] != null) {
|
|
2358
|
+
contents[_ASn] = de_AnalysisSchemeStatus(output[_ASn], context);
|
|
2359
2359
|
}
|
|
2360
2360
|
return contents;
|
|
2361
2361
|
};
|
|
2362
2362
|
const de_DeleteDomainResponse = (output, context) => {
|
|
2363
2363
|
const contents = {};
|
|
2364
|
-
if (output[
|
|
2365
|
-
contents
|
|
2364
|
+
if (output[_DSo] != null) {
|
|
2365
|
+
contents[_DSo] = de_DomainStatus(output[_DSo], context);
|
|
2366
2366
|
}
|
|
2367
2367
|
return contents;
|
|
2368
2368
|
};
|
|
2369
2369
|
const de_DeleteExpressionResponse = (output, context) => {
|
|
2370
2370
|
const contents = {};
|
|
2371
|
-
if (output[
|
|
2372
|
-
contents
|
|
2371
|
+
if (output[_E] != null) {
|
|
2372
|
+
contents[_E] = de_ExpressionStatus(output[_E], context);
|
|
2373
2373
|
}
|
|
2374
2374
|
return contents;
|
|
2375
2375
|
};
|
|
2376
2376
|
const de_DeleteIndexFieldResponse = (output, context) => {
|
|
2377
2377
|
const contents = {};
|
|
2378
|
-
if (output[
|
|
2379
|
-
contents
|
|
2378
|
+
if (output[_IF] != null) {
|
|
2379
|
+
contents[_IF] = de_IndexFieldStatus(output[_IF], context);
|
|
2380
2380
|
}
|
|
2381
2381
|
return contents;
|
|
2382
2382
|
};
|
|
2383
2383
|
const de_DeleteSuggesterResponse = (output, context) => {
|
|
2384
2384
|
const contents = {};
|
|
2385
|
-
if (output[
|
|
2386
|
-
contents
|
|
2385
|
+
if (output[_Su] != null) {
|
|
2386
|
+
contents[_Su] = de_SuggesterStatus(output[_Su], context);
|
|
2387
2387
|
}
|
|
2388
2388
|
return contents;
|
|
2389
2389
|
};
|
|
2390
2390
|
const de_DescribeAnalysisSchemesResponse = (output, context) => {
|
|
2391
2391
|
const contents = {};
|
|
2392
2392
|
if (output.AnalysisSchemes === "") {
|
|
2393
|
-
contents
|
|
2393
|
+
contents[_ASna] = [];
|
|
2394
2394
|
}
|
|
2395
|
-
else if (output[
|
|
2396
|
-
contents
|
|
2395
|
+
else if (output[_ASna] != null && output[_ASna][_m] != null) {
|
|
2396
|
+
contents[_ASna] = de_AnalysisSchemeStatusList(__getArrayIfSingleItem(output[_ASna][_m]), context);
|
|
2397
2397
|
}
|
|
2398
2398
|
return contents;
|
|
2399
2399
|
};
|
|
2400
2400
|
const de_DescribeAvailabilityOptionsResponse = (output, context) => {
|
|
2401
2401
|
const contents = {};
|
|
2402
|
-
if (output[
|
|
2403
|
-
contents
|
|
2402
|
+
if (output[_AOv] != null) {
|
|
2403
|
+
contents[_AOv] = de_AvailabilityOptionsStatus(output[_AOv], context);
|
|
2404
2404
|
}
|
|
2405
2405
|
return contents;
|
|
2406
2406
|
};
|
|
2407
2407
|
const de_DescribeDomainEndpointOptionsResponse = (output, context) => {
|
|
2408
2408
|
const contents = {};
|
|
2409
|
-
if (output[
|
|
2410
|
-
contents
|
|
2409
|
+
if (output[_DEO] != null) {
|
|
2410
|
+
contents[_DEO] = de_DomainEndpointOptionsStatus(output[_DEO], context);
|
|
2411
2411
|
}
|
|
2412
2412
|
return contents;
|
|
2413
2413
|
};
|
|
2414
2414
|
const de_DescribeDomainsResponse = (output, context) => {
|
|
2415
2415
|
const contents = {};
|
|
2416
2416
|
if (output.DomainStatusList === "") {
|
|
2417
|
-
contents
|
|
2417
|
+
contents[_DSL] = [];
|
|
2418
2418
|
}
|
|
2419
|
-
else if (output[
|
|
2420
|
-
contents
|
|
2419
|
+
else if (output[_DSL] != null && output[_DSL][_m] != null) {
|
|
2420
|
+
contents[_DSL] = de_DomainStatusList(__getArrayIfSingleItem(output[_DSL][_m]), context);
|
|
2421
2421
|
}
|
|
2422
2422
|
return contents;
|
|
2423
2423
|
};
|
|
2424
2424
|
const de_DescribeExpressionsResponse = (output, context) => {
|
|
2425
2425
|
const contents = {};
|
|
2426
2426
|
if (output.Expressions === "") {
|
|
2427
|
-
contents
|
|
2427
|
+
contents[_Ex] = [];
|
|
2428
2428
|
}
|
|
2429
|
-
else if (output[
|
|
2430
|
-
contents
|
|
2429
|
+
else if (output[_Ex] != null && output[_Ex][_m] != null) {
|
|
2430
|
+
contents[_Ex] = de_ExpressionStatusList(__getArrayIfSingleItem(output[_Ex][_m]), context);
|
|
2431
2431
|
}
|
|
2432
2432
|
return contents;
|
|
2433
2433
|
};
|
|
2434
2434
|
const de_DescribeIndexFieldsResponse = (output, context) => {
|
|
2435
2435
|
const contents = {};
|
|
2436
2436
|
if (output.IndexFields === "") {
|
|
2437
|
-
contents
|
|
2437
|
+
contents[_IFn] = [];
|
|
2438
2438
|
}
|
|
2439
|
-
else if (output[
|
|
2440
|
-
contents
|
|
2439
|
+
else if (output[_IFn] != null && output[_IFn][_m] != null) {
|
|
2440
|
+
contents[_IFn] = de_IndexFieldStatusList(__getArrayIfSingleItem(output[_IFn][_m]), context);
|
|
2441
2441
|
}
|
|
2442
2442
|
return contents;
|
|
2443
2443
|
};
|
|
2444
2444
|
const de_DescribeScalingParametersResponse = (output, context) => {
|
|
2445
2445
|
const contents = {};
|
|
2446
|
-
if (output[
|
|
2447
|
-
contents
|
|
2446
|
+
if (output[_SP] != null) {
|
|
2447
|
+
contents[_SP] = de_ScalingParametersStatus(output[_SP], context);
|
|
2448
2448
|
}
|
|
2449
2449
|
return contents;
|
|
2450
2450
|
};
|
|
2451
2451
|
const de_DescribeServiceAccessPoliciesResponse = (output, context) => {
|
|
2452
2452
|
const contents = {};
|
|
2453
|
-
if (output[
|
|
2454
|
-
contents
|
|
2453
|
+
if (output[_AP] != null) {
|
|
2454
|
+
contents[_AP] = de_AccessPoliciesStatus(output[_AP], context);
|
|
2455
2455
|
}
|
|
2456
2456
|
return contents;
|
|
2457
2457
|
};
|
|
2458
2458
|
const de_DescribeSuggestersResponse = (output, context) => {
|
|
2459
2459
|
const contents = {};
|
|
2460
2460
|
if (output.Suggesters === "") {
|
|
2461
|
-
contents
|
|
2461
|
+
contents[_Sug] = [];
|
|
2462
2462
|
}
|
|
2463
|
-
else if (output[
|
|
2464
|
-
contents
|
|
2463
|
+
else if (output[_Sug] != null && output[_Sug][_m] != null) {
|
|
2464
|
+
contents[_Sug] = de_SuggesterStatusList(__getArrayIfSingleItem(output[_Sug][_m]), context);
|
|
2465
2465
|
}
|
|
2466
2466
|
return contents;
|
|
2467
2467
|
};
|
|
2468
2468
|
const de_DisabledOperationException = (output, context) => {
|
|
2469
2469
|
const contents = {};
|
|
2470
|
-
if (output[
|
|
2471
|
-
contents
|
|
2470
|
+
if (output[_C] != null) {
|
|
2471
|
+
contents[_C] = __expectString(output[_C]);
|
|
2472
2472
|
}
|
|
2473
|
-
if (output[
|
|
2474
|
-
contents
|
|
2473
|
+
if (output[_M] != null) {
|
|
2474
|
+
contents[_M] = __expectString(output[_M]);
|
|
2475
2475
|
}
|
|
2476
2476
|
return contents;
|
|
2477
2477
|
};
|
|
2478
2478
|
const de_DocumentSuggesterOptions = (output, context) => {
|
|
2479
2479
|
const contents = {};
|
|
2480
|
-
if (output[
|
|
2481
|
-
contents
|
|
2480
|
+
if (output[_SFo] != null) {
|
|
2481
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2482
2482
|
}
|
|
2483
|
-
if (output[
|
|
2484
|
-
contents
|
|
2483
|
+
if (output[_FM] != null) {
|
|
2484
|
+
contents[_FM] = __expectString(output[_FM]);
|
|
2485
2485
|
}
|
|
2486
|
-
if (output[
|
|
2487
|
-
contents
|
|
2486
|
+
if (output[_SEor] != null) {
|
|
2487
|
+
contents[_SEor] = __expectString(output[_SEor]);
|
|
2488
2488
|
}
|
|
2489
2489
|
return contents;
|
|
2490
2490
|
};
|
|
2491
2491
|
const de_DomainEndpointOptions = (output, context) => {
|
|
2492
2492
|
const contents = {};
|
|
2493
|
-
if (output[
|
|
2494
|
-
contents
|
|
2493
|
+
if (output[_EHTTPS] != null) {
|
|
2494
|
+
contents[_EHTTPS] = __parseBoolean(output[_EHTTPS]);
|
|
2495
2495
|
}
|
|
2496
|
-
if (output[
|
|
2497
|
-
contents
|
|
2496
|
+
if (output[_TLSSP] != null) {
|
|
2497
|
+
contents[_TLSSP] = __expectString(output[_TLSSP]);
|
|
2498
2498
|
}
|
|
2499
2499
|
return contents;
|
|
2500
2500
|
};
|
|
2501
2501
|
const de_DomainEndpointOptionsStatus = (output, context) => {
|
|
2502
2502
|
const contents = {};
|
|
2503
|
-
if (output[
|
|
2504
|
-
contents
|
|
2503
|
+
if (output[_O] != null) {
|
|
2504
|
+
contents[_O] = de_DomainEndpointOptions(output[_O], context);
|
|
2505
2505
|
}
|
|
2506
|
-
if (output[
|
|
2507
|
-
contents
|
|
2506
|
+
if (output[_Sta] != null) {
|
|
2507
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2508
2508
|
}
|
|
2509
2509
|
return contents;
|
|
2510
2510
|
};
|
|
@@ -2519,44 +2519,44 @@ const de_DomainNameMap = (output, context) => {
|
|
|
2519
2519
|
};
|
|
2520
2520
|
const de_DomainStatus = (output, context) => {
|
|
2521
2521
|
const contents = {};
|
|
2522
|
-
if (output[
|
|
2523
|
-
contents
|
|
2522
|
+
if (output[_DI] != null) {
|
|
2523
|
+
contents[_DI] = __expectString(output[_DI]);
|
|
2524
2524
|
}
|
|
2525
|
-
if (output[
|
|
2526
|
-
contents
|
|
2525
|
+
if (output[_DN] != null) {
|
|
2526
|
+
contents[_DN] = __expectString(output[_DN]);
|
|
2527
2527
|
}
|
|
2528
|
-
if (output[
|
|
2529
|
-
contents
|
|
2528
|
+
if (output[_ARN] != null) {
|
|
2529
|
+
contents[_ARN] = __expectString(output[_ARN]);
|
|
2530
2530
|
}
|
|
2531
|
-
if (output[
|
|
2532
|
-
contents
|
|
2531
|
+
if (output[_Cr] != null) {
|
|
2532
|
+
contents[_Cr] = __parseBoolean(output[_Cr]);
|
|
2533
2533
|
}
|
|
2534
|
-
if (output[
|
|
2535
|
-
contents
|
|
2534
|
+
if (output[_De] != null) {
|
|
2535
|
+
contents[_De] = __parseBoolean(output[_De]);
|
|
2536
2536
|
}
|
|
2537
|
-
if (output[
|
|
2538
|
-
contents
|
|
2537
|
+
if (output[_DSoc] != null) {
|
|
2538
|
+
contents[_DSoc] = de_ServiceEndpoint(output[_DSoc], context);
|
|
2539
2539
|
}
|
|
2540
|
-
if (output[
|
|
2541
|
-
contents
|
|
2540
|
+
if (output[_SS] != null) {
|
|
2541
|
+
contents[_SS] = de_ServiceEndpoint(output[_SS], context);
|
|
2542
2542
|
}
|
|
2543
|
-
if (output[
|
|
2544
|
-
contents
|
|
2543
|
+
if (output[_RID] != null) {
|
|
2544
|
+
contents[_RID] = __parseBoolean(output[_RID]);
|
|
2545
2545
|
}
|
|
2546
|
-
if (output[
|
|
2547
|
-
contents
|
|
2546
|
+
if (output[_P] != null) {
|
|
2547
|
+
contents[_P] = __parseBoolean(output[_P]);
|
|
2548
2548
|
}
|
|
2549
|
-
if (output[
|
|
2550
|
-
contents
|
|
2549
|
+
if (output[_SIT] != null) {
|
|
2550
|
+
contents[_SIT] = __expectString(output[_SIT]);
|
|
2551
2551
|
}
|
|
2552
|
-
if (output[
|
|
2553
|
-
contents
|
|
2552
|
+
if (output[_SPC] != null) {
|
|
2553
|
+
contents[_SPC] = __strictParseInt32(output[_SPC]);
|
|
2554
2554
|
}
|
|
2555
|
-
if (output[
|
|
2556
|
-
contents
|
|
2555
|
+
if (output[_SIC] != null) {
|
|
2556
|
+
contents[_SIC] = __strictParseInt32(output[_SIC]);
|
|
2557
2557
|
}
|
|
2558
|
-
if (output[
|
|
2559
|
-
contents
|
|
2558
|
+
if (output[_L] != null) {
|
|
2559
|
+
contents[_L] = de_Limits(output[_L], context);
|
|
2560
2560
|
}
|
|
2561
2561
|
return contents;
|
|
2562
2562
|
};
|
|
@@ -2569,62 +2569,62 @@ const de_DomainStatusList = (output, context) => {
|
|
|
2569
2569
|
};
|
|
2570
2570
|
const de_DoubleArrayOptions = (output, context) => {
|
|
2571
2571
|
const contents = {};
|
|
2572
|
-
if (output[
|
|
2573
|
-
contents
|
|
2572
|
+
if (output[_DV] != null) {
|
|
2573
|
+
contents[_DV] = __strictParseFloat(output[_DV]);
|
|
2574
2574
|
}
|
|
2575
|
-
if (output[
|
|
2576
|
-
contents
|
|
2575
|
+
if (output[_SF] != null) {
|
|
2576
|
+
contents[_SF] = __expectString(output[_SF]);
|
|
2577
2577
|
}
|
|
2578
|
-
if (output[
|
|
2579
|
-
contents
|
|
2578
|
+
if (output[_FE] != null) {
|
|
2579
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2580
2580
|
}
|
|
2581
|
-
if (output[
|
|
2582
|
-
contents
|
|
2581
|
+
if (output[_SE] != null) {
|
|
2582
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2583
2583
|
}
|
|
2584
|
-
if (output[
|
|
2585
|
-
contents
|
|
2584
|
+
if (output[_RE] != null) {
|
|
2585
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2586
2586
|
}
|
|
2587
2587
|
return contents;
|
|
2588
2588
|
};
|
|
2589
2589
|
const de_DoubleOptions = (output, context) => {
|
|
2590
2590
|
const contents = {};
|
|
2591
|
-
if (output[
|
|
2592
|
-
contents
|
|
2591
|
+
if (output[_DV] != null) {
|
|
2592
|
+
contents[_DV] = __strictParseFloat(output[_DV]);
|
|
2593
2593
|
}
|
|
2594
|
-
if (output[
|
|
2595
|
-
contents
|
|
2594
|
+
if (output[_SFo] != null) {
|
|
2595
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2596
2596
|
}
|
|
2597
|
-
if (output[
|
|
2598
|
-
contents
|
|
2597
|
+
if (output[_FE] != null) {
|
|
2598
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2599
2599
|
}
|
|
2600
|
-
if (output[
|
|
2601
|
-
contents
|
|
2600
|
+
if (output[_SE] != null) {
|
|
2601
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2602
2602
|
}
|
|
2603
|
-
if (output[
|
|
2604
|
-
contents
|
|
2603
|
+
if (output[_RE] != null) {
|
|
2604
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2605
2605
|
}
|
|
2606
|
-
if (output[
|
|
2607
|
-
contents
|
|
2606
|
+
if (output[_SEo] != null) {
|
|
2607
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2608
2608
|
}
|
|
2609
2609
|
return contents;
|
|
2610
2610
|
};
|
|
2611
2611
|
const de_Expression = (output, context) => {
|
|
2612
2612
|
const contents = {};
|
|
2613
|
-
if (output[
|
|
2614
|
-
contents
|
|
2613
|
+
if (output[_EN] != null) {
|
|
2614
|
+
contents[_EN] = __expectString(output[_EN]);
|
|
2615
2615
|
}
|
|
2616
|
-
if (output[
|
|
2617
|
-
contents
|
|
2616
|
+
if (output[_EV] != null) {
|
|
2617
|
+
contents[_EV] = __expectString(output[_EV]);
|
|
2618
2618
|
}
|
|
2619
2619
|
return contents;
|
|
2620
2620
|
};
|
|
2621
2621
|
const de_ExpressionStatus = (output, context) => {
|
|
2622
2622
|
const contents = {};
|
|
2623
|
-
if (output[
|
|
2624
|
-
contents
|
|
2623
|
+
if (output[_O] != null) {
|
|
2624
|
+
contents[_O] = de_Expression(output[_O], context);
|
|
2625
2625
|
}
|
|
2626
|
-
if (output[
|
|
2627
|
-
contents
|
|
2626
|
+
if (output[_Sta] != null) {
|
|
2627
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2628
2628
|
}
|
|
2629
2629
|
return contents;
|
|
2630
2630
|
};
|
|
@@ -2645,63 +2645,63 @@ const de_FieldNameList = (output, context) => {
|
|
|
2645
2645
|
const de_IndexDocumentsResponse = (output, context) => {
|
|
2646
2646
|
const contents = {};
|
|
2647
2647
|
if (output.FieldNames === "") {
|
|
2648
|
-
contents
|
|
2648
|
+
contents[_FN] = [];
|
|
2649
2649
|
}
|
|
2650
|
-
else if (output[
|
|
2651
|
-
contents
|
|
2650
|
+
else if (output[_FN] != null && output[_FN][_m] != null) {
|
|
2651
|
+
contents[_FN] = de_FieldNameList(__getArrayIfSingleItem(output[_FN][_m]), context);
|
|
2652
2652
|
}
|
|
2653
2653
|
return contents;
|
|
2654
2654
|
};
|
|
2655
2655
|
const de_IndexField = (output, context) => {
|
|
2656
2656
|
const contents = {};
|
|
2657
|
-
if (output[
|
|
2658
|
-
contents
|
|
2657
|
+
if (output[_IFN] != null) {
|
|
2658
|
+
contents[_IFN] = __expectString(output[_IFN]);
|
|
2659
2659
|
}
|
|
2660
|
-
if (output[
|
|
2661
|
-
contents
|
|
2660
|
+
if (output[_IFT] != null) {
|
|
2661
|
+
contents[_IFT] = __expectString(output[_IFT]);
|
|
2662
2662
|
}
|
|
2663
|
-
if (output[
|
|
2664
|
-
contents
|
|
2663
|
+
if (output[_IO] != null) {
|
|
2664
|
+
contents[_IO] = de_IntOptions(output[_IO], context);
|
|
2665
2665
|
}
|
|
2666
|
-
if (output[
|
|
2667
|
-
contents
|
|
2666
|
+
if (output[_DO] != null) {
|
|
2667
|
+
contents[_DO] = de_DoubleOptions(output[_DO], context);
|
|
2668
2668
|
}
|
|
2669
|
-
if (output[
|
|
2670
|
-
contents
|
|
2669
|
+
if (output[_LO] != null) {
|
|
2670
|
+
contents[_LO] = de_LiteralOptions(output[_LO], context);
|
|
2671
2671
|
}
|
|
2672
|
-
if (output[
|
|
2673
|
-
contents
|
|
2672
|
+
if (output[_TO] != null) {
|
|
2673
|
+
contents[_TO] = de_TextOptions(output[_TO], context);
|
|
2674
2674
|
}
|
|
2675
|
-
if (output[
|
|
2676
|
-
contents
|
|
2675
|
+
if (output[_DOa] != null) {
|
|
2676
|
+
contents[_DOa] = de_DateOptions(output[_DOa], context);
|
|
2677
2677
|
}
|
|
2678
|
-
if (output[
|
|
2679
|
-
contents
|
|
2678
|
+
if (output[_LLO] != null) {
|
|
2679
|
+
contents[_LLO] = de_LatLonOptions(output[_LLO], context);
|
|
2680
2680
|
}
|
|
2681
|
-
if (output[
|
|
2682
|
-
contents
|
|
2681
|
+
if (output[_IAO] != null) {
|
|
2682
|
+
contents[_IAO] = de_IntArrayOptions(output[_IAO], context);
|
|
2683
2683
|
}
|
|
2684
|
-
if (output[
|
|
2685
|
-
contents
|
|
2684
|
+
if (output[_DAOo] != null) {
|
|
2685
|
+
contents[_DAOo] = de_DoubleArrayOptions(output[_DAOo], context);
|
|
2686
2686
|
}
|
|
2687
|
-
if (output[
|
|
2688
|
-
contents
|
|
2687
|
+
if (output[_LAO] != null) {
|
|
2688
|
+
contents[_LAO] = de_LiteralArrayOptions(output[_LAO], context);
|
|
2689
2689
|
}
|
|
2690
|
-
if (output[
|
|
2691
|
-
contents
|
|
2690
|
+
if (output[_TAO] != null) {
|
|
2691
|
+
contents[_TAO] = de_TextArrayOptions(output[_TAO], context);
|
|
2692
2692
|
}
|
|
2693
|
-
if (output[
|
|
2694
|
-
contents
|
|
2693
|
+
if (output[_DAOa] != null) {
|
|
2694
|
+
contents[_DAOa] = de_DateArrayOptions(output[_DAOa], context);
|
|
2695
2695
|
}
|
|
2696
2696
|
return contents;
|
|
2697
2697
|
};
|
|
2698
2698
|
const de_IndexFieldStatus = (output, context) => {
|
|
2699
2699
|
const contents = {};
|
|
2700
|
-
if (output[
|
|
2701
|
-
contents
|
|
2700
|
+
if (output[_O] != null) {
|
|
2701
|
+
contents[_O] = de_IndexField(output[_O], context);
|
|
2702
2702
|
}
|
|
2703
|
-
if (output[
|
|
2704
|
-
contents
|
|
2703
|
+
if (output[_Sta] != null) {
|
|
2704
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2705
2705
|
}
|
|
2706
2706
|
return contents;
|
|
2707
2707
|
};
|
|
@@ -2714,244 +2714,244 @@ const de_IndexFieldStatusList = (output, context) => {
|
|
|
2714
2714
|
};
|
|
2715
2715
|
const de_IntArrayOptions = (output, context) => {
|
|
2716
2716
|
const contents = {};
|
|
2717
|
-
if (output[
|
|
2718
|
-
contents
|
|
2717
|
+
if (output[_DV] != null) {
|
|
2718
|
+
contents[_DV] = __strictParseLong(output[_DV]);
|
|
2719
2719
|
}
|
|
2720
|
-
if (output[
|
|
2721
|
-
contents
|
|
2720
|
+
if (output[_SF] != null) {
|
|
2721
|
+
contents[_SF] = __expectString(output[_SF]);
|
|
2722
2722
|
}
|
|
2723
|
-
if (output[
|
|
2724
|
-
contents
|
|
2723
|
+
if (output[_FE] != null) {
|
|
2724
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2725
2725
|
}
|
|
2726
|
-
if (output[
|
|
2727
|
-
contents
|
|
2726
|
+
if (output[_SE] != null) {
|
|
2727
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2728
2728
|
}
|
|
2729
|
-
if (output[
|
|
2730
|
-
contents
|
|
2729
|
+
if (output[_RE] != null) {
|
|
2730
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2731
2731
|
}
|
|
2732
2732
|
return contents;
|
|
2733
2733
|
};
|
|
2734
2734
|
const de_InternalException = (output, context) => {
|
|
2735
2735
|
const contents = {};
|
|
2736
|
-
if (output[
|
|
2737
|
-
contents
|
|
2736
|
+
if (output[_C] != null) {
|
|
2737
|
+
contents[_C] = __expectString(output[_C]);
|
|
2738
2738
|
}
|
|
2739
|
-
if (output[
|
|
2740
|
-
contents
|
|
2739
|
+
if (output[_M] != null) {
|
|
2740
|
+
contents[_M] = __expectString(output[_M]);
|
|
2741
2741
|
}
|
|
2742
2742
|
return contents;
|
|
2743
2743
|
};
|
|
2744
2744
|
const de_IntOptions = (output, context) => {
|
|
2745
2745
|
const contents = {};
|
|
2746
|
-
if (output[
|
|
2747
|
-
contents
|
|
2746
|
+
if (output[_DV] != null) {
|
|
2747
|
+
contents[_DV] = __strictParseLong(output[_DV]);
|
|
2748
2748
|
}
|
|
2749
|
-
if (output[
|
|
2750
|
-
contents
|
|
2749
|
+
if (output[_SFo] != null) {
|
|
2750
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2751
2751
|
}
|
|
2752
|
-
if (output[
|
|
2753
|
-
contents
|
|
2752
|
+
if (output[_FE] != null) {
|
|
2753
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2754
2754
|
}
|
|
2755
|
-
if (output[
|
|
2756
|
-
contents
|
|
2755
|
+
if (output[_SE] != null) {
|
|
2756
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2757
2757
|
}
|
|
2758
|
-
if (output[
|
|
2759
|
-
contents
|
|
2758
|
+
if (output[_RE] != null) {
|
|
2759
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2760
2760
|
}
|
|
2761
|
-
if (output[
|
|
2762
|
-
contents
|
|
2761
|
+
if (output[_SEo] != null) {
|
|
2762
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2763
2763
|
}
|
|
2764
2764
|
return contents;
|
|
2765
2765
|
};
|
|
2766
2766
|
const de_InvalidTypeException = (output, context) => {
|
|
2767
2767
|
const contents = {};
|
|
2768
|
-
if (output[
|
|
2769
|
-
contents
|
|
2768
|
+
if (output[_C] != null) {
|
|
2769
|
+
contents[_C] = __expectString(output[_C]);
|
|
2770
2770
|
}
|
|
2771
|
-
if (output[
|
|
2772
|
-
contents
|
|
2771
|
+
if (output[_M] != null) {
|
|
2772
|
+
contents[_M] = __expectString(output[_M]);
|
|
2773
2773
|
}
|
|
2774
2774
|
return contents;
|
|
2775
2775
|
};
|
|
2776
2776
|
const de_LatLonOptions = (output, context) => {
|
|
2777
2777
|
const contents = {};
|
|
2778
|
-
if (output[
|
|
2779
|
-
contents
|
|
2778
|
+
if (output[_DV] != null) {
|
|
2779
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2780
2780
|
}
|
|
2781
|
-
if (output[
|
|
2782
|
-
contents
|
|
2781
|
+
if (output[_SFo] != null) {
|
|
2782
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2783
2783
|
}
|
|
2784
|
-
if (output[
|
|
2785
|
-
contents
|
|
2784
|
+
if (output[_FE] != null) {
|
|
2785
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2786
2786
|
}
|
|
2787
|
-
if (output[
|
|
2788
|
-
contents
|
|
2787
|
+
if (output[_SE] != null) {
|
|
2788
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2789
2789
|
}
|
|
2790
|
-
if (output[
|
|
2791
|
-
contents
|
|
2790
|
+
if (output[_RE] != null) {
|
|
2791
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2792
2792
|
}
|
|
2793
|
-
if (output[
|
|
2794
|
-
contents
|
|
2793
|
+
if (output[_SEo] != null) {
|
|
2794
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2795
2795
|
}
|
|
2796
2796
|
return contents;
|
|
2797
2797
|
};
|
|
2798
2798
|
const de_LimitExceededException = (output, context) => {
|
|
2799
2799
|
const contents = {};
|
|
2800
|
-
if (output[
|
|
2801
|
-
contents
|
|
2800
|
+
if (output[_C] != null) {
|
|
2801
|
+
contents[_C] = __expectString(output[_C]);
|
|
2802
2802
|
}
|
|
2803
|
-
if (output[
|
|
2804
|
-
contents
|
|
2803
|
+
if (output[_M] != null) {
|
|
2804
|
+
contents[_M] = __expectString(output[_M]);
|
|
2805
2805
|
}
|
|
2806
2806
|
return contents;
|
|
2807
2807
|
};
|
|
2808
2808
|
const de_Limits = (output, context) => {
|
|
2809
2809
|
const contents = {};
|
|
2810
|
-
if (output[
|
|
2811
|
-
contents
|
|
2810
|
+
if (output[_MRC] != null) {
|
|
2811
|
+
contents[_MRC] = __strictParseInt32(output[_MRC]);
|
|
2812
2812
|
}
|
|
2813
|
-
if (output[
|
|
2814
|
-
contents
|
|
2813
|
+
if (output[_MPC] != null) {
|
|
2814
|
+
contents[_MPC] = __strictParseInt32(output[_MPC]);
|
|
2815
2815
|
}
|
|
2816
2816
|
return contents;
|
|
2817
2817
|
};
|
|
2818
2818
|
const de_ListDomainNamesResponse = (output, context) => {
|
|
2819
2819
|
const contents = {};
|
|
2820
2820
|
if (output.DomainNames === "") {
|
|
2821
|
-
contents
|
|
2821
|
+
contents[_DNo] = {};
|
|
2822
2822
|
}
|
|
2823
|
-
else if (output[
|
|
2824
|
-
contents
|
|
2823
|
+
else if (output[_DNo] != null && output[_DNo][_e] != null) {
|
|
2824
|
+
contents[_DNo] = de_DomainNameMap(__getArrayIfSingleItem(output[_DNo][_e]), context);
|
|
2825
2825
|
}
|
|
2826
2826
|
return contents;
|
|
2827
2827
|
};
|
|
2828
2828
|
const de_LiteralArrayOptions = (output, context) => {
|
|
2829
2829
|
const contents = {};
|
|
2830
|
-
if (output[
|
|
2831
|
-
contents
|
|
2830
|
+
if (output[_DV] != null) {
|
|
2831
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2832
2832
|
}
|
|
2833
|
-
if (output[
|
|
2834
|
-
contents
|
|
2833
|
+
if (output[_SF] != null) {
|
|
2834
|
+
contents[_SF] = __expectString(output[_SF]);
|
|
2835
2835
|
}
|
|
2836
|
-
if (output[
|
|
2837
|
-
contents
|
|
2836
|
+
if (output[_FE] != null) {
|
|
2837
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2838
2838
|
}
|
|
2839
|
-
if (output[
|
|
2840
|
-
contents
|
|
2839
|
+
if (output[_SE] != null) {
|
|
2840
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2841
2841
|
}
|
|
2842
|
-
if (output[
|
|
2843
|
-
contents
|
|
2842
|
+
if (output[_RE] != null) {
|
|
2843
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2844
2844
|
}
|
|
2845
2845
|
return contents;
|
|
2846
2846
|
};
|
|
2847
2847
|
const de_LiteralOptions = (output, context) => {
|
|
2848
2848
|
const contents = {};
|
|
2849
|
-
if (output[
|
|
2850
|
-
contents
|
|
2849
|
+
if (output[_DV] != null) {
|
|
2850
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2851
2851
|
}
|
|
2852
|
-
if (output[
|
|
2853
|
-
contents
|
|
2852
|
+
if (output[_SFo] != null) {
|
|
2853
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2854
2854
|
}
|
|
2855
|
-
if (output[
|
|
2856
|
-
contents
|
|
2855
|
+
if (output[_FE] != null) {
|
|
2856
|
+
contents[_FE] = __parseBoolean(output[_FE]);
|
|
2857
2857
|
}
|
|
2858
|
-
if (output[
|
|
2859
|
-
contents
|
|
2858
|
+
if (output[_SE] != null) {
|
|
2859
|
+
contents[_SE] = __parseBoolean(output[_SE]);
|
|
2860
2860
|
}
|
|
2861
|
-
if (output[
|
|
2862
|
-
contents
|
|
2861
|
+
if (output[_RE] != null) {
|
|
2862
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2863
2863
|
}
|
|
2864
|
-
if (output[
|
|
2865
|
-
contents
|
|
2864
|
+
if (output[_SEo] != null) {
|
|
2865
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2866
2866
|
}
|
|
2867
2867
|
return contents;
|
|
2868
2868
|
};
|
|
2869
2869
|
const de_OptionStatus = (output, context) => {
|
|
2870
2870
|
const contents = {};
|
|
2871
|
-
if (output[
|
|
2872
|
-
contents
|
|
2871
|
+
if (output[_CDr] != null) {
|
|
2872
|
+
contents[_CDr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CDr]));
|
|
2873
2873
|
}
|
|
2874
|
-
if (output[
|
|
2875
|
-
contents
|
|
2874
|
+
if (output[_UD] != null) {
|
|
2875
|
+
contents[_UD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_UD]));
|
|
2876
2876
|
}
|
|
2877
|
-
if (output[
|
|
2878
|
-
contents
|
|
2877
|
+
if (output[_UV] != null) {
|
|
2878
|
+
contents[_UV] = __strictParseInt32(output[_UV]);
|
|
2879
2879
|
}
|
|
2880
|
-
if (output[
|
|
2881
|
-
contents
|
|
2880
|
+
if (output[_Stat] != null) {
|
|
2881
|
+
contents[_Stat] = __expectString(output[_Stat]);
|
|
2882
2882
|
}
|
|
2883
|
-
if (output[
|
|
2884
|
-
contents
|
|
2883
|
+
if (output[_PD] != null) {
|
|
2884
|
+
contents[_PD] = __parseBoolean(output[_PD]);
|
|
2885
2885
|
}
|
|
2886
2886
|
return contents;
|
|
2887
2887
|
};
|
|
2888
2888
|
const de_ResourceAlreadyExistsException = (output, context) => {
|
|
2889
2889
|
const contents = {};
|
|
2890
|
-
if (output[
|
|
2891
|
-
contents
|
|
2890
|
+
if (output[_C] != null) {
|
|
2891
|
+
contents[_C] = __expectString(output[_C]);
|
|
2892
2892
|
}
|
|
2893
|
-
if (output[
|
|
2894
|
-
contents
|
|
2893
|
+
if (output[_M] != null) {
|
|
2894
|
+
contents[_M] = __expectString(output[_M]);
|
|
2895
2895
|
}
|
|
2896
2896
|
return contents;
|
|
2897
2897
|
};
|
|
2898
2898
|
const de_ResourceNotFoundException = (output, context) => {
|
|
2899
2899
|
const contents = {};
|
|
2900
|
-
if (output[
|
|
2901
|
-
contents
|
|
2900
|
+
if (output[_C] != null) {
|
|
2901
|
+
contents[_C] = __expectString(output[_C]);
|
|
2902
2902
|
}
|
|
2903
|
-
if (output[
|
|
2904
|
-
contents
|
|
2903
|
+
if (output[_M] != null) {
|
|
2904
|
+
contents[_M] = __expectString(output[_M]);
|
|
2905
2905
|
}
|
|
2906
2906
|
return contents;
|
|
2907
2907
|
};
|
|
2908
2908
|
const de_ScalingParameters = (output, context) => {
|
|
2909
2909
|
const contents = {};
|
|
2910
|
-
if (output[
|
|
2911
|
-
contents
|
|
2910
|
+
if (output[_DIT] != null) {
|
|
2911
|
+
contents[_DIT] = __expectString(output[_DIT]);
|
|
2912
2912
|
}
|
|
2913
|
-
if (output[
|
|
2914
|
-
contents
|
|
2913
|
+
if (output[_DRC] != null) {
|
|
2914
|
+
contents[_DRC] = __strictParseInt32(output[_DRC]);
|
|
2915
2915
|
}
|
|
2916
|
-
if (output[
|
|
2917
|
-
contents
|
|
2916
|
+
if (output[_DPC] != null) {
|
|
2917
|
+
contents[_DPC] = __strictParseInt32(output[_DPC]);
|
|
2918
2918
|
}
|
|
2919
2919
|
return contents;
|
|
2920
2920
|
};
|
|
2921
2921
|
const de_ScalingParametersStatus = (output, context) => {
|
|
2922
2922
|
const contents = {};
|
|
2923
|
-
if (output[
|
|
2924
|
-
contents
|
|
2923
|
+
if (output[_O] != null) {
|
|
2924
|
+
contents[_O] = de_ScalingParameters(output[_O], context);
|
|
2925
2925
|
}
|
|
2926
|
-
if (output[
|
|
2927
|
-
contents
|
|
2926
|
+
if (output[_Sta] != null) {
|
|
2927
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2928
2928
|
}
|
|
2929
2929
|
return contents;
|
|
2930
2930
|
};
|
|
2931
2931
|
const de_ServiceEndpoint = (output, context) => {
|
|
2932
2932
|
const contents = {};
|
|
2933
|
-
if (output[
|
|
2934
|
-
contents
|
|
2933
|
+
if (output[_En] != null) {
|
|
2934
|
+
contents[_En] = __expectString(output[_En]);
|
|
2935
2935
|
}
|
|
2936
2936
|
return contents;
|
|
2937
2937
|
};
|
|
2938
2938
|
const de_Suggester = (output, context) => {
|
|
2939
2939
|
const contents = {};
|
|
2940
|
-
if (output[
|
|
2941
|
-
contents
|
|
2940
|
+
if (output[_SN] != null) {
|
|
2941
|
+
contents[_SN] = __expectString(output[_SN]);
|
|
2942
2942
|
}
|
|
2943
|
-
if (output[
|
|
2944
|
-
contents
|
|
2943
|
+
if (output[_DSO] != null) {
|
|
2944
|
+
contents[_DSO] = de_DocumentSuggesterOptions(output[_DSO], context);
|
|
2945
2945
|
}
|
|
2946
2946
|
return contents;
|
|
2947
2947
|
};
|
|
2948
2948
|
const de_SuggesterStatus = (output, context) => {
|
|
2949
2949
|
const contents = {};
|
|
2950
|
-
if (output[
|
|
2951
|
-
contents
|
|
2950
|
+
if (output[_O] != null) {
|
|
2951
|
+
contents[_O] = de_Suggester(output[_O], context);
|
|
2952
2952
|
}
|
|
2953
|
-
if (output[
|
|
2954
|
-
contents
|
|
2953
|
+
if (output[_Sta] != null) {
|
|
2954
|
+
contents[_Sta] = de_OptionStatus(output[_Sta], context);
|
|
2955
2955
|
}
|
|
2956
2956
|
return contents;
|
|
2957
2957
|
};
|
|
@@ -2964,80 +2964,80 @@ const de_SuggesterStatusList = (output, context) => {
|
|
|
2964
2964
|
};
|
|
2965
2965
|
const de_TextArrayOptions = (output, context) => {
|
|
2966
2966
|
const contents = {};
|
|
2967
|
-
if (output[
|
|
2968
|
-
contents
|
|
2967
|
+
if (output[_DV] != null) {
|
|
2968
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2969
2969
|
}
|
|
2970
|
-
if (output[
|
|
2971
|
-
contents
|
|
2970
|
+
if (output[_SF] != null) {
|
|
2971
|
+
contents[_SF] = __expectString(output[_SF]);
|
|
2972
2972
|
}
|
|
2973
|
-
if (output[
|
|
2974
|
-
contents
|
|
2973
|
+
if (output[_RE] != null) {
|
|
2974
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2975
2975
|
}
|
|
2976
|
-
if (output[
|
|
2977
|
-
contents
|
|
2976
|
+
if (output[_HE] != null) {
|
|
2977
|
+
contents[_HE] = __parseBoolean(output[_HE]);
|
|
2978
2978
|
}
|
|
2979
|
-
if (output[
|
|
2980
|
-
contents
|
|
2979
|
+
if (output[_ASn] != null) {
|
|
2980
|
+
contents[_ASn] = __expectString(output[_ASn]);
|
|
2981
2981
|
}
|
|
2982
2982
|
return contents;
|
|
2983
2983
|
};
|
|
2984
2984
|
const de_TextOptions = (output, context) => {
|
|
2985
2985
|
const contents = {};
|
|
2986
|
-
if (output[
|
|
2987
|
-
contents
|
|
2986
|
+
if (output[_DV] != null) {
|
|
2987
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
2988
2988
|
}
|
|
2989
|
-
if (output[
|
|
2990
|
-
contents
|
|
2989
|
+
if (output[_SFo] != null) {
|
|
2990
|
+
contents[_SFo] = __expectString(output[_SFo]);
|
|
2991
2991
|
}
|
|
2992
|
-
if (output[
|
|
2993
|
-
contents
|
|
2992
|
+
if (output[_RE] != null) {
|
|
2993
|
+
contents[_RE] = __parseBoolean(output[_RE]);
|
|
2994
2994
|
}
|
|
2995
|
-
if (output[
|
|
2996
|
-
contents
|
|
2995
|
+
if (output[_SEo] != null) {
|
|
2996
|
+
contents[_SEo] = __parseBoolean(output[_SEo]);
|
|
2997
2997
|
}
|
|
2998
|
-
if (output[
|
|
2999
|
-
contents
|
|
2998
|
+
if (output[_HE] != null) {
|
|
2999
|
+
contents[_HE] = __parseBoolean(output[_HE]);
|
|
3000
3000
|
}
|
|
3001
|
-
if (output[
|
|
3002
|
-
contents
|
|
3001
|
+
if (output[_ASn] != null) {
|
|
3002
|
+
contents[_ASn] = __expectString(output[_ASn]);
|
|
3003
3003
|
}
|
|
3004
3004
|
return contents;
|
|
3005
3005
|
};
|
|
3006
3006
|
const de_UpdateAvailabilityOptionsResponse = (output, context) => {
|
|
3007
3007
|
const contents = {};
|
|
3008
|
-
if (output[
|
|
3009
|
-
contents
|
|
3008
|
+
if (output[_AOv] != null) {
|
|
3009
|
+
contents[_AOv] = de_AvailabilityOptionsStatus(output[_AOv], context);
|
|
3010
3010
|
}
|
|
3011
3011
|
return contents;
|
|
3012
3012
|
};
|
|
3013
3013
|
const de_UpdateDomainEndpointOptionsResponse = (output, context) => {
|
|
3014
3014
|
const contents = {};
|
|
3015
|
-
if (output[
|
|
3016
|
-
contents
|
|
3015
|
+
if (output[_DEO] != null) {
|
|
3016
|
+
contents[_DEO] = de_DomainEndpointOptionsStatus(output[_DEO], context);
|
|
3017
3017
|
}
|
|
3018
3018
|
return contents;
|
|
3019
3019
|
};
|
|
3020
3020
|
const de_UpdateScalingParametersResponse = (output, context) => {
|
|
3021
3021
|
const contents = {};
|
|
3022
|
-
if (output[
|
|
3023
|
-
contents
|
|
3022
|
+
if (output[_SP] != null) {
|
|
3023
|
+
contents[_SP] = de_ScalingParametersStatus(output[_SP], context);
|
|
3024
3024
|
}
|
|
3025
3025
|
return contents;
|
|
3026
3026
|
};
|
|
3027
3027
|
const de_UpdateServiceAccessPoliciesResponse = (output, context) => {
|
|
3028
3028
|
const contents = {};
|
|
3029
|
-
if (output[
|
|
3030
|
-
contents
|
|
3029
|
+
if (output[_AP] != null) {
|
|
3030
|
+
contents[_AP] = de_AccessPoliciesStatus(output[_AP], context);
|
|
3031
3031
|
}
|
|
3032
3032
|
return contents;
|
|
3033
3033
|
};
|
|
3034
3034
|
const de_ValidationException = (output, context) => {
|
|
3035
3035
|
const contents = {};
|
|
3036
|
-
if (output[
|
|
3037
|
-
contents
|
|
3036
|
+
if (output[_C] != null) {
|
|
3037
|
+
contents[_C] = __expectString(output[_C]);
|
|
3038
3038
|
}
|
|
3039
|
-
if (output[
|
|
3040
|
-
contents
|
|
3039
|
+
if (output[_M] != null) {
|
|
3040
|
+
contents[_M] = __expectString(output[_M]);
|
|
3041
3041
|
}
|
|
3042
3042
|
return contents;
|
|
3043
3043
|
};
|
|
@@ -3070,6 +3070,123 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
3070
3070
|
const SHARED_HEADERS = {
|
|
3071
3071
|
"content-type": "application/x-www-form-urlencoded",
|
|
3072
3072
|
};
|
|
3073
|
+
const _ = "2013-01-01";
|
|
3074
|
+
const _A = "Action";
|
|
3075
|
+
const _AO = "AnalysisOptions";
|
|
3076
|
+
const _AOv = "AvailabilityOptions";
|
|
3077
|
+
const _AP = "AccessPolicies";
|
|
3078
|
+
const _ARN = "ARN";
|
|
3079
|
+
const _AS = "AlgorithmicStemming";
|
|
3080
|
+
const _ASL = "AnalysisSchemeLanguage";
|
|
3081
|
+
const _ASN = "AnalysisSchemeName";
|
|
3082
|
+
const _ASNn = "AnalysisSchemeNames";
|
|
3083
|
+
const _ASn = "AnalysisScheme";
|
|
3084
|
+
const _ASna = "AnalysisSchemes";
|
|
3085
|
+
const _BS = "BuildSuggesters";
|
|
3086
|
+
const _C = "Code";
|
|
3087
|
+
const _CD = "CreateDomain";
|
|
3088
|
+
const _CDr = "CreationDate";
|
|
3089
|
+
const _Cr = "Created";
|
|
3090
|
+
const _D = "Deployed";
|
|
3091
|
+
const _DAO = "DescribeAvailabilityOptions";
|
|
3092
|
+
const _DAOa = "DateArrayOptions";
|
|
3093
|
+
const _DAOo = "DoubleArrayOptions";
|
|
3094
|
+
const _DAS = "DefineAnalysisScheme";
|
|
3095
|
+
const _DASe = "DeleteAnalysisScheme";
|
|
3096
|
+
const _DASes = "DescribeAnalysisSchemes";
|
|
3097
|
+
const _DD = "DeleteDomain";
|
|
3098
|
+
const _DDEO = "DescribeDomainEndpointOptions";
|
|
3099
|
+
const _DDe = "DescribeDomains";
|
|
3100
|
+
const _DE = "DefineExpression";
|
|
3101
|
+
const _DEO = "DomainEndpointOptions";
|
|
3102
|
+
const _DEe = "DeleteExpression";
|
|
3103
|
+
const _DEes = "DescribeExpressions";
|
|
3104
|
+
const _DI = "DomainId";
|
|
3105
|
+
const _DIF = "DefineIndexField";
|
|
3106
|
+
const _DIFe = "DeleteIndexField";
|
|
3107
|
+
const _DIFes = "DescribeIndexFields";
|
|
3108
|
+
const _DIT = "DesiredInstanceType";
|
|
3109
|
+
const _DN = "DomainName";
|
|
3110
|
+
const _DNo = "DomainNames";
|
|
3111
|
+
const _DO = "DoubleOptions";
|
|
3112
|
+
const _DOa = "DateOptions";
|
|
3113
|
+
const _DPC = "DesiredPartitionCount";
|
|
3114
|
+
const _DRC = "DesiredReplicationCount";
|
|
3115
|
+
const _DS = "DefineSuggester";
|
|
3116
|
+
const _DSAP = "DescribeServiceAccessPolicies";
|
|
3117
|
+
const _DSL = "DomainStatusList";
|
|
3118
|
+
const _DSO = "DocumentSuggesterOptions";
|
|
3119
|
+
const _DSP = "DescribeScalingParameters";
|
|
3120
|
+
const _DSe = "DeleteSuggester";
|
|
3121
|
+
const _DSes = "DescribeSuggesters";
|
|
3122
|
+
const _DSo = "DomainStatus";
|
|
3123
|
+
const _DSoc = "DocService";
|
|
3124
|
+
const _DV = "DefaultValue";
|
|
3125
|
+
const _De = "Deleted";
|
|
3126
|
+
const _E = "Expression";
|
|
3127
|
+
const _EHTTPS = "EnforceHTTPS";
|
|
3128
|
+
const _EN = "ExpressionName";
|
|
3129
|
+
const _ENx = "ExpressionNames";
|
|
3130
|
+
const _EV = "ExpressionValue";
|
|
3131
|
+
const _En = "Endpoint";
|
|
3132
|
+
const _Ex = "Expressions";
|
|
3133
|
+
const _FE = "FacetEnabled";
|
|
3134
|
+
const _FM = "FuzzyMatching";
|
|
3135
|
+
const _FN = "FieldNames";
|
|
3136
|
+
const _HE = "HighlightEnabled";
|
|
3137
|
+
const _IAO = "IntArrayOptions";
|
|
3138
|
+
const _ID = "IndexDocuments";
|
|
3139
|
+
const _IF = "IndexField";
|
|
3140
|
+
const _IFN = "IndexFieldName";
|
|
3141
|
+
const _IFT = "IndexFieldType";
|
|
3142
|
+
const _IFn = "IndexFields";
|
|
3143
|
+
const _IO = "IntOptions";
|
|
3144
|
+
const _JTD = "JapaneseTokenizationDictionary";
|
|
3145
|
+
const _L = "Limits";
|
|
3146
|
+
const _LAO = "LiteralArrayOptions";
|
|
3147
|
+
const _LDN = "ListDomainNames";
|
|
3148
|
+
const _LLO = "LatLonOptions";
|
|
3149
|
+
const _LO = "LiteralOptions";
|
|
3150
|
+
const _M = "Message";
|
|
3151
|
+
const _MAZ = "MultiAZ";
|
|
3152
|
+
const _MPC = "MaximumPartitionCount";
|
|
3153
|
+
const _MRC = "MaximumReplicationCount";
|
|
3154
|
+
const _O = "Options";
|
|
3155
|
+
const _P = "Processing";
|
|
3156
|
+
const _PD = "PendingDeletion";
|
|
3157
|
+
const _RE = "ReturnEnabled";
|
|
3158
|
+
const _RID = "RequiresIndexDocuments";
|
|
3159
|
+
const _S = "Synonyms";
|
|
3160
|
+
const _SD = "StemmingDictionary";
|
|
3161
|
+
const _SE = "SearchEnabled";
|
|
3162
|
+
const _SEo = "SortEnabled";
|
|
3163
|
+
const _SEor = "SortExpression";
|
|
3164
|
+
const _SF = "SourceFields";
|
|
3165
|
+
const _SFo = "SourceField";
|
|
3166
|
+
const _SIC = "SearchInstanceCount";
|
|
3167
|
+
const _SIT = "SearchInstanceType";
|
|
3168
|
+
const _SN = "SuggesterName";
|
|
3169
|
+
const _SNu = "SuggesterNames";
|
|
3170
|
+
const _SP = "ScalingParameters";
|
|
3171
|
+
const _SPC = "SearchPartitionCount";
|
|
3172
|
+
const _SS = "SearchService";
|
|
3173
|
+
const _St = "Stopwords";
|
|
3174
|
+
const _Sta = "Status";
|
|
3175
|
+
const _Stat = "State";
|
|
3176
|
+
const _Su = "Suggester";
|
|
3177
|
+
const _Sug = "Suggesters";
|
|
3178
|
+
const _TAO = "TextArrayOptions";
|
|
3179
|
+
const _TLSSP = "TLSSecurityPolicy";
|
|
3180
|
+
const _TO = "TextOptions";
|
|
3181
|
+
const _UAO = "UpdateAvailabilityOptions";
|
|
3182
|
+
const _UD = "UpdateDate";
|
|
3183
|
+
const _UDEO = "UpdateDomainEndpointOptions";
|
|
3184
|
+
const _USAP = "UpdateServiceAccessPolicies";
|
|
3185
|
+
const _USP = "UpdateScalingParameters";
|
|
3186
|
+
const _UV = "UpdateVersion";
|
|
3187
|
+
const _V = "Version";
|
|
3188
|
+
const _e = "entry";
|
|
3189
|
+
const _m = "member";
|
|
3073
3190
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3074
3191
|
if (encoded.length) {
|
|
3075
3192
|
const parser = new XMLParser({
|