@aws-sdk/client-opensearchserverless 3.533.0 → 3.535.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 (79) hide show
  1. package/dist-types/OpenSearchServerless.d.ts +7 -1
  2. package/dist-types/OpenSearchServerlessClient.d.ts +1 -1
  3. package/dist-types/commands/BatchGetCollectionCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetLifecyclePolicyCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCollectionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAccessPolicyCommand.d.ts +2 -1
  20. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSecurityConfigCommand.d.ts +2 -1
  23. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListCollectionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateCollectionCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +358 -358
  41. package/dist-types/ts3.4/OpenSearchServerless.d.ts +6 -0
  42. package/dist-types/ts3.4/commands/BatchGetCollectionCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/BatchGetLifecyclePolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/BatchGetVpcEndpointCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateSecurityConfigCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateSecurityPolicyCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteSecurityConfigCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteSecurityPolicyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetAccessPolicyCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetPoliciesStatsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetSecurityConfigCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetSecurityPolicyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListSecurityConfigsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateCollectionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateSecurityConfigCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateSecurityPolicyCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
  79. package/package.json +40 -40
@@ -41,6 +41,7 @@ export interface OpenSearchServerless {
41
41
  /**
42
42
  * @see {@link BatchGetCollectionCommand}
43
43
  */
44
+ batchGetCollection(): Promise<BatchGetCollectionCommandOutput>;
44
45
  batchGetCollection(args: BatchGetCollectionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCollectionCommandOutput>;
45
46
  batchGetCollection(args: BatchGetCollectionCommandInput, cb: (err: any, data?: BatchGetCollectionCommandOutput) => void): void;
46
47
  batchGetCollection(args: BatchGetCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCollectionCommandOutput) => void): void;
@@ -143,12 +144,14 @@ export interface OpenSearchServerless {
143
144
  /**
144
145
  * @see {@link GetAccountSettingsCommand}
145
146
  */
147
+ getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
146
148
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
147
149
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
148
150
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
149
151
  /**
150
152
  * @see {@link GetPoliciesStatsCommand}
151
153
  */
154
+ getPoliciesStats(): Promise<GetPoliciesStatsCommandOutput>;
152
155
  getPoliciesStats(args: GetPoliciesStatsCommandInput, options?: __HttpHandlerOptions): Promise<GetPoliciesStatsCommandOutput>;
153
156
  getPoliciesStats(args: GetPoliciesStatsCommandInput, cb: (err: any, data?: GetPoliciesStatsCommandOutput) => void): void;
154
157
  getPoliciesStats(args: GetPoliciesStatsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPoliciesStatsCommandOutput) => void): void;
@@ -173,6 +176,7 @@ export interface OpenSearchServerless {
173
176
  /**
174
177
  * @see {@link ListCollectionsCommand}
175
178
  */
179
+ listCollections(): Promise<ListCollectionsCommandOutput>;
176
180
  listCollections(args: ListCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollectionsCommandOutput>;
177
181
  listCollections(args: ListCollectionsCommandInput, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
178
182
  listCollections(args: ListCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
@@ -203,6 +207,7 @@ export interface OpenSearchServerless {
203
207
  /**
204
208
  * @see {@link ListVpcEndpointsCommand}
205
209
  */
210
+ listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
206
211
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcEndpointsCommandOutput>;
207
212
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
208
213
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
@@ -227,6 +232,7 @@ export interface OpenSearchServerless {
227
232
  /**
228
233
  * @see {@link UpdateAccountSettingsCommand}
229
234
  */
235
+ updateAccountSettings(): Promise<UpdateAccountSettingsCommandOutput>;
230
236
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
231
237
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
232
238
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
@@ -262,7 +268,6 @@ export interface OpenSearchServerless {
262
268
  updateVpcEndpoint(args: UpdateVpcEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcEndpointCommandOutput) => void): void;
263
269
  }
264
270
  /**
265
- * @public
266
271
  * <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
267
272
  * security policies.</p>
268
273
  * <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
@@ -273,6 +278,7 @@ export interface OpenSearchServerless {
273
278
  * <p> To learn more about OpenSearch Serverless, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html">What is
274
279
  * Amazon OpenSearch Serverless?</a>
275
280
  * </p>
281
+ * @public
276
282
  */
277
283
  export declare class OpenSearchServerless extends OpenSearchServerlessClient implements OpenSearchServerless {
278
284
  }
@@ -188,7 +188,6 @@ export type OpenSearchServerlessClientResolvedConfigType = __SmithyResolvedConfi
188
188
  export interface OpenSearchServerlessClientResolvedConfig extends OpenSearchServerlessClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
193
192
  * security policies.</p>
194
193
  * <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
@@ -199,6 +198,7 @@ export interface OpenSearchServerlessClientResolvedConfig extends OpenSearchServ
199
198
  * <p> To learn more about OpenSearch Serverless, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html">What is
200
199
  * Amazon OpenSearch Serverless?</a>
201
200
  * </p>
201
+ * @public
202
202
  */
203
203
  export declare class OpenSearchServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OpenSearchServerlessClientResolvedConfig> {
204
204
  /**
@@ -22,10 +22,10 @@ export interface BatchGetCollectionCommandOutput extends BatchGetCollectionRespo
22
22
  }
23
23
  declare const BatchGetCollectionCommand_base: {
24
24
  new (input: BatchGetCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [BatchGetCollectionCommandInput]): import("@smithy/smithy-client").CommandImpl<BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns attributes for one or more collections, including the collection endpoint and
30
30
  * the OpenSearch Dashboards endpoint. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
31
31
  * managing Amazon OpenSearch Serverless collections</a>.</p>
@@ -90,6 +90,7 @@ declare const BatchGetCollectionCommand_base: {
90
90
  * @throws {@link OpenSearchServerlessServiceException}
91
91
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class BatchGetCollectionCommand extends BatchGetCollectionCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface BatchGetEffectiveLifecyclePolicyCommandOutput extends BatchGetE
22
22
  }
23
23
  declare const BatchGetEffectiveLifecyclePolicyCommand_base: {
24
24
  new (input: BatchGetEffectiveLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetEffectiveLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-list">Viewing data lifecycle policies</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const BatchGetEffectiveLifecyclePolicyCommand_base: {
82
82
  * @throws {@link OpenSearchServerlessServiceException}
83
83
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class BatchGetEffectiveLifecyclePolicyCommand extends BatchGetEffectiveLifecyclePolicyCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface BatchGetLifecyclePolicyCommandOutput extends BatchGetLifecycleP
22
22
  }
23
23
  declare const BatchGetLifecyclePolicyCommand_base: {
24
24
  new (input: BatchGetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetLifecyclePolicyCommandInput, BatchGetLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetLifecyclePolicyCommandInput, BatchGetLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns one or more configured OpenSearch Serverless lifecycle policies. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-list">Viewing data lifecycle policies</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const BatchGetLifecyclePolicyCommand_base: {
83
83
  * @throws {@link OpenSearchServerlessServiceException}
84
84
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class BatchGetLifecyclePolicyCommand extends BatchGetLifecyclePolicyCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointRes
22
22
  }
23
23
  declare const BatchGetVpcEndpointCommand_base: {
24
24
  new (input: BatchGetVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns attributes for one or more VPC endpoints associated with the current account.
30
30
  * For more information, see
31
31
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
@@ -85,6 +85,7 @@ declare const BatchGetVpcEndpointCommand_base: {
85
85
  * @throws {@link OpenSearchServerlessServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class BatchGetVpcEndpointCommand extends BatchGetVpcEndpointCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
22
22
  }
23
23
  declare const CreateAccessPolicyCommand_base: {
24
24
  new (input: CreateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a data access policy for OpenSearch Serverless. Access policies limit access to collections
30
30
  * and the resources within them, and allow a user to access that data irrespective of the
31
31
  * access mechanism or network source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data access
@@ -83,6 +83,7 @@ declare const CreateAccessPolicyCommand_base: {
83
83
  * @throws {@link OpenSearchServerlessServiceException}
84
84
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateAccessPolicyCommand extends CreateAccessPolicyCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
22
22
  }
23
23
  declare const CreateCollectionCommand_base: {
24
24
  new (input: CreateCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCollectionCommandInput, CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCollectionCommandInput, CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new OpenSearch Serverless collection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
30
30
  * managing Amazon OpenSearch Serverless collections</a>.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const CreateCollectionCommand_base: {
93
93
  * @throws {@link OpenSearchServerlessServiceException}
94
94
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateCollectionCommand extends CreateCollectionCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolic
22
22
  }
23
23
  declare const CreateLifecyclePolicyCommand_base: {
24
24
  new (input: CreateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a lifecyle policy to be applied to OpenSearch Serverless indexes. Lifecycle policies define
30
30
  * the number of days or hours to retain the data on an OpenSearch Serverless index. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-create">Creating data lifecycle policies</a>.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const CreateLifecyclePolicyCommand_base: {
81
81
  * @throws {@link OpenSearchServerlessServiceException}
82
82
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigR
22
22
  }
23
23
  declare const CreateSecurityConfigCommand_base: {
24
24
  new (input: CreateSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityConfigCommandInput, CreateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies a security configuration for OpenSearch Serverless. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
31
31
  * authentication for Amazon OpenSearch Serverless</a>. </p>
@@ -92,6 +92,7 @@ declare const CreateSecurityConfigCommand_base: {
92
92
  * @throws {@link OpenSearchServerlessServiceException}
93
93
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateSecurityConfigCommand extends CreateSecurityConfigCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyR
22
22
  }
23
23
  declare const CreateSecurityPolicyCommand_base: {
24
24
  new (input: CreateSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityPolicyCommandInput, CreateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a security policy to be used by one or more OpenSearch Serverless collections. Security
30
30
  * policies provide access to a collection and its OpenSearch Dashboards endpoint from
31
31
  * public networks or specific VPC endpoints. They also allow you to secure a collection
@@ -85,6 +85,7 @@ declare const CreateSecurityPolicyCommand_base: {
85
85
  * @throws {@link OpenSearchServerlessServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class CreateSecurityPolicyCommand extends CreateSecurityPolicyCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointRespons
22
22
  }
23
23
  declare const CreateVpcEndpointCommand_base: {
24
24
  new (input: CreateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access
30
30
  * Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const CreateVpcEndpointCommand_base: {
81
81
  * @throws {@link OpenSearchServerlessServiceException}
82
82
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo
22
22
  }
23
23
  declare const DeleteAccessPolicyCommand_base: {
24
24
  new (input: DeleteAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an OpenSearch Serverless access policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data
30
30
  * access control for Amazon OpenSearch Serverless</a>.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteAccessPolicyCommand_base: {
69
69
  * @throws {@link OpenSearchServerlessServiceException}
70
70
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteAccessPolicyCommand extends DeleteAccessPolicyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse,
22
22
  }
23
23
  declare const DeleteCollectionCommand_base: {
24
24
  new (input: DeleteCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCollectionCommandInput, DeleteCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCollectionCommandInput, DeleteCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an OpenSearch Serverless collection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
30
30
  * managing Amazon OpenSearch Serverless collections</a>.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeleteCollectionCommand_base: {
74
74
  * @throws {@link OpenSearchServerlessServiceException}
75
75
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteCollectionCommand extends DeleteCollectionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
22
22
  }
23
23
  declare const DeleteLifecyclePolicyCommand_base: {
24
24
  new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an OpenSearch Serverless lifecycle policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-delete">Deleting data lifecycle policies</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteLifecyclePolicyCommand_base: {
68
68
  * @throws {@link OpenSearchServerlessServiceException}
69
69
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteSecurityConfigCommandOutput extends DeleteSecurityConfigR
22
22
  }
23
23
  declare const DeleteSecurityConfigCommand_base: {
24
24
  new (input: DeleteSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigCommandInput, DeleteSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigCommandInput, DeleteSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a security configuration for OpenSearch Serverless. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
31
31
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -69,6 +69,7 @@ declare const DeleteSecurityConfigCommand_base: {
69
69
  * @throws {@link OpenSearchServerlessServiceException}
70
70
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteSecurityConfigCommand extends DeleteSecurityConfigCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteSecurityPolicyCommandOutput extends DeleteSecurityPolicyR
22
22
  }
23
23
  declare const DeleteSecurityPolicyCommand_base: {
24
24
  new (input: DeleteSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityPolicyCommandInput, DeleteSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityPolicyCommandInput, DeleteSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an OpenSearch Serverless security policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteSecurityPolicyCommand_base: {
68
68
  * @throws {@link OpenSearchServerlessServiceException}
69
69
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteSecurityPolicyCommand extends DeleteSecurityPolicyCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointRespons
22
22
  }
23
23
  declare const DeleteVpcEndpointCommand_base: {
24
24
  new (input: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an OpenSearch Serverless-managed interface endpoint. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeleteVpcEndpointCommand_base: {
74
74
  * @throws {@link OpenSearchServerlessServiceException}
75
75
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetAccessPolicyCommandOutput extends GetAccessPolicyResponse, _
22
22
  }
23
23
  declare const GetAccessPolicyCommand_base: {
24
24
  new (input: GetAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPolicyCommandInput, GetAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an OpenSearch Serverless access policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html">Data
30
30
  * access control for Amazon OpenSearch Serverless</a>.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const GetAccessPolicyCommand_base: {
73
73
  * @throws {@link OpenSearchServerlessServiceException}
74
74
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetAccessPolicyCommand extends GetAccessPolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
22
22
  }
23
23
  declare const GetAccountSettingsCommand_base: {
24
24
  new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns account-level settings related to OpenSearch Serverless.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const GetAccountSettingsCommand_base: {
63
63
  * @throws {@link OpenSearchServerlessServiceException}
64
64
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface GetPoliciesStatsCommandOutput extends GetPoliciesStatsResponse,
22
22
  }
23
23
  declare const GetPoliciesStatsCommand_base: {
24
24
  new (input: GetPoliciesStatsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPoliciesStatsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns statistical information about your OpenSearch Serverless access policies, security
30
30
  * configurations, and security policies.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const GetPoliciesStatsCommand_base: {
68
68
  * @throws {@link OpenSearchServerlessServiceException}
69
69
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetPoliciesStatsCommand extends GetPoliciesStatsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetSecurityConfigCommandOutput extends GetSecurityConfigRespons
22
22
  }
23
23
  declare const GetSecurityConfigCommand_base: {
24
24
  new (input: GetSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSecurityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigCommandInput, GetSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an OpenSearch Serverless security configuration. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
31
31
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -78,6 +78,7 @@ declare const GetSecurityConfigCommand_base: {
78
78
  * @throws {@link OpenSearchServerlessServiceException}
79
79
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetSecurityConfigCommand extends GetSecurityConfigCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetSecurityPolicyCommandOutput extends GetSecurityPolicyRespons
22
22
  }
23
23
  declare const GetSecurityPolicyCommand_base: {
24
24
  new (input: GetSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityPolicyCommandInput, GetSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a configured OpenSearch Serverless security policy. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html">Network access
30
30
  * for Amazon OpenSearch Serverless</a> and <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html">Encryption at
31
31
  * rest for Amazon OpenSearch Serverless</a>.</p>
@@ -74,6 +74,7 @@ declare const GetSecurityPolicyCommand_base: {
74
74
  * @throws {@link OpenSearchServerlessServiceException}
75
75
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetSecurityPolicyCommand extends GetSecurityPolicyCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesRespo
22
22
  }
23
23
  declare const ListAccessPoliciesCommand_base: {
24
24
  new (input: ListAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a list of OpenSearch Serverless access policies.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListAccessPoliciesCommand_base: {
75
75
  * @throws {@link OpenSearchServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListCollectionsCommandOutput extends ListCollectionsResponse, _
22
22
  }
23
23
  declare const ListCollectionsCommand_base: {
24
24
  new (input: ListCollectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCollectionsCommandInput, ListCollectionsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCollectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCollectionsCommandInput, ListCollectionsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all OpenSearch Serverless collections. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
30
30
  * managing Amazon OpenSearch Serverless collections</a>.</p>
31
31
  * <note>
@@ -78,6 +78,7 @@ declare const ListCollectionsCommand_base: {
78
78
  * @throws {@link OpenSearchServerlessServiceException}
79
79
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListCollectionsCommand extends ListCollectionsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ListLifecyclePoliciesCommandOutput extends ListLifecyclePolicie
22
22
  }
23
23
  declare const ListLifecyclePoliciesCommand_base: {
24
24
  new (input: ListLifecyclePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLifecyclePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of OpenSearch Serverless lifecycle policies. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-lifecycle.html#serverless-lifecycle-list">Viewing data lifecycle policies</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListLifecyclePoliciesCommand_base: {
75
75
  * @throws {@link OpenSearchServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListLifecyclePoliciesCommand extends ListLifecyclePoliciesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListSecurityConfigsCommandOutput extends ListSecurityConfigsRes
22
22
  }
23
23
  declare const ListSecurityConfigsCommand_base: {
24
24
  new (input: ListSecurityConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSecurityConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityConfigsCommandInput, ListSecurityConfigsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about configured OpenSearch Serverless security configurations. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html">SAML
31
31
  * authentication for Amazon OpenSearch Serverless</a>.</p>
@@ -74,6 +74,7 @@ declare const ListSecurityConfigsCommand_base: {
74
74
  * @throws {@link OpenSearchServerlessServiceException}
75
75
  * <p>Base exception class for all service exceptions from OpenSearchServerless service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListSecurityConfigsCommand extends ListSecurityConfigsCommand_base {
79
80
  }