From 0dcb79a98660881a549499e81c339a9074b19c10 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 16 Oct 2023 13:23:02 -0700 Subject: [PATCH] [OAS] Rename bedrock connector --- x-pack/plugins/actions/docs/openapi/bundled.json | 12 ++++++------ x-pack/plugins/actions/docs/openapi/bundled.yaml | 12 ++++++------ .../schemas/config_properties_bedrock.yaml | 6 +++--- .../connector_response_properties_bedrock.yaml | 2 +- .../schemas/create_connector_request_bedrock.yaml | 4 ++-- .../schemas/secrets_properties_bedrock.yaml | 2 +- .../schemas/update_connector_request_bedrock.yaml | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/x-pack/plugins/actions/docs/openapi/bundled.json b/x-pack/plugins/actions/docs/openapi/bundled.json index c88db1930cf18..1db5f55b1c744 100644 --- a/x-pack/plugins/actions/docs/openapi/bundled.json +++ b/x-pack/plugins/actions/docs/openapi/bundled.json @@ -1433,7 +1433,7 @@ }, "schemas": { "config_properties_bedrock": { - "title": "Connector request properties for an AWS Bedrock connector", + "title": "Connector request properties for an Amazon Bedrock connector", "description": "Defines properties for connectors when type is `.bedrock`.", "type": "object", "required": [ @@ -1442,17 +1442,17 @@ "properties": { "apiUrl": { "type": "string", - "description": "The AWS Bedrock request URL." + "description": "The Amazon Bedrock request URL." }, "defaultModel": { "type": "string", - "description": "The generative artificial intelligence model for AWS Bedrock to use. Current support is for the Anthropic Claude models.\n", + "description": "The generative artificial intelligence model for Amazon Bedrock to use. Current support is for the Anthropic Claude models.\n", "default": "anthropic.claude-v2" } } }, "secrets_properties_bedrock": { - "title": "Connector secrets properties for an AWS Bedrock connector", + "title": "Connector secrets properties for an Amazon Bedrock connector", "description": "Defines secrets for connectors when type is `.bedrock`.", "type": "object", "required": [ @@ -1471,8 +1471,8 @@ } }, "create_connector_request_bedrock": { - "title": "Create AWS Bedrock connector request", - "description": "The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock.", + "title": "Create Amazon Bedrock connector request", + "description": "The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock.", "type": "object", "required": [ "config", diff --git a/x-pack/plugins/actions/docs/openapi/bundled.yaml b/x-pack/plugins/actions/docs/openapi/bundled.yaml index 0580c65872e01..9fb7caccd1f17 100644 --- a/x-pack/plugins/actions/docs/openapi/bundled.yaml +++ b/x-pack/plugins/actions/docs/openapi/bundled.yaml @@ -822,7 +822,7 @@ components: example: c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad schemas: config_properties_bedrock: - title: Connector request properties for an AWS Bedrock connector + title: Connector request properties for an Amazon Bedrock connector description: Defines properties for connectors when type is `.bedrock`. type: object required: @@ -830,14 +830,14 @@ components: properties: apiUrl: type: string - description: The AWS Bedrock request URL. + description: The Amazon Bedrock request URL. defaultModel: type: string description: | - The generative artificial intelligence model for AWS Bedrock to use. Current support is for the Anthropic Claude models. + The generative artificial intelligence model for Amazon Bedrock to use. Current support is for the Anthropic Claude models. default: anthropic.claude-v2 secrets_properties_bedrock: - title: Connector secrets properties for an AWS Bedrock connector + title: Connector secrets properties for an Amazon Bedrock connector description: Defines secrets for connectors when type is `.bedrock`. type: object required: @@ -851,8 +851,8 @@ components: type: string description: The AWS secret for authentication. create_connector_request_bedrock: - title: Create AWS Bedrock connector request - description: The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock. + title: Create Amazon Bedrock connector request + description: The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock. type: object required: - config diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/config_properties_bedrock.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/config_properties_bedrock.yaml index b83cf3728f615..25b279c423739 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/config_properties_bedrock.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/config_properties_bedrock.yaml @@ -1,4 +1,4 @@ -title: Connector request properties for an AWS Bedrock connector +title: Connector request properties for an Amazon Bedrock connector description: Defines properties for connectors when type is `.bedrock`. type: object required: @@ -6,10 +6,10 @@ required: properties: apiUrl: type: string - description: The AWS Bedrock request URL. + description: The Amazon Bedrock request URL. defaultModel: type: string description: > - The generative artificial intelligence model for AWS Bedrock to use. + The generative artificial intelligence model for Amazon Bedrock to use. Current support is for the Anthropic Claude models. default: anthropic.claude-v2 \ No newline at end of file diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/connector_response_properties_bedrock.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/connector_response_properties_bedrock.yaml index 7cb176b49c40d..0d3f308744aa3 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/connector_response_properties_bedrock.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/connector_response_properties_bedrock.yaml @@ -1,4 +1,4 @@ -title: Connector response properties for an AWS Bedrock connector +title: Connector response properties for an Amazon Bedrock connector type: object required: - config diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/create_connector_request_bedrock.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/create_connector_request_bedrock.yaml index df04da3d24094..2acc21bfbfac7 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/create_connector_request_bedrock.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/create_connector_request_bedrock.yaml @@ -1,5 +1,5 @@ -title: Create AWS Bedrock connector request -description: The AWS Bedrock connector uses axios to send a POST request to AWS Bedrock. +title: Create Amazon Bedrock connector request +description: The Amazon Bedrock connector uses axios to send a POST request to Amazon Bedrock. type: object required: - config diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/secrets_properties_bedrock.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/secrets_properties_bedrock.yaml index 2890e43aa50a3..5f31baade28df 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/secrets_properties_bedrock.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/secrets_properties_bedrock.yaml @@ -1,4 +1,4 @@ -title: Connector secrets properties for an AWS Bedrock connector +title: Connector secrets properties for an Amazon Bedrock connector description: Defines secrets for connectors when type is `.bedrock`. type: object required: diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/update_connector_request_bedrock.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/update_connector_request_bedrock.yaml index eb34eb5c963f9..dfa479870aab5 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/update_connector_request_bedrock.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/update_connector_request_bedrock.yaml @@ -1,4 +1,4 @@ -title: Update AWS Bedrock connector request +title: Update Amazon Bedrock connector request type: object required: - config