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/12460611188

------

*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 1517
git switch -c fix-pr-1517 && git push -u origin HEAD
gh pr create -t "fix: PR #1517" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1517"

@github-actions
Copy link
Contributor

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

├[~] service aws-bedrock
│ └ resources
│    ├[~]  resource AWS::Bedrock::DataSource
│    │  └ types
│    │     ├[+]  type BedrockDataAutomationConfiguration
│    │     │  ├      documentation: Settings for a Bedrock Data Automation used to parse documents for a data source.
│    │     │  │      name: BedrockDataAutomationConfiguration
│    │     │  └ properties
│    │     │     └ ParsingModality: string
│    │     ├[~] type BedrockFoundationModelConfiguration
│    │     │ └ properties
│    │     │    └[+] ParsingModality: string
│    │     └[~] type ParsingConfiguration
│    │       └ properties
│    │          └[+] BedrockDataAutomationConfiguration: BedrockDataAutomationConfiguration
│    └[~]  resource AWS::Bedrock::KnowledgeBase
│       ├ properties
│       │  └ StorageConfiguration: - StorageConfiguration (required, immutable)
│       │                          + StorageConfiguration (immutable)
│       └ types
│          ├[+]  type KendraKnowledgeBaseConfiguration
│          │  ├      documentation: Configurations for a Kendra knowledge base
│          │  │      name: KendraKnowledgeBaseConfiguration
│          │  └ properties
│          │     └ KendraIndexArn: string (required)
│          ├[~] type KnowledgeBaseConfiguration
│          │ └ properties
│          │    ├[+] KendraKnowledgeBaseConfiguration: KendraKnowledgeBaseConfiguration
│          │    └ VectorKnowledgeBaseConfiguration: - VectorKnowledgeBaseConfiguration (required)
│          │                                        + VectorKnowledgeBaseConfiguration
│          ├[+]  type S3Location
│          │  ├      documentation: An Amazon S3 location.
│          │  │      name: S3Location
│          │  └ properties
│          │     └ URI: string (required)
│          ├[+]  type SupplementalDataStorageConfiguration
│          │  ├      documentation: Configurations for supplemental data storage.
│          │  │      name: SupplementalDataStorageConfiguration
│          │  └ properties
│          │     └ SupplementalDataStorageLocations: Array<SupplementalDataStorageLocation> (required)
│          ├[+]  type SupplementalDataStorageLocation
│          │  ├      documentation: Supplemental data storage location.
│          │  │      name: SupplementalDataStorageLocation
│          │  └ properties
│          │     ├ SupplementalDataStorageLocationType: string (required)
│          │     └ S3Location: S3Location
│          └[~] type VectorKnowledgeBaseConfiguration
│            └ properties
│               └[+] SupplementalDataStorageConfiguration: SupplementalDataStorageConfiguration
├[~] service aws-cloudfront
│ └ resources
│    ├[+]  resource AWS::CloudFront::AnycastIpList
│    │  ├      name: AnycastIpList
│    │  │      cloudFormationType: AWS::CloudFront::AnycastIpList
│    │  │      documentation: Definition of AWS::CloudFront::AnycastIpList Resource Type
│    │  │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │  ├ properties
│    │  │  ├ IpCount: integer (required, immutable)
│    │  │  ├ Name: string (required, immutable)
│    │  │  └ Tags: Tags (immutable)
│    │  ├ attributes
│    │  │  ├ AnycastIpList: AnycastIpList
│    │  │  ├ ETag: string
│    │  │  └ Id: string
│    │  └ types
│    │     ├ type AnycastIpList
│    │     │ ├      name: AnycastIpList
│    │     │ └ properties
│    │     │    ├ AnycastIps: Array<string> (required)
│    │     │    ├ Arn: string (required)
│    │     │    ├ Id: string (required)
│    │     │    ├ IpCount: integer (required)
│    │     │    ├ LastModifiedTime: string (required)
│    │     │    ├ Name: string (required)
│    │     │    └ Status: string (required)
│    │     └ type Tags
│    │       ├      name: Tags
│    │       └ properties
│    │          └ Items: Array<tag>
│    └[~]  resource AWS::CloudFront::Distribution
│       └ types
│          └[~] type DistributionConfig
│            └ properties
│               └[+] AnycastIpListId: string
└[~] 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: - json ⇐ VisualMenuOption
     │     │                        + VisualMenuOption
     │     ├[~] type GeospatialLayerMapConfiguration
     │     │ └ properties
     │     │    └[-] Interactions: json
     │     └[~] type GeospatialMapConfiguration
     │       └ properties
     │          └[-] Interactions: json
     ├[~]  resource AWS::QuickSight::DataSet
     │  └ types
     │     └[~] type S3Source
     │       └ properties
     │          └ UploadSettings: - json ⇐ UploadSettings
     │                            + UploadSettings
     └[~]  resource AWS::QuickSight::Template
        └ types
           ├[~] type AxisDisplayOptions
           │ └ properties
           │    ├ AxisLineVisibility: - json ⇐ string
           │    │                     + string
           │    └ GridLineVisibility: - json ⇐ string
           │                          + string
           ├[~] type BoxPlotOptions
           │ └ properties
           │    ├ AllDataPointsVisibility: - json ⇐ string
           │    │                          + string
           │    └ OutlierVisibility: - json ⇐ string
           │                         + string
           ├[~] type ChartAxisLabelOptions
           │ └ properties
           │    ├ SortIconVisibility: - json ⇐ string
           │    │                     + string
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type ColumnTooltipItem
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type DataLabelOptions
           │ └ properties
           │    ├ CategoryLabelVisibility: - json ⇐ string
           │    │                          + string
           │    ├ MeasureLabelVisibility: - json ⇐ string
           │    │                         + string
           │    ├ TotalsVisibility: - json ⇐ string
           │    │                   + string
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type DataPathLabelType
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type DateAxisOptions
           │ └ properties
           │    └ MissingDateVisibility: - json ⇐ string
           │                             + string
           ├[~] type DonutCenterOptions
           │ └ properties
           │    └ LabelVisibility: - json ⇐ string
           │                       + string
           ├[~] type FieldBasedTooltip
           │ └ properties
           │    └ AggregationVisibility: - json ⇐ string
           │                             + string
           ├[~] type FieldLabelType
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type FieldTooltipItem
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type FreeFormLayoutElement
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type FreeFormLayoutElementBackgroundStyle
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type FreeFormLayoutElementBorderStyle
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type FunnelChartDataLabelOptions
           │ └ properties
           │    ├ CategoryLabelVisibility: - json ⇐ string
           │    │                          + string
           │    ├ MeasureLabelVisibility: - json ⇐ string
           │    │                         + string
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type ImageMenuOption
           │ └ properties
           │    └[-] AvailabilityStatus: json
           ├[~] type KPISparklineOptions
           │ └ properties
           │    ├ TooltipVisibility: - json ⇐ string
           │    │                    + string
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type LabelOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type LegendOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type LineChartLineStyleSettings
           │ └ properties
           │    └ LineVisibility: - json ⇐ string
           │                      + string
           ├[~] type LineChartMarkerStyleSettings
           │ └ properties
           │    └ MarkerVisibility: - json ⇐ string
           │                        + string
           ├[~] type ListControlSearchOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type ListControlSelectAllOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type LoadingAnimation
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type MaximumLabelType
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type MinimumLabelType
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type PanelConfiguration
           │ └ properties
           │    ├ BackgroundVisibility: - json ⇐ string
           │    │                       + string
           │    ├ BorderVisibility: - json ⇐ string
           │    │                   + string
           │    └ GutterVisibility: - json ⇐ string
           │                        + string
           ├[~] type PanelTitleOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type PivotTableFieldOption
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type PivotTableOptions
           │ └ properties
           │    ├ CollapsedRowDimensionsVisibility: - json ⇐ string
           │    │                                   + string
           │    ├ ColumnNamesVisibility: - json ⇐ string
           │    │                        + string
           │    ├ SingleMetricVisibility: - json ⇐ string
           │    │                         + string
           │    └ ToggleButtonsVisibility: - json ⇐ string
           │                               + string
           ├[~] type PivotTablePaginatedReportOptions
           │ └ properties
           │    ├ OverflowColumnHeaderVisibility: - json ⇐ string
           │    │                                 + string
           │    └ VerticalOverflowVisibility: - json ⇐ string
           │                                  + string
           ├[~] type PivotTableRowsLabelOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type PivotTotalOptions
           │ └ properties
           │    └ TotalsVisibility: - json ⇐ string
           │                        + string
           ├[~] type ProgressBarOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type RadarChartAreaStyleSettings
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type RadarChartConfiguration
           │ └ properties
           │    └ AlternateBandColorsVisibility: - json ⇐ string
           │                                     + string
           ├[~] type RangeEndsLabelType
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type ScrollBarOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type SecondaryValueOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type SheetControlInfoIconLabelOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type SheetElementConfigurationOverrides
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type SheetImageTooltipConfiguration
           │ └ properties
           │    └ Visibility: - string ⇐ json
           │                  + string
           ├[~] type SubtotalOptions
           │ └ properties
           │    └ TotalsVisibility: - json ⇐ string
           │                        + string
           ├[~] type TableCellStyle
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type TableFieldOption
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type TablePaginatedReportOptions
           │ └ properties
           │    ├ OverflowColumnHeaderVisibility: - json ⇐ string
           │    │                                 + string
           │    └ VerticalOverflowVisibility: - json ⇐ string
           │                                  + string
           ├[~] type TextControlPlaceholderOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type ThousandSeparatorOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type TooltipOptions
           │ └ properties
           │    └ TooltipVisibility: - json ⇐ string
           │                         + string
           ├[~] type TotalOptions
           │ └ properties
           │    └ TotalsVisibility: - json ⇐ string
           │                        + string
           ├[~] type TrendArrowOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           ├[~] type VisualSubtitleLabelOptions
           │ └ properties
           │    └ Visibility: - json ⇐ string
           │                  + string
           └[~] type VisualTitleLabelOptions
             └ properties
                └ Visibility: - json ⇐ string
                              + string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 81591a8 Dec 23, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 23, 2024 03:38
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