@aws-sdk/client-finspace-data 3.54.1 → 3.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/FinspaceDataClient.js +13 -13
  3. package/dist-cjs/commands/CreateChangesetCommand.js +3 -3
  4. package/dist-cjs/commands/CreateDataViewCommand.js +3 -3
  5. package/dist-cjs/commands/CreateDatasetCommand.js +3 -3
  6. package/dist-cjs/commands/CreatePermissionGroupCommand.js +3 -3
  7. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteDatasetCommand.js +3 -3
  9. package/dist-cjs/commands/DeletePermissionGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DisableUserCommand.js +3 -3
  11. package/dist-cjs/commands/EnableUserCommand.js +3 -3
  12. package/dist-cjs/commands/GetChangesetCommand.js +3 -3
  13. package/dist-cjs/commands/GetDataViewCommand.js +3 -3
  14. package/dist-cjs/commands/GetDatasetCommand.js +3 -3
  15. package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +3 -3
  16. package/dist-cjs/commands/GetUserCommand.js +3 -3
  17. package/dist-cjs/commands/GetWorkingLocationCommand.js +3 -3
  18. package/dist-cjs/commands/ListChangesetsCommand.js +3 -3
  19. package/dist-cjs/commands/ListDataViewsCommand.js +3 -3
  20. package/dist-cjs/commands/ListDatasetsCommand.js +3 -3
  21. package/dist-cjs/commands/ListPermissionGroupsCommand.js +3 -3
  22. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  23. package/dist-cjs/commands/ResetUserPasswordCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateChangesetCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateDatasetCommand.js +3 -3
  26. package/dist-cjs/commands/UpdatePermissionGroupCommand.js +3 -3
  27. package/dist-cjs/commands/UpdateUserCommand.js +3 -3
  28. package/dist-cjs/endpoints.js +1 -1
  29. package/dist-cjs/protocols/Aws_restJson1.js +231 -231
  30. package/dist-cjs/runtimeConfig.browser.js +4 -4
  31. package/dist-cjs/runtimeConfig.js +9 -9
  32. package/dist-cjs/runtimeConfig.native.js +1 -1
  33. package/dist-es/FinspaceData.js +25 -25
  34. package/dist-es/pagination/ListChangesetsPaginator.js +4 -4
  35. package/dist-es/pagination/ListDataViewsPaginator.js +4 -4
  36. package/dist-es/pagination/ListDatasetsPaginator.js +4 -4
  37. package/dist-es/pagination/ListPermissionGroupsPaginator.js +4 -4
  38. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  39. package/dist-es/protocols/Aws_restJson1.js +25 -25
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  42. package/package.json +34 -34
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateChangesetCommand = function (input, conte
15
15
  headers = {
16
16
  "content-type": "application/json",
17
17
  };
18
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/changesetsv2";
18
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/changesetsv2";
19
19
  if (input.datasetId !== undefined) {
20
20
  labelValue = input.datasetId;
21
21
  if (labelValue.length <= 0) {
@@ -52,7 +52,7 @@ export var serializeAws_restJson1CreateDatasetCommand = function (input, context
52
52
  headers = {
53
53
  "content-type": "application/json",
54
54
  };
55
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2";
55
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2";
56
56
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.alias !== undefined && input.alias !== null && { alias: input.alias })), { clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.datasetDescription !== undefined &&
57
57
  input.datasetDescription !== null && { datasetDescription: input.datasetDescription })), (input.datasetTitle !== undefined && input.datasetTitle !== null && { datasetTitle: input.datasetTitle })), (input.kind !== undefined && input.kind !== null && { kind: input.kind })), (input.ownerInfo !== undefined &&
58
58
  input.ownerInfo !== null && { ownerInfo: serializeAws_restJson1DatasetOwnerInfo(input.ownerInfo, context) })), (input.permissionGroupParams !== undefined &&
@@ -85,7 +85,7 @@ export var serializeAws_restJson1CreateDataViewCommand = function (input, contex
85
85
  headers = {
86
86
  "content-type": "application/json",
87
87
  };
88
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/dataviewsv2";
88
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/dataviewsv2";
89
89
  if (input.datasetId !== undefined) {
90
90
  labelValue = input.datasetId;
91
91
  if (labelValue.length <= 0) {
@@ -127,7 +127,7 @@ export var serializeAws_restJson1CreatePermissionGroupCommand = function (input,
127
127
  headers = {
128
128
  "content-type": "application/json",
129
129
  };
130
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group";
130
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group";
131
131
  body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.applicationPermissions !== undefined &&
132
132
  input.applicationPermissions !== null && {
133
133
  applicationPermissions: serializeAws_restJson1ApplicationPermissionList(input.applicationPermissions, context),
@@ -155,7 +155,7 @@ export var serializeAws_restJson1CreateUserCommand = function (input, context) {
155
155
  headers = {
156
156
  "content-type": "application/json",
157
157
  };
158
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user";
158
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user";
159
159
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApiAccess !== undefined && input.ApiAccess !== null && { ApiAccess: input.ApiAccess })), (input.apiAccessPrincipalArn !== undefined &&
160
160
  input.apiAccessPrincipalArn !== null && { apiAccessPrincipalArn: input.apiAccessPrincipalArn })), { clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.emailAddress !== undefined && input.emailAddress !== null && { emailAddress: input.emailAddress })), (input.firstName !== undefined && input.firstName !== null && { firstName: input.firstName })), (input.lastName !== undefined && input.lastName !== null && { lastName: input.lastName })), (input.type !== undefined && input.type !== null && { type: input.type })));
