@aws-sdk/client-opensearchserverless 3.533.0 → 3.540.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 (85) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/OpenSearchServerless.d.ts +7 -1
  6. package/dist-types/OpenSearchServerlessClient.d.ts +1 -1
  7. package/dist-types/commands/BatchGetCollectionCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchGetLifecyclePolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCollectionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAccessPolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetSecurityConfigCommand.d.ts +2 -1
  27. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListCollectionsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateCollectionCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  44. package/dist-types/index.d.ts +0 -1
  45. package/dist-types/models/models_0.d.ts +358 -358
  46. package/dist-types/ts3.4/OpenSearchServerless.d.ts +6 -0
  47. package/dist-types/ts3.4/commands/BatchGetCollectionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/BatchGetEffectiveLifecyclePolicyCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/BatchGetLifecyclePolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/BatchGetVpcEndpointCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateSecurityConfigCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateSecurityPolicyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteSecurityConfigCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteSecurityPolicyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAccessPolicyCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetPoliciesStatsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetSecurityConfigCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetSecurityPolicyCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListSecurityConfigsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdateCollectionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateSecurityConfigCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateSecurityPolicyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/index.d.ts +0 -1
  85. package/package.json +40 -40
@@ -149,6 +149,7 @@ import {
149
149
  } from "./commands/UpdateVpcEndpointCommand";
150
150
  import { OpenSearchServerlessClient } from "./OpenSearchServerlessClient";
