@aws-sdk/client-opensearch 3.940.0 → 3.943.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.
package/dist-cjs/index.js CHANGED
@@ -913,6 +913,7 @@ const _SU = "SkipUnavailable";
913
913
  const _SUO = "SoftwareUpdateOptions";
914
914
  const _SUOS = "SoftwareUpdateOptionsStatus";
915
915
  const _SV = "SourceVersion";
916
+ const _SVA = "ServerlessVectorAcceleration";
916
917
  const _SVE = "S3VectorsEngine";
917
918
  const _SVT = "StorageVolumeType";
918
919
  const _Se = "Service";
@@ -1139,16 +1140,16 @@ var AIMLOptionsInput = [
1139
1140
  n0,
1140
1141
  _AIMLOI,
1141
1142
  0,
1142
- [_NLQGO, _SVE],
1143
- [() => NaturalLanguageQueryGenerationOptionsInput, () => S3VectorsEngine],
1143
+ [_NLQGO, _SVE, _SVA],
1144
+ [() => NaturalLanguageQueryGenerationOptionsInput, () => S3VectorsEngine, () => ServerlessVectorAcceleration],
1144
1145
  ];
1145
1146
  var AIMLOptionsOutput = [
1146
1147
  3,
1147
1148
  n0,
1148
1149
  _AIMLOO,
1149
1150
  0,
1150
- [_NLQGO, _SVE],
1151
- [() => NaturalLanguageQueryGenerationOptionsOutput, () => S3VectorsEngine],
1151
+ [_NLQGO, _SVE, _SVA],
1152
+ [() => NaturalLanguageQueryGenerationOptionsOutput, () => S3VectorsEngine, () => ServerlessVectorAcceleration],
1152
1153
  ];
