@aws-sdk/client-opensearch 3.1019.0 → 3.1020.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.
Files changed (55) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +61 -0
  3. package/dist-cjs/schemas/schemas_0.js +87 -8
  4. package/dist-es/OpenSearch.js +8 -4
  5. package/dist-es/commands/DescribeInsightDetailsCommand.js +16 -0
  6. package/dist-es/commands/ListInsightsCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +27 -0
  10. package/dist-es/models/models_1.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +80 -2
  12. package/dist-types/OpenSearch.d.ts +96 -82
  13. package/dist-types/OpenSearchClient.d.ts +89 -87
  14. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  15. package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +105 -0
  16. package/dist-types/commands/ListInsightsCommand.d.ts +116 -0
  17. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  19. package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
  20. package/dist-types/commands/index.d.ts +2 -0
  21. package/dist-types/index.d.ts +2 -1
  22. package/dist-types/models/enums.d.ts +75 -0
  23. package/dist-types/models/models_0.d.ts +202 -158
  24. package/dist-types/models/models_1.d.ts +158 -0
  25. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
  32. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
  40. package/dist-types/schemas/schemas_0.d.ts +10 -0
  41. package/dist-types/ts3.4/OpenSearch.d.ts +34 -0
  42. package/dist-types/ts3.4/OpenSearchClient.d.ts +14 -3
  43. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +47 -0
  46. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  50. package/dist-types/ts3.4/index.d.ts +1 -0
  51. package/dist-types/ts3.4/models/enums.d.ts +37 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +48 -31
  53. package/dist-types/ts3.4/models/models_1.d.ts +38 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  55. package/package.json +13 -13
@@ -144,6 +144,7 @@ const _CSSUR = "CancelServiceSoftwareUpdateRequest";
144
144
  const _CSSURa = "CancelServiceSoftwareUpdateResponse";
145
145
  const _CSu = "CurrentState";
146
146
  const _CT = "ClientToken";
147
+ const _CTr = "CreationTime";
147
148
  const _CV = "CancelledValue";
148
149
  const _CVE = "CreateVpcEndpoint";
149
150
  const _CVER = "CreateVpcEndpointRequest";
@@ -210,6 +211,9 @@ const _DICRes = "DescribeInboundConnectionsRequest";
210
211
  const _DICResc = "DescribeInboundConnectionsResponse";
211
212
  const _DICe = "DeleteInboundConnection";
212
213
  const _DICes = "DescribeInboundConnections";
214
+ const _DID = "DescribeInsightDetails";
215
+ const _DIDR = "DescribeInsightDetailsRequest";
216
+ const _DIDRe = "DescribeInsightDetailsResponse";
213
217
  const _DIL = "DomainInfoList";
214
218
  const _DIR = "DeleteIndexRequest";
215
219
  const _DIRe = "DeleteIndexResponse";
@@ -229,6 +233,7 @@ const _DN = "DomainName";
229
233
  const _DNC = "DataNodeCount";
230
234
  const _DNS = "DomainNodesStatus";
231
235
  const _DNSL = "DomainNodesStatusList";
236
+ const _DNi = "DisplayName";
232
237
  const _DNo = "DomainNames";
233
238
  const _DOC = "DeleteOutboundConnection";
234
239
  const _DOCR = "DeleteOutboundConnectionRequest";
@@ -320,10 +325,13 @@ const _EV = "EngineVersion";
320
325
  const _EVn = "EndpointV2";
321
326
  const _En = "Endpoint";
322
327
  const _End = "Endpoints";
328
+ const _Ent = "Entity";
323
329
  const _F = "Filters";
324
330
  const _FL = "FilterList";
325
331
  const _FP = "FixedPrice";
326
- const _Fi = "Filter";
332
+ const _Fi = "Fields";
333
+ const _Fil = "Filter";
334
+ const _Fr = "From";
327
335
  const _GA = "GetApplication";
328
336
  const _GAR = "GetApplicationRequest";
329
337
  const _GARe = "GetApplicationResponse";
@@ -371,9 +379,15 @@ const _ICS = "InboundConnectionStatus";
371
379
  const _ICn = "InboundConnection";
372
380
  const _ICnb = "InboundConnections";
373
381
  const _IE = "InternalException";
