@aws-sdk/client-finspace-data 3.651.1 → 3.658.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.
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateChangesetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataViewCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/DisableUserCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/EnableUserCommand.d.ts +11 -0
- package/dist-types/commands/GetChangesetCommand.d.ts +11 -0
- package/dist-types/commands/GetDataViewCommand.d.ts +11 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +11 -0
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/GetUserCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +11 -0
- package/dist-types/commands/ListChangesetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataViewsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +11 -0
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersCommand.d.ts +11 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChangesetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -80,4 +80,15 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: AssociateUserToPermissionGroupRequest;
|
|
87
|
+
output: AssociateUserToPermissionGroupResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: AssociateUserToPermissionGroupCommandInput;
|
|
91
|
+
output: AssociateUserToPermissionGroupCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateChangesetCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateChangesetRequest;
|
|
97
|
+
output: CreateChangesetResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateChangesetCommandInput;
|
|
101
|
+
output: CreateChangesetCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -95,4 +95,15 @@ declare const CreateDataViewCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateDataViewRequest;
|
|
102
|
+
output: CreateDataViewResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateDataViewCommandInput;
|
|
106
|
+
output: CreateDataViewCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -112,4 +112,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: CreateDatasetRequest;
|
|
119
|
+
output: CreateDatasetResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: CreateDatasetCommandInput;
|
|
123
|
+
output: CreateDatasetCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -83,4 +83,15 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: CreatePermissionGroupRequest;
|
|
90
|
+
output: CreatePermissionGroupResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: CreatePermissionGroupCommandInput;
|
|
94
|
+
output: CreatePermissionGroupCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -84,4 +84,15 @@ declare const CreateUserCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: CreateUserRequest;
|
|
91
|
+
output: CreateUserResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: CreateUserCommandInput;
|
|
95
|
+
output: CreateUserCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteDatasetRequest;
|
|
89
|
+
output: DeleteDatasetResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteDatasetCommandInput;
|
|
93
|
+
output: DeleteDatasetCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeletePermissionGroupRequest;
|
|
89
|
+
output: DeletePermissionGroupResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeletePermissionGroupCommandInput;
|
|
93
|
+
output: DeletePermissionGroupCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -79,4 +79,15 @@ declare const DisableUserCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DisableUserCommand extends DisableUserCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DisableUserRequest;
|
|
86
|
+
output: DisableUserResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DisableUserCommandInput;
|
|
90
|
+
output: DisableUserCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -80,4 +80,15 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DisassociateUserFromPermissionGroupRequest;
|
|
87
|
+
output: DisassociateUserFromPermissionGroupResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DisassociateUserFromPermissionGroupCommandInput;
|
|
91
|
+
output: DisassociateUserFromPermissionGroupCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const EnableUserCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: EnableUserRequest;
|
|
89
|
+
output: EnableUserResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: EnableUserCommandInput;
|
|
93
|
+
output: EnableUserCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -98,4 +98,15 @@ declare const GetChangesetCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: GetChangesetRequest;
|
|
105
|
+
output: GetChangesetResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: GetChangesetCommandInput;
|
|
109
|
+
output: GetChangesetCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -100,4 +100,15 @@ declare const GetDataViewCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: GetDataViewRequest;
|
|
107
|
+
output: GetDataViewResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: GetDataViewCommandInput;
|
|
111
|
+
output: GetDataViewCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -100,4 +100,15 @@ declare const GetDatasetCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: GetDatasetRequest;
|
|
107
|
+
output: GetDatasetResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: GetDatasetCommandInput;
|
|
111
|
+
output: GetDatasetCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetExternalDataViewAccessDetailsRequest;
|
|
100
|
+
output: GetExternalDataViewAccessDetailsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetExternalDataViewAccessDetailsCommandInput;
|
|
104
|
+
output: GetExternalDataViewAccessDetailsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetPermissionGroupRequest;
|
|
92
|
+
output: GetPermissionGroupResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetPermissionGroupCommandInput;
|
|
96
|
+
output: GetPermissionGroupCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -78,4 +78,15 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: GetProgrammaticAccessCredentialsRequest;
|
|
85
|
+
output: GetProgrammaticAccessCredentialsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: GetProgrammaticAccessCredentialsCommandInput;
|
|
89
|
+
output: GetProgrammaticAccessCredentialsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetUserCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetUserRequest;
|
|
94
|
+
output: GetUserResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetUserCommandInput;
|
|
98
|
+
output: GetUserCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetWorkingLocationRequest;
|
|
82
|
+
output: GetWorkingLocationResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetWorkingLocationCommandInput;
|
|
86
|
+
output: GetWorkingLocationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListChangesetsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListChangesetsRequest;
|
|
111
|
+
output: ListChangesetsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListChangesetsCommandInput;
|
|
115
|
+
output: ListChangesetsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListDataViewsCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListDataViewsRequest;
|
|
113
|
+
output: ListDataViewsResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListDataViewsCommandInput;
|
|
117
|
+
output: ListDataViewsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListDatasetsRequest;
|
|
114
|
+
output: ListDatasetsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListDatasetsCommandInput;
|
|
118
|
+
output: ListDatasetsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListPermissionGroupsByUserRequest;
|
|
91
|
+
output: ListPermissionGroupsByUserResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListPermissionGroupsByUserCommandInput;
|
|
95
|
+
output: ListPermissionGroupsByUserCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListPermissionGroupsRequest;
|
|
93
|
+
output: ListPermissionGroupsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListPermissionGroupsCommandInput;
|
|
97
|
+
output: ListPermissionGroupsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListUsersByPermissionGroupRequest;
|
|
97
|
+
output: ListUsersByPermissionGroupResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListUsersByPermissionGroupCommandInput;
|
|
101
|
+
output: ListUsersByPermissionGroupCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListUsersCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListUsersRequest;
|
|
97
|
+
output: ListUsersResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListUsersCommandInput;
|
|
101
|
+
output: ListUsersCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -80,4 +80,15 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ResetUserPasswordRequest;
|
|
87
|
+
output: ResetUserPasswordResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ResetUserPasswordCommandInput;
|
|
91
|
+
output: ResetUserPasswordCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -87,4 +87,15 @@ declare const UpdateChangesetCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateChangesetRequest;
|
|
94
|
+
output: UpdateChangesetResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateChangesetCommandInput;
|
|
98
|
+
output: UpdateChangesetCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -97,4 +97,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdateDatasetRequest;
|
|
104
|
+
output: UpdateDatasetResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdateDatasetCommandInput;
|
|
108
|
+
output: UpdateDatasetCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdatePermissionGroupRequest;
|
|
91
|
+
output: UpdatePermissionGroupResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdatePermissionGroupCommandInput;
|
|
95
|
+
output: UpdatePermissionGroupCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateUserCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateUserRequest;
|
|
91
|
+
output: UpdateUserResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateUserCommandInput;
|
|
95
|
+
output: UpdateUserCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateUserToPermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
|
|
40
|
+
export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateUserToPermissionGroupRequest;
|
|
44
|
+
output: AssociateUserToPermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateUserToPermissionGroupCommandInput;
|
|
48
|
+
output: AssociateUserToPermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateChangesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
|
|
39
|
+
export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateChangesetRequest;
|
|
43
|
+
output: CreateChangesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateChangesetCommandInput;
|
|
47
|
+
output: CreateChangesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDataViewCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
|
|
39
|
+
export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDataViewRequest;
|
|
43
|
+
output: CreateDataViewResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDataViewCommandInput;
|
|
47
|
+
output: CreateDataViewCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
39
|
+
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDatasetRequest;
|
|
43
|
+
output: CreateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDatasetCommandInput;
|
|
47
|
+
output: CreateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
|
|
40
|
+
export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePermissionGroupRequest;
|
|
44
|
+
output: CreatePermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePermissionGroupCommandInput;
|
|
48
|
+
output: CreatePermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
36
|
+
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateUserRequest;
|
|
40
|
+
output: CreateUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateUserCommandInput;
|
|
44
|
+
output: CreateUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
39
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDatasetRequest;
|
|
43
|
+
output: DeleteDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDatasetCommandInput;
|
|
47
|
+
output: DeleteDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeletePermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
|
|
40
|
+
export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePermissionGroupRequest;
|
|
44
|
+
output: DeletePermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePermissionGroupCommandInput;
|
|
48
|
+
output: DeletePermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DisableUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DisableUserCommand extends DisableUserCommand_base {
|
|
36
|
+
export declare class DisableUserCommand extends DisableUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DisableUserRequest;
|
|
40
|
+
output: DisableUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DisableUserCommandInput;
|
|
44
|
+
output: DisableUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
|
|
40
|
+
export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateUserFromPermissionGroupRequest;
|
|
44
|
+
output: DisassociateUserFromPermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateUserFromPermissionGroupCommandInput;
|
|
48
|
+
output: DisassociateUserFromPermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const EnableUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
36
|
+
export declare class EnableUserCommand extends EnableUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: EnableUserRequest;
|
|
40
|
+
output: EnableUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: EnableUserCommandInput;
|
|
44
|
+
output: EnableUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetChangesetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
36
|
+
export declare class GetChangesetCommand extends GetChangesetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetChangesetRequest;
|
|
40
|
+
output: GetChangesetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetChangesetCommandInput;
|
|
44
|
+
output: GetChangesetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDataViewCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
36
|
+
export declare class GetDataViewCommand extends GetDataViewCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDataViewRequest;
|
|
40
|
+
output: GetDataViewResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDataViewCommandInput;
|
|
44
|
+
output: GetDataViewCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDatasetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
36
|
+
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDatasetRequest;
|
|
40
|
+
output: GetDatasetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDatasetCommandInput;
|
|
44
|
+
output: GetDatasetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
40
|
+
export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetExternalDataViewAccessDetailsRequest;
|
|
44
|
+
output: GetExternalDataViewAccessDetailsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetExternalDataViewAccessDetailsCommandInput;
|
|
48
|
+
output: GetExternalDataViewAccessDetailsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
40
|
+
export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPermissionGroupRequest;
|
|
44
|
+
output: GetPermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPermissionGroupCommandInput;
|
|
48
|
+
output: GetPermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
40
|
+
export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetProgrammaticAccessCredentialsRequest;
|
|
44
|
+
output: GetProgrammaticAccessCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetProgrammaticAccessCredentialsCommandInput;
|
|
48
|
+
output: GetProgrammaticAccessCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -29,4 +29,15 @@ declare const GetUserCommand_base: {
|
|
|
29
29
|
>;
|
|
30
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
31
31
|
};
|
|
32
|
-
export declare class GetUserCommand extends GetUserCommand_base {
|
|
32
|
+
export declare class GetUserCommand extends GetUserCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: GetUserRequest;
|
|
36
|
+
output: GetUserResponse;
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: GetUserCommandInput;
|
|
40
|
+
output: GetUserCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetWorkingLocationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
40
|
+
export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetWorkingLocationRequest;
|
|
44
|
+
output: GetWorkingLocationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetWorkingLocationCommandInput;
|
|
48
|
+
output: GetWorkingLocationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListChangesetsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
39
|
+
export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListChangesetsRequest;
|
|
43
|
+
output: ListChangesetsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListChangesetsCommandInput;
|
|
47
|
+
output: ListChangesetsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListDataViewsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
39
|
+
export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListDataViewsRequest;
|
|
43
|
+
output: ListDataViewsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListDataViewsCommandInput;
|
|
47
|
+
output: ListDataViewsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListPermissionGroupsByUserCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
40
|
+
export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPermissionGroupsByUserRequest;
|
|
44
|
+
output: ListPermissionGroupsByUserResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPermissionGroupsByUserCommandInput;
|
|
48
|
+
output: ListPermissionGroupsByUserCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListPermissionGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
40
|
+
export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPermissionGroupsRequest;
|
|
44
|
+
output: ListPermissionGroupsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPermissionGroupsCommandInput;
|
|
48
|
+
output: ListPermissionGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListUsersByPermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
40
|
+
export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListUsersByPermissionGroupRequest;
|
|
44
|
+
output: ListUsersByPermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListUsersByPermissionGroupCommandInput;
|
|
48
|
+
output: ListUsersByPermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListUsersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
36
|
+
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListUsersRequest;
|
|
40
|
+
output: ListUsersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListUsersCommandInput;
|
|
44
|
+
output: ListUsersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
40
|
+
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ResetUserPasswordRequest;
|
|
44
|
+
output: ResetUserPasswordResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ResetUserPasswordCommandInput;
|
|
48
|
+
output: ResetUserPasswordCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateChangesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
39
|
+
export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateChangesetRequest;
|
|
43
|
+
output: UpdateChangesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateChangesetCommandInput;
|
|
47
|
+
output: UpdateChangesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
39
|
+
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDatasetRequest;
|
|
43
|
+
output: UpdateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDatasetCommandInput;
|
|
47
|
+
output: UpdateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePermissionGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
40
|
+
export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePermissionGroupRequest;
|
|
44
|
+
output: UpdatePermissionGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePermissionGroupCommandInput;
|
|
48
|
+
output: UpdatePermissionGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
36
|
+
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateUserRequest;
|
|
40
|
+
output: UpdateUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateUserCommandInput;
|
|
44
|
+
output: UpdateUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
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.
|
|
4
|
+
"version": "3.658.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|