@aws-sdk/client-opensearchserverless 3.220.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 (215) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +214 -0
  3. package/dist-cjs/OpenSearchServerless.js +472 -0
  4. package/dist-cjs/OpenSearchServerlessClient.js +40 -0
  5. package/dist-cjs/commands/BatchGetCollectionCommand.js +46 -0
  6. package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +46 -0
  7. package/dist-cjs/commands/CreateAccessPolicyCommand.js +46 -0
  8. package/dist-cjs/commands/CreateCollectionCommand.js +46 -0
  9. package/dist-cjs/commands/CreateSecurityConfigCommand.js +46 -0
  10. package/dist-cjs/commands/CreateSecurityPolicyCommand.js +46 -0
  11. package/dist-cjs/commands/CreateVpcEndpointCommand.js +46 -0
  12. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +46 -0
  13. package/dist-cjs/commands/DeleteCollectionCommand.js +46 -0
  14. package/dist-cjs/commands/DeleteSecurityConfigCommand.js +46 -0
  15. package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +46 -0
  16. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +46 -0
  17. package/dist-cjs/commands/GetAccessPolicyCommand.js +46 -0
  18. package/dist-cjs/commands/GetAccountSettingsCommand.js +46 -0
  19. package/dist-cjs/commands/GetPoliciesStatsCommand.js +46 -0
  20. package/dist-cjs/commands/GetSecurityConfigCommand.js +46 -0
  21. package/dist-cjs/commands/GetSecurityPolicyCommand.js +46 -0
  22. package/dist-cjs/commands/ListAccessPoliciesCommand.js +46 -0
  23. package/dist-cjs/commands/ListCollectionsCommand.js +46 -0
  24. package/dist-cjs/commands/ListSecurityConfigsCommand.js +46 -0
  25. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +46 -0
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  27. package/dist-cjs/commands/ListVpcEndpointsCommand.js +46 -0
  28. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  29. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  30. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +46 -0
  31. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +46 -0
  32. package/dist-cjs/commands/UpdateCollectionCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateSecurityConfigCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +46 -0
  35. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +46 -0
  36. package/dist-cjs/commands/index.js +34 -0
  37. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  38. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  39. package/dist-cjs/endpoint/ruleset.js +312 -0
  40. package/dist-cjs/index.js +11 -0
  41. package/dist-cjs/models/OpenSearchServerlessServiceException.js +11 -0
  42. package/dist-cjs/models/index.js +4 -0
  43. package/dist-cjs/models/models_0.js +445 -0
  44. package/dist-cjs/pagination/Interfaces.js +2 -0
  45. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListCollectionsPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListSecurityConfigsPaginator.js +35 -0
  48. package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +35 -0
  49. package/dist-cjs/pagination/ListVpcEndpointsPaginator.js +35 -0
  50. package/dist-cjs/pagination/index.js +9 -0
  51. package/dist-cjs/protocols/Aws_json1_0.js +2572 -0
  52. package/dist-cjs/runtimeConfig.browser.js +42 -0
  53. package/dist-cjs/runtimeConfig.js +50 -0
  54. package/dist-cjs/runtimeConfig.native.js +15 -0
  55. package/dist-cjs/runtimeConfig.shared.js +18 -0
  56. package/dist-es/OpenSearchServerless.js +468 -0
  57. package/dist-es/OpenSearchServerlessClient.js +36 -0
  58. package/dist-es/commands/BatchGetCollectionCommand.js +42 -0
  59. package/dist-es/commands/BatchGetVpcEndpointCommand.js +42 -0
  60. package/dist-es/commands/CreateAccessPolicyCommand.js +42 -0
  61. package/dist-es/commands/CreateCollectionCommand.js +42 -0
  62. package/dist-es/commands/CreateSecurityConfigCommand.js +42 -0
  63. package/dist-es/commands/CreateSecurityPolicyCommand.js +42 -0
  64. package/dist-es/commands/CreateVpcEndpointCommand.js +42 -0
  65. package/dist-es/commands/DeleteAccessPolicyCommand.js +42 -0
  66. package/dist-es/commands/DeleteCollectionCommand.js +42 -0
  67. package/dist-es/commands/DeleteSecurityConfigCommand.js +42 -0
  68. package/dist-es/commands/DeleteSecurityPolicyCommand.js +42 -0
  69. package/dist-es/commands/DeleteVpcEndpointCommand.js +42 -0
  70. package/dist-es/commands/GetAccessPolicyCommand.js +42 -0
  71. package/dist-es/commands/GetAccountSettingsCommand.js +42 -0
  72. package/dist-es/commands/GetPoliciesStatsCommand.js +42 -0
  73. package/dist-es/commands/GetSecurityConfigCommand.js +42 -0
  74. package/dist-es/commands/GetSecurityPolicyCommand.js +42 -0
  75. package/dist-es/commands/ListAccessPoliciesCommand.js +42 -0
  76. package/dist-es/commands/ListCollectionsCommand.js +42 -0
  77. package/dist-es/commands/ListSecurityConfigsCommand.js +42 -0
  78. package/dist-es/commands/ListSecurityPoliciesCommand.js +42 -0
  79. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  80. package/dist-es/commands/ListVpcEndpointsCommand.js +42 -0
  81. package/dist-es/commands/TagResourceCommand.js +42 -0
  82. package/dist-es/commands/UntagResourceCommand.js +42 -0
  83. package/dist-es/commands/UpdateAccessPolicyCommand.js +42 -0
  84. package/dist-es/commands/UpdateAccountSettingsCommand.js +42 -0
  85. package/dist-es/commands/UpdateCollectionCommand.js +42 -0
  86. package/dist-es/commands/UpdateSecurityConfigCommand.js +42 -0
  87. package/dist-es/commands/UpdateSecurityPolicyCommand.js +42 -0
  88. package/dist-es/commands/UpdateVpcEndpointCommand.js +42 -0
  89. package/dist-es/commands/index.js +31 -0
  90. package/dist-es/endpoint/EndpointParameters.js +8 -0
  91. package/dist-es/endpoint/endpointResolver.js +8 -0
  92. package/dist-es/endpoint/ruleset.js +309 -0
  93. package/dist-es/index.js +6 -0
  94. package/dist-es/models/OpenSearchServerlessServiceException.js +7 -0
  95. package/dist-es/models/index.js +1 -0
  96. package/dist-es/models/models_0.js +348 -0
  97. package/dist-es/pagination/Interfaces.js +1 -0
  98. package/dist-es/pagination/ListAccessPoliciesPaginator.js +31 -0
  99. package/dist-es/pagination/ListCollectionsPaginator.js +31 -0
  100. package/dist-es/pagination/ListSecurityConfigsPaginator.js +31 -0
  101. package/dist-es/pagination/ListSecurityPoliciesPaginator.js +31 -0
  102. package/dist-es/pagination/ListVpcEndpointsPaginator.js +31 -0
  103. package/dist-es/pagination/index.js +6 -0
  104. package/dist-es/protocols/Aws_json1_0.js +2506 -0
  105. package/dist-es/runtimeConfig.browser.js +37 -0
  106. package/dist-es/runtimeConfig.js +45 -0
  107. package/dist-es/runtimeConfig.native.js +11 -0
  108. package/dist-es/runtimeConfig.shared.js +14 -0
  109. package/dist-types/OpenSearchServerless.d.ts +276 -0
  110. package/dist-types/OpenSearchServerlessClient.d.ts +181 -0
  111. package/dist-types/commands/BatchGetCollectionCommand.d.ts +39 -0
  112. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +39 -0
  113. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +40 -0
  114. package/dist-types/commands/CreateCollectionCommand.d.ts +38 -0
  115. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +39 -0
  116. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +42 -0
  117. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +38 -0
  118. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +38 -0
  119. package/dist-types/commands/DeleteCollectionCommand.d.ts +38 -0
  120. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +39 -0
  121. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +37 -0
  122. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +38 -0
  123. package/dist-types/commands/GetAccessPolicyCommand.d.ts +38 -0
  124. package/dist-types/commands/GetAccountSettingsCommand.d.ts +37 -0
  125. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +38 -0
  126. package/dist-types/commands/GetSecurityConfigCommand.d.ts +39 -0
  127. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +39 -0
  128. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +37 -0
  129. package/dist-types/commands/ListCollectionsCommand.d.ts +42 -0
  130. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +39 -0
  131. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +37 -0
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  133. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +39 -0
  134. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  135. package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
  136. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +38 -0
  137. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +38 -0
  138. package/dist-types/commands/UpdateCollectionCommand.d.ts +37 -0
  139. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +39 -0
  140. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +39 -0
  141. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +38 -0
  142. package/dist-types/commands/index.d.ts +31 -0
  143. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  144. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  145. package/dist-types/endpoint/ruleset.d.ts +2 -0
  146. package/dist-types/index.d.ts +6 -0
  147. package/dist-types/models/OpenSearchServerlessServiceException.d.ts +10 -0
  148. package/dist-types/models/index.d.ts +1 -0
  149. package/dist-types/models/models_0.d.ts +1802 -0
  150. package/dist-types/pagination/Interfaces.d.ts +6 -0
  151. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  152. package/dist-types/pagination/ListCollectionsPaginator.d.ts +4 -0
  153. package/dist-types/pagination/ListSecurityConfigsPaginator.d.ts +4 -0
  154. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +4 -0
  155. package/dist-types/pagination/ListVpcEndpointsPaginator.d.ts +4 -0
  156. package/dist-types/pagination/index.d.ts +6 -0
  157. package/dist-types/protocols/Aws_json1_0.d.ts +95 -0
  158. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  159. package/dist-types/runtimeConfig.d.ts +42 -0
  160. package/dist-types/runtimeConfig.native.d.ts +41 -0
  161. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  162. package/dist-types/ts3.4/OpenSearchServerless.d.ts +531 -0
  163. package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +298 -0
  164. package/dist-types/ts3.4/commands/BatchGetCollectionCommand.d.ts +38 -0
  165. package/dist-types/ts3.4/commands/BatchGetVpcEndpointCommand.d.ts +38 -0
  166. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -0
  167. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -0
  168. package/dist-types/ts3.4/commands/CreateSecurityConfigCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/CreateSecurityPolicyCommand.d.ts +41 -0
  170. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +38 -0
  171. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -0
  172. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -0
  173. package/dist-types/ts3.4/commands/DeleteSecurityConfigCommand.d.ts +41 -0
  174. package/dist-types/ts3.4/commands/DeleteSecurityPolicyCommand.d.ts +41 -0
  175. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +38 -0
  176. package/dist-types/ts3.4/commands/GetAccessPolicyCommand.d.ts +37 -0
  177. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/GetPoliciesStatsCommand.d.ts +37 -0
  179. package/dist-types/ts3.4/commands/GetSecurityConfigCommand.d.ts +38 -0
  180. package/dist-types/ts3.4/commands/GetSecurityPolicyCommand.d.ts +38 -0
  181. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -0
  182. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -0
  183. package/dist-types/ts3.4/commands/ListSecurityConfigsCommand.d.ts +38 -0
  184. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  186. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +37 -0
  187. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  188. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
  189. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -0
  190. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -0
  191. package/dist-types/ts3.4/commands/UpdateCollectionCommand.d.ts +37 -0
  192. package/dist-types/ts3.4/commands/UpdateSecurityConfigCommand.d.ts +41 -0
  193. package/dist-types/ts3.4/commands/UpdateSecurityPolicyCommand.d.ts +41 -0
  194. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +38 -0
  195. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  196. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  197. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  198. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  199. package/dist-types/ts3.4/index.d.ts +6 -0
  200. package/dist-types/ts3.4/models/OpenSearchServerlessServiceException.d.ts +7 -0
  201. package/dist-types/ts3.4/models/index.d.ts +1 -0
  202. package/dist-types/ts3.4/models/models_0.d.ts +740 -0
  203. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  204. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
  205. package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -0
  206. package/dist-types/ts3.4/pagination/ListSecurityConfigsPaginator.d.ts +11 -0
  207. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -0
  208. package/dist-types/ts3.4/pagination/ListVpcEndpointsPaginator.d.ts +11 -0
  209. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  210. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -0
  211. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +90 -0
  212. package/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
  213. package/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
  214. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
  215. package/package.json +103 -0
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ UpdateCollectionRequest,
11
+ UpdateCollectionResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateCollectionCommandInput extends UpdateCollectionRequest {}
19
+ export interface UpdateCollectionCommandOutput
20
+ extends UpdateCollectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateCollectionCommand extends $Command<
23
+ UpdateCollectionCommandInput,
24
+ UpdateCollectionCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateCollectionCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: UpdateCollectionCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateCollectionCommandInput, UpdateCollectionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ UpdateSecurityConfigRequest,
11
+ UpdateSecurityConfigResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateSecurityConfigCommandInput
19
+ extends UpdateSecurityConfigRequest {}
20
+ export interface UpdateSecurityConfigCommandOutput
21
+ extends UpdateSecurityConfigResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateSecurityConfigCommand extends $Command<
24
+ UpdateSecurityConfigCommandInput,
25
+ UpdateSecurityConfigCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateSecurityConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateSecurityConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateSecurityConfigCommandInput,
37
+ UpdateSecurityConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ UpdateSecurityPolicyRequest,
11
+ UpdateSecurityPolicyResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateSecurityPolicyCommandInput
19
+ extends UpdateSecurityPolicyRequest {}
20
+ export interface UpdateSecurityPolicyCommandOutput
21
+ extends UpdateSecurityPolicyResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateSecurityPolicyCommand extends $Command<
24
+ UpdateSecurityPolicyCommandInput,
25
+ UpdateSecurityPolicyCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateSecurityPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateSecurityPolicyCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateSecurityPolicyCommandInput,
37
+ UpdateSecurityPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ UpdateVpcEndpointRequest,
11
+ UpdateVpcEndpointResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateVpcEndpointCommandInput
19
+ extends UpdateVpcEndpointRequest {}
20
+ export interface UpdateVpcEndpointCommandOutput
21
+ extends UpdateVpcEndpointResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateVpcEndpointCommand extends $Command<
24
+ UpdateVpcEndpointCommandInput,
25
+ UpdateVpcEndpointCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateVpcEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateVpcEndpointCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,31 @@
1
+ export * from "./BatchGetCollectionCommand";
2
+ export * from "./BatchGetVpcEndpointCommand";
3
+ export * from "./CreateAccessPolicyCommand";
4
+ export * from "./CreateCollectionCommand";
5
+ export * from "./CreateSecurityConfigCommand";
6
+ export * from "./CreateSecurityPolicyCommand";
7
+ export * from "./CreateVpcEndpointCommand";
8
+ export * from "./DeleteAccessPolicyCommand";
9
+ export * from "./DeleteCollectionCommand";
10
+ export * from "./DeleteSecurityConfigCommand";
11
+ export * from "./DeleteSecurityPolicyCommand";
12
+ export * from "./DeleteVpcEndpointCommand";
13
+ export * from "./GetAccessPolicyCommand";
14
+ export * from "./GetAccountSettingsCommand";
15
+ export * from "./GetPoliciesStatsCommand";
16
+ export * from "./GetSecurityConfigCommand";
17
+ export * from "./GetSecurityPolicyCommand";
18
+ export * from "./ListAccessPoliciesCommand";
19
+ export * from "./ListCollectionsCommand";
20
+ export * from "./ListSecurityConfigsCommand";
21
+ export * from "./ListSecurityPoliciesCommand";
22
+ export * from "./ListTagsForResourceCommand";
23
+ export * from "./ListVpcEndpointsCommand";
24
+ export * from "./TagResourceCommand";
25
+ export * from "./UntagResourceCommand";
26
+ export * from "./UpdateAccessPolicyCommand";
27
+ export * from "./UpdateAccountSettingsCommand";
28
+ export * from "./UpdateCollectionCommand";
29
+ export * from "./UpdateSecurityConfigCommand";
30
+ export * from "./UpdateSecurityPolicyCommand";
31
+ export * from "./UpdateVpcEndpointCommand";
@@ -0,0 +1,34 @@
1
+ import {
2
+ Endpoint,
3
+ EndpointParameters as __EndpointParameters,
4
+ EndpointV2,
5
+ Provider,
6
+ } from "@aws-sdk/types";
7
+ export interface ClientInputEndpointParameters {
8
+ region?: string | Provider<string>;
9
+ useDualstackEndpoint?: boolean | Provider<boolean>;
10
+ useFipsEndpoint?: boolean | Provider<boolean>;
11
+ endpoint?:
12
+ | string
13
+ | Provider<string>
14
+ | Endpoint
15
+ | Provider<Endpoint>
16
+ | EndpointV2
17
+ | Provider<EndpointV2>;
18
+ }
19
+ export declare type ClientResolvedEndpointParameters =
20
+ ClientInputEndpointParameters & {
21
+ defaultSigningName: string;
22
+ };
23
+ export declare const resolveClientEndpointParameters: <T>(
24
+ options: T & ClientInputEndpointParameters
25
+ ) => T &
26
+ ClientInputEndpointParameters & {
27
+ defaultSigningName: string;
28
+ };
29
+ export interface EndpointParameters extends __EndpointParameters {
30
+ Region: string;
31
+ UseDualStack?: boolean;
32
+ UseFIPS?: boolean;
33
+ Endpoint?: string;
34
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -0,0 +1,6 @@
1
+ export * from "./OpenSearchServerless";
2
+ export * from "./OpenSearchServerlessClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { OpenSearchServerlessServiceException } from "./models/OpenSearchServerlessServiceException";
@@ -0,0 +1,7 @@
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class OpenSearchServerlessServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";