@aws-sdk/client-opensearch 3.758.0 → 3.774.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +193 -196
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AWSServicePrincipal: () => AWSServicePrincipal,
|
|
25
25
|
AcceptInboundConnectionCommand: () => AcceptInboundConnectionCommand,
|
|
26
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
@@ -197,7 +197,7 @@ __export(src_exports, {
|
|
|
197
197
|
paginateListScheduledActions: () => paginateListScheduledActions,
|
|
198
198
|
paginateListVersions: () => paginateListVersions
|
|
199
199
|
});
|
|
200
|
-
module.exports = __toCommonJS(
|
|
200
|
+
module.exports = __toCommonJS(index_exports);
|
|
201
201
|
|
|
202
202
|
// src/OpenSearchClient.ts
|
|
203
203
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -324,9 +324,9 @@ var OpenSearchClient = class extends import_smithy_client.Client {
|
|
|
324
324
|
this.middlewareStack.use(
|
|
325
325
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
326
326
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultOpenSearchHttpAuthSchemeParametersProvider,
|
|
327
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
327
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
328
328
|
"aws.auth#sigv4": config.credentials
|
|
329
|
-
})
|
|
329
|
+
}), "identityProviderConfigProvider")
|
|
330
330
|
})
|
|
331
331
|
);
|
|
332
332
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -486,8 +486,7 @@ var ActionType = {
|
|
|
486
486
|
var DataSourceType;
|
|
487
487
|
((DataSourceType4) => {
|
|
488
488
|
DataSourceType4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
489
|
-
if (value.S3GlueDataCatalog !== void 0)
|
|
490
|
-
return visitor.S3GlueDataCatalog(value.S3GlueDataCatalog);
|
|
489
|
+
if (value.S3GlueDataCatalog !== void 0) return visitor.S3GlueDataCatalog(value.S3GlueDataCatalog);
|
|
491
490
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
492
491
|
}, "visit");
|
|
493
492
|
})(DataSourceType || (DataSourceType = {}));
|
|
@@ -566,10 +565,8 @@ var ValidationException = class _ValidationException extends OpenSearchServiceEx
|
|
|
566
565
|
var DirectQueryDataSourceType;
|
|
567
566
|
((DirectQueryDataSourceType4) => {
|
|
568
567
|
DirectQueryDataSourceType4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
569
|
-
if (value.CloudWatchLog !== void 0)
|
|
570
|
-
|
|
571
|
-
if (value.SecurityLake !== void 0)
|
|
572
|
-
return visitor.SecurityLake(value.SecurityLake);
|
|
568
|
+
if (value.CloudWatchLog !== void 0) return visitor.CloudWatchLog(value.CloudWatchLog);
|
|
569
|
+
if (value.SecurityLake !== void 0) return visitor.SecurityLake(value.SecurityLake);
|
|
573
570
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
574
571
|
}, "visit");
|
|
575
572
|
})(DirectQueryDataSourceType || (DirectQueryDataSourceType = {}));
|
|
@@ -1115,7 +1112,7 @@ var se_AddDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1115
1112
|
let body;
|
|
1116
1113
|
body = JSON.stringify(
|
|
1117
1114
|
(0, import_smithy_client.take)(input, {
|
|
1118
|
-
DataSourceType: (_) => (0, import_smithy_client._json)(_),
|
|
1115
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceType"),
|
|
1119
1116
|
Description: [],
|
|
1120
1117
|
Name: []
|
|
1121
1118
|
})
|
|
@@ -1133,10 +1130,10 @@ var se_AddDirectQueryDataSourceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1133
1130
|
body = JSON.stringify(
|
|
1134
1131
|
(0, import_smithy_client.take)(input, {
|
|
1135
1132
|
DataSourceName: [],
|
|
1136
|
-
DataSourceType: (_) => (0, import_smithy_client._json)(_),
|
|
1133
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceType"),
|
|
1137
1134
|
Description: [],
|
|
1138
|
-
OpenSearchArns: (_) => (0, import_smithy_client._json)(_),
|
|
1139
|
-
TagList: (_) => (0, import_smithy_client._json)(_)
|
|
1135
|
+
OpenSearchArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OpenSearchArns"),
|
|
1136
|
+
TagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagList")
|
|
1140
1137
|
})
|
|
1141
1138
|
);
|
|
1142
1139
|
b.m("POST").h(headers).b(body);
|
|
@@ -1152,7 +1149,7 @@ var se_AddTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1152
1149
|
body = JSON.stringify(
|
|
1153
1150
|
(0, import_smithy_client.take)(input, {
|
|
1154
1151
|
ARN: [],
|
|
1155
|
-
TagList: (_) => (0, import_smithy_client._json)(_)
|
|
1152
|
+
TagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagList")
|
|
1156
1153
|
})
|
|
1157
1154
|
);
|
|
1158
1155
|
b.m("POST").h(headers).b(body);
|
|
@@ -1169,8 +1166,8 @@ var se_AssociatePackageCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1169
1166
|
let body;
|
|
1170
1167
|
body = JSON.stringify(
|
|
1171
1168
|
(0, import_smithy_client.take)(input, {
|
|
1172
|
-
AssociationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1173
|
-
PrerequisitePackageIDList: (_) => (0, import_smithy_client._json)(_)
|
|
1169
|
+
AssociationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AssociationConfiguration"),
|
|
1170
|
+
PrerequisitePackageIDList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PrerequisitePackageIDList")
|
|
1174
1171
|
})
|
|
1175
1172
|
);
|
|
1176
1173
|
b.m("POST").h(headers).b(body);
|
|
@@ -1186,7 +1183,7 @@ var se_AssociatePackagesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1186
1183
|
body = JSON.stringify(
|
|
1187
1184
|
(0, import_smithy_client.take)(input, {
|
|
1188
1185
|
DomainName: [],
|
|
1189
|
-
PackageList: (_) => (0, import_smithy_client._json)(_)
|
|
1186
|
+
PackageList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageList")
|
|
1190
1187
|
})
|
|
1191
1188
|
);
|
|
1192
1189
|
b.m("POST").h(headers).b(body);
|
|
@@ -1249,12 +1246,12 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1249
1246
|
let body;
|
|
1250
1247
|
body = JSON.stringify(
|
|
1251
1248
|
(0, import_smithy_client.take)(input, {
|
|
1252
|
-
appConfigs: (_) => (0, import_smithy_client._json)(_),
|
|
1249
|
+
appConfigs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "appConfigs"),
|
|
1253
1250
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1254
|
-
dataSources: (_) => (0, import_smithy_client._json)(_),
|
|
1255
|
-
iamIdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1251
|
+
dataSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataSources"),
|
|
1252
|
+
iamIdentityCenterOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "iamIdentityCenterOptions"),
|
|
1256
1253
|
name: [],
|
|
1257
|
-
tagList: (_) => (0, import_smithy_client._json)(_)
|
|
1254
|
+
tagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagList")
|
|
1258
1255
|
})
|
|
1259
1256
|
);
|
|
1260
1257
|
b.m("POST").h(headers).b(body);
|
|
@@ -1269,27 +1266,27 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1269
1266
|
let body;
|
|
1270
1267
|
body = JSON.stringify(
|
|
1271
1268
|
(0, import_smithy_client.take)(input, {
|
|
1272
|
-
AIMLOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1269
|
+
AIMLOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AIMLOptions"),
|
|
1273
1270
|
AccessPolicies: [],
|
|
1274
|
-
AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1275
|
-
AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1276
|
-
AutoTuneOptions: (_) => se_AutoTuneOptionsInput(_, context),
|
|
1277
|
-
ClusterConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1278
|
-
CognitoOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1279
|
-
DomainEndpointOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1271
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedOptions"),
|
|
1272
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedSecurityOptions"),
|
|
1273
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => se_AutoTuneOptionsInput(_, context), "AutoTuneOptions"),
|
|
1274
|
+
ClusterConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ClusterConfig"),
|
|
1275
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CognitoOptions"),
|
|
1276
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainEndpointOptions"),
|
|
1280
1277
|
DomainName: [],
|
|
1281
|
-
EBSOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1282
|
-
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1278
|
+
EBSOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EBSOptions"),
|
|
1279
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EncryptionAtRestOptions"),
|
|
1283
1280
|
EngineVersion: [],
|
|
1284
1281
|
IPAddressType: [],
|
|
1285
|
-
IdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1286
|
-
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1287
|
-
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1288
|
-
OffPeakWindowOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1289
|
-
SnapshotOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1290
|
-
SoftwareUpdateOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1291
|
-
TagList: (_) => (0, import_smithy_client._json)(_),
|
|
1292
|
-
VPCOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1282
|
+
IdentityCenterOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityCenterOptions"),
|
|
1283
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingOptions"),
|
|
1284
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeToNodeEncryptionOptions"),
|
|
1285
|
+
OffPeakWindowOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OffPeakWindowOptions"),
|
|
1286
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SnapshotOptions"),
|
|
1287
|
+
SoftwareUpdateOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SoftwareUpdateOptions"),
|
|
1288
|
+
TagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagList"),
|
|
1289
|
+
VPCOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VPCOptions")
|
|
1293
1290
|
})
|
|
1294
1291
|
);
|
|
1295
1292
|
b.m("POST").h(headers).b(body);
|
|
@@ -1306,9 +1303,9 @@ var se_CreateOutboundConnectionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1306
1303
|
(0, import_smithy_client.take)(input, {
|
|
1307
1304
|
ConnectionAlias: [],
|
|
1308
1305
|
ConnectionMode: [],
|
|
1309
|
-
ConnectionProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1310
|
-
LocalDomainInfo: (_) => (0, import_smithy_client._json)(_),
|
|
1311
|
-
RemoteDomainInfo: (_) => (0, import_smithy_client._json)(_)
|
|
1306
|
+
ConnectionProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConnectionProperties"),
|
|
1307
|
+
LocalDomainInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LocalDomainInfo"),
|
|
1308
|
+
RemoteDomainInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RemoteDomainInfo")
|
|
1312
1309
|
})
|
|
1313
1310
|
);
|
|
1314
1311
|
b.m("POST").h(headers).b(body);
|
|
@@ -1324,13 +1321,13 @@ var se_CreatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1324
1321
|
body = JSON.stringify(
|
|
1325
1322
|
(0, import_smithy_client.take)(input, {
|
|
1326
1323
|
EngineVersion: [],
|
|
1327
|
-
PackageConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1324
|
+
PackageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageConfiguration"),
|
|
1328
1325
|
PackageDescription: [],
|
|
1329
|
-
PackageEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1326
|
+
PackageEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageEncryptionOptions"),
|
|
1330
1327
|
PackageName: [],
|
|
1331
|
-
PackageSource: (_) => (0, import_smithy_client._json)(_),
|
|
1328
|
+
PackageSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageSource"),
|
|
1332
1329
|
PackageType: [],
|
|
1333
|
-
PackageVendingOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1330
|
+
PackageVendingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageVendingOptions")
|
|
1334
1331
|
})
|
|
1335
1332
|
);
|
|
1336
1333
|
b.m("POST").h(headers).b(body);
|
|
@@ -1347,7 +1344,7 @@ var se_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1347
1344
|
(0, import_smithy_client.take)(input, {
|
|
1348
1345
|
ClientToken: [],
|
|
1349
1346
|
DomainArn: [],
|
|
1350
|
-
VpcOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1347
|
+
VpcOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcOptions")
|
|
1351
1348
|
})
|
|
1352
1349
|
);
|
|
1353
1350
|
b.m("POST").h(headers).b(body);
|
|
@@ -1500,7 +1497,7 @@ var se_DescribeDomainsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1500
1497
|
let body;
|
|
1501
1498
|
body = JSON.stringify(
|
|
1502
1499
|
(0, import_smithy_client.take)(input, {
|
|
1503
|
-
DomainNames: (_) => (0, import_smithy_client._json)(_)
|
|
1500
|
+
DomainNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainNames")
|
|
1504
1501
|
})
|
|
1505
1502
|
);
|
|
1506
1503
|
b.m("POST").h(headers).b(body);
|
|
@@ -1528,7 +1525,7 @@ var se_DescribeInboundConnectionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1528
1525
|
let body;
|
|
1529
1526
|
body = JSON.stringify(
|
|
1530
1527
|
(0, import_smithy_client.take)(input, {
|
|
1531
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1528
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1532
1529
|
MaxResults: [],
|
|
1533
1530
|
NextToken: []
|
|
1534
1531
|
})
|
|
@@ -1558,7 +1555,7 @@ var se_DescribeOutboundConnectionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1558
1555
|
let body;
|
|
1559
1556
|
body = JSON.stringify(
|
|
1560
1557
|
(0, import_smithy_client.take)(input, {
|
|
1561
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1558
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1562
1559
|
MaxResults: [],
|
|
1563
1560
|
NextToken: []
|
|
1564
1561
|
})
|
|
@@ -1575,7 +1572,7 @@ var se_DescribePackagesCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1575
1572
|
let body;
|
|
1576
1573
|
body = JSON.stringify(
|
|
1577
1574
|
(0, import_smithy_client.take)(input, {
|
|
1578
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1575
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1579
1576
|
MaxResults: [],
|
|
1580
1577
|
NextToken: []
|
|
1581
1578
|
})
|
|
@@ -1618,7 +1615,7 @@ var se_DescribeVpcEndpointsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1618
1615
|
let body;
|
|
1619
1616
|
body = JSON.stringify(
|
|
1620
1617
|
(0, import_smithy_client.take)(input, {
|
|
1621
|
-
VpcEndpointIds: (_) => (0, import_smithy_client._json)(_)
|
|
1618
|
+
VpcEndpointIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcEndpointIds")
|
|
1622
1619
|
})
|
|
1623
1620
|
);
|
|
1624
1621
|
b.m("POST").h(headers).b(body);
|
|
@@ -1644,7 +1641,7 @@ var se_DissociatePackagesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1644
1641
|
body = JSON.stringify(
|
|
1645
1642
|
(0, import_smithy_client.take)(input, {
|
|
1646
1643
|
DomainName: [],
|
|
1647
|
-
PackageList: (_) => (0, import_smithy_client._json)(_)
|
|
1644
|
+
PackageList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageList")
|
|
1648
1645
|
})
|
|
1649
1646
|
);
|
|
1650
1647
|
b.m("POST").h(headers).b(body);
|
|
@@ -1944,7 +1941,7 @@ var se_RemoveTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1944
1941
|
body = JSON.stringify(
|
|
1945
1942
|
(0, import_smithy_client.take)(input, {
|
|
1946
1943
|
ARN: [],
|
|
1947
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1944
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1948
1945
|
})
|
|
1949
1946
|
);
|
|
1950
1947
|
b.m("POST").h(headers).b(body);
|
|
@@ -2011,8 +2008,8 @@ var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2011
2008
|
let body;
|
|
2012
2009
|
body = JSON.stringify(
|
|
2013
2010
|
(0, import_smithy_client.take)(input, {
|
|
2014
|
-
appConfigs: (_) => (0, import_smithy_client._json)(_),
|
|
2015
|
-
dataSources: (_) => (0, import_smithy_client._json)(_)
|
|
2011
|
+
appConfigs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "appConfigs"),
|
|
2012
|
+
dataSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataSources")
|
|
2016
2013
|
})
|
|
2017
2014
|
);
|
|
2018
2015
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2029,7 +2026,7 @@ var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2029
2026
|
let body;
|
|
2030
2027
|
body = JSON.stringify(
|
|
2031
2028
|
(0, import_smithy_client.take)(input, {
|
|
2032
|
-
DataSourceType: (_) => (0, import_smithy_client._json)(_),
|
|
2029
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceType"),
|
|
2033
2030
|
Description: [],
|
|
2034
2031
|
Status: []
|
|
2035
2032
|
})
|
|
@@ -2047,9 +2044,9 @@ var se_UpdateDirectQueryDataSourceCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2047
2044
|
let body;
|
|
2048
2045
|
body = JSON.stringify(
|
|
2049
2046
|
(0, import_smithy_client.take)(input, {
|
|
2050
|
-
DataSourceType: (_) => (0, import_smithy_client._json)(_),
|
|
2047
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DataSourceType"),
|
|
2051
2048
|
Description: [],
|
|
2052
|
-
OpenSearchArns: (_) => (0, import_smithy_client._json)(_)
|
|
2049
|
+
OpenSearchArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OpenSearchArns")
|
|
2053
2050
|
})
|
|
2054
2051
|
);
|
|
2055
2052
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2065,26 +2062,26 @@ var se_UpdateDomainConfigCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2065
2062
|
let body;
|
|
2066
2063
|
body = JSON.stringify(
|
|
2067
2064
|
(0, import_smithy_client.take)(input, {
|
|
2068
|
-
AIMLOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2065
|
+
AIMLOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AIMLOptions"),
|
|
2069
2066
|
AccessPolicies: [],
|
|
2070
|
-
AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2071
|
-
AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2072
|
-
AutoTuneOptions: (_) => se_AutoTuneOptions(_, context),
|
|
2073
|
-
ClusterConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2074
|
-
CognitoOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2075
|
-
DomainEndpointOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2067
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedOptions"),
|
|
2068
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedSecurityOptions"),
|
|
2069
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => se_AutoTuneOptions(_, context), "AutoTuneOptions"),
|
|
2070
|
+
ClusterConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ClusterConfig"),
|
|
2071
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CognitoOptions"),
|
|
2072
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainEndpointOptions"),
|
|
2076
2073
|
DryRun: [],
|
|
2077
2074
|
DryRunMode: [],
|
|
2078
|
-
EBSOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2079
|
-
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2075
|
+
EBSOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EBSOptions"),
|
|
2076
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EncryptionAtRestOptions"),
|
|
2080
2077
|
IPAddressType: [],
|
|
2081
|
-
IdentityCenterOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2082
|
-
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2083
|
-
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2084
|
-
OffPeakWindowOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2085
|
-
SnapshotOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2086
|
-
SoftwareUpdateOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2087
|
-
VPCOptions: (_) => (0, import_smithy_client._json)(_)
|
|
2078
|
+
IdentityCenterOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityCenterOptions"),
|
|
2079
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingOptions"),
|
|
2080
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeToNodeEncryptionOptions"),
|
|
2081
|
+
OffPeakWindowOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OffPeakWindowOptions"),
|
|
2082
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SnapshotOptions"),
|
|
2083
|
+
SoftwareUpdateOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SoftwareUpdateOptions"),
|
|
2084
|
+
VPCOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VPCOptions")
|
|
2088
2085
|
})
|
|
2089
2086
|
);
|
|
2090
2087
|
b.m("POST").h(headers).b(body);
|
|
@@ -2100,11 +2097,11 @@ var se_UpdatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2100
2097
|
body = JSON.stringify(
|
|
2101
2098
|
(0, import_smithy_client.take)(input, {
|
|
2102
2099
|
CommitMessage: [],
|
|
2103
|
-
PackageConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2100
|
+
PackageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageConfiguration"),
|
|
2104
2101
|
PackageDescription: [],
|
|
2105
|
-
PackageEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2102
|
+
PackageEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageEncryptionOptions"),
|
|
2106
2103
|
PackageID: [],
|
|
2107
|
-
PackageSource: (_) => (0, import_smithy_client._json)(_)
|
|
2104
|
+
PackageSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageSource")
|
|
2108
2105
|
})
|
|
2109
2106
|
);
|
|
2110
2107
|
b.m("POST").h(headers).b(body);
|
|
@@ -2121,7 +2118,7 @@ var se_UpdatePackageScopeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2121
2118
|
(0, import_smithy_client.take)(input, {
|
|
2122
2119
|
Operation: [],
|
|
2123
2120
|
PackageID: [],
|
|
2124
|
-
PackageUserList: (_) => (0, import_smithy_client._json)(_)
|
|
2121
|
+
PackageUserList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageUserList")
|
|
2125
2122
|
})
|
|
2126
2123
|
);
|
|
2127
2124
|
b.m("POST").h(headers).b(body);
|
|
@@ -2156,7 +2153,7 @@ var se_UpdateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2156
2153
|
body = JSON.stringify(
|
|
2157
2154
|
(0, import_smithy_client.take)(input, {
|
|
2158
2155
|
VpcEndpointId: [],
|
|
2159
|
-
VpcOptions: (_) => (0, import_smithy_client._json)(_)
|
|
2156
|
+
VpcOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcOptions")
|
|
2160
2157
|
})
|
|
2161
2158
|
);
|
|
2162
2159
|
b.m("POST").h(headers).b(body);
|
|
@@ -2171,7 +2168,7 @@ var se_UpgradeDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2171
2168
|
let body;
|
|
2172
2169
|
body = JSON.stringify(
|
|
2173
2170
|
(0, import_smithy_client.take)(input, {
|
|
2174
|
-
AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2171
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedOptions"),
|
|
2175
2172
|
DomainName: [],
|
|
2176
2173
|
PerformCheckOnly: [],
|
|
2177
2174
|
TargetVersion: []
|
|
@@ -2241,7 +2238,7 @@ var de_AssociatePackageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2241
2238
|
});
|
|
2242
2239
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2243
2240
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2244
|
-
DomainPackageDetails: (_) => de_DomainPackageDetails(_, context)
|
|
2241
|
+
DomainPackageDetails: /* @__PURE__ */ __name((_) => de_DomainPackageDetails(_, context), "DomainPackageDetails")
|
|
2245
2242
|
});
|
|
2246
2243
|
Object.assign(contents, doc);
|
|
2247
2244
|
return contents;
|
|
@@ -2255,7 +2252,7 @@ var de_AssociatePackagesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2255
2252
|
});
|
|
2256
2253
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2257
2254
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2258
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context)
|
|
2255
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList")
|
|
2259
2256
|
});
|
|
2260
2257
|
Object.assign(contents, doc);
|
|
2261
2258
|
return contents;
|
|
@@ -2299,7 +2296,7 @@ var de_CancelServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (output
|
|
|
2299
2296
|
});
|
|
2300
2297
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2301
2298
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2302
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context)
|
|
2299
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions")
|
|
2303
2300
|
});
|
|
2304
2301
|
Object.assign(contents, doc);
|
|
2305
2302
|
return contents;
|
|
@@ -2315,7 +2312,7 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2315
2312
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2316
2313
|
appConfigs: import_smithy_client._json,
|
|
2317
2314
|
arn: import_smithy_client.expectString,
|
|
2318
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2315
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2319
2316
|
dataSources: import_smithy_client._json,
|
|
2320
2317
|
iamIdentityCenterOptions: import_smithy_client._json,
|
|
2321
2318
|
id: import_smithy_client.expectString,
|
|
@@ -2334,7 +2331,7 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2334
2331
|
});
|
|
2335
2332
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2336
2333
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2337
|
-
DomainStatus: (_) => de_DomainStatus(_, context)
|
|
2334
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_DomainStatus(_, context), "DomainStatus")
|
|
2338
2335
|
});
|
|
2339
2336
|
Object.assign(contents, doc);
|
|
2340
2337
|
return contents;
|
|
@@ -2368,7 +2365,7 @@ var de_CreatePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2368
2365
|
});
|
|
2369
2366
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2370
2367
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2371
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
2368
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
2372
2369
|
});
|
|
2373
2370
|
Object.assign(contents, doc);
|
|
2374
2371
|
return contents;
|
|
@@ -2430,7 +2427,7 @@ var de_DeleteDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2430
2427
|
});
|
|
2431
2428
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2432
2429
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2433
|
-
DomainStatus: (_) => de_DomainStatus(_, context)
|
|
2430
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_DomainStatus(_, context), "DomainStatus")
|
|
2434
2431
|
});
|
|
2435
2432
|
Object.assign(contents, doc);
|
|
2436
2433
|
return contents;
|
|
@@ -2472,7 +2469,7 @@ var de_DeletePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2472
2469
|
});
|
|
2473
2470
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2474
2471
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2475
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
2472
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
2476
2473
|
});
|
|
2477
2474
|
Object.assign(contents, doc);
|
|
2478
2475
|
return contents;
|
|
@@ -2500,7 +2497,7 @@ var de_DescribeDomainCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2500
2497
|
});
|
|
2501
2498
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2502
2499
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2503
|
-
DomainStatus: (_) => de_DomainStatus(_, context)
|
|
2500
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_DomainStatus(_, context), "DomainStatus")
|
|
2504
2501
|
});
|
|
2505
2502
|
Object.assign(contents, doc);
|
|
2506
2503
|
return contents;
|
|
@@ -2514,7 +2511,7 @@ var de_DescribeDomainAutoTunesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2514
2511
|
});
|
|
2515
2512
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2516
2513
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2517
|
-
AutoTunes: (_) => de_AutoTuneList(_, context),
|
|
2514
|
+
AutoTunes: /* @__PURE__ */ __name((_) => de_AutoTuneList(_, context), "AutoTunes"),
|
|
2518
2515
|
NextToken: import_smithy_client.expectString
|
|
2519
2516
|
});
|
|
2520
2517
|
Object.assign(contents, doc);
|
|
@@ -2529,7 +2526,7 @@ var de_DescribeDomainChangeProgressCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2529
2526
|
});
|
|
2530
2527
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2531
2528
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2532
|
-
ChangeProgressStatus: (_) => de_ChangeProgressStatusDetails(_, context)
|
|
2529
|
+
ChangeProgressStatus: /* @__PURE__ */ __name((_) => de_ChangeProgressStatusDetails(_, context), "ChangeProgressStatus")
|
|
2533
2530
|
});
|
|
2534
2531
|
Object.assign(contents, doc);
|
|
2535
2532
|
return contents;
|
|
@@ -2543,7 +2540,7 @@ var de_DescribeDomainConfigCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2543
2540
|
});
|
|
2544
2541
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2545
2542
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2546
|
-
DomainConfig: (_) => de_DomainConfig(_, context)
|
|
2543
|
+
DomainConfig: /* @__PURE__ */ __name((_) => de_DomainConfig(_, context), "DomainConfig")
|
|
2547
2544
|
});
|
|
2548
2545
|
Object.assign(contents, doc);
|
|
2549
2546
|
return contents;
|
|
@@ -2597,7 +2594,7 @@ var de_DescribeDomainsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2597
2594
|
});
|
|
2598
2595
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2599
2596
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2600
|
-
DomainStatusList: (_) => de_DomainStatusList(_, context)
|
|
2597
|
+
DomainStatusList: /* @__PURE__ */ __name((_) => de_DomainStatusList(_, context), "DomainStatusList")
|
|
2601
2598
|
});
|
|
2602
2599
|
Object.assign(contents, doc);
|
|
2603
2600
|
return contents;
|
|
@@ -2611,7 +2608,7 @@ var de_DescribeDryRunProgressCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2611
2608
|
});
|
|
2612
2609
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2613
2610
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2614
|
-
DryRunConfig: (_) => de_DomainStatus(_, context),
|
|
2611
|
+
DryRunConfig: /* @__PURE__ */ __name((_) => de_DomainStatus(_, context), "DryRunConfig"),
|
|
2615
2612
|
DryRunProgressStatus: import_smithy_client._json,
|
|
2616
2613
|
DryRunResults: import_smithy_client._json
|
|
2617
2614
|
});
|
|
@@ -2672,7 +2669,7 @@ var de_DescribePackagesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2672
2669
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2673
2670
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2674
2671
|
NextToken: import_smithy_client.expectString,
|
|
2675
|
-
PackageDetailsList: (_) => de_PackageDetailsList(_, context)
|
|
2672
|
+
PackageDetailsList: /* @__PURE__ */ __name((_) => de_PackageDetailsList(_, context), "PackageDetailsList")
|
|
2676
2673
|
});
|
|
2677
2674
|
Object.assign(contents, doc);
|
|
2678
2675
|
return contents;
|
|
@@ -2687,7 +2684,7 @@ var de_DescribeReservedInstanceOfferingsCommand = /* @__PURE__ */ __name(async (
|
|
|
2687
2684
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2688
2685
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2689
2686
|
NextToken: import_smithy_client.expectString,
|
|
2690
|
-
ReservedInstanceOfferings: (_) => de_ReservedInstanceOfferingList(_, context)
|
|
2687
|
+
ReservedInstanceOfferings: /* @__PURE__ */ __name((_) => de_ReservedInstanceOfferingList(_, context), "ReservedInstanceOfferings")
|
|
2691
2688
|
});
|
|
2692
2689
|
Object.assign(contents, doc);
|
|
2693
2690
|
return contents;
|
|
@@ -2702,7 +2699,7 @@ var de_DescribeReservedInstancesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2702
2699
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2703
2700
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2704
2701
|
NextToken: import_smithy_client.expectString,
|
|
2705
|
-
ReservedInstances: (_) => de_ReservedInstanceList(_, context)
|
|
2702
|
+
ReservedInstances: /* @__PURE__ */ __name((_) => de_ReservedInstanceList(_, context), "ReservedInstances")
|
|
2706
2703
|
});
|
|
2707
2704
|
Object.assign(contents, doc);
|
|
2708
2705
|
return contents;
|
|
@@ -2731,7 +2728,7 @@ var de_DissociatePackageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2731
2728
|
});
|
|
2732
2729
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2733
2730
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2734
|
-
DomainPackageDetails: (_) => de_DomainPackageDetails(_, context)
|
|
2731
|
+
DomainPackageDetails: /* @__PURE__ */ __name((_) => de_DomainPackageDetails(_, context), "DomainPackageDetails")
|
|
2735
2732
|
});
|
|
2736
2733
|
Object.assign(contents, doc);
|
|
2737
2734
|
return contents;
|
|
@@ -2745,7 +2742,7 @@ var de_DissociatePackagesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2745
2742
|
});
|
|
2746
2743
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2747
2744
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2748
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context)
|
|
2745
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList")
|
|
2749
2746
|
});
|
|
2750
2747
|
Object.assign(contents, doc);
|
|
2751
2748
|
return contents;
|
|
@@ -2761,12 +2758,12 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2761
2758
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2762
2759
|
appConfigs: import_smithy_client._json,
|
|
2763
2760
|
arn: import_smithy_client.expectString,
|
|
2764
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2761
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2765
2762
|
dataSources: import_smithy_client._json,
|
|
2766
2763
|
endpoint: import_smithy_client.expectString,
|
|
2767
2764
|
iamIdentityCenterOptions: import_smithy_client._json,
|
|
2768
2765
|
id: import_smithy_client.expectString,
|
|
2769
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2766
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2770
2767
|
name: import_smithy_client.expectString,
|
|
2771
2768
|
status: import_smithy_client.expectString
|
|
2772
2769
|
});
|
|
@@ -2796,7 +2793,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2796
2793
|
});
|
|
2797
2794
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2798
2795
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2799
|
-
DataSourceType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2796
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "DataSourceType"),
|
|
2800
2797
|
Description: import_smithy_client.expectString,
|
|
2801
2798
|
Name: import_smithy_client.expectString,
|
|
2802
2799
|
Status: import_smithy_client.expectString
|
|
@@ -2815,7 +2812,7 @@ var de_GetDirectQueryDataSourceCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2815
2812
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2816
2813
|
DataSourceArn: import_smithy_client.expectString,
|
|
2817
2814
|
DataSourceName: import_smithy_client.expectString,
|
|
2818
|
-
DataSourceType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2815
|
+
DataSourceType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "DataSourceType"),
|
|
2819
2816
|
Description: import_smithy_client.expectString,
|
|
2820
2817
|
OpenSearchArns: import_smithy_client._json
|
|
2821
2818
|
});
|
|
@@ -2832,11 +2829,11 @@ var de_GetDomainMaintenanceStatusCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2832
2829
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2833
2830
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2834
2831
|
Action: import_smithy_client.expectString,
|
|
2835
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2832
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2836
2833
|
NodeId: import_smithy_client.expectString,
|
|
2837
2834
|
Status: import_smithy_client.expectString,
|
|
2838
2835
|
StatusMessage: import_smithy_client.expectString,
|
|
2839
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2836
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2840
2837
|
});
|
|
2841
2838
|
Object.assign(contents, doc);
|
|
2842
2839
|
return contents;
|
|
@@ -2852,7 +2849,7 @@ var de_GetPackageVersionHistoryCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2852
2849
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2853
2850
|
NextToken: import_smithy_client.expectString,
|
|
2854
2851
|
PackageID: import_smithy_client.expectString,
|
|
2855
|
-
PackageVersionHistoryList: (_) => de_PackageVersionHistoryList(_, context)
|
|
2852
|
+
PackageVersionHistoryList: /* @__PURE__ */ __name((_) => de_PackageVersionHistoryList(_, context), "PackageVersionHistoryList")
|
|
2856
2853
|
});
|
|
2857
2854
|
Object.assign(contents, doc);
|
|
2858
2855
|
return contents;
|
|
@@ -2867,7 +2864,7 @@ var de_GetUpgradeHistoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2867
2864
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2868
2865
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2869
2866
|
NextToken: import_smithy_client.expectString,
|
|
2870
|
-
UpgradeHistories: (_) => de_UpgradeHistoryList(_, context)
|
|
2867
|
+
UpgradeHistories: /* @__PURE__ */ __name((_) => de_UpgradeHistoryList(_, context), "UpgradeHistories")
|
|
2871
2868
|
});
|
|
2872
2869
|
Object.assign(contents, doc);
|
|
2873
2870
|
return contents;
|
|
@@ -2897,7 +2894,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2897
2894
|
});
|
|
2898
2895
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2899
2896
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2900
|
-
ApplicationSummaries: (_) => de_ApplicationSummaries(_, context),
|
|
2897
|
+
ApplicationSummaries: /* @__PURE__ */ __name((_) => de_ApplicationSummaries(_, context), "ApplicationSummaries"),
|
|
2901
2898
|
nextToken: import_smithy_client.expectString
|
|
2902
2899
|
});
|
|
2903
2900
|
Object.assign(contents, doc);
|
|
@@ -2941,7 +2938,7 @@ var de_ListDomainMaintenancesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2941
2938
|
});
|
|
2942
2939
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2943
2940
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2944
|
-
DomainMaintenances: (_) => de_DomainMaintenanceList(_, context),
|
|
2941
|
+
DomainMaintenances: /* @__PURE__ */ __name((_) => de_DomainMaintenanceList(_, context), "DomainMaintenances"),
|
|
2945
2942
|
NextToken: import_smithy_client.expectString
|
|
2946
2943
|
});
|
|
2947
2944
|
Object.assign(contents, doc);
|
|
@@ -2970,7 +2967,7 @@ var de_ListDomainsForPackageCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2970
2967
|
});
|
|
2971
2968
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2972
2969
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2973
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context),
|
|
2970
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList"),
|
|
2974
2971
|
NextToken: import_smithy_client.expectString
|
|
2975
2972
|
});
|
|
2976
2973
|
Object.assign(contents, doc);
|
|
@@ -3000,7 +2997,7 @@ var de_ListPackagesForDomainCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3000
2997
|
});
|
|
3001
2998
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3002
2999
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3003
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context),
|
|
3000
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList"),
|
|
3004
3001
|
NextToken: import_smithy_client.expectString
|
|
3005
3002
|
});
|
|
3006
3003
|
Object.assign(contents, doc);
|
|
@@ -3167,7 +3164,7 @@ var de_StartServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3167
3164
|
});
|
|
3168
3165
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3169
3166
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3170
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context)
|
|
3167
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions")
|
|
3171
3168
|
});
|
|
3172
3169
|
Object.assign(contents, doc);
|
|
3173
3170
|
return contents;
|
|
@@ -3183,11 +3180,11 @@ var de_UpdateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3183
3180
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3184
3181
|
appConfigs: import_smithy_client._json,
|
|
3185
3182
|
arn: import_smithy_client.expectString,
|
|
3186
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3183
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3187
3184
|
dataSources: import_smithy_client._json,
|
|
3188
3185
|
iamIdentityCenterOptions: import_smithy_client._json,
|
|
3189
3186
|
id: import_smithy_client.expectString,
|
|
3190
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3187
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
3191
3188
|
name: import_smithy_client.expectString
|
|
3192
3189
|
});
|
|
3193
3190
|
Object.assign(contents, doc);
|
|
@@ -3230,7 +3227,7 @@ var de_UpdateDomainConfigCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3230
3227
|
});
|
|
3231
3228
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3232
3229
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3233
|
-
DomainConfig: (_) => de_DomainConfig(_, context),
|
|
3230
|
+
DomainConfig: /* @__PURE__ */ __name((_) => de_DomainConfig(_, context), "DomainConfig"),
|
|
3234
3231
|
DryRunProgressStatus: import_smithy_client._json,
|
|
3235
3232
|
DryRunResults: import_smithy_client._json
|
|
3236
3233
|
});
|
|
@@ -3246,7 +3243,7 @@ var de_UpdatePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3246
3243
|
});
|
|
3247
3244
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3248
3245
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3249
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
3246
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
3250
3247
|
});
|
|
3251
3248
|
Object.assign(contents, doc);
|
|
3252
3249
|
return contents;
|
|
@@ -3305,7 +3302,7 @@ var de_UpgradeDomainCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3305
3302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3306
3303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3307
3304
|
AdvancedOptions: import_smithy_client._json,
|
|
3308
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
3305
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
3309
3306
|
DomainName: import_smithy_client.expectString,
|
|
3310
3307
|
PerformCheckOnly: import_smithy_client.expectBoolean,
|
|
3311
3308
|
TargetVersion: import_smithy_client.expectString,
|
|
@@ -3544,7 +3541,7 @@ var se_AutoTuneMaintenanceSchedule = /* @__PURE__ */ __name((input, context) =>
|
|
|
3544
3541
|
return (0, import_smithy_client.take)(input, {
|
|
3545
3542
|
CronExpressionForRecurrence: [],
|
|
3546
3543
|
Duration: import_smithy_client._json,
|
|
3547
|
-
StartAt: (_) => _.getTime() / 1e3
|
|
3544
|
+
StartAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartAt")
|
|
3548
3545
|
});
|
|
3549
3546
|
}, "se_AutoTuneMaintenanceSchedule");
|
|
3550
3547
|
var se_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3555,7 +3552,7 @@ var se_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((input, context)
|
|
|
3555
3552
|
var se_AutoTuneOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3556
3553
|
return (0, import_smithy_client.take)(input, {
|
|
3557
3554
|
DesiredState: [],
|
|
3558
|
-
MaintenanceSchedules: (_) => se_AutoTuneMaintenanceScheduleList(_, context),
|
|
3555
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => se_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules"),
|
|
3559
3556
|
RollbackOnDisable: [],
|
|
3560
3557
|
UseOffPeakWindow: []
|
|
3561
3558
|
});
|
|
@@ -3563,25 +3560,25 @@ var se_AutoTuneOptions = /* @__PURE__ */ __name((input, context) => {
|
|
|
3563
3560
|
var se_AutoTuneOptionsInput = /* @__PURE__ */ __name((input, context) => {
|
|
3564
3561
|
return (0, import_smithy_client.take)(input, {
|
|
3565
3562
|
DesiredState: [],
|
|
3566
|
-
MaintenanceSchedules: (_) => se_AutoTuneMaintenanceScheduleList(_, context),
|
|
3563
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => se_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules"),
|
|
3567
3564
|
UseOffPeakWindow: []
|
|
3568
3565
|
});
|
|
3569
3566
|
}, "se_AutoTuneOptionsInput");
|
|
3570
3567
|
var de_AccessPoliciesStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3571
3568
|
return (0, import_smithy_client.take)(output, {
|
|
3572
3569
|
Options: import_smithy_client.expectString,
|
|
3573
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3570
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3574
3571
|
});
|
|
3575
3572
|
}, "de_AccessPoliciesStatus");
|
|
3576
3573
|
var de_AdvancedOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3577
3574
|
return (0, import_smithy_client.take)(output, {
|
|
3578
3575
|
Options: import_smithy_client._json,
|
|
3579
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3576
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3580
3577
|
});
|
|
3581
3578
|
}, "de_AdvancedOptionsStatus");
|
|
3582
3579
|
var de_AdvancedSecurityOptions = /* @__PURE__ */ __name((output, context) => {
|
|
3583
3580
|
return (0, import_smithy_client.take)(output, {
|
|
3584
|
-
AnonymousAuthDisableDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3581
|
+
AnonymousAuthDisableDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AnonymousAuthDisableDate"),
|
|
3585
3582
|
AnonymousAuthEnabled: import_smithy_client.expectBoolean,
|
|
3586
3583
|
Enabled: import_smithy_client.expectBoolean,
|
|
3587
3584
|
InternalUserDatabaseEnabled: import_smithy_client.expectBoolean,
|
|
@@ -3591,14 +3588,14 @@ var de_AdvancedSecurityOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
3591
3588
|
}, "de_AdvancedSecurityOptions");
|
|
3592
3589
|
var de_AdvancedSecurityOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3593
3590
|
return (0, import_smithy_client.take)(output, {
|
|
3594
|
-
Options: (_) => de_AdvancedSecurityOptions(_, context),
|
|
3595
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3591
|
+
Options: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptions(_, context), "Options"),
|
|
3592
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3596
3593
|
});
|
|
3597
3594
|
}, "de_AdvancedSecurityOptionsStatus");
|
|
3598
3595
|
var de_AIMLOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3599
3596
|
return (0, import_smithy_client.take)(output, {
|
|
3600
3597
|
Options: import_smithy_client._json,
|
|
3601
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3598
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3602
3599
|
});
|
|
3603
3600
|
}, "de_AIMLOptionsStatus");
|
|
3604
3601
|
var de_ApplicationSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3610,23 +3607,23 @@ var de_ApplicationSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3610
3607
|
var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3611
3608
|
return (0, import_smithy_client.take)(output, {
|
|
3612
3609
|
arn: import_smithy_client.expectString,
|
|
3613
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3610
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3614
3611
|
endpoint: import_smithy_client.expectString,
|
|
3615
3612
|
id: import_smithy_client.expectString,
|
|
3616
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3613
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
3617
3614
|
name: import_smithy_client.expectString,
|
|
3618
3615
|
status: import_smithy_client.expectString
|
|
3619
3616
|
});
|
|
3620
3617
|
}, "de_ApplicationSummary");
|
|
3621
3618
|
var de_AutoTune = /* @__PURE__ */ __name((output, context) => {
|
|
3622
3619
|
return (0, import_smithy_client.take)(output, {
|
|
3623
|
-
AutoTuneDetails: (_) => de_AutoTuneDetails(_, context),
|
|
3620
|
+
AutoTuneDetails: /* @__PURE__ */ __name((_) => de_AutoTuneDetails(_, context), "AutoTuneDetails"),
|
|
3624
3621
|
AutoTuneType: import_smithy_client.expectString
|
|
3625
3622
|
});
|
|
3626
3623
|
}, "de_AutoTune");
|
|
3627
3624
|
var de_AutoTuneDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3628
3625
|
return (0, import_smithy_client.take)(output, {
|
|
3629
|
-
ScheduledAutoTuneDetails: (_) => de_ScheduledAutoTuneDetails(_, context)
|
|
3626
|
+
ScheduledAutoTuneDetails: /* @__PURE__ */ __name((_) => de_ScheduledAutoTuneDetails(_, context), "ScheduledAutoTuneDetails")
|
|
3630
3627
|
});
|
|
3631
3628
|
}, "de_AutoTuneDetails");
|
|
3632
3629
|
var de_AutoTuneList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3639,7 +3636,7 @@ var de_AutoTuneMaintenanceSchedule = /* @__PURE__ */ __name((output, context) =>
|
|
|
3639
3636
|
return (0, import_smithy_client.take)(output, {
|
|
3640
3637
|
CronExpressionForRecurrence: import_smithy_client.expectString,
|
|
3641
3638
|
Duration: import_smithy_client._json,
|
|
3642
|
-
StartAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3639
|
+
StartAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartAt")
|
|
3643
3640
|
});
|
|
3644
3641
|
}, "de_AutoTuneMaintenanceSchedule");
|
|
3645
3642
|
var de_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3651,24 +3648,24 @@ var de_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((output, context
|
|
|
3651
3648
|
var de_AutoTuneOptions = /* @__PURE__ */ __name((output, context) => {
|
|
3652
3649
|
return (0, import_smithy_client.take)(output, {
|
|
3653
3650
|
DesiredState: import_smithy_client.expectString,
|
|
3654
|
-
MaintenanceSchedules: (_) => de_AutoTuneMaintenanceScheduleList(_, context),
|
|
3651
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => de_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules"),
|
|
3655
3652
|
RollbackOnDisable: import_smithy_client.expectString,
|
|
3656
3653
|
UseOffPeakWindow: import_smithy_client.expectBoolean
|
|
3657
3654
|
});
|
|
3658
3655
|
}, "de_AutoTuneOptions");
|
|
3659
3656
|
var de_AutoTuneOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3660
3657
|
return (0, import_smithy_client.take)(output, {
|
|
3661
|
-
Options: (_) => de_AutoTuneOptions(_, context),
|
|
3662
|
-
Status: (_) => de_AutoTuneStatus(_, context)
|
|
3658
|
+
Options: /* @__PURE__ */ __name((_) => de_AutoTuneOptions(_, context), "Options"),
|
|
3659
|
+
Status: /* @__PURE__ */ __name((_) => de_AutoTuneStatus(_, context), "Status")
|
|
3663
3660
|
});
|
|
3664
3661
|
}, "de_AutoTuneOptionsStatus");
|
|
3665
3662
|
var de_AutoTuneStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3666
3663
|
return (0, import_smithy_client.take)(output, {
|
|
3667
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3664
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3668
3665
|
ErrorMessage: import_smithy_client.expectString,
|
|
3669
3666
|
PendingDeletion: import_smithy_client.expectBoolean,
|
|
3670
3667
|
State: import_smithy_client.expectString,
|
|
3671
|
-
UpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3668
|
+
UpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateDate"),
|
|
3672
3669
|
UpdateVersion: import_smithy_client.expectInt32
|
|
3673
3670
|
});
|
|
3674
3671
|
}, "de_AutoTuneStatus");
|
|
@@ -3677,15 +3674,15 @@ var de_ChangeProgressDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3677
3674
|
ChangeId: import_smithy_client.expectString,
|
|
3678
3675
|
ConfigChangeStatus: import_smithy_client.expectString,
|
|
3679
3676
|
InitiatedBy: import_smithy_client.expectString,
|
|
3680
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3677
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3681
3678
|
Message: import_smithy_client.expectString,
|
|
3682
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3679
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
3683
3680
|
});
|
|
3684
3681
|
}, "de_ChangeProgressDetails");
|
|
3685
3682
|
var de_ChangeProgressStage = /* @__PURE__ */ __name((output, context) => {
|
|
3686
3683
|
return (0, import_smithy_client.take)(output, {
|
|
3687
3684
|
Description: import_smithy_client.expectString,
|
|
3688
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3685
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
3689
3686
|
Name: import_smithy_client.expectString,
|
|
3690
3687
|
Status: import_smithy_client.expectString
|
|
3691
3688
|
});
|
|
@@ -3699,13 +3696,13 @@ var de_ChangeProgressStageList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3699
3696
|
var de_ChangeProgressStatusDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3700
3697
|
return (0, import_smithy_client.take)(output, {
|
|
3701
3698
|
ChangeId: import_smithy_client.expectString,
|
|
3702
|
-
ChangeProgressStages: (_) => de_ChangeProgressStageList(_, context),
|
|
3699
|
+
ChangeProgressStages: /* @__PURE__ */ __name((_) => de_ChangeProgressStageList(_, context), "ChangeProgressStages"),
|
|
3703
3700
|
CompletedProperties: import_smithy_client._json,
|
|
3704
3701
|
ConfigChangeStatus: import_smithy_client.expectString,
|
|
3705
3702
|
InitiatedBy: import_smithy_client.expectString,
|
|
3706
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3703
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3707
3704
|
PendingProperties: import_smithy_client._json,
|
|
3708
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3705
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3709
3706
|
Status: import_smithy_client.expectString,
|
|
3710
3707
|
TotalNumberOfStages: import_smithy_client.expectInt32
|
|
3711
3708
|
});
|
|
@@ -3713,56 +3710,56 @@ var de_ChangeProgressStatusDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
3713
3710
|
var de_ClusterConfigStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3714
3711
|
return (0, import_smithy_client.take)(output, {
|
|
3715
3712
|
Options: import_smithy_client._json,
|
|
3716
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3713
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3717
3714
|
});
|
|
3718
3715
|
}, "de_ClusterConfigStatus");
|
|
3719
3716
|
var de_CognitoOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3720
3717
|
return (0, import_smithy_client.take)(output, {
|
|
3721
3718
|
Options: import_smithy_client._json,
|
|
3722
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3719
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3723
3720
|
});
|
|
3724
3721
|
}, "de_CognitoOptionsStatus");
|
|
3725
3722
|
var de_DomainConfig = /* @__PURE__ */ __name((output, context) => {
|
|
3726
3723
|
return (0, import_smithy_client.take)(output, {
|
|
3727
|
-
AIMLOptions: (_) => de_AIMLOptionsStatus(_, context),
|
|
3728
|
-
AccessPolicies: (_) => de_AccessPoliciesStatus(_, context),
|
|
3729
|
-
AdvancedOptions: (_) => de_AdvancedOptionsStatus(_, context),
|
|
3730
|
-
AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptionsStatus(_, context),
|
|
3731
|
-
AutoTuneOptions: (_) => de_AutoTuneOptionsStatus(_, context),
|
|
3732
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
3733
|
-
ClusterConfig: (_) => de_ClusterConfigStatus(_, context),
|
|
3734
|
-
CognitoOptions: (_) => de_CognitoOptionsStatus(_, context),
|
|
3735
|
-
DomainEndpointOptions: (_) => de_DomainEndpointOptionsStatus(_, context),
|
|
3736
|
-
EBSOptions: (_) => de_EBSOptionsStatus(_, context),
|
|
3737
|
-
EncryptionAtRestOptions: (_) => de_EncryptionAtRestOptionsStatus(_, context),
|
|
3738
|
-
EngineVersion: (_) => de_VersionStatus(_, context),
|
|
3739
|
-
IPAddressType: (_) => de_IPAddressTypeStatus(_, context),
|
|
3740
|
-
IdentityCenterOptions: (_) => de_IdentityCenterOptionsStatus(_, context),
|
|
3741
|
-
LogPublishingOptions: (_) => de_LogPublishingOptionsStatus(_, context),
|
|
3724
|
+
AIMLOptions: /* @__PURE__ */ __name((_) => de_AIMLOptionsStatus(_, context), "AIMLOptions"),
|
|
3725
|
+
AccessPolicies: /* @__PURE__ */ __name((_) => de_AccessPoliciesStatus(_, context), "AccessPolicies"),
|
|
3726
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => de_AdvancedOptionsStatus(_, context), "AdvancedOptions"),
|
|
3727
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptionsStatus(_, context), "AdvancedSecurityOptions"),
|
|
3728
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => de_AutoTuneOptionsStatus(_, context), "AutoTuneOptions"),
|
|
3729
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
3730
|
+
ClusterConfig: /* @__PURE__ */ __name((_) => de_ClusterConfigStatus(_, context), "ClusterConfig"),
|
|
3731
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => de_CognitoOptionsStatus(_, context), "CognitoOptions"),
|
|
3732
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => de_DomainEndpointOptionsStatus(_, context), "DomainEndpointOptions"),
|
|
3733
|
+
EBSOptions: /* @__PURE__ */ __name((_) => de_EBSOptionsStatus(_, context), "EBSOptions"),
|
|
3734
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => de_EncryptionAtRestOptionsStatus(_, context), "EncryptionAtRestOptions"),
|
|
3735
|
+
EngineVersion: /* @__PURE__ */ __name((_) => de_VersionStatus(_, context), "EngineVersion"),
|
|
3736
|
+
IPAddressType: /* @__PURE__ */ __name((_) => de_IPAddressTypeStatus(_, context), "IPAddressType"),
|
|
3737
|
+
IdentityCenterOptions: /* @__PURE__ */ __name((_) => de_IdentityCenterOptionsStatus(_, context), "IdentityCenterOptions"),
|
|
3738
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => de_LogPublishingOptionsStatus(_, context), "LogPublishingOptions"),
|
|
3742
3739
|
ModifyingProperties: import_smithy_client._json,
|
|
3743
|
-
NodeToNodeEncryptionOptions: (_) => de_NodeToNodeEncryptionOptionsStatus(_, context),
|
|
3744
|
-
OffPeakWindowOptions: (_) => de_OffPeakWindowOptionsStatus(_, context),
|
|
3745
|
-
SnapshotOptions: (_) => de_SnapshotOptionsStatus(_, context),
|
|
3746
|
-
SoftwareUpdateOptions: (_) => de_SoftwareUpdateOptionsStatus(_, context),
|
|
3747
|
-
VPCOptions: (_) => de_VPCDerivedInfoStatus(_, context)
|
|
3740
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => de_NodeToNodeEncryptionOptionsStatus(_, context), "NodeToNodeEncryptionOptions"),
|
|
3741
|
+
OffPeakWindowOptions: /* @__PURE__ */ __name((_) => de_OffPeakWindowOptionsStatus(_, context), "OffPeakWindowOptions"),
|
|
3742
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => de_SnapshotOptionsStatus(_, context), "SnapshotOptions"),
|
|
3743
|
+
SoftwareUpdateOptions: /* @__PURE__ */ __name((_) => de_SoftwareUpdateOptionsStatus(_, context), "SoftwareUpdateOptions"),
|
|
3744
|
+
VPCOptions: /* @__PURE__ */ __name((_) => de_VPCDerivedInfoStatus(_, context), "VPCOptions")
|
|
3748
3745
|
});
|
|
3749
3746
|
}, "de_DomainConfig");
|
|
3750
3747
|
var de_DomainEndpointOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3751
3748
|
return (0, import_smithy_client.take)(output, {
|
|
3752
3749
|
Options: import_smithy_client._json,
|
|
3753
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3750
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3754
3751
|
});
|
|
3755
3752
|
}, "de_DomainEndpointOptionsStatus");
|
|
3756
3753
|
var de_DomainMaintenanceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3757
3754
|
return (0, import_smithy_client.take)(output, {
|
|
3758
3755
|
Action: import_smithy_client.expectString,
|
|
3759
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3756
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3760
3757
|
DomainName: import_smithy_client.expectString,
|
|
3761
3758
|
MaintenanceId: import_smithy_client.expectString,
|
|
3762
3759
|
NodeId: import_smithy_client.expectString,
|
|
3763
3760
|
Status: import_smithy_client.expectString,
|
|
3764
3761
|
StatusMessage: import_smithy_client.expectString,
|
|
3765
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3762
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3766
3763
|
});
|
|
3767
3764
|
}, "de_DomainMaintenanceDetails");
|
|
3768
3765
|
var de_DomainMaintenanceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3777,7 +3774,7 @@ var de_DomainPackageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3777
3774
|
DomainName: import_smithy_client.expectString,
|
|
3778
3775
|
DomainPackageStatus: import_smithy_client.expectString,
|
|
3779
3776
|
ErrorDetails: import_smithy_client._json,
|
|
3780
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3777
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
3781
3778
|
PackageID: import_smithy_client.expectString,
|
|
3782
3779
|
PackageName: import_smithy_client.expectString,
|
|
3783
3780
|
PackageType: import_smithy_client.expectString,
|
|
@@ -3798,9 +3795,9 @@ var de_DomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
3798
3795
|
ARN: import_smithy_client.expectString,
|
|
3799
3796
|
AccessPolicies: import_smithy_client.expectString,
|
|
3800
3797
|
AdvancedOptions: import_smithy_client._json,
|
|
3801
|
-
AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptions(_, context),
|
|
3798
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptions(_, context), "AdvancedSecurityOptions"),
|
|
3802
3799
|
AutoTuneOptions: import_smithy_client._json,
|
|
3803
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
3800
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
3804
3801
|
ClusterConfig: import_smithy_client._json,
|
|
3805
3802
|
CognitoOptions: import_smithy_client._json,
|
|
3806
3803
|
Created: import_smithy_client.expectBoolean,
|
|
@@ -3823,7 +3820,7 @@ var de_DomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
3823
3820
|
NodeToNodeEncryptionOptions: import_smithy_client._json,
|
|
3824
3821
|
OffPeakWindowOptions: import_smithy_client._json,
|
|
3825
3822
|
Processing: import_smithy_client.expectBoolean,
|
|
3826
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context),
|
|
3823
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions"),
|
|
3827
3824
|
SnapshotOptions: import_smithy_client._json,
|
|
3828
3825
|
SoftwareUpdateOptions: import_smithy_client._json,
|
|
3829
3826
|
UpgradeProcessing: import_smithy_client.expectBoolean,
|
|
@@ -3839,51 +3836,51 @@ var de_DomainStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3839
3836
|
var de_EBSOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3840
3837
|
return (0, import_smithy_client.take)(output, {
|
|
3841
3838
|
Options: import_smithy_client._json,
|
|
3842
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3839
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3843
3840
|
});
|
|
3844
3841
|
}, "de_EBSOptionsStatus");
|
|
3845
3842
|
var de_EncryptionAtRestOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3846
3843
|
return (0, import_smithy_client.take)(output, {
|
|
3847
3844
|
Options: import_smithy_client._json,
|
|
3848
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3845
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3849
3846
|
});
|
|
3850
3847
|
}, "de_EncryptionAtRestOptionsStatus");
|
|
3851
3848
|
var de_IdentityCenterOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3852
3849
|
return (0, import_smithy_client.take)(output, {
|
|
3853
3850
|
Options: import_smithy_client._json,
|
|
3854
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3851
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3855
3852
|
});
|
|
3856
3853
|
}, "de_IdentityCenterOptionsStatus");
|
|
3857
3854
|
var de_IPAddressTypeStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3858
3855
|
return (0, import_smithy_client.take)(output, {
|
|
3859
3856
|
Options: import_smithy_client.expectString,
|
|
3860
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3857
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3861
3858
|
});
|
|
3862
3859
|
}, "de_IPAddressTypeStatus");
|
|
3863
3860
|
var de_LogPublishingOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3864
3861
|
return (0, import_smithy_client.take)(output, {
|
|
3865
3862
|
Options: import_smithy_client._json,
|
|
3866
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3863
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3867
3864
|
});
|
|
3868
3865
|
}, "de_LogPublishingOptionsStatus");
|
|
3869
3866
|
var de_NodeToNodeEncryptionOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3870
3867
|
return (0, import_smithy_client.take)(output, {
|
|
3871
3868
|
Options: import_smithy_client._json,
|
|
3872
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3869
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3873
3870
|
});
|
|
3874
3871
|
}, "de_NodeToNodeEncryptionOptionsStatus");
|
|
3875
3872
|
var de_OffPeakWindowOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3876
3873
|
return (0, import_smithy_client.take)(output, {
|
|
3877
3874
|
Options: import_smithy_client._json,
|
|
3878
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
3875
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
3879
3876
|
});
|
|
3880
3877
|
}, "de_OffPeakWindowOptionsStatus");
|
|
3881
3878
|
var de_OptionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3882
3879
|
return (0, import_smithy_client.take)(output, {
|
|
3883
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3880
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3884
3881
|
PendingDeletion: import_smithy_client.expectBoolean,
|
|
3885
3882
|
State: import_smithy_client.expectString,
|
|
3886
|
-
UpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3883
|
+
UpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateDate"),
|
|
3887
3884
|
UpdateVersion: import_smithy_client.expectInt32
|
|
3888
3885
|
});
|
|
3889
3886
|
}, "de_OptionStatus");
|
|
@@ -3893,10 +3890,10 @@ var de_PackageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3893
3890
|
AvailablePackageConfiguration: import_smithy_client._json,
|
|
3894
3891
|
AvailablePackageVersion: import_smithy_client.expectString,
|
|
3895
3892
|
AvailablePluginProperties: import_smithy_client._json,
|
|
3896
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3893
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3897
3894
|
EngineVersion: import_smithy_client.expectString,
|
|
3898
3895
|
ErrorDetails: import_smithy_client._json,
|
|
3899
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3896
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3900
3897
|
PackageDescription: import_smithy_client.expectString,
|
|
3901
3898
|
PackageEncryptionOptions: import_smithy_client._json,
|
|
3902
3899
|
PackageID: import_smithy_client.expectString,
|
|
@@ -3916,7 +3913,7 @@ var de_PackageDetailsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3916
3913
|
var de_PackageVersionHistory = /* @__PURE__ */ __name((output, context) => {
|
|
3917
3914
|
return (0, import_smithy_client.take)(output, {
|
|
3918
3915
|
CommitMessage: import_smithy_client.expectString,
|
|
3919
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3916
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3920
3917
|
PackageConfiguration: import_smithy_client._json,
|
|
3921
3918
|
PackageVersion: import_smithy_client.expectString,
|
|
3922
3919
|
PluginProperties: import_smithy_client._json
|
|
@@ -3949,11 +3946,11 @@ var de_ReservedInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
3949
3946
|
InstanceCount: import_smithy_client.expectInt32,
|
|
3950
3947
|
InstanceType: import_smithy_client.expectString,
|
|
3951
3948
|
PaymentOption: import_smithy_client.expectString,
|
|
3952
|
-
RecurringCharges: (_) => de_RecurringChargeList(_, context),
|
|
3949
|
+
RecurringCharges: /* @__PURE__ */ __name((_) => de_RecurringChargeList(_, context), "RecurringCharges"),
|
|
3953
3950
|
ReservationName: import_smithy_client.expectString,
|
|
3954
3951
|
ReservedInstanceId: import_smithy_client.expectString,
|
|
3955
3952
|
ReservedInstanceOfferingId: import_smithy_client.expectString,
|
|
3956
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3953
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3957
3954
|
State: import_smithy_client.expectString,
|
|
3958
3955
|
UsagePrice: import_smithy_client.limitedParseDouble
|
|
3959
3956
|
});
|
|
@@ -3971,7 +3968,7 @@ var de_ReservedInstanceOffering = /* @__PURE__ */ __name((output, context) => {
|
|
|
3971
3968
|
FixedPrice: import_smithy_client.limitedParseDouble,
|
|
3972
3969
|
InstanceType: import_smithy_client.expectString,
|
|
3973
3970
|
PaymentOption: import_smithy_client.expectString,
|
|
3974
|
-
RecurringCharges: (_) => de_RecurringChargeList(_, context),
|
|
3971
|
+
RecurringCharges: /* @__PURE__ */ __name((_) => de_RecurringChargeList(_, context), "RecurringCharges"),
|
|
3975
3972
|
ReservedInstanceOfferingId: import_smithy_client.expectString,
|
|
3976
3973
|
UsagePrice: import_smithy_client.limitedParseDouble
|
|
3977
3974
|
});
|
|
@@ -3986,13 +3983,13 @@ var de_ScheduledAutoTuneDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3986
3983
|
return (0, import_smithy_client.take)(output, {
|
|
3987
3984
|
Action: import_smithy_client.expectString,
|
|
3988
3985
|
ActionType: import_smithy_client.expectString,
|
|
3989
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3986
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
3990
3987
|
Severity: import_smithy_client.expectString
|
|
3991
3988
|
});
|
|
3992
3989
|
}, "de_ScheduledAutoTuneDetails");
|
|
3993
3990
|
var de_ServiceSoftwareOptions = /* @__PURE__ */ __name((output, context) => {
|
|
3994
3991
|
return (0, import_smithy_client.take)(output, {
|
|
3995
|
-
AutomatedUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3992
|
+
AutomatedUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AutomatedUpdateDate"),
|
|
3996
3993
|
Cancellable: import_smithy_client.expectBoolean,
|
|
3997
3994
|
CurrentVersion: import_smithy_client.expectString,
|
|
3998
3995
|
Description: import_smithy_client.expectString,
|
|
@@ -4005,19 +4002,19 @@ var de_ServiceSoftwareOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
4005
4002
|
var de_SnapshotOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4006
4003
|
return (0, import_smithy_client.take)(output, {
|
|
4007
4004
|
Options: import_smithy_client._json,
|
|
4008
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
4005
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
4009
4006
|
});
|
|
4010
4007
|
}, "de_SnapshotOptionsStatus");
|
|
4011
4008
|
var de_SoftwareUpdateOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4012
4009
|
return (0, import_smithy_client.take)(output, {
|
|
4013
4010
|
Options: import_smithy_client._json,
|
|
4014
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
4011
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
4015
4012
|
});
|
|
4016
4013
|
}, "de_SoftwareUpdateOptionsStatus");
|
|
4017
4014
|
var de_UpgradeHistory = /* @__PURE__ */ __name((output, context) => {
|
|
4018
4015
|
return (0, import_smithy_client.take)(output, {
|
|
4019
|
-
StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4020
|
-
StepsList: (_) => de_UpgradeStepsList(_, context),
|
|
4016
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTimestamp"),
|
|
4017
|
+
StepsList: /* @__PURE__ */ __name((_) => de_UpgradeStepsList(_, context), "StepsList"),
|
|
4021
4018
|
UpgradeName: import_smithy_client.expectString,
|
|
4022
4019
|
UpgradeStatus: import_smithy_client.expectString
|
|
4023
4020
|
});
|
|
@@ -4045,13 +4042,13 @@ var de_UpgradeStepsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4045
4042
|
var de_VersionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4046
4043
|
return (0, import_smithy_client.take)(output, {
|
|
4047
4044
|
Options: import_smithy_client.expectString,
|
|
4048
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
4045
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
4049
4046
|
});
|
|
4050
4047
|
}, "de_VersionStatus");
|
|
4051
4048
|
var de_VPCDerivedInfoStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4052
4049
|
return (0, import_smithy_client.take)(output, {
|
|
4053
4050
|
Options: import_smithy_client._json,
|
|
4054
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
4051
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
4055
4052
|
});
|
|
4056
4053
|
}, "de_VPCDerivedInfoStatus");
|
|
4057
4054
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|