161
161
  return [2, new __HttpRequest({
@@ -178,7 +178,7 @@ export var serializeAws_restJson1DeleteDatasetCommand = function (input, context
178
178
  case 1:
179
179
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
180
180
  headers = {};
181
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
181
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
182
182
  if (input.datasetId !== undefined) {
183
183
  labelValue = input.datasetId;
184
184
  if (labelValue.length <= 0) {
@@ -211,7 +211,7 @@ export var serializeAws_restJson1DeletePermissionGroupCommand = function (input,
211
211
  case 1:
212
212
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
213
213
  headers = {};
214
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group/{permissionGroupId}";
214
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group/{permissionGroupId}";
215
215
  if (input.permissionGroupId !== undefined) {
216
216
  labelValue = input.permissionGroupId;
217
217
  if (labelValue.length <= 0) {
@@ -247,7 +247,7 @@ export var serializeAws_restJson1DisableUserCommand = function (input, context)
247
247
  headers = {
248
248
  "content-type": "application/json",
249
249
  };
250
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/disable";
250
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/disable";
251
251
  if (input.userId !== undefined) {
252
252
  labelValue = input.userId;
253
253
  if (labelValue.length <= 0) {
@@ -284,7 +284,7 @@ export var serializeAws_restJson1EnableUserCommand = function (input, context) {
284
284
  headers = {
285
285
  "content-type": "application/json",
286
286
  };
287
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/enable";
287
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/enable";
288
288
  if (input.userId !== undefined) {
289
289
  labelValue = input.userId;
290
290
  if (labelValue.length <= 0) {
@@ -318,7 +318,7 @@ export var serializeAws_restJson1GetChangesetCommand = function (input, context)
318
318
  case 1:
319
319
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
320
320
  headers = {};
321
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
321
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
322
322
  "/datasets/{datasetId}/changesetsv2/{changesetId}";
323
323
  if (input.datasetId !== undefined) {
324
324
  labelValue = input.datasetId;
@@ -360,7 +360,7 @@ export var serializeAws_restJson1GetDatasetCommand = function (input, context) {
360
360
  case 1:
361
361
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
362
362
  headers = {};
363
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
363
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
364
364
  if (input.datasetId !== undefined) {
365
365
  labelValue = input.datasetId;
366
366
  if (labelValue.length <= 0) {
@@ -391,7 +391,7 @@ export var serializeAws_restJson1GetDataViewCommand = function (input, context)
391
391
  case 1:
392
392
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
393
393
  headers = {};
394
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
394
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
395
395
  "/datasets/{datasetId}/dataviewsv2/{dataViewId}";
396
396
  if (input.dataViewId !== undefined) {
397
397
  labelValue = input.dataViewId;
@@ -433,7 +433,7 @@ export var serializeAws_restJson1GetProgrammaticAccessCredentialsCommand = funct
433
433
  case 1:
434
434
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
435
435
  headers = {};
436
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/credentials/programmatic";
436
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/credentials/programmatic";
437
437
  query = __assign(__assign({}, (input.durationInMinutes !== undefined && { durationInMinutes: input.durationInMinutes.toString() })), (input.environmentId !== undefined && { environmentId: input.environmentId }));
438
438
  return [2, new __HttpRequest({
439
439
  protocol: protocol,
@@ -456,7 +456,7 @@ export var serializeAws_restJson1GetUserCommand = function (input, context) { re
456
456
  case 1:
457
457
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
458
458
  headers = {};
459
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}";
459
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}";
460
460
  if (input.userId !== undefined) {
461
461
  labelValue = input.userId;
462
462
  if (labelValue.length <= 0) {
@@ -489,7 +489,7 @@ export var serializeAws_restJson1GetWorkingLocationCommand = function (input, co
489
489
  headers = {
490
490
  "content-type": "application/json",
491
491
  };
492
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workingLocationV1";
492
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workingLocationV1";
493
493
  body = JSON.stringify(__assign({}, (input.locationType !== undefined && input.locationType !== null && { locationType: input.locationType })));
494
494
  return [2, new __HttpRequest({
495
495
  protocol: protocol,
@@ -511,7 +511,7 @@ export var serializeAws_restJson1ListChangesetsCommand = function (input, contex
511
511
  case 1:
512
512
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
513
513
  headers = {};
514
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/changesetsv2";
514
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/changesetsv2";
515
515
  if (input.datasetId !== undefined) {
516
516
  labelValue = input.datasetId;
517
517
  if (labelValue.length <= 0) {
@@ -544,7 +544,7 @@ export var serializeAws_restJson1ListDatasetsCommand = function (input, context)
544
544
  case 1:
545
545
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
546
546
  headers = {};
547
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2";
547
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2";
548
548
  query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
549
549
  return [2, new __HttpRequest({
550
550
  protocol: protocol,
@@ -567,7 +567,7 @@ export var serializeAws_restJson1ListDataViewsCommand = function (input, context
567
567
  case 1:
568
568
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
569
569
  headers = {};
570
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/dataviewsv2";
570
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasets/{datasetId}/dataviewsv2";
571
571
  if (input.datasetId !== undefined) {
572
572
  labelValue = input.datasetId;
573
573
  if (labelValue.length <= 0) {
@@ -600,7 +600,7 @@ export var serializeAws_restJson1ListPermissionGroupsCommand = function (input,
600
600
  case 1:
601
601
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
602
602
  headers = {};
603
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group";
603
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group";
604
604
  query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
605
605
  return [2, new __HttpRequest({
606
606
  protocol: protocol,
@@ -623,7 +623,7 @@ export var serializeAws_restJson1ListUsersCommand = function (input, context) {
623
623
  case 1:
624
624
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
625
625
  headers = {};
626
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user";
626
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user";
627
627
  query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
628
628
  return [2, new __HttpRequest({
629
629
  protocol: protocol,
@@ -649,7 +649,7 @@ export var serializeAws_restJson1ResetUserPasswordCommand = function (input, con
649
649
  headers = {
650
650
  "content-type": "application/json",
651
651
  };
652
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/password";
652
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}/password";
653
653
  if (input.userId !== undefined) {
654
654
  labelValue = input.userId;
655
655
  if (labelValue.length <= 0) {
@@ -686,7 +686,7 @@ export var serializeAws_restJson1UpdateChangesetCommand = function (input, conte
686
686
  headers = {
687
687
  "content-type": "application/json",
688
688
  };
689
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
689
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
690
690
  "/datasets/{datasetId}/changesetsv2/{changesetId}";
691
691
  if (input.datasetId !== undefined) {
692
692
  labelValue = input.datasetId;
@@ -734,7 +734,7 @@ export var serializeAws_restJson1UpdateDatasetCommand = function (input, context
734
734
  headers = {
735
735
  "content-type": "application/json",
736
736
  };
737
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
737
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/datasetsv2/{datasetId}";
738
738
  if (input.datasetId !== undefined) {
739
739
  labelValue = input.datasetId;
740
740
  if (labelValue.length <= 0) {
@@ -773,7 +773,7 @@ export var serializeAws_restJson1UpdatePermissionGroupCommand = function (input,
773
773
  headers = {
774
774
  "content-type": "application/json",
775
775
  };
776
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group/{permissionGroupId}";
776
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/permission-group/{permissionGroupId}";
777
777
  if (input.permissionGroupId !== undefined) {
778
778
  labelValue = input.permissionGroupId;
779
779
  if (labelValue.length <= 0) {
@@ -811,7 +811,7 @@ export var serializeAws_restJson1UpdateUserCommand = function (input, context) {
811
811
  headers = {
812
812
  "content-type": "application/json",
813
813
  };
814
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}";
814
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/user/{userId}";
815
815
  if (input.userId !== undefined) {
816
816
  labelValue = input.userId;
817
817
  if (labelValue.length <= 0) {
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: FinspaceDataClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
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.54.1",
4
+ "version": "3.58.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,41 +18,41 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "tslib": "^2.3.1",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
56
56
  "@tsconfig/recommended": "1.0.1",
57
57
  "@types/node": "^12.7.5",
58
58
  "@types/uuid": "^8.3.0",
@@ -60,7 +60,7 @@
60
60
  "downlevel-dts": "0.7.0",
61
61
  "rimraf": "3.0.2",
62
62
  "typedoc": "0.19.2",
63
- "typescript": "~4.3.5"
63
+ "typescript": "~4.6.2"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=12.0.0"