Skip to content

Commit 1d689d7

Browse files
author
awstools
committed
feat(client-guardduty): Remove Pattern trait from email field
1 parent 2ccda78 commit 1d689d7

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3535,8 +3535,7 @@ export interface CreateThreatEntitySetRequest {
35353535

35363536
/**
35373537
* <p>A user-friendly name to identify the threat entity set.</p>
3538-
* <p>
3539-
* <b>List naming constraints</b> - The name of your list can include
3538+
* <p>The name of your list can include
35403539
* lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
35413540
* @public
35423541
*/
@@ -3711,8 +3710,7 @@ export interface CreateTrustedEntitySetRequest {
37113710

37123711
/**
37133712
* <p>A user-friendly name to identify the trusted entity set.</p>
3714-
* <p>
3715-
* <b>List naming constraints</b> - The name of your list can include
3713+
* <p>The name of your list can include
37163714
* lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
37173715
* @public
37183716
*/

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,8 +3423,7 @@ export interface UpdateThreatEntitySetRequest {
34233423

34243424
/**
34253425
* <p>A user-friendly name to identify the trusted entity set.</p>
3426-
* <p>
3427-
* <b>List naming constraints</b> - The name of your list can include
3426+
* <p>The name of your list can include
34283427
* lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
34293428
* @public
34303429
*/
@@ -3528,8 +3527,7 @@ export interface UpdateTrustedEntitySetRequest {
35283527

35293528
/**
35303529
* <p>A user-friendly name to identify the trusted entity set.</p>
3531-
* <p>
3532-
* <b>List naming constraints</b> - The name of your list can include
3530+
* <p>The name of your list can include
35333531
* lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>
35343532
* @public
35353533
*/

0 commit comments

Comments
 (0)