@aws-sdk/client-securitylake 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/CreateAwsLogSourceCommand.js +2 -14
- package/dist-es/commands/CreateCustomLogSourceCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateSubscriberCommand.js +2 -14
- package/dist-es/commands/CreateSubscriberNotificationCommand.js +2 -14
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +2 -14
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriberNotificationCommand.js +2 -14
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +2 -14
- package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataLakeSourcesCommand.js +2 -14
- package/dist-es/commands/GetSubscriberCommand.js +2 -14
- package/dist-es/commands/ListDataLakeExceptionsCommand.js +2 -14
- package/dist-es/commands/ListDataLakesCommand.js +2 -14
- package/dist-es/commands/ListLogSourcesCommand.js +2 -14
- package/dist-es/commands/ListSubscribersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriberNotificationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakesCommand.d.ts +3 -8
- package/dist-types/commands/ListLogSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscribersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriberNotificationCommand.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/CreateAwsLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.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
|
|
|
@@ -1243,376 +1244,101 @@ class SecurityLakeClient extends Client {
|
|
|
1243
1244
|
}
|
|
1244
1245
|
}
|
|
1245
1246
|
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
})
|
|
1252
|
-
.s("SecurityLake", "CreateAwsLogSource", {})
|
|
1253
|
-
.n("SecurityLakeClient", "CreateAwsLogSourceCommand")
|
|
1254
|
-
.sc(CreateAwsLogSource$)
|
|
1255
|
-
.build() {
|
|
1247
|
+
const command = makeBuilder(commonParams, "SecurityLake", "SecurityLakeClient", getEndpointPlugin);
|
|
1248
|
+
const _ep0 = {};
|
|
1249
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1250
|
+
|
|
1251
|
+
class CreateAwsLogSourceCommand extends command(_ep0, _mw0, "CreateAwsLogSource", CreateAwsLogSource$) {
|
|
1256
1252
|
}
|
|
1257
1253
|
|
|
1258
|
-
class CreateCustomLogSourceCommand extends
|
|
1259
|
-
.classBuilder()
|
|
1260
|
-
.ep(commonParams)
|
|
1261
|
-
.m(function (Command, cs, config, o) {
|
|
1262
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1263
|
-
})
|
|
1264
|
-
.s("SecurityLake", "CreateCustomLogSource", {})
|
|
1265
|
-
.n("SecurityLakeClient", "CreateCustomLogSourceCommand")
|
|
1266
|
-
.sc(CreateCustomLogSource$)
|
|
1267
|
-
.build() {
|
|
1254
|
+
class CreateCustomLogSourceCommand extends command(_ep0, _mw0, "CreateCustomLogSource", CreateCustomLogSource$) {
|
|
1268
1255
|
}
|
|
1269
1256
|
|
|
1270
|
-
class CreateDataLakeCommand extends
|
|
1271
|
-
.classBuilder()
|
|
1272
|
-
.ep(commonParams)
|
|
1273
|
-
.m(function (Command, cs, config, o) {
|
|
1274
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1275
|
-
})
|
|
1276
|
-
.s("SecurityLake", "CreateDataLake", {})
|
|
1277
|
-
.n("SecurityLakeClient", "CreateDataLakeCommand")
|
|
1278
|
-
.sc(CreateDataLake$)
|
|
1279
|
-
.build() {
|
|
1257
|
+
class CreateDataLakeCommand extends command(_ep0, _mw0, "CreateDataLake", CreateDataLake$) {
|
|
1280
1258
|
}
|
|
1281
1259
|
|
|
1282
|
-
class CreateDataLakeExceptionSubscriptionCommand extends
|
|
1283
|
-
.classBuilder()
|
|
1284
|
-
.ep(commonParams)
|
|
1285
|
-
.m(function (Command, cs, config, o) {
|
|
1286
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1287
|
-
})
|
|
1288
|
-
.s("SecurityLake", "CreateDataLakeExceptionSubscription", {})
|
|
1289
|
-
.n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand")
|
|
1290
|
-
.sc(CreateDataLakeExceptionSubscription$)
|
|
1291
|
-
.build() {
|
|
1260
|
+
class CreateDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "CreateDataLakeExceptionSubscription", CreateDataLakeExceptionSubscription$) {
|
|
1292
1261
|
}
|
|
1293
1262
|
|
|
1294
|
-
class CreateDataLakeOrganizationConfigurationCommand extends
|
|
1295
|
-
.classBuilder()
|
|
1296
|
-
.ep(commonParams)
|
|
1297
|
-
.m(function (Command, cs, config, o) {
|
|
1298
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1299
|
-
})
|
|
1300
|
-
.s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {})
|
|
1301
|
-
.n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand")
|
|
1302
|
-
.sc(CreateDataLakeOrganizationConfiguration$)
|
|
1303
|
-
.build() {
|
|
1263
|
+
class CreateDataLakeOrganizationConfigurationCommand extends command(_ep0, _mw0, "CreateDataLakeOrganizationConfiguration", CreateDataLakeOrganizationConfiguration$) {
|
|
1304
1264
|
}
|
|
1305
1265
|
|
|
1306
|
-
class CreateSubscriberCommand extends
|
|
1307
|
-
.classBuilder()
|
|
1308
|
-
.ep(commonParams)
|
|
1309
|
-
.m(function (Command, cs, config, o) {
|
|
1310
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1311
|
-
})
|
|
1312
|
-
.s("SecurityLake", "CreateSubscriber", {})
|
|
1313
|
-
.n("SecurityLakeClient", "CreateSubscriberCommand")
|
|
1314
|
-
.sc(CreateSubscriber$)
|
|
1315
|
-
.build() {
|
|
1266
|
+
class CreateSubscriberCommand extends command(_ep0, _mw0, "CreateSubscriber", CreateSubscriber$) {
|
|
1316
1267
|
}
|
|
1317
1268
|
|
|
1318
|
-
class CreateSubscriberNotificationCommand extends
|
|
1319
|
-
.classBuilder()
|
|
1320
|
-
.ep(commonParams)
|
|
1321
|
-
.m(function (Command, cs, config, o) {
|
|
1322
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1323
|
-
})
|
|
1324
|
-
.s("SecurityLake", "CreateSubscriberNotification", {})
|
|
1325
|
-
.n("SecurityLakeClient", "CreateSubscriberNotificationCommand")
|
|
1326
|
-
.sc(CreateSubscriberNotification$)
|
|
1327
|
-
.build() {
|
|
1269
|
+
class CreateSubscriberNotificationCommand extends command(_ep0, _mw0, "CreateSubscriberNotification", CreateSubscriberNotification$) {
|
|
1328
1270
|
}
|
|
1329
1271
|
|
|
1330
|
-
class DeleteAwsLogSourceCommand extends
|
|
1331
|
-
.classBuilder()
|
|
1332
|
-
.ep(commonParams)
|
|
1333
|
-
.m(function (Command, cs, config, o) {
|
|
1334
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1335
|
-
})
|
|
1336
|
-
.s("SecurityLake", "DeleteAwsLogSource", {})
|
|
1337
|
-
.n("SecurityLakeClient", "DeleteAwsLogSourceCommand")
|
|
1338
|
-
.sc(DeleteAwsLogSource$)
|
|
1339
|
-
.build() {
|
|
1272
|
+
class DeleteAwsLogSourceCommand extends command(_ep0, _mw0, "DeleteAwsLogSource", DeleteAwsLogSource$) {
|
|
1340
1273
|
}
|
|
1341
1274
|
|
|
1342
|
-
class DeleteCustomLogSourceCommand extends
|
|
1343
|
-
.classBuilder()
|
|
1344
|
-
.ep(commonParams)
|
|
1345
|
-
.m(function (Command, cs, config, o) {
|
|
1346
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1347
|
-
})
|
|
1348
|
-
.s("SecurityLake", "DeleteCustomLogSource", {})
|
|
1349
|
-
.n("SecurityLakeClient", "DeleteCustomLogSourceCommand")
|
|
1350
|
-
.sc(DeleteCustomLogSource$)
|
|
1351
|
-
.build() {
|
|
1275
|
+
class DeleteCustomLogSourceCommand extends command(_ep0, _mw0, "DeleteCustomLogSource", DeleteCustomLogSource$) {
|
|
1352
1276
|
}
|
|
1353
1277
|
|
|
1354
|
-
class DeleteDataLakeCommand extends
|
|
1355
|
-
.classBuilder()
|
|
1356
|
-
.ep(commonParams)
|
|
1357
|
-
.m(function (Command, cs, config, o) {
|
|
1358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1359
|
-
})
|
|
1360
|
-
.s("SecurityLake", "DeleteDataLake", {})
|
|
1361
|
-
.n("SecurityLakeClient", "DeleteDataLakeCommand")
|
|
1362
|
-
.sc(DeleteDataLake$)
|
|
1363
|
-
.build() {
|
|
1278
|
+
class DeleteDataLakeCommand extends command(_ep0, _mw0, "DeleteDataLake", DeleteDataLake$) {
|
|
1364
1279
|
}
|
|
1365
1280
|
|
|
1366
|
-
class DeleteDataLakeExceptionSubscriptionCommand extends
|
|
1367
|
-
.classBuilder()
|
|
1368
|
-
.ep(commonParams)
|
|
1369
|
-
.m(function (Command, cs, config, o) {
|
|
1370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1371
|
-
})
|
|
1372
|
-
.s("SecurityLake", "DeleteDataLakeExceptionSubscription", {})
|
|
1373
|
-
.n("SecurityLakeClient", "DeleteDataLakeExceptionSubscriptionCommand")
|
|
1374
|
-
.sc(DeleteDataLakeExceptionSubscription$)
|
|
1375
|
-
.build() {
|
|
1281
|
+
class DeleteDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "DeleteDataLakeExceptionSubscription", DeleteDataLakeExceptionSubscription$) {
|
|
1376
1282
|
}
|
|
1377
1283
|
|
|
1378
|
-
class DeleteDataLakeOrganizationConfigurationCommand extends
|
|
1379
|
-
.classBuilder()
|
|
1380
|
-
.ep(commonParams)
|
|
1381
|
-
.m(function (Command, cs, config, o) {
|
|
1382
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1383
|
-
})
|
|
1384
|
-
.s("SecurityLake", "DeleteDataLakeOrganizationConfiguration", {})
|
|
1385
|
-
.n("SecurityLakeClient", "DeleteDataLakeOrganizationConfigurationCommand")
|
|
1386
|
-
.sc(DeleteDataLakeOrganizationConfiguration$)
|
|
1387
|
-
.build() {
|
|
1284
|
+
class DeleteDataLakeOrganizationConfigurationCommand extends command(_ep0, _mw0, "DeleteDataLakeOrganizationConfiguration", DeleteDataLakeOrganizationConfiguration$) {
|
|
1388
1285
|
}
|
|
1389
1286
|
|
|
1390
|
-
class DeleteSubscriberCommand extends
|
|
1391
|
-
.classBuilder()
|
|
1392
|
-
.ep(commonParams)
|
|
1393
|
-
.m(function (Command, cs, config, o) {
|
|
1394
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1395
|
-
})
|
|
1396
|
-
.s("SecurityLake", "DeleteSubscriber", {})
|
|
1397
|
-
.n("SecurityLakeClient", "DeleteSubscriberCommand")
|
|
1398
|
-
.sc(DeleteSubscriber$)
|
|
1399
|
-
.build() {
|
|
1287
|
+
class DeleteSubscriberCommand extends command(_ep0, _mw0, "DeleteSubscriber", DeleteSubscriber$) {
|
|
1400
1288
|
}
|
|
1401
1289
|
|
|
1402
|
-
class DeleteSubscriberNotificationCommand extends
|
|
1403
|
-
.classBuilder()
|
|
1404
|
-
.ep(commonParams)
|
|
1405
|
-
.m(function (Command, cs, config, o) {
|
|
1406
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1407
|
-
})
|
|
1408
|
-
.s("SecurityLake", "DeleteSubscriberNotification", {})
|
|
1409
|
-
.n("SecurityLakeClient", "DeleteSubscriberNotificationCommand")
|
|
1410
|
-
.sc(DeleteSubscriberNotification$)
|
|
1411
|
-
.build() {
|
|
1290
|
+
class DeleteSubscriberNotificationCommand extends command(_ep0, _mw0, "DeleteSubscriberNotification", DeleteSubscriberNotification$) {
|
|
1412
1291
|
}
|
|
1413
1292
|
|
|
1414
|
-
class DeregisterDataLakeDelegatedAdministratorCommand extends
|
|
1415
|
-
.classBuilder()
|
|
1416
|
-
.ep(commonParams)
|
|
1417
|
-
.m(function (Command, cs, config, o) {
|
|
1418
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1419
|
-
})
|
|
1420
|
-
.s("SecurityLake", "DeregisterDataLakeDelegatedAdministrator", {})
|
|
1421
|
-
.n("SecurityLakeClient", "DeregisterDataLakeDelegatedAdministratorCommand")
|
|
1422
|
-
.sc(DeregisterDataLakeDelegatedAdministrator$)
|
|
1423
|
-
.build() {
|
|
1293
|
+
class DeregisterDataLakeDelegatedAdministratorCommand extends command(_ep0, _mw0, "DeregisterDataLakeDelegatedAdministrator", DeregisterDataLakeDelegatedAdministrator$) {
|
|
1424
1294
|
}
|
|
1425
1295
|
|
|
1426
|
-
class GetDataLakeExceptionSubscriptionCommand extends
|
|
1427
|
-
.classBuilder()
|
|
1428
|
-
.ep(commonParams)
|
|
1429
|
-
.m(function (Command, cs, config, o) {
|
|
1430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1431
|
-
})
|
|
1432
|
-
.s("SecurityLake", "GetDataLakeExceptionSubscription", {})
|
|
1433
|
-
.n("SecurityLakeClient", "GetDataLakeExceptionSubscriptionCommand")
|
|
1434
|
-
.sc(GetDataLakeExceptionSubscription$)
|
|
1435
|
-
.build() {
|
|
1296
|
+
class GetDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "GetDataLakeExceptionSubscription", GetDataLakeExceptionSubscription$) {
|
|
1436
1297
|
}
|
|
1437
1298
|
|
|
1438
|
-
class GetDataLakeOrganizationConfigurationCommand extends
|
|
1439
|
-
.classBuilder()
|
|
1440
|
-
.ep(commonParams)
|
|
1441
|
-
.m(function (Command, cs, config, o) {
|
|
1442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1443
|
-
})
|
|
1444
|
-
.s("SecurityLake", "GetDataLakeOrganizationConfiguration", {})
|
|
1445
|
-
.n("SecurityLakeClient", "GetDataLakeOrganizationConfigurationCommand")
|
|
1446
|
-
.sc(GetDataLakeOrganizationConfiguration$)
|
|
1447
|
-
.build() {
|
|
1299
|
+
class GetDataLakeOrganizationConfigurationCommand extends command(_ep0, _mw0, "GetDataLakeOrganizationConfiguration", GetDataLakeOrganizationConfiguration$) {
|
|
1448
1300
|
}
|
|
1449
1301
|
|
|
1450
|
-
class GetDataLakeSourcesCommand extends
|
|
1451
|
-
.classBuilder()
|
|
1452
|
-
.ep(commonParams)
|
|
1453
|
-
.m(function (Command, cs, config, o) {
|
|
1454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1455
|
-
})
|
|
1456
|
-
.s("SecurityLake", "GetDataLakeSources", {})
|
|
1457
|
-
.n("SecurityLakeClient", "GetDataLakeSourcesCommand")
|
|
1458
|
-
.sc(GetDataLakeSources$)
|
|
1459
|
-
.build() {
|
|
1302
|
+
class GetDataLakeSourcesCommand extends command(_ep0, _mw0, "GetDataLakeSources", GetDataLakeSources$) {
|
|
1460
1303
|
}
|
|
1461
1304
|
|
|
1462
|
-
class GetSubscriberCommand extends
|
|
1463
|
-
.classBuilder()
|
|
1464
|
-
.ep(commonParams)
|
|
1465
|
-
.m(function (Command, cs, config, o) {
|
|
1466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1467
|
-
})
|
|
1468
|
-
.s("SecurityLake", "GetSubscriber", {})
|
|
1469
|
-
.n("SecurityLakeClient", "GetSubscriberCommand")
|
|
1470
|
-
.sc(GetSubscriber$)
|
|
1471
|
-
.build() {
|
|
1305
|
+
class GetSubscriberCommand extends command(_ep0, _mw0, "GetSubscriber", GetSubscriber$) {
|
|
1472
1306
|
}
|
|
1473
1307
|
|
|
1474
|
-
class ListDataLakeExceptionsCommand extends
|
|
1475
|
-
.classBuilder()
|
|
1476
|
-
.ep(commonParams)
|
|
1477
|
-
.m(function (Command, cs, config, o) {
|
|
1478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1479
|
-
})
|
|
1480
|
-
.s("SecurityLake", "ListDataLakeExceptions", {})
|
|
1481
|
-
.n("SecurityLakeClient", "ListDataLakeExceptionsCommand")
|
|
1482
|
-
.sc(ListDataLakeExceptions$)
|
|
1483
|
-
.build() {
|
|
1308
|
+
class ListDataLakeExceptionsCommand extends command(_ep0, _mw0, "ListDataLakeExceptions", ListDataLakeExceptions$) {
|
|
1484
1309
|
}
|
|
1485
1310
|
|
|
1486
|
-
class ListDataLakesCommand extends
|
|
1487
|
-
.classBuilder()
|
|
1488
|
-
.ep(commonParams)
|
|
1489
|
-
.m(function (Command, cs, config, o) {
|
|
1490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1491
|
-
})
|
|
1492
|
-
.s("SecurityLake", "ListDataLakes", {})
|
|
1493
|
-
.n("SecurityLakeClient", "ListDataLakesCommand")
|
|
1494
|
-
.sc(ListDataLakes$)
|
|
1495
|
-
.build() {
|
|
1311
|
+
class ListDataLakesCommand extends command(_ep0, _mw0, "ListDataLakes", ListDataLakes$) {
|
|
1496
1312
|
}
|
|
1497
1313
|
|
|
1498
|
-
class ListLogSourcesCommand extends
|
|
1499
|
-
.classBuilder()
|
|
1500
|
-
.ep(commonParams)
|
|
1501
|
-
.m(function (Command, cs, config, o) {
|
|
1502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
|
-
})
|
|
1504
|
-
.s("SecurityLake", "ListLogSources", {})
|
|
1505
|
-
.n("SecurityLakeClient", "ListLogSourcesCommand")
|
|
1506
|
-
.sc(ListLogSources$)
|
|
1507
|
-
.build() {
|
|
1314
|
+
class ListLogSourcesCommand extends command(_ep0, _mw0, "ListLogSources", ListLogSources$) {
|
|
1508
1315
|
}
|
|
1509
1316
|
|
|
1510
|
-
class ListSubscribersCommand extends
|
|
1511
|
-
.classBuilder()
|
|
1512
|
-
.ep(commonParams)
|
|
1513
|
-
.m(function (Command, cs, config, o) {
|
|
1514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1515
|
-
})
|
|
1516
|
-
.s("SecurityLake", "ListSubscribers", {})
|
|
1517
|
-
.n("SecurityLakeClient", "ListSubscribersCommand")
|
|
1518
|
-
.sc(ListSubscribers$)
|
|
1519
|
-
.build() {
|
|
1317
|
+
class ListSubscribersCommand extends command(_ep0, _mw0, "ListSubscribers", ListSubscribers$) {
|
|
1520
1318
|
}
|
|
1521
1319
|
|
|
1522
|
-
class ListTagsForResourceCommand extends
|
|
1523
|
-
.classBuilder()
|
|
1524
|
-
.ep(commonParams)
|
|
1525
|
-
.m(function (Command, cs, config, o) {
|
|
1526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1527
|
-
})
|
|
1528
|
-
.s("SecurityLake", "ListTagsForResource", {})
|
|
1529
|
-
.n("SecurityLakeClient", "ListTagsForResourceCommand")
|
|
1530
|
-
.sc(ListTagsForResource$)
|
|
1531
|
-
.build() {
|
|
1320
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1532
1321
|
}
|
|
1533
1322
|
|
|
1534
|
-
class RegisterDataLakeDelegatedAdministratorCommand extends
|
|
1535
|
-
.classBuilder()
|
|
1536
|
-
.ep(commonParams)
|
|
1537
|
-
.m(function (Command, cs, config, o) {
|
|
1538
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1539
|
-
})
|
|
1540
|
-
.s("SecurityLake", "RegisterDataLakeDelegatedAdministrator", {})
|
|
1541
|
-
.n("SecurityLakeClient", "RegisterDataLakeDelegatedAdministratorCommand")
|
|
1542
|
-
.sc(RegisterDataLakeDelegatedAdministrator$)
|
|
1543
|
-
.build() {
|
|
1323
|
+
class RegisterDataLakeDelegatedAdministratorCommand extends command(_ep0, _mw0, "RegisterDataLakeDelegatedAdministrator", RegisterDataLakeDelegatedAdministrator$) {
|
|
1544
1324
|
}
|
|
1545
1325
|
|
|
1546
|
-
class TagResourceCommand extends
|
|
1547
|
-
.classBuilder()
|
|
1548
|
-
.ep(commonParams)
|
|
1549
|
-
.m(function (Command, cs, config, o) {
|
|
1550
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1551
|
-
})
|
|
1552
|
-
.s("SecurityLake", "TagResource", {})
|
|
1553
|
-
.n("SecurityLakeClient", "TagResourceCommand")
|
|
1554
|
-
.sc(TagResource$)
|
|
1555
|
-
.build() {
|
|
1326
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1556
1327
|
}
|
|
1557
1328
|
|
|
1558
|
-
class UntagResourceCommand extends
|
|
1559
|
-
.classBuilder()
|
|
1560
|
-
.ep(commonParams)
|
|
1561
|
-
.m(function (Command, cs, config, o) {
|
|
1562
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1563
|
-
})
|
|
1564
|
-
.s("SecurityLake", "UntagResource", {})
|
|
1565
|
-
.n("SecurityLakeClient", "UntagResourceCommand")
|
|
1566
|
-
.sc(UntagResource$)
|
|
1567
|
-
.build() {
|
|
1329
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1568
1330
|
}
|
|
1569
1331
|
|
|
1570
|
-
class UpdateDataLakeCommand extends
|
|
1571
|
-
.classBuilder()
|
|
1572
|
-
.ep(commonParams)
|
|
1573
|
-
.m(function (Command, cs, config, o) {
|
|
1574
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1575
|
-
})
|
|
1576
|
-
.s("SecurityLake", "UpdateDataLake", {})
|
|
1577
|
-
.n("SecurityLakeClient", "UpdateDataLakeCommand")
|
|
1578
|
-
.sc(UpdateDataLake$)
|
|
1579
|
-
.build() {
|
|
1332
|
+
class UpdateDataLakeCommand extends command(_ep0, _mw0, "UpdateDataLake", UpdateDataLake$) {
|
|
1580
1333
|
}
|
|
1581
1334
|
|
|
1582
|
-
class UpdateDataLakeExceptionSubscriptionCommand extends
|
|
1583
|
-
.classBuilder()
|
|
1584
|
-
.ep(commonParams)
|
|
1585
|
-
.m(function (Command, cs, config, o) {
|
|
1586
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1587
|
-
})
|
|
1588
|
-
.s("SecurityLake", "UpdateDataLakeExceptionSubscription", {})
|
|
1589
|
-
.n("SecurityLakeClient", "UpdateDataLakeExceptionSubscriptionCommand")
|
|
1590
|
-
.sc(UpdateDataLakeExceptionSubscription$)
|
|
1591
|
-
.build() {
|
|
1335
|
+
class UpdateDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "UpdateDataLakeExceptionSubscription", UpdateDataLakeExceptionSubscription$) {
|
|
1592
1336
|
}
|
|
1593
1337
|
|
|
1594
|
-
class UpdateSubscriberCommand extends
|
|
1595
|
-
.classBuilder()
|
|
1596
|
-
.ep(commonParams)
|
|
1597
|
-
.m(function (Command, cs, config, o) {
|
|
1598
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1599
|
-
})
|
|
1600
|
-
.s("SecurityLake", "UpdateSubscriber", {})
|
|
1601
|
-
.n("SecurityLakeClient", "UpdateSubscriberCommand")
|
|
1602
|
-
.sc(UpdateSubscriber$)
|
|
1603
|
-
.build() {
|
|
1338
|
+
class UpdateSubscriberCommand extends command(_ep0, _mw0, "UpdateSubscriber", UpdateSubscriber$) {
|
|
1604
1339
|
}
|
|
1605
1340
|
|
|
1606
|
-
class UpdateSubscriberNotificationCommand extends
|
|
1607
|
-
.classBuilder()
|
|
1608
|
-
.ep(commonParams)
|
|
1609
|
-
.m(function (Command, cs, config, o) {
|
|
1610
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1611
|
-
})
|
|
1612
|
-
.s("SecurityLake", "UpdateSubscriberNotification", {})
|
|
1613
|
-
.n("SecurityLakeClient", "UpdateSubscriberNotificationCommand")
|
|
1614
|
-
.sc(UpdateSubscriberNotification$)
|
|
1615
|
-
.build() {
|
|
1341
|
+
class UpdateSubscriberNotificationCommand extends command(_ep0, _mw0, "UpdateSubscriberNotification", UpdateSubscriberNotification$) {
|
|
1616
1342
|
}
|
|
1617
1343
|
|
|
1618
1344
|
const paginateGetDataLakeSources = createPaginator(SecurityLakeClient, GetDataLakeSourcesCommand, "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, "SecurityLake", "SecurityLakeClient", 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 { CreateAwsLogSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAwsLogSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateAwsLogSource", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateAwsLogSourceCommand")
|
|
14
|
-
.sc(CreateAwsLogSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAwsLogSourceCommand extends command(_ep0, _mw0, "CreateAwsLogSource", CreateAwsLogSource$) {
|
|
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 { CreateCustomLogSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomLogSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateCustomLogSource", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateCustomLogSourceCommand")
|
|
14
|
-
.sc(CreateCustomLogSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomLogSourceCommand extends command(_ep0, _mw0, "CreateCustomLogSource", CreateCustomLogSource$) {
|
|
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 { CreateDataLake$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataLakeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateDataLake", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateDataLakeCommand")
|
|
14
|
-
.sc(CreateDataLake$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataLakeCommand extends command(_ep0, _mw0, "CreateDataLake", CreateDataLake$) {
|
|
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 { CreateDataLakeExceptionSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataLakeExceptionSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateDataLakeExceptionSubscription", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand")
|
|
14
|
-
.sc(CreateDataLakeExceptionSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "CreateDataLakeExceptionSubscription", CreateDataLakeExceptionSubscription$) {
|
|
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 { CreateDataLakeOrganizationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataLakeOrganizationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand")
|
|
14
|
-
.sc(CreateDataLakeOrganizationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataLakeOrganizationConfigurationCommand extends command(_ep0, _mw0, "CreateDataLakeOrganizationConfiguration", CreateDataLakeOrganizationConfiguration$) {
|
|
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 { CreateSubscriber$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSubscriberCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateSubscriber", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateSubscriberCommand")
|
|
14
|
-
.sc(CreateSubscriber$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSubscriberCommand extends command(_ep0, _mw0, "CreateSubscriber", CreateSubscriber$) {
|
|
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 { CreateSubscriberNotification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSubscriberNotificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "CreateSubscriberNotification", {})
|
|
13
|
-
.n("SecurityLakeClient", "CreateSubscriberNotificationCommand")
|
|
14
|
-
.sc(CreateSubscriberNotification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSubscriberNotificationCommand extends command(_ep0, _mw0, "CreateSubscriberNotification", CreateSubscriberNotification$) {
|
|
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 { DeleteAwsLogSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAwsLogSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "DeleteAwsLogSource", {})
|
|
13
|
-
.n("SecurityLakeClient", "DeleteAwsLogSourceCommand")
|
|
14
|
-
.sc(DeleteAwsLogSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAwsLogSourceCommand extends command(_ep0, _mw0, "DeleteAwsLogSource", DeleteAwsLogSource$) {
|
|
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 { DeleteCustomLogSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomLogSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "DeleteCustomLogSource", {})
|
|
13
|
-
.n("SecurityLakeClient", "DeleteCustomLogSourceCommand")
|
|
14
|
-
.sc(DeleteCustomLogSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomLogSourceCommand extends command(_ep0, _mw0, "DeleteCustomLogSource", DeleteCustomLogSource$) {
|
|
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 { DeleteDataLake$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataLakeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "DeleteDataLake", {})
|
|
13
|
-
.n("SecurityLakeClient", "DeleteDataLakeCommand")
|
|
14
|
-
.sc(DeleteDataLake$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataLakeCommand extends command(_ep0, _mw0, "DeleteDataLake", DeleteDataLake$) {
|
|
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 { DeleteDataLakeExceptionSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataLakeExceptionSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SecurityLake", "DeleteDataLakeExceptionSubscription", {})
|
|
13
|
-
.n("SecurityLakeClient", "DeleteDataLakeExceptionSubscriptionCommand")
|
|
14
|
-
.sc(DeleteDataLakeExceptionSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataLakeExceptionSubscriptionCommand extends command(_ep0, _mw0, "DeleteDataLakeExceptionSubscription", DeleteDataLakeExceptionSubscription$) {
|
|
16
4
|
}
|