Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update models for release 0.27.0 #1162

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
810 changes: 786 additions & 24 deletions codegen/sdk-codegen/aws-models/appintegrations.2020-07-29.json

Large diffs are not rendered by default.

34 changes: 25 additions & 9 deletions codegen/sdk-codegen/aws-models/apprunner.2020-05-15.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Invokes the specified Bedrock model to run inference using the input provided in the request body. \n You use InvokeModel to run inference for text models, image models, and embedding models.</p>\n <p>For more information about invoking models, see Using the API in the <a href=\"https://d2eo22ngex1n9g.cloudfront.net/Documentation/BedrockUserGuide.pdf\">Bedrock User Guide</a>.</p>\n <p>For example requests, see Examples (after the Errors section).</p>",
"smithy.api#documentation": "<p>Invokes the specified Bedrock model to run inference using the input provided in the request body. \n You use InvokeModel to run inference for text models, image models, and embedding models.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/api-methods-run.html\">Run inference</a> in the Bedrock User Guide.</p>\n <p>For example requests, see Examples (after the Errors section).</p>",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand All @@ -786,7 +786,7 @@
"min": 1,
"max": 2048
},
"smithy.api#pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$"
"smithy.api#pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
}
},
"com.amazonaws.bedrockruntime#InvokeModelRequest": {
Expand Down Expand Up @@ -892,7 +892,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Invoke the specified Bedrock model to run inference using the input provided.\n Return the response in a stream.</p>\n <p>For more information about invoking models, see Using the API in the <a href=\"https://d2eo22ngex1n9g.cloudfront.net/Documentation/BedrockUserGuide.pdf\">Bedrock User Guide</a>.</p>\n <p>For an example request and response, see Examples (after the Errors section).</p>",
"smithy.api#documentation": "<p>Invoke the specified Bedrock model to run inference using the input provided.\n Return the response in a stream.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/api-methods-run.html\">Run inference</a> in the Bedrock User Guide.</p>\n <p>For an example request and response, see Examples (after the Errors section).</p>",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -1104,6 +1104,9 @@
},
"throttlingException": {
"target": "com.amazonaws.bedrockruntime#ThrottlingException"
},
"modelTimeoutException": {
"target": "com.amazonaws.bedrockruntime#ModelTimeoutException"
}
},
"traits": {
Expand Down
733 changes: 722 additions & 11 deletions codegen/sdk-codegen/aws-models/bedrock.2023-04-20.json

Large diffs are not rendered by default.

31 changes: 20 additions & 11 deletions codegen/sdk-codegen/aws-models/budgets.2016-10-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 50
"max": 1000
}
}
},
Expand Down Expand Up @@ -2756,7 +2756,7 @@
"MaxResults": {
"target": "com.amazonaws.budgets#MaxResultsBudgetNotifications",
"traits": {
"smithy.api#documentation": "<p>\n\t\t\tAn integer that shows how many budget name entries a paginated response contains.\n\t\t</p>"
"smithy.api#documentation": "<p> An integer that represents how many budgets a paginated response contains. The default is\n\t\t\t50. </p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -2958,14 +2958,14 @@
"AccountId": {
"target": "com.amazonaws.budgets#AccountId",
"traits": {
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budgets that you want descriptions of.</p>",
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budgets that you want to\n describe.</p>",
"smithy.api#required": {}
}
},
"MaxResults": {
"target": "com.amazonaws.budgets#MaxResults",
"target": "com.amazonaws.budgets#MaxResultsDescribeBudgets",
"traits": {
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
"smithy.api#documentation": "<p>An integer that represents how many budgets a paginated response contains. The default is\n 100.</p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -3048,7 +3048,7 @@
"AccountId": {
"target": "com.amazonaws.budgets#AccountId",
"traits": {
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budget whose notifications you want descriptions of.</p>",
"smithy.api#documentation": "<p>The <code>accountId</code> that is associated with the budget whose notifications you want\n descriptions of.</p>",
"smithy.api#required": {}
}
},
Expand All @@ -3062,7 +3062,7 @@
"MaxResults": {
"target": "com.amazonaws.budgets#MaxResults",
"traits": {
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains.</p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -3166,7 +3166,7 @@
"MaxResults": {
"target": "com.amazonaws.budgets#MaxResults",
"traits": {
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>"
"smithy.api#documentation": "<p>An optional integer that represents how many entries a paginated response contains.</p>"
}
},
"NextToken": {
Expand Down Expand Up @@ -3577,7 +3577,16 @@
"traits": {
"smithy.api#range": {
"min": 1,
"max": 50
"max": 1000
}
}
},
"com.amazonaws.budgets#MaxResultsDescribeBudgets": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 1000
}
}
},
Expand Down Expand Up @@ -3861,13 +3870,13 @@
"Unit": {
"target": "com.amazonaws.budgets#UnitValue",
"traits": {
"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>",
"smithy.api#documentation": "<p>The unit of measurement that's used for the budget forecast, actual spend, or budget\n\t\t\tthreshold.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.budgets#SsmActionDefinition": {
Expand Down
Loading
Loading