@aws-sdk/client-finspace-data 3.278.0 → 3.281.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 (33) hide show
  1. package/README.md +251 -0
  2. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateChangesetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDataViewCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  6. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -0
  9. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -0
  10. package/dist-types/commands/DisableUserCommand.d.ts +6 -0
  11. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -0
  12. package/dist-types/commands/EnableUserCommand.d.ts +6 -0
  13. package/dist-types/commands/GetChangesetCommand.d.ts +6 -0
  14. package/dist-types/commands/GetDataViewCommand.d.ts +6 -0
  15. package/dist-types/commands/GetDatasetCommand.d.ts +6 -0
  16. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -0
  17. package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -0
  18. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -0
  19. package/dist-types/commands/GetUserCommand.d.ts +6 -0
  20. package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -0
  21. package/dist-types/commands/ListChangesetsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListDataViewsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -0
  25. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -0
  27. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  28. package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -0
  30. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateUserCommand.d.ts +6 -0
  33. package/package.json +6 -6
package/README.md CHANGED
@@ -203,3 +203,254 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ AssociateUserToPermissionGroup
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/associateusertopermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/associateusertopermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/associateusertopermissiongroupcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateChangeset
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/createchangesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createchangesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createchangesetcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateDataset
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/createdatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createdatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createdatasetcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateDataView
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/createdataviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createdataviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createdataviewcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreatePermissionGroup
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/createpermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createpermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createpermissiongroupcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateUser
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/createusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/createusercommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DeleteDataset
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/deletedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/deletedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/deletedatasetcommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DeletePermissionGroup
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/deletepermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/deletepermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/deletepermissiongroupcommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ DisableUser
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/disableusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/disableusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/disableusercommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DisassociateUserFromPermissionGroup
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/disassociateuserfrompermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/disassociateuserfrompermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/disassociateuserfrompermissiongroupcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ EnableUser
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/enableusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/enableusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/enableusercommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ GetChangeset
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getchangesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getchangesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getchangesetcommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GetDataset
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getdatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getdatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getdatasetcommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetDataView
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getdataviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getdataviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getdataviewcommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ GetExternalDataViewAccessDetails
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getexternaldataviewaccessdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getexternaldataviewaccessdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getexternaldataviewaccessdetailscommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ GetPermissionGroup
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getpermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getpermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getpermissiongroupcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ GetProgrammaticAccessCredentials
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getprogrammaticaccesscredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getprogrammaticaccesscredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getprogrammaticaccesscredentialscommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ GetUser
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getusercommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ GetWorkingLocation
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/getworkinglocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getworkinglocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/getworkinglocationcommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListChangesets
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listchangesetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listchangesetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listchangesetscommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ListDatasets
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listdatasetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listdatasetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listdatasetscommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ ListDataViews
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listdataviewscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listdataviewscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listdataviewscommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ ListPermissionGroups
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listpermissiongroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listpermissiongroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listpermissiongroupscommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ ListPermissionGroupsByUser
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listpermissiongroupsbyusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listpermissiongroupsbyusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listpermissiongroupsbyusercommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ ListUsers
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listuserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listuserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listuserscommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ ListUsersByPermissionGroup
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/listusersbypermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listusersbypermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/listusersbypermissiongroupcommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ ResetUserPassword
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/resetuserpasswordcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/resetuserpasswordcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/resetuserpasswordcommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UpdateChangeset
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/updatechangesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatechangesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatechangesetcommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ UpdateDataset
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/updatedatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatedatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatedatasetcommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ UpdatePermissionGroup
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/updatepermissiongroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatepermissiongroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updatepermissiongroupcommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ UpdateUser
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/classes/updateusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updateusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-finspace-data/interfaces/updateusercommandoutput.html)
455
+
456
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { AssociateUserToPermissionGroupRequest, AssociateUserToPermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateUserToPermissionGroupCommand}.
8
+ */
6
9
  export interface AssociateUserToPermissionGroupCommandInput extends AssociateUserToPermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateUserToPermissionGroupCommand}.
13
+ */
8
14
  export interface AssociateUserToPermissionGroupCommandOutput extends AssociateUserToPermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateChangesetCommand}.
8
+ */
6
9
  export interface CreateChangesetCommandInput extends CreateChangesetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateChangesetCommand}.
13
+ */
8
14
  export interface CreateChangesetCommandOutput extends CreateChangesetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataViewCommand}.
8
+ */
6
9
  export interface CreateDataViewCommandInput extends CreateDataViewRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataViewCommand}.
13
+ */
8
14
  export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDatasetCommand}.
8
+ */
6
9
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDatasetCommand}.
13
+ */
8
14
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { CreatePermissionGroupRequest, CreatePermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePermissionGroupCommand}.
8
+ */
6
9
  export interface CreatePermissionGroupCommandInput extends CreatePermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePermissionGroupCommand}.
13
+ */
8
14
  export interface CreatePermissionGroupCommandOutput extends CreatePermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserCommand}.
8
+ */
6
9
  export interface CreateUserCommandInput extends CreateUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserCommand}.
13
+ */
8
14
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDatasetCommand}.
8
+ */
6
9
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDatasetCommand}.
13
+ */
8
14
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePermissionGroupCommand}.
8
+ */
6
9
  export interface DeletePermissionGroupCommandInput extends DeletePermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePermissionGroupCommand}.
