Skip to content

Commit 49d99d5

Browse files
AWS Budgets: AWS Budget Name Validation Documentation Updates.
1 parent 5b3db1e commit 49d99d5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Budgets",
4+
"contributor": "",
5+
"description": "AWS Budget Name Validation Documentation Updates."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
"members":{
724724
"BudgetName":{
725725
"shape":"BudgetName",
726-
"documentation":"<p>The name of a budget. The name must be unique within an account. The <code>:</code> and <code>\\</code> characters, and the \"/action/\" substring, aren't allowed in <code>BudgetName</code>.</p>"
726+
"documentation":"<p>The name of a budget. The name must be unique within an account. The <code>:</code> and <code>\\</code> characters, and the \"/action/\" substring, aren't allowed in <code>BudgetName</code>.</p> <p>Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.</p>"
727727
},
728728
"BudgetLimit":{
729729
"shape":"Spend",
@@ -792,7 +792,7 @@
792792
},
793793
"BudgetName":{
794794
"type":"string",
795-
"documentation":"<p> A string that represents the budget name. The \":\" and \"\\\" characters, and the \"/action/\" substring, aren't allowed.</p>",
795+
"documentation":"<p> A string that represents the budget name. The \":\" and \"\\\" characters, and the \"/action/\" substring, aren't allowed.</p> <p>Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.</p>",
796796
"max":100,
797797
"min":1,
798798
"pattern":"^(?![^:\\\\]*/action/|(?i).*<script>.*</script>.*)[^:\\\\]+$"

0 commit comments

Comments
 (0)