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

feat: update L1 CloudFormation resource definitions #32645

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

aws-cdk-automation
Copy link
Collaborator

Updates the L1 CloudFormation resource definitions with the latest changes from @aws-cdk/aws-service-spec

L1 CloudFormation resource definition changes:

├[~] 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-ec2
│ └ resources
│    └[~]  resource AWS::EC2::VPCEndpointService
│       ├      - tagInformation: undefined
│       │      + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       └ properties
│          └[+] Tags: Array<tag>
├[~] 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
├[~] service aws-quicksight
│ └ resources
│    ├[~]  resource AWS::QuickSight::Analysis
│    │  └ types
│    │     ├[~] type GeospatialLayerMapConfiguration
│    │     │ └ properties
│    │     │    └[+] Interactions: json
│    │     ├[~] type GeospatialMapConfiguration
│    │     │ └ properties
│    │     │    └[+] Interactions: json
│    │     └[~] type ImageMenuOption
│    │       └ properties
│    │          └[+] AvailabilityStatus: json
│    ├[~]  resource AWS::QuickSight::Dashboard
│    │  └ types
│    │     ├[~] type DashboardPublishOptions
│    │     │ └ properties
│    │     │    └ VisualMenuOption: - VisualMenuOption
│    │     │                        + json ⇐ VisualMenuOption
│    │     ├[~] type GeospatialLayerMapConfiguration
│    │     │ └ properties
│    │     │    └[+] Interactions: json
│    │     └[~] type GeospatialMapConfiguration
│    │       └ properties
│    │          └[+] Interactions: json
│    ├[~]  resource AWS::QuickSight::DataSet
│    │  └ types
│    │     └[~] type S3Source
│    │       └ properties
│    │          └ UploadSettings: - UploadSettings
│    │                            + json ⇐ UploadSettings
│    └[~]  resource AWS::QuickSight::Template
│       └ types
│          ├[~] type AxisDisplayOptions
│          │ └ properties
│          │    ├ AxisLineVisibility: - string
│          │    │                     + json ⇐ string
│          │    └ GridLineVisibility: - string
│          │                          + json ⇐ string
│          ├[~] type BoxPlotOptions
│          │ └ properties
│          │    ├ AllDataPointsVisibility: - string
│          │    │                          + json ⇐ string
│          │    └ OutlierVisibility: - string
│          │                         + json ⇐ string
│          ├[~] type ChartAxisLabelOptions
│          │ └ properties
│          │    ├ SortIconVisibility: - string
│          │    │                     + json ⇐ string
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type ColumnTooltipItem
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type DataLabelOptions
│          │ └ properties
│          │    ├ CategoryLabelVisibility: - string
│          │    │                          + json ⇐ string
│          │    ├ MeasureLabelVisibility: - string
│          │    │                         + json ⇐ string
│          │    ├ TotalsVisibility: - string
│          │    │                   + json ⇐ string
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type DataPathLabelType
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type DateAxisOptions
│          │ └ properties
│          │    └ MissingDateVisibility: - string
│          │                             + json ⇐ string
│          ├[~] type DonutCenterOptions
│          │ └ properties
│          │    └ LabelVisibility: - string
│          │                       + json ⇐ string
│          ├[~] type FieldBasedTooltip
│          │ └ properties
│          │    └ AggregationVisibility: - string
│          │                             + json ⇐ string
│          ├[~] type FieldLabelType
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type FieldTooltipItem
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type FreeFormLayoutElement
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type FreeFormLayoutElementBackgroundStyle
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type FreeFormLayoutElementBorderStyle
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type FunnelChartDataLabelOptions
│          │ └ properties
│          │    ├ CategoryLabelVisibility: - string
│          │    │                          + json ⇐ string
│          │    ├ MeasureLabelVisibility: - string
│          │    │                         + json ⇐ string
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type ImageMenuOption
│          │ └ properties
│          │    └[+] AvailabilityStatus: json
│          ├[~] type KPISparklineOptions
│          │ └ properties
│          │    ├ TooltipVisibility: - string
│          │    │                    + json ⇐ string
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type LabelOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type LegendOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type LineChartLineStyleSettings
│          │ └ properties
│          │    └ LineVisibility: - string
│          │                      + json ⇐ string
│          ├[~] type LineChartMarkerStyleSettings
│          │ └ properties
│          │    └ MarkerVisibility: - string
│          │                        + json ⇐ string
│          ├[~] type ListControlSearchOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type ListControlSelectAllOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type LoadingAnimation
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type MaximumLabelType
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type MinimumLabelType
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type PanelConfiguration
│          │ └ properties
│          │    ├ BackgroundVisibility: - string
│          │    │                       + json ⇐ string
│          │    ├ BorderVisibility: - string
│          │    │                   + json ⇐ string
│          │    └ GutterVisibility: - string
│          │                        + json ⇐ string
│          ├[~] type PanelTitleOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type PivotTableFieldOption
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type PivotTableOptions
│          │ └ properties
│          │    ├ CollapsedRowDimensionsVisibility: - string
│          │    │                                   + json ⇐ string
│          │    ├ ColumnNamesVisibility: - string
│          │    │                        + json ⇐ string
│          │    ├ SingleMetricVisibility: - string
│          │    │                         + json ⇐ string
│          │    └ ToggleButtonsVisibility: - string
│          │                               + json ⇐ string
│          ├[~] type PivotTablePaginatedReportOptions
│          │ └ properties
│          │    ├ OverflowColumnHeaderVisibility: - string
│          │    │                                 + json ⇐ string
│          │    └ VerticalOverflowVisibility: - string
│          │                                  + json ⇐ string
│          ├[~] type PivotTableRowsLabelOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type PivotTotalOptions
│          │ └ properties
│          │    └ TotalsVisibility: - string
│          │                        + json ⇐ string
│          ├[~] type ProgressBarOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type RadarChartAreaStyleSettings
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type RadarChartConfiguration
│          │ └ properties
│          │    └ AlternateBandColorsVisibility: - string
│          │                                     + json ⇐ string
│          ├[~] type RangeEndsLabelType
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type ScrollBarOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type SecondaryValueOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type SheetControlInfoIconLabelOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type SheetElementConfigurationOverrides
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type SheetImageTooltipConfiguration
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + string ⇐ json
│          ├[~] type SubtotalOptions
│          │ └ properties
│          │    └ TotalsVisibility: - string
│          │                        + json ⇐ string
│          ├[~] type TableCellStyle
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type TableFieldOption
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type TablePaginatedReportOptions
│          │ └ properties
│          │    ├ OverflowColumnHeaderVisibility: - string
│          │    │                                 + json ⇐ string
│          │    └ VerticalOverflowVisibility: - string
│          │                                  + json ⇐ string
│          ├[~] type TextControlPlaceholderOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type ThousandSeparatorOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type TooltipOptions
│          │ └ properties
│          │    └ TooltipVisibility: - string
│          │                         + json ⇐ string
│          ├[~] type TotalOptions
│          │ └ properties
│          │    └ TotalsVisibility: - string
│          │                        + json ⇐ string
│          ├[~] type TrendArrowOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          ├[~] type VisualSubtitleLabelOptions
│          │ └ properties
│          │    └ Visibility: - string
│          │                  + json ⇐ string
│          └[~] type VisualTitleLabelOptions
│            └ properties
│               └ Visibility: - string
│                             + json ⇐ string
└[~] service aws-ses
  └ resources
     └[~]  resource AWS::SES::MailManagerRuleSet
        └ types
           ├[+]  type DeliverToQBusinessAction
           │  ├      name: DeliverToQBusinessAction
           │  └ properties
           │     ├ ActionFailurePolicy: string
           │     ├ ApplicationId: string (required)
           │     ├ IndexId: string (required)
           │     └ RoleArn: string (required)
           └[~] type RuleAction
             └ properties
                └[+] DeliverToQBusiness: DeliverToQBusinessAction

Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@aws-cdk-automation aws-cdk-automation added auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Dec 23, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team December 23, 2024 13:45
@github-actions github-actions bot added the p2 label Dec 23, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team December 23, 2024 13:45
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.54%. Comparing base (cf18cf6) to head (37281be).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #32645   +/-   ##
=======================================
  Coverage   80.54%   80.54%           
=======================================
  Files         106      106           
  Lines        6954     6954           
  Branches     1287     1287           
=======================================
  Hits         5601     5601           
  Misses       1175     1175           
  Partials      178      178           
Flag Coverage Δ
suite.unit 80.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk 80.54% <ø> (ø)

@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 37281be
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

mergify bot commented Dec 23, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit a0525f5 into main Dec 23, 2024
43 checks passed
@mergify mergify bot deleted the automation/spec-update branch December 23, 2024 14:16
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant