@aws-sdk/client-securitylake 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/SecurityLake.d.ts +12 -1
  2. package/dist-types/SecurityLakeClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDataLakeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDataLakeCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSubscriberCommand.d.ts +2 -1
  22. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDataLakesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListLogSourcesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSubscribersCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDataLakeCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +213 -213
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/SecurityLake.d.ts +11 -0
  40. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface RegisterDataLakeDelegatedAdministratorCommandOutput extends Reg
22
22
  }
23
23
  declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
24
24
  new (input: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Designates the Amazon Security Lake delegated administrator account for the organization. This
30
30
  * API can only be called by the organization management account. The organization management
31
31
  * account cannot be the delegated administrator account.</p>
@@ -78,6 +78,7 @@ declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
78
78
  * @throws {@link SecurityLakeServiceException}
79
79
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class RegisterDataLakeDelegatedAdministratorCommand extends RegisterDataLakeDelegatedAdministratorCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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
30
30
  * Amazon Web Services account in a particular Amazon Web Services Region. A <i>tag</i> is a label that you can define and associate with
31
31
  * Amazon Web Services resources. Each tag consists of a required <i>tag key</i> and an associated <i>tag value</i>. A
@@ -89,6 +89,7 @@ declare const TagResourceCommand_base: {
89
89
  * @throws {@link SecurityLakeServiceException}
90
90
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class TagResourceCommand extends TagResourceCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your
30
30
  * Amazon Web Services account in a particular Amazon Web Services Region.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const UntagResourceCommand_base: {
80
80
  * @throws {@link SecurityLakeServiceException}
81
81
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateDataLakeCommandOutput extends UpdateDataLakeResponse, __M
22
22
  }
23
23
  declare const UpdateDataLakeCommand_base: {
24
24
  new (input: UpdateDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies where to store your security data and for how long. You can add a rollup
30
30
  * Region to consolidate data from multiple Amazon Web Services Regions.</p>
31
31
  * @example
@@ -139,6 +139,7 @@ declare const UpdateDataLakeCommand_base: {
139
139
  * @throws {@link SecurityLakeServiceException}
140
140
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class UpdateDataLakeCommand extends UpdateDataLakeCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface UpdateDataLakeExceptionSubscriptionCommandOutput extends Update
22
22
  }
23
23
  declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
24
24
  new (input: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified notification subscription in Amazon Security Lake for the organization
30
30
  * you specify.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
79
79
  * @throws {@link SecurityLakeServiceException}
80
80
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateDataLakeExceptionSubscriptionCommand extends UpdateDataLakeExceptionSubscriptionCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse,
22
22
  }
23
23
  declare const UpdateSubscriberCommand_base: {
24
24
  new (input: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing subscription for the given Amazon Security Lake account ID. You can update
30
30
  * a subscriber by changing the sources that the subscriber consumes data from.</p>
31
31
  * @example
@@ -147,6 +147,7 @@ declare const UpdateSubscriberCommand_base: {
147
147
  * @throws {@link SecurityLakeServiceException}
148
148
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface UpdateSubscriberNotificationCommandOutput extends UpdateSubscri
22
22
  }
23
23
  declare const UpdateSubscriberNotificationCommand_base: {
24
24
  new (input: UpdateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or
30
30
  * switches the notification subscription endpoint for a subscriber.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const UpdateSubscriberNotificationCommand_base: {
89
89
  * @throws {@link SecurityLakeServiceException}
90
90
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateSubscriberNotificationCommand extends UpdateSubscriberNotificationCommand_base {
94
95
  }