@aws-sdk/client-opensearchserverless 3.721.0 → 3.726.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
@@ -184,7 +184,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
184
184
  }, "resolveRuntimeExtensions");
185
185
 
186
186
  // src/OpenSearchServerlessClient.ts
187
- var _OpenSearchServerlessClient = class _OpenSearchServerlessClient extends import_smithy_client.Client {
187
+ var OpenSearchServerlessClient = class extends import_smithy_client.Client {
188
+ static {
189
+ __name(this, "OpenSearchServerlessClient");
190
+ }
191
+ /**
192
+ * The resolved configuration of OpenSearchServerlessClient class. This is resolved and normalized from the {@link OpenSearchServerlessClientConfig | constructor configuration interface}.
193
+ */
194
+ config;
188
195
  constructor(...[configuration]) {
189
196
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
190
197
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -194,7 +201,7 @@ var _OpenSearchServerlessClient = class _OpenSearchServerlessClient extends impo
194
201
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
195
202
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
196
203
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
197
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
204
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
198
205
  super(_config_8);
199
206
  this.config = _config_8;
200
207
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -222,8 +229,6 @@ var _OpenSearchServerlessClient = class _OpenSearchServerlessClient extends impo
222
229
  super.destroy();
223
230
  }
224
231
  };
225
- __name(_OpenSearchServerlessClient, "OpenSearchServerlessClient");
226
- var OpenSearchServerlessClient = _OpenSearchServerlessClient;
227
232
 
228
233
  // src/OpenSearchServerless.ts
229
234
 
@@ -241,7 +246,10 @@ var import_uuid = require("uuid");
241
246
 
242
247
  // src/models/OpenSearchServerlessServiceException.ts
243
248
 
244
- var _OpenSearchServerlessServiceException = class _OpenSearchServerlessServiceException extends import_smithy_client.ServiceException {
249
+ var OpenSearchServerlessServiceException = class _OpenSearchServerlessServiceException extends import_smithy_client.ServiceException {
250
+ static {
251
+ __name(this, "OpenSearchServerlessServiceException");
252
+ }
245
253
  /**
246
254
  * @internal
247
255
  */
@@ -250,8 +258,6 @@ var _OpenSearchServerlessServiceException = class _OpenSearchServerlessServiceEx
250
258
  Object.setPrototypeOf(this, _OpenSearchServerlessServiceException.prototype);
251
259
  }
252
260
  };
253
- __name(_OpenSearchServerlessServiceException, "OpenSearchServerlessServiceException");
254
- var OpenSearchServerlessServiceException = _OpenSearchServerlessServiceException;
255
261
 
256
262
  // src/models/models_0.ts
257
263
  var AccessPolicyType = {
@@ -260,7 +266,12 @@ var AccessPolicyType = {
260
266
  */
261
267
  data: "data"
262
268
  };
263
- var _ConflictException = class _ConflictException extends OpenSearchServerlessServiceException {
269
+ var ConflictException = class _ConflictException extends OpenSearchServerlessServiceException {
270
+ static {
271
+ __name(this, "ConflictException");
272
+ }
273
+ name = "ConflictException";
274
+ $fault = "client";
264
275
  /**
265
276
  * @internal
266
277
  */
@@ -270,14 +281,15 @@ var _ConflictException = class _ConflictException extends OpenSearchServerlessSe
270
281
  $fault: "client",
271
282
  ...opts
272
283
  });
273
- this.name = "ConflictException";
274
- this.$fault = "client";
275
284
  Object.setPrototypeOf(this, _ConflictException.prototype);
276
285
  }
277
286
  };
278
- __name(_ConflictException, "ConflictException");
279
- var ConflictException = _ConflictException;
280
- var _InternalServerException = class _InternalServerException extends OpenSearchServerlessServiceException {
287
+ var InternalServerException = class _InternalServerException extends OpenSearchServerlessServiceException {
288
+ static {
289
+ __name(this, "InternalServerException");
290
+ }
291
+ name = "InternalServerException";
292
+ $fault = "server";
281
293
  /**
282
294
  * @internal
283
295
  */
@@ -287,14 +299,35 @@ var _InternalServerException = class _InternalServerException extends OpenSearch
287
299
  $fault: "server",
288
300
  ...opts
289
301
  });
290
- this.name = "InternalServerException";
291
- this.$fault = "server";
292
302
  Object.setPrototypeOf(this, _InternalServerException.prototype);
293
303
  }
294
304
  };
295
- __name(_InternalServerException, "InternalServerException");
296
- var InternalServerException = _InternalServerException;
297
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends OpenSearchServerlessServiceException {
305
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends OpenSearchServerlessServiceException {
306
+ static {
307
+ __name(this, "ServiceQuotaExceededException");
308
+ }
309
+ name = "ServiceQuotaExceededException";
310
+ $fault = "client";
311
+ /**
312
+ * Identifier of the resource affected.
313
+ * @public
314
+ */
315
+ resourceId;
316
+ /**
317
+ * Type of the resource affected.
318
+ * @public
319
+ */
320
+ resourceType;
321
+ /**
322
+ * Service Quotas requirement to identify originating service.
323
+ * @public
324
+ */
325
+ serviceCode;
326
+ /**
327
+ * Service Quotas requirement to identify originating quota.
328
+ * @public
329
+ */
330
+ quotaCode;
298
331
  /**
299
332
  * @internal
300
333
  */
@@ -304,8 +337,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
304
337
  $fault: "client",
305
338
  ...opts
306
339
  });
307
- this.name = "ServiceQuotaExceededException";
308
- this.$fault = "client";
309
340
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
310
341
  this.resourceId = opts.resourceId;
311
342
  this.resourceType = opts.resourceType;
@@ -313,9 +344,12 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
313
344
  this.quotaCode = opts.quotaCode;
314
345
  }
315
346
  };
