Skip to content

Commit 11d60ef

Browse files
author
awstools
committed
feat(client-securitylake): This release updates request validation regex for resource ARNs.
1 parent 4d99777 commit 11d60ef

16 files changed

+126
-110
lines changed

clients/client-securitylake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ information collected by CloudTrail you can determine the request that was made
2626
Security Lake, the IP address from which the request was made, who made the request, when it
2727
was made, and additional details. To learn more about Security Lake information in CloudTrail, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html">Amazon Security Lake User Guide</a>.</p>
2828
<p>Security Lake automates the collection of security-related log and event data from
29-
integrated Amazon Web Services and third-party services. It also helps you manage
29+
integrated Amazon Web Services services and third-party services. It also helps you manage
3030
the lifecycle of data with customizable retention and replication settings. Security Lake
3131
converts ingested data into Apache Parquet format and a standard open-source schema called
3232
the Open Cybersecurity Schema Framework (OCSF).</p>
33-
<p>Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for
33+
<p>Other Amazon Web Services services and third-party services can subscribe to the data that's stored in Security Lake for
3434
incident response and security data analytics.</p>
3535

3636
## Installing

clients/client-securitylake/src/SecurityLake.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,11 +711,11 @@ export interface SecurityLake {
711711
* Security Lake, the IP address from which the request was made, who made the request, when it
712712
* was made, and additional details. To learn more about Security Lake information in CloudTrail, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html">Amazon Security Lake User Guide</a>.</p>
713713
* <p>Security Lake automates the collection of security-related log and event data from
714-
* integrated Amazon Web Services and third-party services. It also helps you manage
714+
* integrated Amazon Web Services services and third-party services. It also helps you manage
715715
* the lifecycle of data with customizable retention and replication settings. Security Lake
716716
* converts ingested data into Apache Parquet format and a standard open-source schema called
717717
* the Open Cybersecurity Schema Framework (OCSF).</p>
718-
* <p>Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for
718+
* <p>Other Amazon Web Services services and third-party services can subscribe to the data that's stored in Security Lake for
719719
* incident response and security data analytics.</p>
720720
* @public
721721
*/

clients/client-securitylake/src/SecurityLakeClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientReso
407407
* Security Lake, the IP address from which the request was made, who made the request, when it
408408
* was made, and additional details. To learn more about Security Lake information in CloudTrail, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html">Amazon Security Lake User Guide</a>.</p>
409409
* <p>Security Lake automates the collection of security-related log and event data from
410-
* integrated Amazon Web Services and third-party services. It also helps you manage
410+
* integrated Amazon Web Services services and third-party services. It also helps you manage
411411
* the lifecycle of data with customizable retention and replication settings. Security Lake
412412
* converts ingested data into Apache Parquet format and a standard open-source schema called
413413
* the Open Cybersecurity Schema Framework (OCSF).</p>
414-
* <p>Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for
414+
* <p>Other Amazon Web Services services and third-party services can subscribe to the data that's stored in Security Lake for
415415
* incident response and security data analytics.</p>
416416
* @public
417417
*/

clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ export interface CreateAwsLogSourceCommandInput extends CreateAwsLogSourceReques
2828
export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
31+
* <p>Adds a natively supported Amazon Web Services service as an Amazon Security Lake source. Enables
3232
* source types for member accounts in required Amazon Web Services Regions, based on the
3333
* parameters you specify. You can choose any source type in any Region for either accounts
34-
* 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>
35-
* <p>You can use this API only to enable natively supported Amazon Web Services as a
34+
* that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Services service as a source, Security Lake starts collecting logs and events from it.</p>
35+
* <p>You can use this API only to enable natively supported Amazon Web Services services as a
3636
* source. Use <code>CreateCustomLogSource</code> to enable data collection from a custom
3737
* source.</p>
3838
* @example

clients/client-securitylake/src/commands/CreateDataLakeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface CreateDataLakeCommandOutput extends CreateDataLakeResponse, __M
3737
* call this API, it will set up the data lake in the Region with the specified
3838
* configurations.</p>
3939
* <p>When you enable Security Lake, it starts ingesting security data after the
40-
* <code>CreateAwsLogSource</code> call. This includes ingesting security data from
40+
* <code>CreateAwsLogSource</code> call and after you create subscribers using the <code>CreateSubscriber</code> API. This includes ingesting security data from
4141
* sources, storing data, and making data accessible to subscribers. Security Lake also enables
4242
* 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
4343
* more information, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/what-is-security-lake.html">Amazon Security Lake User

clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface CreateDataLakeExceptionSubscriptionCommandOutput
3737

3838
/**
3939
* <p>Creates the specified notification subscription in Amazon Security Lake for the organization
40-
* you specify.</p>
40+
* you specify. The notification subscription is created for exceptions that cannot be resolved by Security Lake automatically.</p>
4141
* @example
4242
* Use a bare-bones client and the command you need to make an API call.
4343
* ```javascript

clients/client-securitylake/src/commands/CreateSubscriberCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
2828
export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a subscription permission for accounts that are already enabled in
32-
* Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.</p>
31+
* <p>Creates a subscriber for accounts that are already enabled in Amazon Security Lake. You can
32+
* create a subscriber with access to data in the current Amazon Web Services Region.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.
3535
* ```javascript

clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DeleteAwsLogSourceCommandInput extends DeleteAwsLogSourceReques
2828
export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You
31+
* <p>Removes a natively supported Amazon Web Services service as an Amazon Security Lake source. You
3232
* can remove a source for one or more Regions. When you remove the source, Security Lake stops
3333
* collecting data from that source in the specified Regions and accounts, and subscribers can
3434
* no longer consume new data from the source. However, subscribers can still consume data

clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface DeleteSubscriberNotificationCommandOutput
3333
__MetadataBearer {}
3434

3535
/**
36-
* <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
36+
* <p>Deletes the specified subscription notification in Amazon Security Lake for the organization
3737
* you specify.</p>
3838
* @example
3939
* Use a bare-bones client and the command you need to make an API call.

clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface GetDataLakeExceptionSubscriptionCommandOutput
3333
__MetadataBearer {}
3434

3535
/**
36-
* <p>Retrieves the details of exception notifications for the account in Amazon Security Lake.</p>
36+
* <p>Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.
3939
* ```javascript

0 commit comments

Comments
 (0)