You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-securitylake): Log sources are now versioned. AWS log sources and custom sources will now come with a version identifier that enables producers to vend multiple schema versions to subscribers. Security Lake API have been refactored to more closely align with AWS API conventions.
* <p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
381
-
* Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
382
-
* Terms</a>("Betas and Previews").</p>
383
-
* </note>
384
-
* <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
367
+
* <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
385
368
* automatically centralize security data from cloud, on-premises, and custom sources into a
386
-
* data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations
369
+
* data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
387
370
* is an account management service that lets you consolidate multiple Amazon Web Services
388
371
* accounts into an organization that you create and centrally manage. With Organizations, you
389
372
* can create member accounts and invite existing accounts to join your organization.
390
373
* Security Lake helps you analyze security data for a more complete understanding of your
391
374
* security posture across the entire organization. It can also help you improve the
392
375
* protection of your workloads, applications, and data.</p>
393
376
* <p>The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you
394
-
* retain ownership over your data.</p>
377
+
* retain ownership over your data.</p>
395
378
* <p>Amazon Security Lake integrates with CloudTrail, a service that provides a record of
396
-
* actions taken by a user, role, or an Amazon Web Services service in Security Lake CloudTrail captures API calls for Security Lake as events. The calls captured include calls
379
+
* actions taken by a user, role, or an Amazon Web Services service. In Security Lake, CloudTrail captures API calls for Security Lake as events. The calls captured include calls
397
380
* from the Security Lake console and code calls to the Security Lake API operations. If you create a
398
381
* trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still
399
382
* view the most recent events in the CloudTrail console in Event history. Using the
* <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
40
40
* source types for member accounts in required Amazon Web Services Regions, based on the
41
41
* parameters you specify. You can choose any source type in any Region for either accounts
42
-
* that are part of a trusted organization or standalone accounts. At least one of the three
43
-
* dimensions is a mandatory input to this API. However, you can supply any combination of the
44
-
* three dimensions to this API. </p>
45
-
* <p>By default, a dimension refers to the entire set. When you don't provide a dimension,
46
-
* Security Lake assumes that the missing dimension refers to the entire set. This is overridden
47
-
* when you supply any one of the inputs. For instance, when you do not specify members, the
48
-
* API enables all Security Lake member accounts for all sources. Similarly, when you do not
49
-
* specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a
50
-
* service.</p>
42
+
* that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it, </p>
51
43
* <p>You can use this API only to enable natively supported Amazon Web Services as a
52
44
* source. Use <code>CreateCustomLogSource</code> to enable data collection from a custom
53
-
* source.</p>
45
+
* source.</p>
54
46
* @example
55
47
* Use a bare-bones client and the command you need to make an API call.
56
48
* ```javascript
57
49
* import { SecurityLakeClient, CreateAwsLogSourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
* <p>Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to the
119
-
* Amazon S3 extended request ID. If Amazon S3 is incorrectly handling a
120
-
* request and you need to contact Amazon, this extended request ID may provide useful
0 commit comments