@aws-sdk/client-securitylake 3.1077.0 → 3.1079.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAwsLogSourceCommand.js +2 -14
  4. package/dist-es/commands/CreateCustomLogSourceCommand.js +2 -14
  5. package/dist-es/commands/CreateDataLakeCommand.js +2 -14
  6. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +2 -14
  7. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +2 -14
  8. package/dist-es/commands/CreateSubscriberCommand.js +2 -14
  9. package/dist-es/commands/CreateSubscriberNotificationCommand.js +2 -14
  10. package/dist-es/commands/DeleteAwsLogSourceCommand.js +2 -14
  11. package/dist-es/commands/DeleteCustomLogSourceCommand.js +2 -14
  12. package/dist-es/commands/DeleteDataLakeCommand.js +2 -14
  13. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +2 -14
  14. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +2 -14
  15. package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
  16. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +2 -14
  17. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +2 -14
  18. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +2 -14
  19. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +2 -14
  20. package/dist-es/commands/GetDataLakeSourcesCommand.js +2 -14
  21. package/dist-es/commands/GetSubscriberCommand.js +2 -14
  22. package/dist-es/commands/ListDataLakeExceptionsCommand.js +2 -14
  23. package/dist-es/commands/ListDataLakesCommand.js +2 -14
  24. package/dist-es/commands/ListLogSourcesCommand.js +2 -14
  25. package/dist-es/commands/ListSubscribersCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateDataLakeCommand.js +2 -14
  31. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +2 -14
  32. package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
  33. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateDataLakeCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteDataLakeCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
  51. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  52. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  53. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +3 -8
  54. package/dist-types/commands/GetSubscriberCommand.d.ts +3 -8
  55. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDataLakesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListLogSourcesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListSubscribersCommand.d.ts +3 -8
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
  61. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateDataLakeCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateSubscriberNotificationRequest, CreateSubscriberNotificationResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateSubscriberNotificationCommandInput extends CreateSubscrib
