From 3561328323eb617db10215482f7dcb03a89fd5de Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 9 Dec 2024 19:38:05 +0000 Subject: [PATCH] docs(client-appsync): Provides description of new Amazon Bedrock runtime datasource. --- clients/client-appsync/src/models/models_0.ts | 4 ++++ codegen/sdk-codegen/aws-models/appsync.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/client-appsync/src/models/models_0.ts b/clients/client-appsync/src/models/models_0.ts index 16d1bd97cac1..d1ba827584db 100644 --- a/clients/client-appsync/src/models/models_0.ts +++ b/clients/client-appsync/src/models/models_0.ts @@ -2226,6 +2226,10 @@ export interface DataSource { * *
  • *

    + * AMAZON_BEDROCK_RUNTIME: The data source is the Amazon Bedrock runtime.

    + *
  • + *
  • + *

    * NONE: There is no data source. Use this type * when you want to invoke a GraphQL operation without connecting to a data source, such * as when you're performing data transformation with resolvers or invoking a diff --git a/codegen/sdk-codegen/aws-models/appsync.json b/codegen/sdk-codegen/aws-models/appsync.json index 13548b001bcd..91b768d29bc6 100644 --- a/codegen/sdk-codegen/aws-models/appsync.json +++ b/codegen/sdk-codegen/aws-models/appsync.json @@ -3545,7 +3545,7 @@ "type": { "target": "com.amazonaws.appsync#DataSourceType", "traits": { - "smithy.api#documentation": "

    The type of the data source.

    \n " + "smithy.api#documentation": "

    The type of the data source.

    \n " } }, "serviceRoleArn": {