@aws-sdk/client-securitylake 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist-cjs/index.js +1131 -1193
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SecurityLakeClient.js +2 -0
  4. package/dist-es/commands/CreateAwsLogSourceCommand.js +3 -9
  5. package/dist-es/commands/CreateCustomLogSourceCommand.js +3 -9
  6. package/dist-es/commands/CreateDataLakeCommand.js +3 -9
  7. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +3 -9
  8. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +3 -9
  9. package/dist-es/commands/CreateSubscriberCommand.js +3 -9
  10. package/dist-es/commands/CreateSubscriberNotificationCommand.js +3 -9
  11. package/dist-es/commands/DeleteAwsLogSourceCommand.js +3 -9
  12. package/dist-es/commands/DeleteCustomLogSourceCommand.js +3 -9
  13. package/dist-es/commands/DeleteDataLakeCommand.js +3 -9
  14. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +3 -9
  16. package/dist-es/commands/DeleteSubscriberCommand.js +3 -9
  17. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +3 -9
  18. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +3 -9
  19. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +3 -9
  20. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +3 -9
  21. package/dist-es/commands/GetDataLakeSourcesCommand.js +3 -9
  22. package/dist-es/commands/GetSubscriberCommand.js +3 -9
  23. package/dist-es/commands/ListDataLakeExceptionsCommand.js +3 -9
  24. package/dist-es/commands/ListDataLakesCommand.js +3 -9
  25. package/dist-es/commands/ListLogSourcesCommand.js +3 -9
  26. package/dist-es/commands/ListSubscribersCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateDataLakeCommand.js +3 -9
  32. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +3 -9
  33. package/dist-es/commands/UpdateSubscriberCommand.js +3 -9
  34. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +3 -9
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1061 -0
  37. package/dist-types/SecurityLakeClient.d.ts +10 -1
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -0
  40. package/dist-types/runtimeConfig.native.d.ts +1 -0
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +148 -0
  43. package/dist-types/ts3.4/SecurityLakeClient.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +153 -0
  49. package/package.json +2 -2
  50. package/dist-es/protocols/Aws_restJson1.js +0 -965
  51. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.securitylake" }),
28
30
  serviceId: config?.serviceId ?? "SecurityLake",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class SecurityLakeClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAwsLogSourceCommand, se_CreateAwsLogSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAwsLogSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAwsLogSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateAwsLogSource", {})
