@aws-sdk/client-opensearch 3.1019.0 → 3.1021.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +117 -0
  3. package/dist-cjs/models/errors.js +14 -1
  4. package/dist-cjs/schemas/schemas_0.js +187 -12
  5. package/dist-es/OpenSearch.js +14 -4
  6. package/dist-es/commands/DeregisterCapabilityCommand.js +16 -0
  7. package/dist-es/commands/DescribeInsightDetailsCommand.js +16 -0
  8. package/dist-es/commands/GetCapabilityCommand.js +16 -0
  9. package/dist-es/commands/ListInsightsCommand.js +16 -0
  10. package/dist-es/commands/RegisterCapabilityCommand.js +16 -0
  11. package/dist-es/commands/index.js +5 -0
  12. package/dist-es/index.js +1 -0
  13. package/dist-es/models/enums.js +39 -0
  14. package/dist-es/models/errors.js +12 -0
  15. package/dist-es/models/models_1.js +1 -0
  16. package/dist-es/schemas/schemas_0.js +179 -5
  17. package/dist-types/OpenSearch.d.ts +117 -82
  18. package/dist-types/OpenSearchClient.d.ts +92 -87
  19. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  20. package/dist-types/commands/DeregisterCapabilityCommand.d.ts +93 -0
  21. package/dist-types/commands/DescribeInsightDetailsCommand.d.ts +105 -0
  22. package/dist-types/commands/GetCapabilityCommand.d.ts +101 -0
  23. package/dist-types/commands/ListInsightsCommand.d.ts +116 -0
  24. package/dist-types/commands/RegisterCapabilityCommand.d.ts +104 -0
  25. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  33. package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +5 -0
  35. package/dist-types/index.d.ts +2 -1
  36. package/dist-types/models/enums.d.ts +103 -0
  37. package/dist-types/models/errors.d.ts +12 -0
  38. package/dist-types/models/models_0.d.ts +484 -562
  39. package/dist-types/models/models_1.d.ts +524 -0
  40. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
  47. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
  55. package/dist-types/schemas/schemas_0.d.ts +25 -0
  56. package/dist-types/ts3.4/OpenSearch.d.ts +85 -0
  57. package/dist-types/ts3.4/OpenSearchClient.d.ts +32 -3
  58. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DeregisterCapabilityCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/DescribeInsightDetailsCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +50 -0
  62. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +47 -0
  63. package/dist-types/ts3.4/commands/RegisterCapabilityCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/models/enums.d.ts +53 -0
  76. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +135 -106
  78. package/dist-types/ts3.4/models/models_1.d.ts +143 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  80. package/package.json +14 -14
package/README.md CHANGED
@@ -353,6 +353,13 @@ DeleteVpcEndpoint
353
353
  </details>
354
354
  <details>
355
355
  <summary>
356
+ DeregisterCapability
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/DeregisterCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DeregisterCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/DeregisterCapabilityCommandOutput/)
360
+ </details>
361
+ <details>
362
+ <summary>
356
363
  DescribeDomain
357
364
  </summary>
358
365
 
@@ -416,6 +423,13 @@ DescribeInboundConnections
416
423
  </details>
417
424
  <details>
418
425
  <summary>
426
+ DescribeInsightDetails
427
+ </summary>
428
+
429
+ [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/)
430
+ </details>
431
+ <details>
432
+ <summary>
419
433
  DescribeInstanceTypeLimits
420
434
  </summary>
421
435
 
@@ -479,6 +493,13 @@ GetApplication
479
493
  </details>
480
494
  <details>
481
495
  <summary>
496
+ GetCapability
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/GetCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/GetCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/GetCapabilityCommandOutput/)
500
+ </details>
501
+ <details>
502
+ <summary>
482
503
  GetCompatibleVersions
483
504
  </summary>
484
505
 
@@ -584,6 +605,13 @@ ListDomainsForPackage
584
605
  </details>
585
606
  <details>
586
607
  <summary>
608
+ ListInsights
609
+ </summary>
610
+
611
+ [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/)
612
+ </details>
613
+ <details>
614
+ <summary>
587
615
  ListInstanceTypeDetails