13
+ */
8
14
  export interface DeletePermissionGroupCommandOutput extends DeletePermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisableUserCommand}.
8
+ */
6
9
  export interface DisableUserCommandInput extends DisableUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisableUserCommand}.
13
+ */
8
14
  export interface DisableUserCommandOutput extends DisableUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { DisassociateUserFromPermissionGroupRequest, DisassociateUserFromPermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateUserFromPermissionGroupCommand}.
8
+ */
6
9
  export interface DisassociateUserFromPermissionGroupCommandInput extends DisassociateUserFromPermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateUserFromPermissionGroupCommand}.
13
+ */
8
14
  export interface DisassociateUserFromPermissionGroupCommandOutput extends DisassociateUserFromPermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableUserCommand}.
8
+ */
6
9
  export interface EnableUserCommandInput extends EnableUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableUserCommand}.
13
+ */
8
14
  export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChangesetCommand}.
8
+ */
6
9
  export interface GetChangesetCommandInput extends GetChangesetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChangesetCommand}.
13
+ */
8
14
  export interface GetChangesetCommandOutput extends GetChangesetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataViewCommand}.
8
+ */
6
9
  export interface GetDataViewCommandInput extends GetDataViewRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataViewCommand}.
13
+ */
8
14
  export interface GetDataViewCommandOutput extends GetDataViewResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDatasetCommand}.
8
+ */
6
9
  export interface GetDatasetCommandInput extends GetDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDatasetCommand}.
13
+ */
8
14
  export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetExternalDataViewAccessDetailsRequest, GetExternalDataViewAccessDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetExternalDataViewAccessDetailsCommand}.
8
+ */
6
9
  export interface GetExternalDataViewAccessDetailsCommandInput extends GetExternalDataViewAccessDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExternalDataViewAccessDetailsCommand}.
13
+ */
8
14
  export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExternalDataViewAccessDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPermissionGroupCommand}.
8
+ */
6
9
  export interface GetPermissionGroupCommandInput extends GetPermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPermissionGroupCommand}.
13
+ */
8
14
  export interface GetPermissionGroupCommandOutput extends GetPermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProgrammaticAccessCredentialsCommand}.
8
+ */
6
9
  export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgrammaticAccessCredentialsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProgrammaticAccessCredentialsCommand}.
13
+ */
8
14
  export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgrammaticAccessCredentialsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetUserRequest, GetUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUserCommand}.
8
+ */
6
9
  export interface GetUserCommandInput extends GetUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUserCommand}.
13
+ */
8
14
  export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetWorkingLocationCommand}.
8
+ */
6
9
  export interface GetWorkingLocationCommandInput extends GetWorkingLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkingLocationCommand}.
13
+ */
8
14
  export interface GetWorkingLocationCommandOutput extends GetWorkingLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChangesetsCommand}.
8
+ */
6
9
  export interface ListChangesetsCommandInput extends ListChangesetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChangesetsCommand}.
13
+ */
8
14
  export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDataViewsCommand}.
8
+ */
6
9
  export interface ListDataViewsCommandInput extends ListDataViewsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDataViewsCommand}.
13
+ */
8
14
  export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDatasetsCommand}.
8
+ */
6
9
  export interface ListDatasetsCommandInput extends ListDatasetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDatasetsCommand}.
13
+ */
8
14
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListPermissionGroupsByUserRequest, ListPermissionGroupsByUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPermissionGroupsByUserCommand}.
8
+ */
6
9
  export interface ListPermissionGroupsByUserCommandInput extends ListPermissionGroupsByUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPermissionGroupsByUserCommand}.
13
+ */
8
14
  export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionGroupsByUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListPermissionGroupsRequest, ListPermissionGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPermissionGroupsCommand}.
8
+ */
6
9
  export interface ListPermissionGroupsCommandInput extends ListPermissionGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPermissionGroupsCommand}.
13
+ */
8
14
  export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListUsersByPermissionGroupRequest, ListUsersByPermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUsersByPermissionGroupCommand}.
8
+ */
6
9
  export interface ListUsersByPermissionGroupCommandInput extends ListUsersByPermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsersByPermissionGroupCommand}.
13
+ */
8
14
  export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUsersCommand}.
8
+ */
6
9
  export interface ListUsersCommandInput extends ListUsersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsersCommand}.
13
+ */
8
14
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { ResetUserPasswordRequest, ResetUserPasswordResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ResetUserPasswordCommand}.
8
+ */
6
9
  export interface ResetUserPasswordCommandInput extends ResetUserPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ResetUserPasswordCommand}.
13
+ */
8
14
  export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChangesetCommand}.
8
+ */
6
9
  export interface UpdateChangesetCommandInput extends UpdateChangesetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChangesetCommand}.
13
+ */
8
14
  export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDatasetCommand}.
8
+ */
6
9
  export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDatasetCommand}.
13
+ */
8
14
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { UpdatePermissionGroupRequest, UpdatePermissionGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdatePermissionGroupCommand}.
8
+ */
6
9
  export interface UpdatePermissionGroupCommandInput extends UpdatePermissionGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePermissionGroupCommand}.
13
+ */
8
14
  export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
5
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateUserCommand}.
8
+ */
6
9
  export interface UpdateUserCommandInput extends UpdateUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateUserCommand}.
13
+ */
8
14
  export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.278.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",