Skip to content

Commit

Permalink
docs(client-securitylake): Documentation updates for Security Lake
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 13, 2024
1 parent a1c879d commit d32c678
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
29 changes: 17 additions & 12 deletions clients/client-securitylake/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,19 +684,24 @@ export interface DataLakeLifecycleConfiguration {

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

Expand Down Expand Up @@ -1738,7 +1743,7 @@ export interface GetDataLakeSourcesResponse {
export interface ListDataLakesRequest {
/**
* @public
* <p>The list of regions where Security Lake is enabled.</p>
* <p>The list of Regions where Security Lake is enabled.</p>
*/
regions?: string[];
}
Expand Down Expand Up @@ -1766,7 +1771,7 @@ export interface ListLogSourcesRequest {

/**
* @public
* <p>The list of regions for which log sources are displayed.</p>
* <p>The list of Regions for which log sources are displayed.</p>
*/
regions?: string[];

Expand Down Expand Up @@ -1993,7 +1998,7 @@ export interface GetSubscriberResponse {
export interface ListDataLakeExceptionsRequest {
/**
* @public
* <p>List the Amazon Web Services Regions from which exceptions are retrieved.</p>
* <p>The Amazon Web Services Regions from which exceptions are retrieved.</p>
*/
regions?: string[];

Expand Down
10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/securitylake.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@
"regions": {
"target": "com.amazonaws.securitylake#RegionList",
"traits": {
"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>"
"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>"
}
},
"roleArn": {
Expand All @@ -1284,7 +1284,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Provides replication details of Amazon Security Lake object.</p>"
"smithy.api#documentation": "<p>Provides replication details for objects stored in the Amazon Security Lake data lake.</p>"
}
},
"com.amazonaws.securitylake#DataLakeResource": {
Expand Down Expand Up @@ -2462,7 +2462,7 @@
"regions": {
"target": "com.amazonaws.securitylake#RegionList",
"traits": {
"smithy.api#documentation": "<p>List the Amazon Web Services Regions from which exceptions are retrieved.</p>"
"smithy.api#documentation": "<p>The Amazon Web Services Regions from which exceptions are retrieved.</p>"
}
},
"maxResults": {
Expand Down Expand Up @@ -2548,7 +2548,7 @@
"regions": {
"target": "com.amazonaws.securitylake#RegionList",
"traits": {
"smithy.api#documentation": "<p>The list of regions where Security Lake is enabled.</p>",
"smithy.api#documentation": "<p>The list of Regions where Security Lake is enabled.</p>",
"smithy.api#httpQuery": "regions"
}
}
Expand Down Expand Up @@ -2628,7 +2628,7 @@
"regions": {
"target": "com.amazonaws.securitylake#RegionList",
"traits": {
"smithy.api#documentation": "<p>The list of regions for which log sources are displayed.</p>"
"smithy.api#documentation": "<p>The list of Regions for which log sources are displayed.</p>"
}
},
"sources": {
Expand Down

0 comments on commit d32c678

Please sign in to comment.