@aws-sdk/client-elasticsearch-service 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 +129 -129
- 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
|
AcceptInboundCrossClusterSearchConnectionCommand: () => AcceptInboundCrossClusterSearchConnectionCommand,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
AddTagsCommand: () => AddTagsCommand,
|
|
@@ -137,7 +137,7 @@ __export(src_exports, {
|
|
|
137
137
|
paginateListElasticsearchVersions: () => paginateListElasticsearchVersions,
|
|
138
138
|
paginateListPackagesForDomain: () => paginateListPackagesForDomain
|
|
139
139
|
});
|
|
140
|
-
module.exports = __toCommonJS(
|
|
140
|
+
module.exports = __toCommonJS(index_exports);
|
|
141
141
|
|
|
142
142
|
// src/ElasticsearchServiceClient.ts
|
|
143
143
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -264,9 +264,9 @@ var ElasticsearchServiceClient = class extends import_smithy_client.Client {
|
|
|
264
264
|
this.middlewareStack.use(
|
|
265
265
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
266
266
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultElasticsearchServiceHttpAuthSchemeParametersProvider,
|
|
267
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
267
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
268
268
|
"aws.auth#sigv4": config.credentials
|
|
269
|
-
})
|
|
269
|
+
}), "identityProviderConfigProvider")
|
|
270
270
|
})
|
|
271
271
|
);
|
|
272
272
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -801,7 +801,7 @@ var se_AddTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
801
801
|
body = JSON.stringify(
|
|
802
802
|
(0, import_smithy_client.take)(input, {
|
|
803
803
|
ARN: [],
|
|
804
|
-
TagList: (_) => (0, import_smithy_client._json)(_)
|
|
804
|
+
TagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagList")
|
|
805
805
|
})
|
|
806
806
|
);
|
|
807
807
|
b.m("POST").h(headers).b(body);
|
|
@@ -874,21 +874,21 @@ var se_CreateElasticsearchDomainCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
874
874
|
body = JSON.stringify(
|
|
875
875
|
(0, import_smithy_client.take)(input, {
|
|
876
876
|
AccessPolicies: [],
|
|
877
|
-
AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
|
|
878
|
-
AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
|
|
879
|
-
AutoTuneOptions: (_) => se_AutoTuneOptionsInput(_, context),
|
|
880
|
-
CognitoOptions: (_) => (0, import_smithy_client._json)(_),
|
|
881
|
-
DomainEndpointOptions: (_) => (0, import_smithy_client._json)(_),
|
|
877
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedOptions"),
|
|
878
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedSecurityOptions"),
|
|
879
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => se_AutoTuneOptionsInput(_, context), "AutoTuneOptions"),
|
|
880
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CognitoOptions"),
|
|
881
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainEndpointOptions"),
|
|
882
882
|
DomainName: [],
|
|
883
|
-
EBSOptions: (_) => (0, import_smithy_client._json)(_),
|
|
884
|
-
ElasticsearchClusterConfig: (_) => (0, import_smithy_client._json)(_),
|
|
883
|
+
EBSOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EBSOptions"),
|
|
884
|
+
ElasticsearchClusterConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ElasticsearchClusterConfig"),
|
|
885
885
|
ElasticsearchVersion: [],
|
|
886
|
-
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
887
|
-
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
888
|
-
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
889
|
-
SnapshotOptions: (_) => (0, import_smithy_client._json)(_),
|
|
890
|
-
TagList: (_) => (0, import_smithy_client._json)(_),
|
|
891
|
-
VPCOptions: (_) => (0, import_smithy_client._json)(_)
|
|
886
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EncryptionAtRestOptions"),
|
|
887
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingOptions"),
|
|
888
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeToNodeEncryptionOptions"),
|
|
889
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SnapshotOptions"),
|
|
890
|
+
TagList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagList"),
|
|
891
|
+
VPCOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VPCOptions")
|
|
892
892
|
})
|
|
893
893
|
);
|
|
894
894
|
b.m("POST").h(headers).b(body);
|
|
@@ -904,8 +904,8 @@ var se_CreateOutboundCrossClusterSearchConnectionCommand = /* @__PURE__ */ __nam
|
|
|
904
904
|
body = JSON.stringify(
|
|
905
905
|
(0, import_smithy_client.take)(input, {
|
|
906
906
|
ConnectionAlias: [],
|
|
907
|
-
DestinationDomainInfo: (_) => (0, import_smithy_client._json)(_),
|
|
908
|
-
SourceDomainInfo: (_) => (0, import_smithy_client._json)(_)
|
|
907
|
+
DestinationDomainInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DestinationDomainInfo"),
|
|
908
|
+
SourceDomainInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SourceDomainInfo")
|
|
909
909
|
})
|
|
910
910
|
);
|
|
911
911
|
b.m("POST").h(headers).b(body);
|
|
@@ -922,7 +922,7 @@ var se_CreatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
922
922
|
(0, import_smithy_client.take)(input, {
|
|
923
923
|
PackageDescription: [],
|
|
924
924
|
PackageName: [],
|
|
925
|
-
PackageSource: (_) => (0, import_smithy_client._json)(_),
|
|
925
|
+
PackageSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageSource"),
|
|
926
926
|
PackageType: []
|
|
927
927
|
})
|
|
928
928
|
);
|
|
@@ -940,7 +940,7 @@ var se_CreateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
940
940
|
(0, import_smithy_client.take)(input, {
|
|
941
941
|
ClientToken: [],
|
|
942
942
|
DomainArn: [],
|
|
943
|
-
VpcOptions: (_) => (0, import_smithy_client._json)(_)
|
|
943
|
+
VpcOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcOptions")
|
|
944
944
|
})
|
|
945
945
|
);
|
|
946
946
|
b.m("POST").h(headers).b(body);
|
|
@@ -1065,7 +1065,7 @@ var se_DescribeElasticsearchDomainsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1065
1065
|
let body;
|
|
1066
1066
|
body = JSON.stringify(
|
|
1067
1067
|
(0, import_smithy_client.take)(input, {
|
|
1068
|
-
DomainNames: (_) => (0, import_smithy_client._json)(_)
|
|
1068
|
+
DomainNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainNames")
|
|
1069
1069
|
})
|
|
1070
1070
|
);
|
|
1071
1071
|
b.m("POST").h(headers).b(body);
|
|
@@ -1093,7 +1093,7 @@ var se_DescribeInboundCrossClusterSearchConnectionsCommand = /* @__PURE__ */ __n
|
|
|
1093
1093
|
let body;
|
|
1094
1094
|
body = JSON.stringify(
|
|
1095
1095
|
(0, import_smithy_client.take)(input, {
|
|
1096
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1096
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1097
1097
|
MaxResults: [],
|
|
1098
1098
|
NextToken: []
|
|
1099
1099
|
})
|
|
@@ -1110,7 +1110,7 @@ var se_DescribeOutboundCrossClusterSearchConnectionsCommand = /* @__PURE__ */ __
|
|
|
1110
1110
|
let body;
|
|
1111
1111
|
body = JSON.stringify(
|
|
1112
1112
|
(0, import_smithy_client.take)(input, {
|
|
1113
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1113
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1114
1114
|
MaxResults: [],
|
|
1115
1115
|
NextToken: []
|
|
1116
1116
|
})
|
|
@@ -1127,7 +1127,7 @@ var se_DescribePackagesCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1127
1127
|
let body;
|
|
1128
1128
|
body = JSON.stringify(
|
|
1129
1129
|
(0, import_smithy_client.take)(input, {
|
|
1130
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1130
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1131
1131
|
MaxResults: [],
|
|
1132
1132
|
NextToken: []
|
|
1133
1133
|
})
|
|
@@ -1170,7 +1170,7 @@ var se_DescribeVpcEndpointsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1170
1170
|
let body;
|
|
1171
1171
|
body = JSON.stringify(
|
|
1172
1172
|
(0, import_smithy_client.take)(input, {
|
|
1173
|
-
VpcEndpointIds: (_) => (0, import_smithy_client._json)(_)
|
|
1173
|
+
VpcEndpointIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcEndpointIds")
|
|
1174
1174
|
})
|
|
1175
1175
|
);
|
|
1176
1176
|
b.m("POST").h(headers).b(body);
|
|
@@ -1382,7 +1382,7 @@ var se_RemoveTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1382
1382
|
body = JSON.stringify(
|
|
1383
1383
|
(0, import_smithy_client.take)(input, {
|
|
1384
1384
|
ARN: [],
|
|
1385
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1385
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1386
1386
|
})
|
|
1387
1387
|
);
|
|
1388
1388
|
b.m("POST").h(headers).b(body);
|
|
@@ -1430,19 +1430,19 @@ var se_UpdateElasticsearchDomainConfigCommand = /* @__PURE__ */ __name(async (in
|
|
|
1430
1430
|
body = JSON.stringify(
|
|
1431
1431
|
(0, import_smithy_client.take)(input, {
|
|
1432
1432
|
AccessPolicies: [],
|
|
1433
|
-
AdvancedOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1434
|
-
AdvancedSecurityOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1435
|
-
AutoTuneOptions: (_) => se_AutoTuneOptions(_, context),
|
|
1436
|
-
CognitoOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1437
|
-
DomainEndpointOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1433
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedOptions"),
|
|
1434
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdvancedSecurityOptions"),
|
|
1435
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => se_AutoTuneOptions(_, context), "AutoTuneOptions"),
|
|
1436
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CognitoOptions"),
|
|
1437
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DomainEndpointOptions"),
|
|
1438
1438
|
DryRun: [],
|
|
1439
|
-
EBSOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1440
|
-
ElasticsearchClusterConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1441
|
-
EncryptionAtRestOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1442
|
-
LogPublishingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1443
|
-
NodeToNodeEncryptionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1444
|
-
SnapshotOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1445
|
-
VPCOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1439
|
+
EBSOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EBSOptions"),
|
|
1440
|
+
ElasticsearchClusterConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ElasticsearchClusterConfig"),
|
|
1441
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EncryptionAtRestOptions"),
|
|
1442
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingOptions"),
|
|
1443
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeToNodeEncryptionOptions"),
|
|
1444
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SnapshotOptions"),
|
|
1445
|
+
VPCOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VPCOptions")
|
|
1446
1446
|
})
|
|
1447
1447
|
);
|
|
1448
1448
|
b.m("POST").h(headers).b(body);
|
|
@@ -1460,7 +1460,7 @@ var se_UpdatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1460
1460
|
CommitMessage: [],
|
|
1461
1461
|
PackageDescription: [],
|
|
1462
1462
|
PackageID: [],
|
|
1463
|
-
PackageSource: (_) => (0, import_smithy_client._json)(_)
|
|
1463
|
+
PackageSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PackageSource")
|
|
1464
1464
|
})
|
|
1465
1465
|
);
|
|
1466
1466
|
b.m("POST").h(headers).b(body);
|
|
@@ -1476,7 +1476,7 @@ var se_UpdateVpcEndpointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1476
1476
|
body = JSON.stringify(
|
|
1477
1477
|
(0, import_smithy_client.take)(input, {
|
|
1478
1478
|
VpcEndpointId: [],
|
|
1479
|
-
VpcOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1479
|
+
VpcOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcOptions")
|
|
1480
1480
|
})
|
|
1481
1481
|
);
|
|
1482
1482
|
b.m("POST").h(headers).b(body);
|
|
@@ -1532,7 +1532,7 @@ var de_AssociatePackageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1532
1532
|
});
|
|
1533
1533
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1534
1534
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1535
|
-
DomainPackageDetails: (_) => de_DomainPackageDetails(_, context)
|
|
1535
|
+
DomainPackageDetails: /* @__PURE__ */ __name((_) => de_DomainPackageDetails(_, context), "DomainPackageDetails")
|
|
1536
1536
|
});
|
|
1537
1537
|
Object.assign(contents, doc);
|
|
1538
1538
|
return contents;
|
|
@@ -1576,7 +1576,7 @@ var de_CancelElasticsearchServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(
|
|
|
1576
1576
|
});
|
|
1577
1577
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1578
1578
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1579
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context)
|
|
1579
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions")
|
|
1580
1580
|
});
|
|
1581
1581
|
Object.assign(contents, doc);
|
|
1582
1582
|
return contents;
|
|
@@ -1590,7 +1590,7 @@ var de_CreateElasticsearchDomainCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1590
1590
|
});
|
|
1591
1591
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1592
1592
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1593
|
-
DomainStatus: (_) => de_ElasticsearchDomainStatus(_, context)
|
|
1593
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainStatus(_, context), "DomainStatus")
|
|
1594
1594
|
});
|
|
1595
1595
|
Object.assign(contents, doc);
|
|
1596
1596
|
return contents;
|
|
@@ -1622,7 +1622,7 @@ var de_CreatePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1622
1622
|
});
|
|
1623
1623
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1624
1624
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1625
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
1625
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
1626
1626
|
});
|
|
1627
1627
|
Object.assign(contents, doc);
|
|
1628
1628
|
return contents;
|
|
@@ -1650,7 +1650,7 @@ var de_DeleteElasticsearchDomainCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1650
1650
|
});
|
|
1651
1651
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1652
1652
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1653
|
-
DomainStatus: (_) => de_ElasticsearchDomainStatus(_, context)
|
|
1653
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainStatus(_, context), "DomainStatus")
|
|
1654
1654
|
});
|
|
1655
1655
|
Object.assign(contents, doc);
|
|
1656
1656
|
return contents;
|
|
@@ -1702,7 +1702,7 @@ var de_DeletePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1702
1702
|
});
|
|
1703
1703
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1704
1704
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1705
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
1705
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
1706
1706
|
});
|
|
1707
1707
|
Object.assign(contents, doc);
|
|
1708
1708
|
return contents;
|
|
@@ -1730,7 +1730,7 @@ var de_DescribeDomainAutoTunesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1730
1730
|
});
|
|
1731
1731
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1732
1732
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1733
|
-
AutoTunes: (_) => de_AutoTuneList(_, context),
|
|
1733
|
+
AutoTunes: /* @__PURE__ */ __name((_) => de_AutoTuneList(_, context), "AutoTunes"),
|
|
1734
1734
|
NextToken: import_smithy_client.expectString
|
|
1735
1735
|
});
|
|
1736
1736
|
Object.assign(contents, doc);
|
|
@@ -1745,7 +1745,7 @@ var de_DescribeDomainChangeProgressCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1745
1745
|
});
|
|
1746
1746
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1747
1747
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1748
|
-
ChangeProgressStatus: (_) => de_ChangeProgressStatusDetails(_, context)
|
|
1748
|
+
ChangeProgressStatus: /* @__PURE__ */ __name((_) => de_ChangeProgressStatusDetails(_, context), "ChangeProgressStatus")
|
|
1749
1749
|
});
|
|
1750
1750
|
Object.assign(contents, doc);
|
|
1751
1751
|
return contents;
|
|
@@ -1759,7 +1759,7 @@ var de_DescribeElasticsearchDomainCommand = /* @__PURE__ */ __name(async (output
|
|
|
1759
1759
|
});
|
|
1760
1760
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1761
1761
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1762
|
-
DomainStatus: (_) => de_ElasticsearchDomainStatus(_, context)
|
|
1762
|
+
DomainStatus: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainStatus(_, context), "DomainStatus")
|
|
1763
1763
|
});
|
|
1764
1764
|
Object.assign(contents, doc);
|
|
1765
1765
|
return contents;
|
|
@@ -1773,7 +1773,7 @@ var de_DescribeElasticsearchDomainConfigCommand = /* @__PURE__ */ __name(async (
|
|
|
1773
1773
|
});
|
|
1774
1774
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1775
1775
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1776
|
-
DomainConfig: (_) => de_ElasticsearchDomainConfig(_, context)
|
|
1776
|
+
DomainConfig: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainConfig(_, context), "DomainConfig")
|
|
1777
1777
|
});
|
|
1778
1778
|
Object.assign(contents, doc);
|
|
1779
1779
|
return contents;
|
|
@@ -1787,7 +1787,7 @@ var de_DescribeElasticsearchDomainsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1787
1787
|
});
|
|
1788
1788
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1789
1789
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1790
|
-
DomainStatusList: (_) => de_ElasticsearchDomainStatusList(_, context)
|
|
1790
|
+
DomainStatusList: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainStatusList(_, context), "DomainStatusList")
|
|
1791
1791
|
});
|
|
1792
1792
|
Object.assign(contents, doc);
|
|
1793
1793
|
return contents;
|
|
@@ -1846,7 +1846,7 @@ var de_DescribePackagesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1846
1846
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1847
1847
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1848
1848
|
NextToken: import_smithy_client.expectString,
|
|
1849
|
-
PackageDetailsList: (_) => de_PackageDetailsList(_, context)
|
|
1849
|
+
PackageDetailsList: /* @__PURE__ */ __name((_) => de_PackageDetailsList(_, context), "PackageDetailsList")
|
|
1850
1850
|
});
|
|
1851
1851
|
Object.assign(contents, doc);
|
|
1852
1852
|
return contents;
|
|
@@ -1861,7 +1861,7 @@ var de_DescribeReservedElasticsearchInstanceOfferingsCommand = /* @__PURE__ */ _
|
|
|
1861
1861
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1862
1862
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1863
1863
|
NextToken: import_smithy_client.expectString,
|
|
1864
|
-
ReservedElasticsearchInstanceOfferings: (_) => de_ReservedElasticsearchInstanceOfferingList(_, context)
|
|
1864
|
+
ReservedElasticsearchInstanceOfferings: /* @__PURE__ */ __name((_) => de_ReservedElasticsearchInstanceOfferingList(_, context), "ReservedElasticsearchInstanceOfferings")
|
|
1865
1865
|
});
|
|
1866
1866
|
Object.assign(contents, doc);
|
|
1867
1867
|
return contents;
|
|
@@ -1876,7 +1876,7 @@ var de_DescribeReservedElasticsearchInstancesCommand = /* @__PURE__ */ __name(as
|
|
|
1876
1876
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1877
1877
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1878
1878
|
NextToken: import_smithy_client.expectString,
|
|
1879
|
-
ReservedElasticsearchInstances: (_) => de_ReservedElasticsearchInstanceList(_, context)
|
|
1879
|
+
ReservedElasticsearchInstances: /* @__PURE__ */ __name((_) => de_ReservedElasticsearchInstanceList(_, context), "ReservedElasticsearchInstances")
|
|
1880
1880
|
});
|
|
1881
1881
|
Object.assign(contents, doc);
|
|
1882
1882
|
return contents;
|
|
@@ -1905,7 +1905,7 @@ var de_DissociatePackageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1905
1905
|
});
|
|
1906
1906
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1907
1907
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1908
|
-
DomainPackageDetails: (_) => de_DomainPackageDetails(_, context)
|
|
1908
|
+
DomainPackageDetails: /* @__PURE__ */ __name((_) => de_DomainPackageDetails(_, context), "DomainPackageDetails")
|
|
1909
1909
|
});
|
|
1910
1910
|
Object.assign(contents, doc);
|
|
1911
1911
|
return contents;
|
|
@@ -1935,7 +1935,7 @@ var de_GetPackageVersionHistoryCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1935
1935
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1936
1936
|
NextToken: import_smithy_client.expectString,
|
|
1937
1937
|
PackageID: import_smithy_client.expectString,
|
|
1938
|
-
PackageVersionHistoryList: (_) => de_PackageVersionHistoryList(_, context)
|
|
1938
|
+
PackageVersionHistoryList: /* @__PURE__ */ __name((_) => de_PackageVersionHistoryList(_, context), "PackageVersionHistoryList")
|
|
1939
1939
|
});
|
|
1940
1940
|
Object.assign(contents, doc);
|
|
1941
1941
|
return contents;
|
|
@@ -1950,7 +1950,7 @@ var de_GetUpgradeHistoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1950
1950
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1951
1951
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1952
1952
|
NextToken: import_smithy_client.expectString,
|
|
1953
|
-
UpgradeHistories: (_) => de_UpgradeHistoryList(_, context)
|
|
1953
|
+
UpgradeHistories: /* @__PURE__ */ __name((_) => de_UpgradeHistoryList(_, context), "UpgradeHistories")
|
|
1954
1954
|
});
|
|
1955
1955
|
Object.assign(contents, doc);
|
|
1956
1956
|
return contents;
|
|
@@ -1994,7 +1994,7 @@ var de_ListDomainsForPackageCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1994
1994
|
});
|
|
1995
1995
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1996
1996
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1997
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context),
|
|
1997
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList"),
|
|
1998
1998
|
NextToken: import_smithy_client.expectString
|
|
1999
1999
|
});
|
|
2000
2000
|
Object.assign(contents, doc);
|
|
@@ -2039,7 +2039,7 @@ var de_ListPackagesForDomainCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2039
2039
|
});
|
|
2040
2040
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2041
2041
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2042
|
-
DomainPackageDetailsList: (_) => de_DomainPackageDetailsList(_, context),
|
|
2042
|
+
DomainPackageDetailsList: /* @__PURE__ */ __name((_) => de_DomainPackageDetailsList(_, context), "DomainPackageDetailsList"),
|
|
2043
2043
|
NextToken: import_smithy_client.expectString
|
|
2044
2044
|
});
|
|
2045
2045
|
Object.assign(contents, doc);
|
|
@@ -2162,7 +2162,7 @@ var de_StartElasticsearchServiceSoftwareUpdateCommand = /* @__PURE__ */ __name(a
|
|
|
2162
2162
|
});
|
|
2163
2163
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2164
2164
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2165
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context)
|
|
2165
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions")
|
|
2166
2166
|
});
|
|
2167
2167
|
Object.assign(contents, doc);
|
|
2168
2168
|
return contents;
|
|
@@ -2176,7 +2176,7 @@ var de_UpdateElasticsearchDomainConfigCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2176
2176
|
});
|
|
2177
2177
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2178
2178
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2179
|
-
DomainConfig: (_) => de_ElasticsearchDomainConfig(_, context),
|
|
2179
|
+
DomainConfig: /* @__PURE__ */ __name((_) => de_ElasticsearchDomainConfig(_, context), "DomainConfig"),
|
|
2180
2180
|
DryRunResults: import_smithy_client._json
|
|
2181
2181
|
});
|
|
2182
2182
|
Object.assign(contents, doc);
|
|
@@ -2191,7 +2191,7 @@ var de_UpdatePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2191
2191
|
});
|
|
2192
2192
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2193
2193
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2194
|
-
PackageDetails: (_) => de_PackageDetails(_, context)
|
|
2194
|
+
PackageDetails: /* @__PURE__ */ __name((_) => de_PackageDetails(_, context), "PackageDetails")
|
|
2195
2195
|
});
|
|
2196
2196
|
Object.assign(contents, doc);
|
|
2197
2197
|
return contents;
|
|
@@ -2219,7 +2219,7 @@ var de_UpgradeElasticsearchDomainCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2219
2219
|
});
|
|
2220
2220
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2221
2221
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2222
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
2222
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
2223
2223
|
DomainName: import_smithy_client.expectString,
|
|
2224
2224
|
PerformCheckOnly: import_smithy_client.expectBoolean,
|
|
2225
2225
|
TargetVersion: import_smithy_client.expectString
|
|
@@ -2424,7 +2424,7 @@ var se_AutoTuneMaintenanceSchedule = /* @__PURE__ */ __name((input, context) =>
|
|
|
2424
2424
|
return (0, import_smithy_client.take)(input, {
|
|
2425
2425
|
CronExpressionForRecurrence: [],
|
|
2426
2426
|
Duration: import_smithy_client._json,
|
|
2427
|
-
StartAt: (_) => _.getTime() / 1e3
|
|
2427
|
+
StartAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartAt")
|
|
2428
2428
|
});
|
|
2429
2429
|
}, "se_AutoTuneMaintenanceSchedule");
|
|
2430
2430
|
var se_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2435,31 +2435,31 @@ var se_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((input, context)
|
|
|
2435
2435
|
var se_AutoTuneOptions = /* @__PURE__ */ __name((input, context) => {
|
|
2436
2436
|
return (0, import_smithy_client.take)(input, {
|
|
2437
2437
|
DesiredState: [],
|
|
2438
|
-
MaintenanceSchedules: (_) => se_AutoTuneMaintenanceScheduleList(_, context),
|
|
2438
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => se_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules"),
|
|
2439
2439
|
RollbackOnDisable: []
|
|
2440
2440
|
});
|
|
2441
2441
|
}, "se_AutoTuneOptions");
|
|
2442
2442
|
var se_AutoTuneOptionsInput = /* @__PURE__ */ __name((input, context) => {
|
|
2443
2443
|
return (0, import_smithy_client.take)(input, {
|
|
2444
2444
|
DesiredState: [],
|
|
2445
|
-
MaintenanceSchedules: (_) => se_AutoTuneMaintenanceScheduleList(_, context)
|
|
2445
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => se_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules")
|
|
2446
2446
|
});
|
|
2447
2447
|
}, "se_AutoTuneOptionsInput");
|
|
2448
2448
|
var de_AccessPoliciesStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2449
2449
|
return (0, import_smithy_client.take)(output, {
|
|
2450
2450
|
Options: import_smithy_client.expectString,
|
|
2451
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2451
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2452
2452
|
});
|
|
2453
2453
|
}, "de_AccessPoliciesStatus");
|
|
2454
2454
|
var de_AdvancedOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2455
2455
|
return (0, import_smithy_client.take)(output, {
|
|
2456
2456
|
Options: import_smithy_client._json,
|
|
2457
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2457
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2458
2458
|
});
|
|
2459
2459
|
}, "de_AdvancedOptionsStatus");
|
|
2460
2460
|
var de_AdvancedSecurityOptions = /* @__PURE__ */ __name((output, context) => {
|
|
2461
2461
|
return (0, import_smithy_client.take)(output, {
|
|
2462
|
-
AnonymousAuthDisableDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2462
|
+
AnonymousAuthDisableDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AnonymousAuthDisableDate"),
|
|
2463
2463
|
AnonymousAuthEnabled: import_smithy_client.expectBoolean,
|
|
2464
2464
|
Enabled: import_smithy_client.expectBoolean,
|
|
2465
2465
|
InternalUserDatabaseEnabled: import_smithy_client.expectBoolean,
|
|
@@ -2468,19 +2468,19 @@ var de_AdvancedSecurityOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2468
2468
|
}, "de_AdvancedSecurityOptions");
|
|
2469
2469
|
var de_AdvancedSecurityOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2470
2470
|
return (0, import_smithy_client.take)(output, {
|
|
2471
|
-
Options: (_) => de_AdvancedSecurityOptions(_, context),
|
|
2472
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2471
|
+
Options: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptions(_, context), "Options"),
|
|
2472
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2473
2473
|
});
|
|
2474
2474
|
}, "de_AdvancedSecurityOptionsStatus");
|
|
2475
2475
|
var de_AutoTune = /* @__PURE__ */ __name((output, context) => {
|
|
2476
2476
|
return (0, import_smithy_client.take)(output, {
|
|
2477
|
-
AutoTuneDetails: (_) => de_AutoTuneDetails(_, context),
|
|
2477
|
+
AutoTuneDetails: /* @__PURE__ */ __name((_) => de_AutoTuneDetails(_, context), "AutoTuneDetails"),
|
|
2478
2478
|
AutoTuneType: import_smithy_client.expectString
|
|
2479
2479
|
});
|
|
2480
2480
|
}, "de_AutoTune");
|
|
2481
2481
|
var de_AutoTuneDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2482
2482
|
return (0, import_smithy_client.take)(output, {
|
|
2483
|
-
ScheduledAutoTuneDetails: (_) => de_ScheduledAutoTuneDetails(_, context)
|
|
2483
|
+
ScheduledAutoTuneDetails: /* @__PURE__ */ __name((_) => de_ScheduledAutoTuneDetails(_, context), "ScheduledAutoTuneDetails")
|
|
2484
2484
|
});
|
|
2485
2485
|
}, "de_AutoTuneDetails");
|
|
2486
2486
|
var de_AutoTuneList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2493,7 +2493,7 @@ var de_AutoTuneMaintenanceSchedule = /* @__PURE__ */ __name((output, context) =>
|
|
|
2493
2493
|
return (0, import_smithy_client.take)(output, {
|
|
2494
2494
|
CronExpressionForRecurrence: import_smithy_client.expectString,
|
|
2495
2495
|
Duration: import_smithy_client._json,
|
|
2496
|
-
StartAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2496
|
+
StartAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartAt")
|
|
2497
2497
|
});
|
|
2498
2498
|
}, "de_AutoTuneMaintenanceSchedule");
|
|
2499
2499
|
var de_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2505,23 +2505,23 @@ var de_AutoTuneMaintenanceScheduleList = /* @__PURE__ */ __name((output, context
|
|
|
2505
2505
|
var de_AutoTuneOptions = /* @__PURE__ */ __name((output, context) => {
|
|
2506
2506
|
return (0, import_smithy_client.take)(output, {
|
|
2507
2507
|
DesiredState: import_smithy_client.expectString,
|
|
2508
|
-
MaintenanceSchedules: (_) => de_AutoTuneMaintenanceScheduleList(_, context),
|
|
2508
|
+
MaintenanceSchedules: /* @__PURE__ */ __name((_) => de_AutoTuneMaintenanceScheduleList(_, context), "MaintenanceSchedules"),
|
|
2509
2509
|
RollbackOnDisable: import_smithy_client.expectString
|
|
2510
2510
|
});
|
|
2511
2511
|
}, "de_AutoTuneOptions");
|
|
2512
2512
|
var de_AutoTuneOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2513
2513
|
return (0, import_smithy_client.take)(output, {
|
|
2514
|
-
Options: (_) => de_AutoTuneOptions(_, context),
|
|
2515
|
-
Status: (_) => de_AutoTuneStatus(_, context)
|
|
2514
|
+
Options: /* @__PURE__ */ __name((_) => de_AutoTuneOptions(_, context), "Options"),
|
|
2515
|
+
Status: /* @__PURE__ */ __name((_) => de_AutoTuneStatus(_, context), "Status")
|
|
2516
2516
|
});
|
|
2517
2517
|
}, "de_AutoTuneOptionsStatus");
|
|
2518
2518
|
var de_AutoTuneStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2519
2519
|
return (0, import_smithy_client.take)(output, {
|
|
2520
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2520
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2521
2521
|
ErrorMessage: import_smithy_client.expectString,
|
|
2522
2522
|
PendingDeletion: import_smithy_client.expectBoolean,
|
|
2523
2523
|
State: import_smithy_client.expectString,
|
|
2524
|
-
UpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2524
|
+
UpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateDate"),
|
|
2525
2525
|
UpdateVersion: import_smithy_client.expectInt32
|
|
2526
2526
|
});
|
|
2527
2527
|
}, "de_AutoTuneStatus");
|
|
@@ -2530,15 +2530,15 @@ var de_ChangeProgressDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2530
2530
|
ChangeId: import_smithy_client.expectString,
|
|
2531
2531
|
ConfigChangeStatus: import_smithy_client.expectString,
|
|
2532
2532
|
InitiatedBy: import_smithy_client.expectString,
|
|
2533
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2533
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
2534
2534
|
Message: import_smithy_client.expectString,
|
|
2535
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2535
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
2536
2536
|
});
|
|
2537
2537
|
}, "de_ChangeProgressDetails");
|
|
2538
2538
|
var de_ChangeProgressStage = /* @__PURE__ */ __name((output, context) => {
|
|
2539
2539
|
return (0, import_smithy_client.take)(output, {
|
|
2540
2540
|
Description: import_smithy_client.expectString,
|
|
2541
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2541
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
2542
2542
|
Name: import_smithy_client.expectString,
|
|
2543
2543
|
Status: import_smithy_client.expectString
|
|
2544
2544
|
});
|
|
@@ -2552,13 +2552,13 @@ var de_ChangeProgressStageList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2552
2552
|
var de_ChangeProgressStatusDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2553
2553
|
return (0, import_smithy_client.take)(output, {
|
|
2554
2554
|
ChangeId: import_smithy_client.expectString,
|
|
2555
|
-
ChangeProgressStages: (_) => de_ChangeProgressStageList(_, context),
|
|
2555
|
+
ChangeProgressStages: /* @__PURE__ */ __name((_) => de_ChangeProgressStageList(_, context), "ChangeProgressStages"),
|
|
2556
2556
|
CompletedProperties: import_smithy_client._json,
|
|
2557
2557
|
ConfigChangeStatus: import_smithy_client.expectString,
|
|
2558
2558
|
InitiatedBy: import_smithy_client.expectString,
|
|
2559
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2559
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
2560
2560
|
PendingProperties: import_smithy_client._json,
|
|
2561
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2561
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
2562
2562
|
Status: import_smithy_client.expectString,
|
|
2563
2563
|
TotalNumberOfStages: import_smithy_client.expectInt32
|
|
2564
2564
|
});
|
|
@@ -2566,13 +2566,13 @@ var de_ChangeProgressStatusDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
2566
2566
|
var de_CognitoOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2567
2567
|
return (0, import_smithy_client.take)(output, {
|
|
2568
2568
|
Options: import_smithy_client._json,
|
|
2569
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2569
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2570
2570
|
});
|
|
2571
2571
|
}, "de_CognitoOptionsStatus");
|
|
2572
2572
|
var de_DomainEndpointOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2573
2573
|
return (0, import_smithy_client.take)(output, {
|
|
2574
2574
|
Options: import_smithy_client._json,
|
|
2575
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2575
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2576
2576
|
});
|
|
2577
2577
|
}, "de_DomainEndpointOptionsStatus");
|
|
2578
2578
|
var de_DomainPackageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2580,7 +2580,7 @@ var de_DomainPackageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2580
2580
|
DomainName: import_smithy_client.expectString,
|
|
2581
2581
|
DomainPackageStatus: import_smithy_client.expectString,
|
|
2582
2582
|
ErrorDetails: import_smithy_client._json,
|
|
2583
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2583
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
2584
2584
|
PackageID: import_smithy_client.expectString,
|
|
2585
2585
|
PackageName: import_smithy_client.expectString,
|
|
2586
2586
|
PackageType: import_smithy_client.expectString,
|
|
@@ -2597,33 +2597,33 @@ var de_DomainPackageDetailsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2597
2597
|
var de_EBSOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2598
2598
|
return (0, import_smithy_client.take)(output, {
|
|
2599
2599
|
Options: import_smithy_client._json,
|
|
2600
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2600
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2601
2601
|
});
|
|
2602
2602
|
}, "de_EBSOptionsStatus");
|
|
2603
2603
|
var de_ElasticsearchClusterConfigStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2604
2604
|
return (0, import_smithy_client.take)(output, {
|
|
2605
2605
|
Options: import_smithy_client._json,
|
|
2606
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2606
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2607
2607
|
});
|
|
2608
2608
|
}, "de_ElasticsearchClusterConfigStatus");
|
|
2609
2609
|
var de_ElasticsearchDomainConfig = /* @__PURE__ */ __name((output, context) => {
|
|
2610
2610
|
return (0, import_smithy_client.take)(output, {
|
|
2611
|
-
AccessPolicies: (_) => de_AccessPoliciesStatus(_, context),
|
|
2612
|
-
AdvancedOptions: (_) => de_AdvancedOptionsStatus(_, context),
|
|
2613
|
-
AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptionsStatus(_, context),
|
|
2614
|
-
AutoTuneOptions: (_) => de_AutoTuneOptionsStatus(_, context),
|
|
2615
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
2616
|
-
CognitoOptions: (_) => de_CognitoOptionsStatus(_, context),
|
|
2617
|
-
DomainEndpointOptions: (_) => de_DomainEndpointOptionsStatus(_, context),
|
|
2618
|
-
EBSOptions: (_) => de_EBSOptionsStatus(_, context),
|
|
2619
|
-
ElasticsearchClusterConfig: (_) => de_ElasticsearchClusterConfigStatus(_, context),
|
|
2620
|
-
ElasticsearchVersion: (_) => de_ElasticsearchVersionStatus(_, context),
|
|
2621
|
-
EncryptionAtRestOptions: (_) => de_EncryptionAtRestOptionsStatus(_, context),
|
|
2622
|
-
LogPublishingOptions: (_) => de_LogPublishingOptionsStatus(_, context),
|
|
2611
|
+
AccessPolicies: /* @__PURE__ */ __name((_) => de_AccessPoliciesStatus(_, context), "AccessPolicies"),
|
|
2612
|
+
AdvancedOptions: /* @__PURE__ */ __name((_) => de_AdvancedOptionsStatus(_, context), "AdvancedOptions"),
|
|
2613
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptionsStatus(_, context), "AdvancedSecurityOptions"),
|
|
2614
|
+
AutoTuneOptions: /* @__PURE__ */ __name((_) => de_AutoTuneOptionsStatus(_, context), "AutoTuneOptions"),
|
|
2615
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
2616
|
+
CognitoOptions: /* @__PURE__ */ __name((_) => de_CognitoOptionsStatus(_, context), "CognitoOptions"),
|
|
2617
|
+
DomainEndpointOptions: /* @__PURE__ */ __name((_) => de_DomainEndpointOptionsStatus(_, context), "DomainEndpointOptions"),
|
|
2618
|
+
EBSOptions: /* @__PURE__ */ __name((_) => de_EBSOptionsStatus(_, context), "EBSOptions"),
|
|
2619
|
+
ElasticsearchClusterConfig: /* @__PURE__ */ __name((_) => de_ElasticsearchClusterConfigStatus(_, context), "ElasticsearchClusterConfig"),
|
|
2620
|
+
ElasticsearchVersion: /* @__PURE__ */ __name((_) => de_ElasticsearchVersionStatus(_, context), "ElasticsearchVersion"),
|
|
2621
|
+
EncryptionAtRestOptions: /* @__PURE__ */ __name((_) => de_EncryptionAtRestOptionsStatus(_, context), "EncryptionAtRestOptions"),
|
|
2622
|
+
LogPublishingOptions: /* @__PURE__ */ __name((_) => de_LogPublishingOptionsStatus(_, context), "LogPublishingOptions"),
|
|
2623
2623
|
ModifyingProperties: import_smithy_client._json,
|
|
2624
|
-
NodeToNodeEncryptionOptions: (_) => de_NodeToNodeEncryptionOptionsStatus(_, context),
|
|
2625
|
-
SnapshotOptions: (_) => de_SnapshotOptionsStatus(_, context),
|
|
2626
|
-
VPCOptions: (_) => de_VPCDerivedInfoStatus(_, context)
|
|
2624
|
+
NodeToNodeEncryptionOptions: /* @__PURE__ */ __name((_) => de_NodeToNodeEncryptionOptionsStatus(_, context), "NodeToNodeEncryptionOptions"),
|
|
2625
|
+
SnapshotOptions: /* @__PURE__ */ __name((_) => de_SnapshotOptionsStatus(_, context), "SnapshotOptions"),
|
|
2626
|
+
VPCOptions: /* @__PURE__ */ __name((_) => de_VPCDerivedInfoStatus(_, context), "VPCOptions")
|
|
2627
2627
|
});
|
|
2628
2628
|
}, "de_ElasticsearchDomainConfig");
|
|
2629
2629
|
var de_ElasticsearchDomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2631,9 +2631,9 @@ var de_ElasticsearchDomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
2631
2631
|
ARN: import_smithy_client.expectString,
|
|
2632
2632
|
AccessPolicies: import_smithy_client.expectString,
|
|
2633
2633
|
AdvancedOptions: import_smithy_client._json,
|
|
2634
|
-
AdvancedSecurityOptions: (_) => de_AdvancedSecurityOptions(_, context),
|
|
2634
|
+
AdvancedSecurityOptions: /* @__PURE__ */ __name((_) => de_AdvancedSecurityOptions(_, context), "AdvancedSecurityOptions"),
|
|
2635
2635
|
AutoTuneOptions: import_smithy_client._json,
|
|
2636
|
-
ChangeProgressDetails: (_) => de_ChangeProgressDetails(_, context),
|
|
2636
|
+
ChangeProgressDetails: /* @__PURE__ */ __name((_) => de_ChangeProgressDetails(_, context), "ChangeProgressDetails"),
|
|
2637
2637
|
CognitoOptions: import_smithy_client._json,
|
|
2638
2638
|
Created: import_smithy_client.expectBoolean,
|
|
2639
2639
|
Deleted: import_smithy_client.expectBoolean,
|
|
@@ -2651,7 +2651,7 @@ var de_ElasticsearchDomainStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
2651
2651
|
ModifyingProperties: import_smithy_client._json,
|
|
2652
2652
|
NodeToNodeEncryptionOptions: import_smithy_client._json,
|
|
2653
2653
|
Processing: import_smithy_client.expectBoolean,
|
|
2654
|
-
ServiceSoftwareOptions: (_) => de_ServiceSoftwareOptions(_, context),
|
|
2654
|
+
ServiceSoftwareOptions: /* @__PURE__ */ __name((_) => de_ServiceSoftwareOptions(_, context), "ServiceSoftwareOptions"),
|
|
2655
2655
|
SnapshotOptions: import_smithy_client._json,
|
|
2656
2656
|
UpgradeProcessing: import_smithy_client.expectBoolean,
|
|
2657
2657
|
VPCOptions: import_smithy_client._json
|
|
@@ -2666,42 +2666,42 @@ var de_ElasticsearchDomainStatusList = /* @__PURE__ */ __name((output, context)
|
|
|
2666
2666
|
var de_ElasticsearchVersionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2667
2667
|
return (0, import_smithy_client.take)(output, {
|
|
2668
2668
|
Options: import_smithy_client.expectString,
|
|
2669
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2669
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2670
2670
|
});
|
|
2671
2671
|
}, "de_ElasticsearchVersionStatus");
|
|
2672
2672
|
var de_EncryptionAtRestOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2673
2673
|
return (0, import_smithy_client.take)(output, {
|
|
2674
2674
|
Options: import_smithy_client._json,
|
|
2675
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2675
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2676
2676
|
});
|
|
2677
2677
|
}, "de_EncryptionAtRestOptionsStatus");
|
|
2678
2678
|
var de_LogPublishingOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2679
2679
|
return (0, import_smithy_client.take)(output, {
|
|
2680
2680
|
Options: import_smithy_client._json,
|
|
2681
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2681
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2682
2682
|
});
|
|
2683
2683
|
}, "de_LogPublishingOptionsStatus");
|
|
2684
2684
|
var de_NodeToNodeEncryptionOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2685
2685
|
return (0, import_smithy_client.take)(output, {
|
|
2686
2686
|
Options: import_smithy_client._json,
|
|
2687
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2687
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2688
2688
|
});
|
|
2689
2689
|
}, "de_NodeToNodeEncryptionOptionsStatus");
|
|
2690
2690
|
var de_OptionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2691
2691
|
return (0, import_smithy_client.take)(output, {
|
|
2692
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2692
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2693
2693
|
PendingDeletion: import_smithy_client.expectBoolean,
|
|
2694
2694
|
State: import_smithy_client.expectString,
|
|
2695
|
-
UpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2695
|
+
UpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateDate"),
|
|
2696
2696
|
UpdateVersion: import_smithy_client.expectInt32
|
|
2697
2697
|
});
|
|
2698
2698
|
}, "de_OptionStatus");
|
|
2699
2699
|
var de_PackageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2700
2700
|
return (0, import_smithy_client.take)(output, {
|
|
2701
2701
|
AvailablePackageVersion: import_smithy_client.expectString,
|
|
2702
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2702
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2703
2703
|
ErrorDetails: import_smithy_client._json,
|
|
2704
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2704
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2705
2705
|
PackageDescription: import_smithy_client.expectString,
|
|
2706
2706
|
PackageID: import_smithy_client.expectString,
|
|
2707
2707
|
PackageName: import_smithy_client.expectString,
|
|
@@ -2718,7 +2718,7 @@ var de_PackageDetailsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2718
2718
|
var de_PackageVersionHistory = /* @__PURE__ */ __name((output, context) => {
|
|
2719
2719
|
return (0, import_smithy_client.take)(output, {
|
|
2720
2720
|
CommitMessage: import_smithy_client.expectString,
|
|
2721
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2721
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2722
2722
|
PackageVersion: import_smithy_client.expectString
|
|
2723
2723
|
});
|
|
2724
2724
|
}, "de_PackageVersionHistory");
|
|
@@ -2748,11 +2748,11 @@ var de_ReservedElasticsearchInstance = /* @__PURE__ */ __name((output, context)
|
|
|
2748
2748
|
ElasticsearchInstanceType: import_smithy_client.expectString,
|
|
2749
2749
|
FixedPrice: import_smithy_client.limitedParseDouble,
|
|
2750
2750
|
PaymentOption: import_smithy_client.expectString,
|
|
2751
|
-
RecurringCharges: (_) => de_RecurringChargeList(_, context),
|
|
2751
|
+
RecurringCharges: /* @__PURE__ */ __name((_) => de_RecurringChargeList(_, context), "RecurringCharges"),
|
|
2752
2752
|
ReservationName: import_smithy_client.expectString,
|
|
2753
2753
|
ReservedElasticsearchInstanceId: import_smithy_client.expectString,
|
|
2754
2754
|
ReservedElasticsearchInstanceOfferingId: import_smithy_client.expectString,
|
|
2755
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2755
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
2756
2756
|
State: import_smithy_client.expectString,
|
|
2757
2757
|
UsagePrice: import_smithy_client.limitedParseDouble
|
|
2758
2758
|
});
|
|
@@ -2770,7 +2770,7 @@ var de_ReservedElasticsearchInstanceOffering = /* @__PURE__ */ __name((output, c
|
|
|
2770
2770
|
ElasticsearchInstanceType: import_smithy_client.expectString,
|
|
2771
2771
|
FixedPrice: import_smithy_client.limitedParseDouble,
|
|
2772
2772
|
PaymentOption: import_smithy_client.expectString,
|
|
2773
|
-
RecurringCharges: (_) => de_RecurringChargeList(_, context),
|
|
2773
|
+
RecurringCharges: /* @__PURE__ */ __name((_) => de_RecurringChargeList(_, context), "RecurringCharges"),
|
|
2774
2774
|
ReservedElasticsearchInstanceOfferingId: import_smithy_client.expectString,
|
|
2775
2775
|
UsagePrice: import_smithy_client.limitedParseDouble
|
|
2776
2776
|
});
|
|
@@ -2785,13 +2785,13 @@ var de_ScheduledAutoTuneDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2785
2785
|
return (0, import_smithy_client.take)(output, {
|
|
2786
2786
|
Action: import_smithy_client.expectString,
|
|
2787
2787
|
ActionType: import_smithy_client.expectString,
|
|
2788
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2788
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
2789
2789
|
Severity: import_smithy_client.expectString
|
|
2790
2790
|
});
|
|
2791
2791
|
}, "de_ScheduledAutoTuneDetails");
|
|
2792
2792
|
var de_ServiceSoftwareOptions = /* @__PURE__ */ __name((output, context) => {
|
|
2793
2793
|
return (0, import_smithy_client.take)(output, {
|
|
2794
|
-
AutomatedUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2794
|
+
AutomatedUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AutomatedUpdateDate"),
|
|
2795
2795
|
Cancellable: import_smithy_client.expectBoolean,
|
|
2796
2796
|
CurrentVersion: import_smithy_client.expectString,
|
|
2797
2797
|
Description: import_smithy_client.expectString,
|
|
@@ -2804,13 +2804,13 @@ var de_ServiceSoftwareOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2804
2804
|
var de_SnapshotOptionsStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2805
2805
|
return (0, import_smithy_client.take)(output, {
|
|
2806
2806
|
Options: import_smithy_client._json,
|
|
2807
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2807
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2808
2808
|
});
|
|
2809
2809
|
}, "de_SnapshotOptionsStatus");
|
|
2810
2810
|
var de_UpgradeHistory = /* @__PURE__ */ __name((output, context) => {
|
|
2811
2811
|
return (0, import_smithy_client.take)(output, {
|
|
2812
|
-
StartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2813
|
-
StepsList: (_) => de_UpgradeStepsList(_, context),
|
|
2812
|
+
StartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTimestamp"),
|
|
2813
|
+
StepsList: /* @__PURE__ */ __name((_) => de_UpgradeStepsList(_, context), "StepsList"),
|
|
2814
2814
|
UpgradeName: import_smithy_client.expectString,
|
|
2815
2815
|
UpgradeStatus: import_smithy_client.expectString
|
|
2816
2816
|
});
|
|
@@ -2838,7 +2838,7 @@ var de_UpgradeStepsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2838
2838
|
var de_VPCDerivedInfoStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2839
2839
|
return (0, import_smithy_client.take)(output, {
|
|
2840
2840
|
Options: import_smithy_client._json,
|
|
2841
|
-
Status: (_) => de_OptionStatus(_, context)
|
|
2841
|
+
Status: /* @__PURE__ */ __name((_) => de_OptionStatus(_, context), "Status")
|
|
2842
2842
|
});
|
|
2843
2843
|
}, "de_VPCDerivedInfoStatus");
|
|
2844
2844
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service 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-elasticsearch-service",
|
|
@@ -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",
|