382
+ const _IEn = "InsightEntity";
383
+ const _IEs = "IsExperimental";
384
+ const _IF = "InsightField";
385
+ const _IFL = "InsightFieldList";
386
+ const _II = "InsightId";
374
387
  const _IICO = "IamIdentityCenterOptions";
375
388
  const _IICOI = "IamIdentityCenterOptionsInput";
376
389
  const _IL = "InstanceLimits";
390
+ const _ILn = "InsightList";
377
391
  const _IN = "IndexName";
378
392
  const _IPAT = "IPAddressType";
379
393
  const _IPATS = "IPAddressTypeStatus";
@@ -386,9 +400,12 @@ const _IT = "InstanceType";
386
400
  const _ITD = "InstanceTypeDetails";
387
401
  const _ITDL = "InstanceTypeDetailsList";
388
402
  const _ITE = "InvalidTypeException";
403
+ const _ITR = "InsightTimeRange";
389
404
  const _IUDE = "InternalUserDatabaseEnabled";
390
405
  const _Id = "Idp";
391
406
  const _Id_ = "Id";
407
+ const _In = "Insight";
408
+ const _Ins = "Insights";
392
409
  const _Is = "Issues";
393
410
  const _JWTO = "JWTOptions";
394
411
  const _JWTOI = "JWTOptionsInput";
@@ -423,6 +440,9 @@ const _LDSR = "ListDataSourcesRequest";
423
440
  const _LDSRi = "ListDataSourcesResponse";
424
441
  const _LEE = "LimitExceededException";
425
442
  const _LF = "LicenseFilepath";
443
+ const _LI = "ListInsights";
444
+ const _LIR = "ListInsightsRequest";
445
+ const _LIRi = "ListInsightsResponse";
426
446
  const _LITD = "ListInstanceTypeDetails";
427
447
  const _LITDR = "ListInstanceTypeDetailsRequest";
428
448
  const _LITDRi = "ListInstanceTypeDetailsResponse";
@@ -542,6 +562,7 @@ const _PVHL = "PackageVersionHistoryList";
542
562
  const _PVO = "PackageVendingOptions";
543
563
  const _PVe = "PendingValue";
544
564
  const _Pr = "Principal";
565
+ const _Pri = "Priority";
545
566
  const _Pro = "Processing";
546
567
  const _Prom = "Prometheus";
547
568
  const _R = "Region";
@@ -596,6 +617,7 @@ const _SDMR = "StartDomainMaintenanceRequest";
596
617
  const _SDMRt = "StartDomainMaintenanceResponse";
597
618
  const _SGDC = "S3GlueDataCatalog";
598
619
  const _SGI = "SecurityGroupIds";
620
+ const _SHC = "ShowHtmlContent";
599
621
  const _SI = "SubnetIds";
600
622
  const _SK = "SubjectKey";
601
623
  const _SKe = "S3Key";
@@ -606,6 +628,7 @@ const _SM = "StatusMessage";
606
628
  const _SNAE = "SlotNotAvailableException";
607
629
  const _SO = "SnapshotOptions";
608
630
  const _SOS = "SnapshotOptionsStatus";
631
+ const _SOo = "SortOrder";
609
632
  const _SS = "SlotSuggestions";
610
633
  const _SSO = "ServiceSoftwareOptions";
611
634
  const _SSSU = "StartServiceSoftwareUpdate";
@@ -641,11 +664,13 @@ const _TK = "TagKeys";
641
664
  const _TL = "TagList";
642
665
  const _TLSSP = "TLSSecurityPolicy";
643
666
  const _TNOS = "TotalNumberOfStages";
667
+ const _TR = "TimeRange";
644
668
  const _TS = "TotalShards";
645
669
  const _TUAS = "TotalUnAssignedShards";
646
670
  const _TV = "TargetVersions";
647
671
  const _TVa = "TargetVersion";
648
672
  const _Ta = "Tag";
673
+ const _To = "To";
649
674
  const _Ty = "Type";
650
675
  const _U = "Username";
651
676
  const _UA = "UpdatedAt";
@@ -694,6 +719,7 @@ const _USL = "UpgradeStepsList";
694
719
  const _USS = "UpgradeStepStatus";
695
720
  const _USp = "UpdateStatus";
696
721
  const _USpg = "UpgradeStatus";
722
+ const _UT = "UpdateTime";
697
723
  const _UV = "UpdateVersion";
698
724
  const _UVE = "UpdateVpcEndpoint";
