Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-cfn-schema" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/12405606846

------

*Automatically created by projen via the "update-source-cfn-schema" workflow*

Signed-off-by: github-actions <[email protected]>
@github-actions
Copy link
Contributor

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 1510
git switch -c fix-pr-1510 && git push -u origin HEAD
gh pr create -t "fix: PR #1510" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1510"

@github-actions
Copy link
Contributor

@aws-cdk/aws-service-spec: Model database diff detected

├[~] service aws-bedrock
│ └ resources
│    ├[~] resource AWS::Bedrock::Agent
│    │ └ types
│    │    └[~] type Function
│    │      └ properties
│    │         └[+] RequireConfirmation: string
│    └[~] resource AWS::Bedrock::Prompt
│      └ types
│         ├[+] type ChatPromptTemplateConfiguration
│         │ ├  documentation: Configuration for chat prompt template
│         │ │  name: ChatPromptTemplateConfiguration
│         │ └ properties
│         │    ├Messages: Array<Message> (required)
│         │    ├System: Array<SystemContentBlock>
│         │    ├ToolConfiguration: ToolConfiguration
│         │    └InputVariables: Array<PromptInputVariable>
│         ├[+] type ContentBlock
│         │ ├  documentation: Configuration for chat prompt template
│         │ │  name: ContentBlock
│         │ └ properties
│         │    └Text: string (required)
│         ├[+] type Message
│         │ ├  documentation: Chat prompt Message
│         │ │  name: Message
│         │ └ properties
│         │    ├Role: string (required)
│         │    └Content: Array<ContentBlock> (required)
│         ├[+] type PromptAgentResource
│         │ ├  documentation: Target Agent to invoke with Prompt
│         │ │  name: PromptAgentResource
│         │ └ properties
│         │    └AgentIdentifier: string (required)
│         ├[+] type PromptGenAiResource
│         │ ├  documentation: Target resource to invoke with Prompt
│         │ │  name: PromptGenAiResource
│         │ └ properties
│         │    └Agent: PromptAgentResource (required)
│         ├[~] type PromptTemplateConfiguration
│         │ └ properties
│         │    ├[+] Chat: ChatPromptTemplateConfiguration
│         │    └ Text: - TextPromptTemplateConfiguration (required)
│         │            + TextPromptTemplateConfiguration
│         ├[~] type PromptVariant
│         │ └ properties
│         │    └[+] GenAiResource: PromptGenAiResource
│         ├[+] type SpecificToolChoice
│         │ ├  documentation: Specific Tool choice
│         │ │  name: SpecificToolChoice
│         │ └ properties
│         │    └Name: string (required)
│         ├[+] type SystemContentBlock
│         │ ├  documentation: Configuration for chat prompt template
│         │ │  name: SystemContentBlock
│         │ └ properties
│         │    └Text: string (required)
│         ├[+] type Tool
│         │ ├  documentation: Tool details
│         │ │  name: Tool
│         │ └ properties
│         │    └ToolSpec: ToolSpecification (required)
│         ├[+] type ToolChoice
│         │ ├  name: ToolChoice
│         │ └ properties
│         │    ├Auto: json
│         │    ├Any: json
│         │    └Tool: SpecificToolChoice
│         ├[+] type ToolConfiguration
│         │ ├  documentation: Tool configuration
│         │ │  name: ToolConfiguration
│         │ └ properties
│         │    ├Tools: Array<Tool> (required)
│         │    └ToolChoice: ToolChoice
│         ├[+] type ToolInputSchema
│         │ ├  documentation: Tool input schema
│         │ │  name: ToolInputSchema
│         │ └ properties
│         │    └Json: json (required)
│         └[+] type ToolSpecification
│           ├  documentation: Tool specification
│           │  name: ToolSpecification
│           └ properties
│              ├Name: string (required)
│              ├Description: string
│              └InputSchema: ToolInputSchema (required)
├[~] service aws-datazone
│ └ resources
│    └[~] resource AWS::DataZone::DataSource
│      └ types
│         ├[~] type DataSourceConfigurationInput
│         │ └ properties
│         │    └[+] SageMakerRunConfiguration: SageMakerRunConfigurationInput
│         └[+] type SageMakerRunConfigurationInput
│           ├  documentation: The configuration details of the Amazon SageMaker data source.
│           │  name: SageMakerRunConfigurationInput
│           └ properties
│              └TrackingAssets: Map<string, Array<string>> (required)
├[~] service aws-emr
│ └ resources
│    └[~] resource AWS::EMR::Studio
│      └  - tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│         + tagInformation: undefined
└[~] service aws-opensearchservice
  └ resources
     └[~] resource AWS::OpenSearchService::Domain
       └ types
          ├[~] type ClusterConfig
          │ └ properties
          │    └[+] NodeOptions: Array<NodeOption>
          ├[+] type NodeConfig
          │ ├  name: NodeConfig
          │ └ properties
          │    ├Enabled: boolean
          │    ├Type: string
          │    └Count: integer
          └[+] type NodeOption
            ├  name: NodeOption
            └ properties
               ├NodeType: string
               └NodeConfig: NodeConfig

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 66b7511 Dec 19, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 19, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant