@aws-sdk/client-opensearch 3.1019.0 → 3.1021.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/README.md +35 -0
- package/dist-cjs/index.js +117 -0
- package/dist-cjs/models/errors.js +14 -1
- package/dist-cjs/schemas/schemas_0.js +187 -12
- package/dist-es/OpenSearch.js +14 -4
- package/dist-es/commands/DeregisterCapabilityCommand.js +16 -0
- package/dist-es/commands/DescribeInsightDetailsCommand.js +16 -0
- package/dist-es/commands/GetCapabilityCommand.js +16 -0
- package/dist-es/commands/ListInsightsCommand.js +16 -0
- package/dist-es/commands/RegisterCapabilityCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +39 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/schemas/schemas_0.js +179 -5
- package/dist-types/OpenSearch.d.ts +117 -82
- package/dist-types/OpenSearchClient.d.ts +92 -87
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/DeregisterCapabilityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +105 -0
- package/dist-types/commands/GetCapabilityCommand.d.ts +101 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +116 -0
- package/dist-types/commands/RegisterCapabilityCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +103 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +484 -562
- package/dist-types/models/models_1.d.ts +524 -0
- package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +85 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +32 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RegisterCapabilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +53 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +135 -106
- package/dist-types/ts3.4/models/models_1.d.ts +143 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +14 -14
|
@@ -13,9 +13,10 @@ const _ADQDSRd = "AddDirectQueryDataSourceResponse";
|
|
|
13
13
|
const _ADS = "AddDataSource";
|
|
14
14
|
const _ADSR = "AddDataSourceRequest";
|
|
15
15
|
const _ADSRd = "AddDataSourceResponse";
|
|
16
|
-
const _AIC = "
|
|
16
|
+
const _AIC = "AIConfig";
|
|
17
17
|
const _AICR = "AcceptInboundConnectionRequest";
|
|
18
18
|
const _AICRc = "AcceptInboundConnectionResponse";
|
|
19
|
+
const _AICc = "AcceptInboundConnection";
|
|
19
20
|
const _AID = "ActionID";
|
|
20
21
|
const _AIMLO = "AIMLOptions";
|
|
21
22
|
const _AIMLOI = "AIMLOptionsInput";
|
|
@@ -87,6 +88,8 @@ const _CAR = "CreateApplicationRequest";
|
|
|
87
88
|
const _CARr = "CreateApplicationResponse";
|
|
88
89
|
const _CAr = "CreatedAt";
|
|
89
90
|
const _CAre = "CreateApplication";
|
|
91
|
+
const _CBRC = "CapabilityBaseRequestConfig";
|
|
92
|
+
const _CBRCa = "CapabilityBaseResponseConfig";
|
|
90
93
|
const _CC = "ClusterConfig";
|
|
91
94
|
const _CCI = "CancelledChangeIds";
|
|
92
95
|
const _CCP = "CancelledChangeProperties";
|
|
@@ -109,8 +112,11 @@ const _CE = "ConflictException";
|
|
|
109
112
|
const _CECA = "CustomEndpointCertificateArn";
|
|
110
113
|
const _CEE = "CustomEndpointEnabled";
|
|
111
114
|
const _CEFR = "CronExpressionForRecurrence";
|
|
115
|
+
const _CERC = "CapabilityExtendedResponseConfig";
|
|
112
116
|
const _CEo = "CognitoEnabled";
|
|
113
117
|
const _CEu = "CustomEndpoint";
|
|
118
|
+
const _CF = "CapabilityFailure";
|
|
119
|
+
const _CFa = "CapabilityFailures";
|
|
114
120
|
const _CH = "ClusterHealth";
|
|
115
121
|
const _CI = "ConnectionId";
|
|
116
122
|
const _CIR = "CreateIndexRequest";
|
|
@@ -144,6 +150,7 @@ const _CSSUR = "CancelServiceSoftwareUpdateRequest";
|
|
|
144
150
|
const _CSSURa = "CancelServiceSoftwareUpdateResponse";
|
|
145
151
|
const _CSu = "CurrentState";
|
|
146
152
|
const _CT = "ClientToken";
|
|
153
|
+
const _CTr = "CreationTime";
|
|
147
154
|
const _CV = "CancelledValue";
|
|
148
155
|
const _CVE = "CreateVpcEndpoint";
|
|
149
156
|
const _CVER = "CreateVpcEndpointRequest";
|
|
@@ -166,6 +173,9 @@ const _DAR = "DeleteApplicationRequest";
|
|
|
166
173
|
const _DARe = "DeleteApplicationResponse";
|
|
167
174
|
const _DAe = "DeleteApplication";
|
|
168
175
|
const _DC = "DomainConfig";
|
|
176
|
+
const _DCR = "DeregisterCapabilityRequest";
|
|
177
|
+
const _DCRe = "DeregisterCapabilityResponse";
|
|
178
|
+
const _DCe = "DeregisterCapability";
|
|
169
179
|
const _DD = "DeleteDomain";
|
|
170
180
|
const _DDAT = "DescribeDomainAutoTunes";
|
|
171
181
|
const _DDATR = "DescribeDomainAutoTunesRequest";
|
|
@@ -210,6 +220,9 @@ const _DICRes = "DescribeInboundConnectionsRequest";
|
|
|
210
220
|
const _DICResc = "DescribeInboundConnectionsResponse";
|
|
211
221
|
const _DICe = "DeleteInboundConnection";
|
|
212
222
|
const _DICes = "DescribeInboundConnections";
|
|
223
|
+
const _DID = "DescribeInsightDetails";
|
|
224
|
+
const _DIDR = "DescribeInsightDetailsRequest";
|
|
225
|
+
const _DIDRe = "DescribeInsightDetailsResponse";
|
|
213
226
|
const _DIL = "DomainInfoList";
|
|
214
227
|
const _DIR = "DeleteIndexRequest";
|
|
215
228
|
const _DIRe = "DeleteIndexResponse";
|
|
@@ -229,6 +242,7 @@ const _DN = "DomainName";
|
|
|
229
242
|
const _DNC = "DataNodeCount";
|
|
230
243
|
const _DNS = "DomainNodesStatus";
|
|
231
244
|
const _DNSL = "DomainNodesStatusList";
|
|
245
|
+
const _DNi = "DisplayName";
|
|
232
246
|
const _DNo = "DomainNames";
|
|
233
247
|
const _DOC = "DeleteOutboundConnection";
|
|
234
248
|
const _DOCR = "DeleteOutboundConnectionRequest";
|
|
@@ -320,13 +334,19 @@ const _EV = "EngineVersion";
|
|
|
320
334
|
const _EVn = "EndpointV2";
|
|
321
335
|
const _En = "Endpoint";
|
|
322
336
|
const _End = "Endpoints";
|
|
337
|
+
const _Ent = "Entity";
|
|
323
338
|
const _F = "Filters";
|
|
324
339
|
const _FL = "FilterList";
|
|
325
340
|
const _FP = "FixedPrice";
|
|
326
|
-
const _Fi = "
|
|
341
|
+
const _Fi = "Fields";
|
|
342
|
+
const _Fil = "Filter";
|
|
343
|
+
const _Fr = "From";
|
|
327
344
|
const _GA = "GetApplication";
|
|
328
345
|
const _GAR = "GetApplicationRequest";
|
|
329
346
|
const _GARe = "GetApplicationResponse";
|
|
347
|
+
const _GC = "GetCapability";
|
|
348
|
+
const _GCR = "GetCapabilityRequest";
|
|
349
|
+
const _GCRe = "GetCapabilityResponse";
|
|
330
350
|
const _GCV = "GetCompatibleVersions";
|
|
331
351
|
const _GCVR = "GetCompatibleVersionsRequest";
|
|
332
352
|
const _GCVRe = "GetCompatibleVersionsResponse";
|
|
@@ -371,9 +391,15 @@ const _ICS = "InboundConnectionStatus";
|
|
|
371
391
|
const _ICn = "InboundConnection";
|
|
372
392
|
const _ICnb = "InboundConnections";
|
|
373
393
|
const _IE = "InternalException";
|
|
394
|
+
const _IEn = "InsightEntity";
|
|
395
|
+
const _IEs = "IsExperimental";
|
|
396
|
+
const _IF = "InsightField";
|
|
397
|
+
const _IFL = "InsightFieldList";
|
|
398
|
+
const _II = "InsightId";
|
|
374
399
|
const _IICO = "IamIdentityCenterOptions";
|
|
375
400
|
const _IICOI = "IamIdentityCenterOptionsInput";
|
|
376
401
|
const _IL = "InstanceLimits";
|
|
402
|
+
const _ILn = "InsightList";
|
|
377
403
|
const _IN = "IndexName";
|
|
378
404
|
const _IPAT = "IPAddressType";
|
|
379
405
|
const _IPATS = "IPAddressTypeStatus";
|
|
@@ -386,9 +412,12 @@ const _IT = "InstanceType";
|
|
|
386
412
|
const _ITD = "InstanceTypeDetails";
|
|
387
413
|
const _ITDL = "InstanceTypeDetailsList";
|
|
388
414
|
const _ITE = "InvalidTypeException";
|
|
415
|
+
const _ITR = "InsightTimeRange";
|
|
389
416
|
const _IUDE = "InternalUserDatabaseEnabled";
|
|
390
417
|
const _Id = "Idp";
|
|
391
418
|
const _Id_ = "Id";
|
|
419
|
+
const _In = "Insight";
|
|
420
|
+
const _Ins = "Insights";
|
|
392
421
|
const _Is = "Issues";
|
|
393
422
|
const _JWTO = "JWTOptions";
|
|
394
423
|
const _JWTOI = "JWTOptionsInput";
|
|
@@ -423,6 +452,9 @@ const _LDSR = "ListDataSourcesRequest";
|
|
|
423
452
|
const _LDSRi = "ListDataSourcesResponse";
|
|
424
453
|
const _LEE = "LimitExceededException";
|
|
425
454
|
const _LF = "LicenseFilepath";
|
|
455
|
+
const _LI = "ListInsights";
|
|
456
|
+
const _LIR = "ListInsightsRequest";
|
|
457
|
+
const _LIRi = "ListInsightsResponse";
|
|
426
458
|
const _LITD = "ListInstanceTypeDetails";
|
|
427
459
|
const _LITDR = "ListInstanceTypeDetailsRequest";
|
|
428
460
|
const _LITDRi = "ListInstanceTypeDetailsResponse";
|
|
@@ -542,6 +574,7 @@ const _PVHL = "PackageVersionHistoryList";
|
|
|
542
574
|
const _PVO = "PackageVendingOptions";
|
|
543
575
|
const _PVe = "PendingValue";
|
|
544
576
|
const _Pr = "Principal";
|
|
577
|
+
const _Pri = "Priority";
|
|
545
578
|
const _Pro = "Processing";
|
|
546
579
|
const _Prom = "Prometheus";
|
|
547
580
|
const _R = "Region";
|
|
@@ -552,7 +585,10 @@ const _RC = "RecurringCharge";
|
|
|
552
585
|
const _RCA = "RecurringChargeAmount";
|
|
553
586
|
const _RCF = "RecurringChargeFrequency";
|
|
554
587
|
const _RCL = "RecurringChargeList";
|
|
588
|
+
const _RCR = "RegisterCapabilityRequest";
|
|
589
|
+
const _RCRe = "RegisterCapabilityResponse";
|
|
555
590
|
const _RCe = "RecurringCharges";
|
|
591
|
+
const _RCeg = "RegisterCapability";
|
|
556
592
|
const _RDI = "RemoteDomainInfo";
|
|
557
593
|
const _RI = "ReservedInstances";
|
|
558
594
|
const _RIC = "RejectInboundConnection";
|
|
@@ -596,6 +632,7 @@ const _SDMR = "StartDomainMaintenanceRequest";
|
|
|
596
632
|
const _SDMRt = "StartDomainMaintenanceResponse";
|
|
597
633
|
const _SGDC = "S3GlueDataCatalog";
|
|
598
634
|
const _SGI = "SecurityGroupIds";
|
|
635
|
+
const _SHC = "ShowHtmlContent";
|
|
599
636
|
const _SI = "SubnetIds";
|
|
600
637
|
const _SK = "SubjectKey";
|
|
601
638
|
const _SKe = "S3Key";
|
|
@@ -606,6 +643,8 @@ const _SM = "StatusMessage";
|
|
|
606
643
|
const _SNAE = "SlotNotAvailableException";
|
|
607
644
|
const _SO = "SnapshotOptions";
|
|
608
645
|
const _SOS = "SnapshotOptionsStatus";
|
|
646
|
+
const _SOo = "SortOrder";
|
|
647
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
609
648
|
const _SS = "SlotSuggestions";
|
|
610
649
|
const _SSO = "ServiceSoftwareOptions";
|
|
611
650
|
const _SSSU = "StartServiceSoftwareUpdate";
|
|
@@ -641,11 +680,13 @@ const _TK = "TagKeys";
|
|
|
641
680
|
const _TL = "TagList";
|
|
642
681
|
const _TLSSP = "TLSSecurityPolicy";
|
|
643
682
|
const _TNOS = "TotalNumberOfStages";
|
|
683
|
+
const _TR = "TimeRange";
|
|
644
684
|
const _TS = "TotalShards";
|
|
645
685
|
const _TUAS = "TotalUnAssignedShards";
|
|
646
686
|
const _TV = "TargetVersions";
|
|
647
687
|
const _TVa = "TargetVersion";
|
|
648
688
|
const _Ta = "Tag";
|
|
689
|
+
const _To = "To";
|
|
649
690
|
const _Ty = "Type";
|
|
650
691
|
const _U = "Username";
|
|
651
692
|
const _UA = "UpdatedAt";
|
|
@@ -694,6 +735,7 @@ const _USL = "UpgradeStepsList";
|
|
|
694
735
|
const _USS = "UpgradeStepStatus";
|
|
695
736
|
const _USp = "UpdateStatus";
|
|
696
737
|
const _USpg = "UpgradeStatus";
|
|
738
|
+
const _UT = "UpdateTime";
|
|
697
739
|
const _UV = "UpdateVersion";
|
|
698
740
|
const _UVE = "UpdateVpcEndpoint";
|
|
699
741
|
const _UVER = "UpdateVpcEndpointRequest";
|
|
@@ -738,11 +780,16 @@ const _ZS = "ZoneStatus";
|
|
|
738
780
|
const _a = "arn";
|
|
739
781
|
const _aA = "applicationArn";
|
|
740
782
|
const _aC = "appConfigs";
|
|
783
|
+
const _aCi = "aiConfig";
|
|
784
|
+
const _aI = "applicationId";
|
|
741
785
|
const _ac = "action";
|
|
742
786
|
const _c = "client";
|
|
743
787
|
const _cA = "createdAt";
|
|
788
|
+
const _cC = "capabilityConfig";
|
|
789
|
+
const _cN = "capabilityName";
|
|
744
790
|
const _cT = "clientToken";
|
|
745
791
|
const _ch = "changeid";
|
|
792
|
+
const _d = "details";
|
|
746
793
|
const _dN = "domainName";
|
|
747
794
|
const _dRI = "dryRunId";
|
|
748
795
|
const _dS = "dataSources";
|
|
@@ -752,6 +799,7 @@ const _e = "error";
|
|
|
752
799
|
const _eT = "engineType";
|
|
753
800
|
const _en = "endpoint";
|
|
754
801
|
const _ena = "enabled";
|
|
802
|
+
const _f = "failures";
|
|
755
803
|
const _h = "http";
|
|
756
804
|
const _hE = "httpError";
|
|
757
805
|
const _hQ = "httpQuery";
|
|
@@ -773,6 +821,7 @@ const _n = "name";
|
|
|
773
821
|
const _nT = "nextToken";
|
|
774
822
|
const _ne = "nexttoken";
|
|
775
823
|
const _oI = "offeringId";
|
|
824
|
+
const _r = "reason";
|
|
776
825
|
const _rAZ = "retrieveAZs";
|
|
777
826
|
const _rI = "reservationId";
|
|
778
827
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.opensearch";
|
|
@@ -785,7 +834,7 @@ const _v = "value";
|
|
|
785
834
|
const _xN = "xmlName";
|
|
786
835
|
const n0 = "com.amazonaws.opensearch";
|
|
787
836
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
788
|
-
import { AccessDeniedException, BaseException, ConflictException, DependencyFailureException, DisabledOperationException, InternalException, InvalidPaginationTokenException, InvalidTypeException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, SlotNotAvailableException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
837
|
+
import { AccessDeniedException, BaseException, ConflictException, DependencyFailureException, DisabledOperationException, InternalException, InvalidPaginationTokenException, InvalidTypeException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, SlotNotAvailableException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
789
838
|
import { OpenSearchServiceException } from "../models/OpenSearchServiceException";
|
|
790
839
|
const _s_registry = TypeRegistry.for(_s);
|
|
791
840
|
export var OpenSearchServiceException$ = [-3, _s, "OpenSearchServiceException", 0, [], []];
|
|
@@ -857,6 +906,12 @@ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
|
857
906
|
[0]
|
|
858
907
|
];
|
|
859
908
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
909
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
910
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
911
|
+
[_m],
|
|
912
|
+
[0]
|
|
913
|
+
];
|
|
914
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
860
915
|
export var SlotNotAvailableException$ = [-3, n0, _SNAE,
|
|
861
916
|
{ [_e]: _c, [_hE]: 409 },
|
|
862
917
|
[_SS, _m],
|
|
@@ -946,6 +1001,11 @@ export var AdvancedSecurityOptionsStatus$ = [3, n0, _ASOS,
|
|
|
946
1001
|
[_O, _S],
|
|
947
1002
|
[() => AdvancedSecurityOptions$, () => OptionStatus$], 2
|
|
948
1003
|
];
|
|
1004
|
+
export var AIConfig$ = [3, n0, _AIC,
|
|
1005
|
+
0,
|
|
1006
|
+
[],
|
|
1007
|
+
[]
|
|
1008
|
+
];
|
|
949
1009
|
export var AIMLOptionsInput$ = [3, n0, _AIMLOI,
|
|
950
1010
|
0,
|
|
951
1011
|
[_NLQGO, _SVE, _SVA],
|
|
@@ -1081,6 +1141,11 @@ export var CancelServiceSoftwareUpdateResponse$ = [3, n0, _CSSURa,
|
|
|
1081
1141
|
[_SSO],
|
|
1082
1142
|
[() => ServiceSoftwareOptions$]
|
|
1083
1143
|
];
|
|
1144
|
+
export var CapabilityFailure$ = [3, n0, _CF,
|
|
1145
|
+
0,
|
|
1146
|
+
[_r, _d],
|
|
1147
|
+
[0, 0]
|
|
1148
|
+
];
|
|
1084
1149
|
export var ChangeProgressDetails$ = [3, n0, _CPD,
|
|
1085
1150
|
0,
|
|
1086
1151
|
[_CIh, _M, _CCS, _IB, _ST, _LUT],
|
|
@@ -1306,6 +1371,16 @@ export var DeploymentStrategyOptionsStatus$ = [3, n0, _DSOS,
|
|
|
1306
1371
|
[_O, _S],
|
|
1307
1372
|
[() => DeploymentStrategyOptions$, () => OptionStatus$], 2
|
|
1308
1373
|
];
|
|
1374
|
+
export var DeregisterCapabilityRequest$ = [3, n0, _DCR,
|
|
1375
|
+
0,
|
|
1376
|
+
[_aI, _cN],
|
|
1377
|
+
[[0, 1], [0, 1]], 2
|
|
1378
|
+
];
|
|
1379
|
+
export var DeregisterCapabilityResponse$ = [3, n0, _DCRe,
|
|
1380
|
+
0,
|
|
1381
|
+
[_st],
|
|
1382
|
+
[0]
|
|
1383
|
+
];
|
|
1309
1384
|
export var DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR,
|
|
1310
1385
|
0,
|
|
1311
1386
|
[_DN, _MR, _NT],
|
|
@@ -1396,6 +1471,16 @@ export var DescribeInboundConnectionsResponse$ = [3, n0, _DICResc,
|
|
|
1396
1471
|
[_Co, _NT],
|
|
1397
1472
|
[() => InboundConnections, 0]
|
|
1398
1473
|
];
|
|
1474
|
+
export var DescribeInsightDetailsRequest$ = [3, n0, _DIDR,
|
|
1475
|
+
0,
|
|
1476
|
+
[_Ent, _II, _SHC],
|
|
1477
|
+
[() => InsightEntity$, 0, 2], 2
|
|
1478
|
+
];
|
|
1479
|
+
export var DescribeInsightDetailsResponse$ = [3, n0, _DIDRe,
|
|
1480
|
+
0,
|
|
1481
|
+
[_Fi],
|
|
1482
|
+
[() => InsightFieldList], 1
|
|
1483
|
+
];
|
|
1399
1484
|
export var DescribeInstanceTypeLimitsRequest$ = [3, n0, _DITLR,
|
|
1400
1485
|
0,
|
|
1401
1486
|
[_IT, _EV, _DN],
|
|
@@ -1576,7 +1661,7 @@ export var ErrorDetails$ = [3, n0, _ED,
|
|
|
1576
1661
|
[_ETr, _EM],
|
|
1577
1662
|
[0, 0]
|
|
1578
1663
|
];
|
|
1579
|
-
export var Filter$ = [3, n0,
|
|
1664
|
+
export var Filter$ = [3, n0, _Fil,
|
|
1580
1665
|
0,
|
|
1581
1666
|
[_N, _Va],
|
|
1582
1667
|
[0, 64 | 0]
|
|
@@ -1591,6 +1676,16 @@ export var GetApplicationResponse$ = [3, n0, _GARe,
|
|
|
1591
1676
|
[_i, _a, _n, _en, _st, _iICO, _dS, _aC, _cA, _lUA, _kKA],
|
|
1592
1677
|
[0, 0, 0, 0, 0, () => IamIdentityCenterOptions$, () => DataSources, () => AppConfigs, 4, 4, 0]
|
|
1593
1678
|
];
|
|
1679
|
+
export var GetCapabilityRequest$ = [3, n0, _GCR,
|
|
1680
|
+
0,
|
|
1681
|
+
[_aI, _cN],
|
|
1682
|
+
[[0, 1], [0, 1]], 2
|
|
1683
|
+
];
|
|
1684
|
+
export var GetCapabilityResponse$ = [3, n0, _GCRe,
|
|
1685
|
+
0,
|
|
1686
|
+
[_cN, _aI, _st, _cC, _f],
|
|
1687
|
+
[0, 0, 0, () => CapabilityExtendedResponseConfig$, () => CapabilityFailures]
|
|
1688
|
+
];
|
|
1594
1689
|
export var GetCompatibleVersionsRequest$ = [3, n0, _GCVR,
|
|
1595
1690
|
0,
|
|
1596
1691
|
[_DN],
|
|
@@ -1726,6 +1821,26 @@ export var InboundConnectionStatus$ = [3, n0, _ICS,
|
|
|
1726
1821
|
[_SC, _M],
|
|
1727
1822
|
[0, 0]
|
|
1728
1823
|
];
|
|
1824
|
+
export var Insight$ = [3, n0, _In,
|
|
1825
|
+
0,
|
|
1826
|
+
[_II, _DNi, _Ty, _Pri, _S, _CTr, _UT, _IEs],
|
|
1827
|
+
[0, 0, 0, 0, 0, 4, 4, 2]
|
|
1828
|
+
];
|
|
1829
|
+
export var InsightEntity$ = [3, n0, _IEn,
|
|
1830
|
+
0,
|
|
1831
|
+
[_Ty, _V],
|
|
1832
|
+
[0, 0], 1
|
|
1833
|
+
];
|
|
1834
|
+
export var InsightField$ = [3, n0, _IF,
|
|
1835
|
+
0,
|
|
1836
|
+
[_N, _Ty, _V],
|
|
1837
|
+
[0, 0, 0], 3
|
|
1838
|
+
];
|
|
1839
|
+
export var InsightTimeRange$ = [3, n0, _ITR,
|
|
1840
|
+
0,
|
|
1841
|
+
[_Fr, _To],
|
|
1842
|
+
[1, 1], 2
|
|
1843
|
+
];
|
|
1729
1844
|
export var InstanceCountLimits$ = [3, n0, _ICL,
|
|
1730
1845
|
0,
|
|
1731
1846
|
[_MIC, _MICa],
|
|
@@ -1826,6 +1941,16 @@ export var ListDomainsForPackageResponse$ = [3, n0, _LDFPRi,
|
|
|
1826
1941
|
[_DPDL, _NT],
|
|
1827
1942
|
[() => DomainPackageDetailsList, 0]
|
|
1828
1943
|
];
|
|
1944
|
+
export var ListInsightsRequest$ = [3, n0, _LIR,
|
|
1945
|
+
0,
|
|
1946
|
+
[_Ent, _TR, _SOo, _MR, _NT],
|
|
1947
|
+
[() => InsightEntity$, () => InsightTimeRange$, 0, 1, 0], 1
|
|
1948
|
+
];
|
|
1949
|
+
export var ListInsightsResponse$ = [3, n0, _LIRi,
|
|
1950
|
+
0,
|
|
1951
|
+
[_Ins, _NT],
|
|
1952
|
+
[() => InsightList, 0]
|
|
1953
|
+
];
|
|
1829
1954
|
export var ListInstanceTypeDetailsRequest$ = [3, n0, _LITDR,
|
|
1830
1955
|
0,
|
|
1831
1956
|
[_EV, _DN, _MR, _NT, _RAZ, _IT],
|
|
@@ -2061,6 +2186,16 @@ export var RecurringCharge$ = [3, n0, _RC,
|
|
|
2061
2186
|
[_RCA, _RCF],
|
|
2062
2187
|
[1, 0]
|
|
2063
2188
|
];
|
|
2189
|
+
export var RegisterCapabilityRequest$ = [3, n0, _RCR,
|
|
2190
|
+
0,
|
|
2191
|
+
[_aI, _cN, _cC],
|
|
2192
|
+
[[0, 1], 0, () => CapabilityBaseRequestConfig$], 3
|
|
2193
|
+
];
|
|
2194
|
+
export var RegisterCapabilityResponse$ = [3, n0, _RCRe,
|
|
2195
|
+
0,
|
|
2196
|
+
[_cN, _aI, _st, _cC],
|
|
2197
|
+
[0, 0, 0, () => CapabilityBaseResponseConfig$]
|
|
2198
|
+
];
|
|
2064
2199
|
export var RejectInboundConnectionRequest$ = [3, n0, _RICR,
|
|
2065
2200
|
0,
|
|
2066
2201
|
[_CI],
|
|
@@ -2388,6 +2523,9 @@ var AvailabilityZoneList = 64 | 0;
|
|
|
2388
2523
|
var CancelledChangePropertyList = [1, n0, _CCPL,
|
|
2389
2524
|
0, () => CancelledChangeProperty$
|
|
2390
2525
|
];
|
|
2526
|
+
var CapabilityFailures = [1, n0, _CFa,
|
|
2527
|
+
0, () => CapabilityFailure$
|
|
2528
|
+
];
|
|
2391
2529
|
var ChangeProgressStageList = [1, n0, _CPSL,
|
|
2392
2530
|
0, () => ChangeProgressStage$
|
|
2393
2531
|
];
|
|
@@ -2434,6 +2572,12 @@ var GUIDList = 64 | 0;
|
|
|
2434
2572
|
var InboundConnections = [1, n0, _ICnb,
|
|
2435
2573
|
0, () => InboundConnection$
|
|
2436
2574
|
];
|
|
2575
|
+
var InsightFieldList = [1, n0, _IFL,
|
|
2576
|
+
0, () => InsightField$
|
|
2577
|
+
];
|
|
2578
|
+
var InsightList = [1, n0, _ILn,
|
|
2579
|
+
0, () => Insight$
|
|
2580
|
+
];
|
|
2437
2581
|
var InstanceRoleList = 64 | 0;
|
|
2438
2582
|
var InstanceTypeDetailsList = [1, n0, _ITDL,
|
|
2439
2583
|
0, () => InstanceTypeDetails$
|
|
@@ -2515,6 +2659,21 @@ var LimitsByRole = [2, n0, _LBR,
|
|
|
2515
2659
|
var LogPublishingOptions = [2, n0, _LPO,
|
|
2516
2660
|
0, 0, () => LogPublishingOption$
|
|
2517
2661
|
];
|
|
2662
|
+
export var CapabilityBaseRequestConfig$ = [4, n0, _CBRC,
|
|
2663
|
+
0,
|
|
2664
|
+
[_aCi],
|
|
2665
|
+
[() => AIConfig$]
|
|
2666
|
+
];
|
|
2667
|
+
export var CapabilityBaseResponseConfig$ = [4, n0, _CBRCa,
|
|
2668
|
+
0,
|
|
2669
|
+
[_aCi],
|
|
2670
|
+
[() => AIConfig$]
|
|
2671
|
+
];
|
|
2672
|
+
export var CapabilityExtendedResponseConfig$ = [4, n0, _CERC,
|
|
2673
|
+
0,
|
|
2674
|
+
[_aCi],
|
|
2675
|
+
[() => AIConfig$]
|
|
2676
|
+
];
|
|
2518
2677
|
export var DataSourceType$ = [4, n0, _DST,
|
|
2519
2678
|
0,
|
|
2520
2679
|
[_SGDC],
|
|
@@ -2525,7 +2684,7 @@ export var DirectQueryDataSourceType$ = [4, n0, _DQDST,
|
|
|
2525
2684
|
[_CWL, _SLe, _Prom],
|
|
2526
2685
|
[() => CloudWatchDirectQueryDataSource$, () => SecurityLakeDirectQueryDataSource$, () => PrometheusDirectQueryDataSource$]
|
|
2527
2686
|
];
|
|
2528
|
-
export var AcceptInboundConnection$ = [9, n0,
|
|
2687
|
+
export var AcceptInboundConnection$ = [9, n0, _AICc,
|
|
2529
2688
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept", 200] }, () => AcceptInboundConnectionRequest$, () => AcceptInboundConnectionResponse$
|
|
2530
2689
|
];
|
|
2531
2690
|
export var AddDataSource$ = [9, n0, _ADS,
|
|
@@ -2597,6 +2756,9 @@ export var DeletePackage$ = [9, n0, _DP,
|
|
|
2597
2756
|
export var DeleteVpcEndpoint$ = [9, n0, _DVE,
|
|
2598
2757
|
{ [_h]: ["DELETE", "/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}", 200] }, () => DeleteVpcEndpointRequest$, () => DeleteVpcEndpointResponse$
|
|
2599
2758
|
];
|
|
2759
|
+
export var DeregisterCapability$ = [9, n0, _DCe,
|
|
2760
|
+
{ [_h]: ["DELETE", "/2021-01-01/opensearch/application/{applicationId}/capability/deregister/{capabilityName}", 200] }, () => DeregisterCapabilityRequest$, () => DeregisterCapabilityResponse$
|
|
2761
|
+
];
|
|
2600
2762
|
export var DescribeDomain$ = [9, n0, _DDe,
|
|
2601
2763
|
{ [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}", 200] }, () => DescribeDomainRequest$, () => DescribeDomainResponse$
|
|
2602
2764
|
];
|
|
@@ -2624,6 +2786,9 @@ export var DescribeDryRunProgress$ = [9, n0, _DDRP,
|
|
|
2624
2786
|
export var DescribeInboundConnections$ = [9, n0, _DICes,
|
|
2625
2787
|
{ [_h]: ["POST", "/2021-01-01/opensearch/cc/inboundConnection/search", 200] }, () => DescribeInboundConnectionsRequest$, () => DescribeInboundConnectionsResponse$
|
|
2626
2788
|
];
|
|
2789
|
+
export var DescribeInsightDetails$ = [9, n0, _DID,
|
|
2790
|
+
{ [_h]: ["POST", "/2021-01-01/opensearch/insight-details", 200] }, () => DescribeInsightDetailsRequest$, () => DescribeInsightDetailsResponse$
|
|
2791
|
+
];
|
|
2627
2792
|
export var DescribeInstanceTypeLimits$ = [9, n0, _DITL,
|
|
2628
2793
|
{ [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}", 200] }, () => DescribeInstanceTypeLimitsRequest$, () => DescribeInstanceTypeLimitsResponse$
|
|
2629
2794
|
];
|
|
@@ -2651,6 +2816,9 @@ export var DissociatePackages$ = [9, n0, _DPis,
|
|
|
2651
2816
|
export var GetApplication$ = [9, n0, _GA,
|
|
2652
2817
|
{ [_h]: ["GET", "/2021-01-01/opensearch/application/{id}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
|
|
2653
2818
|
];
|
|
2819
|
+
export var GetCapability$ = [9, n0, _GC,
|
|
2820
|
+
{ [_h]: ["GET", "/2021-01-01/opensearch/application/{applicationId}/capability/{capabilityName}", 200] }, () => GetCapabilityRequest$, () => GetCapabilityResponse$
|
|
2821
|
+
];
|
|
2654
2822
|
export var GetCompatibleVersions$ = [9, n0, _GCV,
|
|
2655
2823
|
{ [_h]: ["GET", "/2021-01-01/opensearch/compatibleVersions", 200] }, () => GetCompatibleVersionsRequest$, () => GetCompatibleVersionsResponse$
|
|
2656
2824
|
];
|
|
@@ -2696,6 +2864,9 @@ export var ListDomainNames$ = [9, n0, _LDN,
|
|
|
2696
2864
|
export var ListDomainsForPackage$ = [9, n0, _LDFP,
|
|
2697
2865
|
{ [_h]: ["GET", "/2021-01-01/packages/{PackageID}/domains", 200] }, () => ListDomainsForPackageRequest$, () => ListDomainsForPackageResponse$
|
|
2698
2866
|
];
|
|
2867
|
+
export var ListInsights$ = [9, n0, _LI,
|
|
2868
|
+
{ [_h]: ["POST", "/2021-01-01/opensearch/insights", 200] }, () => ListInsightsRequest$, () => ListInsightsResponse$
|
|
2869
|
+
];
|
|
2699
2870
|
export var ListInstanceTypeDetails$ = [9, n0, _LITD,
|
|
2700
2871
|
{ [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}", 200] }, () => ListInstanceTypeDetailsRequest$, () => ListInstanceTypeDetailsResponse$
|
|
2701
2872
|
];
|
|
@@ -2726,6 +2897,9 @@ export var PurchaseReservedInstanceOffering$ = [9, n0, _PRIO,
|
|
|
2726
2897
|
export var PutDefaultApplicationSetting$ = [9, n0, _PDAS,
|
|
2727
2898
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/defaultApplicationSetting", 200] }, () => PutDefaultApplicationSettingRequest$, () => PutDefaultApplicationSettingResponse$
|
|
2728
2899
|
];
|
|
2900
|
+
export var RegisterCapability$ = [9, n0, _RCeg,
|
|
2901
|
+
{ [_h]: ["POST", "/2021-01-01/opensearch/application/{applicationId}/capability/register", 200] }, () => RegisterCapabilityRequest$, () => RegisterCapabilityResponse$
|
|
2902
|
+
];
|
|
2729
2903
|
export var RejectInboundConnection$ = [9, n0, _RIC,
|
|
2730
2904
|
{ [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject", 200] }, () => RejectInboundConnectionRequest$, () => RejectInboundConnectionResponse$
|
|
2731
2905
|
];
|