699
725
  const _UVER = "UpdateVpcEndpointRequest";
@@ -1396,6 +1422,16 @@ export var DescribeInboundConnectionsResponse$ = [3, n0, _DICResc,
1396
1422
  [_Co, _NT],
1397
1423
  [() => InboundConnections, 0]
1398
1424
  ];
1425
+ export var DescribeInsightDetailsRequest$ = [3, n0, _DIDR,
1426
+ 0,
1427
+ [_Ent, _II, _SHC],
1428
+ [() => InsightEntity$, 0, 2], 2
1429
+ ];
1430
+ export var DescribeInsightDetailsResponse$ = [3, n0, _DIDRe,
1431
+ 0,
1432
+ [_Fi],
1433
+ [() => InsightFieldList], 1
1434
+ ];
1399
1435
  export var DescribeInstanceTypeLimitsRequest$ = [3, n0, _DITLR,
1400
1436
  0,
1401
1437
  [_IT, _EV, _DN],
@@ -1576,7 +1612,7 @@ export var ErrorDetails$ = [3, n0, _ED,
1576
1612
  [_ETr, _EM],
1577
1613
  [0, 0]
1578
1614
  ];
1579
- export var Filter$ = [3, n0, _Fi,
1615
+ export var Filter$ = [3, n0, _Fil,
1580
1616
  0,
1581
1617
  [_N, _Va],
1582
1618
  [0, 64 | 0]
@@ -1726,6 +1762,26 @@ export var InboundConnectionStatus$ = [3, n0, _ICS,
1726
1762
  [_SC, _M],
1727
1763
  [0, 0]
1728
1764
  ];
1765
+ export var Insight$ = [3, n0, _In,
1766
+ 0,
1767
+ [_II, _DNi, _Ty, _Pri, _S, _CTr, _UT, _IEs],
1768
+ [0, 0, 0, 0, 0, 4, 4, 2]
1769
+ ];
1770
+ export var InsightEntity$ = [3, n0, _IEn,
1771
+ 0,
1772
+ [_Ty, _V],
1773
+ [0, 0], 1
1774
+ ];
1775
+ export var InsightField$ = [3, n0, _IF,
1776
+ 0,
1777
+ [_N, _Ty, _V],
1778
+ [0, 0, 0], 3
1779
+ ];
1780
+ export var InsightTimeRange$ = [3, n0, _ITR,
1781
+ 0,
1782
+ [_Fr, _To],
1783
+ [1, 1], 2
1784
+ ];
1729
1785
  export var InstanceCountLimits$ = [3, n0, _ICL,
1730
1786
  0,
1731
1787
  [_MIC, _MICa],
@@ -1826,6 +1882,16 @@ export var ListDomainsForPackageResponse$ = [3, n0, _LDFPRi,
1826
1882
  [_DPDL, _NT],
1827
1883
  [() => DomainPackageDetailsList, 0]
1828
1884
  ];
1885
+ export var ListInsightsRequest$ = [3, n0, _LIR,
1886
+ 0,
1887
+ [_Ent, _TR, _SOo, _MR, _NT],
1888
+ [() => InsightEntity$, () => InsightTimeRange$, 0, 1, 0], 1
1889
+ ];
1890
+ export var ListInsightsResponse$ = [3, n0, _LIRi,
1891
+ 0,
1892
+ [_Ins, _NT],
1893
+ [() => InsightList, 0]
1894
+ ];
1829
1895
  export var ListInstanceTypeDetailsRequest$ = [3, n0, _LITDR,
1830
1896
  0,
1831
1897
  [_EV, _DN, _MR, _NT, _RAZ, _IT],
@@ -2434,6 +2500,12 @@ var GUIDList = 64 | 0;
2434
2500
  var InboundConnections = [1, n0, _ICnb,
2435
2501
  0, () => InboundConnection$
2436
2502
  ];
2503
+ var InsightFieldList = [1, n0, _IFL,
2504
+ 0, () => InsightField$
2505
+ ];
2506
+ var InsightList = [1, n0, _ILn,
2507
+ 0, () => Insight$
2508
+ ];
2437
2509
  var InstanceRoleList = 64 | 0;
2438
2510
  var InstanceTypeDetailsList = [1, n0, _ITDL,
2439
2511
  0, () => InstanceTypeDetails$
@@ -2624,6 +2696,9 @@ export var DescribeDryRunProgress$ = [9, n0, _DDRP,
2624
2696
  export var DescribeInboundConnections$ = [9, n0, _DICes,
2625
2697
  { [_h]: ["POST", "/2021-01-01/opensearch/cc/inboundConnection/search", 200] }, () => DescribeInboundConnectionsRequest$, () => DescribeInboundConnectionsResponse$
2626
2698
  ];
2699
+ export var DescribeInsightDetails$ = [9, n0, _DID,
2700
+ { [_h]: ["POST", "/2021-01-01/opensearch/insight-details", 200] }, () => DescribeInsightDetailsRequest$, () => DescribeInsightDetailsResponse$
2701
+ ];
2627
2702
  export var DescribeInstanceTypeLimits$ = [9, n0, _DITL,
2628
2703
  { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}", 200] }, () => DescribeInstanceTypeLimitsRequest$, () => DescribeInstanceTypeLimitsResponse$
2629
2704
  ];
@@ -2696,6 +2771,9 @@ export var ListDomainNames$ = [9, n0, _LDN,
2696
2771
  export var ListDomainsForPackage$ = [9, n0, _LDFP,
2697
2772
  { [_h]: ["GET", "/2021-01-01/packages/{PackageID}/domains", 200] }, () => ListDomainsForPackageRequest$, () => ListDomainsForPackageResponse$
2698
2773
  ];
2774
+ export var ListInsights$ = [9, n0, _LI,
2775
+ { [_h]: ["POST", "/2021-01-01/opensearch/insights", 200] }, () => ListInsightsRequest$, () => ListInsightsResponse$
2776
+ ];
2699
2777
  export var ListInstanceTypeDetails$ = [9, n0, _LITD,
2700
2778
  { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}", 200] }, () => ListInstanceTypeDetailsRequest$, () => ListInstanceTypeDetailsResponse$
2701
2779
  ];
@@ -1,86 +1,88 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AcceptInboundConnectionCommandInput, AcceptInboundConnectionCommandOutput } from "./commands/AcceptInboundConnectionCommand";
3
- import { AddDataSourceCommandInput, AddDataSourceCommandOutput } from "./commands/AddDataSourceCommand";
4
- import { AddDirectQueryDataSourceCommandInput, AddDirectQueryDataSourceCommandOutput } from "./commands/AddDirectQueryDataSourceCommand";
5
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
6
- import { AssociatePackageCommandInput, AssociatePackageCommandOutput } from "./commands/AssociatePackageCommand";
7
- import { AssociatePackagesCommandInput, AssociatePackagesCommandOutput } from "./commands/AssociatePackagesCommand";
8
- import { AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput } from "./commands/AuthorizeVpcEndpointAccessCommand";
9
- import { CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput } from "./commands/CancelDomainConfigChangeCommand";
10
- import { CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput } from "./commands/CancelServiceSoftwareUpdateCommand";
11
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
12
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
13
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
14
- import { CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput } from "./commands/CreateOutboundConnectionCommand";
15
- import { CreatePackageCommandInput, CreatePackageCommandOutput } from "./commands/CreatePackageCommand";
16
- import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
17
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
18
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
19
- import { DeleteDirectQueryDataSourceCommandInput, DeleteDirectQueryDataSourceCommandOutput } from "./commands/DeleteDirectQueryDataSourceCommand";
20
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
21
- import { DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput } from "./commands/DeleteInboundConnectionCommand";
22
- import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
23
- import { DeleteOutboundConnectionCommandInput, DeleteOutboundConnectionCommandOutput } from "./commands/DeleteOutboundConnectionCommand";
24
- import { DeletePackageCommandInput, DeletePackageCommandOutput } from "./commands/DeletePackageCommand";
25
- import { DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
26
- import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "./commands/DescribeDomainAutoTunesCommand";
27
- import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "./commands/DescribeDomainChangeProgressCommand";
28
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
29
- import { DescribeDomainConfigCommandInput, DescribeDomainConfigCommandOutput } from "./commands/DescribeDomainConfigCommand";
30
- import { DescribeDomainHealthCommandInput, DescribeDomainHealthCommandOutput } from "./commands/DescribeDomainHealthCommand";
31
- import { DescribeDomainNodesCommandInput, DescribeDomainNodesCommandOutput } from "./commands/DescribeDomainNodesCommand";
32
- import { DescribeDomainsCommandInput, DescribeDomainsCommandOutput } from "./commands/DescribeDomainsCommand";
33
- import { DescribeDryRunProgressCommandInput, DescribeDryRunProgressCommandOutput } from "./commands/DescribeDryRunProgressCommand";
34
- import { DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput } from "./commands/DescribeInboundConnectionsCommand";
35
- import { DescribeInstanceTypeLimitsCommandInput, DescribeInstanceTypeLimitsCommandOutput } from "./commands/DescribeInstanceTypeLimitsCommand";
36
- import { DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput } from "./commands/DescribeOutboundConnectionsCommand";
37
- import { DescribePackagesCommandInput, DescribePackagesCommandOutput } from "./commands/DescribePackagesCommand";
38
- import { DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput } from "./commands/DescribeReservedInstanceOfferingsCommand";
39
- import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "./commands/DescribeReservedInstancesCommand";
40
- import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "./commands/DescribeVpcEndpointsCommand";
41
- import { DissociatePackageCommandInput, DissociatePackageCommandOutput } from "./commands/DissociatePackageCommand";
42
- import { DissociatePackagesCommandInput, DissociatePackagesCommandOutput } from "./commands/DissociatePackagesCommand";
43
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
44
- import { GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput } from "./commands/GetCompatibleVersionsCommand";
45
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
46
- import { GetDefaultApplicationSettingCommandInput, GetDefaultApplicationSettingCommandOutput } from "./commands/GetDefaultApplicationSettingCommand";
47
- import { GetDirectQueryDataSourceCommandInput, GetDirectQueryDataSourceCommandOutput } from "./commands/GetDirectQueryDataSourceCommand";
48
- import { GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput } from "./commands/GetDomainMaintenanceStatusCommand";
49
- import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
50
- import { GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput } from "./commands/GetPackageVersionHistoryCommand";
51
- import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "./commands/GetUpgradeHistoryCommand";
52
- import { GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput } from "./commands/GetUpgradeStatusCommand";
53
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
54
- import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
55
- import { ListDirectQueryDataSourcesCommandInput, ListDirectQueryDataSourcesCommandOutput } from "./commands/ListDirectQueryDataSourcesCommand";
56
- import { ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput } from "./commands/ListDomainMaintenancesCommand";
57
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
58
- import { ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput } from "./commands/ListDomainsForPackageCommand";
59
- import { ListInstanceTypeDetailsCommandInput, ListInstanceTypeDetailsCommandOutput } from "./commands/ListInstanceTypeDetailsCommand";
60
- import { ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput } from "./commands/ListPackagesForDomainCommand";
61
- import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
62
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
63
- import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
64
- import { ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput } from "./commands/ListVpcEndpointAccessCommand";
65
- import { ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
66
- import { ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput } from "./commands/ListVpcEndpointsForDomainCommand";
67
- import { PurchaseReservedInstanceOfferingCommandInput, PurchaseReservedInstanceOfferingCommandOutput } from "./commands/PurchaseReservedInstanceOfferingCommand";
68
- import { PutDefaultApplicationSettingCommandInput, PutDefaultApplicationSettingCommandOutput } from "./commands/PutDefaultApplicationSettingCommand";
69
- import { RejectInboundConnectionCommandInput, RejectInboundConnectionCommandOutput } from "./commands/RejectInboundConnectionCommand";
70
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
71
- import { RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput } from "./commands/RevokeVpcEndpointAccessCommand";
72
- import { StartDomainMaintenanceCommandInput, StartDomainMaintenanceCommandOutput } from "./commands/StartDomainMaintenanceCommand";
73
- import { StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput } from "./commands/StartServiceSoftwareUpdateCommand";
74
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
75
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
76
- import { UpdateDirectQueryDataSourceCommandInput, UpdateDirectQueryDataSourceCommandOutput } from "./commands/UpdateDirectQueryDataSourceCommand";
77
- import { UpdateDomainConfigCommandInput, UpdateDomainConfigCommandOutput } from "./commands/UpdateDomainConfigCommand";
78
- import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
79
- import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "./commands/UpdatePackageCommand";
80
- import { UpdatePackageScopeCommandInput, UpdatePackageScopeCommandOutput } from "./commands/UpdatePackageScopeCommand";
81
- import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
82
- import { UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
83
- import { UpgradeDomainCommandInput, UpgradeDomainCommandOutput } from "./commands/UpgradeDomainCommand";
2
+ import { type AcceptInboundConnectionCommandInput, type AcceptInboundConnectionCommandOutput } from "./commands/AcceptInboundConnectionCommand";
3
+ import { type AddDataSourceCommandInput, type AddDataSourceCommandOutput } from "./commands/AddDataSourceCommand";
4
+ import { type AddDirectQueryDataSourceCommandInput, type AddDirectQueryDataSourceCommandOutput } from "./commands/AddDirectQueryDataSourceCommand";
5
+ import { type AddTagsCommandInput, type AddTagsCommandOutput } from "./commands/AddTagsCommand";
6
+ import { type AssociatePackageCommandInput, type AssociatePackageCommandOutput } from "./commands/AssociatePackageCommand";
7
+ import { type AssociatePackagesCommandInput, type AssociatePackagesCommandOutput } from "./commands/AssociatePackagesCommand";
8
+ import { type AuthorizeVpcEndpointAccessCommandInput, type AuthorizeVpcEndpointAccessCommandOutput } from "./commands/AuthorizeVpcEndpointAccessCommand";
9
+ import { type CancelDomainConfigChangeCommandInput, type CancelDomainConfigChangeCommandOutput } from "./commands/CancelDomainConfigChangeCommand";
10
+ import { type CancelServiceSoftwareUpdateCommandInput, type CancelServiceSoftwareUpdateCommandOutput } from "./commands/CancelServiceSoftwareUpdateCommand";
11
+ import { type CreateApplicationCommandInput, type CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
12
+ import { type CreateDomainCommandInput, type CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
13
+ import { type CreateIndexCommandInput, type CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
14
+ import { type CreateOutboundConnectionCommandInput, type CreateOutboundConnectionCommandOutput } from "./commands/CreateOutboundConnectionCommand";
15
+ import { type CreatePackageCommandInput, type CreatePackageCommandOutput } from "./commands/CreatePackageCommand";
16
+ import { type CreateVpcEndpointCommandInput, type CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
17
+ import { type DeleteApplicationCommandInput, type DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
18
+ import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
19
+ import { type DeleteDirectQueryDataSourceCommandInput, type DeleteDirectQueryDataSourceCommandOutput } from "./commands/DeleteDirectQueryDataSourceCommand";
20
+ import { type DeleteDomainCommandInput, type DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
21
+ import { type DeleteInboundConnectionCommandInput, type DeleteInboundConnectionCommandOutput } from "./commands/DeleteInboundConnectionCommand";
22
+ import { type DeleteIndexCommandInput, type DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
23
+ import { type DeleteOutboundConnectionCommandInput, type DeleteOutboundConnectionCommandOutput } from "./commands/DeleteOutboundConnectionCommand";
24
+ import { type DeletePackageCommandInput, type DeletePackageCommandOutput } from "./commands/DeletePackageCommand";
25
+ import { type DeleteVpcEndpointCommandInput, type DeleteVpcEndpointCommandOutput } from "./commands/DeleteVpcEndpointCommand";
26
+ import { type DescribeDomainAutoTunesCommandInput, type DescribeDomainAutoTunesCommandOutput } from "./commands/DescribeDomainAutoTunesCommand";
27
+ import { type DescribeDomainChangeProgressCommandInput, type DescribeDomainChangeProgressCommandOutput } from "./commands/DescribeDomainChangeProgressCommand";
28
+ import { type DescribeDomainCommandInput, type DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
29
+ import { type DescribeDomainConfigCommandInput, type DescribeDomainConfigCommandOutput } from "./commands/DescribeDomainConfigCommand";
30
+ import { type DescribeDomainHealthCommandInput, type DescribeDomainHealthCommandOutput } from "./commands/DescribeDomainHealthCommand";
31
+ import { type DescribeDomainNodesCommandInput, type DescribeDomainNodesCommandOutput } from "./commands/DescribeDomainNodesCommand";
32
+ import { type DescribeDomainsCommandInput, type DescribeDomainsCommandOutput } from "./commands/DescribeDomainsCommand";
33
+ import { type DescribeDryRunProgressCommandInput, type DescribeDryRunProgressCommandOutput } from "./commands/DescribeDryRunProgressCommand";
34
+ import { type DescribeInboundConnectionsCommandInput, type DescribeInboundConnectionsCommandOutput } from "./commands/DescribeInboundConnectionsCommand";
35
+ import { type DescribeInsightDetailsCommandInput, type DescribeInsightDetailsCommandOutput } from "./commands/DescribeInsightDetailsCommand";
36
+ import { type DescribeInstanceTypeLimitsCommandInput, type DescribeInstanceTypeLimitsCommandOutput } from "./commands/DescribeInstanceTypeLimitsCommand";
37
+ import { type DescribeOutboundConnectionsCommandInput, type DescribeOutboundConnectionsCommandOutput } from "./commands/DescribeOutboundConnectionsCommand";
38
+ import { type DescribePackagesCommandInput, type DescribePackagesCommandOutput } from "./commands/DescribePackagesCommand";
39
+ import { type DescribeReservedInstanceOfferingsCommandInput, type DescribeReservedInstanceOfferingsCommandOutput } from "./commands/DescribeReservedInstanceOfferingsCommand";
40
+ import { type DescribeReservedInstancesCommandInput, type DescribeReservedInstancesCommandOutput } from "./commands/DescribeReservedInstancesCommand";
41
+ import { type DescribeVpcEndpointsCommandInput, type DescribeVpcEndpointsCommandOutput } from "./commands/DescribeVpcEndpointsCommand";
42
+ import { type DissociatePackageCommandInput, type DissociatePackageCommandOutput } from "./commands/DissociatePackageCommand";
43
+ import { type DissociatePackagesCommandInput, type DissociatePackagesCommandOutput } from "./commands/DissociatePackagesCommand";
44
+ import { type GetApplicationCommandInput, type GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
45
+ import { type GetCompatibleVersionsCommandInput, type GetCompatibleVersionsCommandOutput } from "./commands/GetCompatibleVersionsCommand";
46
+ import { type GetDataSourceCommandInput, type GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
47
+ import { type GetDefaultApplicationSettingCommandInput, type GetDefaultApplicationSettingCommandOutput } from "./commands/GetDefaultApplicationSettingCommand";
48
+ import { type GetDirectQueryDataSourceCommandInput, type GetDirectQueryDataSourceCommandOutput } from "./commands/GetDirectQueryDataSourceCommand";
49
+ import { type GetDomainMaintenanceStatusCommandInput, type GetDomainMaintenanceStatusCommandOutput } from "./commands/GetDomainMaintenanceStatusCommand";
50
+ import { type GetIndexCommandInput, type GetIndexCommandOutput } from "./commands/GetIndexCommand";
51
+ import { type GetPackageVersionHistoryCommandInput, type GetPackageVersionHistoryCommandOutput } from "./commands/GetPackageVersionHistoryCommand";
52
+ import { type GetUpgradeHistoryCommandInput, type GetUpgradeHistoryCommandOutput } from "./commands/GetUpgradeHistoryCommand";
53
+ import { type GetUpgradeStatusCommandInput, type GetUpgradeStatusCommandOutput } from "./commands/GetUpgradeStatusCommand";
54
+ import { type ListApplicationsCommandInput, type ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
55
+ import { type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
56
+ import { type ListDirectQueryDataSourcesCommandInput, type ListDirectQueryDataSourcesCommandOutput } from "./commands/ListDirectQueryDataSourcesCommand";
57
+ import { type ListDomainMaintenancesCommandInput, type ListDomainMaintenancesCommandOutput } from "./commands/ListDomainMaintenancesCommand";
58
+ import { type ListDomainNamesCommandInput, type ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
59
+ import { type ListDomainsForPackageCommandInput, type ListDomainsForPackageCommandOutput } from "./commands/ListDomainsForPackageCommand";
60
+ import { type ListInsightsCommandInput, type ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
61
+ import { type ListInstanceTypeDetailsCommandInput, type ListInstanceTypeDetailsCommandOutput } from "./commands/ListInstanceTypeDetailsCommand";
62
+ import { type ListPackagesForDomainCommandInput, type ListPackagesForDomainCommandOutput } from "./commands/ListPackagesForDomainCommand";
63
+ import { type ListScheduledActionsCommandInput, type ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
64
+ import { type ListTagsCommandInput, type ListTagsCommandOutput } from "./commands/ListTagsCommand";
65
+ import { type ListVersionsCommandInput, type ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
66
+ import { type ListVpcEndpointAccessCommandInput, type ListVpcEndpointAccessCommandOutput } from "./commands/ListVpcEndpointAccessCommand";
67
+ import { type ListVpcEndpointsCommandInput, type ListVpcEndpointsCommandOutput } from "./commands/ListVpcEndpointsCommand";
68
+ import { type ListVpcEndpointsForDomainCommandInput, type ListVpcEndpointsForDomainCommandOutput } from "./commands/ListVpcEndpointsForDomainCommand";
69
+ import { type PurchaseReservedInstanceOfferingCommandInput, type PurchaseReservedInstanceOfferingCommandOutput } from "./commands/PurchaseReservedInstanceOfferingCommand";
70
+ import { type PutDefaultApplicationSettingCommandInput, type PutDefaultApplicationSettingCommandOutput } from "./commands/PutDefaultApplicationSettingCommand";
71
+ import { type RejectInboundConnectionCommandInput, type RejectInboundConnectionCommandOutput } from "./commands/RejectInboundConnectionCommand";
72
+ import { type RemoveTagsCommandInput, type RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
73
+ import { type RevokeVpcEndpointAccessCommandInput, type RevokeVpcEndpointAccessCommandOutput } from "./commands/RevokeVpcEndpointAccessCommand";
74
+ import { type StartDomainMaintenanceCommandInput, type StartDomainMaintenanceCommandOutput } from "./commands/StartDomainMaintenanceCommand";
75
+ import { type StartServiceSoftwareUpdateCommandInput, type StartServiceSoftwareUpdateCommandOutput } from "./commands/StartServiceSoftwareUpdateCommand";
76
+ import { type UpdateApplicationCommandInput, type UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
77
+ import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
78
+ import { type UpdateDirectQueryDataSourceCommandInput, type UpdateDirectQueryDataSourceCommandOutput } from "./commands/UpdateDirectQueryDataSourceCommand";
79
+ import { type UpdateDomainConfigCommandInput, type UpdateDomainConfigCommandOutput } from "./commands/UpdateDomainConfigCommand";
80
+ import { type UpdateIndexCommandInput, type UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
81
+ import { type UpdatePackageCommandInput, type UpdatePackageCommandOutput } from "./commands/UpdatePackageCommand";
82
+ import { type UpdatePackageScopeCommandInput, type UpdatePackageScopeCommandOutput } from "./commands/UpdatePackageScopeCommand";
83
+ import { type UpdateScheduledActionCommandInput, type UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
84
+ import { type UpdateVpcEndpointCommandInput, type UpdateVpcEndpointCommandOutput } from "./commands/UpdateVpcEndpointCommand";
85
+ import { type UpgradeDomainCommandInput, type UpgradeDomainCommandOutput } from "./commands/UpgradeDomainCommand";
84
86
  import { OpenSearchClient } from "./OpenSearchClient";
85
87
  export interface OpenSearch {
86
88
  /**
@@ -282,6 +284,12 @@ export interface OpenSearch {
282
284
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInboundConnectionsCommandOutput>;
283
285
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, cb: (err: any, data?: DescribeInboundConnectionsCommandOutput) => void): void;
284
286
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInboundConnectionsCommandOutput) => void): void;
287
+ /**
288
+ * @see {@link DescribeInsightDetailsCommand}
289
+ */
290
+ describeInsightDetails(args: DescribeInsightDetailsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightDetailsCommandOutput>;
291
+ describeInsightDetails(args: DescribeInsightDetailsCommandInput, cb: (err: any, data?: DescribeInsightDetailsCommandOutput) => void): void;
292
+ describeInsightDetails(args: DescribeInsightDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightDetailsCommandOutput) => void): void;
285
293
  /**
286
294
  * @see {@link DescribeInstanceTypeLimitsCommand}
287
295
  */
@@ -435,6 +443,12 @@ export interface OpenSearch {
435
443
  listDomainsForPackage(args: ListDomainsForPackageCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsForPackageCommandOutput>;
436
444
  listDomainsForPackage(args: ListDomainsForPackageCommandInput, cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void): void;
437
445
  listDomainsForPackage(args: ListDomainsForPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsForPackageCommandOutput) => void): void;
446
+ /**
447
+ * @see {@link ListInsightsCommand}
448
+ */
449
+ listInsights(args: ListInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListInsightsCommandOutput>;
450
+ listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
451
+ listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
438
452
  /**
439
453
  * @see {@link ListInstanceTypeDetailsCommand}
440
454
  */