@aws-sdk/client-securitylake 3.341.0 → 3.342.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 (159) hide show
  1. package/README.md +39 -60
  2. package/dist-cjs/SecurityLake.js +36 -40
  3. package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
  7. package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
  8. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
  11. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
  12. package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
  13. package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
  14. package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
  15. package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
  16. package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
  17. package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
  18. package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
  19. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
  20. package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
  21. package/dist-cjs/commands/index.js +18 -20
  22. package/dist-cjs/models/models_0.js +43 -235
  23. package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
  24. package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
  25. package/dist-cjs/pagination/index.js +2 -2
  26. package/dist-cjs/protocols/Aws_restJson1.js +531 -769
  27. package/dist-es/SecurityLake.js +36 -40
  28. package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
  29. package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
  30. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
  31. package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
  32. package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
  33. package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
  34. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
  35. package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
  36. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
  37. package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
  38. package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
  39. package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
  40. package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
  41. package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
  42. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
  43. package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
  44. package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
  45. package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
  46. package/dist-es/commands/index.js +18 -20
  47. package/dist-es/models/models_0.js +41 -224
  48. package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
  49. package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
  50. package/dist-es/pagination/index.js +2 -2
  51. package/dist-es/protocols/Aws_restJson1.js +491 -725
  52. package/dist-types/SecurityLake.d.ts +96 -115
  53. package/dist-types/SecurityLakeClient.d.ts +24 -31
  54. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
  55. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
  56. package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
  57. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  58. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  59. package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
  60. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
  61. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
  62. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
  63. package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
  64. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
  65. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
  66. package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
  67. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
  68. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
  69. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
  70. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  71. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
  72. package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
  73. package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
  74. package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
  75. package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
  76. package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
  77. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
  78. package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
  79. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  80. package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
  81. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
  82. package/dist-types/commands/index.d.ts +18 -20
  83. package/dist-types/index.d.ts +4 -9
  84. package/dist-types/models/models_0.d.ts +985 -906
  85. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +2 -2
  88. package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
  89. package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
  90. package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
  91. package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
  92. package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  93. package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  94. package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
  95. package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
  96. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
  99. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  101. package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  102. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
  104. package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
  105. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
  107. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
  109. package/dist-types/ts3.4/commands/index.d.ts +18 -20
  110. package/dist-types/ts3.4/models/models_0.d.ts +315 -431
  111. package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
  115. package/package.json +28 -28
  116. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
  117. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
  118. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
  119. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
  120. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
  121. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
  122. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
  123. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
  124. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
  125. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
  126. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
  127. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
  128. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
  129. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
  130. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
  131. package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
  132. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
  133. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  134. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
  135. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
  136. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
  137. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
  138. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
  139. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
  140. package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
  141. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
  142. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
  143. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
  144. package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
  145. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
  146. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  147. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
  148. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
  149. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
  150. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  151. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  152. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
  153. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
  154. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
  155. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
  156. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
  157. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  158. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
  159. package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
@@ -1,98 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDatalakeAutoEnableRequest, CreateDatalakeAutoEnableResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateDatalakeAutoEnableCommand}.
14
- */
15
- export interface CreateDatalakeAutoEnableCommandInput extends CreateDatalakeAutoEnableRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateDatalakeAutoEnableCommand}.
21
- */
22
- export interface CreateDatalakeAutoEnableCommandOutput extends CreateDatalakeAutoEnableResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Automatically enables Amazon Security Lake for new member accounts in your organization.
27
- * Security Lake is not automatically enabled for any existing member accounts in your
28
- * organization.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { SecurityLakeClient, CreateDatalakeAutoEnableCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, CreateDatalakeAutoEnableCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = { // CreateDatalakeAutoEnableRequest
36
- * configurationForNewAccounts: [ // AutoEnableNewRegionConfigurationList // required
37
- * { // AutoEnableNewRegionConfiguration
38
- * region: "STRING_VALUE", // required
39
- * sources: [ // AwsSourceTypeList // required
40
- * "STRING_VALUE",
41
- * ],
42
- * },
43
- * ],
44
- * };
45
- * const command = new CreateDatalakeAutoEnableCommand(input);
46
- * const response = await client.send(command);
47
- * // {};
48
- *
49
- * ```
50
- *
51
- * @param CreateDatalakeAutoEnableCommandInput - {@link CreateDatalakeAutoEnableCommandInput}
52
- * @returns {@link CreateDatalakeAutoEnableCommandOutput}
53
- * @see {@link CreateDatalakeAutoEnableCommandInput} for command's `input` shape.
54
- * @see {@link CreateDatalakeAutoEnableCommandOutput} for command's `response` shape.
55
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
56
- *
57
- * @throws {@link AccessDeniedException} (client fault)
58
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
59
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
60
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
61
- * no applicable Allow statement.</p>
62
- *
63
- * @throws {@link AccountNotFoundException} (client fault)
64
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
65
- * specified, or the account whose credentials you used to make this request isn't a member of
66
- * an organization.</p>
67
- *
68
- * @throws {@link InternalServerException} (server fault)
69
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
70
- * troubleshooting, perform the operation again. </p>
71
- *
72
- * @throws {@link ValidationException} (client fault)
73
- * <p>Your signing certificate could not be validated. </p>
74
- *
75
- * @throws {@link SecurityLakeServiceException}
76
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
77
- *
78
- */
79
- export declare class CreateDatalakeAutoEnableCommand extends $Command<CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput, SecurityLakeClientResolvedConfig> {
80
- readonly input: CreateDatalakeAutoEnableCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateDatalakeAutoEnableCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
98
- }
@@ -1,137 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDatalakeRequest, CreateDatalakeResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateDatalakeCommand}.
14
- */
15
- export interface CreateDatalakeCommandInput extends CreateDatalakeRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateDatalakeCommand}.
21
- */
22
- export interface CreateDatalakeCommandOutput extends CreateDatalakeResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Initializes an Amazon Security Lake instance with the provided (or default) configuration. You
27
- * can enable Security Lake in Amazon Web Services Regions with customized settings before enabling
28
- * log collection in Regions. You can either use the <code>enableAll</code> parameter to
29
- * specify all Regions or specify the Regions where you want to enable Security Lake. To specify
30
- * particular Regions, use the <code>Regions</code> parameter and then configure these Regions
31
- * using the <code>configurations</code> parameter. If you have already enabled Security Lake in a
32
- * Region when you call this command, the command will update the Region if you provide new
33
- * configuration parameters. If you have not already enabled Security Lake in the Region when you
34
- * call this API, it will set up the data lake in the Region with the specified
35
- * configurations.</p>
36
- * <p>When you enable Security Lake, it starts ingesting security data after the
37
- * <code>CreateAwsLogSource</code> call. This includes ingesting security data from
38
- * sources, storing data, and making data accessible to subscribers. Security Lake also enables
39
- * all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For
40
- * more information, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/what-is-security-lake.html">Amazon Security Lake User
41
- * Guide</a>.</p>
42
- * @example
43
- * Use a bare-bones client and the command you need to make an API call.
44
- * ```javascript
45
- * import { SecurityLakeClient, CreateDatalakeCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
46
- * // const { SecurityLakeClient, CreateDatalakeCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
47
- * const client = new SecurityLakeClient(config);
48
- * const input = { // CreateDatalakeRequest
49
- * regions: [ // RegionSet
50
- * "STRING_VALUE",
51
- * ],
52
- * configurations: { // LakeConfigurationRequestMap
53
- * "<keys>": { // LakeConfigurationRequest
54
- * encryptionKey: "STRING_VALUE",
55
- * retentionSettings: [ // RetentionSettingList
56
- * { // RetentionSetting
57
- * storageClass: "STRING_VALUE",
58
- * retentionPeriod: Number("int"),
59
- * },
60
- * ],
61
- * tagsMap: { // TagsMap
62
- * "<keys>": "STRING_VALUE",
63
- * },
64
- * replicationDestinationRegions: [
65
- * "STRING_VALUE",
66
- * ],
67
- * replicationRoleArn: "STRING_VALUE",
68
- * },
69
- * },
70
- * enableAll: true || false,
71
- * metaStoreManagerRoleArn: "STRING_VALUE",
72
- * };
73
- * const command = new CreateDatalakeCommand(input);
74
- * const response = await client.send(command);
75
- * // {};
76
- *
77
- * ```
78
- *
79
- * @param CreateDatalakeCommandInput - {@link CreateDatalakeCommandInput}
80
- * @returns {@link CreateDatalakeCommandOutput}
81
- * @see {@link CreateDatalakeCommandInput} for command's `input` shape.
82
- * @see {@link CreateDatalakeCommandOutput} for command's `response` shape.
83
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
84
- *
85
- * @throws {@link AccessDeniedException} (client fault)
86
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
87
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
88
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
89
- * no applicable Allow statement.</p>
90
- *
91
- * @throws {@link ConflictException} (client fault)
92
- * <p>Occurs when a conflict with a previous successful write is detected. This generally
93
- * occurs when the previous write did not have time to propagate to the host serving the
94
- * current request. A retry (with appropriate backoff logic) is the recommended response to
95
- * this exception.</p>
96
- *
97
- * @throws {@link InternalServerException} (server fault)
98
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
99
- * troubleshooting, perform the operation again. </p>
100
- *
101
- * @throws {@link ResourceNotFoundException} (client fault)
102
- * <p>The resource could not be found.</p>
103
- *
104
- * @throws {@link ServiceQuotaExceededException} (client fault)
105
- * <p>You have exceeded your service quota. To perform the requested action, remove some of
106
- * the relevant resources, or use Service Quotas to request a service quota increase. </p>
107
- *
108
- * @throws {@link ThrottlingException} (client fault)
109
- * <p>The limit on the number of requests per second was exceeded. </p>
110
- *
111
- * @throws {@link ValidationException} (client fault)
112
- * <p>Your signing certificate could not be validated. </p>
113
- *
114
- * @throws {@link SecurityLakeServiceException}
115
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
116
- *
117
- */
118
- export declare class CreateDatalakeCommand extends $Command<CreateDatalakeCommandInput, CreateDatalakeCommandOutput, SecurityLakeClientResolvedConfig> {
119
- readonly input: CreateDatalakeCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: CreateDatalakeCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeCommandInput, CreateDatalakeCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
137
- }
@@ -1,89 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDatalakeDelegatedAdminRequest, CreateDatalakeDelegatedAdminResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateDatalakeDelegatedAdminCommand}.
14
- */
15
- export interface CreateDatalakeDelegatedAdminCommandInput extends CreateDatalakeDelegatedAdminRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateDatalakeDelegatedAdminCommand}.
21
- */
22
- export interface CreateDatalakeDelegatedAdminCommandOutput extends CreateDatalakeDelegatedAdminResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Designates the Amazon Security Lake delegated administrator account for the organization. This
27
- * API can only be called by the organization management account. The organization management
28
- * account cannot be the delegated administrator account.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { SecurityLakeClient, CreateDatalakeDelegatedAdminCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, CreateDatalakeDelegatedAdminCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = { // CreateDatalakeDelegatedAdminRequest
36
- * account: "STRING_VALUE", // required
37
- * };
38
- * const command = new CreateDatalakeDelegatedAdminCommand(input);
39
- * const response = await client.send(command);
40
- * // {};
41
- *
42
- * ```
43
- *
44
- * @param CreateDatalakeDelegatedAdminCommandInput - {@link CreateDatalakeDelegatedAdminCommandInput}
45
- * @returns {@link CreateDatalakeDelegatedAdminCommandOutput}
46
- * @see {@link CreateDatalakeDelegatedAdminCommandInput} for command's `input` shape.
47
- * @see {@link CreateDatalakeDelegatedAdminCommandOutput} for command's `response` shape.
48
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
49
- *
50
- * @throws {@link AccessDeniedException} (client fault)
51
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
52
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
53
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
54
- * no applicable Allow statement.</p>
55
- *
56
- * @throws {@link InternalServerException} (server fault)
57
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
58
- * troubleshooting, perform the operation again. </p>
59
- *
60
- * @throws {@link ThrottlingException} (client fault)
61
- * <p>The limit on the number of requests per second was exceeded. </p>
62
- *
63
- * @throws {@link ValidationException} (client fault)
64
- * <p>Your signing certificate could not be validated. </p>
65
- *
66
- * @throws {@link SecurityLakeServiceException}
67
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
68
- *
69
- */
70
- export declare class CreateDatalakeDelegatedAdminCommand extends $Command<CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput, SecurityLakeClientResolvedConfig> {
71
- readonly input: CreateDatalakeDelegatedAdminCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: CreateDatalakeDelegatedAdminCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
89
- }
@@ -1,91 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDatalakeExceptionsSubscriptionRequest, CreateDatalakeExceptionsSubscriptionResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateDatalakeExceptionsSubscriptionCommand}.
14
- */
15
- export interface CreateDatalakeExceptionsSubscriptionCommandInput extends CreateDatalakeExceptionsSubscriptionRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateDatalakeExceptionsSubscriptionCommand}.
21
- */
22
- export interface CreateDatalakeExceptionsSubscriptionCommandOutput extends CreateDatalakeExceptionsSubscriptionResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Creates the specified notification subscription in Amazon Security Lake for the organization
27
- * you specify.</p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { SecurityLakeClient, CreateDatalakeExceptionsSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
32
- * // const { SecurityLakeClient, CreateDatalakeExceptionsSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
33
- * const client = new SecurityLakeClient(config);
34
- * const input = { // CreateDatalakeExceptionsSubscriptionRequest
35
- * subscriptionProtocol: "STRING_VALUE", // required
36
- * notificationEndpoint: "STRING_VALUE", // required
37
- * };
38
- * const command = new CreateDatalakeExceptionsSubscriptionCommand(input);
39
- * const response = await client.send(command);
40
- * // {};
41
- *
42
- * ```
43
- *
44
- * @param CreateDatalakeExceptionsSubscriptionCommandInput - {@link CreateDatalakeExceptionsSubscriptionCommandInput}
45
- * @returns {@link CreateDatalakeExceptionsSubscriptionCommandOutput}
46
- * @see {@link CreateDatalakeExceptionsSubscriptionCommandInput} for command's `input` shape.
47
- * @see {@link CreateDatalakeExceptionsSubscriptionCommandOutput} for command's `response` shape.
48
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
49
- *
50
- * @throws {@link AccessDeniedException} (client fault)
51
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
52
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
53
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
54
- * no applicable Allow statement.</p>
55
- *
56
- * @throws {@link AccountNotFoundException} (client fault)
57
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
58
- * specified, or the account whose credentials you used to make this request isn't a member of
59
- * an organization.</p>
60
- *
61
- * @throws {@link InternalServerException} (server fault)
62
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
63
- * troubleshooting, perform the operation again. </p>
64
- *
65
- * @throws {@link ValidationException} (client fault)
66
- * <p>Your signing certificate could not be validated. </p>
67
- *
68
- * @throws {@link SecurityLakeServiceException}
69
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
70
- *
71
- */
72
- export declare class CreateDatalakeExceptionsSubscriptionCommand extends $Command<CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
73
- readonly input: CreateDatalakeExceptionsSubscriptionCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: CreateDatalakeExceptionsSubscriptionCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
91
- }
@@ -1,109 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateSubscriptionNotificationConfigurationRequest, CreateSubscriptionNotificationConfigurationResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateSubscriptionNotificationConfigurationCommand}.
14
- */
15
- export interface CreateSubscriptionNotificationConfigurationCommandInput extends CreateSubscriptionNotificationConfigurationRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateSubscriptionNotificationConfigurationCommand}.
21
- */
22
- export interface CreateSubscriptionNotificationConfigurationCommandOutput extends CreateSubscriptionNotificationConfigurationResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Notifies the subscriber when new data is written to the data lake for the sources that
27
- * the subscriber consumes in Security Lake. You can create only one subscriber notification per
28
- * subscriber.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { SecurityLakeClient, CreateSubscriptionNotificationConfigurationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, CreateSubscriptionNotificationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = { // CreateSubscriptionNotificationConfigurationRequest
36
- * subscriptionId: "STRING_VALUE", // required
37
- * subscriptionEndpoint: "STRING_VALUE",
38
- * httpsApiKeyName: "STRING_VALUE",
39
- * httpsApiKeyValue: "STRING_VALUE",
40
- * httpsMethod: "STRING_VALUE",
41
- * createSqs: true || false,
42
- * roleArn: "STRING_VALUE",
43
- * };
44
- * const command = new CreateSubscriptionNotificationConfigurationCommand(input);
45
- * const response = await client.send(command);
46
- * // { // CreateSubscriptionNotificationConfigurationResponse
47
- * // queueArn: "STRING_VALUE",
48
- * // };
49
- *
50
- * ```
51
- *
52
- * @param CreateSubscriptionNotificationConfigurationCommandInput - {@link CreateSubscriptionNotificationConfigurationCommandInput}
53
- * @returns {@link CreateSubscriptionNotificationConfigurationCommandOutput}
54
- * @see {@link CreateSubscriptionNotificationConfigurationCommandInput} for command's `input` shape.
55
- * @see {@link CreateSubscriptionNotificationConfigurationCommandOutput} for command's `response` shape.
56
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
57
- *
58
- * @throws {@link AccessDeniedException} (client fault)
59
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
60
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
61
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
62
- * no applicable Allow statement.</p>
63
- *
64
- * @throws {@link AccountNotFoundException} (client fault)
65
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
66
- * specified, or the account whose credentials you used to make this request isn't a member of
67
- * an organization.</p>
68
- *
69
- * @throws {@link ConcurrentModificationException} (client fault)
70
- * <p>More than one process tried to modify a resource at the same time. </p>
71
- *
72
- * @throws {@link InternalServerException} (server fault)
73
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
74
- * troubleshooting, perform the operation again. </p>
75
- *
76
- * @throws {@link InvalidInputException} (client fault)
77
- * <p>The request was rejected because a value that's not valid or is out of range was
78
- * supplied for an input parameter. </p>
79
- *
80
- * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>The resource could not be found.</p>
82
- *
83
- * @throws {@link ValidationException} (client fault)
84
- * <p>Your signing certificate could not be validated. </p>
85
- *
86
- * @throws {@link SecurityLakeServiceException}
87
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
88
- *
89
- */
90
- export declare class CreateSubscriptionNotificationConfigurationCommand extends $Command<CreateSubscriptionNotificationConfigurationCommandInput, CreateSubscriptionNotificationConfigurationCommandOutput, SecurityLakeClientResolvedConfig> {
91
- readonly input: CreateSubscriptionNotificationConfigurationCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: CreateSubscriptionNotificationConfigurationCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionNotificationConfigurationCommandInput, CreateSubscriptionNotificationConfigurationCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
109
- }
@@ -1,101 +0,0 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteDatalakeAutoEnableRequest, DeleteDatalakeAutoEnableResponse } from "../models/models_0";
5
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
- /**
7
- * @public
8
- */
9
- export { __MetadataBearer, $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link DeleteDatalakeAutoEnableCommand}.
14
- */
15
- export interface DeleteDatalakeAutoEnableCommandInput extends DeleteDatalakeAutoEnableRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link DeleteDatalakeAutoEnableCommand}.
21
- */
22
- export interface DeleteDatalakeAutoEnableCommandOutput extends DeleteDatalakeAutoEnableResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>
27
- * <code>DeleteDatalakeAutoEnable</code> removes automatic enablement of configuration
28
- * settings for new member accounts (but keeps settings for the delegated administrator) from
29
- * Amazon Security Lake. You must run this API using credentials of the delegated administrator.
30
- * When you run this API, new member accounts that are added after the organization enables
31
- * Security Lake won't contribute to the data lake.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { SecurityLakeClient, DeleteDatalakeAutoEnableCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
36
- * // const { SecurityLakeClient, DeleteDatalakeAutoEnableCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
37
- * const client = new SecurityLakeClient(config);
38
- * const input = { // DeleteDatalakeAutoEnableRequest
39
- * removeFromConfigurationForNewAccounts: [ // AutoEnableNewRegionConfigurationList // required
40
- * { // AutoEnableNewRegionConfiguration
41
- * region: "STRING_VALUE", // required
42
- * sources: [ // AwsSourceTypeList // required
43
- * "STRING_VALUE",
44
- * ],
45
- * },
46
- * ],
47
- * };
48
- * const command = new DeleteDatalakeAutoEnableCommand(input);
49
- * const response = await client.send(command);
50
- * // {};
51
- *
52
- * ```
53
- *
54
- * @param DeleteDatalakeAutoEnableCommandInput - {@link DeleteDatalakeAutoEnableCommandInput}
55
- * @returns {@link DeleteDatalakeAutoEnableCommandOutput}
56
- * @see {@link DeleteDatalakeAutoEnableCommandInput} for command's `input` shape.
57
- * @see {@link DeleteDatalakeAutoEnableCommandOutput} for command's `response` shape.
58
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
59
- *
60
- * @throws {@link AccessDeniedException} (client fault)
61
- * <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
62
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
63
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
64
- * no applicable Allow statement.</p>
65
- *
66
- * @throws {@link AccountNotFoundException} (client fault)
67
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
68
- * specified, or the account whose credentials you used to make this request isn't a member of
69
- * an organization.</p>
70
- *
71
- * @throws {@link InternalServerException} (server fault)
72
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
73
- * troubleshooting, perform the operation again. </p>
74
- *
75
- * @throws {@link ValidationException} (client fault)
76
- * <p>Your signing certificate could not be validated. </p>
77
- *
78
- * @throws {@link SecurityLakeServiceException}
79
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
80
- *
81
- */
82
- export declare class DeleteDatalakeAutoEnableCommand extends $Command<DeleteDatalakeAutoEnableCommandInput, DeleteDatalakeAutoEnableCommandOutput, SecurityLakeClientResolvedConfig> {
83
- readonly input: DeleteDatalakeAutoEnableCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: DeleteDatalakeAutoEnableCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatalakeAutoEnableCommandInput, DeleteDatalakeAutoEnableCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
101
- }