Skip to content

Commit 3561328

Browse files
author
awstools
committed
docs(client-appsync): Provides description of new Amazon Bedrock runtime datasource.
1 parent 2f49c14 commit 3561328

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,10 @@ export interface DataSource {
22262226
* </li>
22272227
* <li>
22282228
* <p>
2229+
* <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p>
2230+
* </li>
2231+
* <li>
2232+
* <p>
22292233
* <b>NONE</b>: There is no data source. Use this type
22302234
* when you want to invoke a GraphQL operation without connecting to a data source, such
22312235
* as when you're performing data transformation with resolvers or invoking a

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@
35453545
"type": {
35463546
"target": "com.amazonaws.appsync#DataSourceType",
35473547
"traits": {
3548-
"smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>"
3548+
"smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>"
35493549
}
35503550
},
35513551
"serviceRoleArn": {

0 commit comments

Comments
 (0)