@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,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_1";
3
+ import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_1";
3
+ import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { PurchaseReservedInstanceOfferingRequest, PurchaseReservedInstanceOfferingResponse } from "../models/models_1";
3
+ import { PurchaseReservedInstanceOfferingRequest, PurchaseReservedInstanceOfferingResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { PutDefaultApplicationSettingRequest, PutDefaultApplicationSettingResponse } from "../models/models_1";
3
+ import { PutDefaultApplicationSettingRequest, PutDefaultApplicationSettingResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { RejectInboundConnectionRequest, RejectInboundConnectionResponse } from "../models/models_1";
3
+ import { RejectInboundConnectionRequest, RejectInboundConnectionResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_1";
3
+ import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { StartDomainMaintenanceRequest, StartDomainMaintenanceResponse } from "../models/models_1";
3
+ import { StartDomainMaintenanceRequest, StartDomainMaintenanceResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { StartServiceSoftwareUpdateRequest, StartServiceSoftwareUpdateResponse } from "../models/models_1";
3
+ import { StartServiceSoftwareUpdateRequest, StartServiceSoftwareUpdateResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_1";
3
+ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_1";
3
+ import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateDirectQueryDataSourceRequest, UpdateDirectQueryDataSourceResponse } from "../models/models_1";
3
+ import { UpdateDirectQueryDataSourceRequest, UpdateDirectQueryDataSourceResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateDomainConfigRequest, UpdateDomainConfigResponse } from "../models/models_1";
3
+ import { UpdateDomainConfigRequest, UpdateDomainConfigResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_1";
3
+ import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdatePackageScopeRequest, UpdatePackageScopeResponse } from "../models/models_1";
3
+ import { UpdatePackageScopeRequest, UpdatePackageScopeResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_1";
3
+ import { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_1";
3
+ import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -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 { UpgradeDomainRequest, UpgradeDomainResponse } from "../models/models_1";
3
+ import { UpgradeDomainRequest, UpgradeDomainResponse } from "../models/models_0";
4
4
  import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
5
5
  /**
6
6
  * @public
@@ -14,5 +14,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
14
14
  export type { OpenSearchExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
- export * from "./models";
17
+ export * from "./models/enums";
18
+ export * from "./models/errors";
19
+ export type * from "./models/models_0";
18
20
  export { OpenSearchServiceException } from "./models/OpenSearchServiceException";