@aws-sdk/client-finspace-data 3.533.0 → 3.536.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 +4 -3
  4. package/dist-types/commands/CreateChangesetCommand.d.ts +4 -3
  5. package/dist-types/commands/CreateDataViewCommand.d.ts +4 -3
  6. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -3
  7. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +4 -3
  8. package/dist-types/commands/CreateUserCommand.d.ts +4 -3
  9. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -3
  10. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +4 -3
  11. package/dist-types/commands/DisableUserCommand.d.ts +4 -3
  12. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +4 -3
  13. package/dist-types/commands/EnableUserCommand.d.ts +4 -3
  14. package/dist-types/commands/GetChangesetCommand.d.ts +4 -3
  15. package/dist-types/commands/GetDataViewCommand.d.ts +4 -3
  16. package/dist-types/commands/GetDatasetCommand.d.ts +4 -3
  17. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +4 -3
  18. package/dist-types/commands/GetPermissionGroupCommand.d.ts +4 -3
  19. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -3
  20. package/dist-types/commands/GetUserCommand.d.ts +4 -3
  21. package/dist-types/commands/GetWorkingLocationCommand.d.ts +4 -3
  22. package/dist-types/commands/ListChangesetsCommand.d.ts +4 -3
  23. package/dist-types/commands/ListDataViewsCommand.d.ts +4 -3
  24. package/dist-types/commands/ListDatasetsCommand.d.ts +4 -3
  25. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +4 -3
  26. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +4 -3
  27. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +4 -3
  28. package/dist-types/commands/ListUsersCommand.d.ts +4 -3
  29. package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -3
  30. package/dist-types/commands/UpdateChangesetCommand.d.ts +4 -3
  31. package/dist-types/commands/UpdateDatasetCommand.d.ts +4 -3
  32. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +4 -3
  33. package/dist-types/commands/UpdateUserCommand.d.ts +4 -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,13 +22,13 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR
22
22
  }
23
23
  declare const ListPermissionGroupsCommand_base: {
24
24
  new (input: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, 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 permission groups in FinSpace.</p>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -82,6 +82,7 @@ declare const ListPermissionGroupsCommand_base: {
82
82
  * @throws {@link FinspaceDataServiceException}
83
83
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
87
88
  }
@@ -22,13 +22,13 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm
22
22
  }
23
23
  declare const ListUsersByPermissionGroupCommand_base: {
24
24
  new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Lists details of all the users in a specific permission group.</p>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -86,6 +86,7 @@ declare const ListUsersByPermissionGroupCommand_base: {
86
86
  * @throws {@link FinspaceDataServiceException}
87
87
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
91
92
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -86,6 +86,7 @@ declare const ListUsersCommand_base: {
86
86
  * @throws {@link FinspaceDataServiceException}
87
87
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListUsersCommand extends ListUsersCommand_base {
91
92
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -76,6 +76,7 @@ declare const ResetUserPasswordCommand_base: {
76
76
  * @throws {@link FinspaceDataServiceException}
77
77
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
81
82
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -83,6 +83,7 @@ declare const UpdateChangesetCommand_base: {
83
83
  * @throws {@link FinspaceDataServiceException}
84
84
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
88
89
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -93,6 +93,7 @@ declare const UpdateDatasetCommand_base: {
93
93
  * @throws {@link FinspaceDataServiceException}
94
94
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
98
99
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -80,6 +80,7 @@ declare const UpdatePermissionGroupCommand_base: {
80
80
  * @throws {@link FinspaceDataServiceException}
81
81
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
85
86
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -80,6 +80,7 @@ declare const UpdateUserCommand_base: {
80
80
  * @throws {@link FinspaceDataServiceException}
81
81
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
85
86
  }