@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
package/README.md CHANGED
@@ -416,6 +416,13 @@ DescribeInboundConnections
416
416
  </details>
417
417
  <details>
418
418
  <summary>
419
+ DescribeInsightDetails
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/DescribeInsightDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DescribeInsightDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DescribeInsightDetailsCommandOutput/)
423
+ </details>
424
+ <details>
425
+ <summary>
419
426
  DescribeInstanceTypeLimits
420
427
  </summary>
421
428
 
@@ -584,6 +591,13 @@ ListDomainsForPackage
584
591
  </details>
585
592
  <details>
586
593
  <summary>
594
+ ListInsights
595
+ </summary>
596
+
597
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/ListInsightsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/ListInsightsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/ListInsightsCommandOutput/)
598
+ </details>
599
+ <details>
600
+ <summary>
587
601
  ListInstanceTypeDetails
588
602
  </summary>
589
603
 
package/dist-cjs/index.js CHANGED
@@ -509,6 +509,18 @@ class DescribeInboundConnectionsCommand extends smithyClient.Command
509
509
  .build() {
510
510
  }
511
511
 
512
+ class DescribeInsightDetailsCommand extends smithyClient.Command
513
+ .classBuilder()
514
+ .ep(commonParams)
515
+ .m(function (Command, cs, config, o) {
516
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
517
+ })
518
+ .s("AmazonOpenSearchService", "DescribeInsightDetails", {})
519
+ .n("OpenSearchClient", "DescribeInsightDetailsCommand")
520
+ .sc(schemas_0.DescribeInsightDetails$)
521
+ .build() {
522
+ }
523
+
512
524
  class DescribeInstanceTypeLimitsCommand extends smithyClient.Command
513
525
  .classBuilder()
514
526
  .ep(commonParams)
@@ -797,6 +809,18 @@ class ListDomainsForPackageCommand extends smithyClient.Command
797
809
  .build() {
798
810
  }
799
811
 
812
+ class ListInsightsCommand extends smithyClient.Command
813
+ .classBuilder()
814
+ .ep(commonParams)
815
+ .m(function (Command, cs, config, o) {
816
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
817
+ })
818
+ .s("AmazonOpenSearchService", "ListInsights", {})
819
+ .n("OpenSearchClient", "ListInsightsCommand")
820
+ .sc(schemas_0.ListInsights$)
821
+ .build() {
822
+ }
823
+
800
824
  class ListInstanceTypeDetailsCommand extends smithyClient.Command
801
825
  .classBuilder()
802
826
  .ep(commonParams)
