Skip to content

Commit d32c678

Browse files
author
awstools
committed
docs(client-securitylake): Documentation updates for Security Lake
1 parent a1c879d commit d32c678

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

clients/client-securitylake/src/models/models_0.ts

+17-12
Original file line numberDiff line numberDiff line change
@@ -684,19 +684,24 @@ export interface DataLakeLifecycleConfiguration {
684684

685685
/**
686686
* @public
687-
* <p>Provides replication details of Amazon Security Lake object.</p>
687+
* <p>Provides replication details for objects stored in the Amazon Security Lake data lake.</p>
688688
*/
689689
export interface DataLakeReplicationConfiguration {
690690
/**
691691
* @public
692-
* <p>Replication enables automatic, asynchronous copying of objects across Amazon S3
693-
* buckets. Amazon S3 buckets that are configured for object replication can be owned
694-
* by the same Amazon Web Services account or by different accounts. You can replicate objects
695-
* to a single destination bucket or to multiple destination buckets. The destination buckets
696-
* can be in different Amazon Web Services Regions or within the same Region as the source
697-
* bucket.</p>
698-
* <p>Set up one or more rollup Regions by providing the Region or Regions that should
699-
* contribute to the central rollup Region.</p>
692+
* <p>Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in the <code>region</code>
693+
* parameter of the <a href="https://docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html">
694+
* <code>CreateDataLake</code>
695+
* </a>
696+
* or <a href="https://docs.aws.amazon.com/security-lake/latest/APIReference/API_UpdateDataLake.html">
697+
* <code>UpdateDataLake</code>
698+
* </a> operations contributes data to the rollup Region or
699+
* Regions specified in this parameter.</p>
700+
* <p>Replication enables automatic, asynchronous copying of objects across Amazon S3
701+
* buckets. S3 buckets that are configured for object replication can be owned
702+
* by the same Amazon Web Services account or by different accounts. You can replicate objects
703+
* to a single destination bucket or to multiple destination buckets. The destination buckets
704+
* can be in different Regions or within the same Region as the source bucket.</p>
700705
*/
701706
regions?: string[];
702707

@@ -1738,7 +1743,7 @@ export interface GetDataLakeSourcesResponse {
17381743
export interface ListDataLakesRequest {
17391744
/**
17401745
* @public
1741-
* <p>The list of regions where Security Lake is enabled.</p>
1746+
* <p>The list of Regions where Security Lake is enabled.</p>
17421747
*/
17431748
regions?: string[];
17441749
}
@@ -1766,7 +1771,7 @@ export interface ListLogSourcesRequest {
17661771

17671772
/**
17681773
* @public
1769-
* <p>The list of regions for which log sources are displayed.</p>
1774+
* <p>The list of Regions for which log sources are displayed.</p>
17701775
*/
17711776
regions?: string[];
17721777

@@ -1993,7 +1998,7 @@ export interface GetSubscriberResponse {
19931998
export interface ListDataLakeExceptionsRequest {
19941999
/**
19952000
* @public
1996-
* <p>List the Amazon Web Services Regions from which exceptions are retrieved.</p>
2001+
* <p>The Amazon Web Services Regions from which exceptions are retrieved.</p>
19972002
*/
19982003
regions?: string[];
19992004

codegen/sdk-codegen/aws-models/securitylake.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
"regions": {
12741274
"target": "com.amazonaws.securitylake#RegionList",
12751275
"traits": {
1276-
"smithy.api#documentation": "<p>Replication enables automatic, asynchronous copying of objects across Amazon S3\n buckets. Amazon S3 buckets that are configured for object replication can be owned\n by the same Amazon Web Services account or by different accounts. You can replicate objects\n to a single destination bucket or to multiple destination buckets. The destination buckets\n can be in different Amazon Web Services Regions or within the same Region as the source\n bucket.</p>\n <p>Set up one or more rollup Regions by providing the Region or Regions that should\n contribute to the central rollup Region.</p>"
1276+
"smithy.api#documentation": "<p>Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in the <code>region</code> \n parameter of the <a href=\"https://docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html\">\n <code>CreateDataLake</code>\n </a> \n or <a href=\"https://docs.aws.amazon.com/security-lake/latest/APIReference/API_UpdateDataLake.html\">\n <code>UpdateDataLake</code>\n </a> operations contributes data to the rollup Region or \n Regions specified in this parameter.</p>\n <p>Replication enables automatic, asynchronous copying of objects across Amazon S3\n buckets. S3 buckets that are configured for object replication can be owned\n by the same Amazon Web Services account or by different accounts. You can replicate objects\n to a single destination bucket or to multiple destination buckets. The destination buckets\n can be in different Regions or within the same Region as the source bucket.</p>"
12771277
}
12781278
},
12791279
"roleArn": {
@@ -1284,7 +1284,7 @@
12841284
}
12851285
},
12861286
"traits": {
1287-
"smithy.api#documentation": "<p>Provides replication details of Amazon Security Lake object.</p>"
1287+
"smithy.api#documentation": "<p>Provides replication details for objects stored in the Amazon Security Lake data lake.</p>"
12881288
}
12891289
},
12901290
"com.amazonaws.securitylake#DataLakeResource": {
@@ -2462,7 +2462,7 @@
24622462
"regions": {
24632463
"target": "com.amazonaws.securitylake#RegionList",
24642464
"traits": {
2465-
"smithy.api#documentation": "<p>List the Amazon Web Services Regions from which exceptions are retrieved.</p>"
2465+
"smithy.api#documentation": "<p>The Amazon Web Services Regions from which exceptions are retrieved.</p>"
24662466
}
24672467
},
24682468
"maxResults": {
@@ -2548,7 +2548,7 @@
25482548
"regions": {
25492549
"target": "com.amazonaws.securitylake#RegionList",
25502550
"traits": {
2551-
"smithy.api#documentation": "<p>The list of regions where Security Lake is enabled.</p>",
2551+
"smithy.api#documentation": "<p>The list of Regions where Security Lake is enabled.</p>",
25522552
"smithy.api#httpQuery": "regions"
25532553
}
25542554
}
@@ -2628,7 +2628,7 @@
26282628
"regions": {
26292629
"target": "com.amazonaws.securitylake#RegionList",
26302630
"traits": {
2631-
"smithy.api#documentation": "<p>The list of regions for which log sources are displayed.</p>"
2631+
"smithy.api#documentation": "<p>The list of Regions for which log sources are displayed.</p>"
26322632
}
26332633
},
26342634
"sources": {

0 commit comments

Comments
 (0)