Skip to content

Commit dacaeff

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent fe49726 commit dacaeff

File tree

8 files changed

+5029
-111
lines changed

8 files changed

+5029
-111
lines changed

codegen/sdk-codegen/aws-models/bedrock-runtime.json

+1,163
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/bedrock.json

+3,294
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/budgets.json

+20-11
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
"traits": {
14071407
"smithy.api#length": {
14081408
"min": 0,
1409-
"max": 50
1409+
"max": 1000
14101410
}
14111411
}
14121412
},
@@ -2756,7 +2756,7 @@
27562756
"MaxResults": {
27572757
"target": "com.amazonaws.budgets#MaxResultsBudgetNotifications",
27582758
"traits": {
2759-
"smithy.api#documentation": "<p>\n\t\t\tAn integer that shows how many budget name entries a paginated response contains.\n\t\t</p>"
2759+
"smithy.api#documentation": "<p> An integer that represents how many budgets a paginated response contains. The default is\n\t\t\t50. </p>"
27602760
}
27612761
},
27622762
"NextToken": {
@@ -2958,14 +2958,14 @@
29582958
"AccountId": {
29592959
"target": "com.amazonaws.budgets#AccountId",
29602960
"traits": {
2961-
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budgets that you want descriptions of.</p>",
2961+
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budgets that you want to\n describe.</p>",
29622962
"smithy.api#required": {}
29632963
}
29642964
},
29652965
"MaxResults": {
2966-
"target": "com.amazonaws.budgets#MaxResults",
2966+
"target": "com.amazonaws.budgets#MaxResultsDescribeBudgets",
29672967
"traits": {
2968-
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
2968+
"smithy.api#documentation": "<p>An integer that represents how many budgets a paginated response contains. The default is\n 100.</p>"
29692969
}
29702970
},
29712971
"NextToken": {
@@ -3048,7 +3048,7 @@
30483048
"AccountId": {
30493049
"target": "com.amazonaws.budgets#AccountId",
30503050
"traits": {
3051-
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budget whose notifications you want descriptions of.</p>",
3051+
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budget whose notifications you want\n descriptions of.</p>",
30523052
"smithy.api#required": {}
30533053
}
30543054
},
@@ -3062,7 +3062,7 @@
30623062
"MaxResults": {
30633063
"target": "com.amazonaws.budgets#MaxResults",
30643064
"traits": {
3065-
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
3065+
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains.</p>"
30663066
}
30673067
},
30683068
"NextToken": {
@@ -3166,7 +3166,7 @@
31663166
"MaxResults": {
31673167
"target": "com.amazonaws.budgets#MaxResults",
31683168
"traits": {
3169-
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
3169+
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains.</p>"
31703170
}
31713171
},
31723172
"NextToken": {
@@ -3577,7 +3577,16 @@
35773577
"traits": {
35783578
"smithy.api#range": {
35793579
"min": 1,
3580-
"max": 50
3580+
"max": 1000
3581+
}
3582+
}
3583+
},
3584+
"com.amazonaws.budgets#MaxResultsDescribeBudgets": {
3585+
"type": "integer",
3586+
"traits": {
3587+
"smithy.api#range": {
3588+
"min": 1,
3589+
"max": 1000
35813590
}
35823591
}
35833592
},
@@ -3861,13 +3870,13 @@
38613870
"Unit": {
38623871
"target": "com.amazonaws.budgets#UnitValue",
38633872
"traits": {
3864-
"smithy.api#documentation": "<p>The unit of measurement that's used for the budget forecast, actual spend, or budget\n\t\t\tthreshold, such as USD or GBP.</p>",
3873+
"smithy.api#documentation": "<p>The unit of measurement that's used for the budget forecast, actual spend, or budget\n\t\t\tthreshold.</p>",
38653874
"smithy.api#required": {}
38663875
}
38673876
}
38683877
},
38693878
"traits": {
3870-
"smithy.api#documentation": "<p>The amount of cost or usage that's measured for a budget.</p>\n <p>For example, a <code>Spend</code> for <code>3 GB</code> of S3 usage has the following\n\t\t\tparameters:</p>\n <ul>\n <li>\n <p>An <code>Amount</code> of <code>3</code>\n </p>\n </li>\n <li>\n <p>A <code>unit</code> of <code>GB</code>\n </p>\n </li>\n </ul>"
3879+
"smithy.api#documentation": "<p>The amount of cost or usage that's measured for a budget.</p>\n <p>\n <i>Cost example:</i> A <code>Spend</code> for <code>3 USD</code> of\n\t\t\tcosts has the following parameters:</p>\n <ul>\n <li>\n <p>An <code>Amount</code> of <code>3</code>\n </p>\n </li>\n <li>\n <p>A <code>Unit</code> of <code>USD</code>\n </p>\n </li>\n </ul>\n <p>\n <i>Usage example:</i> A <code>Spend</code> for <code>3 GB</code> of S3\n\t\t\tusage has the following parameters:</p>\n <ul>\n <li>\n <p>An <code>Amount</code> of <code>3</code>\n </p>\n </li>\n <li>\n <p>A <code>Unit</code> of <code>GB</code>\n </p>\n </li>\n </ul>"
38713880
}
38723881
},
38733882
"com.amazonaws.budgets#SsmActionDefinition": {

0 commit comments

Comments
 (0)