@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,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 { DeleteDatalakeDelegatedAdminRequest, DeleteDatalakeDelegatedAdminResponse } 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 DeleteDatalakeDelegatedAdminCommand}.
14
- */
15
- export interface DeleteDatalakeDelegatedAdminCommandInput extends DeleteDatalakeDelegatedAdminRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link DeleteDatalakeDelegatedAdminCommand}.
21
- */
22
- export interface DeleteDatalakeDelegatedAdminCommandOutput extends DeleteDatalakeDelegatedAdminResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Deletes the Amazon Security Lake delegated administrator account for the organization. This API
27
- * 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, DeleteDatalakeDelegatedAdminCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, DeleteDatalakeDelegatedAdminCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = { // DeleteDatalakeDelegatedAdminRequest
36
- * account: "STRING_VALUE", // required
37
- * };
38
- * const command = new DeleteDatalakeDelegatedAdminCommand(input);
39
- * const response = await client.send(command);
40
- * // {};
41
- *
42
- * ```
43
- *
44
- * @param DeleteDatalakeDelegatedAdminCommandInput - {@link DeleteDatalakeDelegatedAdminCommandInput}
45
- * @returns {@link DeleteDatalakeDelegatedAdminCommandOutput}
46
- * @see {@link DeleteDatalakeDelegatedAdminCommandInput} for command's `input` shape.
47
- * @see {@link DeleteDatalakeDelegatedAdminCommandOutput} 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 DeleteDatalakeDelegatedAdminCommand extends $Command<DeleteDatalakeDelegatedAdminCommandInput, DeleteDatalakeDelegatedAdminCommandOutput, SecurityLakeClientResolvedConfig> {
71
- readonly input: DeleteDatalakeDelegatedAdminCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteDatalakeDelegatedAdminCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatalakeDelegatedAdminCommandInput, DeleteDatalakeDelegatedAdminCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
89
- }
@@ -1,90 +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 { DeleteDatalakeExceptionsSubscriptionRequest, DeleteDatalakeExceptionsSubscriptionResponse } 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 DeleteDatalakeExceptionsSubscriptionCommand}.
14
- */
15
- export interface DeleteDatalakeExceptionsSubscriptionCommandInput extends DeleteDatalakeExceptionsSubscriptionRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link DeleteDatalakeExceptionsSubscriptionCommand}.
21
- */
22
- export interface DeleteDatalakeExceptionsSubscriptionCommandOutput extends DeleteDatalakeExceptionsSubscriptionResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Deletes 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, DeleteDatalakeExceptionsSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
32
- * // const { SecurityLakeClient, DeleteDatalakeExceptionsSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
33
- * const client = new SecurityLakeClient(config);
34
- * const input = {};
35
- * const command = new DeleteDatalakeExceptionsSubscriptionCommand(input);
36
- * const response = await client.send(command);
37
- * // { // DeleteDatalakeExceptionsSubscriptionResponse
38
- * // status: "STRING_VALUE", // required
39
- * // };
40
- *
41
- * ```
42
- *
43
- * @param DeleteDatalakeExceptionsSubscriptionCommandInput - {@link DeleteDatalakeExceptionsSubscriptionCommandInput}
44
- * @returns {@link DeleteDatalakeExceptionsSubscriptionCommandOutput}
45
- * @see {@link DeleteDatalakeExceptionsSubscriptionCommandInput} for command's `input` shape.
46
- * @see {@link DeleteDatalakeExceptionsSubscriptionCommandOutput} for command's `response` shape.
47
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
48
- *
49
- * @throws {@link AccessDeniedException} (client fault)
50
- * <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
51
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
52
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
53
- * no applicable Allow statement.</p>
54
- *
55
- * @throws {@link AccountNotFoundException} (client fault)
56
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
57
- * specified, or the account whose credentials you used to make this request isn't a member of
58
- * an organization.</p>
59
- *
60
- * @throws {@link InternalServerException} (server fault)
61
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
62
- * troubleshooting, perform the operation again. </p>
63
- *
64
- * @throws {@link ValidationException} (client fault)
65
- * <p>Your signing certificate could not be validated. </p>
66
- *
67
- * @throws {@link SecurityLakeServiceException}
68
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
69
- *
70
- */
71
- export declare class DeleteDatalakeExceptionsSubscriptionCommand extends $Command<DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
72
- readonly input: DeleteDatalakeExceptionsSubscriptionCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteDatalakeExceptionsSubscriptionCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
90
- }
@@ -1,100 +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 { DeleteSubscriptionNotificationConfigurationRequest, DeleteSubscriptionNotificationConfigurationResponse } 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 DeleteSubscriptionNotificationConfigurationCommand}.
14
- */
15
- export interface DeleteSubscriptionNotificationConfigurationCommandInput extends DeleteSubscriptionNotificationConfigurationRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link DeleteSubscriptionNotificationConfigurationCommand}.
21
- */
22
- export interface DeleteSubscriptionNotificationConfigurationCommandOutput extends DeleteSubscriptionNotificationConfigurationResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Deletes 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, DeleteSubscriptionNotificationConfigurationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
32
- * // const { SecurityLakeClient, DeleteSubscriptionNotificationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
33
- * const client = new SecurityLakeClient(config);
34
- * const input = { // DeleteSubscriptionNotificationConfigurationRequest
35
- * subscriptionId: "STRING_VALUE", // required
36
- * };
37
- * const command = new DeleteSubscriptionNotificationConfigurationCommand(input);
38
- * const response = await client.send(command);
39
- * // {};
40
- *
41
- * ```
42
- *
43
- * @param DeleteSubscriptionNotificationConfigurationCommandInput - {@link DeleteSubscriptionNotificationConfigurationCommandInput}
44
- * @returns {@link DeleteSubscriptionNotificationConfigurationCommandOutput}
45
- * @see {@link DeleteSubscriptionNotificationConfigurationCommandInput} for command's `input` shape.
46
- * @see {@link DeleteSubscriptionNotificationConfigurationCommandOutput} for command's `response` shape.
47
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
48
- *
49
- * @throws {@link AccessDeniedException} (client fault)
50
- * <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
51
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
52
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
53
- * no applicable Allow statement.</p>
54
- *
55
- * @throws {@link AccountNotFoundException} (client fault)
56
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
57
- * specified, or the account whose credentials you used to make this request isn't a member of
58
- * an organization.</p>
59
- *
60
- * @throws {@link ConcurrentModificationException} (client fault)
61
- * <p>More than one process tried to modify a resource at the same time. </p>
62
- *
63
- * @throws {@link InternalServerException} (server fault)
64
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
65
- * troubleshooting, perform the operation again. </p>
66
- *
67
- * @throws {@link InvalidInputException} (client fault)
68
- * <p>The request was rejected because a value that's not valid or is out of range was
69
- * supplied for an input parameter. </p>
70
- *
71
- * @throws {@link ResourceNotFoundException} (client fault)
72
- * <p>The resource could not be found.</p>
73
- *
74
- * @throws {@link ValidationException} (client fault)
75
- * <p>Your signing certificate could not be validated. </p>
76
- *
77
- * @throws {@link SecurityLakeServiceException}
78
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
79
- *
80
- */
81
- export declare class DeleteSubscriptionNotificationConfigurationCommand extends $Command<DeleteSubscriptionNotificationConfigurationCommandInput, DeleteSubscriptionNotificationConfigurationCommandOutput, SecurityLakeClientResolvedConfig> {
82
- readonly input: DeleteSubscriptionNotificationConfigurationCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteSubscriptionNotificationConfigurationCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionNotificationConfigurationCommandInput, DeleteSubscriptionNotificationConfigurationCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
100
- }
@@ -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 { GetDatalakeAutoEnableRequest, GetDatalakeAutoEnableResponse } 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 GetDatalakeAutoEnableCommand}.
14
- */
15
- export interface GetDatalakeAutoEnableCommandInput extends GetDatalakeAutoEnableRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link GetDatalakeAutoEnableCommand}.
21
- */
22
- export interface GetDatalakeAutoEnableCommandOutput extends GetDatalakeAutoEnableResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Retrieves the configuration that will be automatically set up for accounts added to the
27
- * organization after the organization has onboarded to Amazon Security Lake. This API does not take
28
- * input parameters.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { SecurityLakeClient, GetDatalakeAutoEnableCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, GetDatalakeAutoEnableCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = {};
36
- * const command = new GetDatalakeAutoEnableCommand(input);
37
- * const response = await client.send(command);
38
- * // { // GetDatalakeAutoEnableResponse
39
- * // autoEnableNewAccounts: [ // AutoEnableNewRegionConfigurationList // required
40
- * // { // AutoEnableNewRegionConfiguration
41
- * // region: "STRING_VALUE", // required
42
- * // sources: [ // AwsSourceTypeList // required
43
- * // "STRING_VALUE",
44
- * // ],
45
- * // },
46
- * // ],
47
- * // };
48
- *
49
- * ```
50
- *
51
- * @param GetDatalakeAutoEnableCommandInput - {@link GetDatalakeAutoEnableCommandInput}
52
- * @returns {@link GetDatalakeAutoEnableCommandOutput}
53
- * @see {@link GetDatalakeAutoEnableCommandInput} for command's `input` shape.
54
- * @see {@link GetDatalakeAutoEnableCommandOutput} 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 GetDatalakeAutoEnableCommand extends $Command<GetDatalakeAutoEnableCommandInput, GetDatalakeAutoEnableCommandOutput, SecurityLakeClientResolvedConfig> {
80
- readonly input: GetDatalakeAutoEnableCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetDatalakeAutoEnableCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatalakeAutoEnableCommandInput, GetDatalakeAutoEnableCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
98
- }
@@ -1,120 +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 { GetDatalakeRequest, GetDatalakeResponse } 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 GetDatalakeCommand}.
14
- */
15
- export interface GetDatalakeCommandInput extends GetDatalakeRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link GetDatalakeCommand}.
21
- */
22
- export interface GetDatalakeCommandOutput extends GetDatalakeResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the <code>GetDatalake</code> API to know whether
27
- * Security Lake is enabled for the current Region. This API does not take input parameters. </p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { SecurityLakeClient, GetDatalakeCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
32
- * // const { SecurityLakeClient, GetDatalakeCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
33
- * const client = new SecurityLakeClient(config);
34
- * const input = {};
35
- * const command = new GetDatalakeCommand(input);
36
- * const response = await client.send(command);
37
- * // { // GetDatalakeResponse
38
- * // configurations: { // LakeConfigurationResponseMap // required
39
- * // "<keys>": { // LakeConfigurationResponse
40
- * // encryptionKey: "STRING_VALUE",
41
- * // retentionSettings: [ // RetentionSettingList
42
- * // { // RetentionSetting
43
- * // storageClass: "STRING_VALUE",
44
- * // retentionPeriod: Number("int"),
45
- * // },
46
- * // ],
47
- * // tagsMap: { // TagsMap
48
- * // "<keys>": "STRING_VALUE",
49
- * // },
50
- * // replicationDestinationRegions: [ // RegionSet
51
- * // "STRING_VALUE",
52
- * // ],
53
- * // replicationRoleArn: "STRING_VALUE",
54
- * // s3BucketArn: "STRING_VALUE",
55
- * // status: "STRING_VALUE",
56
- * // updateStatus: { // UpdateStatus
57
- * // lastUpdateRequestId: "STRING_VALUE",
58
- * // lastUpdateStatus: "STRING_VALUE",
59
- * // lastUpdateFailure: { // LastUpdateFailure
60
- * // reason: "STRING_VALUE",
61
- * // code: "STRING_VALUE",
62
- * // },
63
- * // },
64
- * // },
65
- * // },
66
- * // };
67
- *
68
- * ```
69
- *
70
- * @param GetDatalakeCommandInput - {@link GetDatalakeCommandInput}
71
- * @returns {@link GetDatalakeCommandOutput}
72
- * @see {@link GetDatalakeCommandInput} for command's `input` shape.
73
- * @see {@link GetDatalakeCommandOutput} for command's `response` shape.
74
- * @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
75
- *
76
- * @throws {@link AccessDeniedException} (client fault)
77
- * <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
78
- * request. An explicit denial occurs when a policy contains a Deny statement for the specific
79
- * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
80
- * no applicable Allow statement.</p>
81
- *
82
- * @throws {@link AccountNotFoundException} (client fault)
83
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
84
- * specified, or the account whose credentials you used to make this request isn't a member of
85
- * an organization.</p>
86
- *
87
- * @throws {@link InternalServerException} (server fault)
88
- * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
89
- * troubleshooting, perform the operation again. </p>
90
- *
91
- * @throws {@link ResourceNotFoundException} (client fault)
92
- * <p>The resource could not be found.</p>
93
- *
94
- * @throws {@link ValidationException} (client fault)
95
- * <p>Your signing certificate could not be validated. </p>
96
- *
97
- * @throws {@link SecurityLakeServiceException}
98
- * <p>Base exception class for all service exceptions from SecurityLake service.</p>
99
- *
100
- */
101
- export declare class GetDatalakeCommand extends $Command<GetDatalakeCommandInput, GetDatalakeCommandOutput, SecurityLakeClientResolvedConfig> {
102
- readonly input: GetDatalakeCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetDatalakeCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatalakeCommandInput, GetDatalakeCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
120
- }
@@ -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 { GetDatalakeExceptionsExpiryRequest, GetDatalakeExceptionsExpiryResponse } 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 GetDatalakeExceptionsExpiryCommand}.
14
- */
15
- export interface GetDatalakeExceptionsExpiryCommandInput extends GetDatalakeExceptionsExpiryRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link GetDatalakeExceptionsExpiryCommand}.
21
- */
22
- export interface GetDatalakeExceptionsExpiryCommandOutput extends GetDatalakeExceptionsExpiryResponse, __MetadataBearer {
23
- }
24
- /**
25
- * @public
26
- * <p>Retrieves the expiration period and time-to-live (TTL) for which the exception message
27
- * will remain. Exceptions are stored by default, for 2 weeks from when a record was created
28
- * in Amazon Security Lake. This API does not take input parameters.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { SecurityLakeClient, GetDatalakeExceptionsExpiryCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
33
- * // const { SecurityLakeClient, GetDatalakeExceptionsExpiryCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
34
- * const client = new SecurityLakeClient(config);
35
- * const input = {};
36
- * const command = new GetDatalakeExceptionsExpiryCommand(input);
37
- * const response = await client.send(command);
38
- * // { // GetDatalakeExceptionsExpiryResponse
39
- * // exceptionMessageExpiry: Number("long"), // required
40
- * // };
41
- *
42
- * ```
43
- *
44
- * @param GetDatalakeExceptionsExpiryCommandInput - {@link GetDatalakeExceptionsExpiryCommandInput}
45
- * @returns {@link GetDatalakeExceptionsExpiryCommandOutput}
46
- * @see {@link GetDatalakeExceptionsExpiryCommandInput} for command's `input` shape.
47
- * @see {@link GetDatalakeExceptionsExpiryCommandOutput} 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 GetDatalakeExceptionsExpiryCommand extends $Command<GetDatalakeExceptionsExpiryCommandInput, GetDatalakeExceptionsExpiryCommandOutput, SecurityLakeClientResolvedConfig> {
73
- readonly input: GetDatalakeExceptionsExpiryCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetDatalakeExceptionsExpiryCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatalakeExceptionsExpiryCommandInput, GetDatalakeExceptionsExpiryCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
91
- }