17
13
  .n("SecurityLakeClient", "CreateAwsLogSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAwsLogSourceCommand)
20
- .de(de_CreateAwsLogSourceCommand)
14
+ .sc(CreateAwsLogSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCustomLogSourceCommand, se_CreateCustomLogSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCustomLogSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCustomLogSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateCustomLogSource", {})
17
13
  .n("SecurityLakeClient", "CreateCustomLogSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCustomLogSourceCommand)
20
- .de(de_CreateCustomLogSourceCommand)
14
+ .sc(CreateCustomLogSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataLakeCommand, se_CreateDataLakeCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataLake } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataLakeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateDataLake", {})
17
13
  .n("SecurityLakeClient", "CreateDataLakeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataLakeCommand)
20
- .de(de_CreateDataLakeCommand)
14
+ .sc(CreateDataLake)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataLakeExceptionSubscriptionCommand, se_CreateDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateDataLakeExceptionSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataLakeExceptionSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateDataLakeExceptionSubscription", {})
17
13
  .n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataLakeExceptionSubscriptionCommand)
20
- .de(de_CreateDataLakeExceptionSubscriptionCommand)
14
+ .sc(CreateDataLakeExceptionSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataLakeOrganizationConfigurationCommand, se_CreateDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateDataLakeOrganizationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataLakeOrganizationConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {})
17
13
  .n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataLakeOrganizationConfigurationCommand)
20
- .de(de_CreateDataLakeOrganizationConfigurationCommand)
14
+ .sc(CreateDataLakeOrganizationConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSubscriber } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSubscriberCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateSubscriber", {})
17
13
  .n("SecurityLakeClient", "CreateSubscriberCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSubscriberCommand)
20
- .de(de_CreateSubscriberCommand)
14
+ .sc(CreateSubscriber)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSubscriberNotificationCommand, se_CreateSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateSubscriberNotification } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSubscriberNotificationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "CreateSubscriberNotification", {})
17
13
  .n("SecurityLakeClient", "CreateSubscriberNotificationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSubscriberNotificationCommand)
20
- .de(de_CreateSubscriberNotificationCommand)
14
+ .sc(CreateSubscriberNotification)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAwsLogSourceCommand, se_DeleteAwsLogSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAwsLogSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAwsLogSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteAwsLogSource", {})
17
13
  .n("SecurityLakeClient", "DeleteAwsLogSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAwsLogSourceCommand)
20
- .de(de_DeleteAwsLogSourceCommand)
14
+ .sc(DeleteAwsLogSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCustomLogSourceCommand, se_DeleteCustomLogSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCustomLogSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCustomLogSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteCustomLogSource", {})
17
13
  .n("SecurityLakeClient", "DeleteCustomLogSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCustomLogSourceCommand)
20
- .de(de_DeleteCustomLogSourceCommand)
14
+ .sc(DeleteCustomLogSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataLakeCommand, se_DeleteDataLakeCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataLake } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataLakeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteDataLake", {})
17
13
  .n("SecurityLakeClient", "DeleteDataLakeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataLakeCommand)
20
- .de(de_DeleteDataLakeCommand)
14
+ .sc(DeleteDataLake)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataLakeExceptionSubscriptionCommand, se_DeleteDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataLakeExceptionSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataLakeExceptionSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteDataLakeExceptionSubscription", {})
17
13
  .n("SecurityLakeClient", "DeleteDataLakeExceptionSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataLakeExceptionSubscriptionCommand)
20
- .de(de_DeleteDataLakeExceptionSubscriptionCommand)
14
+ .sc(DeleteDataLakeExceptionSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataLakeOrganizationConfigurationCommand, se_DeleteDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataLakeOrganizationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataLakeOrganizationConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteDataLakeOrganizationConfiguration", {})
17
13
  .n("SecurityLakeClient", "DeleteDataLakeOrganizationConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataLakeOrganizationConfigurationCommand)
20
- .de(de_DeleteDataLakeOrganizationConfigurationCommand)
14
+ .sc(DeleteDataLakeOrganizationConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSubscriber } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSubscriberCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteSubscriber", {})
17
13
  .n("SecurityLakeClient", "DeleteSubscriberCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSubscriberCommand)
20
- .de(de_DeleteSubscriberCommand)
14
+ .sc(DeleteSubscriber)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSubscriberNotificationCommand, se_DeleteSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteSubscriberNotification } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSubscriberNotificationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeleteSubscriberNotification", {})
17
13
  .n("SecurityLakeClient", "DeleteSubscriberNotificationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSubscriberNotificationCommand)
20
- .de(de_DeleteSubscriberNotificationCommand)
14
+ .sc(DeleteSubscriberNotification)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeregisterDataLakeDelegatedAdministratorCommand, se_DeregisterDataLakeDelegatedAdministratorCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeregisterDataLakeDelegatedAdministrator } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "DeregisterDataLakeDelegatedAdministrator", {})
17
13
  .n("SecurityLakeClient", "DeregisterDataLakeDelegatedAdministratorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterDataLakeDelegatedAdministratorCommand)
20
- .de(de_DeregisterDataLakeDelegatedAdministratorCommand)
14
+ .sc(DeregisterDataLakeDelegatedAdministrator)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataLakeExceptionSubscriptionCommand, se_GetDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetDataLakeExceptionSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataLakeExceptionSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "GetDataLakeExceptionSubscription", {})
17
13
  .n("SecurityLakeClient", "GetDataLakeExceptionSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataLakeExceptionSubscriptionCommand)
20
- .de(de_GetDataLakeExceptionSubscriptionCommand)
14
+ .sc(GetDataLakeExceptionSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataLakeOrganizationConfigurationCommand, se_GetDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetDataLakeOrganizationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataLakeOrganizationConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "GetDataLakeOrganizationConfiguration", {})
17
13
  .n("SecurityLakeClient", "GetDataLakeOrganizationConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataLakeOrganizationConfigurationCommand)
20
- .de(de_GetDataLakeOrganizationConfigurationCommand)
14
+ .sc(GetDataLakeOrganizationConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataLakeSourcesCommand, se_GetDataLakeSourcesCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataLakeSources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataLakeSourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "GetDataLakeSources", {})
17
13
  .n("SecurityLakeClient", "GetDataLakeSourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataLakeSourcesCommand)
20
- .de(de_GetDataLakeSourcesCommand)
14
+ .sc(GetDataLakeSources)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSubscriberCommand, se_GetSubscriberCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSubscriber } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSubscriberCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "GetSubscriber", {})
17
13
  .n("SecurityLakeClient", "GetSubscriberCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSubscriberCommand)
20
- .de(de_GetSubscriberCommand)
14
+ .sc(GetSubscriber)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataLakeExceptionsCommand, se_ListDataLakeExceptionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataLakeExceptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataLakeExceptionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "ListDataLakeExceptions", {})
17
13
  .n("SecurityLakeClient", "ListDataLakeExceptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataLakeExceptionsCommand)
20
- .de(de_ListDataLakeExceptionsCommand)
14
+ .sc(ListDataLakeExceptions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataLakesCommand, se_ListDataLakesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataLakes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataLakesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "ListDataLakes", {})
17
13
  .n("SecurityLakeClient", "ListDataLakesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataLakesCommand)
20
- .de(de_ListDataLakesCommand)
14
+ .sc(ListDataLakes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLogSourcesCommand, se_ListLogSourcesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListLogSources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLogSourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("SecurityLake", "ListLogSources", {})
17
13
  .n("SecurityLakeClient", "ListLogSourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLogSourcesCommand)
20
- .de(de_ListLogSourcesCommand)
14
+ .sc(ListLogSources)
21
15
  .build() {
22
16
  }