@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,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
+ DeleteSecurityPolicyRequest,
11
+ DeleteSecurityPolicyResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface DeleteSecurityPolicyCommandInput
19
+ extends DeleteSecurityPolicyRequest {}
20
+ export interface DeleteSecurityPolicyCommandOutput
21
+ extends DeleteSecurityPolicyResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteSecurityPolicyCommand extends $Command<
24
+ DeleteSecurityPolicyCommandInput,
25
+ DeleteSecurityPolicyCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteSecurityPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteSecurityPolicyCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteSecurityPolicyCommandInput,
37
+ DeleteSecurityPolicyCommandOutput
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
+ DeleteVpcEndpointRequest,
11
+ DeleteVpcEndpointResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface DeleteVpcEndpointCommandInput
19
+ extends DeleteVpcEndpointRequest {}
20
+ export interface DeleteVpcEndpointCommandOutput
21
+ extends DeleteVpcEndpointResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteVpcEndpointCommand extends $Command<
24
+ DeleteVpcEndpointCommandInput,
25
+ DeleteVpcEndpointCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVpcEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteVpcEndpointCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ GetAccessPolicyRequest,
11
+ GetAccessPolicyResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface GetAccessPolicyCommandInput extends GetAccessPolicyRequest {}
19
+ export interface GetAccessPolicyCommandOutput
20
+ extends GetAccessPolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetAccessPolicyCommand extends $Command<
23
+ GetAccessPolicyCommandInput,
24
+ GetAccessPolicyCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: GetAccessPolicyCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: GetAccessPolicyCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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
+ GetAccountSettingsRequest,
11
+ GetAccountSettingsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface GetAccountSettingsCommandInput
19
+ extends GetAccountSettingsRequest {}
20
+ export interface GetAccountSettingsCommandOutput
21
+ extends GetAccountSettingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetAccountSettingsCommand extends $Command<
24
+ GetAccountSettingsCommandInput,
25
+ GetAccountSettingsCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: GetAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetAccountSettingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ GetPoliciesStatsRequest,
11
+ GetPoliciesStatsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface GetPoliciesStatsCommandInput extends GetPoliciesStatsRequest {}
19
+ export interface GetPoliciesStatsCommandOutput
20
+ extends GetPoliciesStatsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetPoliciesStatsCommand extends $Command<
23
+ GetPoliciesStatsCommandInput,
24
+ GetPoliciesStatsCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: GetPoliciesStatsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: GetPoliciesStatsCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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
+ GetSecurityConfigRequest,
11
+ GetSecurityConfigResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface GetSecurityConfigCommandInput
19
+ extends GetSecurityConfigRequest {}
20
+ export interface GetSecurityConfigCommandOutput
21
+ extends GetSecurityConfigResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetSecurityConfigCommand extends $Command<
24
+ GetSecurityConfigCommandInput,
25
+ GetSecurityConfigCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: GetSecurityConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetSecurityConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ GetSecurityPolicyRequest,
11
+ GetSecurityPolicyResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface GetSecurityPolicyCommandInput
19
+ extends GetSecurityPolicyRequest {}
20
+ export interface GetSecurityPolicyCommandOutput
21
+ extends GetSecurityPolicyResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetSecurityPolicyCommand extends $Command<
24
+ GetSecurityPolicyCommandInput,
25
+ GetSecurityPolicyCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: GetSecurityPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetSecurityPolicyCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ ListAccessPoliciesRequest,
11
+ ListAccessPoliciesResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListAccessPoliciesCommandInput
19
+ extends ListAccessPoliciesRequest {}
20
+ export interface ListAccessPoliciesCommandOutput
21
+ extends ListAccessPoliciesResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListAccessPoliciesCommand extends $Command<
24
+ ListAccessPoliciesCommandInput,
25
+ ListAccessPoliciesCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: ListAccessPoliciesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListAccessPoliciesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ ListCollectionsRequest,
11
+ ListCollectionsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListCollectionsCommandInput extends ListCollectionsRequest {}
19
+ export interface ListCollectionsCommandOutput
20
+ extends ListCollectionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListCollectionsCommand extends $Command<
23
+ ListCollectionsCommandInput,
24
+ ListCollectionsCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: ListCollectionsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: ListCollectionsCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListCollectionsCommandInput, ListCollectionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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
+ ListSecurityConfigsRequest,
11
+ ListSecurityConfigsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListSecurityConfigsCommandInput
19
+ extends ListSecurityConfigsRequest {}
20
+ export interface ListSecurityConfigsCommandOutput
21
+ extends ListSecurityConfigsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListSecurityConfigsCommand extends $Command<
24
+ ListSecurityConfigsCommandInput,
25
+ ListSecurityConfigsCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: ListSecurityConfigsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListSecurityConfigsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ ListSecurityPoliciesRequest,
11
+ ListSecurityPoliciesResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListSecurityPoliciesCommandInput
19
+ extends ListSecurityPoliciesRequest {}
20
+ export interface ListSecurityPoliciesCommandOutput
21
+ extends ListSecurityPoliciesResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListSecurityPoliciesCommand extends $Command<
24
+ ListSecurityPoliciesCommandInput,
25
+ ListSecurityPoliciesCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: ListSecurityPoliciesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListSecurityPoliciesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSecurityPoliciesCommandInput,
37
+ ListSecurityPoliciesCommandOutput
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
+ ListTagsForResourceRequest,
11
+ ListTagsForResourceResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListTagsForResourceCommandInput
19
+ extends ListTagsForResourceRequest {}
20
+ export interface ListTagsForResourceCommandOutput
21
+ extends ListTagsForResourceResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListTagsForResourceCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ ListVpcEndpointsRequest,
11
+ ListVpcEndpointsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {}
19
+ export interface ListVpcEndpointsCommandOutput
20
+ extends ListVpcEndpointsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListVpcEndpointsCommand extends $Command<
23
+ ListVpcEndpointsCommandInput,
24
+ ListVpcEndpointsCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: ListVpcEndpointsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: ListVpcEndpointsCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,34 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
+ import {
11
+ OpenSearchServerlessClientResolvedConfig,
12
+ ServiceInputTypes,
13
+ ServiceOutputTypes,
14
+ } from "../OpenSearchServerlessClient";
15
+ export interface TagResourceCommandInput extends TagResourceRequest {}
16
+ export interface TagResourceCommandOutput
17
+ extends TagResourceResponse,
18
+ __MetadataBearer {}
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ OpenSearchServerlessClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: TagResourceCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: OpenSearchServerlessClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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
+ UntagResourceRequest,
11
+ UntagResourceResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
+ export interface UntagResourceCommandOutput
20
+ extends UntagResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ OpenSearchServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: UntagResourceCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: OpenSearchServerlessClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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
+ UpdateAccessPolicyRequest,
11
+ UpdateAccessPolicyResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateAccessPolicyCommandInput
19
+ extends UpdateAccessPolicyRequest {}
20
+ export interface UpdateAccessPolicyCommandOutput
21
+ extends UpdateAccessPolicyResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateAccessPolicyCommand extends $Command<
24
+ UpdateAccessPolicyCommandInput,
25
+ UpdateAccessPolicyCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateAccessPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateAccessPolicyCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
+ UpdateAccountSettingsRequest,
11
+ UpdateAccountSettingsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ OpenSearchServerlessClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../OpenSearchServerlessClient";
18
+ export interface UpdateAccountSettingsCommandInput
19
+ extends UpdateAccountSettingsRequest {}
20
+ export interface UpdateAccountSettingsCommandOutput
21
+ extends UpdateAccountSettingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateAccountSettingsCommand extends $Command<
24
+ UpdateAccountSettingsCommandInput,
25
+ UpdateAccountSettingsCommandOutput,
26
+ OpenSearchServerlessClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateAccountSettingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: OpenSearchServerlessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateAccountSettingsCommandInput,
37
+ UpdateAccountSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }