@aws-sdk/client-finspace-data 3.716.0 → 3.723.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
@@ -204,7 +204,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
204
204
  }, "resolveRuntimeExtensions");
205
205
 
206
206
  // src/FinspaceDataClient.ts
207
- var _FinspaceDataClient = class _FinspaceDataClient extends import_smithy_client.Client {
207
+ var FinspaceDataClient = class extends import_smithy_client.Client {
208
+ static {
209
+ __name(this, "FinspaceDataClient");
210
+ }
211
+ /**
212
+ * The resolved configuration of FinspaceDataClient class. This is resolved and normalized from the {@link FinspaceDataClientConfig | constructor configuration interface}.
213
+ */
214
+ config;
208
215
  constructor(...[configuration]) {
209
216
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
210
217
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -214,7 +221,7 @@ var _FinspaceDataClient = class _FinspaceDataClient extends import_smithy_client
214
221
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
215
222
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
216
223
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
217
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
224
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
218
225
  super(_config_8);
219
226
  this.config = _config_8;
220
227
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -242,8 +249,6 @@ var _FinspaceDataClient = class _FinspaceDataClient extends import_smithy_client
242
249
  super.destroy();
243
250
  }
244
251
  };
245
- __name(_FinspaceDataClient, "FinspaceDataClient");
246
- var FinspaceDataClient = _FinspaceDataClient;
247
252
 
248
253
  // src/FinspaceData.ts
249
254
 
@@ -261,7 +266,10 @@ var import_uuid = require("uuid");
261
266
 
262
267
  // src/models/FinspaceDataServiceException.ts
263
268
 
264
- var _FinspaceDataServiceException = class _FinspaceDataServiceException extends import_smithy_client.ServiceException {
269
+ var FinspaceDataServiceException = class _FinspaceDataServiceException extends import_smithy_client.ServiceException {
270
+ static {
271
+ __name(this, "FinspaceDataServiceException");
272
+ }
265
273
  /**
266
274
  * @internal
267
275
  */
@@ -270,12 +278,15 @@ var _FinspaceDataServiceException = class _FinspaceDataServiceException extends
270
278
  Object.setPrototypeOf(this, _FinspaceDataServiceException.prototype);
271
279
  }
272
280
  };
273
- __name(_FinspaceDataServiceException, "FinspaceDataServiceException");
274
- var FinspaceDataServiceException = _FinspaceDataServiceException;
275
281
 
276
282
  // src/models/models_0.ts
277
283
 
278
- var _AccessDeniedException = class _AccessDeniedException extends FinspaceDataServiceException {
284
+ var AccessDeniedException = class _AccessDeniedException extends FinspaceDataServiceException {
285
+ static {
286
+ __name(this, "AccessDeniedException");
287
+ }
288
+ name = "AccessDeniedException";
289
+ $fault = "client";
279
290
  /**
280
291
  * @internal
281
292
  */
@@ -285,13 +296,9 @@ var _AccessDeniedException = class _AccessDeniedException extends FinspaceDataSe
285
296
  $fault: "client",
286
297
  ...opts
287
298
  });
288
- this.name = "AccessDeniedException";
289
- this.$fault = "client";
290
299
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
291
300
  }
292
301
  };
293
- __name(_AccessDeniedException, "AccessDeniedException");
294
- var AccessDeniedException = _AccessDeniedException;
295
302
  var ApiAccess = {
296
303
  DISABLED: "DISABLED",
297
304
  ENABLED: "ENABLED"
@@ -305,7 +312,13 @@ var ApplicationPermission = {
305
312
  ManageUsersAndGroups: "ManageUsersAndGroups",
306
313
  ViewAuditData: "ViewAuditData"
307
314
  };
308
- var _ConflictException = class _ConflictException extends FinspaceDataServiceException {
315
+ var ConflictException = class _ConflictException extends FinspaceDataServiceException {
316
+ static {
317
+ __name(this, "ConflictException");
318
+ }
319
+ name = "ConflictException";
320
+ $fault = "client";
321
+ reason;
309
322
  /**
310
323
  * @internal
311
324
  */
@@ -315,15 +328,16 @@ var _ConflictException = class _ConflictException extends FinspaceDataServiceExc
315
328
  $fault: "client",
316
329
  ...opts
317
330
  });
318
- this.name = "ConflictException";
319
- this.$fault = "client";
320
331
  Object.setPrototypeOf(this, _ConflictException.prototype);
321
332
  this.reason = opts.reason;
322
333
  }
323
334
  };
324
- __name(_ConflictException, "ConflictException");
325
- var ConflictException = _ConflictException;
326
- var _InternalServerException = class _InternalServerException extends FinspaceDataServiceException {
335
+ var InternalServerException = class _InternalServerException extends FinspaceDataServiceException {
336
+ static {
337
+ __name(this, "InternalServerException");
338
+ }
339
+ name = "InternalServerException";
340
+ $fault = "server";
327
341
  /**
328
342
  * @internal
329
343
  */
@@ -333,14 +347,16 @@ var _InternalServerException = class _InternalServerException extends FinspaceDa
333
347
  $fault: "server",
334
348
  ...opts
335
349
  });
336
- this.name = "InternalServerException";
337
- this.$fault = "server";
338
350
  Object.setPrototypeOf(this, _InternalServerException.prototype);
339
351
  }
340
352
  };