1153
1154
  var AIMLOptionsStatus = [
1154
1155
  3,
@@ -2873,6 +2874,7 @@ var ScheduledAction = [
2873
2874
  ];
2874
2875
  var ScheduledAutoTuneDetails = [3, n0, _SATD, 0, [_Da, _ATc, _Ac, _Sev], [4, 0, 0, 0]];
2875
2876
  var SecurityLakeDirectQueryDataSource = [3, n0, _SLDQDS, 0, [_RA], [0]];
2877
+ var ServerlessVectorAcceleration = [3, n0, _SVA, 0, [_E], [2]];
2876
2878
  var ServiceSoftwareOptions = [
2877
2879
  3,
2878
2880
  n0,
@@ -623,6 +623,7 @@ const _SU = "SkipUnavailable";
623
623
  const _SUO = "SoftwareUpdateOptions";
624
624
  const _SUOS = "SoftwareUpdateOptionsStatus";
625
625
  const _SV = "SourceVersion";
626
+ const _SVA = "ServerlessVectorAcceleration";
626
627
  const _SVE = "S3VectorsEngine";
627
628
  const _SVT = "StorageVolumeType";
628
629
  const _Se = "Service";
@@ -852,16 +853,16 @@ export var AIMLOptionsInput = [
852
853
  n0,
853
854
  _AIMLOI,
854
855
  0,
855
- [_NLQGO, _SVE],
856
- [() => NaturalLanguageQueryGenerationOptionsInput, () => S3VectorsEngine],
856
+ [_NLQGO, _SVE, _SVA],
857
+ [() => NaturalLanguageQueryGenerationOptionsInput, () => S3VectorsEngine, () => ServerlessVectorAcceleration],
857
858
  ];
858
859
  export var AIMLOptionsOutput = [
859
860
  3,
860
861
  n0,
861
862
  _AIMLOO,
862
863
  0,
863
- [_NLQGO, _SVE],
864
- [() => NaturalLanguageQueryGenerationOptionsOutput, () => S3VectorsEngine],
864
+ [_NLQGO, _SVE, _SVA],
865
+ [() => NaturalLanguageQueryGenerationOptionsOutput, () => S3VectorsEngine, () => ServerlessVectorAcceleration],
865
866
  ];
866
867
  export var AIMLOptionsStatus = [
867
868
  3,
@@ -2586,6 +2587,7 @@ export var ScheduledAction = [
2586
2587
  ];
2587
2588
  export var ScheduledAutoTuneDetails = [3, n0, _SATD, 0, [_Da, _ATc, _Ac, _Sev], [4, 0, 0, 0]];
2588
2589
  export var SecurityLakeDirectQueryDataSource = [3, n0, _SLDQDS, 0, [_RA], [0]];
2590
+ export var ServerlessVectorAcceleration = [3, n0, _SVA, 0, [_E], [2]];
2589
2591
  export var ServiceSoftwareOptions = [
2590
2592
  3,
2591
2593
  n0,
@@ -195,6 +195,9 @@ declare const CreateDomainCommand_base: {
195
195
  * S3VectorsEngine: { // S3VectorsEngine
196
196
  * Enabled: true || false,
197
197
  * },
198
+ * ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
199
+ * Enabled: true || false,
200
+ * },
198
201
  * },
199
202
  * };
200
203
  * const command = new CreateDomainCommand(input);
@@ -383,6 +386,9 @@ declare const CreateDomainCommand_base: {
383
386
  * // S3VectorsEngine: { // S3VectorsEngine
384
387
  * // Enabled: true || false,
385
388
  * // },
389
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
390
+ * // Enabled: true || false,
391
+ * // },
386
392
  * // },
387
393
  * // },
388
394
  * // };
@@ -226,6 +226,9 @@ declare const DeleteDomainCommand_base: {
226
226
  * // S3VectorsEngine: { // S3VectorsEngine
227
227
  * // Enabled: true || false,
228
228
  * // },
229
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
230
+ * // Enabled: true || false,
231
+ * // },
229
232
  * // },
230
233
  * // },
231
234
  * // };
@@ -226,6 +226,9 @@ declare const DescribeDomainCommand_base: {
226
226
  * // S3VectorsEngine: { // S3VectorsEngine
227
227
  * // Enabled: true || false,
228
228
  * // },
229
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
230
+ * // Enabled: true || false,
231
+ * // },
229
232
  * // },
230
233
  * // },
231
234
  * // };
@@ -303,6 +303,9 @@ declare const DescribeDomainConfigCommand_base: {
303
303
  * // S3VectorsEngine: { // S3VectorsEngine
304
304
  * // Enabled: true || false,
305
305
  * // },
306
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
307
+ * // Enabled: true || false,
308
+ * // },
306
309
  * // },
307
310
  * // Status: "<OptionStatus>",
308
311
  * // },
@@ -229,6 +229,9 @@ declare const DescribeDomainsCommand_base: {
229
229
  * // S3VectorsEngine: { // S3VectorsEngine
230
230
  * // Enabled: true || false,
231
231
  * // },
232
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
233
+ * // Enabled: true || false,
234
+ * // },
232
235
  * // },
233
236
  * // },
234
237
  * // ],
@@ -240,6 +240,9 @@ declare const DescribeDryRunProgressCommand_base: {
240
240
  * // S3VectorsEngine: { // S3VectorsEngine
241
241
  * // Enabled: true || false,
242
242
  * // },
243
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
244
+ * // Enabled: true || false,
245
+ * // },
243
246
  * // },
244
247
  * // },
245
248
  * // DryRunResults: { // DryRunResults
@@ -191,6 +191,9 @@ declare const UpdateDomainConfigCommand_base: {
191
191
  * S3VectorsEngine: { // S3VectorsEngine
192
192
  * Enabled: true || false,
193
193
  * },
194
+ * ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
195
+ * Enabled: true || false,
196
+ * },
194
197
  * },
195
198
  * };
196
199
  * const command = new UpdateDomainConfigCommand(input);
@@ -457,6 +460,9 @@ declare const UpdateDomainConfigCommand_base: {
457
460
  * // S3VectorsEngine: { // S3VectorsEngine
458
461
  * // Enabled: true || false,
459
462
  * // },
463
+ * // ServerlessVectorAcceleration: { // ServerlessVectorAcceleration
464
+ * // Enabled: true || false,
465
+ * // },
460
466
  * // },
461
467
  * // Status: "<OptionStatus>",
462
468
  * // },
@@ -848,6 +848,18 @@ export interface S3VectorsEngine {
848
848
  */
849
849
  Enabled?: boolean | undefined;
850
850
  }
851
+ /**
852
+ * <p>Configuration for serverless vector acceleration, which provides <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/gpu-acceleration-vector-index.html">GPU-accelerated</a> vector
853
+ * search capabilities for improved performance on vector workloads.</p>
854
+ * @public
855
+ */
856
+ export interface ServerlessVectorAcceleration {
857
+ /**
858
+ * <p>Specifies whether serverless vector acceleration is enabled for the domain.</p>
859
+ * @public
860
+ */
861
+ Enabled?: boolean | undefined;
862
+ }
851
863
  /**
852
864
  * <p>Container for parameters required to enable all machine learning features.</p>
853
865
  * @public
@@ -865,6 +877,13 @@ export interface AIMLOptionsInput {
865
877
  * @public
866
878
  */
867
879
  S3VectorsEngine?: S3VectorsEngine | undefined;
880
+ /**
881
+ * <p>Specifies whether to enable serverless vector acceleration for the domain. When enabled,
882
+ * provides <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/gpu-acceleration-vector-index.html">GPU-accelerated</a> vector search capabilities for improved performance on vector
883
+ * workloads.</p>
884
+ * @public
885
+ */
886
+ ServerlessVectorAcceleration?: ServerlessVectorAcceleration | undefined;
868
887
  }
869
888
  /**
870
889
  * <p>Container for parameters representing the state of the natural language query
@@ -903,6 +922,11 @@ export interface AIMLOptionsOutput {
903
922
  * @public
904
923
  */
905
924
  S3VectorsEngine?: S3VectorsEngine | undefined;
925
+ /**
926
+ * <p>The current serverless vector acceleration configuration for the domain.</p>
927
+ * @public
928
+ */
929
+ ServerlessVectorAcceleration?: ServerlessVectorAcceleration | undefined;
906
930
  }
907
931
  /**
908
932
  * <p>The status of machine learning options on the specified domain.</p>
@@ -260,6 +260,7 @@ export declare var SAMLOptionsOutput: StaticStructureSchema;
260
260
  export declare var ScheduledAction: StaticStructureSchema;
261
261
  export declare var ScheduledAutoTuneDetails: StaticStructureSchema;
262
262
  export declare var SecurityLakeDirectQueryDataSource: StaticStructureSchema;
263
+ export declare var ServerlessVectorAcceleration: StaticStructureSchema;
263
264
  export declare var ServiceSoftwareOptions: StaticStructureSchema;
264
265
  export declare var SlotNotAvailableException: StaticErrorSchema;
265
266
  export declare var SnapshotOptions: StaticStructureSchema;
@@ -260,11 +260,15 @@ export interface NaturalLanguageQueryGenerationOptionsInput {
260
260
  export interface S3VectorsEngine {
261
261
  Enabled?: boolean | undefined;
262
262
  }
263
+ export interface ServerlessVectorAcceleration {
264
+ Enabled?: boolean | undefined;
265
+ }
263
266
  export interface AIMLOptionsInput {
264
267
  NaturalLanguageQueryGenerationOptions?:
265
268
  | NaturalLanguageQueryGenerationOptionsInput
266
269
  | undefined;
267
270
  S3VectorsEngine?: S3VectorsEngine | undefined;
271
+ ServerlessVectorAcceleration?: ServerlessVectorAcceleration | undefined;
268
272
  }
269
273
  export interface NaturalLanguageQueryGenerationOptionsOutput {
270
274
  DesiredState?: NaturalLanguageQueryGenerationDesiredState | undefined;
@@ -275,6 +279,7 @@ export interface AIMLOptionsOutput {
275
279
  | NaturalLanguageQueryGenerationOptionsOutput
276
280
  | undefined;
277
281
  S3VectorsEngine?: S3VectorsEngine | undefined;
282
+ ServerlessVectorAcceleration?: ServerlessVectorAcceleration | undefined;
278
283
  }
279
284
  export interface AIMLOptionsStatus {
280
285
  Options?: AIMLOptionsOutput | undefined;
@@ -267,6 +267,7 @@ export declare var SAMLOptionsOutput: StaticStructureSchema;
267
267
  export declare var ScheduledAction: StaticStructureSchema;
268
268
  export declare var ScheduledAutoTuneDetails: StaticStructureSchema;
269
269
  export declare var SecurityLakeDirectQueryDataSource: StaticStructureSchema;
270
+ export declare var ServerlessVectorAcceleration: StaticStructureSchema;
270
271
  export declare var ServiceSoftwareOptions: StaticStructureSchema;
271
272
  export declare var SlotNotAvailableException: StaticErrorSchema;
272
273
  export declare var SnapshotOptions: StaticStructureSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.940.0",
4
+ "version": "3.943.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-opensearch",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.940.0",
24
- "@aws-sdk/credential-provider-node": "3.940.0",
23
+ "@aws-sdk/core": "3.943.0",
24
+ "@aws-sdk/credential-provider-node": "3.943.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
- "@aws-sdk/middleware-user-agent": "3.940.0",
28
+ "@aws-sdk/middleware-user-agent": "3.943.0",
29
29
  "@aws-sdk/region-config-resolver": "3.936.0",
30
30
  "@aws-sdk/types": "3.936.0",
31
31
  "@aws-sdk/util-endpoints": "3.936.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.936.0",
33
- "@aws-sdk/util-user-agent-node": "3.940.0",
33
+ "@aws-sdk/util-user-agent-node": "3.943.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",