@aws-sdk/client-securitylake 3.478.0 → 3.484.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 (129) hide show
  1. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataLakeCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSubscriberNotificationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteDataLakeCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteSubscriberNotificationCommand.js +18 -41
  15. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
  16. package/dist-cjs/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
  17. package/dist-cjs/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
  18. package/dist-cjs/commands/GetDataLakeSourcesCommand.js +18 -41
  19. package/dist-cjs/commands/GetSubscriberCommand.js +18 -41
  20. package/dist-cjs/commands/ListDataLakeExceptionsCommand.js +18 -41
  21. package/dist-cjs/commands/ListDataLakesCommand.js +18 -41
  22. package/dist-cjs/commands/ListLogSourcesCommand.js +18 -41
  23. package/dist-cjs/commands/ListSubscribersCommand.js +18 -41
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  25. package/dist-cjs/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDataLakeCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateSubscriberNotificationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/CreateAwsLogSourceCommand.js +18 -41
  34. package/dist-es/commands/CreateCustomLogSourceCommand.js +18 -41
  35. package/dist-es/commands/CreateDataLakeCommand.js +18 -41
  36. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
  37. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
  38. package/dist-es/commands/CreateSubscriberCommand.js +18 -41
  39. package/dist-es/commands/CreateSubscriberNotificationCommand.js +18 -41
  40. package/dist-es/commands/DeleteAwsLogSourceCommand.js +18 -41
  41. package/dist-es/commands/DeleteCustomLogSourceCommand.js +18 -41
  42. package/dist-es/commands/DeleteDataLakeCommand.js +18 -41
  43. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
  44. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
  45. package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
  46. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +18 -41
  47. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
  48. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
  49. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
  50. package/dist-es/commands/GetDataLakeSourcesCommand.js +18 -41
  51. package/dist-es/commands/GetSubscriberCommand.js +18 -41
  52. package/dist-es/commands/ListDataLakeExceptionsCommand.js +18 -41
  53. package/dist-es/commands/ListDataLakesCommand.js +18 -41
  54. package/dist-es/commands/ListLogSourcesCommand.js +18 -41
  55. package/dist-es/commands/ListSubscribersCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
  58. package/dist-es/commands/TagResourceCommand.js +18 -41
  59. package/dist-es/commands/UntagResourceCommand.js +18 -41
  60. package/dist-es/commands/UpdateDataLakeCommand.js +18 -41
  61. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
  62. package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
  63. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateDataLakeCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteDataLakeCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +6 -21
  79. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  80. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  81. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  82. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +6 -21
  83. package/dist-types/commands/GetSubscriberCommand.d.ts +6 -21
  84. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListDataLakesCommand.d.ts +6 -21
  86. package/dist-types/commands/ListLogSourcesCommand.d.ts +6 -21
  87. package/dist-types/commands/ListSubscribersCommand.d.ts +6 -21
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateDataLakeCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateSubscriberNotificationRequest, UpdateSubscriberNotificationResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSubscriberNotificationCommandInput extends UpdateSubscrib
21
20
  */
