@aws-sdk/client-finspace-data 3.169.0 → 3.171.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 (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/FinspaceData.d.ts +537 -160
  3. package/dist-types/ts3.4/FinspaceDataClient.d.ts +291 -104
  4. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/FinspaceDataServiceException.d.ts +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +824 -1085
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListChangesetsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListDataViewsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPermissionGroupsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  53. package/package.json +34 -34
@@ -1,160 +1,537 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateUserToPermissionGroupCommandInput, AssociateUserToPermissionGroupCommandOutput } from "./commands/AssociateUserToPermissionGroupCommand";
3
- import { CreateChangesetCommandInput, CreateChangesetCommandOutput } from "./commands/CreateChangesetCommand";
4
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
5
- import { CreateDataViewCommandInput, CreateDataViewCommandOutput } from "./commands/CreateDataViewCommand";
6
- import { CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput } from "./commands/CreatePermissionGroupCommand";
7
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
8
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
9
- import { DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput } from "./commands/DeletePermissionGroupCommand";
10
- import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
11
- import { DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput } from "./commands/DisassociateUserFromPermissionGroupCommand";
12
- import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
13
- import { GetChangesetCommandInput, GetChangesetCommandOutput } from "./commands/GetChangesetCommand";
14
- import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
15
- import { GetDataViewCommandInput, GetDataViewCommandOutput } from "./commands/GetDataViewCommand";
16
- import { GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput } from "./commands/GetExternalDataViewAccessDetailsCommand";
17
- import { GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput } from "./commands/GetPermissionGroupCommand";
18
- import { GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput } from "./commands/GetProgrammaticAccessCredentialsCommand";
19
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
20
- import { GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput } from "./commands/GetWorkingLocationCommand";
21
- import { ListChangesetsCommandInput, ListChangesetsCommandOutput } from "./commands/ListChangesetsCommand";
22
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
23
- import { ListDataViewsCommandInput, ListDataViewsCommandOutput } from "./commands/ListDataViewsCommand";
24
- import { ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput } from "./commands/ListPermissionGroupsByUserCommand";
25
- import { ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput } from "./commands/ListPermissionGroupsCommand";
26
- import { ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput } from "./commands/ListUsersByPermissionGroupCommand";
27
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
28
- import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
29
- import { UpdateChangesetCommandInput, UpdateChangesetCommandOutput } from "./commands/UpdateChangesetCommand";
30
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
31
- import { UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput } from "./commands/UpdatePermissionGroupCommand";
32
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
33
- import { FinspaceDataClient } from "./FinspaceDataClient";
34
-
35
- export declare class FinspaceData extends FinspaceDataClient {
36
-
37
- associateUserToPermissionGroup(args: AssociateUserToPermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociateUserToPermissionGroupCommandOutput>;
38
- associateUserToPermissionGroup(args: AssociateUserToPermissionGroupCommandInput, cb: (err: any, data?: AssociateUserToPermissionGroupCommandOutput) => void): void;
39
- associateUserToPermissionGroup(args: AssociateUserToPermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateUserToPermissionGroupCommandOutput) => void): void;
40
-
41
- createChangeset(args: CreateChangesetCommandInput, options?: __HttpHandlerOptions): Promise<CreateChangesetCommandOutput>;
42
- createChangeset(args: CreateChangesetCommandInput, cb: (err: any, data?: CreateChangesetCommandOutput) => void): void;
43
- createChangeset(args: CreateChangesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChangesetCommandOutput) => void): void;
44
-
45
- createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
46
- createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
47
- createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
48
-
49
- createDataView(args: CreateDataViewCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataViewCommandOutput>;
50
- createDataView(args: CreateDataViewCommandInput, cb: (err: any, data?: CreateDataViewCommandOutput) => void): void;
51
- createDataView(args: CreateDataViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataViewCommandOutput) => void): void;
52
-
53
- createPermissionGroup(args: CreatePermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreatePermissionGroupCommandOutput>;
54
- createPermissionGroup(args: CreatePermissionGroupCommandInput, cb: (err: any, data?: CreatePermissionGroupCommandOutput) => void): void;
55
- createPermissionGroup(args: CreatePermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePermissionGroupCommandOutput) => void): void;
56
-
57
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
58
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
59
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
60
-
61
- deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
62
- deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
63
- deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
64
-
65
- deletePermissionGroup(args: DeletePermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeletePermissionGroupCommandOutput>;
66
- deletePermissionGroup(args: DeletePermissionGroupCommandInput, cb: (err: any, data?: DeletePermissionGroupCommandOutput) => void): void;
67
- deletePermissionGroup(args: DeletePermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePermissionGroupCommandOutput) => void): void;
68
-
69
- disableUser(args: DisableUserCommandInput, options?: __HttpHandlerOptions): Promise<DisableUserCommandOutput>;
70
- disableUser(args: DisableUserCommandInput, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
71
- disableUser(args: DisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
72
-
73
- disassociateUserFromPermissionGroup(args: DisassociateUserFromPermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserFromPermissionGroupCommandOutput>;
74
- disassociateUserFromPermissionGroup(args: DisassociateUserFromPermissionGroupCommandInput, cb: (err: any, data?: DisassociateUserFromPermissionGroupCommandOutput) => void): void;
75
- disassociateUserFromPermissionGroup(args: DisassociateUserFromPermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserFromPermissionGroupCommandOutput) => void): void;
76
-
77
- enableUser(args: EnableUserCommandInput, options?: __HttpHandlerOptions): Promise<EnableUserCommandOutput>;
78
- enableUser(args: EnableUserCommandInput, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
79
- enableUser(args: EnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
80
-
81
- getChangeset(args: GetChangesetCommandInput, options?: __HttpHandlerOptions): Promise<GetChangesetCommandOutput>;
82
- getChangeset(args: GetChangesetCommandInput, cb: (err: any, data?: GetChangesetCommandOutput) => void): void;
83
- getChangeset(args: GetChangesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangesetCommandOutput) => void): void;
84
-
85
- getDataset(args: GetDatasetCommandInput, options?: __HttpHandlerOptions): Promise<GetDatasetCommandOutput>;
86
- getDataset(args: GetDatasetCommandInput, cb: (err: any, data?: GetDatasetCommandOutput) => void): void;
87
- getDataset(args: GetDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatasetCommandOutput) => void): void;
88
-
89
- getDataView(args: GetDataViewCommandInput, options?: __HttpHandlerOptions): Promise<GetDataViewCommandOutput>;
90
- getDataView(args: GetDataViewCommandInput, cb: (err: any, data?: GetDataViewCommandOutput) => void): void;
91
- getDataView(args: GetDataViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataViewCommandOutput) => void): void;
92
-
93
- getExternalDataViewAccessDetails(args: GetExternalDataViewAccessDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetExternalDataViewAccessDetailsCommandOutput>;
94
- getExternalDataViewAccessDetails(args: GetExternalDataViewAccessDetailsCommandInput, cb: (err: any, data?: GetExternalDataViewAccessDetailsCommandOutput) => void): void;
95
- getExternalDataViewAccessDetails(args: GetExternalDataViewAccessDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExternalDataViewAccessDetailsCommandOutput) => void): void;
96
-
97
- getPermissionGroup(args: GetPermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetPermissionGroupCommandOutput>;
98
- getPermissionGroup(args: GetPermissionGroupCommandInput, cb: (err: any, data?: GetPermissionGroupCommandOutput) => void): void;
99
- getPermissionGroup(args: GetPermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPermissionGroupCommandOutput) => void): void;
100
-
101
- getProgrammaticAccessCredentials(args: GetProgrammaticAccessCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetProgrammaticAccessCredentialsCommandOutput>;
102
- getProgrammaticAccessCredentials(args: GetProgrammaticAccessCredentialsCommandInput, cb: (err: any, data?: GetProgrammaticAccessCredentialsCommandOutput) => void): void;
103
- getProgrammaticAccessCredentials(args: GetProgrammaticAccessCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProgrammaticAccessCredentialsCommandOutput) => void): void;
104
-
105
- getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
106
- getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
107
- getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
108
-
109
- getWorkingLocation(args: GetWorkingLocationCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkingLocationCommandOutput>;
110
- getWorkingLocation(args: GetWorkingLocationCommandInput, cb: (err: any, data?: GetWorkingLocationCommandOutput) => void): void;
111
- getWorkingLocation(args: GetWorkingLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkingLocationCommandOutput) => void): void;
112
-
113
- listChangesets(args: ListChangesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListChangesetsCommandOutput>;
114
- listChangesets(args: ListChangesetsCommandInput, cb: (err: any, data?: ListChangesetsCommandOutput) => void): void;
115
- listChangesets(args: ListChangesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChangesetsCommandOutput) => void): void;
116
-
117
- listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
118
- listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
119
- listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
120
-
121
- listDataViews(args: ListDataViewsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataViewsCommandOutput>;
122
- listDataViews(args: ListDataViewsCommandInput, cb: (err: any, data?: ListDataViewsCommandOutput) => void): void;
123
- listDataViews(args: ListDataViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataViewsCommandOutput) => void): void;
124
-
125
- listPermissionGroups(args: ListPermissionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionGroupsCommandOutput>;
126
- listPermissionGroups(args: ListPermissionGroupsCommandInput, cb: (err: any, data?: ListPermissionGroupsCommandOutput) => void): void;
127
- listPermissionGroups(args: ListPermissionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionGroupsCommandOutput) => void): void;
128
-
129
- listPermissionGroupsByUser(args: ListPermissionGroupsByUserCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionGroupsByUserCommandOutput>;
130
- listPermissionGroupsByUser(args: ListPermissionGroupsByUserCommandInput, cb: (err: any, data?: ListPermissionGroupsByUserCommandOutput) => void): void;
131
- listPermissionGroupsByUser(args: ListPermissionGroupsByUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionGroupsByUserCommandOutput) => void): void;
132
-
133
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
134
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
135
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
136
-
137
- listUsersByPermissionGroup(args: ListUsersByPermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersByPermissionGroupCommandOutput>;
138
- listUsersByPermissionGroup(args: ListUsersByPermissionGroupCommandInput, cb: (err: any, data?: ListUsersByPermissionGroupCommandOutput) => void): void;
139
- listUsersByPermissionGroup(args: ListUsersByPermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersByPermissionGroupCommandOutput) => void): void;
140
-
141
- resetUserPassword(args: ResetUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ResetUserPasswordCommandOutput>;
142
- resetUserPassword(args: ResetUserPasswordCommandInput, cb: (err: any, data?: ResetUserPasswordCommandOutput) => void): void;
143
- resetUserPassword(args: ResetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetUserPasswordCommandOutput) => void): void;
144
-
145
- updateChangeset(args: UpdateChangesetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChangesetCommandOutput>;
146
- updateChangeset(args: UpdateChangesetCommandInput, cb: (err: any, data?: UpdateChangesetCommandOutput) => void): void;
147
- updateChangeset(args: UpdateChangesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChangesetCommandOutput) => void): void;
148
-
149
- updateDataset(args: UpdateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatasetCommandOutput>;
150
- updateDataset(args: UpdateDatasetCommandInput, cb: (err: any, data?: UpdateDatasetCommandOutput) => void): void;
151
- updateDataset(args: UpdateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatasetCommandOutput) => void): void;
152
-
153
- updatePermissionGroup(args: UpdatePermissionGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePermissionGroupCommandOutput>;
154
- updatePermissionGroup(args: UpdatePermissionGroupCommandInput, cb: (err: any, data?: UpdatePermissionGroupCommandOutput) => void): void;
155
- updatePermissionGroup(args: UpdatePermissionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePermissionGroupCommandOutput) => void): void;
156
-
157
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
158
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
159
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
160
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateUserToPermissionGroupCommandInput,
4
+ AssociateUserToPermissionGroupCommandOutput,
5
+ } from "./commands/AssociateUserToPermissionGroupCommand";
6
+ import {
7
+ CreateChangesetCommandInput,
8
+ CreateChangesetCommandOutput,
9
+ } from "./commands/CreateChangesetCommand";
10
+ import {
11
+ CreateDatasetCommandInput,
12
+ CreateDatasetCommandOutput,
13
+ } from "./commands/CreateDatasetCommand";
14
+ import {
15
+ CreateDataViewCommandInput,
16
+ CreateDataViewCommandOutput,
17
+ } from "./commands/CreateDataViewCommand";
18
+ import {
19
+ CreatePermissionGroupCommandInput,
20
+ CreatePermissionGroupCommandOutput,
21
+ } from "./commands/CreatePermissionGroupCommand";
22
+ import {
23
+ CreateUserCommandInput,
24
+ CreateUserCommandOutput,
25
+ } from "./commands/CreateUserCommand";
26
+ import {
27
+ DeleteDatasetCommandInput,
28
+ DeleteDatasetCommandOutput,
29
+ } from "./commands/DeleteDatasetCommand";
30
+ import {
31
+ DeletePermissionGroupCommandInput,
32
+ DeletePermissionGroupCommandOutput,
33
+ } from "./commands/DeletePermissionGroupCommand";
34
+ import {
35
+ DisableUserCommandInput,
36
+ DisableUserCommandOutput,
37
+ } from "./commands/DisableUserCommand";
38
+ import {
39
+ DisassociateUserFromPermissionGroupCommandInput,
40
+ DisassociateUserFromPermissionGroupCommandOutput,
41
+ } from "./commands/DisassociateUserFromPermissionGroupCommand";
42
+ import {
43
+ EnableUserCommandInput,
44
+ EnableUserCommandOutput,
45
+ } from "./commands/EnableUserCommand";
46
+ import {
47
+ GetChangesetCommandInput,
48
+ GetChangesetCommandOutput,
49
+ } from "./commands/GetChangesetCommand";
50
+ import {
51
+ GetDatasetCommandInput,
52
+ GetDatasetCommandOutput,
53
+ } from "./commands/GetDatasetCommand";
54
+ import {
55
+ GetDataViewCommandInput,
56
+ GetDataViewCommandOutput,
57
+ } from "./commands/GetDataViewCommand";
58
+ import {
59
+ GetExternalDataViewAccessDetailsCommandInput,
60
+ GetExternalDataViewAccessDetailsCommandOutput,
61
+ } from "./commands/GetExternalDataViewAccessDetailsCommand";
62
+ import {
63
+ GetPermissionGroupCommandInput,
64
+ GetPermissionGroupCommandOutput,
65
+ } from "./commands/GetPermissionGroupCommand";
66
+ import {
67
+ GetProgrammaticAccessCredentialsCommandInput,
68
+ GetProgrammaticAccessCredentialsCommandOutput,
69
+ } from "./commands/GetProgrammaticAccessCredentialsCommand";
70
+ import {
71
+ GetUserCommandInput,
72
+ GetUserCommandOutput,
73
+ } from "./commands/GetUserCommand";
74
+ import {
75
+ GetWorkingLocationCommandInput,
76
+ GetWorkingLocationCommandOutput,
77
+ } from "./commands/GetWorkingLocationCommand";
78
+ import {
79
+ ListChangesetsCommandInput,
80
+ ListChangesetsCommandOutput,
81
+ } from "./commands/ListChangesetsCommand";
82
+ import {
83
+ ListDatasetsCommandInput,
84
+ ListDatasetsCommandOutput,
85
+ } from "./commands/ListDatasetsCommand";
86
+ import {
87
+ ListDataViewsCommandInput,
88
+ ListDataViewsCommandOutput,
89
+ } from "./commands/ListDataViewsCommand";
90
+ import {
91
+ ListPermissionGroupsByUserCommandInput,
92
+ ListPermissionGroupsByUserCommandOutput,
93
+ } from "./commands/ListPermissionGroupsByUserCommand";
94
+ import {
95
+ ListPermissionGroupsCommandInput,
96
+ ListPermissionGroupsCommandOutput,
97
+ } from "./commands/ListPermissionGroupsCommand";
98
+ import {
99
+ ListUsersByPermissionGroupCommandInput,
100
+ ListUsersByPermissionGroupCommandOutput,
101
+ } from "./commands/ListUsersByPermissionGroupCommand";
102
+ import {
103
+ ListUsersCommandInput,
104
+ ListUsersCommandOutput,
105
+ } from "./commands/ListUsersCommand";
106
+ import {
107
+ ResetUserPasswordCommandInput,
108
+ ResetUserPasswordCommandOutput,
109
+ } from "./commands/ResetUserPasswordCommand";
110
+ import {
111
+ UpdateChangesetCommandInput,
112
+ UpdateChangesetCommandOutput,
113
+ } from "./commands/UpdateChangesetCommand";
114
+ import {
115
+ UpdateDatasetCommandInput,
116
+ UpdateDatasetCommandOutput,
117
+ } from "./commands/UpdateDatasetCommand";
118
+ import {
119
+ UpdatePermissionGroupCommandInput,
120
+ UpdatePermissionGroupCommandOutput,
121
+ } from "./commands/UpdatePermissionGroupCommand";
122
+ import {
123
+ UpdateUserCommandInput,
124
+ UpdateUserCommandOutput,
125
+ } from "./commands/UpdateUserCommand";
126
+ import { FinspaceDataClient } from "./FinspaceDataClient";
127
+ export declare class FinspaceData extends FinspaceDataClient {
128
+ associateUserToPermissionGroup(
129
+ args: AssociateUserToPermissionGroupCommandInput,
130
+ options?: __HttpHandlerOptions
131
+ ): Promise<AssociateUserToPermissionGroupCommandOutput>;
132
+ associateUserToPermissionGroup(
133
+ args: AssociateUserToPermissionGroupCommandInput,
134
+ cb: (err: any, data?: AssociateUserToPermissionGroupCommandOutput) => void
135
+ ): void;
136
+ associateUserToPermissionGroup(
137
+ args: AssociateUserToPermissionGroupCommandInput,
138
+ options: __HttpHandlerOptions,
139
+ cb: (err: any, data?: AssociateUserToPermissionGroupCommandOutput) => void
140
+ ): void;
141
+ createChangeset(
142
+ args: CreateChangesetCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<CreateChangesetCommandOutput>;
145
+ createChangeset(
146
+ args: CreateChangesetCommandInput,
147
+ cb: (err: any, data?: CreateChangesetCommandOutput) => void
148
+ ): void;
149
+ createChangeset(
150
+ args: CreateChangesetCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: CreateChangesetCommandOutput) => void
153
+ ): void;
154
+ createDataset(
155
+ args: CreateDatasetCommandInput,
156
+ options?: __HttpHandlerOptions
157
+ ): Promise<CreateDatasetCommandOutput>;
158
+ createDataset(
159
+ args: CreateDatasetCommandInput,
160
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
161
+ ): void;
162
+ createDataset(
163
+ args: CreateDatasetCommandInput,
164
+ options: __HttpHandlerOptions,
165
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
166
+ ): void;
167
+ createDataView(
168
+ args: CreateDataViewCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<CreateDataViewCommandOutput>;
171
+ createDataView(
172
+ args: CreateDataViewCommandInput,
173
+ cb: (err: any, data?: CreateDataViewCommandOutput) => void
174
+ ): void;
175
+ createDataView(
176
+ args: CreateDataViewCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: CreateDataViewCommandOutput) => void
179
+ ): void;
180
+ createPermissionGroup(
181
+ args: CreatePermissionGroupCommandInput,
182
+ options?: __HttpHandlerOptions
183
+ ): Promise<CreatePermissionGroupCommandOutput>;
184
+ createPermissionGroup(
185
+ args: CreatePermissionGroupCommandInput,
186
+ cb: (err: any, data?: CreatePermissionGroupCommandOutput) => void
187
+ ): void;
188
+ createPermissionGroup(
189
+ args: CreatePermissionGroupCommandInput,
190
+ options: __HttpHandlerOptions,
191
+ cb: (err: any, data?: CreatePermissionGroupCommandOutput) => void
192
+ ): void;
193
+ createUser(
194
+ args: CreateUserCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<CreateUserCommandOutput>;
197
+ createUser(
198
+ args: CreateUserCommandInput,
199
+ cb: (err: any, data?: CreateUserCommandOutput) => void
200
+ ): void;
201
+ createUser(
202
+ args: CreateUserCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: CreateUserCommandOutput) => void
205
+ ): void;
206
+ deleteDataset(
207
+ args: DeleteDatasetCommandInput,
208
+ options?: __HttpHandlerOptions
209
+ ): Promise<DeleteDatasetCommandOutput>;
210
+ deleteDataset(
211
+ args: DeleteDatasetCommandInput,
212
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
213
+ ): void;
214
+ deleteDataset(
215
+ args: DeleteDatasetCommandInput,
216
+ options: __HttpHandlerOptions,
217
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
218
+ ): void;
219
+ deletePermissionGroup(
220
+ args: DeletePermissionGroupCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<DeletePermissionGroupCommandOutput>;
223
+ deletePermissionGroup(
224
+ args: DeletePermissionGroupCommandInput,
225
+ cb: (err: any, data?: DeletePermissionGroupCommandOutput) => void
226
+ ): void;
227
+ deletePermissionGroup(
228
+ args: DeletePermissionGroupCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: DeletePermissionGroupCommandOutput) => void
231
+ ): void;
232
+ disableUser(
233
+ args: DisableUserCommandInput,
234
+ options?: __HttpHandlerOptions
235
+ ): Promise<DisableUserCommandOutput>;
236
+ disableUser(
237
+ args: DisableUserCommandInput,
238
+ cb: (err: any, data?: DisableUserCommandOutput) => void
239
+ ): void;
240
+ disableUser(
241
+ args: DisableUserCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (err: any, data?: DisableUserCommandOutput) => void
244
+ ): void;
245
+ disassociateUserFromPermissionGroup(
246
+ args: DisassociateUserFromPermissionGroupCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<DisassociateUserFromPermissionGroupCommandOutput>;
249
+ disassociateUserFromPermissionGroup(
250
+ args: DisassociateUserFromPermissionGroupCommandInput,
251
+ cb: (
252
+ err: any,
253
+ data?: DisassociateUserFromPermissionGroupCommandOutput
254
+ ) => void
255
+ ): void;
256
+ disassociateUserFromPermissionGroup(
257
+ args: DisassociateUserFromPermissionGroupCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (
260
+ err: any,
261
+ data?: DisassociateUserFromPermissionGroupCommandOutput
262
+ ) => void
263
+ ): void;
264
+ enableUser(
265
+ args: EnableUserCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<EnableUserCommandOutput>;
268
+ enableUser(
269
+ args: EnableUserCommandInput,
270
+ cb: (err: any, data?: EnableUserCommandOutput) => void
271
+ ): void;
272
+ enableUser(
273
+ args: EnableUserCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: EnableUserCommandOutput) => void
276
+ ): void;
277
+ getChangeset(
278
+ args: GetChangesetCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<GetChangesetCommandOutput>;
281
+ getChangeset(
282
+ args: GetChangesetCommandInput,
283
+ cb: (err: any, data?: GetChangesetCommandOutput) => void
284
+ ): void;
285
+ getChangeset(
286
+ args: GetChangesetCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: GetChangesetCommandOutput) => void
289
+ ): void;
290
+ getDataset(
291
+ args: GetDatasetCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<GetDatasetCommandOutput>;
294
+ getDataset(
295
+ args: GetDatasetCommandInput,
296
+ cb: (err: any, data?: GetDatasetCommandOutput) => void
297
+ ): void;
298
+ getDataset(
299
+ args: GetDatasetCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: GetDatasetCommandOutput) => void
302
+ ): void;
303
+ getDataView(
304
+ args: GetDataViewCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<GetDataViewCommandOutput>;
307
+ getDataView(
308
+ args: GetDataViewCommandInput,
309
+ cb: (err: any, data?: GetDataViewCommandOutput) => void
310
+ ): void;
311
+ getDataView(
312
+ args: GetDataViewCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: GetDataViewCommandOutput) => void
315
+ ): void;
316
+ getExternalDataViewAccessDetails(
317
+ args: GetExternalDataViewAccessDetailsCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<GetExternalDataViewAccessDetailsCommandOutput>;
320
+ getExternalDataViewAccessDetails(
321
+ args: GetExternalDataViewAccessDetailsCommandInput,
322
+ cb: (err: any, data?: GetExternalDataViewAccessDetailsCommandOutput) => void
323
+ ): void;
324
+ getExternalDataViewAccessDetails(
325
+ args: GetExternalDataViewAccessDetailsCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: GetExternalDataViewAccessDetailsCommandOutput) => void
328
+ ): void;
329
+ getPermissionGroup(
330
+ args: GetPermissionGroupCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<GetPermissionGroupCommandOutput>;
333
+ getPermissionGroup(
334
+ args: GetPermissionGroupCommandInput,
335
+ cb: (err: any, data?: GetPermissionGroupCommandOutput) => void
336
+ ): void;
337
+ getPermissionGroup(
338
+ args: GetPermissionGroupCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: GetPermissionGroupCommandOutput) => void
341
+ ): void;
342
+ getProgrammaticAccessCredentials(
343
+ args: GetProgrammaticAccessCredentialsCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<GetProgrammaticAccessCredentialsCommandOutput>;
346
+ getProgrammaticAccessCredentials(
347
+ args: GetProgrammaticAccessCredentialsCommandInput,
348
+ cb: (err: any, data?: GetProgrammaticAccessCredentialsCommandOutput) => void
349
+ ): void;
350
+ getProgrammaticAccessCredentials(
351
+ args: GetProgrammaticAccessCredentialsCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: GetProgrammaticAccessCredentialsCommandOutput) => void
354
+ ): void;
355
+ getUser(
356
+ args: GetUserCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<GetUserCommandOutput>;
359
+ getUser(
360
+ args: GetUserCommandInput,
361
+ cb: (err: any, data?: GetUserCommandOutput) => void
362
+ ): void;
363
+ getUser(
364
+ args: GetUserCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: GetUserCommandOutput) => void
367
+ ): void;
368
+ getWorkingLocation(
369
+ args: GetWorkingLocationCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<GetWorkingLocationCommandOutput>;
372
+ getWorkingLocation(
373
+ args: GetWorkingLocationCommandInput,
374
+ cb: (err: any, data?: GetWorkingLocationCommandOutput) => void
375
+ ): void;
376
+ getWorkingLocation(
377
+ args: GetWorkingLocationCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: GetWorkingLocationCommandOutput) => void
380
+ ): void;
381
+ listChangesets(
382
+ args: ListChangesetsCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<ListChangesetsCommandOutput>;
385
+ listChangesets(
386
+ args: ListChangesetsCommandInput,
387
+ cb: (err: any, data?: ListChangesetsCommandOutput) => void
388
+ ): void;
389
+ listChangesets(
390
+ args: ListChangesetsCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: ListChangesetsCommandOutput) => void
393
+ ): void;
394
+ listDatasets(
395
+ args: ListDatasetsCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<ListDatasetsCommandOutput>;
398
+ listDatasets(
399
+ args: ListDatasetsCommandInput,
400
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void
401
+ ): void;
402
+ listDatasets(
403
+ args: ListDatasetsCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void
406
+ ): void;
407
+ listDataViews(
408
+ args: ListDataViewsCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<ListDataViewsCommandOutput>;
411
+ listDataViews(
412
+ args: ListDataViewsCommandInput,
413
+ cb: (err: any, data?: ListDataViewsCommandOutput) => void
414
+ ): void;
415
+ listDataViews(
416
+ args: ListDataViewsCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: ListDataViewsCommandOutput) => void
419
+ ): void;
420
+ listPermissionGroups(
421
+ args: ListPermissionGroupsCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<ListPermissionGroupsCommandOutput>;
424
+ listPermissionGroups(
425
+ args: ListPermissionGroupsCommandInput,
426
+ cb: (err: any, data?: ListPermissionGroupsCommandOutput) => void
427
+ ): void;
428
+ listPermissionGroups(
429
+ args: ListPermissionGroupsCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: ListPermissionGroupsCommandOutput) => void
432
+ ): void;
433
+ listPermissionGroupsByUser(
434
+ args: ListPermissionGroupsByUserCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<ListPermissionGroupsByUserCommandOutput>;
437
+ listPermissionGroupsByUser(
438
+ args: ListPermissionGroupsByUserCommandInput,
439
+ cb: (err: any, data?: ListPermissionGroupsByUserCommandOutput) => void
440
+ ): void;
441
+ listPermissionGroupsByUser(
442
+ args: ListPermissionGroupsByUserCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: ListPermissionGroupsByUserCommandOutput) => void
445
+ ): void;
446
+ listUsers(
447
+ args: ListUsersCommandInput,
448
+ options?: __HttpHandlerOptions
449
+ ): Promise<ListUsersCommandOutput>;
450
+ listUsers(
451
+ args: ListUsersCommandInput,
452
+ cb: (err: any, data?: ListUsersCommandOutput) => void
453
+ ): void;
454
+ listUsers(
455
+ args: ListUsersCommandInput,
456
+ options: __HttpHandlerOptions,
457
+ cb: (err: any, data?: ListUsersCommandOutput) => void
458
+ ): void;
459
+ listUsersByPermissionGroup(
460
+ args: ListUsersByPermissionGroupCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<ListUsersByPermissionGroupCommandOutput>;
463
+ listUsersByPermissionGroup(
464
+ args: ListUsersByPermissionGroupCommandInput,
465
+ cb: (err: any, data?: ListUsersByPermissionGroupCommandOutput) => void
466
+ ): void;
467
+ listUsersByPermissionGroup(
468
+ args: ListUsersByPermissionGroupCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: ListUsersByPermissionGroupCommandOutput) => void
471
+ ): void;
472
+ resetUserPassword(
473
+ args: ResetUserPasswordCommandInput,
474
+ options?: __HttpHandlerOptions
475
+ ): Promise<ResetUserPasswordCommandOutput>;
476
+ resetUserPassword(
477
+ args: ResetUserPasswordCommandInput,
478
+ cb: (err: any, data?: ResetUserPasswordCommandOutput) => void
479
+ ): void;
480
+ resetUserPassword(
481
+ args: ResetUserPasswordCommandInput,
482
+ options: __HttpHandlerOptions,
483
+ cb: (err: any, data?: ResetUserPasswordCommandOutput) => void
484
+ ): void;
485
+ updateChangeset(
486
+ args: UpdateChangesetCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<UpdateChangesetCommandOutput>;
489
+ updateChangeset(
490
+ args: UpdateChangesetCommandInput,
491
+ cb: (err: any, data?: UpdateChangesetCommandOutput) => void
492
+ ): void;
493
+ updateChangeset(
494
+ args: UpdateChangesetCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (err: any, data?: UpdateChangesetCommandOutput) => void
497
+ ): void;
498
+ updateDataset(
499
+ args: UpdateDatasetCommandInput,
500
+ options?: __HttpHandlerOptions
501
+ ): Promise<UpdateDatasetCommandOutput>;
502
+ updateDataset(
503
+ args: UpdateDatasetCommandInput,
504
+ cb: (err: any, data?: UpdateDatasetCommandOutput) => void
505
+ ): void;
506
+ updateDataset(
507
+ args: UpdateDatasetCommandInput,
508
+ options: __HttpHandlerOptions,
509
+ cb: (err: any, data?: UpdateDatasetCommandOutput) => void
510
+ ): void;
511
+ updatePermissionGroup(
512
+ args: UpdatePermissionGroupCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<UpdatePermissionGroupCommandOutput>;
515
+ updatePermissionGroup(
516
+ args: UpdatePermissionGroupCommandInput,
517
+ cb: (err: any, data?: UpdatePermissionGroupCommandOutput) => void
518
+ ): void;
519
+ updatePermissionGroup(
520
+ args: UpdatePermissionGroupCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: UpdatePermissionGroupCommandOutput) => void
523
+ ): void;
524
+ updateUser(
525
+ args: UpdateUserCommandInput,
526
+ options?: __HttpHandlerOptions
527
+ ): Promise<UpdateUserCommandOutput>;
528
+ updateUser(
529
+ args: UpdateUserCommandInput,
530
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
531
+ ): void;
532
+ updateUser(
533
+ args: UpdateUserCommandInput,
534
+ options: __HttpHandlerOptions,
535
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
536
+ ): void;
537
+ }