316
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
317
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
318
- var _ValidationException = class _ValidationException extends OpenSearchServerlessServiceException {
347
+ var ValidationException = class _ValidationException extends OpenSearchServerlessServiceException {
348
+ static {
349
+ __name(this, "ValidationException");
350
+ }
351
+ name = "ValidationException";
352
+ $fault = "client";
319
353
  /**
320
354
  * @internal
321
355
  */
@@ -325,14 +359,15 @@ var _ValidationException = class _ValidationException extends OpenSearchServerle
325
359
  $fault: "client",
326
360
  ...opts
327
361
  });
328
- this.name = "ValidationException";
329
- this.$fault = "client";
330
362
  Object.setPrototypeOf(this, _ValidationException.prototype);
331
363
  }
332
364
  };
333
- __name(_ValidationException, "ValidationException");
334
- var ValidationException = _ValidationException;
335
- var _ResourceNotFoundException = class _ResourceNotFoundException extends OpenSearchServerlessServiceException {
365
+ var ResourceNotFoundException = class _ResourceNotFoundException extends OpenSearchServerlessServiceException {
366
+ static {
367
+ __name(this, "ResourceNotFoundException");
368
+ }
369
+ name = "ResourceNotFoundException";
370
+ $fault = "client";
336
371
  /**
337
372
  * @internal
338
373
  */
@@ -342,13 +377,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends OpenSe
342
377
  $fault: "client",
343
378
  ...opts
344
379
  });
345
- this.name = "ResourceNotFoundException";
346
- this.$fault = "client";
347
380
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
348
381
  }
349
382
  };
350
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
351
- var ResourceNotFoundException = _ResourceNotFoundException;
352
383
  var StandbyReplicas = {
353
384
  /**
354
385
  * Standby replicas disabled
@@ -421,7 +452,12 @@ var VpcEndpointStatus = {
421
452
  */
422
453
  PENDING: "PENDING"
423
454
  };
424
- var _OcuLimitExceededException = class _OcuLimitExceededException extends OpenSearchServerlessServiceException {
455
+ var OcuLimitExceededException = class _OcuLimitExceededException extends OpenSearchServerlessServiceException {
456
+ static {
457
+ __name(this, "OcuLimitExceededException");
458
+ }
459
+ name = "OcuLimitExceededException";
460
+ $fault = "client";
425
461
  /**
426
462
  * @internal
427
463
  */
@@ -431,13 +467,9 @@ var _OcuLimitExceededException = class _OcuLimitExceededException extends OpenSe
431
467
  $fault: "client",
432
468
  ...opts
433
469
  });
434
- this.name = "OcuLimitExceededException";
435
- this.$fault = "client";
436
470
  Object.setPrototypeOf(this, _OcuLimitExceededException.prototype);
437
471
  }
438
472
  };
