@aws-sdk/client-opensearch 3.987.0 → 3.989.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 +101 -3391
- package/dist-cjs/models/OpenSearchServiceException.js +12 -0
- package/dist-cjs/models/errors.js +188 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2760 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +113 -107
- package/dist-types/schemas/schemas_0.d.ts +22 -15
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -15
- 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 { defaultOpenSearchHttpAuthSchemeProvider } 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: "2021-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.opensearch",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://es.amazonaws.com/doc/2021-01-01/",
|
|
30
32
|
version: "2021-01-01",
|
|
31
33
|
serviceTarget: "AmazonOpenSearchService",
|
|
@@ -600,14 +600,14 @@ const _SM = "StatusMessage";
|
|
|
600
600
|
const _SNAE = "SlotNotAvailableException";
|
|
601
601
|
const _SO = "SnapshotOptions";
|
|
602
602
|
const _SOS = "SnapshotOptionsStatus";
|
|
603
|
-
const _SS = "
|
|
603
|
+
const _SS = "SlotSuggestions";
|
|
604
604
|
const _SSO = "ServiceSoftwareOptions";
|
|
605
605
|
const _SSSU = "StartServiceSoftwareUpdate";
|
|
606
606
|
const _SSSUR = "StartServiceSoftwareUpdateRequest";
|
|
607
607
|
const _SSSURt = "StartServiceSoftwareUpdateResponse";
|
|
608
608
|
const _SSTN = "StorageSubTypeName";
|
|
609
|
-
const
|
|
610
|
-
const
|
|
609
|
+
const _SSt = "StorageSize";
|
|
610
|
+
const _SSte = "StepStatus";
|
|
611
611
|
const _ST = "StartTime";
|
|
612
612
|
const _STL = "StorageTypeLimits";
|
|
613
613
|
const _STLL = "StorageTypeLimitList";
|
|
@@ -694,7 +694,7 @@ const _UVER = "UpdateVpcEndpointRequest";
|
|
|
694
694
|
const _UVERp = "UpdateVpcEndpointResponse";
|
|
695
695
|
const _Un = "Unit";
|
|
696
696
|
const _V = "Value";
|
|
697
|
-
const _VE = "
|
|
697
|
+
const _VE = "ValidationException";
|
|
698
698
|
const _VEE = "VpcEndpointErrors";
|
|
699
699
|
const _VEEL = "VpcEndpointErrorList";
|
|
700
700
|
const _VEEp = "VpcEndpointError";
|
|
@@ -703,9 +703,9 @@ const _VEIp = "VpcEndpointIds";
|
|
|
703
703
|
const _VEO = "VpcEndpointOwner";
|
|
704
704
|
const _VES = "VpcEndpointSummary";
|
|
705
705
|
const _VESL = "VpcEndpointSummaryList";
|
|
706
|
-
const _VEa = "ValidationException";
|
|
707
706
|
const _VEe = "VendingEnabled";
|
|
708
|
-
const _VEp = "
|
|
707
|
+
const _VEp = "VpcEndpoint";
|
|
708
|
+
const _VEpc = "VpcEndpoints";
|
|
709
709
|
const _VF = "ValidationFailures";
|
|
710
710
|
const _VFa = "ValidationFailure";
|
|
711
711
|
const _VO = "VpcOptions";
|
|
@@ -767,11 +767,11 @@ const _ne = "nexttoken";
|
|
|
767
767
|
const _oI = "offeringId";
|
|
768
768
|
const _rAZ = "retrieveAZs";
|
|
769
769
|
const _rI = "reservationId";
|
|
770
|
-
const _s = "
|
|
770
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.opensearch";
|
|
771
771
|
const _sAD = "setAsDefault";
|
|
772
772
|
const _se = "server";
|
|
773
|
-
const
|
|
774
|
-
const
|
|
773
|
+
const _st = "status";
|
|
774
|
+
const _sta = "statuses";
|
|
775
775
|
const _tL = "tagList";
|
|
776
776
|
const _v = "value";
|
|
777
777
|
const _xN = "xmlName";
|
|
@@ -779,6 +779,98 @@ const n0 = "com.amazonaws.opensearch";
|
|
|
779
779
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
780
780
|
import { AccessDeniedException, BaseException, ConflictException, DependencyFailureException, DisabledOperationException, InternalException, InvalidPaginationTokenException, InvalidTypeException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, SlotNotAvailableException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
781
781
|
import { OpenSearchServiceException } from "../models/OpenSearchServiceException";
|
|
782
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
783
|
+
export var OpenSearchServiceException$ = [-3, _s, "OpenSearchServiceException", 0, [], []];
|
|
784
|
+
_s_registry.registerError(OpenSearchServiceException$, OpenSearchServiceException);
|
|
785
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
786
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
787
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
788
|
+
[_m],
|
|
789
|
+
[0]
|
|
790
|
+
];
|
|
791
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
792
|
+
export var BaseException$ = [-3, n0, _BE,
|
|
793
|
+
{ [_e]: _c },
|
|
794
|
+
[_m],
|
|
795
|
+
[0]
|
|
796
|
+
];
|
|
797
|
+
n0_registry.registerError(BaseException$, BaseException);
|
|
798
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
799
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
800
|
+
[_m],
|
|
801
|
+
[0]
|
|
802
|
+
];
|
|
803
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
804
|
+
export var DependencyFailureException$ = [-3, n0, _DFE,
|
|
805
|
+
{ [_e]: _c, [_hE]: 424 },
|
|
806
|
+
[_m],
|
|
807
|
+
[0]
|
|
808
|
+
];
|
|
809
|
+
n0_registry.registerError(DependencyFailureException$, DependencyFailureException);
|
|
810
|
+
export var DisabledOperationException$ = [-3, n0, _DOE,
|
|
811
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
812
|
+
[_m],
|
|
813
|
+
[0]
|
|
814
|
+
];
|
|
815
|
+
n0_registry.registerError(DisabledOperationException$, DisabledOperationException);
|
|
816
|
+
export var InternalException$ = [-3, n0, _IE,
|
|
817
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
818
|
+
[_m],
|
|
819
|
+
[0]
|
|
820
|
+
];
|
|
821
|
+
n0_registry.registerError(InternalException$, InternalException);
|
|
822
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
823
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
824
|
+
[_m],
|
|
825
|
+
[0]
|
|
826
|
+
];
|
|
827
|
+
n0_registry.registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
828
|
+
export var InvalidTypeException$ = [-3, n0, _ITE,
|
|
829
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
830
|
+
[_m],
|
|
831
|
+
[0]
|
|
832
|
+
];
|
|
833
|
+
n0_registry.registerError(InvalidTypeException$, InvalidTypeException);
|
|
834
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
835
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
836
|
+
[_m],
|
|
837
|
+
[0]
|
|
838
|
+
];
|
|
839
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
840
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
841
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
842
|
+
[_m],
|
|
843
|
+
[0]
|
|
844
|
+
];
|
|
845
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
846
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
847
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
848
|
+
[_m],
|
|
849
|
+
[0]
|
|
850
|
+
];
|
|
851
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
852
|
+
export var SlotNotAvailableException$ = [-3, n0, _SNAE,
|
|
853
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
854
|
+
[_SS, _m],
|
|
855
|
+
[64 | 1, 0]
|
|
856
|
+
];
|
|
857
|
+
n0_registry.registerError(SlotNotAvailableException$, SlotNotAvailableException);
|
|
858
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
859
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
860
|
+
[_m],
|
|
861
|
+
[0]
|
|
862
|
+
];
|
|
863
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
864
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
865
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
866
|
+
[_m],
|
|
867
|
+
[0]
|
|
868
|
+
];
|
|
869
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
870
|
+
export const errorTypeRegistries = [
|
|
871
|
+
_s_registry,
|
|
872
|
+
n0_registry,
|
|
873
|
+
];
|
|
782
874
|
var Password = [0, n0, _P, 8, 0];
|
|
783
875
|
var Username = [0, n0, _U, 8, 0];
|
|
784
876
|
export var AcceptInboundConnectionRequest$ = [3, n0, _AICR,
|
|
@@ -791,12 +883,6 @@ export var AcceptInboundConnectionResponse$ = [3, n0, _AICRc,
|
|
|
791
883
|
[_C],
|
|
792
884
|
[() => InboundConnection$]
|
|
793
885
|
];
|
|
794
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
795
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
796
|
-
[_m],
|
|
797
|
-
[0]
|
|
798
|
-
];
|
|
799
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
800
886
|
export var AccessPoliciesStatus$ = [3, n0, _APS,
|
|
801
887
|
0,
|
|
802
888
|
[_O, _S],
|
|
@@ -874,7 +960,7 @@ export var AppConfig$ = [3, n0, _AC,
|
|
|
874
960
|
];
|
|
875
961
|
export var ApplicationSummary$ = [3, n0, _AS,
|
|
876
962
|
0,
|
|
877
|
-
[_i, _a, _n, _en,
|
|
963
|
+
[_i, _a, _n, _en, _st, _cA, _lUA],
|
|
878
964
|
[0, 0, 0, 0, 0, 4, 4]
|
|
879
965
|
];
|
|
880
966
|
export var AssociatePackageRequest$ = [3, n0, _APR,
|
|
@@ -962,12 +1048,6 @@ export var AWSDomainInformation$ = [3, n0, _AWSDI,
|
|
|
962
1048
|
[_DN, _OI, _R],
|
|
963
1049
|
[0, 0, 0], 1
|
|
964
1050
|
];
|
|
965
|
-
export var BaseException$ = [-3, n0, _BE,
|
|
966
|
-
{ [_e]: _c },
|
|
967
|
-
[_m],
|
|
968
|
-
[0]
|
|
969
|
-
];
|
|
970
|
-
TypeRegistry.for(n0).registerError(BaseException$, BaseException);
|
|
971
1051
|
export var CancelDomainConfigChangeRequest$ = [3, n0, _CDCCR,
|
|
972
1052
|
0,
|
|
973
1053
|
[_DN, _DR],
|
|
@@ -1043,12 +1123,6 @@ export var CompatibleVersionsMap$ = [3, n0, _CVM,
|
|
|
1043
1123
|
[_SV, _TV],
|
|
1044
1124
|
[0, 64 | 0]
|
|
1045
1125
|
];
|
|
1046
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
1047
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1048
|
-
[_m],
|
|
1049
|
-
[0]
|
|
1050
|
-
];
|
|
1051
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1052
1126
|
export var ConnectionProperties$ = [3, n0, _CPo,
|
|
1053
1127
|
0,
|
|
1054
1128
|
[_En, _CCSr],
|
|
@@ -1111,7 +1185,7 @@ export var CreateVpcEndpointRequest$ = [3, n0, _CVER,
|
|
|
1111
1185
|
];
|
|
1112
1186
|
export var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
|
|
1113
1187
|
0,
|
|
1114
|
-
[
|
|
1188
|
+
[_VEp],
|
|
1115
1189
|
[() => VpcEndpoint$], 1
|
|
1116
1190
|
];
|
|
1117
1191
|
export var CrossClusterSearchConnectionProperties$ = [3, n0, _CCSCP,
|
|
@@ -1214,12 +1288,6 @@ export var DeleteVpcEndpointResponse$ = [3, n0, _DVERe,
|
|
|
1214
1288
|
[_VES],
|
|
1215
1289
|
[() => VpcEndpointSummary$], 1
|
|
1216
1290
|
];
|
|
1217
|
-
export var DependencyFailureException$ = [-3, n0, _DFE,
|
|
1218
|
-
{ [_e]: _c, [_hE]: 424 },
|
|
1219
|
-
[_m],
|
|
1220
|
-
[0]
|
|
1221
|
-
];
|
|
1222
|
-
TypeRegistry.for(n0).registerError(DependencyFailureException$, DependencyFailureException);
|
|
1223
1291
|
export var DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR,
|
|
1224
1292
|
0,
|
|
1225
1293
|
[_DN, _MR, _NT],
|
|
@@ -1372,7 +1440,7 @@ export var DescribeVpcEndpointsRequest$ = [3, n0, _DVERes,
|
|
|
1372
1440
|
];
|
|
1373
1441
|
export var DescribeVpcEndpointsResponse$ = [3, n0, _DVEResc,
|
|
1374
1442
|
0,
|
|
1375
|
-
[
|
|
1443
|
+
[_VEpc, _VEE],
|
|
1376
1444
|
[() => VpcEndpoints, () => VpcEndpointErrorList], 2
|
|
1377
1445
|
];
|
|
1378
1446
|
export var DirectQueryDataSource$ = [3, n0, _DQDS,
|
|
@@ -1380,12 +1448,6 @@ export var DirectQueryDataSource$ = [3, n0, _DQDS,
|
|
|
1380
1448
|
[_DSN, _DST, _D, _OSA, _DSA, _TL],
|
|
1381
1449
|
[0, () => DirectQueryDataSourceType$, 0, 64 | 0, 0, () => TagList]
|
|
1382
1450
|
];
|
|
1383
|
-
export var DisabledOperationException$ = [-3, n0, _DOE,
|
|
1384
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1385
|
-
[_m],
|
|
1386
|
-
[0]
|
|
1387
|
-
];
|
|
1388
|
-
TypeRegistry.for(n0).registerError(DisabledOperationException$, DisabledOperationException);
|
|
1389
1451
|
export var DissociatePackageRequest$ = [3, n0, _DPRi,
|
|
1390
1452
|
0,
|
|
1391
1453
|
[_PID, _DN],
|
|
@@ -1438,7 +1500,7 @@ export var DomainMaintenanceDetails$ = [3, n0, _DMD,
|
|
|
1438
1500
|
];
|
|
1439
1501
|
export var DomainNodesStatus$ = [3, n0, _DNS,
|
|
1440
1502
|
0,
|
|
1441
|
-
[_NI, _NTo, _AZ, _IT, _NS, _STt, _SVT,
|
|
1503
|
+
[_NI, _NTo, _AZ, _IT, _NS, _STt, _SVT, _SSt],
|
|
1442
1504
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
1443
1505
|
];
|
|
1444
1506
|
export var DomainPackageDetails$ = [3, n0, _DPD,
|
|
@@ -1508,7 +1570,7 @@ export var GetApplicationRequest$ = [3, n0, _GAR,
|
|
|
1508
1570
|
];
|
|
1509
1571
|
export var GetApplicationResponse$ = [3, n0, _GARe,
|
|
1510
1572
|
0,
|
|
1511
|
-
[_i, _a, _n, _en,
|
|
1573
|
+
[_i, _a, _n, _en, _st, _iICO, _dS, _aC, _cA, _lUA, _kKA],
|
|
1512
1574
|
[0, 0, 0, 0, 0, () => IamIdentityCenterOptions$, () => DataSources, () => AppConfigs, 4, 4, 0]
|
|
1513
1575
|
];
|
|
1514
1576
|
export var GetCompatibleVersionsRequest$ = [3, n0, _GCVR,
|
|
@@ -1598,7 +1660,7 @@ export var GetUpgradeStatusRequest$ = [3, n0, _GUSR,
|
|
|
1598
1660
|
];
|
|
1599
1661
|
export var GetUpgradeStatusResponse$ = [3, n0, _GUSRe,
|
|
1600
1662
|
0,
|
|
1601
|
-
[_US,
|
|
1663
|
+
[_US, _SSte, _UN],
|
|
1602
1664
|
[0, 0, 0]
|
|
1603
1665
|
];
|
|
1604
1666
|
export var IAMFederationOptionsInput$ = [3, n0, _IAMFOI,
|
|
@@ -1661,24 +1723,6 @@ export var InstanceTypeDetails$ = [3, n0, _ITD,
|
|
|
1661
1723
|
[_IT, _EE, _CEo, _ALE, _ASE, _WE, _IR, _AZv],
|
|
1662
1724
|
[0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0]
|
|
1663
1725
|
];
|
|
1664
|
-
export var InternalException$ = [-3, n0, _IE,
|
|
1665
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1666
|
-
[_m],
|
|
1667
|
-
[0]
|
|
1668
|
-
];
|
|
1669
|
-
TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
1670
|
-
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
1671
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1672
|
-
[_m],
|
|
1673
|
-
[0]
|
|
1674
|
-
];
|
|
1675
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
1676
|
-
export var InvalidTypeException$ = [-3, n0, _ITE,
|
|
1677
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1678
|
-
[_m],
|
|
1679
|
-
[0]
|
|
1680
|
-
];
|
|
1681
|
-
TypeRegistry.for(n0).registerError(InvalidTypeException$, InvalidTypeException);
|
|
1682
1726
|
export var IPAddressTypeStatus$ = [3, n0, _IPATS,
|
|
1683
1727
|
0,
|
|
1684
1728
|
[_O, _S],
|
|
@@ -1699,12 +1743,6 @@ export var KeyStoreAccessOption$ = [3, n0, _KSAO,
|
|
|
1699
1743
|
[_KSAE, _KARA],
|
|
1700
1744
|
[2, 0], 1
|
|
1701
1745
|
];
|
|
1702
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1703
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1704
|
-
[_m],
|
|
1705
|
-
[0]
|
|
1706
|
-
];
|
|
1707
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1708
1746
|
export var Limits$ = [3, n0, _L,
|
|
1709
1747
|
0,
|
|
1710
1748
|
[_STto, _IL, _ALd],
|
|
@@ -1712,8 +1750,8 @@ export var Limits$ = [3, n0, _L,
|
|
|
1712
1750
|
];
|
|
1713
1751
|
export var ListApplicationsRequest$ = [3, n0, _LAR,
|
|
1714
1752
|
0,
|
|
1715
|
-
[_nT,
|
|
1716
|
-
[[0, { [_hQ]: _nT }], [64 | 0, { [_hQ]:
|
|
1753
|
+
[_nT, _sta, _mR],
|
|
1754
|
+
[[0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _sta }], [1, { [_hQ]: _mR }]]
|
|
1717
1755
|
];
|
|
1718
1756
|
export var ListApplicationsResponse$ = [3, n0, _LARi,
|
|
1719
1757
|
0,
|
|
@@ -1743,7 +1781,7 @@ export var ListDirectQueryDataSourcesResponse$ = [3, n0, _LDQDSRi,
|
|
|
1743
1781
|
export var ListDomainMaintenancesRequest$ = [3, n0, _LDMR,
|
|
1744
1782
|
0,
|
|
1745
1783
|
[_DN, _Ac, _S, _MR, _NT],
|
|
1746
|
-
[[0, 1], [0, { [_hQ]: _ac }], [0, { [_hQ]:
|
|
1784
|
+
[[0, 1], [0, { [_hQ]: _ac }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1747
1785
|
];
|
|
1748
1786
|
export var ListDomainMaintenancesResponse$ = [3, n0, _LDMRi,
|
|
1749
1787
|
0,
|
|
@@ -2025,18 +2063,6 @@ export var ReservedInstanceOffering$ = [3, n0, _RIOe,
|
|
|
2025
2063
|
[_RIOI, _IT, _Du, _FP, _UPs, _CCu, _POa, _RCe],
|
|
2026
2064
|
[0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
|
|
2027
2065
|
];
|
|
2028
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
2029
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
2030
|
-
[_m],
|
|
2031
|
-
[0]
|
|
2032
|
-
];
|
|
2033
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
2034
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2035
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
2036
|
-
[_m],
|
|
2037
|
-
[0]
|
|
2038
|
-
];
|
|
2039
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2040
2066
|
export var RevokeVpcEndpointAccessRequest$ = [3, n0, _RVEAR,
|
|
2041
2067
|
0,
|
|
2042
2068
|
[_DN, _A, _Se],
|
|
@@ -2097,12 +2123,6 @@ export var ServiceSoftwareOptions$ = [3, n0, _SSO,
|
|
|
2097
2123
|
[_CVu, _NV, _UAp, _Ca, _USp, _D, _AUD, _OD],
|
|
2098
2124
|
[0, 0, 2, 2, 0, 0, 4, 2]
|
|
2099
2125
|
];
|
|
2100
|
-
export var SlotNotAvailableException$ = [-3, n0, _SNAE,
|
|
2101
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
2102
|
-
[_SSl, _m],
|
|
2103
|
-
[64 | 1, 0]
|
|
2104
|
-
];
|
|
2105
|
-
TypeRegistry.for(n0).registerError(SlotNotAvailableException$, SlotNotAvailableException);
|
|
2106
2126
|
export var SnapshotOptions$ = [3, n0, _SO,
|
|
2107
2127
|
0,
|
|
2108
2128
|
[_ASSH],
|
|
@@ -2158,12 +2178,6 @@ export var Tag$ = [3, n0, _Ta,
|
|
|
2158
2178
|
[_K, _V],
|
|
2159
2179
|
[0, 0], 2
|
|
2160
2180
|
];
|
|
2161
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
2162
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2163
|
-
[_m],
|
|
2164
|
-
[0]
|
|
2165
|
-
];
|
|
2166
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2167
2181
|
export var UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
2168
2182
|
0,
|
|
2169
2183
|
[_i, _dS, _aC],
|
|
@@ -2251,7 +2265,7 @@ export var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
|
|
|
2251
2265
|
];
|
|
2252
2266
|
export var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
|
|
2253
2267
|
0,
|
|
2254
|
-
[
|
|
2268
|
+
[_VEp],
|
|
2255
2269
|
[() => VpcEndpoint$], 1
|
|
2256
2270
|
];
|
|
2257
2271
|
export var UpgradeDomainRequest$ = [3, n0, _UDR,
|
|
@@ -2274,12 +2288,6 @@ export var UpgradeStepItem$ = [3, n0, _USI,
|
|
|
2274
2288
|
[_US, _USS, _Is, _PPr],
|
|
2275
2289
|
[0, 0, 64 | 0, 1]
|
|
2276
2290
|
];
|
|
2277
|
-
export var ValidationException$ = [-3, n0, _VEa,
|
|
2278
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2279
|
-
[_m],
|
|
2280
|
-
[0]
|
|
2281
|
-
];
|
|
2282
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2283
2291
|
export var ValidationFailure$ = [3, n0, _VFa,
|
|
2284
2292
|
0,
|
|
2285
2293
|
[_Cod, _M],
|
|
@@ -2300,7 +2308,7 @@ export var VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
|
|
|
2300
2308
|
[_O, _S],
|
|
2301
2309
|
[() => VPCDerivedInfo$, () => OptionStatus$], 2
|
|
2302
2310
|
];
|
|
2303
|
-
export var VpcEndpoint$ = [3, n0,
|
|
2311
|
+
export var VpcEndpoint$ = [3, n0, _VEp,
|
|
2304
2312
|
0,
|
|
2305
2313
|
[_VEI, _VEO, _DA, _VO, _S, _En],
|
|
2306
2314
|
[0, 0, 0, () => VPCDerivedInfo$, 0, 0]
|
|
@@ -2331,8 +2339,6 @@ export var ZoneAwarenessConfig$ = [3, n0, _ZAC,
|
|
|
2331
2339
|
[1]
|
|
2332
2340
|
];
|
|
2333
2341
|
var __Unit = "unit";
|
|
2334
|
-
export var OpenSearchServiceException$ = [-3, _sm, "OpenSearchServiceException", 0, [], []];
|
|
2335
|
-
TypeRegistry.for(_sm).registerError(OpenSearchServiceException$, OpenSearchServiceException);
|
|
2336
2342
|
var AdditionalLimitList = [1, n0, _ALL,
|
|
2337
2343
|
0, () => AdditionalLimit$
|
|
2338
2344
|
];
|
|
@@ -2472,7 +2478,7 @@ var VpcEndpointErrorList = [1, n0, _VEEL,
|
|
|
2472
2478
|
0, () => VpcEndpointError$
|
|
2473
2479
|
];
|
|
2474
2480
|
var VpcEndpointIdList = 64 | 0;
|
|
2475
|
-
var VpcEndpoints = [1, n0,
|
|
2481
|
+
var VpcEndpoints = [1, n0, _VEpc,
|
|
2476
2482
|
0, () => VpcEndpoint$
|
|
2477
2483
|
];
|
|
2478
2484
|
var VpcEndpointSummaryList = [1, n0, _VESL,
|
|
@@ -1,7 +1,28 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var OpenSearchServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BaseException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var DependencyFailureException$: StaticErrorSchema;
|
|
8
|
+
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
12
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var SlotNotAvailableException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
/**
|
|
19
|
+
* TypeRegistry instances containing modeled errors.
|
|
20
|
+
* @internal
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
24
|
export declare var AcceptInboundConnectionRequest$: StaticStructureSchema;
|
|
3
25
|
export declare var AcceptInboundConnectionResponse$: StaticStructureSchema;
|
|
4
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
26
|
export declare var AccessPoliciesStatus$: StaticStructureSchema;
|
|
6
27
|
export declare var AddDataSourceRequest$: StaticStructureSchema;
|
|
7
28
|
export declare var AddDataSourceResponse$: StaticStructureSchema;
|
|
@@ -35,7 +56,6 @@ export declare var AutoTuneOptionsStatus$: StaticStructureSchema;
|
|
|
35
56
|
export declare var AutoTuneStatus$: StaticStructureSchema;
|
|
36
57
|
export declare var AvailabilityZoneInfo$: StaticStructureSchema;
|
|
37
58
|
export declare var AWSDomainInformation$: StaticStructureSchema;
|
|
38
|
-
export declare var BaseException$: StaticErrorSchema;
|
|
39
59
|
export declare var CancelDomainConfigChangeRequest$: StaticStructureSchema;
|
|
40
60
|
export declare var CancelDomainConfigChangeResponse$: StaticStructureSchema;
|
|
41
61
|
export declare var CancelledChangeProperty$: StaticStructureSchema;
|
|
@@ -51,7 +71,6 @@ export declare var CognitoOptions$: StaticStructureSchema;
|
|
|
51
71
|
export declare var CognitoOptionsStatus$: StaticStructureSchema;
|
|
52
72
|
export declare var ColdStorageOptions$: StaticStructureSchema;
|
|
53
73
|
export declare var CompatibleVersionsMap$: StaticStructureSchema;
|
|
54
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
55
74
|
export declare var ConnectionProperties$: StaticStructureSchema;
|
|
56
75
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
57
76
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
@@ -85,7 +104,6 @@ export declare var DeletePackageRequest$: StaticStructureSchema;
|
|
|
85
104
|
export declare var DeletePackageResponse$: StaticStructureSchema;
|
|
86
105
|
export declare var DeleteVpcEndpointRequest$: StaticStructureSchema;
|
|
87
106
|
export declare var DeleteVpcEndpointResponse$: StaticStructureSchema;
|
|
88
|
-
export declare var DependencyFailureException$: StaticErrorSchema;
|
|
89
107
|
export declare var DescribeDomainAutoTunesRequest$: StaticStructureSchema;
|
|
90
108
|
export declare var DescribeDomainAutoTunesResponse$: StaticStructureSchema;
|
|
91
109
|
export declare var DescribeDomainChangeProgressRequest$: StaticStructureSchema;
|
|
@@ -118,7 +136,6 @@ export declare var DescribeReservedInstancesResponse$: StaticStructureSchema;
|
|
|
118
136
|
export declare var DescribeVpcEndpointsRequest$: StaticStructureSchema;
|
|
119
137
|
export declare var DescribeVpcEndpointsResponse$: StaticStructureSchema;
|
|
120
138
|
export declare var DirectQueryDataSource$: StaticStructureSchema;
|
|
121
|
-
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
122
139
|
export declare var DissociatePackageRequest$: StaticStructureSchema;
|
|
123
140
|
export declare var DissociatePackageResponse$: StaticStructureSchema;
|
|
124
141
|
export declare var DissociatePackagesRequest$: StaticStructureSchema;
|
|
@@ -174,14 +191,10 @@ export declare var InboundConnectionStatus$: StaticStructureSchema;
|
|
|
174
191
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
175
192
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
176
193
|
export declare var InstanceTypeDetails$: StaticStructureSchema;
|
|
177
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
178
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
179
|
-
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
180
194
|
export declare var IPAddressTypeStatus$: StaticStructureSchema;
|
|
181
195
|
export declare var JWTOptionsInput$: StaticStructureSchema;
|
|
182
196
|
export declare var JWTOptionsOutput$: StaticStructureSchema;
|
|
183
197
|
export declare var KeyStoreAccessOption$: StaticStructureSchema;
|
|
184
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
185
198
|
export declare var Limits$: StaticStructureSchema;
|
|
186
199
|
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
187
200
|
export declare var ListApplicationsResponse$: StaticStructureSchema;
|
|
@@ -246,8 +259,6 @@ export declare var RejectInboundConnectionResponse$: StaticStructureSchema;
|
|
|
246
259
|
export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
247
260
|
export declare var ReservedInstance$: StaticStructureSchema;
|
|
248
261
|
export declare var ReservedInstanceOffering$: StaticStructureSchema;
|
|
249
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
250
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
251
262
|
export declare var RevokeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
252
263
|
export declare var RevokeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
253
264
|
export declare var S3GlueDataCatalog$: StaticStructureSchema;
|
|
@@ -260,7 +271,6 @@ export declare var ScheduledAutoTuneDetails$: StaticStructureSchema;
|
|
|
260
271
|
export declare var SecurityLakeDirectQueryDataSource$: StaticStructureSchema;
|
|
261
272
|
export declare var ServerlessVectorAcceleration$: StaticStructureSchema;
|
|
262
273
|
export declare var ServiceSoftwareOptions$: StaticStructureSchema;
|
|
263
|
-
export declare var SlotNotAvailableException$: StaticErrorSchema;
|
|
264
274
|
export declare var SnapshotOptions$: StaticStructureSchema;
|
|
265
275
|
export declare var SnapshotOptionsStatus$: StaticStructureSchema;
|
|
266
276
|
export declare var SoftwareUpdateOptions$: StaticStructureSchema;
|
|
@@ -272,7 +282,6 @@ export declare var StartServiceSoftwareUpdateResponse$: StaticStructureSchema;
|
|
|
272
282
|
export declare var StorageType$: StaticStructureSchema;
|
|
273
283
|
export declare var StorageTypeLimit$: StaticStructureSchema;
|
|
274
284
|
export declare var Tag$: StaticStructureSchema;
|
|
275
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
276
285
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
277
286
|
export declare var UpdateApplicationResponse$: StaticStructureSchema;
|
|
278
287
|
export declare var UpdateDataSourceRequest$: StaticStructureSchema;
|
|
@@ -295,7 +304,6 @@ export declare var UpgradeDomainRequest$: StaticStructureSchema;
|
|
|
295
304
|
export declare var UpgradeDomainResponse$: StaticStructureSchema;
|
|
296
305
|
export declare var UpgradeHistory$: StaticStructureSchema;
|
|
297
306
|
export declare var UpgradeStepItem$: StaticStructureSchema;
|
|
298
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
299
307
|
export declare var ValidationFailure$: StaticStructureSchema;
|
|
300
308
|
export declare var VersionStatus$: StaticStructureSchema;
|
|
301
309
|
export declare var VPCDerivedInfo$: StaticStructureSchema;
|
|
@@ -306,7 +314,6 @@ export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
|
306
314
|
export declare var VPCOptions$: StaticStructureSchema;
|
|
307
315
|
export declare var WindowStartTime$: StaticStructureSchema;
|
|
308
316
|
export declare var ZoneAwarenessConfig$: StaticStructureSchema;
|
|
309
|
-
export declare var OpenSearchServiceException$: StaticErrorSchema;
|
|
310
317
|
export declare var DataSourceType$: StaticUnionSchema;
|
|
311
318
|
export declare var DirectQueryDataSourceType$: StaticUnionSchema;
|
|
312
319
|
export declare var AcceptInboundConnection$: StaticOperationSchema;
|
|
@@ -1,12 +1,28 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var OpenSearchServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var BaseException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var DependencyFailureException$: StaticErrorSchema;
|
|
13
|
+
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
14
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
17
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
18
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
19
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var SlotNotAvailableException$: StaticErrorSchema;
|
|
21
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
22
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
23
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
24
|
export declare var AcceptInboundConnectionRequest$: StaticStructureSchema;
|
|
8
25
|
export declare var AcceptInboundConnectionResponse$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
26
|
export declare var AccessPoliciesStatus$: StaticStructureSchema;
|
|
11
27
|
export declare var AddDataSourceRequest$: StaticStructureSchema;
|
|
12
28
|
export declare var AddDataSourceResponse$: StaticStructureSchema;
|
|
@@ -40,7 +56,6 @@ export declare var AutoTuneOptionsStatus$: StaticStructureSchema;
|
|
|
40
56
|
export declare var AutoTuneStatus$: StaticStructureSchema;
|
|
41
57
|
export declare var AvailabilityZoneInfo$: StaticStructureSchema;
|
|
42
58
|
export declare var AWSDomainInformation$: StaticStructureSchema;
|
|
43
|
-
export declare var BaseException$: StaticErrorSchema;
|
|
44
59
|
export declare var CancelDomainConfigChangeRequest$: StaticStructureSchema;
|
|
45
60
|
export declare var CancelDomainConfigChangeResponse$: StaticStructureSchema;
|
|
46
61
|
export declare var CancelledChangeProperty$: StaticStructureSchema;
|
|
@@ -56,7 +71,6 @@ export declare var CognitoOptions$: StaticStructureSchema;
|
|
|
56
71
|
export declare var CognitoOptionsStatus$: StaticStructureSchema;
|
|
57
72
|
export declare var ColdStorageOptions$: StaticStructureSchema;
|
|
58
73
|
export declare var CompatibleVersionsMap$: StaticStructureSchema;
|
|
59
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
60
74
|
export declare var ConnectionProperties$: StaticStructureSchema;
|
|
61
75
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
62
76
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
@@ -90,7 +104,6 @@ export declare var DeletePackageRequest$: StaticStructureSchema;
|
|
|
90
104
|
export declare var DeletePackageResponse$: StaticStructureSchema;
|
|
91
105
|
export declare var DeleteVpcEndpointRequest$: StaticStructureSchema;
|
|
92
106
|
export declare var DeleteVpcEndpointResponse$: StaticStructureSchema;
|
|
93
|
-
export declare var DependencyFailureException$: StaticErrorSchema;
|
|
94
107
|
export declare var DescribeDomainAutoTunesRequest$: StaticStructureSchema;
|
|
95
108
|
export declare var DescribeDomainAutoTunesResponse$: StaticStructureSchema;
|
|
96
109
|
export declare var DescribeDomainChangeProgressRequest$: StaticStructureSchema;
|
|
@@ -123,7 +136,6 @@ export declare var DescribeReservedInstancesResponse$: StaticStructureSchema;
|
|
|
123
136
|
export declare var DescribeVpcEndpointsRequest$: StaticStructureSchema;
|
|
124
137
|
export declare var DescribeVpcEndpointsResponse$: StaticStructureSchema;
|
|
125
138
|
export declare var DirectQueryDataSource$: StaticStructureSchema;
|
|
126
|
-
export declare var DisabledOperationException$: StaticErrorSchema;
|
|
127
139
|
export declare var DissociatePackageRequest$: StaticStructureSchema;
|
|
128
140
|
export declare var DissociatePackageResponse$: StaticStructureSchema;
|
|
129
141
|
export declare var DissociatePackagesRequest$: StaticStructureSchema;
|
|
@@ -179,14 +191,10 @@ export declare var InboundConnectionStatus$: StaticStructureSchema;
|
|
|
179
191
|
export declare var InstanceCountLimits$: StaticStructureSchema;
|
|
180
192
|
export declare var InstanceLimits$: StaticStructureSchema;
|
|
181
193
|
export declare var InstanceTypeDetails$: StaticStructureSchema;
|
|
182
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
183
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
184
|
-
export declare var InvalidTypeException$: StaticErrorSchema;
|
|
185
194
|
export declare var IPAddressTypeStatus$: StaticStructureSchema;
|
|
186
195
|
export declare var JWTOptionsInput$: StaticStructureSchema;
|
|
187
196
|
export declare var JWTOptionsOutput$: StaticStructureSchema;
|
|
188
197
|
export declare var KeyStoreAccessOption$: StaticStructureSchema;
|
|
189
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
190
198
|
export declare var Limits$: StaticStructureSchema;
|
|
191
199
|
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
192
200
|
export declare var ListApplicationsResponse$: StaticStructureSchema;
|
|
@@ -251,8 +259,6 @@ export declare var RejectInboundConnectionResponse$: StaticStructureSchema;
|
|
|
251
259
|
export declare var RemoveTagsRequest$: StaticStructureSchema;
|
|
252
260
|
export declare var ReservedInstance$: StaticStructureSchema;
|
|
253
261
|
export declare var ReservedInstanceOffering$: StaticStructureSchema;
|
|
254
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
255
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
256
262
|
export declare var RevokeVpcEndpointAccessRequest$: StaticStructureSchema;
|
|
257
263
|
export declare var RevokeVpcEndpointAccessResponse$: StaticStructureSchema;
|
|
258
264
|
export declare var S3GlueDataCatalog$: StaticStructureSchema;
|
|
@@ -265,7 +271,6 @@ export declare var ScheduledAutoTuneDetails$: StaticStructureSchema;
|
|
|
265
271
|
export declare var SecurityLakeDirectQueryDataSource$: StaticStructureSchema;
|
|
266
272
|
export declare var ServerlessVectorAcceleration$: StaticStructureSchema;
|
|
267
273
|
export declare var ServiceSoftwareOptions$: StaticStructureSchema;
|
|
268
|
-
export declare var SlotNotAvailableException$: StaticErrorSchema;
|
|
269
274
|
export declare var SnapshotOptions$: StaticStructureSchema;
|
|
270
275
|
export declare var SnapshotOptionsStatus$: StaticStructureSchema;
|
|
271
276
|
export declare var SoftwareUpdateOptions$: StaticStructureSchema;
|
|
@@ -277,7 +282,6 @@ export declare var StartServiceSoftwareUpdateResponse$: StaticStructureSchema;
|
|
|
277
282
|
export declare var StorageType$: StaticStructureSchema;
|
|
278
283
|
export declare var StorageTypeLimit$: StaticStructureSchema;
|
|
279
284
|
export declare var Tag$: StaticStructureSchema;
|
|
280
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
281
285
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
282
286
|
export declare var UpdateApplicationResponse$: StaticStructureSchema;
|
|
283
287
|
export declare var UpdateDataSourceRequest$: StaticStructureSchema;
|
|
@@ -300,7 +304,6 @@ export declare var UpgradeDomainRequest$: StaticStructureSchema;
|
|
|
300
304
|
export declare var UpgradeDomainResponse$: StaticStructureSchema;
|
|
301
305
|
export declare var UpgradeHistory$: StaticStructureSchema;
|
|
302
306
|
export declare var UpgradeStepItem$: StaticStructureSchema;
|
|
303
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
304
307
|
export declare var ValidationFailure$: StaticStructureSchema;
|
|
305
308
|
export declare var VersionStatus$: StaticStructureSchema;
|
|
306
309
|
export declare var VPCDerivedInfo$: StaticStructureSchema;
|
|
@@ -311,7 +314,6 @@ export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
|
311
314
|
export declare var VPCOptions$: StaticStructureSchema;
|
|
312
315
|
export declare var WindowStartTime$: StaticStructureSchema;
|
|
313
316
|
export declare var ZoneAwarenessConfig$: StaticStructureSchema;
|
|
314
|
-
export declare var OpenSearchServiceException$: StaticErrorSchema;
|
|
315
317
|
export declare var DataSourceType$: StaticUnionSchema;
|
|
316
318
|
export declare var DirectQueryDataSourceType$: StaticUnionSchema;
|
|
317
319
|
export declare var AcceptInboundConnection$: StaticOperationSchema;
|