Skip to content

Commit 586361c

Browse files
author
AWS
committed
Amazon GuardDuty Update: Remove Pattern trait from email field
1 parent df231b1 commit 586361c

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon GuardDuty",
4+
"contributor": "",
5+
"description": "Remove Pattern trait from email field"
6+
}

services/guardduty/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,6 @@
507507
"UseDualStack": true
508508
}
509509
},
510-
{
511-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
512-
"expect": {
513-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
514-
},
515-
"params": {
516-
"Region": "us-iso-east-1",
517-
"UseFIPS": true,
518-
"UseDualStack": true
519-
}
520-
},
521510
{
522511
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
523512
"expect": {
@@ -531,17 +520,6 @@
531520
"UseDualStack": false
532521
}
533522
},
534-
{
535-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
536-
"expect": {
537-
"error": "DualStack is enabled but this partition does not support DualStack"
538-
},
539-
"params": {
540-
"Region": "us-iso-east-1",
541-
"UseFIPS": false,
542-
"UseDualStack": true
543-
}
544-
},
545523
{
546524
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
547525
"expect": {
@@ -555,17 +533,6 @@
555533
"UseDualStack": false
556534
}
557535
},
558-
{
559-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
560-
"expect": {
561-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
562-
},
563-
"params": {
564-
"Region": "us-isob-east-1",
565-
"UseFIPS": true,
566-
"UseDualStack": true
567-
}
568-
},
569536
{
570537
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
571538
"expect": {
@@ -579,17 +546,6 @@
579546
"UseDualStack": false
580547
}
581548
},
582-
{
583-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
584-
"expect": {
585-
"error": "DualStack is enabled but this partition does not support DualStack"
586-
},
587-
"params": {
588-
"Region": "us-isob-east-1",
589-
"UseFIPS": false,
590-
"UseDualStack": true
591-
}
592-
},
593549
{
594550
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
595551
"expect": {

services/guardduty/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,7 +2924,7 @@
29242924
},
29252925
"Name":{
29262926
"shape":"Name",
2927-
"documentation":"<p>A user-friendly name to identify the threat entity set.</p> <p> <b>List naming constraints</b> - The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
2927+
"documentation":"<p>A user-friendly name to identify the threat entity set.</p> <p>The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
29282928
"locationName":"name"
29292929
},
29302930
"Format":{
@@ -3054,7 +3054,7 @@
30543054
},
30553055
"Name":{
30563056
"shape":"Name",
3057-
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p> <b>List naming constraints</b> - The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
3057+
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p>The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
30583058
"locationName":"name"
30593059
},
30603060
"Format":{
@@ -4425,7 +4425,6 @@
44254425
"type":"string",
44264426
"max":64,
44274427
"min":6,
4428-
"pattern":"See rules in parameter description",
44294428
"sensitive":true
44304429
},
44314430
"EnableOrganizationAdminAccountRequest":{
@@ -10814,7 +10813,7 @@
1081410813
},
1081510814
"Name":{
1081610815
"shape":"Name",
10817-
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p> <b>List naming constraints</b> - The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
10816+
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p>The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
1081810817
"locationName":"name"
1081910818
},
1082010819
"Location":{
@@ -10904,7 +10903,7 @@
1090410903
},
1090510904
"Name":{
1090610905
"shape":"Name",
10907-
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p> <b>List naming constraints</b> - The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
10906+
"documentation":"<p>A user-friendly name to identify the trusted entity set.</p> <p>The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).</p>",
1090810907
"locationName":"name"
1090910908
},
1091010909
"Location":{

0 commit comments

Comments
 (0)