341
- __name(_InternalServerException, "InternalServerException");
342
- var InternalServerException = _InternalServerException;
343
- var _ResourceNotFoundException = class _ResourceNotFoundException extends FinspaceDataServiceException {
353
+ var ResourceNotFoundException = class _ResourceNotFoundException extends FinspaceDataServiceException {
354
+ static {
355
+ __name(this, "ResourceNotFoundException");
356
+ }
357
+ name = "ResourceNotFoundException";
358
+ $fault = "client";
359
+ reason;
344
360
  /**
345
361
  * @internal
346
362
  */
@@ -350,15 +366,16 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Finspa
350
366
  $fault: "client",
351
367
  ...opts
352
368
  });
353
- this.name = "ResourceNotFoundException";
354
- this.$fault = "client";
355
369
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
356
370
  this.reason = opts.reason;
357
371
  }
358
372
  };
359
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
360
- var ResourceNotFoundException = _ResourceNotFoundException;
361
- var _ThrottlingException = class _ThrottlingException extends FinspaceDataServiceException {
373
+ var ThrottlingException = class _ThrottlingException extends FinspaceDataServiceException {
374
+ static {
375
+ __name(this, "ThrottlingException");
376
+ }
377
+ name = "ThrottlingException";
378
+ $fault = "client";
362
379
  /**
363
380
  * @internal
364
381
  */
@@ -368,14 +385,16 @@ var _ThrottlingException = class _ThrottlingException extends FinspaceDataServic
368
385
  $fault: "client",
369
386
  ...opts
370
387
  });
371
- this.name = "ThrottlingException";
372
- this.$fault = "client";
373
388
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
374
389
  }
375
390
  };
376
- __name(_ThrottlingException, "ThrottlingException");
377
- var ThrottlingException = _ThrottlingException;
378
- var _ValidationException = class _ValidationException extends FinspaceDataServiceException {
391
+ var ValidationException = class _ValidationException extends FinspaceDataServiceException {
392
+ static {
393
+ __name(this, "ValidationException");
394
+ }
395
+ name = "ValidationException";
396
+ $fault = "client";
397
+ reason;
379
398
  /**
380
399
  * @internal
381
400
  */
@@ -385,20 +404,21 @@ var _ValidationException = class _ValidationException extends FinspaceDataServic
385
404
  $fault: "client",
386
405
  ...opts
387
406
  });
388
- this.name = "ValidationException";
389
- this.$fault = "client";
390
407
  Object.setPrototypeOf(this, _ValidationException.prototype);
391
408
  this.reason = opts.reason;
392
409
  }
393
410
  };
394
- __name(_ValidationException, "ValidationException");
395
- var ValidationException = _ValidationException;
396
411
  var ChangeType = {
397
412
  APPEND: "APPEND",
398
413
  MODIFY: "MODIFY",
399
414
  REPLACE: "REPLACE"
400
415
  };
401
- var _LimitExceededException = class _LimitExceededException extends FinspaceDataServiceException {
416
+ var LimitExceededException = class _LimitExceededException extends FinspaceDataServiceException {
417
+ static {
418
+ __name(this, "LimitExceededException");
419
+ }
420
+ name = "LimitExceededException";
421
+ $fault = "client";
402
422
  /**
403
423
  * @internal
404
424
  */
@@ -408,13 +428,9 @@ var _LimitExceededException = class _LimitExceededException extends FinspaceData
408
428
  $fault: "client",
409
429
  ...opts
410
430
  });
411
- this.name = "LimitExceededException";
412
- this.$fault = "client";
413
431
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
414
432
  }
415
433
  };
416
- __name(_LimitExceededException, "LimitExceededException");
417
- var LimitExceededException = _LimitExceededException;
418
434
  var DatasetKind = {
419
435
  NON_TABULAR: "NON_TABULAR",
420
436
  TABULAR: "TABULAR"
@@ -1687,435 +1703,466 @@ var _mR = "maxResults";
1687
1703
  var _nT = "nextToken";
1688
1704
 
1689
1705
  // src/commands/AssociateUserToPermissionGroupCommand.ts
1690
- var _AssociateUserToPermissionGroupCommand = class _AssociateUserToPermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1706
+ var AssociateUserToPermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1691
1707
  return [
1692
1708
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1693
1709
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1694
1710
  ];
1695
1711
  }).s("AWSHabaneroPublicAPI", "AssociateUserToPermissionGroup", {}).n("FinspaceDataClient", "AssociateUserToPermissionGroupCommand").f(void 0, void 0).ser(se_AssociateUserToPermissionGroupCommand).de(de_AssociateUserToPermissionGroupCommand).build() {
1712
+ static {
1713
+ __name(this, "AssociateUserToPermissionGroupCommand");
1714
+ }
1696
1715
  };
1697
- __name(_AssociateUserToPermissionGroupCommand, "AssociateUserToPermissionGroupCommand");
1698
- var AssociateUserToPermissionGroupCommand = _AssociateUserToPermissionGroupCommand;
1699
1716
 
1700
1717
  // src/commands/CreateChangesetCommand.ts
1701
1718
 
1702
1719
 
1703
1720
 
1704
- var _CreateChangesetCommand = class _CreateChangesetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1721
+ var CreateChangesetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1705
1722
  return [
1706
1723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1707
1724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1708
1725
  ];
1709
1726
  }).s("AWSHabaneroPublicAPI", "CreateChangeset", {}).n("FinspaceDataClient", "CreateChangesetCommand").f(void 0, void 0).ser(se_CreateChangesetCommand).de(de_CreateChangesetCommand).build() {
1727
+ static {
1728
+ __name(this, "CreateChangesetCommand");
1729
+ }
1710
1730
  };
1711
- __name(_CreateChangesetCommand, "CreateChangesetCommand");
1712
- var CreateChangesetCommand = _CreateChangesetCommand;
1713
1731
 
1714
1732
  // src/commands/CreateDatasetCommand.ts
1715
1733
 
1716
1734
 
1717
1735
 
1718
- var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1736
+ var CreateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1719
1737
  return [
1720
1738
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1721
1739
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1722
1740
  ];
1723
1741
  }).s("AWSHabaneroPublicAPI", "CreateDataset", {}).n("FinspaceDataClient", "CreateDatasetCommand").f(CreateDatasetRequestFilterSensitiveLog, void 0).ser(se_CreateDatasetCommand).de(de_CreateDatasetCommand).build() {
1742
+ static {
1743
+ __name(this, "CreateDatasetCommand");
1744
+ }
1724
1745
  };
1725
- __name(_CreateDatasetCommand, "CreateDatasetCommand");
1726
- var CreateDatasetCommand = _CreateDatasetCommand;
1727
1746
 
1728
1747
  // src/commands/CreateDataViewCommand.ts
1729
1748
 
1730
1749
 
1731
1750
 
1732
- var _CreateDataViewCommand = class _CreateDataViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1751
+ var CreateDataViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1733
1752
  return [
1734
1753
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1735
1754
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1736
1755
  ];
1737
1756
  }).s("AWSHabaneroPublicAPI", "CreateDataView", {}).n("FinspaceDataClient", "CreateDataViewCommand").f(void 0, void 0).ser(se_CreateDataViewCommand).de(de_CreateDataViewCommand).build() {
1757
+ static {
1758
+ __name(this, "CreateDataViewCommand");
1759
+ }
1738
1760
  };
1739
- __name(_CreateDataViewCommand, "CreateDataViewCommand");
1740
- var CreateDataViewCommand = _CreateDataViewCommand;
1741
1761
 
1742
1762
  // src/commands/CreatePermissionGroupCommand.ts
1743
1763
 
1744
1764
 
1745
1765
 
1746
- var _CreatePermissionGroupCommand = class _CreatePermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1766
+ var CreatePermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1747
1767
  return [
1748
1768
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1749
1769
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1750
1770
  ];
1751
1771
  }).s("AWSHabaneroPublicAPI", "CreatePermissionGroup", {}).n("FinspaceDataClient", "CreatePermissionGroupCommand").f(CreatePermissionGroupRequestFilterSensitiveLog, void 0).ser(se_CreatePermissionGroupCommand).de(de_CreatePermissionGroupCommand).build() {
1772
+ static {
1773
+ __name(this, "CreatePermissionGroupCommand");
1774
+ }
1752
1775
  };
1753
- __name(_CreatePermissionGroupCommand, "CreatePermissionGroupCommand");
1754
- var CreatePermissionGroupCommand = _CreatePermissionGroupCommand;
1755
1776
 
1756
1777
  // src/commands/CreateUserCommand.ts
1757
1778
 
1758
1779
 
1759
1780
 
1760
- var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1781
+ var CreateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1761
1782
  return [
1762
1783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1763
1784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1764
1785
  ];
1765
1786
  }).s("AWSHabaneroPublicAPI", "CreateUser", {}).n("FinspaceDataClient", "CreateUserCommand").f(CreateUserRequestFilterSensitiveLog, void 0).ser(se_CreateUserCommand).de(de_CreateUserCommand).build() {
1787
+ static {
1788
+ __name(this, "CreateUserCommand");
1789
+ }
1766
1790
  };
1767
- __name(_CreateUserCommand, "CreateUserCommand");
1768
- var CreateUserCommand = _CreateUserCommand;
1769
1791
 
1770
1792
  // src/commands/DeleteDatasetCommand.ts
1771
1793
 
1772
1794
 
1773
1795
 
1774
- var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1796
+ var DeleteDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1775
1797
  return [
1776
1798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1777
1799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1778
1800
  ];
1779
1801
  }).s("AWSHabaneroPublicAPI", "DeleteDataset", {}).n("FinspaceDataClient", "DeleteDatasetCommand").f(void 0, void 0).ser(se_DeleteDatasetCommand).de(de_DeleteDatasetCommand).build() {
1802
+ static {
1803
+ __name(this, "DeleteDatasetCommand");
1804
+ }
1780
1805
  };
1781
- __name(_DeleteDatasetCommand, "DeleteDatasetCommand");
1782
- var DeleteDatasetCommand = _DeleteDatasetCommand;
1783
1806
 
1784
1807
  // src/commands/DeletePermissionGroupCommand.ts
1785
1808
 
1786
1809
 
1787
1810
 
1788
- var _DeletePermissionGroupCommand = class _DeletePermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1811
+ var DeletePermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1789
1812
  return [
1790
1813
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1791
1814
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1792
1815
  ];
1793
1816
  }).s("AWSHabaneroPublicAPI", "DeletePermissionGroup", {}).n("FinspaceDataClient", "DeletePermissionGroupCommand").f(void 0, void 0).ser(se_DeletePermissionGroupCommand).de(de_DeletePermissionGroupCommand).build() {
1817
+ static {
1818
+ __name(this, "DeletePermissionGroupCommand");
1819
+ }
1794
1820
  };
1795
- __name(_DeletePermissionGroupCommand, "DeletePermissionGroupCommand");
1796
- var DeletePermissionGroupCommand = _DeletePermissionGroupCommand;
1797
1821
 
1798
1822
  // src/commands/DisableUserCommand.ts
1799
1823
 
1800
1824
 
1801
1825
 
1802
- var _DisableUserCommand = class _DisableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1826
+ var DisableUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1803
1827
  return [
1804
1828
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1805
1829
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1806
1830
  ];
1807
1831
  }).s("AWSHabaneroPublicAPI", "DisableUser", {}).n("FinspaceDataClient", "DisableUserCommand").f(void 0, void 0).ser(se_DisableUserCommand).de(de_DisableUserCommand).build() {
1832
+ static {
1833
+ __name(this, "DisableUserCommand");
1834
+ }
1808
1835
  };
1809
- __name(_DisableUserCommand, "DisableUserCommand");
1810
- var DisableUserCommand = _DisableUserCommand;
1811
1836
 
1812
1837
  // src/commands/DisassociateUserFromPermissionGroupCommand.ts
1813
1838
 
1814
1839
 
1815
1840
 
1816
- var _DisassociateUserFromPermissionGroupCommand = class _DisassociateUserFromPermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1841
+ var DisassociateUserFromPermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1817
1842
  return [
1818
1843
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1819
1844
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1820
1845
  ];
1821
1846
  }).s("AWSHabaneroPublicAPI", "DisassociateUserFromPermissionGroup", {}).n("FinspaceDataClient", "DisassociateUserFromPermissionGroupCommand").f(void 0, void 0).ser(se_DisassociateUserFromPermissionGroupCommand).de(de_DisassociateUserFromPermissionGroupCommand).build() {
1847
+ static {
1848
+ __name(this, "DisassociateUserFromPermissionGroupCommand");
1849
+ }
1822
1850
  };
1823
- __name(_DisassociateUserFromPermissionGroupCommand, "DisassociateUserFromPermissionGroupCommand");
1824
- var DisassociateUserFromPermissionGroupCommand = _DisassociateUserFromPermissionGroupCommand;
1825
1851
 
1826
1852
  // src/commands/EnableUserCommand.ts
1827
1853
 
1828
1854
 
1829
1855
 
1830
- var _EnableUserCommand = class _EnableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1856
+ var EnableUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1831
1857
  return [
1832
1858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1833
1859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1834
1860
  ];
1835
1861
  }).s("AWSHabaneroPublicAPI", "EnableUser", {}).n("FinspaceDataClient", "EnableUserCommand").f(void 0, void 0).ser(se_EnableUserCommand).de(de_EnableUserCommand).build() {
1862
+ static {
1863
+ __name(this, "EnableUserCommand");
1864
+ }
1836
1865
  };
1837
- __name(_EnableUserCommand, "EnableUserCommand");
1838
- var EnableUserCommand = _EnableUserCommand;
1839
1866
 
1840
1867
  // src/commands/GetChangesetCommand.ts
1841
1868
 
1842
1869
 
1843
1870
 
1844
- var _GetChangesetCommand = class _GetChangesetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1871
+ var GetChangesetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1845
1872
  return [
1846
1873
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1847
1874
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1848
1875
  ];
1849
1876
  }).s("AWSHabaneroPublicAPI", "GetChangeset", {}).n("FinspaceDataClient", "GetChangesetCommand").f(void 0, void 0).ser(se_GetChangesetCommand).de(de_GetChangesetCommand).build() {
1877
+ static {
1878
+ __name(this, "GetChangesetCommand");
1879
+ }
1850
1880
  };
1851
- __name(_GetChangesetCommand, "GetChangesetCommand");
1852
- var GetChangesetCommand = _GetChangesetCommand;
1853
1881
 
1854
1882
  // src/commands/GetDatasetCommand.ts
1855
1883
 
1856
1884
 
1857
1885
 
1858
- var _GetDatasetCommand = class _GetDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1886
+ var GetDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1859
1887
  return [
1860
1888
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1861
1889
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1862
1890
  ];
1863
1891
  }).s("AWSHabaneroPublicAPI", "GetDataset", {}).n("FinspaceDataClient", "GetDatasetCommand").f(void 0, void 0).ser(se_GetDatasetCommand).de(de_GetDatasetCommand).build() {
1892
+ static {
1893
+ __name(this, "GetDatasetCommand");
1894
+ }
1864
1895
  };
1865
- __name(_GetDatasetCommand, "GetDatasetCommand");
1866
- var GetDatasetCommand = _GetDatasetCommand;
1867
1896
 
1868
1897
  // src/commands/GetDataViewCommand.ts
1869
1898
 
1870
1899
 
1871
1900
 
1872
- var _GetDataViewCommand = class _GetDataViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1901
+ var GetDataViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1873
1902
  return [
1874
1903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1875
1904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1876
1905
  ];
1877
1906
  }).s("AWSHabaneroPublicAPI", "GetDataView", {}).n("FinspaceDataClient", "GetDataViewCommand").f(void 0, void 0).ser(se_GetDataViewCommand).de(de_GetDataViewCommand).build() {
1907
+ static {
1908
+ __name(this, "GetDataViewCommand");
1909
+ }
1878
1910
  };
1879
- __name(_GetDataViewCommand, "GetDataViewCommand");
1880
- var GetDataViewCommand = _GetDataViewCommand;
1881
1911
 
1882
1912
  // src/commands/GetExternalDataViewAccessDetailsCommand.ts
1883
1913
 
1884
1914
 
1885
1915
 
1886
- var _GetExternalDataViewAccessDetailsCommand = class _GetExternalDataViewAccessDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1916
+ var GetExternalDataViewAccessDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1887
1917
  return [
1888
1918
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1889
1919
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1890
1920
  ];
1891
1921
  }).s("AWSHabaneroPublicAPI", "GetExternalDataViewAccessDetails", {}).n("FinspaceDataClient", "GetExternalDataViewAccessDetailsCommand").f(void 0, GetExternalDataViewAccessDetailsResponseFilterSensitiveLog).ser(se_GetExternalDataViewAccessDetailsCommand).de(de_GetExternalDataViewAccessDetailsCommand).build() {
1922
+ static {
1923
+ __name(this, "GetExternalDataViewAccessDetailsCommand");
1924
+ }
1892
1925
  };
1893
- __name(_GetExternalDataViewAccessDetailsCommand, "GetExternalDataViewAccessDetailsCommand");
1894
- var GetExternalDataViewAccessDetailsCommand = _GetExternalDataViewAccessDetailsCommand;
1895
1926
 
1896
1927
  // src/commands/GetPermissionGroupCommand.ts
1897
1928
 
1898
1929
 
1899
1930
 
1900
- var _GetPermissionGroupCommand = class _GetPermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1931
+ var GetPermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1901
1932
  return [
1902
1933
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1903
1934
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1904
1935
  ];
1905
1936
  }).s("AWSHabaneroPublicAPI", "GetPermissionGroup", {}).n("FinspaceDataClient", "GetPermissionGroupCommand").f(void 0, GetPermissionGroupResponseFilterSensitiveLog).ser(se_GetPermissionGroupCommand).de(de_GetPermissionGroupCommand).build() {
1937
+ static {
1938
+ __name(this, "GetPermissionGroupCommand");
1939
+ }
1906
1940
  };
1907
- __name(_GetPermissionGroupCommand, "GetPermissionGroupCommand");
1908
- var GetPermissionGroupCommand = _GetPermissionGroupCommand;
1909
1941
 
1910
1942
  // src/commands/GetProgrammaticAccessCredentialsCommand.ts
1911
1943
 
1912
1944
 
1913
1945
 
1914
- var _GetProgrammaticAccessCredentialsCommand = class _GetProgrammaticAccessCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1946
+ var GetProgrammaticAccessCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1915
1947
  return [
1916
1948
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1917
1949
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1918
1950
  ];
1919
1951
  }).s("AWSHabaneroPublicAPI", "GetProgrammaticAccessCredentials", {}).n("FinspaceDataClient", "GetProgrammaticAccessCredentialsCommand").f(void 0, GetProgrammaticAccessCredentialsResponseFilterSensitiveLog).ser(se_GetProgrammaticAccessCredentialsCommand).de(de_GetProgrammaticAccessCredentialsCommand).build() {
1952
+ static {
1953
+ __name(this, "GetProgrammaticAccessCredentialsCommand");
1954
+ }
1920
1955
  };
1921
- __name(_GetProgrammaticAccessCredentialsCommand, "GetProgrammaticAccessCredentialsCommand");
1922
- var GetProgrammaticAccessCredentialsCommand = _GetProgrammaticAccessCredentialsCommand;
1923
1956
 
1924
1957
  // src/commands/GetUserCommand.ts
1925
1958
 
1926
1959
 
1927
1960
 
1928
- var _GetUserCommand = class _GetUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1961
+ var GetUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1929
1962
  return [
1930
1963
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1931
1964
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1932
1965
  ];
1933
1966
  }).s("AWSHabaneroPublicAPI", "GetUser", {}).n("FinspaceDataClient", "GetUserCommand").f(void 0, GetUserResponseFilterSensitiveLog).ser(se_GetUserCommand).de(de_GetUserCommand).build() {
1967
+ static {
1968
+ __name(this, "GetUserCommand");
1969
+ }
1934
1970
  };
1935
- __name(_GetUserCommand, "GetUserCommand");
1936
- var GetUserCommand = _GetUserCommand;
1937
1971
 
1938
1972
  // src/commands/GetWorkingLocationCommand.ts
1939
1973
 
1940
1974
 
1941
1975
 
1942
- var _GetWorkingLocationCommand = class _GetWorkingLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1976
+ var GetWorkingLocationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1943
1977
  return [
1944
1978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1945
1979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1946
1980
  ];
1947
1981
  }).s("AWSHabaneroPublicAPI", "GetWorkingLocation", {}).n("FinspaceDataClient", "GetWorkingLocationCommand").f(void 0, void 0).ser(se_GetWorkingLocationCommand).de(de_GetWorkingLocationCommand).build() {
1982
+ static {
1983
+ __name(this, "GetWorkingLocationCommand");
1984
+ }
1948
1985
  };
1949
- __name(_GetWorkingLocationCommand, "GetWorkingLocationCommand");
1950
- var GetWorkingLocationCommand = _GetWorkingLocationCommand;
1951
1986
 
1952
1987
  // src/commands/ListChangesetsCommand.ts
1953
1988
 
1954
1989
 
1955
1990
 
1956
- var _ListChangesetsCommand = class _ListChangesetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1991
+ var ListChangesetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1957
1992
  return [
1958
1993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1959
1994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1960
1995
  ];
1961
1996
  }).s("AWSHabaneroPublicAPI", "ListChangesets", {}).n("FinspaceDataClient", "ListChangesetsCommand").f(void 0, void 0).ser(se_ListChangesetsCommand).de(de_ListChangesetsCommand).build() {
1997
+ static {
1998
+ __name(this, "ListChangesetsCommand");
1999
+ }
1962
2000
  };
1963
- __name(_ListChangesetsCommand, "ListChangesetsCommand");
1964
- var ListChangesetsCommand = _ListChangesetsCommand;
1965
2001
 
1966
2002
  // src/commands/ListDatasetsCommand.ts
1967
2003
 
1968
2004
 
1969
2005
 
1970
- var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2006
+ var ListDatasetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1971
2007
  return [
1972
2008
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1973
2009
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1974
2010
  ];
1975
2011
  }).s("AWSHabaneroPublicAPI", "ListDatasets", {}).n("FinspaceDataClient", "ListDatasetsCommand").f(void 0, ListDatasetsResponseFilterSensitiveLog).ser(se_ListDatasetsCommand).de(de_ListDatasetsCommand).build() {
2012
+ static {
2013
+ __name(this, "ListDatasetsCommand");
2014
+ }
1976
2015
  };
1977
- __name(_ListDatasetsCommand, "ListDatasetsCommand");
1978
- var ListDatasetsCommand = _ListDatasetsCommand;
1979
2016
 
1980
2017
  // src/commands/ListDataViewsCommand.ts
1981
2018
 
1982
2019
 
1983
2020
 
1984
- var _ListDataViewsCommand = class _ListDataViewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2021
+ var ListDataViewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1985
2022
  return [
1986
2023
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1987
2024
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1988
2025
  ];
1989
2026
  }).s("AWSHabaneroPublicAPI", "ListDataViews", {}).n("FinspaceDataClient", "ListDataViewsCommand").f(void 0, void 0).ser(se_ListDataViewsCommand).de(de_ListDataViewsCommand).build() {
2027
+ static {
2028
+ __name(this, "ListDataViewsCommand");
2029
+ }
1990
2030
  };
1991
- __name(_ListDataViewsCommand, "ListDataViewsCommand");
1992
- var ListDataViewsCommand = _ListDataViewsCommand;
1993
2031
 
1994
2032
  // src/commands/ListPermissionGroupsByUserCommand.ts
1995
2033
 
1996
2034
 
1997
2035
 
1998
- var _ListPermissionGroupsByUserCommand = class _ListPermissionGroupsByUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2036
+ var ListPermissionGroupsByUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1999
2037
  return [
2000
2038
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2001
2039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2002
2040
  ];
2003
2041
  }).s("AWSHabaneroPublicAPI", "ListPermissionGroupsByUser", {}).n("FinspaceDataClient", "ListPermissionGroupsByUserCommand").f(void 0, ListPermissionGroupsByUserResponseFilterSensitiveLog).ser(se_ListPermissionGroupsByUserCommand).de(de_ListPermissionGroupsByUserCommand).build() {
2042
+ static {
2043
+ __name(this, "ListPermissionGroupsByUserCommand");
2044
+ }
2004
2045
  };
2005
- __name(_ListPermissionGroupsByUserCommand, "ListPermissionGroupsByUserCommand");
2006
- var ListPermissionGroupsByUserCommand = _ListPermissionGroupsByUserCommand;
2007
2046
 
2008
2047
  // src/commands/ListPermissionGroupsCommand.ts
2009
2048
 
2010
2049
 
2011
2050
 
2012
- var _ListPermissionGroupsCommand = class _ListPermissionGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2051
+ var ListPermissionGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2013
2052
  return [
2014
2053
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2015
2054
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2016
2055
  ];
2017
2056
  }).s("AWSHabaneroPublicAPI", "ListPermissionGroups", {}).n("FinspaceDataClient", "ListPermissionGroupsCommand").f(void 0, ListPermissionGroupsResponseFilterSensitiveLog).ser(se_ListPermissionGroupsCommand).de(de_ListPermissionGroupsCommand).build() {
2057
+ static {
2058
+ __name(this, "ListPermissionGroupsCommand");
2059
+ }
2018
2060
  };
2019
- __name(_ListPermissionGroupsCommand, "ListPermissionGroupsCommand");
2020
- var ListPermissionGroupsCommand = _ListPermissionGroupsCommand;
2021
2061
 
2022
2062
  // src/commands/ListUsersByPermissionGroupCommand.ts
2023
2063
 
2024
2064
 
2025
2065
 
2026
- var _ListUsersByPermissionGroupCommand = class _ListUsersByPermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2066
+ var ListUsersByPermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2027
2067
  return [
2028
2068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2029
2069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2030
2070
  ];
2031
2071
  }).s("AWSHabaneroPublicAPI", "ListUsersByPermissionGroup", {}).n("FinspaceDataClient", "ListUsersByPermissionGroupCommand").f(void 0, ListUsersByPermissionGroupResponseFilterSensitiveLog).ser(se_ListUsersByPermissionGroupCommand).de(de_ListUsersByPermissionGroupCommand).build() {
2072
+ static {
2073
+ __name(this, "ListUsersByPermissionGroupCommand");
2074
+ }
2032
2075
  };