@@ -1161,6 +1185,7 @@ const commands = {
1161
1185
  DescribeDomainsCommand,
1162
1186
  DescribeDryRunProgressCommand,
1163
1187
  DescribeInboundConnectionsCommand,
1188
+ DescribeInsightDetailsCommand,
1164
1189
  DescribeInstanceTypeLimitsCommand,
1165
1190
  DescribeOutboundConnectionsCommand,
1166
1191
  DescribePackagesCommand,
@@ -1185,6 +1210,7 @@ const commands = {
1185
1210
  ListDomainMaintenancesCommand,
1186
1211
  ListDomainNamesCommand,
1187
1212
  ListDomainsForPackageCommand,
1213
+ ListInsightsCommand,
1188
1214
  ListInstanceTypeDetailsCommand,
1189
1215
  ListPackagesForDomainCommand,
1190
1216
  ListScheduledActionsCommand,
@@ -1603,6 +1629,14 @@ const NodeType = {
1603
1629
  Ultrawarm: "Ultrawarm",
1604
1630
  Warm: "Warm",
1605
1631
  };
1632
+ const InsightEntityType = {
1633
+ ACCOUNT: "Account",
1634
+ DOMAIN: "DomainName",
1635
+ };
1636
+ const InsightFieldType = {
1637
+ METRIC: "metric",
1638
+ TEXT: "text",
1639
+ };
1606
1640
  const DescribePackagesFilterName = {
1607
1641
  EngineVersion: "EngineVersion",
1608
1642
  PackageID: "PackageID",
@@ -1658,6 +1692,25 @@ const EngineType = {
1658
1692
  Elasticsearch: "Elasticsearch",
1659
1693
  OpenSearch: "OpenSearch",
1660
1694
  };
1695
+ const InsightSortOrder = {
1696
+ ASC: "ASC",
1697
+ DESC: "DESC",
1698
+ };
1699
+ const InsightPriorityLevel = {
1700
+ CRITICAL: "CRITICAL",
1701
+ HIGH: "HIGH",
1702
+ LOW: "LOW",
1703
+ MEDIUM: "MEDIUM",
1704
+ };
1705
+ const InsightStatus = {
1706
+ ACTIVE: "ACTIVE",
1707
+ DISMISSED: "DISMISSED",
1708
+ RESOLVED: "RESOLVED",
1709
+ };
1710
+ const InsightType = {
1711
+ EVENT: "EVENT",
1712
+ RECOMMENDATION: "RECOMMENDATION",
1713
+ };
1661
1714
  const ScheduledBy = {
1662
1715
  CUSTOMER: "CUSTOMER",
1663
1716
  SYSTEM: "SYSTEM",
@@ -1727,6 +1780,7 @@ exports.DescribeDomainNodesCommand = DescribeDomainNodesCommand;
1727
1780
  exports.DescribeDomainsCommand = DescribeDomainsCommand;
1728
1781
  exports.DescribeDryRunProgressCommand = DescribeDryRunProgressCommand;
1729
1782
  exports.DescribeInboundConnectionsCommand = DescribeInboundConnectionsCommand;
1783
+ exports.DescribeInsightDetailsCommand = DescribeInsightDetailsCommand;
1730
1784
  exports.DescribeInstanceTypeLimitsCommand = DescribeInstanceTypeLimitsCommand;
1731
1785
  exports.DescribeOutboundConnectionsCommand = DescribeOutboundConnectionsCommand;
1732
1786
  exports.DescribePackagesCommand = DescribePackagesCommand;
@@ -1756,12 +1810,19 @@ exports.IPAddressType = IPAddressType;
1756
1810
  exports.InboundConnectionStatusCode = InboundConnectionStatusCode;
1757
1811
  exports.IndexStatus = IndexStatus;
1758
1812
  exports.InitiatedBy = InitiatedBy;
1813
+ exports.InsightEntityType = InsightEntityType;
1814
+ exports.InsightFieldType = InsightFieldType;
1815
+ exports.InsightPriorityLevel = InsightPriorityLevel;
1816
+ exports.InsightSortOrder = InsightSortOrder;
1817
+ exports.InsightStatus = InsightStatus;
1818
+ exports.InsightType = InsightType;
1759
1819
  exports.ListApplicationsCommand = ListApplicationsCommand;
1760
1820
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
1761
1821
  exports.ListDirectQueryDataSourcesCommand = ListDirectQueryDataSourcesCommand;
1762
1822
  exports.ListDomainMaintenancesCommand = ListDomainMaintenancesCommand;
1763
1823
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
1764
1824
  exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
1825
+ exports.ListInsightsCommand = ListInsightsCommand;
1765
1826
  exports.ListInstanceTypeDetailsCommand = ListInstanceTypeDetailsCommand;
1766
1827
  exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
1767
1828
  exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
@@ -2,12 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AvailabilityZoneInfo$ = exports.AutoTuneStatus$ = exports.AutoTuneOptionsStatus$ = exports.AutoTuneOptionsOutput$ = exports.AutoTuneOptionsInput$ = exports.AutoTuneOptions$ = exports.AutoTuneMaintenanceSchedule$ = exports.AutoTuneDetails$ = exports.AutoTune$ = exports.AuthorizeVpcEndpointAccessResponse$ = exports.AuthorizeVpcEndpointAccessRequest$ = exports.AuthorizedPrincipal$ = exports.AssociatePackagesResponse$ = exports.AssociatePackagesRequest$ = exports.AssociatePackageResponse$ = exports.AssociatePackageRequest$ = exports.ApplicationSummary$ = exports.AppConfig$ = exports.AIMLOptionsStatus$ = exports.AIMLOptionsOutput$ = exports.AIMLOptionsInput$ = exports.AdvancedSecurityOptionsStatus$ = exports.AdvancedSecurityOptionsInput$ = exports.AdvancedSecurityOptions$ = exports.AdvancedOptionsStatus$ = exports.AddTagsRequest$ = exports.AdditionalLimit$ = exports.AddDirectQueryDataSourceResponse$ = exports.AddDirectQueryDataSourceRequest$ = exports.AddDataSourceResponse$ = exports.AddDataSourceRequest$ = exports.AccessPoliciesStatus$ = exports.AcceptInboundConnectionResponse$ = exports.AcceptInboundConnectionRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.SlotNotAvailableException$ = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidTypeException$ = exports.InvalidPaginationTokenException$ = exports.InternalException$ = exports.DisabledOperationException$ = exports.DependencyFailureException$ = exports.ConflictException$ = exports.BaseException$ = exports.AccessDeniedException$ = exports.OpenSearchServiceException$ = void 0;
4
4
  exports.DeploymentStrategyOptions$ = exports.DeleteVpcEndpointResponse$ = exports.DeleteVpcEndpointRequest$ = exports.DeletePackageResponse$ = exports.DeletePackageRequest$ = exports.DeleteOutboundConnectionResponse$ = exports.DeleteOutboundConnectionRequest$ = exports.DeleteIndexResponse$ = exports.DeleteIndexRequest$ = exports.DeleteInboundConnectionResponse$ = exports.DeleteInboundConnectionRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDirectQueryDataSourceRequest$ = exports.DeleteDataSourceResponse$ = exports.DeleteDataSourceRequest$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.DataSourceDetails$ = exports.DataSource$ = exports.CrossClusterSearchConnectionProperties$ = exports.CreateVpcEndpointResponse$ = exports.CreateVpcEndpointRequest$ = exports.CreatePackageResponse$ = exports.CreatePackageRequest$ = exports.CreateOutboundConnectionResponse$ = exports.CreateOutboundConnectionRequest$ = exports.CreateIndexResponse$ = exports.CreateIndexRequest$ = exports.CreateDomainResponse$ = exports.CreateDomainRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ConnectionProperties$ = exports.CompatibleVersionsMap$ = exports.ColdStorageOptions$ = exports.CognitoOptionsStatus$ = exports.CognitoOptions$ = exports.ClusterConfigStatus$ = exports.ClusterConfig$ = exports.CloudWatchDirectQueryDataSource$ = exports.ChangeProgressStatusDetails$ = exports.ChangeProgressStage$ = exports.ChangeProgressDetails$ = exports.CancelServiceSoftwareUpdateResponse$ = exports.CancelServiceSoftwareUpdateRequest$ = exports.CancelledChangeProperty$ = exports.CancelDomainConfigChangeResponse$ = exports.CancelDomainConfigChangeRequest$ = exports.AWSDomainInformation$ = void 0;
5
- exports.EBSOptions$ = exports.Duration$ = exports.DryRunResults$ = exports.DryRunProgressStatus$ = exports.DomainStatus$ = exports.DomainPackageDetails$ = exports.DomainNodesStatus$ = exports.DomainMaintenanceDetails$ = exports.DomainInformationContainer$ = exports.DomainInfo$ = exports.DomainEndpointOptionsStatus$ = exports.DomainEndpointOptions$ = exports.DomainConfig$ = exports.DissociatePackagesResponse$ = exports.DissociatePackagesRequest$ = exports.DissociatePackageResponse$ = exports.DissociatePackageRequest$ = exports.DirectQueryDataSource$ = exports.DescribeVpcEndpointsResponse$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeReservedInstancesResponse$ = exports.DescribeReservedInstancesRequest$ = exports.DescribeReservedInstanceOfferingsResponse$ = exports.DescribeReservedInstanceOfferingsRequest$ = exports.DescribePackagesResponse$ = exports.DescribePackagesRequest$ = exports.DescribePackagesFilter$ = exports.DescribeOutboundConnectionsResponse$ = exports.DescribeOutboundConnectionsRequest$ = exports.DescribeInstanceTypeLimitsResponse$ = exports.DescribeInstanceTypeLimitsRequest$ = exports.DescribeInboundConnectionsResponse$ = exports.DescribeInboundConnectionsRequest$ = exports.DescribeDryRunProgressResponse$ = exports.DescribeDryRunProgressRequest$ = exports.DescribeDomainsResponse$ = exports.DescribeDomainsRequest$ = exports.DescribeDomainResponse$ = exports.DescribeDomainRequest$ = exports.DescribeDomainNodesResponse$ = exports.DescribeDomainNodesRequest$ = exports.DescribeDomainHealthResponse$ = exports.DescribeDomainHealthRequest$ = exports.DescribeDomainConfigResponse$ = exports.DescribeDomainConfigRequest$ = exports.DescribeDomainChangeProgressResponse$ = exports.DescribeDomainChangeProgressRequest$ = exports.DescribeDomainAutoTunesResponse$ = exports.DescribeDomainAutoTunesRequest$ = exports.DeploymentStrategyOptionsStatus$ = void 0;
6
- exports.ListDomainMaintenancesRequest$ = exports.ListDirectQueryDataSourcesResponse$ = exports.ListDirectQueryDataSourcesRequest$ = exports.ListDataSourcesResponse$ = exports.ListDataSourcesRequest$ = exports.ListApplicationsResponse$ = exports.ListApplicationsRequest$ = exports.Limits$ = exports.KeyStoreAccessOption$ = exports.JWTOptionsOutput$ = exports.JWTOptionsInput$ = exports.IPAddressTypeStatus$ = exports.InstanceTypeDetails$ = exports.InstanceLimits$ = exports.InstanceCountLimits$ = exports.InboundConnectionStatus$ = exports.InboundConnection$ = exports.IdentityCenterOptionsStatus$ = exports.IdentityCenterOptionsInput$ = exports.IdentityCenterOptions$ = exports.IamIdentityCenterOptionsInput$ = exports.IamIdentityCenterOptions$ = exports.IAMFederationOptionsOutput$ = exports.IAMFederationOptionsInput$ = exports.GetUpgradeStatusResponse$ = exports.GetUpgradeStatusRequest$ = exports.GetUpgradeHistoryResponse$ = exports.GetUpgradeHistoryRequest$ = exports.GetPackageVersionHistoryResponse$ = exports.GetPackageVersionHistoryRequest$ = exports.GetIndexResponse$ = exports.GetIndexRequest$ = exports.GetDomainMaintenanceStatusResponse$ = exports.GetDomainMaintenanceStatusRequest$ = exports.GetDirectQueryDataSourceResponse$ = exports.GetDirectQueryDataSourceRequest$ = exports.GetDefaultApplicationSettingResponse$ = exports.GetDefaultApplicationSettingRequest$ = exports.GetDataSourceResponse$ = exports.GetDataSourceRequest$ = exports.GetCompatibleVersionsResponse$ = exports.GetCompatibleVersionsRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.Filter$ = exports.ErrorDetails$ = exports.EnvironmentInfo$ = exports.EncryptionAtRestOptionsStatus$ = exports.EncryptionAtRestOptions$ = exports.EBSOptionsStatus$ = void 0;
7
- exports.PutDefaultApplicationSettingRequest$ = exports.PurchaseReservedInstanceOfferingResponse$ = exports.PurchaseReservedInstanceOfferingRequest$ = exports.PrometheusDirectQueryDataSource$ = exports.PluginProperties$ = exports.PackageVersionHistory$ = exports.PackageVendingOptions$ = exports.PackageSource$ = exports.PackageEncryptionOptions$ = exports.PackageDetailsForAssociation$ = exports.PackageDetails$ = exports.PackageConfiguration$ = exports.PackageAssociationConfiguration$ = exports.OutboundConnectionStatus$ = exports.OutboundConnection$ = exports.OptionStatus$ = exports.OffPeakWindowOptionsStatus$ = exports.OffPeakWindowOptions$ = exports.OffPeakWindow$ = exports.NodeToNodeEncryptionOptionsStatus$ = exports.NodeToNodeEncryptionOptions$ = exports.NodeOption$ = exports.NodeConfig$ = exports.NaturalLanguageQueryGenerationOptionsOutput$ = exports.NaturalLanguageQueryGenerationOptionsInput$ = exports.ModifyingProperties$ = exports.MasterUserOptions$ = exports.LogPublishingOptionsStatus$ = exports.LogPublishingOption$ = exports.ListVpcEndpointsResponse$ = exports.ListVpcEndpointsRequest$ = exports.ListVpcEndpointsForDomainResponse$ = exports.ListVpcEndpointsForDomainRequest$ = exports.ListVpcEndpointAccessResponse$ = exports.ListVpcEndpointAccessRequest$ = exports.ListVersionsResponse$ = exports.ListVersionsRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListScheduledActionsResponse$ = exports.ListScheduledActionsRequest$ = exports.ListPackagesForDomainResponse$ = exports.ListPackagesForDomainRequest$ = exports.ListInstanceTypeDetailsResponse$ = exports.ListInstanceTypeDetailsRequest$ = exports.ListDomainsForPackageResponse$ = exports.ListDomainsForPackageRequest$ = exports.ListDomainNamesResponse$ = exports.ListDomainNamesRequest$ = exports.ListDomainMaintenancesResponse$ = void 0;
8
- exports.UpgradeDomainResponse$ = exports.UpgradeDomainRequest$ = exports.UpdateVpcEndpointResponse$ = exports.UpdateVpcEndpointRequest$ = exports.UpdateScheduledActionResponse$ = exports.UpdateScheduledActionRequest$ = exports.UpdatePackageScopeResponse$ = exports.UpdatePackageScopeRequest$ = exports.UpdatePackageResponse$ = exports.UpdatePackageRequest$ = exports.UpdateIndexResponse$ = exports.UpdateIndexRequest$ = exports.UpdateDomainConfigResponse$ = exports.UpdateDomainConfigRequest$ = exports.UpdateDirectQueryDataSourceResponse$ = exports.UpdateDirectQueryDataSourceRequest$ = exports.UpdateDataSourceResponse$ = exports.UpdateDataSourceRequest$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.Tag$ = exports.StorageTypeLimit$ = exports.StorageType$ = exports.StartServiceSoftwareUpdateResponse$ = exports.StartServiceSoftwareUpdateRequest$ = exports.StartDomainMaintenanceResponse$ = exports.StartDomainMaintenanceRequest$ = exports.SoftwareUpdateOptionsStatus$ = exports.SoftwareUpdateOptions$ = exports.SnapshotOptionsStatus$ = exports.SnapshotOptions$ = exports.ServiceSoftwareOptions$ = exports.ServerlessVectorAcceleration$ = exports.SecurityLakeDirectQueryDataSource$ = exports.ScheduledAutoTuneDetails$ = exports.ScheduledAction$ = exports.SAMLOptionsOutput$ = exports.SAMLOptionsInput$ = exports.SAMLIdp$ = exports.S3VectorsEngine$ = exports.S3GlueDataCatalog$ = exports.RevokeVpcEndpointAccessResponse$ = exports.RevokeVpcEndpointAccessRequest$ = exports.ReservedInstanceOffering$ = exports.ReservedInstance$ = exports.RemoveTagsRequest$ = exports.RejectInboundConnectionResponse$ = exports.RejectInboundConnectionRequest$ = exports.RecurringCharge$ = exports.PutDefaultApplicationSettingResponse$ = void 0;
9
- exports.DescribePackages$ = exports.DescribeOutboundConnections$ = exports.DescribeInstanceTypeLimits$ = exports.DescribeInboundConnections$ = exports.DescribeDryRunProgress$ = exports.DescribeDomains$ = exports.DescribeDomainNodes$ = exports.DescribeDomainHealth$ = exports.DescribeDomainConfig$ = exports.DescribeDomainChangeProgress$ = exports.DescribeDomainAutoTunes$ = exports.DescribeDomain$ = exports.DeleteVpcEndpoint$ = exports.DeletePackage$ = exports.DeleteOutboundConnection$ = exports.DeleteIndex$ = exports.DeleteInboundConnection$ = exports.DeleteDomain$ = exports.DeleteDirectQueryDataSource$ = exports.DeleteDataSource$ = exports.DeleteApplication$ = exports.CreateVpcEndpoint$ = exports.CreatePackage$ = exports.CreateOutboundConnection$ = exports.CreateIndex$ = exports.CreateDomain$ = exports.CreateApplication$ = exports.CancelServiceSoftwareUpdate$ = exports.CancelDomainConfigChange$ = exports.AuthorizeVpcEndpointAccess$ = exports.AssociatePackages$ = exports.AssociatePackage$ = exports.AddTags$ = exports.AddDirectQueryDataSource$ = exports.AddDataSource$ = exports.AcceptInboundConnection$ = exports.DirectQueryDataSourceType$ = exports.DataSourceType$ = exports.ZoneAwarenessConfig$ = exports.WindowStartTime$ = exports.VPCOptions$ = exports.VpcEndpointSummary$ = exports.VpcEndpointError$ = exports.VpcEndpoint$ = exports.VPCDerivedInfoStatus$ = exports.VPCDerivedInfo$ = exports.VersionStatus$ = exports.ValidationFailure$ = exports.UpgradeStepItem$ = exports.UpgradeHistory$ = void 0;
10
- exports.UpgradeDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdateScheduledAction$ = exports.UpdatePackageScope$ = exports.UpdatePackage$ = exports.UpdateIndex$ = exports.UpdateDomainConfig$ = exports.UpdateDirectQueryDataSource$ = exports.UpdateDataSource$ = exports.UpdateApplication$ = exports.StartServiceSoftwareUpdate$ = exports.StartDomainMaintenance$ = exports.RevokeVpcEndpointAccess$ = exports.RemoveTags$ = exports.RejectInboundConnection$ = exports.PutDefaultApplicationSetting$ = exports.PurchaseReservedInstanceOffering$ = exports.ListVpcEndpointsForDomain$ = exports.ListVpcEndpoints$ = exports.ListVpcEndpointAccess$ = exports.ListVersions$ = exports.ListTags$ = exports.ListScheduledActions$ = exports.ListPackagesForDomain$ = exports.ListInstanceTypeDetails$ = exports.ListDomainsForPackage$ = exports.ListDomainNames$ = exports.ListDomainMaintenances$ = exports.ListDirectQueryDataSources$ = exports.ListDataSources$ = exports.ListApplications$ = exports.GetUpgradeStatus$ = exports.GetUpgradeHistory$ = exports.GetPackageVersionHistory$ = exports.GetIndex$ = exports.GetDomainMaintenanceStatus$ = exports.GetDirectQueryDataSource$ = exports.GetDefaultApplicationSetting$ = exports.GetDataSource$ = exports.GetCompatibleVersions$ = exports.GetApplication$ = exports.DissociatePackages$ = exports.DissociatePackage$ = exports.DescribeVpcEndpoints$ = exports.DescribeReservedInstances$ = exports.DescribeReservedInstanceOfferings$ = void 0;
5
+ exports.DryRunResults$ = exports.DryRunProgressStatus$ = exports.DomainStatus$ = exports.DomainPackageDetails$ = exports.DomainNodesStatus$ = exports.DomainMaintenanceDetails$ = exports.DomainInformationContainer$ = exports.DomainInfo$ = exports.DomainEndpointOptionsStatus$ = exports.DomainEndpointOptions$ = exports.DomainConfig$ = exports.DissociatePackagesResponse$ = exports.DissociatePackagesRequest$ = exports.DissociatePackageResponse$ = exports.DissociatePackageRequest$ = exports.DirectQueryDataSource$ = exports.DescribeVpcEndpointsResponse$ = exports.DescribeVpcEndpointsRequest$ = exports.DescribeReservedInstancesResponse$ = exports.DescribeReservedInstancesRequest$ = exports.DescribeReservedInstanceOfferingsResponse$ = exports.DescribeReservedInstanceOfferingsRequest$ = exports.DescribePackagesResponse$ = exports.DescribePackagesRequest$ = exports.DescribePackagesFilter$ = exports.DescribeOutboundConnectionsResponse$ = exports.DescribeOutboundConnectionsRequest$ = exports.DescribeInstanceTypeLimitsResponse$ = exports.DescribeInstanceTypeLimitsRequest$ = exports.DescribeInsightDetailsResponse$ = exports.DescribeInsightDetailsRequest$ = exports.DescribeInboundConnectionsResponse$ = exports.DescribeInboundConnectionsRequest$ = exports.DescribeDryRunProgressResponse$ = exports.DescribeDryRunProgressRequest$ = exports.DescribeDomainsResponse$ = exports.DescribeDomainsRequest$ = exports.DescribeDomainResponse$ = exports.DescribeDomainRequest$ = exports.DescribeDomainNodesResponse$ = exports.DescribeDomainNodesRequest$ = exports.DescribeDomainHealthResponse$ = exports.DescribeDomainHealthRequest$ = exports.DescribeDomainConfigResponse$ = exports.DescribeDomainConfigRequest$ = exports.DescribeDomainChangeProgressResponse$ = exports.DescribeDomainChangeProgressRequest$ = exports.DescribeDomainAutoTunesResponse$ = exports.DescribeDomainAutoTunesRequest$ = exports.DeploymentStrategyOptionsStatus$ = void 0;
6
+ exports.ListApplicationsRequest$ = exports.Limits$ = exports.KeyStoreAccessOption$ = exports.JWTOptionsOutput$ = exports.JWTOptionsInput$ = exports.IPAddressTypeStatus$ = exports.InstanceTypeDetails$ = exports.InstanceLimits$ = exports.InstanceCountLimits$ = exports.InsightTimeRange$ = exports.InsightField$ = exports.InsightEntity$ = exports.Insight$ = exports.InboundConnectionStatus$ = exports.InboundConnection$ = exports.IdentityCenterOptionsStatus$ = exports.IdentityCenterOptionsInput$ = exports.IdentityCenterOptions$ = exports.IamIdentityCenterOptionsInput$ = exports.IamIdentityCenterOptions$ = exports.IAMFederationOptionsOutput$ = exports.IAMFederationOptionsInput$ = exports.GetUpgradeStatusResponse$ = exports.GetUpgradeStatusRequest$ = exports.GetUpgradeHistoryResponse$ = exports.GetUpgradeHistoryRequest$ = exports.GetPackageVersionHistoryResponse$ = exports.GetPackageVersionHistoryRequest$ = exports.GetIndexResponse$ = exports.GetIndexRequest$ = exports.GetDomainMaintenanceStatusResponse$ = exports.GetDomainMaintenanceStatusRequest$ = exports.GetDirectQueryDataSourceResponse$ = exports.GetDirectQueryDataSourceRequest$ = exports.GetDefaultApplicationSettingResponse$ = exports.GetDefaultApplicationSettingRequest$ = exports.GetDataSourceResponse$ = exports.GetDataSourceRequest$ = exports.GetCompatibleVersionsResponse$ = exports.GetCompatibleVersionsRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.Filter$ = exports.ErrorDetails$ = exports.EnvironmentInfo$ = exports.EncryptionAtRestOptionsStatus$ = exports.EncryptionAtRestOptions$ = exports.EBSOptionsStatus$ = exports.EBSOptions$ = exports.Duration$ = void 0;
7
+ exports.PackageEncryptionOptions$ = exports.PackageDetailsForAssociation$ = exports.PackageDetails$ = exports.PackageConfiguration$ = exports.PackageAssociationConfiguration$ = exports.OutboundConnectionStatus$ = exports.OutboundConnection$ = exports.OptionStatus$ = exports.OffPeakWindowOptionsStatus$ = exports.OffPeakWindowOptions$ = exports.OffPeakWindow$ = exports.NodeToNodeEncryptionOptionsStatus$ = exports.NodeToNodeEncryptionOptions$ = exports.NodeOption$ = exports.NodeConfig$ = exports.NaturalLanguageQueryGenerationOptionsOutput$ = exports.NaturalLanguageQueryGenerationOptionsInput$ = exports.ModifyingProperties$ = exports.MasterUserOptions$ = exports.LogPublishingOptionsStatus$ = exports.LogPublishingOption$ = exports.ListVpcEndpointsResponse$ = exports.ListVpcEndpointsRequest$ = exports.ListVpcEndpointsForDomainResponse$ = exports.ListVpcEndpointsForDomainRequest$ = exports.ListVpcEndpointAccessResponse$ = exports.ListVpcEndpointAccessRequest$ = exports.ListVersionsResponse$ = exports.ListVersionsRequest$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.ListScheduledActionsResponse$ = exports.ListScheduledActionsRequest$ = exports.ListPackagesForDomainResponse$ = exports.ListPackagesForDomainRequest$ = exports.ListInstanceTypeDetailsResponse$ = exports.ListInstanceTypeDetailsRequest$ = exports.ListInsightsResponse$ = exports.ListInsightsRequest$ = exports.ListDomainsForPackageResponse$ = exports.ListDomainsForPackageRequest$ = exports.ListDomainNamesResponse$ = exports.ListDomainNamesRequest$ = exports.ListDomainMaintenancesResponse$ = exports.ListDomainMaintenancesRequest$ = exports.ListDirectQueryDataSourcesResponse$ = exports.ListDirectQueryDataSourcesRequest$ = exports.ListDataSourcesResponse$ = exports.ListDataSourcesRequest$ = exports.ListApplicationsResponse$ = void 0;
8
+ exports.UpdatePackageResponse$ = exports.UpdatePackageRequest$ = exports.UpdateIndexResponse$ = exports.UpdateIndexRequest$ = exports.UpdateDomainConfigResponse$ = exports.UpdateDomainConfigRequest$ = exports.UpdateDirectQueryDataSourceResponse$ = exports.UpdateDirectQueryDataSourceRequest$ = exports.UpdateDataSourceResponse$ = exports.UpdateDataSourceRequest$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.Tag$ = exports.StorageTypeLimit$ = exports.StorageType$ = exports.StartServiceSoftwareUpdateResponse$ = exports.StartServiceSoftwareUpdateRequest$ = exports.StartDomainMaintenanceResponse$ = exports.StartDomainMaintenanceRequest$ = exports.SoftwareUpdateOptionsStatus$ = exports.SoftwareUpdateOptions$ = exports.SnapshotOptionsStatus$ = exports.SnapshotOptions$ = exports.ServiceSoftwareOptions$ = exports.ServerlessVectorAcceleration$ = exports.SecurityLakeDirectQueryDataSource$ = exports.ScheduledAutoTuneDetails$ = exports.ScheduledAction$ = exports.SAMLOptionsOutput$ = exports.SAMLOptionsInput$ = exports.SAMLIdp$ = exports.S3VectorsEngine$ = exports.S3GlueDataCatalog$ = exports.RevokeVpcEndpointAccessResponse$ = exports.RevokeVpcEndpointAccessRequest$ = exports.ReservedInstanceOffering$ = exports.ReservedInstance$ = exports.RemoveTagsRequest$ = exports.RejectInboundConnectionResponse$ = exports.RejectInboundConnectionRequest$ = exports.RecurringCharge$ = exports.PutDefaultApplicationSettingResponse$ = exports.PutDefaultApplicationSettingRequest$ = exports.PurchaseReservedInstanceOfferingResponse$ = exports.PurchaseReservedInstanceOfferingRequest$ = exports.PrometheusDirectQueryDataSource$ = exports.PluginProperties$ = exports.PackageVersionHistory$ = exports.PackageVendingOptions$ = exports.PackageSource$ = void 0;
9
+ exports.DescribeDomainConfig$ = exports.DescribeDomainChangeProgress$ = exports.DescribeDomainAutoTunes$ = exports.DescribeDomain$ = exports.DeleteVpcEndpoint$ = exports.DeletePackage$ = exports.DeleteOutboundConnection$ = exports.DeleteIndex$ = exports.DeleteInboundConnection$ = exports.DeleteDomain$ = exports.DeleteDirectQueryDataSource$ = exports.DeleteDataSource$ = exports.DeleteApplication$ = exports.CreateVpcEndpoint$ = exports.CreatePackage$ = exports.CreateOutboundConnection$ = exports.CreateIndex$ = exports.CreateDomain$ = exports.CreateApplication$ = exports.CancelServiceSoftwareUpdate$ = exports.CancelDomainConfigChange$ = exports.AuthorizeVpcEndpointAccess$ = exports.AssociatePackages$ = exports.AssociatePackage$ = exports.AddTags$ = exports.AddDirectQueryDataSource$ = exports.AddDataSource$ = exports.AcceptInboundConnection$ = exports.DirectQueryDataSourceType$ = exports.DataSourceType$ = exports.ZoneAwarenessConfig$ = exports.WindowStartTime$ = exports.VPCOptions$ = exports.VpcEndpointSummary$ = exports.VpcEndpointError$ = exports.VpcEndpoint$ = exports.VPCDerivedInfoStatus$ = exports.VPCDerivedInfo$ = exports.VersionStatus$ = exports.ValidationFailure$ = exports.UpgradeStepItem$ = exports.UpgradeHistory$ = exports.UpgradeDomainResponse$ = exports.UpgradeDomainRequest$ = exports.UpdateVpcEndpointResponse$ = exports.UpdateVpcEndpointRequest$ = exports.UpdateScheduledActionResponse$ = exports.UpdateScheduledActionRequest$ = exports.UpdatePackageScopeResponse$ = exports.UpdatePackageScopeRequest$ = void 0;
10
+ exports.UpdateDomainConfig$ = exports.UpdateDirectQueryDataSource$ = exports.UpdateDataSource$ = exports.UpdateApplication$ = exports.StartServiceSoftwareUpdate$ = exports.StartDomainMaintenance$ = exports.RevokeVpcEndpointAccess$ = exports.RemoveTags$ = exports.RejectInboundConnection$ = exports.PutDefaultApplicationSetting$ = exports.PurchaseReservedInstanceOffering$ = exports.ListVpcEndpointsForDomain$ = exports.ListVpcEndpoints$ = exports.ListVpcEndpointAccess$ = exports.ListVersions$ = exports.ListTags$ = exports.ListScheduledActions$ = exports.ListPackagesForDomain$ = exports.ListInstanceTypeDetails$ = exports.ListInsights$ = exports.ListDomainsForPackage$ = exports.ListDomainNames$ = exports.ListDomainMaintenances$ = exports.ListDirectQueryDataSources$ = exports.ListDataSources$ = exports.ListApplications$ = exports.GetUpgradeStatus$ = exports.GetUpgradeHistory$ = exports.GetPackageVersionHistory$ = exports.GetIndex$ = exports.GetDomainMaintenanceStatus$ = exports.GetDirectQueryDataSource$ = exports.GetDefaultApplicationSetting$ = exports.GetDataSource$ = exports.GetCompatibleVersions$ = exports.GetApplication$ = exports.DissociatePackages$ = exports.DissociatePackage$ = exports.DescribeVpcEndpoints$ = exports.DescribeReservedInstances$ = exports.DescribeReservedInstanceOfferings$ = exports.DescribePackages$ = exports.DescribeOutboundConnections$ = exports.DescribeInstanceTypeLimits$ = exports.DescribeInsightDetails$ = exports.DescribeInboundConnections$ = exports.DescribeDryRunProgress$ = exports.DescribeDomains$ = exports.DescribeDomainNodes$ = exports.DescribeDomainHealth$ = void 0;
11
+ exports.UpgradeDomain$ = exports.UpdateVpcEndpoint$ = exports.UpdateScheduledAction$ = exports.UpdatePackageScope$ = exports.UpdatePackage$ = exports.UpdateIndex$ = void 0;
11
12
  const _A = "Account";
12
13
  const _AADD = "AnonymousAuthDisableDate";
13
14
  const _AAE = "AnonymousAuthEnabled";
@@ -154,6 +155,7 @@ const _CSSUR = "CancelServiceSoftwareUpdateRequest";
154
155
  const _CSSURa = "CancelServiceSoftwareUpdateResponse";
155
156
  const _CSu = "CurrentState";
156
157
  const _CT = "ClientToken";
158
+ const _CTr = "CreationTime";
157
159
  const _CV = "CancelledValue";
158
160
  const _CVE = "CreateVpcEndpoint";
159
161
  const _CVER = "CreateVpcEndpointRequest";
@@ -220,6 +222,9 @@ const _DICRes = "DescribeInboundConnectionsRequest";
220
222
  const _DICResc = "DescribeInboundConnectionsResponse";
221
223
  const _DICe = "DeleteInboundConnection";
222
224
  const _DICes = "DescribeInboundConnections";
225
+ const _DID = "DescribeInsightDetails";
226
+ const _DIDR = "DescribeInsightDetailsRequest";
227
+ const _DIDRe = "DescribeInsightDetailsResponse";
223
228
  const _DIL = "DomainInfoList";
224
229
  const _DIR = "DeleteIndexRequest";
225
230
  const _DIRe = "DeleteIndexResponse";
@@ -239,6 +244,7 @@ const _DN = "DomainName";
239
244
  const _DNC = "DataNodeCount";
240
245
  const _DNS = "DomainNodesStatus";
241
246
  const _DNSL = "DomainNodesStatusList";
247
+ const _DNi = "DisplayName";
242
248
  const _DNo = "DomainNames";
243
249
  const _DOC = "DeleteOutboundConnection";
244
250
  const _DOCR = "DeleteOutboundConnectionRequest";
@@ -330,10 +336,13 @@ const _EV = "EngineVersion";
330
336
  const _EVn = "EndpointV2";
331
337
  const _En = "Endpoint";
332
338
  const _End = "Endpoints";
339
+ const _Ent = "Entity";
333
340
  const _F = "Filters";
334
341
  const _FL = "FilterList";
335
342
  const _FP = "FixedPrice";
336
- const _Fi = "Filter";
343
+ const _Fi = "Fields";
344
+ const _Fil = "Filter";
345
+ const _Fr = "From";
337
346
  const _GA = "GetApplication";
338
347
  const _GAR = "GetApplicationRequest";
339
348
  const _GARe = "GetApplicationResponse";
@@ -381,9 +390,15 @@ const _ICS = "InboundConnectionStatus";
381
390
  const _ICn = "InboundConnection";
382
391
  const _ICnb = "InboundConnections";
383
392
  const _IE = "InternalException";
393
+ const _IEn = "InsightEntity";
394
+ const _IEs = "IsExperimental";
395
+ const _IF = "InsightField";
396
+ const _IFL = "InsightFieldList";
397
+ const _II = "InsightId";
384
398
  const _IICO = "IamIdentityCenterOptions";
385
399
  const _IICOI = "IamIdentityCenterOptionsInput";
386
400
  const _IL = "InstanceLimits";
401
+ const _ILn = "InsightList";
387
402
  const _IN = "IndexName";
388
403
  const _IPAT = "IPAddressType";
389
404
  const _IPATS = "IPAddressTypeStatus";
@@ -396,9 +411,12 @@ const _IT = "InstanceType";
396
411
  const _ITD = "InstanceTypeDetails";
397
412
  const _ITDL = "InstanceTypeDetailsList";
398
413
  const _ITE = "InvalidTypeException";
414
+ const _ITR = "InsightTimeRange";
399
415
  const _IUDE = "InternalUserDatabaseEnabled";
400
416
  const _Id = "Idp";
401
417
  const _Id_ = "Id";
418
+ const _In = "Insight";
419
+ const _Ins = "Insights";
402
420
  const _Is = "Issues";
403
421
  const _JWTO = "JWTOptions";
404
422
  const _JWTOI = "JWTOptionsInput";
@@ -433,6 +451,9 @@ const _LDSR = "ListDataSourcesRequest";
433
451
  const _LDSRi = "ListDataSourcesResponse";
434
452
  const _LEE = "LimitExceededException";
435
453
  const _LF = "LicenseFilepath";
454
+ const _LI = "ListInsights";
455
+ const _LIR = "ListInsightsRequest";
456
+ const _LIRi = "ListInsightsResponse";
436
457
  const _LITD = "ListInstanceTypeDetails";
437
458
  const _LITDR = "ListInstanceTypeDetailsRequest";
438
459
  const _LITDRi = "ListInstanceTypeDetailsResponse";
@@ -552,6 +573,7 @@ const _PVHL = "PackageVersionHistoryList";
552
573
  const _PVO = "PackageVendingOptions";
553
574
  const _PVe = "PendingValue";
554
575
  const _Pr = "Principal";
576
+ const _Pri = "Priority";
555
577
  const _Pro = "Processing";
556
578
  const _Prom = "Prometheus";
557
579
  const _R = "Region";
@@ -606,6 +628,7 @@ const _SDMR = "StartDomainMaintenanceRequest";
606
628
  const _SDMRt = "StartDomainMaintenanceResponse";
607
629
  const _SGDC = "S3GlueDataCatalog";
608
630
  const _SGI = "SecurityGroupIds";
631
+ const _SHC = "ShowHtmlContent";
609
632
  const _SI = "SubnetIds";
610
633
  const _SK = "SubjectKey";
611
634
  const _SKe = "S3Key";
@@ -616,6 +639,7 @@ const _SM = "StatusMessage";
616
639
  const _SNAE = "SlotNotAvailableException";
617
640
  const _SO = "SnapshotOptions";
618
641
  const _SOS = "SnapshotOptionsStatus";
642
+ const _SOo = "SortOrder";
619
643
  const _SS = "SlotSuggestions";
620
644
  const _SSO = "ServiceSoftwareOptions";
621
645
  const _SSSU = "StartServiceSoftwareUpdate";
@@ -651,11 +675,13 @@ const _TK = "TagKeys";
651
675
  const _TL = "TagList";
652
676
  const _TLSSP = "TLSSecurityPolicy";
653
677
  const _TNOS = "TotalNumberOfStages";
678
+ const _TR = "TimeRange";
654
679
  const _TS = "TotalShards";
655
680
  const _TUAS = "TotalUnAssignedShards";
656
681
  const _TV = "TargetVersions";
657
682
  const _TVa = "TargetVersion";
658
683
  const _Ta = "Tag";
684
+ const _To = "To";
659
685
  const _Ty = "Type";
660
686
  const _U = "Username";
661
687
  const _UA = "UpdatedAt";
@@ -704,6 +730,7 @@ const _USL = "UpgradeStepsList";
704
730
  const _USS = "UpgradeStepStatus";
705
731
  const _USp = "UpdateStatus";
706
732
  const _USpg = "UpgradeStatus";
733
+ const _UT = "UpdateTime";
707
734
  const _UV = "UpdateVersion";
708
735
  const _UVE = "UpdateVpcEndpoint";
709
736
  const _UVER = "UpdateVpcEndpointRequest";
@@ -1406,6 +1433,16 @@ exports.DescribeInboundConnectionsResponse$ = [3, n0, _DICResc,
1406
1433
  [_Co, _NT],
1407
1434
  [() => InboundConnections, 0]
1408
1435
  ];
1436
+ exports.DescribeInsightDetailsRequest$ = [3, n0, _DIDR,
1437
+ 0,
1438
+ [_Ent, _II, _SHC],
1439
+ [() => exports.InsightEntity$, 0, 2], 2
1440
+ ];
1441
+ exports.DescribeInsightDetailsResponse$ = [3, n0, _DIDRe,
1442
+ 0,
1443
+ [_Fi],
1444
+ [() => InsightFieldList], 1
1445
+ ];
1409
1446
  exports.DescribeInstanceTypeLimitsRequest$ = [3, n0, _DITLR,
1410
1447
  0,
1411
1448
  [_IT, _EV, _DN],
@@ -1586,7 +1623,7 @@ exports.ErrorDetails$ = [3, n0, _ED,
1586
1623
  [_ETr, _EM],
1587
1624
  [0, 0]
1588
1625
  ];
1589
- exports.Filter$ = [3, n0, _Fi,
1626
+ exports.Filter$ = [3, n0, _Fil,
1590
1627
  0,
1591
1628
  [_N, _Va],
1592
1629
  [0, 64 | 0]
@@ -1736,6 +1773,26 @@ exports.InboundConnectionStatus$ = [3, n0, _ICS,
1736
1773
  [_SC, _M],
1737
1774
  [0, 0]
1738
1775
  ];
1776
+ exports.Insight$ = [3, n0, _In,
1777
+ 0,
1778
+ [_II, _DNi, _Ty, _Pri, _S, _CTr, _UT, _IEs],
1779
+ [0, 0, 0, 0, 0, 4, 4, 2]
1780
+ ];
1781
+ exports.InsightEntity$ = [3, n0, _IEn,
1782
+ 0,
1783
+ [_Ty, _V],
1784
+ [0, 0], 1
1785
+ ];
1786
+ exports.InsightField$ = [3, n0, _IF,
1787
+ 0,
1788
+ [_N, _Ty, _V],
1789
+ [0, 0, 0], 3
1790
+ ];
1791
+ exports.InsightTimeRange$ = [3, n0, _ITR,
1792
+ 0,
1793
+ [_Fr, _To],
1794
+ [1, 1], 2
1795
+ ];
1739
1796
  exports.InstanceCountLimits$ = [3, n0, _ICL,
1740
1797
  0,
1741
1798
  [_MIC, _MICa],
@@ -1836,6 +1893,16 @@ exports.ListDomainsForPackageResponse$ = [3, n0, _LDFPRi,
1836
1893
  [_DPDL, _NT],
1837
1894
  [() => DomainPackageDetailsList, 0]
1838
1895
  ];
1896
+ exports.ListInsightsRequest$ = [3, n0, _LIR,
1897
+ 0,
1898
+ [_Ent, _TR, _SOo, _MR, _NT],
1899
+ [() => exports.InsightEntity$, () => exports.InsightTimeRange$, 0, 1, 0], 1
1900
+ ];
1901
+ exports.ListInsightsResponse$ = [3, n0, _LIRi,
1902
+ 0,
1903
+ [_Ins, _NT],
1904
+ [() => InsightList, 0]
1905
+ ];
1839
1906
  exports.ListInstanceTypeDetailsRequest$ = [3, n0, _LITDR,
1840
1907
  0,
1841
1908
  [_EV, _DN, _MR, _NT, _RAZ, _IT],
@@ -2444,6 +2511,12 @@ var GUIDList = 64 | 0;
2444
2511
  var InboundConnections = [1, n0, _ICnb,
2445
2512
  0, () => exports.InboundConnection$
2446
2513
  ];
2514
+ var InsightFieldList = [1, n0, _IFL,
2515
+ 0, () => exports.InsightField$
2516
+ ];
2517
+ var InsightList = [1, n0, _ILn,
2518
+ 0, () => exports.Insight$
2519
+ ];
2447
2520
  var InstanceRoleList = 64 | 0;
2448
2521
  var InstanceTypeDetailsList = [1, n0, _ITDL,
2449
2522
  0, () => exports.InstanceTypeDetails$
@@ -2634,6 +2707,9 @@ exports.DescribeDryRunProgress$ = [9, n0, _DDRP,
2634
2707
  exports.DescribeInboundConnections$ = [9, n0, _DICes,
2635
2708
  { [_h]: ["POST", "/2021-01-01/opensearch/cc/inboundConnection/search", 200] }, () => exports.DescribeInboundConnectionsRequest$, () => exports.DescribeInboundConnectionsResponse$
2636
2709
  ];
2710
+ exports.DescribeInsightDetails$ = [9, n0, _DID,
2711
+ { [_h]: ["POST", "/2021-01-01/opensearch/insight-details", 200] }, () => exports.DescribeInsightDetailsRequest$, () => exports.DescribeInsightDetailsResponse$
2712
+ ];
2637
2713
  exports.DescribeInstanceTypeLimits$ = [9, n0, _DITL,
2638
2714
  { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}", 200] }, () => exports.DescribeInstanceTypeLimitsRequest$, () => exports.DescribeInstanceTypeLimitsResponse$
2639
2715
  ];
@@ -2706,6 +2782,9 @@ exports.ListDomainNames$ = [9, n0, _LDN,
2706
2782
  exports.ListDomainsForPackage$ = [9, n0, _LDFP,
2707
2783
  { [_h]: ["GET", "/2021-01-01/packages/{PackageID}/domains", 200] }, () => exports.ListDomainsForPackageRequest$, () => exports.ListDomainsForPackageResponse$
2708
2784
  ];
2785
+ exports.ListInsights$ = [9, n0, _LI,
2786
+ { [_h]: ["POST", "/2021-01-01/opensearch/insights", 200] }, () => exports.ListInsightsRequest$, () => exports.ListInsightsResponse$
2787
+ ];
2709
2788
  exports.ListInstanceTypeDetails$ = [9, n0, _LITD,
2710
2789
  { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}", 200] }, () => exports.ListInstanceTypeDetailsRequest$, () => exports.ListInstanceTypeDetailsResponse$
2711
2790
  ];
@@ -10,7 +10,7 @@ import { CancelDomainConfigChangeCommand, } from "./commands/CancelDomainConfigC
10
10
  import { CancelServiceSoftwareUpdateCommand, } from "./commands/CancelServiceSoftwareUpdateCommand";
11
11
  import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
12
12
  import { CreateDomainCommand, } from "./commands/CreateDomainCommand";
13
- import { CreateIndexCommand } from "./commands/CreateIndexCommand";
13
+ import { CreateIndexCommand, } from "./commands/CreateIndexCommand";
14
14
  import { CreateOutboundConnectionCommand, } from "./commands/CreateOutboundConnectionCommand";
15
15
  import { CreatePackageCommand, } from "./commands/CreatePackageCommand";
16
16
  import { CreateVpcEndpointCommand, } from "./commands/CreateVpcEndpointCommand";
@@ -19,7 +19,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
19
19
  import { DeleteDirectQueryDataSourceCommand, } from "./commands/DeleteDirectQueryDataSourceCommand";
20
20
  import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
21
21
  import { DeleteInboundConnectionCommand, } from "./commands/DeleteInboundConnectionCommand";
22
- import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
22
+ import { DeleteIndexCommand, } from "./commands/DeleteIndexCommand";
23
23
  import { DeleteOutboundConnectionCommand, } from "./commands/DeleteOutboundConnectionCommand";
24
24
  import { DeletePackageCommand, } from "./commands/DeletePackageCommand";
25
25
  import { DeleteVpcEndpointCommand, } from "./commands/DeleteVpcEndpointCommand";
@@ -32,6 +32,7 @@ import { DescribeDomainNodesCommand, } from "./commands/DescribeDomainNodesComma
32
32
  import { DescribeDomainsCommand, } from "./commands/DescribeDomainsCommand";
33
33
  import { DescribeDryRunProgressCommand, } from "./commands/DescribeDryRunProgressCommand";
34
34
  import { DescribeInboundConnectionsCommand, } from "./commands/DescribeInboundConnectionsCommand";
35
+ import { DescribeInsightDetailsCommand, } from "./commands/DescribeInsightDetailsCommand";
35
36
  import { DescribeInstanceTypeLimitsCommand, } from "./commands/DescribeInstanceTypeLimitsCommand";
36
37
  import { DescribeOutboundConnectionsCommand, } from "./commands/DescribeOutboundConnectionsCommand";
37
38
  import { DescribePackagesCommand, } from "./commands/DescribePackagesCommand";
@@ -56,6 +57,7 @@ import { ListDirectQueryDataSourcesCommand, } from "./commands/ListDirectQueryDa
56
57
  import { ListDomainMaintenancesCommand, } from "./commands/ListDomainMaintenancesCommand";
57
58
  import { ListDomainNamesCommand, } from "./commands/ListDomainNamesCommand";
58
59
  import { ListDomainsForPackageCommand, } from "./commands/ListDomainsForPackageCommand";
60
+ import { ListInsightsCommand, } from "./commands/ListInsightsCommand";
59
61
  import { ListInstanceTypeDetailsCommand, } from "./commands/ListInstanceTypeDetailsCommand";
60
62
  import { ListPackagesForDomainCommand, } from "./commands/ListPackagesForDomainCommand";
61
63
  import { ListScheduledActionsCommand, } from "./commands/ListScheduledActionsCommand";
@@ -67,7 +69,7 @@ import { ListVpcEndpointsForDomainCommand, } from "./commands/ListVpcEndpointsFo
67
69
  import { PurchaseReservedInstanceOfferingCommand, } from "./commands/PurchaseReservedInstanceOfferingCommand";
68
70
  import { PutDefaultApplicationSettingCommand, } from "./commands/PutDefaultApplicationSettingCommand";
69
71
  import { RejectInboundConnectionCommand, } from "./commands/RejectInboundConnectionCommand";
70
- import { RemoveTagsCommand } from "./commands/RemoveTagsCommand";
72
+ import { RemoveTagsCommand, } from "./commands/RemoveTagsCommand";
71
73
  import { RevokeVpcEndpointAccessCommand, } from "./commands/RevokeVpcEndpointAccessCommand";
72
74
  import { StartDomainMaintenanceCommand, } from "./commands/StartDomainMaintenanceCommand";
73
75
  import { StartServiceSoftwareUpdateCommand, } from "./commands/StartServiceSoftwareUpdateCommand";
@@ -75,7 +77,7 @@ import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
75
77
  import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
76
78
  import { UpdateDirectQueryDataSourceCommand, } from "./commands/UpdateDirectQueryDataSourceCommand";
77
79
  import { UpdateDomainConfigCommand, } from "./commands/UpdateDomainConfigCommand";
78
- import { UpdateIndexCommand } from "./commands/UpdateIndexCommand";
80
+ import { UpdateIndexCommand, } from "./commands/UpdateIndexCommand";
79
81
  import { UpdatePackageCommand, } from "./commands/UpdatePackageCommand";
80
82
  import { UpdatePackageScopeCommand, } from "./commands/UpdatePackageScopeCommand";
81
83
  import { UpdateScheduledActionCommand, } from "./commands/UpdateScheduledActionCommand";
@@ -131,6 +133,7 @@ const commands = {
131
133
  DescribeDomainsCommand,
132
134
  DescribeDryRunProgressCommand,
133
135
  DescribeInboundConnectionsCommand,
136
+ DescribeInsightDetailsCommand,
134
137
  DescribeInstanceTypeLimitsCommand,
135
138
  DescribeOutboundConnectionsCommand,
136
139
  DescribePackagesCommand,
@@ -155,6 +158,7 @@ const commands = {
155
158
  ListDomainMaintenancesCommand,
156
159
  ListDomainNamesCommand,
157
160
  ListDomainsForPackageCommand,
161
+ ListInsightsCommand,
158
162
  ListInstanceTypeDetailsCommand,
159
163
  ListPackagesForDomainCommand,
160
164
  ListScheduledActionsCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeInsightDetails$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeInsightDetailsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonOpenSearchService", "DescribeInsightDetails", {})
13
+ .n("OpenSearchClient", "DescribeInsightDetailsCommand")
14
+ .sc(DescribeInsightDetails$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListInsights$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListInsightsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonOpenSearchService", "ListInsights", {})
13
+ .n("OpenSearchClient", "ListInsightsCommand")
14
+ .sc(ListInsights$)
15
+ .build() {
16
+ }
@@ -31,6 +31,7 @@ export * from "./DescribeDomainNodesCommand";
31
31
  export * from "./DescribeDomainsCommand";
32
32
  export * from "./DescribeDryRunProgressCommand";
33
33
  export * from "./DescribeInboundConnectionsCommand";
34
+ export * from "./DescribeInsightDetailsCommand";
34
35
  export * from "./DescribeInstanceTypeLimitsCommand";
35
36
  export * from "./DescribeOutboundConnectionsCommand";
36
37
  export * from "./DescribePackagesCommand";
@@ -55,6 +56,7 @@ export * from "./ListDirectQueryDataSourcesCommand";
55
56
  export * from "./ListDomainMaintenancesCommand";
56
57
  export * from "./ListDomainNamesCommand";
57
58
  export * from "./ListDomainsForPackageCommand";
59
+ export * from "./ListInsightsCommand";
58
60
  export * from "./ListInstanceTypeDetailsCommand";
59
61
  export * from "./ListPackagesForDomainCommand";
60
62
  export * from "./ListScheduledActionsCommand";
package/dist-es/index.js CHANGED
@@ -6,4 +6,5 @@ export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
8
  export * from "./models/models_0";
9
+ export * from "./models/models_1";
9
10
  export { OpenSearchServiceException } from "./models/OpenSearchServiceException";
@@ -369,6 +369,14 @@ export const NodeType = {
369
369
  Ultrawarm: "Ultrawarm",
370
370
  Warm: "Warm",
371
371
  };
372
+ export const InsightEntityType = {
373
+ ACCOUNT: "Account",
374
+ DOMAIN: "DomainName",
375
+ };
376
+ export const InsightFieldType = {
377
+ METRIC: "metric",
378
+ TEXT: "text",
379
+ };
372
380
  export const DescribePackagesFilterName = {
373
381
  EngineVersion: "EngineVersion",
374
382
  PackageID: "PackageID",
@@ -424,6 +432,25 @@ export const EngineType = {
424
432
  Elasticsearch: "Elasticsearch",
425
433
  OpenSearch: "OpenSearch",
426
434
  };
435
+ export const InsightSortOrder = {
436
+ ASC: "ASC",
437
+ DESC: "DESC",
438
+ };
439
+ export const InsightPriorityLevel = {
440
+ CRITICAL: "CRITICAL",
441
+ HIGH: "HIGH",
442
+ LOW: "LOW",
443
+ MEDIUM: "MEDIUM",
444
+ };
445
+ export const InsightStatus = {
446
+ ACTIVE: "ACTIVE",
447
+ DISMISSED: "DISMISSED",
448
+ RESOLVED: "RESOLVED",
449
+ };
450
+ export const InsightType = {
451
+ EVENT: "EVENT",
452
+ RECOMMENDATION: "RECOMMENDATION",
453
+ };
427
454
  export const ScheduledBy = {
428
455
  CUSTOMER: "CUSTOMER",
429
456
  SYSTEM: "SYSTEM",
@@ -0,0 +1 @@
1
+ export {};