Skip to content

Commit 7151ff1

Browse files
author
awstools
committed
docs(client-securityhub): Documentation updates for Security Hub
1 parent ef24039 commit 7151ff1

File tree

4 files changed

+861
-709
lines changed

4 files changed

+861
-709
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ export interface AwsBackupBackupPlanLifecycleDetails {
16741674
}
16751675

16761676
/**
1677-
* <p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.
1677+
* <p>An array of <code>CopyAction</code> objects, each of which contains details of the copy operation.
16781678
* </p>
16791679
*/
16801680
export interface AwsBackupBackupPlanRuleCopyActionsDetails {
@@ -1685,7 +1685,10 @@ export interface AwsBackupBackupPlanRuleCopyActionsDetails {
16851685
DestinationBackupVaultArn?: string;
16861686

16871687
/**
1688-
* <p>Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.</p>
1688+
* <p>Defines when a protected resource is transitioned to cold storage and when it expires.
1689+
* Backup transitions and expires backups automatically according to the
1690+
* lifecycle that you define. If you do not specify a lifecycle, Backup applies
1691+
* the lifecycle policy of the source backup to the destination backup.</p>
16891692
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.</p>
16901693
*/
16911694
Lifecycle?: AwsBackupBackupPlanLifecycleDetails;
@@ -1697,7 +1700,7 @@ export interface AwsBackupBackupPlanRuleCopyActionsDetails {
16971700
*/
16981701
export interface AwsBackupBackupPlanRuleDetails {
16991702
/**
1700-
* <p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
1703+
* <p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
17011704
* </p>
17021705
*/
17031706
TargetBackupVault?: string;
@@ -1715,8 +1718,7 @@ export interface AwsBackupBackupPlanRuleDetails {
17151718
ScheduleExpression?: string;
17161719

17171720
/**
1718-
* <p>A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.' characters.
1719-
* </p>
1721+
* <p>A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.' characters. </p>
17201722
*/
17211723
RuleName?: string;
17221724

@@ -1739,8 +1741,8 @@ export interface AwsBackupBackupPlanRuleDetails {
17391741
CompletionWindowMinutes?: number;
17401742

17411743
/**
1742-
* <p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.
1743-
* </p>
1744+
* <p>An array of <code>CopyAction</code> objects, each of which contains details of the
1745+
* copy operation. </p>
17441746
*/
17451747
CopyActions?: AwsBackupBackupPlanRuleCopyActionsDetails[];
17461748

clients/client-securityhub/src/models/models_1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8124,8 +8124,8 @@ export interface CreateFindingAggregatorRequest {
81248124
RegionLinkingMode: string | undefined;
81258125

81268126
/**
8127-
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a comma-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
8128-
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a comma-separated list of Regions that do aggregate findings to the aggregation Region.
8127+
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
8128+
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
81298129
* </p>
81308130
*/
81318131
Regions?: string[];

clients/client-securityhub/src/models/models_2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ export interface UpdateFindingAggregatorRequest {
258258
RegionLinkingMode: string | undefined;
259259

260260
/**
261-
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a comma-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
262-
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a comma-separated list of Regions that do aggregate findings to the aggregation Region.</p>
261+
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
262+
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.</p>
263263
*/
264264
Regions?: string[];
265265
}

0 commit comments

Comments
 (0)