2033
- __name(_ListUsersByPermissionGroupCommand, "ListUsersByPermissionGroupCommand");
2034
- var ListUsersByPermissionGroupCommand = _ListUsersByPermissionGroupCommand;
2035
2076
 
2036
2077
  // src/commands/ListUsersCommand.ts
2037
2078
 
2038
2079
 
2039
2080
 
2040
- var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2081
+ var ListUsersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2041
2082
  return [
2042
2083
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2043
2084
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2044
2085
  ];
2045
2086
  }).s("AWSHabaneroPublicAPI", "ListUsers", {}).n("FinspaceDataClient", "ListUsersCommand").f(void 0, ListUsersResponseFilterSensitiveLog).ser(se_ListUsersCommand).de(de_ListUsersCommand).build() {
2087
+ static {
2088
+ __name(this, "ListUsersCommand");
2089
+ }
2046
2090
  };
2047
- __name(_ListUsersCommand, "ListUsersCommand");
2048
- var ListUsersCommand = _ListUsersCommand;
2049
2091
 
2050
2092
  // src/commands/ResetUserPasswordCommand.ts
2051
2093
 
2052
2094
 
2053
2095
 
2054
- var _ResetUserPasswordCommand = class _ResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2096
+ var ResetUserPasswordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2055
2097
  return [
2056
2098
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2057
2099
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2058
2100
  ];
2059
2101
  }).s("AWSHabaneroPublicAPI", "ResetUserPassword", {}).n("FinspaceDataClient", "ResetUserPasswordCommand").f(void 0, ResetUserPasswordResponseFilterSensitiveLog).ser(se_ResetUserPasswordCommand).de(de_ResetUserPasswordCommand).build() {
2102
+ static {
2103
+ __name(this, "ResetUserPasswordCommand");
2104
+ }
2060
2105
  };
2061
- __name(_ResetUserPasswordCommand, "ResetUserPasswordCommand");
2062
- var ResetUserPasswordCommand = _ResetUserPasswordCommand;
2063
2106
 
2064
2107
  // src/commands/UpdateChangesetCommand.ts
2065
2108
 
2066
2109
 
2067
2110
 
2068
- var _UpdateChangesetCommand = class _UpdateChangesetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2111
+ var UpdateChangesetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2069
2112
  return [
2070
2113
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2071
2114
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2072
2115
  ];
2073
2116
  }).s("AWSHabaneroPublicAPI", "UpdateChangeset", {}).n("FinspaceDataClient", "UpdateChangesetCommand").f(void 0, void 0).ser(se_UpdateChangesetCommand).de(de_UpdateChangesetCommand).build() {
2117
+ static {
2118
+ __name(this, "UpdateChangesetCommand");
2119
+ }
2074
2120
  };
2075
- __name(_UpdateChangesetCommand, "UpdateChangesetCommand");
2076
- var UpdateChangesetCommand = _UpdateChangesetCommand;
2077
2121
 
2078
2122
  // src/commands/UpdateDatasetCommand.ts
2079
2123
 
2080
2124
 
2081
2125
 
2082
- var _UpdateDatasetCommand = class _UpdateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2126
+ var UpdateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2083
2127
  return [
2084
2128
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2085
2129
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2086
2130
  ];
2087
2131
  }).s("AWSHabaneroPublicAPI", "UpdateDataset", {}).n("FinspaceDataClient", "UpdateDatasetCommand").f(void 0, void 0).ser(se_UpdateDatasetCommand).de(de_UpdateDatasetCommand).build() {
2132
+ static {
2133
+ __name(this, "UpdateDatasetCommand");
2134
+ }
2088
2135
  };
2089
- __name(_UpdateDatasetCommand, "UpdateDatasetCommand");
2090
- var UpdateDatasetCommand = _UpdateDatasetCommand;
2091
2136
 
2092
2137
  // src/commands/UpdatePermissionGroupCommand.ts
2093
2138
 
2094
2139
 
2095
2140
 
2096
- var _UpdatePermissionGroupCommand = class _UpdatePermissionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2141
+ var UpdatePermissionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2097
2142
  return [
2098
2143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2099
2144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2100
2145
  ];
2101
2146
  }).s("AWSHabaneroPublicAPI", "UpdatePermissionGroup", {}).n("FinspaceDataClient", "UpdatePermissionGroupCommand").f(UpdatePermissionGroupRequestFilterSensitiveLog, void 0).ser(se_UpdatePermissionGroupCommand).de(de_UpdatePermissionGroupCommand).build() {
2147
+ static {
2148
+ __name(this, "UpdatePermissionGroupCommand");
2149
+ }
2102
2150
  };
2103
- __name(_UpdatePermissionGroupCommand, "UpdatePermissionGroupCommand");
2104
- var UpdatePermissionGroupCommand = _UpdatePermissionGroupCommand;
2105
2151
 
2106
2152
  // src/commands/UpdateUserCommand.ts
2107
2153
 
2108
2154
 
2109
2155
 
2110
- var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2156
+ var UpdateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2111
2157
  return [
2112
2158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2113
2159
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2114
2160
  ];
2115
2161
  }).s("AWSHabaneroPublicAPI", "UpdateUser", {}).n("FinspaceDataClient", "UpdateUserCommand").f(UpdateUserRequestFilterSensitiveLog, void 0).ser(se_UpdateUserCommand).de(de_UpdateUserCommand).build() {
2162
+ static {
2163
+ __name(this, "UpdateUserCommand");
2164
+ }
2116
2165
  };