588
616
  </summary>
589
617
 
@@ -654,6 +682,13 @@ PutDefaultApplicationSetting
654
682
  </details>
655
683
  <details>
656
684
  <summary>
685
+ RegisterCapability
686
+ </summary>
687
+
688
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearch/command/RegisterCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/RegisterCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearch/Interface/RegisterCapabilityCommandOutput/)
689
+ </details>
690
+ <details>
691
+ <summary>
657
692
  RejectInboundConnection
658
693
  </summary>
659
694
 
package/dist-cjs/index.js CHANGED
@@ -401,6 +401,18 @@ class DeleteVpcEndpointCommand extends smithyClient.Command
401
401
  .build() {
402
402
  }
403
403
 
404
+ class DeregisterCapabilityCommand extends smithyClient.Command
405
+ .classBuilder()
406
+ .ep(commonParams)
407
+ .m(function (Command, cs, config, o) {
408
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
+ })
410
+ .s("AmazonOpenSearchService", "DeregisterCapability", {})
411
+ .n("OpenSearchClient", "DeregisterCapabilityCommand")
412
+ .sc(schemas_0.DeregisterCapability$)
413
+ .build() {
414
+ }
415
+
404
416
  class DescribeDomainAutoTunesCommand extends smithyClient.Command
405
417
  .classBuilder()
406
418
  .ep(commonParams)
@@ -509,6 +521,18 @@ class DescribeInboundConnectionsCommand extends smithyClient.Command
509
521
  .build() {
510
522
  }
511
523
 
524
+ class DescribeInsightDetailsCommand extends smithyClient.Command
525
+ .classBuilder()
526
+ .ep(commonParams)
527
+ .m(function (Command, cs, config, o) {
528
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
529
+ })
530
+ .s("AmazonOpenSearchService", "DescribeInsightDetails", {})
531
+ .n("OpenSearchClient", "DescribeInsightDetailsCommand")
532
+ .sc(schemas_0.DescribeInsightDetails$)
533
+ .build() {
534
+ }
535
+
512
536
  class DescribeInstanceTypeLimitsCommand extends smithyClient.Command
513
537
  .classBuilder()
514
538
  .ep(commonParams)
@@ -617,6 +641,18 @@ class GetApplicationCommand extends smithyClient.Command
617
641
  .build() {
618
642
  }
619
643
 
644
+ class GetCapabilityCommand extends smithyClient.Command
645
+ .classBuilder()
646
+ .ep(commonParams)
647
+ .m(function (Command, cs, config, o) {
648
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
+ })
650
+ .s("AmazonOpenSearchService", "GetCapability", {})
651
+ .n("OpenSearchClient", "GetCapabilityCommand")
652
+ .sc(schemas_0.GetCapability$)
653
+ .build() {
654
+ }
655
+
620
656
  class GetCompatibleVersionsCommand extends smithyClient.Command
621
657
  .classBuilder()
622
658
  .ep(commonParams)
@@ -797,6 +833,18 @@ class ListDomainsForPackageCommand extends smithyClient.Command
797
833
  .build() {
798
834
  }
799
835
 
836
+ class ListInsightsCommand extends smithyClient.Command
837
+ .classBuilder()
838
+ .ep(commonParams)
839
+ .m(function (Command, cs, config, o) {
840
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
841
+ })
842
+ .s("AmazonOpenSearchService", "ListInsights", {})
843
+ .n("OpenSearchClient", "ListInsightsCommand")
844
+ .sc(schemas_0.ListInsights$)
845
+ .build() {
846
+ }
847
+
800
848
  class ListInstanceTypeDetailsCommand extends smithyClient.Command
801
849
  .classBuilder()
802
850
  .ep(commonParams)
@@ -917,6 +965,18 @@ class PutDefaultApplicationSettingCommand extends smithyClient.Command
917
965
  .build() {
918
966
  }
919
967
 