22
19
  export interface CreateSubscriberNotificationCommandOutput extends CreateSubscriberNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSubscriberNotificationCommand_base: {
25
- new (input: CreateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Notifies the subscriber when new data is written to the data lake for the sources that
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAwsLogSourceCommandInput extends DeleteAwsLogSourceReques
22
19
  export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAwsLogSourceCommand_base: {
25
- new (input: DeleteAwsLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAwsLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAwsLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAwsLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a natively supported Amazon Web Services service as an Amazon Security Lake source. You
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteCustomLogSourceRequest, DeleteCustomLogSourceResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCustomLogSourceCommandInput extends DeleteCustomLogSource
22
19
  export interface DeleteCustomLogSourceCommandOutput extends DeleteCustomLogSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCustomLogSourceCommand_base: {
25
- new (input: DeleteCustomLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCustomLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCustomLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCustomLogSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a custom log source from Amazon Security Lake, to stop sending data from the custom
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDataLakeRequest, DeleteDataLakeResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {
22
19
  export interface DeleteDataLakeCommandOutput extends DeleteDataLakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataLakeCommand_base: {
25
- new (input: DeleteDataLakeCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDataLakeCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataLakeCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataLakeCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources. Also, this API
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDataLakeExceptionSubscriptionRequest, DeleteDataLakeExceptionSubscriptionResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataLakeExceptionSubscriptionCommandInput extends DeleteD
22
19
  export interface DeleteDataLakeExceptionSubscriptionCommandOutput extends DeleteDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
25
- new (input: DeleteDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteDataLakeExceptionSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteDataLakeExceptionSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDataLakeOrganizationConfigurationRequest, DeleteDataLakeOrganizationConfigurationResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataLakeOrganizationConfigurationCommandInput extends Del
22
19
  export interface DeleteDataLakeOrganizationConfigurationCommandOutput extends DeleteDataLakeOrganizationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
25
- new (input: DeleteDataLakeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteDataLakeOrganizationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataLakeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteDataLakeOrganizationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {
22
19
  export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSubscriberCommand_base: {
25
- new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the subscription permission and all notification settings for accounts that are
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteSubscriberNotificationRequest, DeleteSubscriberNotificationResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSubscriberNotificationCommandInput extends DeleteSubscrib
22
19
  export interface DeleteSubscriberNotificationCommandOutput extends DeleteSubscriberNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSubscriberNotificationCommand_base: {
25
- new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified subscription notification in Amazon Security Lake for the organization
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeregisterDataLakeDelegatedAdministratorRequest, DeregisterDataLakeDelegatedAdministratorResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeregisterDataLakeDelegatedAdministratorCommandInput extends De
22
19
  export interface DeregisterDataLakeDelegatedAdministratorCommandOutput extends DeregisterDataLakeDelegatedAdministratorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
25
- new (input: DeregisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeregisterDataLakeDelegatedAdministratorCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeregisterDataLakeDelegatedAdministratorCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the Amazon Security Lake delegated administrator account for the organization. This API
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDataLakeExceptionSubscriptionRequest, GetDataLakeExceptionSubscriptionResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataLakeExceptionSubscriptionCommandInput extends GetDataLak
22
19
  export interface GetDataLakeExceptionSubscriptionCommandOutput extends GetDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataLakeExceptionSubscriptionCommand_base: {
25
- new (input: GetDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDataLakeExceptionSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetDataLakeExceptionSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDataLakeOrganizationConfigurationRequest, GetDataLakeOrganizationConfigurationResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataLakeOrganizationConfigurationCommandInput extends GetDat
22
19
  export interface GetDataLakeOrganizationConfigurationCommandOutput extends GetDataLakeOrganizationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataLakeOrganizationConfigurationCommand_base: {
25
- new (input: GetDataLakeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDataLakeOrganizationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataLakeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetDataLakeOrganizationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the configuration that will be automatically set up for accounts added to the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDataLakeSourcesRequest, GetDataLakeSourcesResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataLakeSourcesCommandInput extends GetDataLakeSourcesReques
22
19
  export interface GetDataLakeSourcesCommandOutput extends GetDataLakeSourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataLakeSourcesCommand_base: {
25
- new (input: GetDataLakeSourcesCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDataLakeSourcesCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataLakeSourcesCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetDataLakeSourcesCommandInput]): import("@smithy/core/client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSubscriberRequest, GetSubscriberResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSubscriberCommandInput extends GetSubscriberRequest {
22
19
  export interface GetSubscriberCommandOutput extends GetSubscriberResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSubscriberCommand_base: {
25
- new (input: GetSubscriberCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSubscriberCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSubscriberCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSubscriberCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the subscription information for the specified subscription ID. You can get
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDataLakeExceptionsRequest, ListDataLakeExceptionsResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDataLakeExceptionsCommandInput extends ListDataLakeExceptio
22
19
  export interface ListDataLakeExceptionsCommandOutput extends ListDataLakeExceptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataLakeExceptionsCommand_base: {
25
- new (input: ListDataLakeExceptionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDataLakeExceptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDataLakeExceptionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDataLakeExceptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Amazon Security Lake exceptions that you can use to find the source of problems and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDataLakesRequest, ListDataLakesResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDataLakesCommandInput extends ListDataLakesRequest {
22
19
  export interface ListDataLakesCommandOutput extends ListDataLakesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataLakesCommand_base: {
25
- new (input: ListDataLakesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDataLakesCommandInput]): import("@smithy/core/client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDataLakesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDataLakesCommandInput]): import("@smithy/core/client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListLogSourcesRequest, ListLogSourcesResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLogSourcesCommandInput extends ListLogSourcesRequest {
22
19
  export interface ListLogSourcesCommandOutput extends ListLogSourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLogSourcesCommand_base: {
25
- new (input: ListLogSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLogSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLogSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLogSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the log sources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSubscribersRequest, ListSubscribersResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSubscribersCommandInput extends ListSubscribersRequest {
22
19
  export interface ListSubscribersCommandOutput extends ListSubscribersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSubscribersCommand_base: {
25
- new (input: ListSubscribersCommandInput): import("@smithy/core/client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSubscribersCommandInput]): import("@smithy/core/client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSubscribersCommandInput): import("@smithy/core/client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSubscribersCommandInput]): import("@smithy/core/client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RegisterDataLakeDelegatedAdministratorRequest, RegisterDataLakeDelegatedAdministratorResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterDataLakeDelegatedAdministratorCommandInput extends Regi
22
19
  export interface RegisterDataLakeDelegatedAdministratorCommandOutput extends RegisterDataLakeDelegatedAdministratorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
25
- new (input: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/core/client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Designates the Amazon Security Lake delegated administrator account for the organization. This
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your