439
- __name(_OcuLimitExceededException, "OcuLimitExceededException");
440
- var OcuLimitExceededException = _OcuLimitExceededException;
441
473
  var IamIdentityCenterGroupAttribute = {
442
474
  /**
443
475
  * Group ID
@@ -1549,519 +1581,556 @@ function sharedHeaders(operation) {
1549
1581
  __name(sharedHeaders, "sharedHeaders");
1550
1582
 
1551
1583
  // src/commands/BatchGetCollectionCommand.ts
1552
- var _BatchGetCollectionCommand = class _BatchGetCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1584
+ var BatchGetCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1553
1585
  return [
1554
1586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1555
1587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1556
1588
  ];
1557
1589
  }).s("OpenSearchServerless", "BatchGetCollection", {}).n("OpenSearchServerlessClient", "BatchGetCollectionCommand").f(void 0, void 0).ser(se_BatchGetCollectionCommand).de(de_BatchGetCollectionCommand).build() {
1590
+ static {
1591
+ __name(this, "BatchGetCollectionCommand");
1592
+ }
1558
1593
  };
1559
- __name(_BatchGetCollectionCommand, "BatchGetCollectionCommand");
1560
- var BatchGetCollectionCommand = _BatchGetCollectionCommand;
1561
1594
 
1562
1595
  // src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts
1563
1596
 
1564
1597
 
1565
1598
 
1566
- var _BatchGetEffectiveLifecyclePolicyCommand = class _BatchGetEffectiveLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1599
+ var BatchGetEffectiveLifecyclePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1567
1600
  return [
1568
1601
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1569
1602
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1570
1603
  ];
1571
1604
  }).s("OpenSearchServerless", "BatchGetEffectiveLifecyclePolicy", {}).n("OpenSearchServerlessClient", "BatchGetEffectiveLifecyclePolicyCommand").f(void 0, void 0).ser(se_BatchGetEffectiveLifecyclePolicyCommand).de(de_BatchGetEffectiveLifecyclePolicyCommand).build() {
1605
+ static {
1606
+ __name(this, "BatchGetEffectiveLifecyclePolicyCommand");
1607
+ }
1572
1608
  };
1573
- __name(_BatchGetEffectiveLifecyclePolicyCommand, "BatchGetEffectiveLifecyclePolicyCommand");
1574
- var BatchGetEffectiveLifecyclePolicyCommand = _BatchGetEffectiveLifecyclePolicyCommand;
1575
1609
 
1576
1610
  // src/commands/BatchGetLifecyclePolicyCommand.ts
1577
1611
 
1578
1612
 
1579
1613
 
1580
- var _BatchGetLifecyclePolicyCommand = class _BatchGetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1614
+ var BatchGetLifecyclePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1581
1615
  return [
1582
1616
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1583
1617
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1584
1618
  ];
1585
1619
  }).s("OpenSearchServerless", "BatchGetLifecyclePolicy", {}).n("OpenSearchServerlessClient", "BatchGetLifecyclePolicyCommand").f(void 0, void 0).ser(se_BatchGetLifecyclePolicyCommand).de(de_BatchGetLifecyclePolicyCommand).build() {
1620
+ static {
1621
+ __name(this, "BatchGetLifecyclePolicyCommand");
1622
+ }
1586
1623
  };
1587
- __name(_BatchGetLifecyclePolicyCommand, "BatchGetLifecyclePolicyCommand");
1588
- var BatchGetLifecyclePolicyCommand = _BatchGetLifecyclePolicyCommand;
1589
1624
 
1590
1625
  // src/commands/BatchGetVpcEndpointCommand.ts
1591
1626
 
1592
1627
 
1593
1628
 
1594
- var _BatchGetVpcEndpointCommand = class _BatchGetVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1629
+ var BatchGetVpcEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1595
1630
  return [
1596
1631
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1597
1632
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1598
1633
  ];
1599
1634
  }).s("OpenSearchServerless", "BatchGetVpcEndpoint", {}).n("OpenSearchServerlessClient", "BatchGetVpcEndpointCommand").f(void 0, void 0).ser(se_BatchGetVpcEndpointCommand).de(de_BatchGetVpcEndpointCommand).build() {
1635
+ static {
1636
+ __name(this, "BatchGetVpcEndpointCommand");
1637
+ }
1600
1638
  };
1601
- __name(_BatchGetVpcEndpointCommand, "BatchGetVpcEndpointCommand");
1602
- var BatchGetVpcEndpointCommand = _BatchGetVpcEndpointCommand;
1603
1639
 
1604
1640
  // src/commands/CreateAccessPolicyCommand.ts
1605
1641
 
1606
1642
 
1607
1643
 
1608
- var _CreateAccessPolicyCommand = class _CreateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1644
+ var CreateAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1609
1645
  return [
1610
1646
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1611
1647
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1612
1648
  ];
1613
1649
  }).s("OpenSearchServerless", "CreateAccessPolicy", {}).n("OpenSearchServerlessClient", "CreateAccessPolicyCommand").f(void 0, void 0).ser(se_CreateAccessPolicyCommand).de(de_CreateAccessPolicyCommand).build() {
1650
+ static {
1651
+ __name(this, "CreateAccessPolicyCommand");
1652
+ }
1614
1653
  };
1615
- __name(_CreateAccessPolicyCommand, "CreateAccessPolicyCommand");
1616
- var CreateAccessPolicyCommand = _CreateAccessPolicyCommand;
1617
1654
 
1618
1655
  // src/commands/CreateCollectionCommand.ts
1619
1656
 
1620
1657
 
1621
1658
 
1622
- var _CreateCollectionCommand = class _CreateCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1659
+ var CreateCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1623
1660
  return [
1624
1661
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1625
1662
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1626
1663
  ];
1627
1664
  }).s("OpenSearchServerless", "CreateCollection", {}).n("OpenSearchServerlessClient", "CreateCollectionCommand").f(void 0, void 0).ser(se_CreateCollectionCommand).de(de_CreateCollectionCommand).build() {
1665
+ static {
1666
+ __name(this, "CreateCollectionCommand");
1667
+ }
1628
1668
  };
1629
- __name(_CreateCollectionCommand, "CreateCollectionCommand");
1630
- var CreateCollectionCommand = _CreateCollectionCommand;
1631
1669
 
1632
1670
  // src/commands/CreateLifecyclePolicyCommand.ts
1633
1671
 
1634
1672
 
1635
1673
 
1636
- var _CreateLifecyclePolicyCommand = class _CreateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1674
+ var CreateLifecyclePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1637
1675
  return [
1638
1676
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1639
1677
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1640
1678
  ];
1641
1679
  }).s("OpenSearchServerless", "CreateLifecyclePolicy", {}).n("OpenSearchServerlessClient", "CreateLifecyclePolicyCommand").f(void 0, void 0).ser(se_CreateLifecyclePolicyCommand).de(de_CreateLifecyclePolicyCommand).build() {
1680
+ static {
1681
+ __name(this, "CreateLifecyclePolicyCommand");
1682
+ }
1642
1683
  };
1643
- __name(_CreateLifecyclePolicyCommand, "CreateLifecyclePolicyCommand");
1644
- var CreateLifecyclePolicyCommand = _CreateLifecyclePolicyCommand;
1645
1684
 
1646
1685
  // src/commands/CreateSecurityConfigCommand.ts
1647
1686
 
1648
1687
 
1649
1688
 
1650
- var _CreateSecurityConfigCommand = class _CreateSecurityConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1689
+ var CreateSecurityConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1651
1690
  return [
1652
1691
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1653
1692
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1654
1693
  ];
1655
1694
  }).s("OpenSearchServerless", "CreateSecurityConfig", {}).n("OpenSearchServerlessClient", "CreateSecurityConfigCommand").f(void 0, void 0).ser(se_CreateSecurityConfigCommand).de(de_CreateSecurityConfigCommand).build() {
1695
+ static {
1696
+ __name(this, "CreateSecurityConfigCommand");
1697
+ }
1656
1698
  };
1657
- __name(_CreateSecurityConfigCommand, "CreateSecurityConfigCommand");
1658
- var CreateSecurityConfigCommand = _CreateSecurityConfigCommand;
1659
1699
 
1660
1700
  // src/commands/CreateSecurityPolicyCommand.ts
1661
1701
 
1662
1702
 
1663
1703
 
1664
- var _CreateSecurityPolicyCommand = class _CreateSecurityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1704
+ var CreateSecurityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1665
1705
  return [
1666
1706
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1667
1707
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1668
1708
  ];
1669
1709
  }).s("OpenSearchServerless", "CreateSecurityPolicy", {}).n("OpenSearchServerlessClient", "CreateSecurityPolicyCommand").f(void 0, void 0).ser(se_CreateSecurityPolicyCommand).de(de_CreateSecurityPolicyCommand).build() {
1710
+ static {
1711
+ __name(this, "CreateSecurityPolicyCommand");
1712
+ }
1670
1713
  };
1671
- __name(_CreateSecurityPolicyCommand, "CreateSecurityPolicyCommand");
1672
- var CreateSecurityPolicyCommand = _CreateSecurityPolicyCommand;
1673
1714
 
1674
1715
  // src/commands/CreateVpcEndpointCommand.ts
1675
1716
 
1676
1717
 
1677
1718
 
1678
- var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1719
+ var CreateVpcEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1679
1720
  return [
1680
1721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1681
1722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1682
1723
  ];
1683
1724
  }).s("OpenSearchServerless", "CreateVpcEndpoint", {}).n("OpenSearchServerlessClient", "CreateVpcEndpointCommand").f(void 0, void 0).ser(se_CreateVpcEndpointCommand).de(de_CreateVpcEndpointCommand).build() {
1725
+ static {
1726
+ __name(this, "CreateVpcEndpointCommand");
1727
+ }
1684
1728
  };
1685
- __name(_CreateVpcEndpointCommand, "CreateVpcEndpointCommand");
1686
- var CreateVpcEndpointCommand = _CreateVpcEndpointCommand;
1687
1729
 
1688
1730
  // src/commands/DeleteAccessPolicyCommand.ts
1689
1731
 
1690
1732
 
1691
1733
 
1692
- var _DeleteAccessPolicyCommand = class _DeleteAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1734
+ var DeleteAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1693
1735
  return [
1694
1736
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1695
1737
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1696
1738
  ];
1697
1739
  }).s("OpenSearchServerless", "DeleteAccessPolicy", {}).n("OpenSearchServerlessClient", "DeleteAccessPolicyCommand").f(void 0, void 0).ser(se_DeleteAccessPolicyCommand).de(de_DeleteAccessPolicyCommand).build() {
1740
+ static {
1741
+ __name(this, "DeleteAccessPolicyCommand");
1742
+ }
1698
1743
  };
1699
- __name(_DeleteAccessPolicyCommand, "DeleteAccessPolicyCommand");
1700
- var DeleteAccessPolicyCommand = _DeleteAccessPolicyCommand;
1701
1744
 
1702
1745
  // src/commands/DeleteCollectionCommand.ts
1703
1746
 
1704
1747
 
1705
1748
 
1706
- var _DeleteCollectionCommand = class _DeleteCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1749
+ var DeleteCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1707
1750
  return [
1708
1751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1709
1752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1710
1753
  ];
1711
1754
  }).s("OpenSearchServerless", "DeleteCollection", {}).n("OpenSearchServerlessClient", "DeleteCollectionCommand").f(void 0, void 0).ser(se_DeleteCollectionCommand).de(de_DeleteCollectionCommand).build() {
1755
+ static {
1756
+ __name(this, "DeleteCollectionCommand");
1757
+ }
1712
1758
  };
1713
- __name(_DeleteCollectionCommand, "DeleteCollectionCommand");
1714
- var DeleteCollectionCommand = _DeleteCollectionCommand;
1715
1759
 
1716
1760
  // src/commands/DeleteLifecyclePolicyCommand.ts
1717
1761
 
1718
1762
 
1719
1763
 
1720
- var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1764
+ var DeleteLifecyclePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1721
1765
  return [
1722
1766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1723
1767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1724
1768
  ];
1725
1769
  }).s("OpenSearchServerless", "DeleteLifecyclePolicy", {}).n("OpenSearchServerlessClient", "DeleteLifecyclePolicyCommand").f(void 0, void 0).ser(se_DeleteLifecyclePolicyCommand).de(de_DeleteLifecyclePolicyCommand).build() {
1770
+ static {
1771
+ __name(this, "DeleteLifecyclePolicyCommand");
1772
+ }
1726
1773
  };
1727
- __name(_DeleteLifecyclePolicyCommand, "DeleteLifecyclePolicyCommand");
1728
- var DeleteLifecyclePolicyCommand = _DeleteLifecyclePolicyCommand;
1729
1774
 
1730
1775
  // src/commands/DeleteSecurityConfigCommand.ts
1731
1776
 
1732
1777
 
1733
1778
 
1734
- var _DeleteSecurityConfigCommand = class _DeleteSecurityConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1779
+ var DeleteSecurityConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1735
1780
  return [
1736
1781
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1737
1782
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1738
1783
  ];
1739
1784
  }).s("OpenSearchServerless", "DeleteSecurityConfig", {}).n("OpenSearchServerlessClient", "DeleteSecurityConfigCommand").f(void 0, void 0).ser(se_DeleteSecurityConfigCommand).de(de_DeleteSecurityConfigCommand).build() {
1785
+ static {
1786
+ __name(this, "DeleteSecurityConfigCommand");
1787
+ }
1740
1788
  };
1741
- __name(_DeleteSecurityConfigCommand, "DeleteSecurityConfigCommand");
1742
- var DeleteSecurityConfigCommand = _DeleteSecurityConfigCommand;
1743
1789
 
1744
1790
  // src/commands/DeleteSecurityPolicyCommand.ts
1745
1791
 
1746
1792
 
1747
1793
 
1748
- var _DeleteSecurityPolicyCommand = class _DeleteSecurityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1794
+ var DeleteSecurityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1749
1795
  return [
1750
1796
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1751
1797
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1752
1798
  ];
1753
1799
  }).s("OpenSearchServerless", "DeleteSecurityPolicy", {}).n("OpenSearchServerlessClient", "DeleteSecurityPolicyCommand").f(void 0, void 0).ser(se_DeleteSecurityPolicyCommand).de(de_DeleteSecurityPolicyCommand).build() {
1800
+ static {
1801
+ __name(this, "DeleteSecurityPolicyCommand");
1802
+ }
1754
1803
  };
1755
- __name(_DeleteSecurityPolicyCommand, "DeleteSecurityPolicyCommand");
1756
- var DeleteSecurityPolicyCommand = _DeleteSecurityPolicyCommand;
1757
1804
 
1758
1805
  // src/commands/DeleteVpcEndpointCommand.ts
1759
1806
 
1760
1807
 
1761
1808
 
1762
- var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1809
+ var DeleteVpcEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1763
1810
  return [
1764
1811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1765
1812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1766
1813
  ];
1767
1814
  }).s("OpenSearchServerless", "DeleteVpcEndpoint", {}).n("OpenSearchServerlessClient", "DeleteVpcEndpointCommand").f(void 0, void 0).ser(se_DeleteVpcEndpointCommand).de(de_DeleteVpcEndpointCommand).build() {
1815
+ static {
1816
+ __name(this, "DeleteVpcEndpointCommand");
1817
+ }
1768
1818
  };
1769
- __name(_DeleteVpcEndpointCommand, "DeleteVpcEndpointCommand");
1770
- var DeleteVpcEndpointCommand = _DeleteVpcEndpointCommand;
1771
1819
 
1772
1820
  // src/commands/GetAccessPolicyCommand.ts
1773
1821
 
1774
1822
 
1775
1823
 
1776
- var _GetAccessPolicyCommand = class _GetAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1824
+ var GetAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1777
1825
  return [
1778
1826
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1779
1827
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1780
1828
  ];
1781
1829
  }).s("OpenSearchServerless", "GetAccessPolicy", {}).n("OpenSearchServerlessClient", "GetAccessPolicyCommand").f(void 0, void 0).ser(se_GetAccessPolicyCommand).de(de_GetAccessPolicyCommand).build() {
1830
+ static {
1831
+ __name(this, "GetAccessPolicyCommand");
1832
+ }
1782
1833
  };
1783
- __name(_GetAccessPolicyCommand, "GetAccessPolicyCommand");
1784
- var GetAccessPolicyCommand = _GetAccessPolicyCommand;
1785
1834
 
1786
1835
  // src/commands/GetAccountSettingsCommand.ts
1787
1836
 
1788
1837
 
1789
1838
 
1790
- var _GetAccountSettingsCommand = class _GetAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1839
+ var GetAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1791
1840
  return [
1792
1841
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1793
1842
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1794
1843
  ];
1795
1844
  }).s("OpenSearchServerless", "GetAccountSettings", {}).n("OpenSearchServerlessClient", "GetAccountSettingsCommand").f(void 0, void 0).ser(se_GetAccountSettingsCommand).de(de_GetAccountSettingsCommand).build() {
1845
+ static {
1846
+ __name(this, "GetAccountSettingsCommand");
1847
+ }
1796
1848
  };
1797
- __name(_GetAccountSettingsCommand, "GetAccountSettingsCommand");
1798
- var GetAccountSettingsCommand = _GetAccountSettingsCommand;
1799
1849
 
1800
1850
  // src/commands/GetPoliciesStatsCommand.ts
1801
1851
 
1802
1852
 
1803
1853
 
1804
- var _GetPoliciesStatsCommand = class _GetPoliciesStatsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1854
+ var GetPoliciesStatsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1805
1855
  return [
1806
1856
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1807
1857
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1808
1858
  ];
1809
1859
  }).s("OpenSearchServerless", "GetPoliciesStats", {}).n("OpenSearchServerlessClient", "GetPoliciesStatsCommand").f(void 0, void 0).ser(se_GetPoliciesStatsCommand).de(de_GetPoliciesStatsCommand).build() {
1860
+ static {
1861
+ __name(this, "GetPoliciesStatsCommand");
1862
+ }
1810
1863
  };
1811
- __name(_GetPoliciesStatsCommand, "GetPoliciesStatsCommand");
1812
- var GetPoliciesStatsCommand = _GetPoliciesStatsCommand;
1813
1864
 
1814
1865
  // src/commands/GetSecurityConfigCommand.ts
1815
1866
 
1816
1867
 
1817
1868
 
1818
- var _GetSecurityConfigCommand = class _GetSecurityConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1869
+ var GetSecurityConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1819
1870
  return [
1820
1871
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1821
1872
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1822
1873
  ];
1823
1874
  }).s("OpenSearchServerless", "GetSecurityConfig", {}).n("OpenSearchServerlessClient", "GetSecurityConfigCommand").f(void 0, void 0).ser(se_GetSecurityConfigCommand).de(de_GetSecurityConfigCommand).build() {
1875
+ static {
1876
+ __name(this, "GetSecurityConfigCommand");
1877
+ }
1824
1878
  };
1825
- __name(_GetSecurityConfigCommand, "GetSecurityConfigCommand");
1826
- var GetSecurityConfigCommand = _GetSecurityConfigCommand;
1827
1879
 
1828
1880
  // src/commands/GetSecurityPolicyCommand.ts
1829
1881
 
1830
1882
 
1831
1883
 
1832
- var _GetSecurityPolicyCommand = class _GetSecurityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1884
+ var GetSecurityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1833
1885
  return [
1834
1886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1835
1887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1836
1888
  ];
1837
1889
  }).s("OpenSearchServerless", "GetSecurityPolicy", {}).n("OpenSearchServerlessClient", "GetSecurityPolicyCommand").f(void 0, void 0).ser(se_GetSecurityPolicyCommand).de(de_GetSecurityPolicyCommand).build() {
1890
+ static {
1891
+ __name(this, "GetSecurityPolicyCommand");
1892
+ }
1838
1893
  };
1839
- __name(_GetSecurityPolicyCommand, "GetSecurityPolicyCommand");
1840
- var GetSecurityPolicyCommand = _GetSecurityPolicyCommand;
1841
1894
 
1842
1895
  // src/commands/ListAccessPoliciesCommand.ts
1843
1896
 
1844
1897
 
1845
1898
 
1846
- var _ListAccessPoliciesCommand = class _ListAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1899
+ var ListAccessPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1847
1900
  return [
1848
1901
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1849
1902
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1850
1903
  ];
1851
1904
  }).s("OpenSearchServerless", "ListAccessPolicies", {}).n("OpenSearchServerlessClient", "ListAccessPoliciesCommand").f(void 0, void 0).ser(se_ListAccessPoliciesCommand).de(de_ListAccessPoliciesCommand).build() {
1905
+ static {
1906
+ __name(this, "ListAccessPoliciesCommand");
1907
+ }
1852
1908
  };
1853
- __name(_ListAccessPoliciesCommand, "ListAccessPoliciesCommand");
1854
- var ListAccessPoliciesCommand = _ListAccessPoliciesCommand;
1855
1909
 
1856
1910
  // src/commands/ListCollectionsCommand.ts
1857
1911
 
1858
1912
 
1859
1913
 
1860
- var _ListCollectionsCommand = class _ListCollectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1914
+ var ListCollectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1861
1915
  return [
1862
1916
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1863
1917
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1864
1918
  ];
1865
1919
  }).s("OpenSearchServerless", "ListCollections", {}).n("OpenSearchServerlessClient", "ListCollectionsCommand").f(void 0, void 0).ser(se_ListCollectionsCommand).de(de_ListCollectionsCommand).build() {
1920
+ static {
1921
+ __name(this, "ListCollectionsCommand");
1922
+ }
1866
1923
  };
1867
- __name(_ListCollectionsCommand, "ListCollectionsCommand");
1868
- var ListCollectionsCommand = _ListCollectionsCommand;
1869
1924
 
1870
1925
  // src/commands/ListLifecyclePoliciesCommand.ts
1871
1926
 
1872
1927
 
1873
1928
 
1874
- var _ListLifecyclePoliciesCommand = class _ListLifecyclePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1929
+ var ListLifecyclePoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1875
1930
  return [
1876
1931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1877
1932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1878
1933
  ];
1879
1934
  }).s("OpenSearchServerless", "ListLifecyclePolicies", {}).n("OpenSearchServerlessClient", "ListLifecyclePoliciesCommand").f(void 0, void 0).ser(se_ListLifecyclePoliciesCommand).de(de_ListLifecyclePoliciesCommand).build() {
1935
+ static {
1936
+ __name(this, "ListLifecyclePoliciesCommand");
1937
+ }
1880
1938
  };
1881
- __name(_ListLifecyclePoliciesCommand, "ListLifecyclePoliciesCommand");
1882
- var ListLifecyclePoliciesCommand = _ListLifecyclePoliciesCommand;
1883
1939
 
1884
1940
  // src/commands/ListSecurityConfigsCommand.ts
1885
1941
 
1886
1942
 
1887
1943
 
1888
- var _ListSecurityConfigsCommand = class _ListSecurityConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1944
+ var ListSecurityConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1889
1945
  return [
1890
1946
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1891
1947
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1892
1948
  ];
1893
1949
  }).s("OpenSearchServerless", "ListSecurityConfigs", {}).n("OpenSearchServerlessClient", "ListSecurityConfigsCommand").f(void 0, void 0).ser(se_ListSecurityConfigsCommand).de(de_ListSecurityConfigsCommand).build() {
1950
+ static {
1951
+ __name(this, "ListSecurityConfigsCommand");
1952
+ }
1894
1953
  };
1895
- __name(_ListSecurityConfigsCommand, "ListSecurityConfigsCommand");
1896
- var ListSecurityConfigsCommand = _ListSecurityConfigsCommand;
1897
1954
 
1898
1955
  // src/commands/ListSecurityPoliciesCommand.ts
1899
1956
 
1900
1957
 
1901
1958
 
1902
- var _ListSecurityPoliciesCommand = class _ListSecurityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1959
+ var ListSecurityPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1903
1960
  return [
1904
1961
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1905
1962
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1906
1963
  ];
1907
1964
  }).s("OpenSearchServerless", "ListSecurityPolicies", {}).n("OpenSearchServerlessClient", "ListSecurityPoliciesCommand").f(void 0, void 0).ser(se_ListSecurityPoliciesCommand).de(de_ListSecurityPoliciesCommand).build() {
1965
+ static {
1966
+ __name(this, "ListSecurityPoliciesCommand");
1967
+ }
1908
1968
  };
1909
- __name(_ListSecurityPoliciesCommand, "ListSecurityPoliciesCommand");
1910
- var ListSecurityPoliciesCommand = _ListSecurityPoliciesCommand;
1911
1969
 
1912
1970
  // src/commands/ListTagsForResourceCommand.ts
1913
1971
 
1914
1972
 
1915
1973
 
1916
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1974
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1917
1975
  return [
1918
1976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1919
1977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1920
1978
  ];
1921
1979
  }).s("OpenSearchServerless", "ListTagsForResource", {}).n("OpenSearchServerlessClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1980
+ static {
1981
+ __name(this, "ListTagsForResourceCommand");
1982
+ }
1922
1983
  };
1923
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1924
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1925
1984
 
1926
1985
  // src/commands/ListVpcEndpointsCommand.ts
1927
1986
 
1928
1987
 
1929
1988
 
1930
- var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1989
+ var ListVpcEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1931
1990
  return [
1932
1991
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1933
1992
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1934
1993
  ];
1935
1994
  }).s("OpenSearchServerless", "ListVpcEndpoints", {}).n("OpenSearchServerlessClient", "ListVpcEndpointsCommand").f(void 0, void 0).ser(se_ListVpcEndpointsCommand).de(de_ListVpcEndpointsCommand).build() {
1995
+ static {
1996
+ __name(this, "ListVpcEndpointsCommand");
1997
+ }
1936
1998
  };
1937
- __name(_ListVpcEndpointsCommand, "ListVpcEndpointsCommand");
1938
- var ListVpcEndpointsCommand = _ListVpcEndpointsCommand;
1939
1999
 
1940
2000
  // src/commands/TagResourceCommand.ts
1941
2001
 
1942
2002
 
1943
2003
 
1944
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2004
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1945
2005
  return [
1946
2006
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1947
2007
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1948
2008
  ];
1949
2009
  }).s("OpenSearchServerless", "TagResource", {}).n("OpenSearchServerlessClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
2010
+ static {
2011
+ __name(this, "TagResourceCommand");
2012
+ }
1950
2013
  };
1951
- __name(_TagResourceCommand, "TagResourceCommand");
1952
- var TagResourceCommand = _TagResourceCommand;
1953
2014
 
1954
2015
  // src/commands/UntagResourceCommand.ts
1955
2016
 
1956
2017
 
1957
2018
 
1958
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2019
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1959
2020
  return [
1960
2021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1961
2022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1962
2023
  ];
1963
2024
  }).s("OpenSearchServerless", "UntagResource", {}).n("OpenSearchServerlessClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
2025
+ static {
2026
+ __name(this, "UntagResourceCommand");
2027
+ }
1964
2028
  };
1965
- __name(_UntagResourceCommand, "UntagResourceCommand");
1966
- var UntagResourceCommand = _UntagResourceCommand;
1967
2029
 
1968
2030
  // src/commands/UpdateAccessPolicyCommand.ts
1969
2031
 
1970
2032
 
1971
2033
 
1972
- var _UpdateAccessPolicyCommand = class _UpdateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2034
+ var UpdateAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1973
2035
  return [
1974
2036
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1975
2037
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1976
2038
  ];
1977
2039
  }).s("OpenSearchServerless", "UpdateAccessPolicy", {}).n("OpenSearchServerlessClient", "UpdateAccessPolicyCommand").f(void 0, void 0).ser(se_UpdateAccessPolicyCommand).de(de_UpdateAccessPolicyCommand).build() {
2040
+ static {
2041
+ __name(this, "UpdateAccessPolicyCommand");
2042
+ }
1978
2043
  };
1979
- __name(_UpdateAccessPolicyCommand, "UpdateAccessPolicyCommand");
1980
- var UpdateAccessPolicyCommand = _UpdateAccessPolicyCommand;
1981
2044
 
1982
2045
  // src/commands/UpdateAccountSettingsCommand.ts
1983
2046
 
1984
2047
 
1985
2048
 
1986
- var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2049
+ var UpdateAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1987
2050
  return [
1988
2051
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1989
2052
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1990
2053
  ];
1991
2054
  }).s("OpenSearchServerless", "UpdateAccountSettings", {}).n("OpenSearchServerlessClient", "UpdateAccountSettingsCommand").f(void 0, void 0).ser(se_UpdateAccountSettingsCommand).de(de_UpdateAccountSettingsCommand).build() {
2055
+ static {
2056
+ __name(this, "UpdateAccountSettingsCommand");
2057
+ }
1992
2058
  };
1993
- __name(_UpdateAccountSettingsCommand, "UpdateAccountSettingsCommand");
1994
- var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
1995
2059
 
1996
2060
  // src/commands/UpdateCollectionCommand.ts
1997
2061
 
1998
2062
 
1999
2063
 
2000
- var _UpdateCollectionCommand = class _UpdateCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2064
+ var UpdateCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2001
2065
  return [
2002
2066
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2003
2067
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2004
2068
  ];
2005
2069
  }).s("OpenSearchServerless", "UpdateCollection", {}).n("OpenSearchServerlessClient", "UpdateCollectionCommand").f(void 0, void 0).ser(se_UpdateCollectionCommand).de(de_UpdateCollectionCommand).build() {
2070
+ static {
2071
+ __name(this, "UpdateCollectionCommand");
2072
+ }
2006
2073
  };
2007
- __name(_UpdateCollectionCommand, "UpdateCollectionCommand");
2008
- var UpdateCollectionCommand = _UpdateCollectionCommand;
2009
2074
 
2010
2075
  // src/commands/UpdateLifecyclePolicyCommand.ts
2011
2076
 
2012
2077
 
2013
2078
 
2014
- var _UpdateLifecyclePolicyCommand = class _UpdateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2079
+ var UpdateLifecyclePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2015
2080
  return [
2016
2081
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2017
2082
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2018
2083
  ];
2019
2084
  }).s("OpenSearchServerless", "UpdateLifecyclePolicy", {}).n("OpenSearchServerlessClient", "UpdateLifecyclePolicyCommand").f(void 0, void 0).ser(se_UpdateLifecyclePolicyCommand).de(de_UpdateLifecyclePolicyCommand).build() {
2085
+ static {
2086
+ __name(this, "UpdateLifecyclePolicyCommand");
2087
+ }
2020
2088
  };
2021
- __name(_UpdateLifecyclePolicyCommand, "UpdateLifecyclePolicyCommand");
2022
- var UpdateLifecyclePolicyCommand = _UpdateLifecyclePolicyCommand;
2023
2089
 
2024
2090
  // src/commands/UpdateSecurityConfigCommand.ts
2025
2091
 
2026
2092
 
2027
2093
 
2028
- var _UpdateSecurityConfigCommand = class _UpdateSecurityConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2094
+ var UpdateSecurityConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2029
2095
  return [
2030
2096
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2031
2097
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2032
2098
  ];
2033
2099
  }).s("OpenSearchServerless", "UpdateSecurityConfig", {}).n("OpenSearchServerlessClient", "UpdateSecurityConfigCommand").f(void 0, void 0).ser(se_UpdateSecurityConfigCommand).de(de_UpdateSecurityConfigCommand).build() {
2100
+ static {
2101
+ __name(this, "UpdateSecurityConfigCommand");
2102
+ }
2034
2103
  };
2035
- __name(_UpdateSecurityConfigCommand, "UpdateSecurityConfigCommand");
2036
- var UpdateSecurityConfigCommand = _UpdateSecurityConfigCommand;
2037
2104
 
2038
2105
  // src/commands/UpdateSecurityPolicyCommand.ts
2039
2106
 
2040
2107
 
2041
2108
 
2042
- var _UpdateSecurityPolicyCommand = class _UpdateSecurityPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2109
+ var UpdateSecurityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2043
2110
  return [
2044
2111
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2045
2112
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2046
2113
  ];
2047
2114
  }).s("OpenSearchServerless", "UpdateSecurityPolicy", {}).n("OpenSearchServerlessClient", "UpdateSecurityPolicyCommand").f(void 0, void 0).ser(se_UpdateSecurityPolicyCommand).de(de_UpdateSecurityPolicyCommand).build() {
2115
+ static {
2116
+ __name(this, "UpdateSecurityPolicyCommand");
2117
+ }
2048
2118
  };
2049
- __name(_UpdateSecurityPolicyCommand, "UpdateSecurityPolicyCommand");
2050
- var UpdateSecurityPolicyCommand = _UpdateSecurityPolicyCommand;
2051
2119
 
2052
2120
  // src/commands/UpdateVpcEndpointCommand.ts
2053
2121
 
2054
2122
 
2055
2123
 
2056
- var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2124
+ var UpdateVpcEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2057
2125
  return [
2058
2126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2059
2127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2060
2128
  ];
2061
2129
  }).s("OpenSearchServerless", "UpdateVpcEndpoint", {}).n("OpenSearchServerlessClient", "UpdateVpcEndpointCommand").f(void 0, void 0).ser(se_UpdateVpcEndpointCommand).de(de_UpdateVpcEndpointCommand).build() {
2130
+ static {
2131
+ __name(this, "UpdateVpcEndpointCommand");
2132
+ }
2062
2133
  };
2063
- __name(_UpdateVpcEndpointCommand, "UpdateVpcEndpointCommand");
2064
- var UpdateVpcEndpointCommand = _UpdateVpcEndpointCommand;
2065
2134
 
2066
2135
  // src/OpenSearchServerless.ts
2067
2136
  var commands = {
@@ -2103,10 +2172,11 @@ var commands = {
2103
2172
  UpdateSecurityPolicyCommand,
2104
2173
  UpdateVpcEndpointCommand
2105
2174
  };
2106
- var _OpenSearchServerless = class _OpenSearchServerless extends OpenSearchServerlessClient {
2175
+ var OpenSearchServerless = class extends OpenSearchServerlessClient {
2176
+ static {
2177
+ __name(this, "OpenSearchServerless");
2178
+ }
2107
2179
  };
2108
- __name(_OpenSearchServerless, "OpenSearchServerless");
2109
- var OpenSearchServerless = _OpenSearchServerless;
2110
2180
  (0, import_smithy_client.createAggregatedClient)(commands, OpenSearchServerless);
2111
2181
 
2112
2182
  // src/pagination/ListAccessPoliciesPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class OpenSearchServerlessClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -3,38 +3,42 @@ export const AccessPolicyType = {
3
3
  data: "data",
4
4
  };
5
5
  export class ConflictException extends __BaseException {
6
+ name = "ConflictException";
7
+ $fault = "client";
6
8
  constructor(opts) {
7
9
  super({
8
10
  name: "ConflictException",
9
11
  $fault: "client",
10
12
  ...opts,
11
13
  });
12
- this.name = "ConflictException";
13
- this.$fault = "client";
14
14
  Object.setPrototypeOf(this, ConflictException.prototype);
15
15
  }
16
16
  }
17
17
  export class InternalServerException extends __BaseException {
18
+ name = "InternalServerException";
19
+ $fault = "server";
18
20
  constructor(opts) {
19
21
  super({
20
22
  name: "InternalServerException",
21
23
  $fault: "server",
22
24
  ...opts,
23
25
  });
24
- this.name = "InternalServerException";
25
- this.$fault = "server";
26
26
  Object.setPrototypeOf(this, InternalServerException.prototype);
27
27
  }
28
28
  }
29
29
  export class ServiceQuotaExceededException extends __BaseException {
30
+ name = "ServiceQuotaExceededException";
31
+ $fault = "client";
32
+ resourceId;
33
+ resourceType;
34
+ serviceCode;
35
+ quotaCode;
30
36
  constructor(opts) {
31
37
  super({
32
38
  name: "ServiceQuotaExceededException",
33
39
  $fault: "client",
34
40
  ...opts,
35
41
  });
36
- this.name = "ServiceQuotaExceededException";
37
- this.$fault = "client";
38
42
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
39
43
  this.resourceId = opts.resourceId;
40
44
  this.resourceType = opts.resourceType;
@@ -43,26 +47,26 @@ export class ServiceQuotaExceededException extends __BaseException {
43
47
  }
44
48
  }
45
49
  export class ValidationException extends __BaseException {
50
+ name = "ValidationException";
51
+ $fault = "client";
46
52
  constructor(opts) {
47
53
  super({
48
54
  name: "ValidationException",
49
55
  $fault: "client",
50
56
  ...opts,
51
57
  });
52
- this.name = "ValidationException";
53
- this.$fault = "client";
54
58
  Object.setPrototypeOf(this, ValidationException.prototype);
55
59
  }
56
60
  }
57
61
  export class ResourceNotFoundException extends __BaseException {
62
+ name = "ResourceNotFoundException";
63
+ $fault = "client";
58
64
  constructor(opts) {
59
65
  super({
60
66
  name: "ResourceNotFoundException",
61
67
  $fault: "client",
62
68
  ...opts,
63
69
  });
64
- this.name = "ResourceNotFoundException";
65
- this.$fault = "client";
66
70
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
67
71
  }
68
72
  }
@@ -94,14 +98,14 @@ export const VpcEndpointStatus = {
94
98
  PENDING: "PENDING",
95
99
  };
96
100
  export class OcuLimitExceededException extends __BaseException {
101
+ name = "OcuLimitExceededException";
102
+ $fault = "client";
97
103
  constructor(opts) {
98
104
  super({
99
105
  name: "OcuLimitExceededException",
100
106
  $fault: "client",
101
107
  ...opts,
102
108
  });
103
- this.name = "OcuLimitExceededException";
104
- this.$fault = "client";
105
109
  Object.setPrototypeOf(this, OcuLimitExceededException.prototype);
106
110
  }
107
111
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: OpenSearchServerlessClientConfig
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: OpenSearchServerlessClientConfig
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: OpenSearchServerlessClientConfig
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: OpenSearchServerlessClientConfig
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearchserverless",
3
3
  "description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.726.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-opensearchserverless",
@@ -20,58 +20,58 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.726.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.726.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.726.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.726.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsconfig/node16": "16.1.3",
67
- "@types/node": "^16.18.96",
66
+ "@tsconfig/node18": "18.2.4",
67
+ "@types/node": "^18.19.69",
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "rimraf": "3.0.2",
71
- "typescript": "~4.9.5"
71
+ "typescript": "~5.2.2"
72
72
  },
73
73
  "engines": {
74
- "node": ">=16.0.0"
74
+ "node": ">=18.0.0"
75
75
  },
76
76
  "typesVersions": {
77
77
  "<4.0": {