@aws-sdk/client-elasticsearch-service 3.987.0 → 3.988.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 +70 -2145
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +12 -0
- package/dist-cjs/models/errors.js +147 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1727 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +84 -78
- package/dist-types/schemas/schemas_0.d.ts +19 -12
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -12
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultElasticsearchServiceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2015-01-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.elasticsearchservice",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://es.amazonaws.com/doc/2015-01-01/",
|
|
30
32
|
version: "2015-01-01",
|
|
31
33
|
serviceTarget: "AmazonElasticsearchService2015",
|
|
@@ -442,7 +442,7 @@ const _UVER = "UpdateVpcEndpointRequest";
|
|
|
442
442
|
const _UVERp = "UpdateVpcEndpointResponse";
|
|
443
443
|
const _Un = "Unit";
|
|
444
444
|
const _V = "Value";
|
|
445
|
-
const _VE = "
|
|
445
|
+
const _VE = "ValidationException";
|
|
446
446
|
const _VEE = "VpcEndpointErrors";
|
|
447
447
|
const _VEEL = "VpcEndpointErrorList";
|
|
448
448
|
const _VEEp = "VpcEndpointError";
|
|
@@ -451,8 +451,8 @@ const _VEIp = "VpcEndpointIds";
|
|
|
451
451
|
const _VEO = "VpcEndpointOwner";
|
|
452
452
|
const _VES = "VpcEndpointSummary";
|
|
453
453
|
const _VESL = "VpcEndpointSummaryList";
|
|
454
|
-
const
|
|
455
|
-
const
|
|
454
|
+
const _VEp = "VpcEndpoint";
|
|
455
|
+
const _VEpc = "VpcEndpoints";
|
|
456
456
|
const _VO = "VpcOptions";
|
|
457
457
|
const _VPCDI = "VPCDerivedInfo";
|
|
458
458
|
const _VPCDIS = "VPCDerivedInfoStatus";
|
|
@@ -481,13 +481,87 @@ const _mR = "maxResults";
|
|
|
481
481
|
const _nT = "nextToken";
|
|
482
482
|
const _oI = "offeringId";
|
|
483
483
|
const _rI = "reservationId";
|
|
484
|
-
const _s = "
|
|
485
|
-
const
|
|
484
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticsearchservice";
|
|
485
|
+
const _se = "server";
|
|
486
486
|
const _xN = "xmlName";
|
|
487
487
|
const n0 = "com.amazonaws.elasticsearchservice";
|
|
488
488
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
489
489
|
import { ElasticsearchServiceServiceException } from "../models/ElasticsearchServiceServiceException";
|
|
490
490
|
import { AccessDeniedException, BaseException, ConflictException, DisabledOperationException, InternalException, InvalidPaginationTokenException, InvalidTypeException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, ValidationException, } from "../models/errors";
|
|
491
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
492
|
+
export var ElasticsearchServiceServiceException$ = [-3, _s, "ElasticsearchServiceServiceException", 0, [], []];
|
|
493
|
+
_s_registry.registerError(ElasticsearchServiceServiceException$, ElasticsearchServiceServiceException);
|
|
494
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
495
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
496
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
497
|
+
[_m],
|
|
498
|
+
[0]
|
|
499
|
+
];
|
|
500
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
501
|
+
export var BaseException$ = [-3, n0, _BE,
|
|
502
|
+
{ [_e]: _c },
|
|
503
|
+
[_m],
|
|
504
|
+
[0]
|
|
505
|
+
];
|
|
506
|
+
n0_registry.registerError(BaseException$, BaseException);
|
|
507
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
508
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
509
|
+
[_m],
|
|
510
|
+
[0]
|
|
511
|
+
];
|
|
512
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
513
|
+
export var DisabledOperationException$ = [-3, n0, _DOE,
|
|
514
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
515
|
+
[_m],
|
|
516
|
+
[0]
|
|
517
|
+
];
|
|
518
|
+
n0_registry.registerError(DisabledOperationException$, DisabledOperationException);
|
|
519
|
+
export var InternalException$ = [-3, n0, _IE,
|
|
520
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
521
|
+
[_m],
|
|
522
|
+
[0]
|
|
523
|
+
];
|
|
524
|
+
n0_registry.registerError(InternalException$, InternalException);
|
|
525
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
526
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
527
|
+
[_m],
|
|
528
|
+
[0]
|
|
529
|
+
];
|
|
530
|
+
n0_registry.registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
531
|
+
export var InvalidTypeException$ = [-3, n0, _ITE,
|
|
532
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
533
|
+
[_m],
|
|
534
|
+
[0]
|
|
535
|
+
];
|
|
536
|
+
n0_registry.registerError(InvalidTypeException$, InvalidTypeException);
|
|
537
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
538
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
539
|
+
[_m],
|
|
540
|
+
[0]
|
|
541
|
+
];
|
|
542
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
543
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
544
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
545
|
+
[_m],
|
|
546
|
+
[0]
|
|
547
|
+
];
|
|
548
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
549
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
550
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
551
|
+
[_m],
|
|
552
|
+
[0]
|
|
553
|
+
];
|
|
554
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
555
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
556
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
557
|
+
[_m],
|
|
558
|
+
[0]
|
|
559
|
+
];
|
|
560
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
561
|
+
export const errorTypeRegistries = [
|
|
562
|
+
_s_registry,
|
|
563
|
+
n0_registry,
|
|
564
|
+
];
|
|
491
565
|
var Password = [0, n0, _P, 8, 0];
|
|
492
566
|
var Username = [0, n0, _U, 8, 0];
|
|
493
567
|
export var AcceptInboundCrossClusterSearchConnectionRequest$ = [3, n0, _AICCSCR,
|
|
@@ -500,12 +574,6 @@ export var AcceptInboundCrossClusterSearchConnectionResponse$ = [3, n0, _AICCSCR
|
|
|
500
574
|
[_CCSC],
|
|
501
575
|
[() => InboundCrossClusterSearchConnection$]
|
|
502
576
|
];
|
|
503
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
504
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
505
|
-
[_m],
|
|
506
|
-
[0]
|
|
507
|
-
];
|
|
508
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
509
577
|
export var AccessPoliciesStatus$ = [3, n0, _APS,
|
|
510
578
|
0,
|
|
511
579
|
[_O, _S],
|
|
@@ -606,12 +674,6 @@ export var AutoTuneStatus$ = [3, n0, _ATS,
|
|
|
606
674
|
[_CD, _UD, _St, _UV, _EM, _PD],
|
|
607
675
|
[4, 4, 0, 1, 0, 2], 3
|
|
608
676
|
];
|
|
609
|
-
export var BaseException$ = [-3, n0, _BE,
|
|
610
|
-
{ [_e]: _c },
|
|
611
|
-
[_m],
|
|
612
|
-
[0]
|
|
613
|
-
];
|
|
614
|
-
TypeRegistry.for(n0).registerError(BaseException$, BaseException);
|
|
615
677
|
export var CancelDomainConfigChangeRequest$ = [3, n0, _CDCCR,
|
|
616
678
|
0,
|
|
617
679
|
[_DN, _DR],
|
|
@@ -672,12 +734,6 @@ export var CompatibleVersionsMap$ = [3, n0, _CVM,
|
|
|
672
734
|
[_SV, _TV],
|
|
673
735
|
[0, 64 | 0]
|
|
674
736
|
];
|
|
675
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
676
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
677
|
-
[_m],
|
|
678
|
-
[0]
|
|
679
|
-
];
|
|
680
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
681
737
|
export var CreateElasticsearchDomainRequest$ = [3, n0, _CEDR,
|
|
682
738
|
0,
|
|
683
739
|
[_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL],
|
|
@@ -715,7 +771,7 @@ export var CreateVpcEndpointRequest$ = [3, n0, _CVER,
|
|
|
715
771
|
];
|
|
716
772
|
export var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
|
|
717
773
|
0,
|
|
718
|
-
[
|
|
774
|
+
[_VEp],
|
|
719
775
|
[() => VpcEndpoint$], 1
|
|
720
776
|
];
|
|
721
777
|
export var DeleteElasticsearchDomainRequest$ = [3, n0, _DEDR,
|
|
@@ -890,15 +946,9 @@ export var DescribeVpcEndpointsRequest$ = [3, n0, _DVERes,
|
|
|
890
946
|
];
|
|
891
947
|
export var DescribeVpcEndpointsResponse$ = [3, n0, _DVEResc,
|
|
892
948
|
0,
|
|
893
|
-
[
|
|
949
|
+
[_VEpc, _VEE],
|
|
894
950
|
[() => VpcEndpoints, () => VpcEndpointErrorList], 2
|
|
895
951
|
];
|
|
896
|
-
export var DisabledOperationException$ = [-3, n0, _DOE,
|
|
897
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
898
|
-
[_m],
|
|
899
|
-
[0]
|
|
900
|
-
];
|
|
901
|
-
TypeRegistry.for(n0).registerError(DisabledOperationException$, DisabledOperationException);
|
|
902
952
|
export var DissociatePackageRequest$ = [3, n0, _DPRi,
|
|
903
953
|
0,
|
|
904
954
|
[_PID, _DN],
|
|
@@ -1059,30 +1109,6 @@ export var InstanceLimits$ = [3, n0, _IL,
|
|
|
1059
1109
|
[_ICL],
|
|
1060
1110
|
[() => InstanceCountLimits$]
|
|
1061
1111
|
];
|
|
1062
|
-
export var InternalException$ = [-3, n0, _IE,
|
|
1063
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1064
|
-
[_m],
|
|
1065
|
-
[0]
|
|
1066
|
-
];
|
|
1067
|
-
TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
1068
|
-
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
1069
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1070
|
-
[_m],
|
|
1071
|
-
[0]
|
|
1072
|
-
];
|
|
1073
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
1074
|
-
export var InvalidTypeException$ = [-3, n0, _ITE,
|
|
1075
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1076
|
-
[_m],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
TypeRegistry.for(n0).registerError(InvalidTypeException$, InvalidTypeException);
|
|
1080
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1081
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1082
|
-
[_m],
|
|
1083
|
-
[0]
|
|
1084
|
-
];
|
|
1085
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1086
1112
|
export var Limits$ = [3, n0, _L,
|
|
1087
1113
|
0,
|
|
1088
1114
|
[_STt, _IL, _ALd],
|
|
@@ -1278,18 +1304,6 @@ export var ReservedElasticsearchInstanceOffering$ = [3, n0, _REIOe,
|
|
|
1278
1304
|
[_REIOI, _EITl, _D, _FP, _UPs, _CC, _PO, _RCe],
|
|
1279
1305
|
[0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
|
|
1280
1306
|
];
|
|
1281
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
1282
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1283
|
-
[_m],
|
|
1284
|
-
[0]
|
|
1285
|
-
];
|
|
1286
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1287
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1288
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1289
|
-
[_m],
|
|
1290
|
-
[0]
|
|
1291
|
-
];
|
|
1292
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1293
1307
|
export var RevokeVpcEndpointAccessRequest$ = [3, n0, _RVEAR,
|
|
1294
1308
|
0,
|
|
1295
1309
|
[_DN, _A],
|
|
@@ -1387,7 +1401,7 @@ export var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
|
|
|
1387
1401
|
];
|
|
1388
1402
|
export var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
|
|
1389
1403
|
0,
|
|
1390
|
-
[
|
|
1404
|
+
[_VEp],
|
|
1391
1405
|
[() => VpcEndpoint$], 1
|
|
1392
1406
|
];
|
|
1393
1407
|
export var UpgradeElasticsearchDomainRequest$ = [3, n0, _UEDR,
|
|
@@ -1410,12 +1424,6 @@ export var UpgradeStepItem$ = [3, n0, _USI,
|
|
|
1410
1424
|
[_US, _USS, _Is, _PPr],
|
|
1411
1425
|
[0, 0, 64 | 0, 1]
|
|
1412
1426
|
];
|
|
1413
|
-
export var ValidationException$ = [-3, n0, _VEa,
|
|
1414
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1415
|
-
[_m],
|
|
1416
|
-
[0]
|
|
1417
|
-
];
|
|
1418
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1419
1427
|
export var VPCDerivedInfo$ = [3, n0, _VPCDI,
|
|
1420
1428
|
0,
|
|
1421
1429
|
[_VPCI, _SI, _AZ, _SGI],
|
|
@@ -1426,7 +1434,7 @@ export var VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
|
|
|
1426
1434
|
[_O, _S],
|
|
1427
1435
|
[() => VPCDerivedInfo$, () => OptionStatus$], 2
|
|
1428
1436
|
];
|
|
1429
|
-
export var VpcEndpoint$ = [3, n0,
|
|
1437
|
+
export var VpcEndpoint$ = [3, n0, _VEp,
|
|
1430
1438
|
0,
|
|
1431
1439
|
[_VEI, _VEO, _DA, _VO, _S, _En],
|
|
1432
1440
|
[0, 0, 0, () => VPCDerivedInfo$, 0, 0]
|
|
@@ -1452,8 +1460,6 @@ export var ZoneAwarenessConfig$ = [3, n0, _ZAC,
|
|
|
1452
1460
|
[1]
|
|
1453
1461
|
];
|
|
1454
1462
|
var __Unit = "unit";
|
|
1455
|
-
export var ElasticsearchServiceServiceException$ = [-3, _sm, "ElasticsearchServiceServiceException", 0, [], []];
|
|
1456
|
-
TypeRegistry.for(_sm).registerError(ElasticsearchServiceServiceException$, ElasticsearchServiceServiceException);
|
|
1457
1463
|
var AdditionalLimitList = [1, n0, _ALL,
|
|
1458
1464
|
0, () => AdditionalLimit$
|
|
1459
1465
|
];
|
|
@@ -1545,7 +1551,7 @@ var VpcEndpointErrorList = [1, n0, _VEEL,
|
|
|
1545
1551
|
0, () => VpcEndpointError$
|
|
1546
1552
|
];
|
|
1547
1553
|
var VpcEndpointIdList = 64 | 0;
|
|
1548
|
-
var VpcEndpoints = [1, n0,
|
|
1554
|
+
var VpcEndpoints = [1, n0, _VEpc,
|
|
1549
1555
|
0, () => VpcEndpoint$
|
|
1550
1556
|
];
|
|
1551
1557
|
var VpcEndpointSummaryList = [1, n0, _VESL,
|
|
@@ -1,7 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ElasticsearchServiceServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BaseException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
11
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
/**
|
|
16
|
+
* TypeRegistry instances containing modeled errors.
|
|
17
|
+
* @internal
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
21
|
export declare var AcceptInboundCrossClusterSearchConnectionRequest$: StaticStructureSchema;
|
|
3
22
|
export declare var AcceptInboundCrossClusterSearchConnectionResponse$: StaticStructureSchema;
|
|
4
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
23
|
export declare var AccessPoliciesStatus$: StaticStructureSchema;
|
|
6
24
|
export declare var AdditionalLimit$: StaticStructureSchema;
|
|
7
25
|
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
@@ -22,7 +40,6 @@ export declare var AutoTuneOptionsInput$: StaticStructureSchema;
|
|
|
22
40
|
export declare var AutoTuneOptionsOutput$: StaticStructureSchema;
|
|
23
41
|
export declare var AutoTuneOptionsStatus$: StaticStructureSchema;
|
|
24
42
|
export declare var AutoTuneStatus$: StaticStructureSchema;
|
|
25
|
-
export declare var BaseException$: StaticErrorSchema;
|
|
26
43
|
export declare var CancelDomainConfigChangeRequest$: StaticStructureSchema;
|
|
27
44
|
export declare var CancelDomainConfigChangeResponse$: StaticStructureSchema;
|
|
28
45
|
export declare var CancelElasticsearchServiceSoftwareUpdateRequest$: StaticStructureSchema;
|
|
@@ -35,7 +52,6 @@ export declare var CognitoOptions$: StaticStructureSchema;
|
|
|
35
52
|
export declare var CognitoOptionsStatus$: StaticStructureSchema;
|
|
36
53
|
export declare var ColdStorageOptions$: StaticStructureSchema;
|
|
37
54
|
export declare var CompatibleVersionsMap$: StaticStructureSchema;
|
|
38
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
39
55
|
export declare var CreateElasticsearchDomainRequest$: StaticStructureSchema;
|
|
40
56
|
export declare var CreateElasticsearchDomainResponse$: StaticStructureSchema;
|
|
41
57
|
export declare var CreateOutboundCrossClusterSearchConnectionRequest$: StaticStructureSchema;
|
|
@@ -79,7 +95,6 @@ export declare var DescribeReservedElasticsearchInstancesRequest$: StaticStructu
|
|
|
79
95
|
export declare var DescribeReservedElasticsearchInstancesResponse$: StaticStructureSchema;
|
|
80
96
|
export declare var DescribeVpcEndpointsRequest$: StaticStructureSchema;
|
|
81
97
|
export declare var DescribeVpcEndpointsResponse$: StaticStructureSchema;
|
|
82
|
-
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
83
98
|
export declare var DissociatePackageRequest$: StaticStructureSchema;
|
|
84
99
|
export declare var DissociatePackageResponse$: StaticStructureSchema;
|
|
85
100
|
export declare var DomainEndpointOptions$: StaticStructureSchema;
|
|
@@ -112,10 +127,6 @@ export declare var InboundCrossClusterSearchConnection$: StaticStructureSchema;
|
|
|
112
127
|
export declare var InboundCrossClusterSearchConnectionStatus$: StaticStructureSchema;
|
|
113
128
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
114
129
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
115
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
116
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
117
|
-
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
118
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
119
130
|
export declare var Limits$: StaticStructureSchema;
|
|
120
131
|
export declare var ListDomainNamesRequest$: StaticStructureSchema;
|
|
121
132
|
export declare var ListDomainNamesResponse$: StaticStructureSchema;
|
|
@@ -155,8 +166,6 @@ export declare var RejectInboundCrossClusterSearchConnectionResponse$: StaticStr
|
|
|
155
166
|
export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
156
167
|
export declare var ReservedElasticsearchInstance$: StaticStructureSchema;
|
|
157
168
|
export declare var ReservedElasticsearchInstanceOffering$: StaticStructureSchema;
|
|
158
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
159
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
160
169
|
export declare var RevokeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
161
170
|
export declare var RevokeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
162
171
|
export declare var SAMLIdp$: StaticStructureSchema;
|
|
@@ -181,7 +190,6 @@ export declare var UpgradeElasticsearchDomainRequest$: StaticStructureSchema;
|
|
|
181
190
|
export declare var UpgradeElasticsearchDomainResponse$: StaticStructureSchema;
|
|
182
191
|
export declare var UpgradeHistory$: StaticStructureSchema;
|
|
183
192
|
export declare var UpgradeStepItem$: StaticStructureSchema;
|
|
184
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
185
193
|
export declare var VPCDerivedInfo$: StaticStructureSchema;
|
|
186
194
|
export declare var VPCDerivedInfoStatus$: StaticStructureSchema;
|
|
187
195
|
export declare var VpcEndpoint$: StaticStructureSchema;
|
|
@@ -189,7 +197,6 @@ export declare var VpcEndpointError$: StaticStructureSchema;
|
|
|
189
197
|
export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
190
198
|
export declare var VPCOptions$: StaticStructureSchema;
|
|
191
199
|
export declare var ZoneAwarenessConfig$: StaticStructureSchema;
|
|
192
|
-
export declare var ElasticsearchServiceServiceException$: StaticErrorSchema;
|
|
193
200
|
export declare var AcceptInboundCrossClusterSearchConnection$: StaticOperationSchema;
|
|
194
201
|
export declare var AddTags$: StaticOperationSchema;
|
|
195
202
|
export declare var AssociatePackage$: StaticOperationSchema;
|
|
@@ -1,11 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ElasticsearchServiceServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var BaseException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
15
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
18
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
20
|
export declare var AcceptInboundCrossClusterSearchConnectionRequest$: StaticStructureSchema;
|
|
7
21
|
export declare var AcceptInboundCrossClusterSearchConnectionResponse$: StaticStructureSchema;
|
|
8
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
22
|
export declare var AccessPoliciesStatus$: StaticStructureSchema;
|
|
10
23
|
export declare var AdditionalLimit$: StaticStructureSchema;
|
|
11
24
|
export declare var AddTagsRequest$: StaticStructureSchema;
|
|
@@ -26,7 +39,6 @@ export declare var AutoTuneOptionsInput$: StaticStructureSchema;
|
|
|
26
39
|
export declare var AutoTuneOptionsOutput$: StaticStructureSchema;
|
|
27
40
|
export declare var AutoTuneOptionsStatus$: StaticStructureSchema;
|
|
28
41
|
export declare var AutoTuneStatus$: StaticStructureSchema;
|
|
29
|
-
export declare var BaseException$: StaticErrorSchema;
|
|
30
42
|
export declare var CancelDomainConfigChangeRequest$: StaticStructureSchema;
|
|
31
43
|
export declare var CancelDomainConfigChangeResponse$: StaticStructureSchema;
|
|
32
44
|
export declare var CancelElasticsearchServiceSoftwareUpdateRequest$: StaticStructureSchema;
|
|
@@ -39,7 +51,6 @@ export declare var CognitoOptions$: StaticStructureSchema;
|
|
|
39
51
|
export declare var CognitoOptionsStatus$: StaticStructureSchema;
|
|
40
52
|
export declare var ColdStorageOptions$: StaticStructureSchema;
|
|
41
53
|
export declare var CompatibleVersionsMap$: StaticStructureSchema;
|
|
42
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
43
54
|
export declare var CreateElasticsearchDomainRequest$: StaticStructureSchema;
|
|
44
55
|
export declare var CreateElasticsearchDomainResponse$: StaticStructureSchema;
|
|
45
56
|
export declare var CreateOutboundCrossClusterSearchConnectionRequest$: StaticStructureSchema;
|
|
@@ -83,7 +94,6 @@ export declare var DescribeReservedElasticsearchInstancesRequest$: StaticStructu
|
|
|
83
94
|
export declare var DescribeReservedElasticsearchInstancesResponse$: StaticStructureSchema;
|
|
84
95
|
export declare var DescribeVpcEndpointsRequest$: StaticStructureSchema;
|
|
85
96
|
export declare var DescribeVpcEndpointsResponse$: StaticStructureSchema;
|
|
86
|
-
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
87
97
|
export declare var DissociatePackageRequest$: StaticStructureSchema;
|
|
88
98
|
export declare var DissociatePackageResponse$: StaticStructureSchema;
|
|
89
99
|
export declare var DomainEndpointOptions$: StaticStructureSchema;
|
|
@@ -116,10 +126,6 @@ export declare var InboundCrossClusterSearchConnection$: StaticStructureSchema;
|
|
|
116
126
|
export declare var InboundCrossClusterSearchConnectionStatus$: StaticStructureSchema;
|
|
117
127
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
118
128
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
119
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
120
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
121
|
-
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
122
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
123
129
|
export declare var Limits$: StaticStructureSchema;
|
|
124
130
|
export declare var ListDomainNamesRequest$: StaticStructureSchema;
|
|
125
131
|
export declare var ListDomainNamesResponse$: StaticStructureSchema;
|
|
@@ -159,8 +165,6 @@ export declare var RejectInboundCrossClusterSearchConnectionResponse$: StaticStr
|
|
|
159
165
|
export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
160
166
|
export declare var ReservedElasticsearchInstance$: StaticStructureSchema;
|
|
161
167
|
export declare var ReservedElasticsearchInstanceOffering$: StaticStructureSchema;
|
|
162
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
163
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
164
168
|
export declare var RevokeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
165
169
|
export declare var RevokeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
166
170
|
export declare var SAMLIdp$: StaticStructureSchema;
|
|
@@ -185,7 +189,6 @@ export declare var UpgradeElasticsearchDomainRequest$: StaticStructureSchema;
|
|
|
185
189
|
export declare var UpgradeElasticsearchDomainResponse$: StaticStructureSchema;
|
|
186
190
|
export declare var UpgradeHistory$: StaticStructureSchema;
|
|
187
191
|
export declare var UpgradeStepItem$: StaticStructureSchema;
|
|
188
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
189
192
|
export declare var VPCDerivedInfo$: StaticStructureSchema;
|
|
190
193
|
export declare var VPCDerivedInfoStatus$: StaticStructureSchema;
|
|
191
194
|
export declare var VpcEndpoint$: StaticStructureSchema;
|
|
@@ -193,7 +196,6 @@ export declare var VpcEndpointError$: StaticStructureSchema;
|
|
|
193
196
|
export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
194
197
|
export declare var VPCOptions$: StaticStructureSchema;
|
|
195
198
|
export declare var ZoneAwarenessConfig$: StaticStructureSchema;
|
|
196
|
-
export declare var ElasticsearchServiceServiceException$: StaticErrorSchema;
|
|
197
199
|
export declare var AcceptInboundCrossClusterSearchConnection$: StaticOperationSchema;
|
|
198
200
|
export declare var AddTags$: StaticOperationSchema;
|
|
199
201
|
export declare var AssociatePackage$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticsearch-service",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|