968
+ class RegisterCapabilityCommand extends smithyClient.Command
969
+ .classBuilder()
970
+ .ep(commonParams)
971
+ .m(function (Command, cs, config, o) {
972
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
973
+ })
974
+ .s("AmazonOpenSearchService", "RegisterCapability", {})
975
+ .n("OpenSearchClient", "RegisterCapabilityCommand")
976
+ .sc(schemas_0.RegisterCapability$)
977
+ .build() {
978
+ }
979
+
920
980
  class RejectInboundConnectionCommand extends smithyClient.Command
921
981
  .classBuilder()
922
982
  .ep(commonParams)
@@ -1152,6 +1212,7 @@ const commands = {
1152
1212
  DeleteOutboundConnectionCommand,
1153
1213
  DeletePackageCommand,
1154
1214
  DeleteVpcEndpointCommand,
1215
+ DeregisterCapabilityCommand,
1155
1216
  DescribeDomainCommand,
1156
1217
  DescribeDomainAutoTunesCommand,
1157
1218
  DescribeDomainChangeProgressCommand,
@@ -1161,6 +1222,7 @@ const commands = {
1161
1222
  DescribeDomainsCommand,
1162
1223
  DescribeDryRunProgressCommand,
1163
1224
  DescribeInboundConnectionsCommand,
1225
+ DescribeInsightDetailsCommand,
1164
1226
  DescribeInstanceTypeLimitsCommand,
1165
1227
  DescribeOutboundConnectionsCommand,
1166
1228
  DescribePackagesCommand,
@@ -1170,6 +1232,7 @@ const commands = {
1170
1232
  DissociatePackageCommand,
1171
1233
  DissociatePackagesCommand,
1172
1234
  GetApplicationCommand,
1235
+ GetCapabilityCommand,
1173
1236
  GetCompatibleVersionsCommand,
1174
1237
  GetDataSourceCommand,
1175
1238
  GetDefaultApplicationSettingCommand,
@@ -1185,6 +1248,7 @@ const commands = {
1185
1248
  ListDomainMaintenancesCommand,
1186
1249
  ListDomainNamesCommand,
1187
1250
  ListDomainsForPackageCommand,
1251
+ ListInsightsCommand,
1188
1252
  ListInstanceTypeDetailsCommand,
1189
1253
  ListPackagesForDomainCommand,
1190
1254
  ListScheduledActionsCommand,
@@ -1195,6 +1259,7 @@ const commands = {
1195
1259
  ListVpcEndpointsForDomainCommand,
1196
1260
  PurchaseReservedInstanceOfferingCommand,
1197
1261
  PutDefaultApplicationSettingCommand,
1262
+ RegisterCapabilityCommand,
1198
1263
  RejectInboundConnectionCommand,
1199
1264
  RemoveTagsCommand,
1200
1265
  RevokeVpcEndpointAccessCommand,
@@ -1550,6 +1615,15 @@ const VpcEndpointStatus = {
1550
1615
  UPDATE_FAILED: "UPDATE_FAILED",
1551
1616
  UPDATING: "UPDATING",
1552
1617
  };
1618
+ const CapabilityStatus = {
1619
+ ACTIVE: "active",
1620
+ CREATE_FAILED: "create_failed",
1621
+ CREATING: "creating",
1622
+ DELETE_FAILED: "delete_failed",
1623
+ DELETING: "deleting",
1624
+ UPDATE_FAILED: "update_failed",
1625
+ UPDATING: "updating",
1626
+ };
1553
1627
  const ScheduledAutoTuneActionType = {
1554
1628
  JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
1555
1629
  JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
@@ -1603,6 +1677,14 @@ const NodeType = {
1603
1677
  Ultrawarm: "Ultrawarm",
1604
1678
  Warm: "Warm",
1605
1679
  };
1680
+ const InsightEntityType = {
1681
+ ACCOUNT: "Account",
1682
+ DOMAIN: "DomainName",
1683
+ };
1684
+ const InsightFieldType = {
1685
+ METRIC: "metric",
1686
+ TEXT: "text",
1687
+ };
1606
1688
  const DescribePackagesFilterName = {
1607
1689
  EngineVersion: "EngineVersion",
1608
1690
  PackageID: "PackageID",
@@ -1627,6 +1709,9 @@ const ApplicationStatus = {
1627
1709
  FAILED: "FAILED",
1628
1710
  UPDATING: "UPDATING",
1629
1711
  };
1712
+ const CapabilityFailureReason = {
1713
+ KMS_KEY_INSUFFICIENT_PERMISSION: "KMS_KEY_INSUFFICIENT_PERMISSION",
1714
+ };
1630
1715
  const DataSourceStatus = {
1631
1716
  ACTIVE: "ACTIVE",
1632
1717
  DISABLED: "DISABLED",
@@ -1658,6 +1743,25 @@ const EngineType = {
1658
1743
  Elasticsearch: "Elasticsearch",
1659
1744
  OpenSearch: "OpenSearch",
1660
1745
  };
1746
+ const InsightSortOrder = {
1747
+ ASC: "ASC",
1748
+ DESC: "DESC",
1749
+ };
1750
+ const InsightPriorityLevel = {
1751
+ CRITICAL: "CRITICAL",
1752
+ HIGH: "HIGH",
1753
+ LOW: "LOW",
1754
+ MEDIUM: "MEDIUM",
1755
+ };
1756
+ const InsightStatus = {
1757
+ ACTIVE: "ACTIVE",
1758
+ DISMISSED: "DISMISSED",
1759
+ RESOLVED: "RESOLVED",
1760
+ };
1761
+ const InsightType = {
1762
+ EVENT: "EVENT",
1763
+ RECOMMENDATION: "RECOMMENDATION",
1764
+ };
1661
1765
  const ScheduledBy = {
1662
1766
  CUSTOMER: "CUSTOMER",
1663
1767
  SYSTEM: "SYSTEM",
@@ -1698,6 +1802,8 @@ exports.AutoTuneState = AutoTuneState;
1698
1802
  exports.AutoTuneType = AutoTuneType;
1699
1803
  exports.CancelDomainConfigChangeCommand = CancelDomainConfigChangeCommand;
1700
1804
  exports.CancelServiceSoftwareUpdateCommand = CancelServiceSoftwareUpdateCommand;
1805
+ exports.CapabilityFailureReason = CapabilityFailureReason;
1806
+ exports.CapabilityStatus = CapabilityStatus;
1701
1807
  exports.ConfigChangeStatus = ConfigChangeStatus;
1702
1808
  exports.ConnectionMode = ConnectionMode;
1703
1809
  exports.CreateApplicationCommand = CreateApplicationCommand;
@@ -1718,6 +1824,7 @@ exports.DeletePackageCommand = DeletePackageCommand;
1718
1824
  exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
1719
1825
  exports.DeploymentStatus = DeploymentStatus;
1720
1826
  exports.DeploymentStrategy = DeploymentStrategy;
1827
+ exports.DeregisterCapabilityCommand = DeregisterCapabilityCommand;
1721
1828
  exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
1722
1829
  exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
1723
1830
  exports.DescribeDomainCommand = DescribeDomainCommand;
@@ -1727,6 +1834,7 @@ exports.DescribeDomainNodesCommand = DescribeDomainNodesCommand;
1727
1834
  exports.DescribeDomainsCommand = DescribeDomainsCommand;
1728
1835
  exports.DescribeDryRunProgressCommand = DescribeDryRunProgressCommand;
1729
1836
  exports.DescribeInboundConnectionsCommand = DescribeInboundConnectionsCommand;
1837
+ exports.DescribeInsightDetailsCommand = DescribeInsightDetailsCommand;
1730
1838
  exports.DescribeInstanceTypeLimitsCommand = DescribeInstanceTypeLimitsCommand;
1731
1839
  exports.DescribeOutboundConnectionsCommand = DescribeOutboundConnectionsCommand;
1732
1840
  exports.DescribePackagesCommand = DescribePackagesCommand;
@@ -1743,6 +1851,7 @@ exports.DomainState = DomainState;
1743
1851
  exports.DryRunMode = DryRunMode;
1744
1852
  exports.EngineType = EngineType;
1745
1853
  exports.GetApplicationCommand = GetApplicationCommand;
1854
+ exports.GetCapabilityCommand = GetCapabilityCommand;
1746
1855
  exports.GetCompatibleVersionsCommand = GetCompatibleVersionsCommand;
1747
1856
  exports.GetDataSourceCommand = GetDataSourceCommand;
1748
1857
  exports.GetDefaultApplicationSettingCommand = GetDefaultApplicationSettingCommand;
@@ -1756,12 +1865,19 @@ exports.IPAddressType = IPAddressType;
1756
1865
  exports.InboundConnectionStatusCode = InboundConnectionStatusCode;
1757
1866
  exports.IndexStatus = IndexStatus;
1758
1867
  exports.InitiatedBy = InitiatedBy;
1868
+ exports.InsightEntityType = InsightEntityType;
1869
+ exports.InsightFieldType = InsightFieldType;
1870
+ exports.InsightPriorityLevel = InsightPriorityLevel;
1871
+ exports.InsightSortOrder = InsightSortOrder;
1872
+ exports.InsightStatus = InsightStatus;
1873
+ exports.InsightType = InsightType;
1759
1874
  exports.ListApplicationsCommand = ListApplicationsCommand;
1760
1875
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
1761
1876
  exports.ListDirectQueryDataSourcesCommand = ListDirectQueryDataSourcesCommand;
1762
1877
  exports.ListDomainMaintenancesCommand = ListDomainMaintenancesCommand;
1763
1878
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
1764
1879
  exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
1880
+ exports.ListInsightsCommand = ListInsightsCommand;
1765
1881
  exports.ListInstanceTypeDetailsCommand = ListInstanceTypeDetailsCommand;
1766
1882
  exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
1767
1883
  exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
@@ -1793,6 +1909,7 @@ exports.PrincipalType = PrincipalType;
1793
1909
  exports.PropertyValueType = PropertyValueType;
1794
1910
  exports.PurchaseReservedInstanceOfferingCommand = PurchaseReservedInstanceOfferingCommand;
1795
1911
  exports.PutDefaultApplicationSettingCommand = PutDefaultApplicationSettingCommand;
1912
+ exports.RegisterCapabilityCommand = RegisterCapabilityCommand;
1796
1913
  exports.RejectInboundConnectionCommand = RejectInboundConnectionCommand;
1797
1914
  exports.RemoveTagsCommand = RemoveTagsCommand;
1798
1915
  exports.RequirementLevel = RequirementLevel;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SlotNotAvailableException = exports.InvalidPaginationTokenException = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.ConflictException = exports.ValidationException = exports.InternalException = exports.DependencyFailureException = exports.BaseException = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = void 0;
3
+ exports.SlotNotAvailableException = exports.ServiceQuotaExceededException = exports.InvalidPaginationTokenException = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.ConflictException = exports.ValidationException = exports.InternalException = exports.DependencyFailureException = exports.BaseException = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = void 0;
4
4
  const OpenSearchServiceException_1 = require("./OpenSearchServiceException");
5
5
  class DisabledOperationException extends OpenSearchServiceException_1.OpenSearchServiceException {
6
6
  name = "DisabledOperationException";
@@ -171,6 +171,19 @@ class InvalidPaginationTokenException extends OpenSearchServiceException_1.OpenS
171
171
  }
172
172
  }
173
173
  exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
174
+ class ServiceQuotaExceededException extends OpenSearchServiceException_1.OpenSearchServiceException {
175
+ name = "ServiceQuotaExceededException";
176
+ $fault = "client";
177
+ constructor(opts) {
178
+ super({
179
+ name: "ServiceQuotaExceededException",
180
+ $fault: "client",
181
+ ...opts,
182
+ });
183
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
184
+ }
185
+ }
186
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
174
187
  class SlotNotAvailableException extends OpenSearchServiceException_1.OpenSearchServiceException {
175
188
  name = "SlotNotAvailableException";
176
189
  $fault = "client";