@aws-sdk/client-securitylake 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/index.js +42 -315
  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-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateDataLakeCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteDataLakeCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
  55. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  56. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +3 -8
  58. package/dist-types/commands/GetSubscriberCommand.d.ts +3 -8
  59. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListDataLakesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListLogSourcesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListSubscribersCommand.d.ts +3 -8
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
  65. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  66. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateDataLakeCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -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
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your
@@ -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 { UpdateDataLakeRequest, UpdateDataLakeResponse } 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 UpdateDataLakeCommandInput extends UpdateDataLakeRequest {
22
19
  export interface UpdateDataLakeCommandOutput extends UpdateDataLakeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDataLakeCommand_base: {
25
- new (input: UpdateDataLakeCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDataLakeCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDataLakeCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDataLakeCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>You can use <code>UpdateDataLake</code> to specify where to store your security data, how it should
@@ -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 { UpdateDataLakeExceptionSubscriptionRequest, UpdateDataLakeExceptionSubscriptionResponse } 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 UpdateDataLakeExceptionSubscriptionCommandInput extends UpdateD
22
19
  export interface UpdateDataLakeExceptionSubscriptionCommandOutput extends UpdateDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
25
- new (input: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates 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 { UpdateSubscriberRequest, UpdateSubscriberResponse } 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 UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
22
19
  export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSubscriberCommand_base: {
25
- new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing subscription for the given Amazon Security Lake account ID. You can update
@@ -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 { UpdateSubscriberNotificationRequest, UpdateSubscriberNotificationResponse } 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 UpdateSubscriberNotificationCommandInput extends UpdateSubscrib
22
19
  export interface UpdateSubscriberNotificationCommandOutput extends UpdateSubscriberNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSubscriberNotificationCommand_base: {
25
- new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, import("..").SecurityLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or
@@ -34,6 +34,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
34
34
  export type { RuntimeExtension } from "./runtimeExtensions";
35
35
  export type { SecurityLakeExtensionConfiguration } from "./extensionConfiguration";
36
36
  export * from "./commands";
37
+ export { Command as $Command } from "@smithy/core/client";
37
38
  export * from "./schemas/schemas_0";
38
39
  export * from "./pagination";
39
40
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { SecurityLakeClientConfig } from "./SecurityLakeClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ SecurityLakeClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./SecurityLakeClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SecurityLakeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SecurityLakeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateAwsLogSourceRequest,
5
4
  CreateAwsLogSourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAwsLogSourceCommandInput
15
8
  extends CreateAwsLogSourceRequest {}
16
9
  export interface CreateAwsLogSourceCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAwsLogSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAwsLogSourceCommandInput,
24
17
  CreateAwsLogSourceCommandOutput,
25
- SecurityLakeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityLakeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAwsLogSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAwsLogSourceCommandInput,
33
26
  CreateAwsLogSourceCommandOutput,
34
- SecurityLakeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityLakeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateCustomLogSourceRequest,
5
4
  CreateCustomLogSourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCustomLogSourceCommandInput
15
8
  extends CreateCustomLogSourceRequest {}
16
9
  export interface CreateCustomLogSourceCommandOutput
@@ -22,22 +15,20 @@ declare const CreateCustomLogSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateCustomLogSourceCommandInput,
24
17
  CreateCustomLogSourceCommandOutput,
25
- SecurityLakeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityLakeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateCustomLogSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateCustomLogSourceCommandInput,
33
26
  CreateCustomLogSourceCommandOutput,
34
- SecurityLakeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityLakeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateCustomLogSourceCommand extends CreateCustomLogSourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDataLakeRequest,
5
4
  CreateDataLakeResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataLakeCommandInput extends CreateDataLakeRequest {}
15
8
  export interface CreateDataLakeCommandOutput
16
9
  extends CreateDataLakeResponse,
@@ -21,22 +14,20 @@ declare const CreateDataLakeCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDataLakeCommandInput,
23
16
  CreateDataLakeCommandOutput,
24
- SecurityLakeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SecurityLakeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDataLakeCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDataLakeCommandInput,
32
25
  CreateDataLakeCommandOutput,
33
- SecurityLakeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SecurityLakeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDataLakeExceptionSubscriptionRequest,
5
4
  CreateDataLakeExceptionSubscriptionResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataLakeExceptionSubscriptionCommandInput
15
8
  extends CreateDataLakeExceptionSubscriptionRequest {}
16
9
  export interface CreateDataLakeExceptionSubscriptionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataLakeExceptionSubscriptionCommandInput,
24
17
  CreateDataLakeExceptionSubscriptionCommandOutput,
25
- SecurityLakeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityLakeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDataLakeExceptionSubscriptionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataLakeExceptionSubscriptionCommandInput,
33
26
  CreateDataLakeExceptionSubscriptionCommandOutput,
34
- SecurityLakeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityLakeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDataLakeOrganizationConfigurationRequest,
5
4
  CreateDataLakeOrganizationConfigurationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataLakeOrganizationConfigurationCommandInput
15
8
  extends CreateDataLakeOrganizationConfigurationRequest {}
16
9
  export interface CreateDataLakeOrganizationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataLakeOrganizationConfigurationCommandInput,
24
17
  CreateDataLakeOrganizationConfigurationCommandOutput,
25
- SecurityLakeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityLakeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [CreateDataLakeOrganizationConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataLakeOrganizationConfigurationCommandInput,
33
26
  CreateDataLakeOrganizationConfigurationCommandOutput,
34
- SecurityLakeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityLakeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateSubscriberRequest,
5
4
  CreateSubscriberResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityLakeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityLakeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
15
8
  export interface CreateSubscriberCommandOutput
16
9
  extends CreateSubscriberResponse,
@@ -21,22 +14,20 @@ declare const CreateSubscriberCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateSubscriberCommandInput,
23
16
  CreateSubscriberCommandOutput,
24
- SecurityLakeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SecurityLakeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateSubscriberCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateSubscriberCommandInput,
32
25
  CreateSubscriberCommandOutput,
33
- SecurityLakeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SecurityLakeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
42
33
  protected static __types: {