2117
- __name(_UpdateUserCommand, "UpdateUserCommand");
2118
- var UpdateUserCommand = _UpdateUserCommand;
2119
2166
 
2120
2167
  // src/FinspaceData.ts
2121
2168
  var commands = {
@@ -2151,10 +2198,11 @@ var commands = {
2151
2198
  UpdatePermissionGroupCommand,
2152
2199
  UpdateUserCommand
2153
2200
  };
2154
- var _FinspaceData = class _FinspaceData extends FinspaceDataClient {
2201
+ var FinspaceData = class extends FinspaceDataClient {
2202
+ static {
2203
+ __name(this, "FinspaceData");
2204
+ }
2155
2205
  };
2156
- __name(_FinspaceData, "FinspaceData");
2157
- var FinspaceData = _FinspaceData;
2158
2206
  (0, import_smithy_client.createAggregatedClient)(commands, FinspaceData);
2159
2207
 
2160
2208
  // src/pagination/ListChangesetsPaginator.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 FinspaceDataClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,14 +1,14 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { FinspaceDataServiceException as __BaseException } from "./FinspaceDataServiceException";
3
3
  export class AccessDeniedException extends __BaseException {
4
+ name = "AccessDeniedException";
5
+ $fault = "client";
4
6
  constructor(opts) {
5
7
  super({
6
8
  name: "AccessDeniedException",
7
9
  $fault: "client",
8
10
  ...opts,
9
11
  });
10
- this.name = "AccessDeniedException";
11
- this.$fault = "client";
12
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
13
  }
14
14
  }
@@ -26,64 +26,67 @@ export const ApplicationPermission = {
26
26
  ViewAuditData: "ViewAuditData",
27
27
  };
28
28
  export class ConflictException extends __BaseException {
29
+ name = "ConflictException";
30
+ $fault = "client";
31
+ reason;
29
32
  constructor(opts) {
30
33
  super({
31
34
  name: "ConflictException",
32
35
  $fault: "client",
33
36
  ...opts,
34
37
  });
35
- this.name = "ConflictException";
36
- this.$fault = "client";
37
38
  Object.setPrototypeOf(this, ConflictException.prototype);
38
39
  this.reason = opts.reason;
39
40
  }
40
41
  }
41
42
  export class InternalServerException extends __BaseException {
43
+ name = "InternalServerException";
44
+ $fault = "server";
42
45
  constructor(opts) {
43
46
  super({
44
47
  name: "InternalServerException",
45
48
  $fault: "server",
46
49
  ...opts,
47
50
  });
48
- this.name = "InternalServerException";
49
- this.$fault = "server";
50
51
  Object.setPrototypeOf(this, InternalServerException.prototype);
51
52
  }
52
53
  }
53
54
  export class ResourceNotFoundException extends __BaseException {
55
+ name = "ResourceNotFoundException";
56
+ $fault = "client";
57
+ reason;
54
58
  constructor(opts) {
55
59
  super({
56
60
  name: "ResourceNotFoundException",
57
61
  $fault: "client",
58
62
  ...opts,
59
63
  });
60
- this.name = "ResourceNotFoundException";
61
- this.$fault = "client";
62
64
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
63
65
  this.reason = opts.reason;
64
66
  }
65
67
  }
66
68
  export class ThrottlingException extends __BaseException {
69
+ name = "ThrottlingException";
70
+ $fault = "client";
67
71
  constructor(opts) {
68
72
  super({
69
73
  name: "ThrottlingException",
70
74
  $fault: "client",
71
75
  ...opts,
72
76
  });
73
- this.name = "ThrottlingException";
74
- this.$fault = "client";
75
77
  Object.setPrototypeOf(this, ThrottlingException.prototype);
76
78
  }
77
79
  }
78
80
  export class ValidationException extends __BaseException {
81
+ name = "ValidationException";
82
+ $fault = "client";
83
+ reason;
79
84
  constructor(opts) {
80
85
  super({
81
86
  name: "ValidationException",
82
87
  $fault: "client",
83
88
  ...opts,
84
89
  });
85
- this.name = "ValidationException";
86
- this.$fault = "client";
87
90
  Object.setPrototypeOf(this, ValidationException.prototype);
88
91
  this.reason = opts.reason;
89
92
  }
@@ -94,14 +97,14 @@ export const ChangeType = {
94
97
  REPLACE: "REPLACE",
95
98
  };
96
99
  export class LimitExceededException extends __BaseException {
100
+ name = "LimitExceededException";
101
+ $fault = "client";
97
102
  constructor(opts) {
98
103
  super({
99
104
  name: "LimitExceededException",
100
105
  $fault: "client",
101
106
  ...opts,
102
107
  });
103
- this.name = "LimitExceededException";
104
- this.$fault = "client";
105
108
  Object.setPrototypeOf(this, LimitExceededException.prototype);
106
109
  }
107
110
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
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: FinspaceDataClientConfig) => {
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: FinspaceDataClientConfig) => {
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: FinspaceDataClientConfig) => {
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;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace-data",
3
3
  "description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
4
- "version": "3.716.0",
4
+ "version": "3.723.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-finspace-data",
@@ -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.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.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.716.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.716.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.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.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.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.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": {