@aws-sdk/client-finspace-data 3.1076.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 +42 -315
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultFinspaceDataHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1073,6 +1075,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1073
1075
|
serviceTarget: "AWSHabaneroPublicAPI",
|
|
1074
1076
|
},
|
|
1075
1077
|
serviceId: config?.serviceId ?? "finspace data",
|
|
1078
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1076
1079
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1077
1080
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1078
1081
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1106,7 +1109,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1106
1109
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1107
1110
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1108
1111
|
}, config),
|
|
1109
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1110
1112
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1111
1113
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1112
1114
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1194,376 +1196,101 @@ class FinspaceDataClient extends Client {
|
|
|
1194
1196
|
}
|
|
1195
1197
|
}
|
|
1196
1198
|
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
})
|
|
1203
|
-
.s("AWSHabaneroPublicAPI", "AssociateUserToPermissionGroup", {})
|
|
1204
|
-
.n("FinspaceDataClient", "AssociateUserToPermissionGroupCommand")
|
|
1205
|
-
.sc(AssociateUserToPermissionGroup$)
|
|
1206
|
-
.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$) {
|
|
1207
1204
|
}
|
|
1208
1205
|
|
|
1209
|
-
class CreateChangesetCommand extends
|
|
1210
|
-
.classBuilder()
|
|
1211
|
-
.ep(commonParams)
|
|
1212
|
-
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
|
-
})
|
|
1215
|
-
.s("AWSHabaneroPublicAPI", "CreateChangeset", {})
|
|
1216
|
-
.n("FinspaceDataClient", "CreateChangesetCommand")
|
|
1217
|
-
.sc(CreateChangeset$)
|
|
1218
|
-
.build() {
|
|
1206
|
+
class CreateChangesetCommand extends command(_ep0, _mw0, "CreateChangeset", CreateChangeset$) {
|
|
1219
1207
|
}
|
|
1220
1208
|
|
|
1221
|
-
class CreateDatasetCommand extends
|
|
1222
|
-
.classBuilder()
|
|
1223
|
-
.ep(commonParams)
|
|
1224
|
-
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
|
-
})
|
|
1227
|
-
.s("AWSHabaneroPublicAPI", "CreateDataset", {})
|
|
1228
|
-
.n("FinspaceDataClient", "CreateDatasetCommand")
|
|
1229
|
-
.sc(CreateDataset$)
|
|
1230
|
-
.build() {
|
|
1209
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
1231
1210
|
}
|
|
1232
1211
|
|
|
1233
|
-
class CreateDataViewCommand extends
|
|
1234
|
-
.classBuilder()
|
|
1235
|
-
.ep(commonParams)
|
|
1236
|
-
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
|
-
})
|
|
1239
|
-
.s("AWSHabaneroPublicAPI", "CreateDataView", {})
|
|
1240
|
-
.n("FinspaceDataClient", "CreateDataViewCommand")
|
|
1241
|
-
.sc(CreateDataView$)
|
|
1242
|
-
.build() {
|
|
1212
|
+
class CreateDataViewCommand extends command(_ep0, _mw0, "CreateDataView", CreateDataView$) {
|
|
1243
1213
|
}
|
|
1244
1214
|
|
|
1245
|
-
class CreatePermissionGroupCommand extends
|
|
1246
|
-
.classBuilder()
|
|
1247
|
-
.ep(commonParams)
|
|
1248
|
-
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
|
-
})
|
|
1251
|
-
.s("AWSHabaneroPublicAPI", "CreatePermissionGroup", {})
|
|
1252
|
-
.n("FinspaceDataClient", "CreatePermissionGroupCommand")
|
|
1253
|
-
.sc(CreatePermissionGroup$)
|
|
1254
|
-
.build() {
|
|
1215
|
+
class CreatePermissionGroupCommand extends command(_ep0, _mw0, "CreatePermissionGroup", CreatePermissionGroup$) {
|
|
1255
1216
|
}
|
|
1256
1217
|
|
|
1257
|
-
class CreateUserCommand extends
|
|
1258
|
-
.classBuilder()
|
|
1259
|
-
.ep(commonParams)
|
|
1260
|
-
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
|
-
})
|
|
1263
|
-
.s("AWSHabaneroPublicAPI", "CreateUser", {})
|
|
1264
|
-
.n("FinspaceDataClient", "CreateUserCommand")
|
|
1265
|
-
.sc(CreateUser$)
|
|
1266
|
-
.build() {
|
|
1218
|
+
class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
1267
1219
|
}
|
|
1268
1220
|
|
|
1269
|
-
class DeleteDatasetCommand extends
|
|
1270
|
-
.classBuilder()
|
|
1271
|
-
.ep(commonParams)
|
|
1272
|
-
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
|
-
})
|
|
1275
|
-
.s("AWSHabaneroPublicAPI", "DeleteDataset", {})
|
|
1276
|
-
.n("FinspaceDataClient", "DeleteDatasetCommand")
|
|
1277
|
-
.sc(DeleteDataset$)
|
|
1278
|
-
.build() {
|
|
1221
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
1279
1222
|
}
|
|
1280
1223
|
|
|
1281
|
-
class DeletePermissionGroupCommand extends
|
|
1282
|
-
.classBuilder()
|
|
1283
|
-
.ep(commonParams)
|
|
1284
|
-
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
|
-
})
|
|
1287
|
-
.s("AWSHabaneroPublicAPI", "DeletePermissionGroup", {})
|
|
1288
|
-
.n("FinspaceDataClient", "DeletePermissionGroupCommand")
|
|
1289
|
-
.sc(DeletePermissionGroup$)
|
|
1290
|
-
.build() {
|
|
1224
|
+
class DeletePermissionGroupCommand extends command(_ep0, _mw0, "DeletePermissionGroup", DeletePermissionGroup$) {
|
|
1291
1225
|
}
|
|
1292
1226
|
|
|
1293
|
-
class DisableUserCommand extends
|
|
1294
|
-
.classBuilder()
|
|
1295
|
-
.ep(commonParams)
|
|
1296
|
-
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
|
-
})
|
|
1299
|
-
.s("AWSHabaneroPublicAPI", "DisableUser", {})
|
|
1300
|
-
.n("FinspaceDataClient", "DisableUserCommand")
|
|
1301
|
-
.sc(DisableUser$)
|
|
1302
|
-
.build() {
|
|
1227
|
+
class DisableUserCommand extends command(_ep0, _mw0, "DisableUser", DisableUser$) {
|
|
1303
1228
|
}
|
|
1304
1229
|
|
|
1305
|
-
class DisassociateUserFromPermissionGroupCommand extends
|
|
1306
|
-
.classBuilder()
|
|
1307
|
-
.ep(commonParams)
|
|
1308
|
-
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
|
-
})
|
|
1311
|
-
.s("AWSHabaneroPublicAPI", "DisassociateUserFromPermissionGroup", {})
|
|
1312
|
-
.n("FinspaceDataClient", "DisassociateUserFromPermissionGroupCommand")
|
|
1313
|
-
.sc(DisassociateUserFromPermissionGroup$)
|
|
1314
|
-
.build() {
|
|
1230
|
+
class DisassociateUserFromPermissionGroupCommand extends command(_ep0, _mw0, "DisassociateUserFromPermissionGroup", DisassociateUserFromPermissionGroup$) {
|
|
1315
1231
|
}
|
|
1316
1232
|
|
|
1317
|
-
class EnableUserCommand extends
|
|
1318
|
-
.classBuilder()
|
|
1319
|
-
.ep(commonParams)
|
|
1320
|
-
.m(function (Command, cs, config, o) {
|
|
1321
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
|
-
})
|
|
1323
|
-
.s("AWSHabaneroPublicAPI", "EnableUser", {})
|
|
1324
|
-
.n("FinspaceDataClient", "EnableUserCommand")
|
|
1325
|
-
.sc(EnableUser$)
|
|
1326
|
-
.build() {
|
|
1233
|
+
class EnableUserCommand extends command(_ep0, _mw0, "EnableUser", EnableUser$) {
|
|
1327
1234
|
}
|
|
1328
1235
|
|
|
1329
|
-
class GetChangesetCommand extends
|
|
1330
|
-
.classBuilder()
|
|
1331
|
-
.ep(commonParams)
|
|
1332
|
-
.m(function (Command, cs, config, o) {
|
|
1333
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1334
|
-
})
|
|
1335
|
-
.s("AWSHabaneroPublicAPI", "GetChangeset", {})
|
|
1336
|
-
.n("FinspaceDataClient", "GetChangesetCommand")
|
|
1337
|
-
.sc(GetChangeset$)
|
|
1338
|
-
.build() {
|
|
1236
|
+
class GetChangesetCommand extends command(_ep0, _mw0, "GetChangeset", GetChangeset$) {
|
|
1339
1237
|
}
|
|
1340
1238
|
|
|
1341
|
-
class GetDatasetCommand extends
|
|
1342
|
-
.classBuilder()
|
|
1343
|
-
.ep(commonParams)
|
|
1344
|
-
.m(function (Command, cs, config, o) {
|
|
1345
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
|
-
})
|
|
1347
|
-
.s("AWSHabaneroPublicAPI", "GetDataset", {})
|
|
1348
|
-
.n("FinspaceDataClient", "GetDatasetCommand")
|
|
1349
|
-
.sc(GetDataset$)
|
|
1350
|
-
.build() {
|
|
1239
|
+
class GetDatasetCommand extends command(_ep0, _mw0, "GetDataset", GetDataset$) {
|
|
1351
1240
|
}
|
|
1352
1241
|
|
|
1353
|
-
class GetDataViewCommand extends
|
|
1354
|
-
.classBuilder()
|
|
1355
|
-
.ep(commonParams)
|
|
1356
|
-
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
|
-
})
|
|
1359
|
-
.s("AWSHabaneroPublicAPI", "GetDataView", {})
|
|
1360
|
-
.n("FinspaceDataClient", "GetDataViewCommand")
|
|
1361
|
-
.sc(GetDataView$)
|
|
1362
|
-
.build() {
|
|
1242
|
+
class GetDataViewCommand extends command(_ep0, _mw0, "GetDataView", GetDataView$) {
|
|
1363
1243
|
}
|
|
1364
1244
|
|
|
1365
|
-
class GetExternalDataViewAccessDetailsCommand extends
|
|
1366
|
-
.classBuilder()
|
|
1367
|
-
.ep(commonParams)
|
|
1368
|
-
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
|
-
})
|
|
1371
|
-
.s("AWSHabaneroPublicAPI", "GetExternalDataViewAccessDetails", {})
|
|
1372
|
-
.n("FinspaceDataClient", "GetExternalDataViewAccessDetailsCommand")
|
|
1373
|
-
.sc(GetExternalDataViewAccessDetails$)
|
|
1374
|
-
.build() {
|
|
1245
|
+
class GetExternalDataViewAccessDetailsCommand extends command(_ep0, _mw0, "GetExternalDataViewAccessDetails", GetExternalDataViewAccessDetails$) {
|
|
1375
1246
|
}
|
|
1376
1247
|
|
|
1377
|
-
class GetPermissionGroupCommand extends
|
|
1378
|
-
.classBuilder()
|
|
1379
|
-
.ep(commonParams)
|
|
1380
|
-
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
|
-
})
|
|
1383
|
-
.s("AWSHabaneroPublicAPI", "GetPermissionGroup", {})
|
|
1384
|
-
.n("FinspaceDataClient", "GetPermissionGroupCommand")
|
|
1385
|
-
.sc(GetPermissionGroup$)
|
|
1386
|
-
.build() {
|
|
1248
|
+
class GetPermissionGroupCommand extends command(_ep0, _mw0, "GetPermissionGroup", GetPermissionGroup$) {
|
|
1387
1249
|
}
|
|
1388
1250
|
|
|
1389
|
-
class GetProgrammaticAccessCredentialsCommand extends
|
|
1390
|
-
.classBuilder()
|
|
1391
|
-
.ep(commonParams)
|
|
1392
|
-
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
|
-
})
|
|
1395
|
-
.s("AWSHabaneroPublicAPI", "GetProgrammaticAccessCredentials", {})
|
|
1396
|
-
.n("FinspaceDataClient", "GetProgrammaticAccessCredentialsCommand")
|
|
1397
|
-
.sc(GetProgrammaticAccessCredentials$)
|
|
1398
|
-
.build() {
|
|
1251
|
+
class GetProgrammaticAccessCredentialsCommand extends command(_ep0, _mw0, "GetProgrammaticAccessCredentials", GetProgrammaticAccessCredentials$) {
|
|
1399
1252
|
}
|
|
1400
1253
|
|
|
1401
|
-
class GetUserCommand extends
|
|
1402
|
-
.classBuilder()
|
|
1403
|
-
.ep(commonParams)
|
|
1404
|
-
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
|
-
})
|
|
1407
|
-
.s("AWSHabaneroPublicAPI", "GetUser", {})
|
|
1408
|
-
.n("FinspaceDataClient", "GetUserCommand")
|
|
1409
|
-
.sc(GetUser$)
|
|
1410
|
-
.build() {
|
|
1254
|
+
class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
|
|
1411
1255
|
}
|
|
1412
1256
|
|
|
1413
|
-
class GetWorkingLocationCommand extends
|
|
1414
|
-
.classBuilder()
|
|
1415
|
-
.ep(commonParams)
|
|
1416
|
-
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
|
-
})
|
|
1419
|
-
.s("AWSHabaneroPublicAPI", "GetWorkingLocation", {})
|
|
1420
|
-
.n("FinspaceDataClient", "GetWorkingLocationCommand")
|
|
1421
|
-
.sc(GetWorkingLocation$)
|
|
1422
|
-
.build() {
|
|
1257
|
+
class GetWorkingLocationCommand extends command(_ep0, _mw0, "GetWorkingLocation", GetWorkingLocation$) {
|
|
1423
1258
|
}
|
|
1424
1259
|
|
|
1425
|
-
class ListChangesetsCommand extends
|
|
1426
|
-
.classBuilder()
|
|
1427
|
-
.ep(commonParams)
|
|
1428
|
-
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
|
-
})
|
|
1431
|
-
.s("AWSHabaneroPublicAPI", "ListChangesets", {})
|
|
1432
|
-
.n("FinspaceDataClient", "ListChangesetsCommand")
|
|
1433
|
-
.sc(ListChangesets$)
|
|
1434
|
-
.build() {
|
|
1260
|
+
class ListChangesetsCommand extends command(_ep0, _mw0, "ListChangesets", ListChangesets$) {
|
|
1435
1261
|
}
|
|
1436
1262
|
|
|
1437
|
-
class ListDatasetsCommand extends
|
|
1438
|
-
.classBuilder()
|
|
1439
|
-
.ep(commonParams)
|
|
1440
|
-
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
|
-
})
|
|
1443
|
-
.s("AWSHabaneroPublicAPI", "ListDatasets", {})
|
|
1444
|
-
.n("FinspaceDataClient", "ListDatasetsCommand")
|
|
1445
|
-
.sc(ListDatasets$)
|
|
1446
|
-
.build() {
|
|
1263
|
+
class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
|
|
1447
1264
|
}
|
|
1448
1265
|
|
|
1449
|
-
class ListDataViewsCommand extends
|
|
1450
|
-
.classBuilder()
|
|
1451
|
-
.ep(commonParams)
|
|
1452
|
-
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
|
-
})
|
|
1455
|
-
.s("AWSHabaneroPublicAPI", "ListDataViews", {})
|
|
1456
|
-
.n("FinspaceDataClient", "ListDataViewsCommand")
|
|
1457
|
-
.sc(ListDataViews$)
|
|
1458
|
-
.build() {
|
|
1266
|
+
class ListDataViewsCommand extends command(_ep0, _mw0, "ListDataViews", ListDataViews$) {
|
|
1459
1267
|
}
|
|
1460
1268
|
|
|
1461
|
-
class ListPermissionGroupsByUserCommand extends
|
|
1462
|
-
.classBuilder()
|
|
1463
|
-
.ep(commonParams)
|
|
1464
|
-
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
|
-
})
|
|
1467
|
-
.s("AWSHabaneroPublicAPI", "ListPermissionGroupsByUser", {})
|
|
1468
|
-
.n("FinspaceDataClient", "ListPermissionGroupsByUserCommand")
|
|
1469
|
-
.sc(ListPermissionGroupsByUser$)
|
|
1470
|
-
.build() {
|
|
1269
|
+
class ListPermissionGroupsByUserCommand extends command(_ep0, _mw0, "ListPermissionGroupsByUser", ListPermissionGroupsByUser$) {
|
|
1471
1270
|
}
|
|
1472
1271
|
|
|
1473
|
-
class ListPermissionGroupsCommand extends
|
|
1474
|
-
.classBuilder()
|
|
1475
|
-
.ep(commonParams)
|
|
1476
|
-
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
|
-
})
|
|
1479
|
-
.s("AWSHabaneroPublicAPI", "ListPermissionGroups", {})
|
|
1480
|
-
.n("FinspaceDataClient", "ListPermissionGroupsCommand")
|
|
1481
|
-
.sc(ListPermissionGroups$)
|
|
1482
|
-
.build() {
|
|
1272
|
+
class ListPermissionGroupsCommand extends command(_ep0, _mw0, "ListPermissionGroups", ListPermissionGroups$) {
|
|
1483
1273
|
}
|
|
1484
1274
|
|
|
1485
|
-
class ListUsersByPermissionGroupCommand extends
|
|
1486
|
-
.classBuilder()
|
|
1487
|
-
.ep(commonParams)
|
|
1488
|
-
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
|
-
})
|
|
1491
|
-
.s("AWSHabaneroPublicAPI", "ListUsersByPermissionGroup", {})
|
|
1492
|
-
.n("FinspaceDataClient", "ListUsersByPermissionGroupCommand")
|
|
1493
|
-
.sc(ListUsersByPermissionGroup$)
|
|
1494
|
-
.build() {
|
|
1275
|
+
class ListUsersByPermissionGroupCommand extends command(_ep0, _mw0, "ListUsersByPermissionGroup", ListUsersByPermissionGroup$) {
|
|
1495
1276
|
}
|
|
1496
1277
|
|
|
1497
|
-
class ListUsersCommand extends
|
|
1498
|
-
.classBuilder()
|
|
1499
|
-
.ep(commonParams)
|
|
1500
|
-
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
|
-
})
|
|
1503
|
-
.s("AWSHabaneroPublicAPI", "ListUsers", {})
|
|
1504
|
-
.n("FinspaceDataClient", "ListUsersCommand")
|
|
1505
|
-
.sc(ListUsers$)
|
|
1506
|
-
.build() {
|
|
1278
|
+
class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
|
|
1507
1279
|
}
|
|
1508
1280
|
|
|
1509
|
-
class ResetUserPasswordCommand extends
|
|
1510
|
-
.classBuilder()
|
|
1511
|
-
.ep(commonParams)
|
|
1512
|
-
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
|
-
})
|
|
1515
|
-
.s("AWSHabaneroPublicAPI", "ResetUserPassword", {})
|
|
1516
|
-
.n("FinspaceDataClient", "ResetUserPasswordCommand")
|
|
1517
|
-
.sc(ResetUserPassword$)
|
|
1518
|
-
.build() {
|
|
1281
|
+
class ResetUserPasswordCommand extends command(_ep0, _mw0, "ResetUserPassword", ResetUserPassword$) {
|
|
1519
1282
|
}
|
|
1520
1283
|
|
|
1521
|
-
class UpdateChangesetCommand extends
|
|
1522
|
-
.classBuilder()
|
|
1523
|
-
.ep(commonParams)
|
|
1524
|
-
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
|
-
})
|
|
1527
|
-
.s("AWSHabaneroPublicAPI", "UpdateChangeset", {})
|
|
1528
|
-
.n("FinspaceDataClient", "UpdateChangesetCommand")
|
|
1529
|
-
.sc(UpdateChangeset$)
|
|
1530
|
-
.build() {
|
|
1284
|
+
class UpdateChangesetCommand extends command(_ep0, _mw0, "UpdateChangeset", UpdateChangeset$) {
|
|
1531
1285
|
}
|
|
1532
1286
|
|
|
1533
|
-
class UpdateDatasetCommand extends
|
|
1534
|
-
.classBuilder()
|
|
1535
|
-
.ep(commonParams)
|
|
1536
|
-
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
|
-
})
|
|
1539
|
-
.s("AWSHabaneroPublicAPI", "UpdateDataset", {})
|
|
1540
|
-
.n("FinspaceDataClient", "UpdateDatasetCommand")
|
|
1541
|
-
.sc(UpdateDataset$)
|
|
1542
|
-
.build() {
|
|
1287
|
+
class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
|
|
1543
1288
|
}
|
|
1544
1289
|
|
|
1545
|
-
class UpdatePermissionGroupCommand extends
|
|
1546
|
-
.classBuilder()
|
|
1547
|
-
.ep(commonParams)
|
|
1548
|
-
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
|
-
})
|
|
1551
|
-
.s("AWSHabaneroPublicAPI", "UpdatePermissionGroup", {})
|
|
1552
|
-
.n("FinspaceDataClient", "UpdatePermissionGroupCommand")
|
|
1553
|
-
.sc(UpdatePermissionGroup$)
|
|
1554
|
-
.build() {
|
|
1290
|
+
class UpdatePermissionGroupCommand extends command(_ep0, _mw0, "UpdatePermissionGroup", UpdatePermissionGroup$) {
|
|
1555
1291
|
}
|
|
1556
1292
|
|
|
1557
|
-
class UpdateUserCommand extends
|
|
1558
|
-
.classBuilder()
|
|
1559
|
-
.ep(commonParams)
|
|
1560
|
-
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
|
-
})
|
|
1563
|
-
.s("AWSHabaneroPublicAPI", "UpdateUser", {})
|
|
1564
|
-
.n("FinspaceDataClient", "UpdateUserCommand")
|
|
1565
|
-
.sc(UpdateUser$)
|
|
1566
|
-
.build() {
|
|
1293
|
+
class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
|
|
1567
1294
|
}
|
|
1568
1295
|
|
|
1569
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
|
}
|