22
21
  export interface UpdateSubscriberNotificationCommandOutput extends UpdateSubscriberNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSubscriberNotificationCommand_base: {
24
+ new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or
@@ -87,23 +90,5 @@ export interface UpdateSubscriberNotificationCommandOutput extends UpdateSubscri
87
90
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateSubscriberNotificationCommand extends $Command<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig> {
91
- readonly input: UpdateSubscriberNotificationCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateSubscriberNotificationCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateSubscriberNotificationCommand extends UpdateSubscriberNotificationCommand_base {
109
94
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateAwsLogSourceRequest,
11
5
  CreateAwsLogSourceResponse,
@@ -21,19 +15,16 @@ export interface CreateAwsLogSourceCommandInput
21
15
  export interface CreateAwsLogSourceCommandOutput
22
16
  extends CreateAwsLogSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAwsLogSourceCommand extends $Command<
25
- CreateAwsLogSourceCommandInput,
26
- CreateAwsLogSourceCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateAwsLogSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAwsLogSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateAwsLogSourceCommand_base: {
19
+ new (
20
+ input: CreateAwsLogSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateAwsLogSourceCommandInput,
23
+ CreateAwsLogSourceCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateCustomLogSourceRequest,
11
5
  CreateCustomLogSourceResponse,
@@ -21,22 +15,16 @@ export interface CreateCustomLogSourceCommandInput
21
15
  export interface CreateCustomLogSourceCommandOutput
22
16
  extends CreateCustomLogSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCustomLogSourceCommand extends $Command<
25
- CreateCustomLogSourceCommandInput,
26
- CreateCustomLogSourceCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateCustomLogSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCustomLogSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCustomLogSourceCommand_base: {
19
+ new (
20
+ input: CreateCustomLogSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCustomLogSourceCommandInput,
38
- CreateCustomLogSourceCommandOutput
23
+ CreateCustomLogSourceCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCustomLogSourceCommand extends CreateCustomLogSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateDataLakeRequest,
11
5
  CreateDataLakeResponse,
@@ -20,19 +14,16 @@ export interface CreateDataLakeCommandInput extends CreateDataLakeRequest {}
20
14
  export interface CreateDataLakeCommandOutput
21
15
  extends CreateDataLakeResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDataLakeCommand extends $Command<
24
- CreateDataLakeCommandInput,
25
- CreateDataLakeCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: CreateDataLakeCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDataLakeCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDataLakeCommandInput, CreateDataLakeCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDataLakeCommand_base: {
18
+ new (
19
+ input: CreateDataLakeCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDataLakeCommandInput,
22
+ CreateDataLakeCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateDataLakeExceptionSubscriptionRequest,
11
5
  CreateDataLakeExceptionSubscriptionResponse,
@@ -21,22 +15,16 @@ export interface CreateDataLakeExceptionSubscriptionCommandInput
21
15
  export interface CreateDataLakeExceptionSubscriptionCommandOutput
22
16
  extends CreateDataLakeExceptionSubscriptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDataLakeExceptionSubscriptionCommand extends $Command<
25
- CreateDataLakeExceptionSubscriptionCommandInput,
26
- CreateDataLakeExceptionSubscriptionCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateDataLakeExceptionSubscriptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDataLakeExceptionSubscriptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
19
+ new (
20
+ input: CreateDataLakeExceptionSubscriptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateDataLakeExceptionSubscriptionCommandInput,
38
- CreateDataLakeExceptionSubscriptionCommandOutput
23
+ CreateDataLakeExceptionSubscriptionCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateDataLakeOrganizationConfigurationRequest,
11
5
  CreateDataLakeOrganizationConfigurationResponse,
@@ -21,22 +15,16 @@ export interface CreateDataLakeOrganizationConfigurationCommandInput
21
15
  export interface CreateDataLakeOrganizationConfigurationCommandOutput
22
16
  extends CreateDataLakeOrganizationConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDataLakeOrganizationConfigurationCommand extends $Command<
25
- CreateDataLakeOrganizationConfigurationCommandInput,
26
- CreateDataLakeOrganizationConfigurationCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateDataLakeOrganizationConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDataLakeOrganizationConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
19
+ new (
20
+ input: CreateDataLakeOrganizationConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateDataLakeOrganizationConfigurationCommandInput,
38
- CreateDataLakeOrganizationConfigurationCommandOutput
23
+ CreateDataLakeOrganizationConfigurationCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateSubscriberRequest,
11
5
  CreateSubscriberResponse,
@@ -20,19 +14,16 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
20
14
  export interface CreateSubscriberCommandOutput
21
15
  extends CreateSubscriberResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateSubscriberCommand extends $Command<
24
- CreateSubscriberCommandInput,
25
- CreateSubscriberCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: CreateSubscriberCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateSubscriberCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateSubscriberCommand_base: {
18
+ new (
19
+ input: CreateSubscriberCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateSubscriberCommandInput,
22
+ CreateSubscriberCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateSubscriberNotificationRequest,
11
5
  CreateSubscriberNotificationResponse,
@@ -21,22 +15,16 @@ export interface CreateSubscriberNotificationCommandInput
21
15
  export interface CreateSubscriberNotificationCommandOutput
22
16
  extends CreateSubscriberNotificationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSubscriberNotificationCommand extends $Command<
25
- CreateSubscriberNotificationCommandInput,
26
- CreateSubscriberNotificationCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: CreateSubscriberNotificationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSubscriberNotificationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSubscriberNotificationCommand_base: {
19
+ new (
20
+ input: CreateSubscriberNotificationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSubscriberNotificationCommandInput,
38
- CreateSubscriberNotificationCommandOutput
23
+ CreateSubscriberNotificationCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteAwsLogSourceRequest,
11
5
  DeleteAwsLogSourceResponse,
@@ -21,19 +15,16 @@ export interface DeleteAwsLogSourceCommandInput
21
15
  export interface DeleteAwsLogSourceCommandOutput
22
16
  extends DeleteAwsLogSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAwsLogSourceCommand extends $Command<
25
- DeleteAwsLogSourceCommandInput,
26
- DeleteAwsLogSourceCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: DeleteAwsLogSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAwsLogSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteAwsLogSourceCommand_base: {
19
+ new (
20
+ input: DeleteAwsLogSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteAwsLogSourceCommandInput,
23
+ DeleteAwsLogSourceCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteCustomLogSourceRequest,
11
5
  DeleteCustomLogSourceResponse,
@@ -21,22 +15,16 @@ export interface DeleteCustomLogSourceCommandInput
21
15
  export interface DeleteCustomLogSourceCommandOutput
22
16
  extends DeleteCustomLogSourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteCustomLogSourceCommand extends $Command<
25
- DeleteCustomLogSourceCommandInput,
26
- DeleteCustomLogSourceCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: DeleteCustomLogSourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteCustomLogSourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteCustomLogSourceCommand_base: {
19
+ new (
20
+ input: DeleteCustomLogSourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteCustomLogSourceCommandInput,
38
- DeleteCustomLogSourceCommandOutput
23
+ DeleteCustomLogSourceCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteDataLakeRequest,
11
5
  DeleteDataLakeResponse,
@@ -20,19 +14,16 @@ export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {}
20
14
  export interface DeleteDataLakeCommandOutput
21
15
  extends DeleteDataLakeResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteDataLakeCommand extends $Command<
24
- DeleteDataLakeCommandInput,
25
- DeleteDataLakeCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: DeleteDataLakeCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteDataLakeCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteDataLakeCommand_base: {
18
+ new (
19
+ input: DeleteDataLakeCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteDataLakeCommandInput,
22
+ DeleteDataLakeCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteDataLakeExceptionSubscriptionRequest,
11
5
  DeleteDataLakeExceptionSubscriptionResponse,
@@ -21,22 +15,16 @@ export interface DeleteDataLakeExceptionSubscriptionCommandInput
21
15
  export interface DeleteDataLakeExceptionSubscriptionCommandOutput
22
16
  extends DeleteDataLakeExceptionSubscriptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteDataLakeExceptionSubscriptionCommand extends $Command<
25
- DeleteDataLakeExceptionSubscriptionCommandInput,
26
- DeleteDataLakeExceptionSubscriptionCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: DeleteDataLakeExceptionSubscriptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDataLakeExceptionSubscriptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
19
+ new (
20
+ input: DeleteDataLakeExceptionSubscriptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteDataLakeExceptionSubscriptionCommandInput,
38
- DeleteDataLakeExceptionSubscriptionCommandOutput
23
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteDataLakeOrganizationConfigurationRequest,
11
5
  DeleteDataLakeOrganizationConfigurationResponse,
@@ -21,22 +15,16 @@ export interface DeleteDataLakeOrganizationConfigurationCommandInput
21
15
  export interface DeleteDataLakeOrganizationConfigurationCommandOutput
22
16
  extends DeleteDataLakeOrganizationConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteDataLakeOrganizationConfigurationCommand extends $Command<
25
- DeleteDataLakeOrganizationConfigurationCommandInput,
26
- DeleteDataLakeOrganizationConfigurationCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: DeleteDataLakeOrganizationConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDataLakeOrganizationConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteDataLakeOrganizationConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteDataLakeOrganizationConfigurationCommandInput,
38
- DeleteDataLakeOrganizationConfigurationCommandOutput
23
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {}