@aws-sdk/client-opensearch 3.933.0 → 3.935.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 (81) hide show
  1. package/dist-cjs/index.js +530 -530
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +439 -0
  4. package/dist-es/models/errors.js +171 -0
  5. package/dist-es/models/models_0.js +1 -574
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -2
  8. package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +1 -1
  9. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListDomainNamesCommand.d.ts +1 -1
  11. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +1 -1
  12. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +1 -1
  14. package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +1 -1
  18. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -1
  20. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +1 -1
  21. package/dist-types/commands/PutDefaultApplicationSettingCommand.d.ts +1 -1
  22. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +1 -1
  23. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
  24. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
  25. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +1 -1
  26. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
  37. package/dist-types/index.d.ts +3 -1
  38. package/dist-types/models/enums.d.ts +927 -0
  39. package/dist-types/models/errors.d.ts +175 -0
  40. package/dist-types/models/models_0.d.ts +1523 -1031
  41. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/ListDirectQueryDataSourcesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutDefaultApplicationSettingCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/index.d.ts +3 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +535 -0
  73. package/dist-types/ts3.4/models/errors.d.ts +98 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +381 -597
  75. package/package.json +12 -12
  76. package/dist-es/models/index.js +0 -2
  77. package/dist-es/models/models_1.js +0 -37
  78. package/dist-types/models/index.d.ts +0 -2
  79. package/dist-types/models/models_1.d.ts +0 -1597
  80. package/dist-types/ts3.4/models/index.d.ts +0 -2
  81. package/dist-types/ts3.4/models/models_1.d.ts +0 -406
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDataSourcesRequest } from "../models/models_0";
4
- import { ListDataSourcesResponse } from "../models/models_1";
3
+ import {
4
+ ListDataSourcesRequest,
5
+ ListDataSourcesResponse,
6
+ } from "../models/models_0";
5
7
  import {
6
8
  OpenSearchClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListDirectQueryDataSourcesRequest,
5
5
  ListDirectQueryDataSourcesResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListDomainMaintenancesRequest,
5
5
  ListDomainMaintenancesResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListDomainNamesRequest,
5
5
  ListDomainNamesResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListDomainsForPackageRequest,
5
5
  ListDomainsForPackageResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListInstanceTypeDetailsRequest,
5
5
  ListInstanceTypeDetailsResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListPackagesForDomainRequest,
5
5
  ListPackagesForDomainResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListScheduledActionsRequest,
5
5
  ListScheduledActionsResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsRequest, ListTagsResponse } from "../models/models_1";
3
+ import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
4
4
  import {
5
5
  OpenSearchClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListVersionsRequest, ListVersionsResponse } from "../models/models_1";
3
+ import { ListVersionsRequest, ListVersionsResponse } from "../models/models_0";
4
4
  import {
5
5
  OpenSearchClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListVpcEndpointAccessRequest,
5
5
  ListVpcEndpointAccessResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListVpcEndpointsRequest,
5
5
  ListVpcEndpointsResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListVpcEndpointsForDomainRequest,
5
5
  ListVpcEndpointsForDomainResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PurchaseReservedInstanceOfferingRequest,
5
5
  PurchaseReservedInstanceOfferingResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutDefaultApplicationSettingRequest,
5
5
  PutDefaultApplicationSettingResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RejectInboundConnectionRequest,
5
5
  RejectInboundConnectionResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RemoveTagsRequest } from "../models/models_1";
3
+ import { RemoveTagsRequest } from "../models/models_0";
4
4
  import {
5
5
  OpenSearchClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RevokeVpcEndpointAccessRequest,
5
5
  RevokeVpcEndpointAccessResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartDomainMaintenanceRequest,
5
5
  StartDomainMaintenanceResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartServiceSoftwareUpdateRequest,
5
5
  StartServiceSoftwareUpdateResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateApplicationRequest,
5
5
  UpdateApplicationResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateDataSourceRequest,
5
5
  UpdateDataSourceResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateDirectQueryDataSourceRequest,
5
5
  UpdateDirectQueryDataSourceResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateDomainConfigRequest,
5
5
  UpdateDomainConfigResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateIndexRequest, UpdateIndexResponse } from "../models/models_1";
3
+ import { UpdateIndexRequest, UpdateIndexResponse } from "../models/models_0";
4
4
  import {
5
5
  OpenSearchClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePackageRequest,
5
5
  UpdatePackageResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePackageScopeRequest,
5
5
  UpdatePackageScopeResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateScheduledActionRequest,
5
5
  UpdateScheduledActionResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateVpcEndpointRequest,
5
5
  UpdateVpcEndpointResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpgradeDomainRequest,
5
5
  UpgradeDomainResponse,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  OpenSearchClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { OpenSearchExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { OpenSearchServiceException } from "./models/OpenSearchServiceException";