151
151
  export interface OpenSearchServerless {
152
+ batchGetCollection(): Promise<BatchGetCollectionCommandOutput>;
152
153
  batchGetCollection(
153
154
  args: BatchGetCollectionCommandInput,
154
155
  options?: __HttpHandlerOptions
@@ -370,6 +371,7 @@ export interface OpenSearchServerless {
370
371
  options: __HttpHandlerOptions,
371
372
  cb: (err: any, data?: GetAccessPolicyCommandOutput) => void
372
373
  ): void;
374
+ getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
373
375
  getAccountSettings(
374
376
  args: GetAccountSettingsCommandInput,
375
377
  options?: __HttpHandlerOptions
@@ -383,6 +385,7 @@ export interface OpenSearchServerless {
383
385
  options: __HttpHandlerOptions,
384
386
  cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
385
387
  ): void;
388
+ getPoliciesStats(): Promise<GetPoliciesStatsCommandOutput>;
386
389
  getPoliciesStats(
387
390
  args: GetPoliciesStatsCommandInput,
388
391
  options?: __HttpHandlerOptions
@@ -435,6 +438,7 @@ export interface OpenSearchServerless {
435
438
  options: __HttpHandlerOptions,
436
439
  cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
437
440
  ): void;
441
+ listCollections(): Promise<ListCollectionsCommandOutput>;
438
442
  listCollections(
439
443
  args: ListCollectionsCommandInput,
440
444
  options?: __HttpHandlerOptions
@@ -500,6 +504,7 @@ export interface OpenSearchServerless {
500
504
  options: __HttpHandlerOptions,
501
505
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
502
506
  ): void;
507
+ listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
503
508
  listVpcEndpoints(
504
509
  args: ListVpcEndpointsCommandInput,
505
510
  options?: __HttpHandlerOptions
@@ -552,6 +557,7 @@ export interface OpenSearchServerless {
552
557
  options: __HttpHandlerOptions,
553
558
  cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
554
559
  ): void;
560
+ updateAccountSettings(): Promise<UpdateAccountSettingsCommandOutput>;
555
561
  updateAccountSettings(
556
562
  args: UpdateAccountSettingsCommandInput,
557
563
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchGetCollectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [BatchGetCollectionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetCollectionCommandInput,
32
+ BatchGetCollectionCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetCollectionCommand extends BatchGetCollectionCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetEffectiveLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetEffectiveLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetEffectiveLifecyclePolicyCommandInput,
32
+ BatchGetEffectiveLifecyclePolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetEffectiveLifecyclePolicyCommand extends BatchGetEffectiveLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetLifecyclePolicyCommandInput,
32
+ BatchGetLifecyclePolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetLifecyclePolicyCommand extends BatchGetLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetVpcEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetVpcEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetVpcEndpointCommandInput,
32
+ BatchGetVpcEndpointCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetVpcEndpointCommand extends BatchGetVpcEndpointCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAccessPolicyCommandInput,
32
+ CreateAccessPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAccessPolicyCommand extends CreateAccessPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateCollectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateCollectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateCollectionCommandInput,
31
+ CreateCollectionCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateCollectionCommand extends CreateCollectionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLifecyclePolicyCommandInput,
32
+ CreateLifecyclePolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSecurityConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSecurityConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSecurityConfigCommandInput,
32
+ CreateSecurityConfigCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSecurityConfigCommand extends CreateSecurityConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSecurityPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSecurityPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSecurityPolicyCommandInput,
32
+ CreateSecurityPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSecurityPolicyCommand extends CreateSecurityPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateVpcEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateVpcEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateVpcEndpointCommandInput,
32
+ CreateVpcEndpointCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAccessPolicyCommandInput,
32
+ DeleteAccessPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAccessPolicyCommand extends DeleteAccessPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteCollectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteCollectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteCollectionCommandInput,
31
+ DeleteCollectionCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteCollectionCommand extends DeleteCollectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLifecyclePolicyCommandInput,
32
+ DeleteLifecyclePolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSecurityConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSecurityConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSecurityConfigCommandInput,
32
+ DeleteSecurityConfigCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSecurityConfigCommand extends DeleteSecurityConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSecurityPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSecurityPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSecurityPolicyCommandInput,
32
+ DeleteSecurityPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSecurityPolicyCommand extends DeleteSecurityPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteVpcEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteVpcEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteVpcEndpointCommandInput,
32
+ DeleteVpcEndpointCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {}
@@ -24,6 +24,15 @@ declare const GetAccessPolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetAccessPolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetAccessPolicyCommandInput,
31
+ GetAccessPolicyCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetAccessPolicyCommand extends GetAccessPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAccountSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetAccountSettingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAccountSettingsCommandInput,
32
+ GetAccountSettingsCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetPoliciesStatsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetPoliciesStatsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetPoliciesStatsCommandInput,
31
+ GetPoliciesStatsCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetPoliciesStatsCommand extends GetPoliciesStatsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSecurityConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSecurityConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSecurityConfigCommandInput,
32
+ GetSecurityConfigCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSecurityConfigCommand extends GetSecurityConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSecurityPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSecurityPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSecurityPolicyCommandInput,
32
+ GetSecurityPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSecurityPolicyCommand extends GetSecurityPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAccessPoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAccessPoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAccessPoliciesCommandInput,
32
+ ListAccessPoliciesCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListCollectionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListCollectionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListCollectionsCommandInput,
31
+ ListCollectionsCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListCollectionsCommand extends ListCollectionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLifecyclePoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListLifecyclePoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLifecyclePoliciesCommandInput,
32
+ ListLifecyclePoliciesCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLifecyclePoliciesCommand extends ListLifecyclePoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSecurityConfigsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSecurityConfigsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSecurityConfigsCommandInput,
32
+ ListSecurityConfigsCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSecurityConfigsCommand extends ListSecurityConfigsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSecurityPoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSecurityPoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSecurityPoliciesCommandInput,
32
+ ListSecurityPoliciesCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const ListVpcEndpointsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListVpcEndpointsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListVpcEndpointsCommandInput,
31
+ ListVpcEndpointsCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ OpenSearchServerlessClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateAccessPolicyCommandInput,
32
+ UpdateAccessPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateAccessPolicyCommand extends UpdateAccessPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateAccountSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [UpdateAccountSettingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateAccountSettingsCommandInput,
32
+ UpdateAccountSettingsCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateCollectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateCollectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateCollectionCommandInput,
31
+ UpdateCollectionCommandOutput,
32
+ OpenSearchServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateCollectionCommand extends UpdateCollectionCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateLifecyclePolicyCommandInput,
32
+ UpdateLifecyclePolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSecurityConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSecurityConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSecurityConfigCommandInput,
32
+ UpdateSecurityConfigCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSecurityConfigCommand extends UpdateSecurityConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSecurityPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSecurityPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSecurityPolicyCommandInput,
32
+ UpdateSecurityPolicyCommandOutput,
33
+ OpenSearchServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSecurityPolicyCommand extends UpdateSecurityPolicyCommand_base {}