@aws-sdk/client-finspace-data 3.775.0 → 3.782.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 (32) hide show
  1. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +2 -1
  2. package/dist-types/commands/CreateChangesetCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateDataViewCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -0
  5. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateUserCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -0
  8. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +1 -0
  9. package/dist-types/commands/DisableUserCommand.d.ts +1 -0
  10. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +1 -0
  11. package/dist-types/commands/EnableUserCommand.d.ts +1 -0
  12. package/dist-types/commands/GetChangesetCommand.d.ts +1 -0
  13. package/dist-types/commands/GetDataViewCommand.d.ts +1 -0
  14. package/dist-types/commands/GetDatasetCommand.d.ts +1 -0
  15. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +1 -0
  16. package/dist-types/commands/GetPermissionGroupCommand.d.ts +1 -0
  17. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +1 -0
  18. package/dist-types/commands/GetUserCommand.d.ts +1 -0
  19. package/dist-types/commands/GetWorkingLocationCommand.d.ts +1 -0
  20. package/dist-types/commands/ListChangesetsCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDataViewsCommand.d.ts +1 -0
  22. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +1 -0
  24. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +1 -0
  26. package/dist-types/commands/ListUsersCommand.d.ts +1 -0
  27. package/dist-types/commands/ResetUserPasswordCommand.d.ts +1 -0
  28. package/dist-types/commands/UpdateChangesetCommand.d.ts +1 -0
  29. package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -0
  30. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +1 -0
  31. package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
  32. package/package.json +5 -5
@@ -24,7 +24,7 @@ export interface AssociateUserToPermissionGroupCommandOutput extends AssociateUs
24
24
  declare const AssociateUserToPermissionGroupCommand_base: {
25
25
  new (input: AssociateUserToPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: AssociateUserToPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.</p>
@@ -77,6 +77,7 @@ declare const AssociateUserToPermissionGroupCommand_base: {
77
77
  * @throws {@link FinspaceDataServiceException}
78
78
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
@@ -87,6 +87,7 @@ declare const CreateChangesetCommand_base: {
87
87
  * @throws {@link FinspaceDataServiceException}
88
88
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
@@ -92,6 +92,7 @@ declare const CreateDataViewCommand_base: {
92
92
  * @throws {@link FinspaceDataServiceException}
93
93
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
@@ -109,6 +109,7 @@ declare const CreateDatasetCommand_base: {
109
109
  * @throws {@link FinspaceDataServiceException}
110
110
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
@@ -80,6 +80,7 @@ declare const CreatePermissionGroupCommand_base: {
80
80
  * @throws {@link FinspaceDataServiceException}
81
81
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
@@ -81,6 +81,7 @@ declare const CreateUserCommand_base: {
81
81
  * @throws {@link FinspaceDataServiceException}
82
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class CreateUserCommand extends CreateUserCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteDatasetCommand_base: {
79
79
  * @throws {@link FinspaceDataServiceException}
80
80
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
@@ -79,6 +79,7 @@ declare const DeletePermissionGroupCommand_base: {
79
79
  * @throws {@link FinspaceDataServiceException}
80
80
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
@@ -76,6 +76,7 @@ declare const DisableUserCommand_base: {
76
76
  * @throws {@link FinspaceDataServiceException}
77
77
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DisableUserCommand extends DisableUserCommand_base {
@@ -77,6 +77,7 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
77
77
  * @throws {@link FinspaceDataServiceException}
78
78
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
@@ -79,6 +79,7 @@ declare const EnableUserCommand_base: {
79
79
  * @throws {@link FinspaceDataServiceException}
80
80
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class EnableUserCommand extends EnableUserCommand_base {
@@ -95,6 +95,7 @@ declare const GetChangesetCommand_base: {
95
95
  * @throws {@link FinspaceDataServiceException}
96
96
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetChangesetCommand extends GetChangesetCommand_base {
@@ -97,6 +97,7 @@ declare const GetDataViewCommand_base: {
97
97
  * @throws {@link FinspaceDataServiceException}
98
98
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class GetDataViewCommand extends GetDataViewCommand_base {
@@ -97,6 +97,7 @@ declare const GetDatasetCommand_base: {
97
97
  * @throws {@link FinspaceDataServiceException}
98
98
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class GetDatasetCommand extends GetDatasetCommand_base {
@@ -90,6 +90,7 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
90
90
  * @throws {@link FinspaceDataServiceException}
91
91
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
@@ -82,6 +82,7 @@ declare const GetPermissionGroupCommand_base: {
82
82
  * @throws {@link FinspaceDataServiceException}
83
83
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
@@ -75,6 +75,7 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
75
75
  * @throws {@link FinspaceDataServiceException}
76
76
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
@@ -84,6 +84,7 @@ declare const GetUserCommand_base: {
84
84
  * @throws {@link FinspaceDataServiceException}
85
85
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class GetUserCommand extends GetUserCommand_base {
@@ -72,6 +72,7 @@ declare const GetWorkingLocationCommand_base: {
72
72
  * @throws {@link FinspaceDataServiceException}
73
73
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
@@ -101,6 +101,7 @@ declare const ListChangesetsCommand_base: {
101
101
  * @throws {@link FinspaceDataServiceException}
102
102
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
@@ -103,6 +103,7 @@ declare const ListDataViewsCommand_base: {
103
103
  * @throws {@link FinspaceDataServiceException}
104
104
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
@@ -104,6 +104,7 @@ declare const ListDatasetsCommand_base: {
104
104
  * @throws {@link FinspaceDataServiceException}
105
105
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
@@ -81,6 +81,7 @@ declare const ListPermissionGroupsByUserCommand_base: {
81
81
  * @throws {@link FinspaceDataServiceException}
82
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
@@ -83,6 +83,7 @@ declare const ListPermissionGroupsCommand_base: {
83
83
  * @throws {@link FinspaceDataServiceException}
84
84
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
@@ -87,6 +87,7 @@ declare const ListUsersByPermissionGroupCommand_base: {
87
87
  * @throws {@link FinspaceDataServiceException}
88
88
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
@@ -87,6 +87,7 @@ declare const ListUsersCommand_base: {
87
87
  * @throws {@link FinspaceDataServiceException}
88
88
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListUsersCommand extends ListUsersCommand_base {
@@ -77,6 +77,7 @@ declare const ResetUserPasswordCommand_base: {
77
77
  * @throws {@link FinspaceDataServiceException}
78
78
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
@@ -84,6 +84,7 @@ declare const UpdateChangesetCommand_base: {
84
84
  * @throws {@link FinspaceDataServiceException}
85
85
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
@@ -94,6 +94,7 @@ declare const UpdateDatasetCommand_base: {
94
94
  * @throws {@link FinspaceDataServiceException}
95
95
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
@@ -81,6 +81,7 @@ declare const UpdatePermissionGroupCommand_base: {
81
81
  * @throws {@link FinspaceDataServiceException}
82
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
@@ -81,6 +81,7 @@ declare const UpdateUserCommand_base: {
81
81
  * @throws {@link FinspaceDataServiceException}
82
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
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.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-finspace-data",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",