@aws-sdk/client-finspace-data 3.533.0 → 3.535.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 (67) hide show
  1. package/dist-types/FinspaceData.d.ts +3 -1
  2. package/dist-types/FinspaceDataClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateChangesetCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateDataViewCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  7. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  9. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
  10. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +3 -3
  11. package/dist-types/commands/DisableUserCommand.d.ts +3 -3
  12. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +3 -3
  13. package/dist-types/commands/EnableUserCommand.d.ts +3 -3
  14. package/dist-types/commands/GetChangesetCommand.d.ts +3 -3
  15. package/dist-types/commands/GetDataViewCommand.d.ts +3 -3
  16. package/dist-types/commands/GetDatasetCommand.d.ts +3 -3
  17. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +3 -3
  18. package/dist-types/commands/GetPermissionGroupCommand.d.ts +3 -3
  19. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +3 -3
  20. package/dist-types/commands/GetUserCommand.d.ts +3 -3
  21. package/dist-types/commands/GetWorkingLocationCommand.d.ts +3 -3
  22. package/dist-types/commands/ListChangesetsCommand.d.ts +3 -3
  23. package/dist-types/commands/ListDataViewsCommand.d.ts +3 -3
  24. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  25. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +3 -3
  26. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +3 -3
  28. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  29. package/dist-types/commands/ResetUserPasswordCommand.d.ts +3 -3
  30. package/dist-types/commands/UpdateChangesetCommand.d.ts +3 -3
  31. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
  34. package/dist-types/models/models_0.d.ts +337 -337
  35. package/dist-types/ts3.4/FinspaceData.d.ts +2 -0
  36. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -0
  54. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  67. package/package.json +40 -40
@@ -22,12 +22,10 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
22
22
  }
23
23
  declare const ListUsersCommand_base: {
24
24
  new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Lists all available users in FinSpace.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +84,8 @@ declare const ListUsersCommand_base: {
86
84
  * @throws {@link FinspaceDataServiceException}
87
85
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
88
86
  *
87
+ * @public
88
+ * @deprecated This method will be discontinued.
89
89
  */
90
90
  export declare class ListUsersCommand extends ListUsersCommand_base {
91
91
  }
@@ -22,12 +22,10 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons
22
22
  }
23
23
  declare const ResetUserPasswordCommand_base: {
24
24
  new (input: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +74,8 @@ declare const ResetUserPasswordCommand_base: {
76
74
  * @throws {@link FinspaceDataServiceException}
77
75
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
78
76
  *
77
+ * @public
78
+ * @deprecated This method will be discontinued.
79
79
  */
80
80
  export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
81
81
  }
@@ -22,12 +22,10 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _
22
22
  }
23
23
  declare const UpdateChangesetCommand_base: {
24
24
  new (input: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Updates a FinSpace Changeset.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +81,8 @@ declare const UpdateChangesetCommand_base: {
83
81
  * @throws {@link FinspaceDataServiceException}
84
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
85
83
  *
84
+ * @public
85
+ * @deprecated This method will be discontinued.
86
86
  */
87
87
  export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
88
88
  }
@@ -22,12 +22,10 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
22
22
  }
23
23
  declare const UpdateDatasetCommand_base: {
24
24
  new (input: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Updates a FinSpace Dataset.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +91,8 @@ declare const UpdateDatasetCommand_base: {
93
91
  * @throws {@link FinspaceDataServiceException}
94
92
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
95
93
  *
94
+ * @public
95
+ * @deprecated This method will be discontinued.
96
96
  */
97
97
  export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
98
98
  }
@@ -22,12 +22,10 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou
22
22
  }
23
23
  declare const UpdatePermissionGroupCommand_base: {
24
24
  new (input: UpdatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Modifies the details of a permission group. You cannot modify a <code>permissionGroupID</code>.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +78,8 @@ declare const UpdatePermissionGroupCommand_base: {
80
78
  * @throws {@link FinspaceDataServiceException}
81
79
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
80
  *
81
+ * @public
82
+ * @deprecated This method will be discontinued.
83
83
  */
84
84
  export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
85
85
  }
@@ -22,12 +22,10 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateUserCommand_base: {
24
24
  new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Modifies the details of the specified user. You cannot update the <code>userId</code> for a user.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +78,8 @@ declare const UpdateUserCommand_base: {
80
78
  * @throws {@link FinspaceDataServiceException}
81
79
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
80
  *
81
+ * @public
82
+ * @deprecated This method will be discontinued.
83
83
  */
84
84
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
85
85
  }