@aws-sdk/client-finspace-data 3.1077.0 → 3.1078.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-cjs/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +2 -14
- package/dist-es/commands/CreateChangesetCommand.js +2 -14
- package/dist-es/commands/CreateDataViewCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreatePermissionGroupCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeletePermissionGroupCommand.js +2 -14
- package/dist-es/commands/DisableUserCommand.js +2 -14
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +2 -14
- package/dist-es/commands/EnableUserCommand.js +2 -14
- package/dist-es/commands/GetChangesetCommand.js +2 -14
- package/dist-es/commands/GetDataViewCommand.js +2 -14
- package/dist-es/commands/GetDatasetCommand.js +2 -14
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +2 -14
- package/dist-es/commands/GetPermissionGroupCommand.js +2 -14
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetWorkingLocationCommand.js +2 -14
- package/dist-es/commands/ListChangesetsCommand.js +2 -14
- package/dist-es/commands/ListDataViewsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +2 -14
- package/dist-es/commands/ListPermissionGroupsCommand.js +2 -14
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/ResetUserPasswordCommand.js +2 -14
- package/dist-es/commands/UpdateChangesetCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdatePermissionGroupCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateChangesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataViewCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisableUserCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/EnableUserCommand.d.ts +3 -8
- package/dist-types/commands/GetChangesetCommand.d.ts +3 -8
- package/dist-types/commands/GetDataViewCommand.d.ts +3 -8
- package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +3 -8
- package/dist-types/commands/ListChangesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChangesetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1195,376 +1196,101 @@ class FinspaceDataClient extends Client {
|
|
|
1195
1196
|
}
|
|
1196
1197
|
}
|
|
1197
1198
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
})
|
|
1204
|
-
.s("AWSHabaneroPublicAPI", "AssociateUserToPermissionGroup", {})
|
|
1205
|
-
.n("FinspaceDataClient", "AssociateUserToPermissionGroupCommand")
|
|
1206
|
-
.sc(AssociateUserToPermissionGroup$)
|
|
1207
|
-
.build() {
|
|
1199
|
+
const command = makeBuilder(commonParams, "AWSHabaneroPublicAPI", "FinspaceDataClient", getEndpointPlugin);
|
|
1200
|
+
const _ep0 = {};
|
|
1201
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1202
|
+
|
|
1203
|
+
class AssociateUserToPermissionGroupCommand extends command(_ep0, _mw0, "AssociateUserToPermissionGroup", AssociateUserToPermissionGroup$) {
|
|
1208
1204
|
}
|
|
1209
1205
|
|
|
1210
|
-
class CreateChangesetCommand extends
|
|
1211
|
-
.classBuilder()
|
|
1212
|
-
.ep(commonParams)
|
|
1213
|
-
.m(function (Command, cs, config, o) {
|
|
1214
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1215
|
-
})
|
|
1216
|
-
.s("AWSHabaneroPublicAPI", "CreateChangeset", {})
|
|
1217
|
-
.n("FinspaceDataClient", "CreateChangesetCommand")
|
|
1218
|
-
.sc(CreateChangeset$)
|
|
1219
|
-
.build() {
|
|
1206
|
+
class CreateChangesetCommand extends command(_ep0, _mw0, "CreateChangeset", CreateChangeset$) {
|
|
1220
1207
|
}
|
|
1221
1208
|
|
|
1222
|
-
class CreateDatasetCommand extends
|
|
1223
|
-
.classBuilder()
|
|
1224
|
-
.ep(commonParams)
|
|
1225
|
-
.m(function (Command, cs, config, o) {
|
|
1226
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1227
|
-
})
|
|
1228
|
-
.s("AWSHabaneroPublicAPI", "CreateDataset", {})
|
|
1229
|
-
.n("FinspaceDataClient", "CreateDatasetCommand")
|
|
1230
|
-
.sc(CreateDataset$)
|
|
1231
|
-
.build() {
|
|
1209
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
1232
1210
|
}
|
|
1233
1211
|
|
|
1234
|
-
class CreateDataViewCommand extends
|
|
1235
|
-
.classBuilder()
|
|
1236
|
-
.ep(commonParams)
|
|
1237
|
-
.m(function (Command, cs, config, o) {
|
|
1238
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1239
|
-
})
|
|
1240
|
-
.s("AWSHabaneroPublicAPI", "CreateDataView", {})
|
|
1241
|
-
.n("FinspaceDataClient", "CreateDataViewCommand")
|
|
1242
|
-
.sc(CreateDataView$)
|
|
1243
|
-
.build() {
|
|
1212
|
+
class CreateDataViewCommand extends command(_ep0, _mw0, "CreateDataView", CreateDataView$) {
|
|
1244
1213
|
}
|
|
1245
1214
|
|
|
1246
|
-
class CreatePermissionGroupCommand extends
|
|
1247
|
-
.classBuilder()
|
|
1248
|
-
.ep(commonParams)
|
|
1249
|
-
.m(function (Command, cs, config, o) {
|
|
1250
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1251
|
-
})
|
|
1252
|
-
.s("AWSHabaneroPublicAPI", "CreatePermissionGroup", {})
|
|
1253
|
-
.n("FinspaceDataClient", "CreatePermissionGroupCommand")
|
|
1254
|
-
.sc(CreatePermissionGroup$)
|
|
1255
|
-
.build() {
|
|
1215
|
+
class CreatePermissionGroupCommand extends command(_ep0, _mw0, "CreatePermissionGroup", CreatePermissionGroup$) {
|
|
1256
1216
|
}
|
|
1257
1217
|
|
|
1258
|
-
class CreateUserCommand extends
|
|
1259
|
-
.classBuilder()
|
|
1260
|
-
.ep(commonParams)
|
|
1261
|
-
.m(function (Command, cs, config, o) {
|
|
1262
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1263
|
-
})
|
|
1264
|
-
.s("AWSHabaneroPublicAPI", "CreateUser", {})
|
|
1265
|
-
.n("FinspaceDataClient", "CreateUserCommand")
|
|
1266
|
-
.sc(CreateUser$)
|
|
1267
|
-
.build() {
|
|
1218
|
+
class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
1268
1219
|
}
|
|
1269
1220
|
|
|
1270
|
-
class DeleteDatasetCommand extends
|
|
1271
|
-
.classBuilder()
|
|
1272
|
-
.ep(commonParams)
|
|
1273
|
-
.m(function (Command, cs, config, o) {
|
|
1274
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1275
|
-
})
|
|
1276
|
-
.s("AWSHabaneroPublicAPI", "DeleteDataset", {})
|
|
1277
|
-
.n("FinspaceDataClient", "DeleteDatasetCommand")
|
|
1278
|
-
.sc(DeleteDataset$)
|
|
1279
|
-
.build() {
|
|
1221
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
1280
1222
|
}
|
|
1281
1223
|
|
|
1282
|
-
class DeletePermissionGroupCommand extends
|
|
1283
|
-
.classBuilder()
|
|
1284
|
-
.ep(commonParams)
|
|
1285
|
-
.m(function (Command, cs, config, o) {
|
|
1286
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1287
|
-
})
|
|
1288
|
-
.s("AWSHabaneroPublicAPI", "DeletePermissionGroup", {})
|
|
1289
|
-
.n("FinspaceDataClient", "DeletePermissionGroupCommand")
|
|
1290
|
-
.sc(DeletePermissionGroup$)
|
|
1291
|
-
.build() {
|
|
1224
|
+
class DeletePermissionGroupCommand extends command(_ep0, _mw0, "DeletePermissionGroup", DeletePermissionGroup$) {
|
|
1292
1225
|
}
|
|
1293
1226
|
|
|
1294
|
-
class DisableUserCommand extends
|
|
1295
|
-
.classBuilder()
|
|
1296
|
-
.ep(commonParams)
|
|
1297
|
-
.m(function (Command, cs, config, o) {
|
|
1298
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1299
|
-
})
|
|
1300
|
-
.s("AWSHabaneroPublicAPI", "DisableUser", {})
|
|
1301
|
-
.n("FinspaceDataClient", "DisableUserCommand")
|
|
1302
|
-
.sc(DisableUser$)
|
|
1303
|
-
.build() {
|
|
1227
|
+
class DisableUserCommand extends command(_ep0, _mw0, "DisableUser", DisableUser$) {
|
|
1304
1228
|
}
|
|
1305
1229
|
|
|
1306
|
-
class DisassociateUserFromPermissionGroupCommand extends
|
|
1307
|
-
.classBuilder()
|
|
1308
|
-
.ep(commonParams)
|
|
1309
|
-
.m(function (Command, cs, config, o) {
|
|
1310
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1311
|
-
})
|
|
1312
|
-
.s("AWSHabaneroPublicAPI", "DisassociateUserFromPermissionGroup", {})
|
|
1313
|
-
.n("FinspaceDataClient", "DisassociateUserFromPermissionGroupCommand")
|
|
1314
|
-
.sc(DisassociateUserFromPermissionGroup$)
|
|
1315
|
-
.build() {
|
|
1230
|
+
class DisassociateUserFromPermissionGroupCommand extends command(_ep0, _mw0, "DisassociateUserFromPermissionGroup", DisassociateUserFromPermissionGroup$) {
|
|
1316
1231
|
}
|
|
1317
1232
|
|
|
1318
|
-
class EnableUserCommand extends
|
|
1319
|
-
.classBuilder()
|
|
1320
|
-
.ep(commonParams)
|
|
1321
|
-
.m(function (Command, cs, config, o) {
|
|
1322
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1323
|
-
})
|
|
1324
|
-
.s("AWSHabaneroPublicAPI", "EnableUser", {})
|
|
1325
|
-
.n("FinspaceDataClient", "EnableUserCommand")
|
|
1326
|
-
.sc(EnableUser$)
|
|
1327
|
-
.build() {
|
|
1233
|
+
class EnableUserCommand extends command(_ep0, _mw0, "EnableUser", EnableUser$) {
|
|
1328
1234
|
}
|
|
1329
1235
|
|
|
1330
|
-
class GetChangesetCommand extends
|
|
1331
|
-
.classBuilder()
|
|
1332
|
-
.ep(commonParams)
|
|
1333
|
-
.m(function (Command, cs, config, o) {
|
|
1334
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1335
|
-
})
|
|
1336
|
-
.s("AWSHabaneroPublicAPI", "GetChangeset", {})
|
|
1337
|
-
.n("FinspaceDataClient", "GetChangesetCommand")
|
|
1338
|
-
.sc(GetChangeset$)
|
|
1339
|
-
.build() {
|
|
1236
|
+
class GetChangesetCommand extends command(_ep0, _mw0, "GetChangeset", GetChangeset$) {
|
|
1340
1237
|
}
|
|
1341
1238
|
|
|
1342
|
-
class GetDatasetCommand extends
|
|
1343
|
-
.classBuilder()
|
|
1344
|
-
.ep(commonParams)
|
|
1345
|
-
.m(function (Command, cs, config, o) {
|
|
1346
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1347
|
-
})
|
|
1348
|
-
.s("AWSHabaneroPublicAPI", "GetDataset", {})
|
|
1349
|
-
.n("FinspaceDataClient", "GetDatasetCommand")
|
|
1350
|
-
.sc(GetDataset$)
|
|
1351
|
-
.build() {
|
|
1239
|
+
class GetDatasetCommand extends command(_ep0, _mw0, "GetDataset", GetDataset$) {
|
|
1352
1240
|
}
|
|
1353
1241
|
|
|
1354
|
-
class GetDataViewCommand extends
|
|
1355
|
-
.classBuilder()
|
|
1356
|
-
.ep(commonParams)
|
|
1357
|
-
.m(function (Command, cs, config, o) {
|
|
1358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1359
|
-
})
|
|
1360
|
-
.s("AWSHabaneroPublicAPI", "GetDataView", {})
|
|
1361
|
-
.n("FinspaceDataClient", "GetDataViewCommand")
|
|
1362
|
-
.sc(GetDataView$)
|
|
1363
|
-
.build() {
|
|
1242
|
+
class GetDataViewCommand extends command(_ep0, _mw0, "GetDataView", GetDataView$) {
|
|
1364
1243
|
}
|
|
1365
1244
|
|
|
1366
|
-
class GetExternalDataViewAccessDetailsCommand extends
|
|
1367
|
-
.classBuilder()
|
|
1368
|
-
.ep(commonParams)
|
|
1369
|
-
.m(function (Command, cs, config, o) {
|
|
1370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1371
|
-
})
|
|
1372
|
-
.s("AWSHabaneroPublicAPI", "GetExternalDataViewAccessDetails", {})
|
|
1373
|
-
.n("FinspaceDataClient", "GetExternalDataViewAccessDetailsCommand")
|
|
1374
|
-
.sc(GetExternalDataViewAccessDetails$)
|
|
1375
|
-
.build() {
|
|
1245
|
+
class GetExternalDataViewAccessDetailsCommand extends command(_ep0, _mw0, "GetExternalDataViewAccessDetails", GetExternalDataViewAccessDetails$) {
|
|
1376
1246
|
}
|
|
1377
1247
|
|
|
1378
|
-
class GetPermissionGroupCommand extends
|
|
1379
|
-
.classBuilder()
|
|
1380
|
-
.ep(commonParams)
|
|
1381
|
-
.m(function (Command, cs, config, o) {
|
|
1382
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1383
|
-
})
|
|
1384
|
-
.s("AWSHabaneroPublicAPI", "GetPermissionGroup", {})
|
|
1385
|
-
.n("FinspaceDataClient", "GetPermissionGroupCommand")
|
|
1386
|
-
.sc(GetPermissionGroup$)
|
|
1387
|
-
.build() {
|
|
1248
|
+
class GetPermissionGroupCommand extends command(_ep0, _mw0, "GetPermissionGroup", GetPermissionGroup$) {
|
|
1388
1249
|
}
|
|
1389
1250
|
|
|
1390
|
-
class GetProgrammaticAccessCredentialsCommand extends
|
|
1391
|
-
.classBuilder()
|
|
1392
|
-
.ep(commonParams)
|
|
1393
|
-
.m(function (Command, cs, config, o) {
|
|
1394
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1395
|
-
})
|
|
1396
|
-
.s("AWSHabaneroPublicAPI", "GetProgrammaticAccessCredentials", {})
|
|
1397
|
-
.n("FinspaceDataClient", "GetProgrammaticAccessCredentialsCommand")
|
|
1398
|
-
.sc(GetProgrammaticAccessCredentials$)
|
|
1399
|
-
.build() {
|
|
1251
|
+
class GetProgrammaticAccessCredentialsCommand extends command(_ep0, _mw0, "GetProgrammaticAccessCredentials", GetProgrammaticAccessCredentials$) {
|
|
1400
1252
|
}
|
|
1401
1253
|
|
|
1402
|
-
class GetUserCommand extends
|
|
1403
|
-
.classBuilder()
|
|
1404
|
-
.ep(commonParams)
|
|
1405
|
-
.m(function (Command, cs, config, o) {
|
|
1406
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1407
|
-
})
|
|
1408
|
-
.s("AWSHabaneroPublicAPI", "GetUser", {})
|
|
1409
|
-
.n("FinspaceDataClient", "GetUserCommand")
|
|
1410
|
-
.sc(GetUser$)
|
|
1411
|
-
.build() {
|
|
1254
|
+
class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
|
|
1412
1255
|
}
|
|
1413
1256
|
|
|
1414
|
-
class GetWorkingLocationCommand extends
|
|
1415
|
-
.classBuilder()
|
|
1416
|
-
.ep(commonParams)
|
|
1417
|
-
.m(function (Command, cs, config, o) {
|
|
1418
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1419
|
-
})
|
|
1420
|
-
.s("AWSHabaneroPublicAPI", "GetWorkingLocation", {})
|
|
1421
|
-
.n("FinspaceDataClient", "GetWorkingLocationCommand")
|
|
1422
|
-
.sc(GetWorkingLocation$)
|
|
1423
|
-
.build() {
|
|
1257
|
+
class GetWorkingLocationCommand extends command(_ep0, _mw0, "GetWorkingLocation", GetWorkingLocation$) {
|
|
1424
1258
|
}
|
|
1425
1259
|
|
|
1426
|
-
class ListChangesetsCommand extends
|
|
1427
|
-
.classBuilder()
|
|
1428
|
-
.ep(commonParams)
|
|
1429
|
-
.m(function (Command, cs, config, o) {
|
|
1430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1431
|
-
})
|
|
1432
|
-
.s("AWSHabaneroPublicAPI", "ListChangesets", {})
|
|
1433
|
-
.n("FinspaceDataClient", "ListChangesetsCommand")
|
|
1434
|
-
.sc(ListChangesets$)
|
|
1435
|
-
.build() {
|
|
1260
|
+
class ListChangesetsCommand extends command(_ep0, _mw0, "ListChangesets", ListChangesets$) {
|
|
1436
1261
|
}
|
|
1437
1262
|
|
|
1438
|
-
class ListDatasetsCommand extends
|
|
1439
|
-
.classBuilder()
|
|
1440
|
-
.ep(commonParams)
|
|
1441
|
-
.m(function (Command, cs, config, o) {
|
|
1442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1443
|
-
})
|
|
1444
|
-
.s("AWSHabaneroPublicAPI", "ListDatasets", {})
|
|
1445
|
-
.n("FinspaceDataClient", "ListDatasetsCommand")
|
|
1446
|
-
.sc(ListDatasets$)
|
|
1447
|
-
.build() {
|
|
1263
|
+
class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
|
|
1448
1264
|
}
|
|
1449
1265
|
|
|
1450
|
-
class ListDataViewsCommand extends
|
|
1451
|
-
.classBuilder()
|
|
1452
|
-
.ep(commonParams)
|
|
1453
|
-
.m(function (Command, cs, config, o) {
|
|
1454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1455
|
-
})
|
|
1456
|
-
.s("AWSHabaneroPublicAPI", "ListDataViews", {})
|
|
1457
|
-
.n("FinspaceDataClient", "ListDataViewsCommand")
|
|
1458
|
-
.sc(ListDataViews$)
|
|
1459
|
-
.build() {
|
|
1266
|
+
class ListDataViewsCommand extends command(_ep0, _mw0, "ListDataViews", ListDataViews$) {
|
|
1460
1267
|
}
|
|
1461
1268
|
|
|
1462
|
-
class ListPermissionGroupsByUserCommand extends
|
|
1463
|
-
.classBuilder()
|
|
1464
|
-
.ep(commonParams)
|
|
1465
|
-
.m(function (Command, cs, config, o) {
|
|
1466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1467
|
-
})
|
|
1468
|
-
.s("AWSHabaneroPublicAPI", "ListPermissionGroupsByUser", {})
|
|
1469
|
-
.n("FinspaceDataClient", "ListPermissionGroupsByUserCommand")
|
|
1470
|
-
.sc(ListPermissionGroupsByUser$)
|
|
1471
|
-
.build() {
|
|
1269
|
+
class ListPermissionGroupsByUserCommand extends command(_ep0, _mw0, "ListPermissionGroupsByUser", ListPermissionGroupsByUser$) {
|
|
1472
1270
|
}
|
|
1473
1271
|
|
|
1474
|
-
class ListPermissionGroupsCommand extends
|
|
1475
|
-
.classBuilder()
|
|
1476
|
-
.ep(commonParams)
|
|
1477
|
-
.m(function (Command, cs, config, o) {
|
|
1478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1479
|
-
})
|
|
1480
|
-
.s("AWSHabaneroPublicAPI", "ListPermissionGroups", {})
|
|
1481
|
-
.n("FinspaceDataClient", "ListPermissionGroupsCommand")
|
|
1482
|
-
.sc(ListPermissionGroups$)
|
|
1483
|
-
.build() {
|
|
1272
|
+
class ListPermissionGroupsCommand extends command(_ep0, _mw0, "ListPermissionGroups", ListPermissionGroups$) {
|
|
1484
1273
|
}
|
|
1485
1274
|
|
|
1486
|
-
class ListUsersByPermissionGroupCommand extends
|
|
1487
|
-
.classBuilder()
|
|
1488
|
-
.ep(commonParams)
|
|
1489
|
-
.m(function (Command, cs, config, o) {
|
|
1490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1491
|
-
})
|
|
1492
|
-
.s("AWSHabaneroPublicAPI", "ListUsersByPermissionGroup", {})
|
|
1493
|
-
.n("FinspaceDataClient", "ListUsersByPermissionGroupCommand")
|
|
1494
|
-
.sc(ListUsersByPermissionGroup$)
|
|
1495
|
-
.build() {
|
|
1275
|
+
class ListUsersByPermissionGroupCommand extends command(_ep0, _mw0, "ListUsersByPermissionGroup", ListUsersByPermissionGroup$) {
|
|
1496
1276
|
}
|
|
1497
1277
|
|
|
1498
|
-
class ListUsersCommand extends
|
|
1499
|
-
.classBuilder()
|
|
1500
|
-
.ep(commonParams)
|
|
1501
|
-
.m(function (Command, cs, config, o) {
|
|
1502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
|
-
})
|
|
1504
|
-
.s("AWSHabaneroPublicAPI", "ListUsers", {})
|
|
1505
|
-
.n("FinspaceDataClient", "ListUsersCommand")
|
|
1506
|
-
.sc(ListUsers$)
|
|
1507
|
-
.build() {
|
|
1278
|
+
class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
|
|
1508
1279
|
}
|
|
1509
1280
|
|
|
1510
|
-
class ResetUserPasswordCommand extends
|
|
1511
|
-
.classBuilder()
|
|
1512
|
-
.ep(commonParams)
|
|
1513
|
-
.m(function (Command, cs, config, o) {
|
|
1514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1515
|
-
})
|
|
1516
|
-
.s("AWSHabaneroPublicAPI", "ResetUserPassword", {})
|
|
1517
|
-
.n("FinspaceDataClient", "ResetUserPasswordCommand")
|
|
1518
|
-
.sc(ResetUserPassword$)
|
|
1519
|
-
.build() {
|
|
1281
|
+
class ResetUserPasswordCommand extends command(_ep0, _mw0, "ResetUserPassword", ResetUserPassword$) {
|
|
1520
1282
|
}
|
|
1521
1283
|
|
|
1522
|
-
class UpdateChangesetCommand extends
|
|
1523
|
-
.classBuilder()
|
|
1524
|
-
.ep(commonParams)
|
|
1525
|
-
.m(function (Command, cs, config, o) {
|
|
1526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1527
|
-
})
|
|
1528
|
-
.s("AWSHabaneroPublicAPI", "UpdateChangeset", {})
|
|
1529
|
-
.n("FinspaceDataClient", "UpdateChangesetCommand")
|
|
1530
|
-
.sc(UpdateChangeset$)
|
|
1531
|
-
.build() {
|
|
1284
|
+
class UpdateChangesetCommand extends command(_ep0, _mw0, "UpdateChangeset", UpdateChangeset$) {
|
|
1532
1285
|
}
|
|
1533
1286
|
|
|
1534
|
-
class UpdateDatasetCommand extends
|
|
1535
|
-
.classBuilder()
|
|
1536
|
-
.ep(commonParams)
|
|
1537
|
-
.m(function (Command, cs, config, o) {
|
|
1538
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1539
|
-
})
|
|
1540
|
-
.s("AWSHabaneroPublicAPI", "UpdateDataset", {})
|
|
1541
|
-
.n("FinspaceDataClient", "UpdateDatasetCommand")
|
|
1542
|
-
.sc(UpdateDataset$)
|
|
1543
|
-
.build() {
|
|
1287
|
+
class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
|
|
1544
1288
|
}
|
|
1545
1289
|
|
|
1546
|
-
class UpdatePermissionGroupCommand extends
|
|
1547
|
-
.classBuilder()
|
|
1548
|
-
.ep(commonParams)
|
|
1549
|
-
.m(function (Command, cs, config, o) {
|
|
1550
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1551
|
-
})
|
|
1552
|
-
.s("AWSHabaneroPublicAPI", "UpdatePermissionGroup", {})
|
|
1553
|
-
.n("FinspaceDataClient", "UpdatePermissionGroupCommand")
|
|
1554
|
-
.sc(UpdatePermissionGroup$)
|
|
1555
|
-
.build() {
|
|
1290
|
+
class UpdatePermissionGroupCommand extends command(_ep0, _mw0, "UpdatePermissionGroup", UpdatePermissionGroup$) {
|
|
1556
1291
|
}
|
|
1557
1292
|
|
|
1558
|
-
class UpdateUserCommand extends
|
|
1559
|
-
.classBuilder()
|
|
1560
|
-
.ep(commonParams)
|
|
1561
|
-
.m(function (Command, cs, config, o) {
|
|
1562
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1563
|
-
})
|
|
1564
|
-
.s("AWSHabaneroPublicAPI", "UpdateUser", {})
|
|
1565
|
-
.n("FinspaceDataClient", "UpdateUserCommand")
|
|
1566
|
-
.sc(UpdateUser$)
|
|
1567
|
-
.build() {
|
|
1293
|
+
class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
|
|
1568
1294
|
}
|
|
1569
1295
|
|
|
1570
1296
|
const paginateListChangesets = createPaginator(FinspaceDataClient, ListChangesetsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSHabaneroPublicAPI", "FinspaceDataClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateUserToPermissionGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateUserToPermissionGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "AssociateUserToPermissionGroup", {})
|
|
13
|
-
.n("FinspaceDataClient", "AssociateUserToPermissionGroupCommand")
|
|
14
|
-
.sc(AssociateUserToPermissionGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateUserToPermissionGroupCommand extends command(_ep0, _mw0, "AssociateUserToPermissionGroup", AssociateUserToPermissionGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChangeset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChangesetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "CreateChangeset", {})
|
|
13
|
-
.n("FinspaceDataClient", "CreateChangesetCommand")
|
|
14
|
-
.sc(CreateChangeset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChangesetCommand extends command(_ep0, _mw0, "CreateChangeset", CreateChangeset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "CreateDataView", {})
|
|
13
|
-
.n("FinspaceDataClient", "CreateDataViewCommand")
|
|
14
|
-
.sc(CreateDataView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataViewCommand extends command(_ep0, _mw0, "CreateDataView", CreateDataView$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "CreateDataset", {})
|
|
13
|
-
.n("FinspaceDataClient", "CreateDatasetCommand")
|
|
14
|
-
.sc(CreateDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePermissionGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePermissionGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "CreatePermissionGroup", {})
|
|
13
|
-
.n("FinspaceDataClient", "CreatePermissionGroupCommand")
|
|
14
|
-
.sc(CreatePermissionGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePermissionGroupCommand extends command(_ep0, _mw0, "CreatePermissionGroup", CreatePermissionGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "CreateUser", {})
|
|
13
|
-
.n("FinspaceDataClient", "CreateUserCommand")
|
|
14
|
-
.sc(CreateUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "DeleteDataset", {})
|
|
13
|
-
.n("FinspaceDataClient", "DeleteDatasetCommand")
|
|
14
|
-
.sc(DeleteDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePermissionGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePermissionGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "DeletePermissionGroup", {})
|
|
13
|
-
.n("FinspaceDataClient", "DeletePermissionGroupCommand")
|
|
14
|
-
.sc(DeletePermissionGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePermissionGroupCommand extends command(_ep0, _mw0, "DeletePermissionGroup", DeletePermissionGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "DisableUser", {})
|
|
13
|
-
.n("FinspaceDataClient", "DisableUserCommand")
|
|
14
|
-
.sc(DisableUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableUserCommand extends command(_ep0, _mw0, "DisableUser", DisableUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateUserFromPermissionGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateUserFromPermissionGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "DisassociateUserFromPermissionGroup", {})
|
|
13
|
-
.n("FinspaceDataClient", "DisassociateUserFromPermissionGroupCommand")
|
|
14
|
-
.sc(DisassociateUserFromPermissionGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateUserFromPermissionGroupCommand extends command(_ep0, _mw0, "DisassociateUserFromPermissionGroup", DisassociateUserFromPermissionGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHabaneroPublicAPI", "EnableUser", {})
|
|
13
|
-
.n("FinspaceDataClient", "EnableUserCommand")
|
|
14
|
-
.sc(EnableUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableUserCommand extends command(_ep0, _mw0, "EnableUser", EnableUser$) {
|
|
16
4
|
}
|