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(sources): update cfn-schema #1294

Merged
merged 1 commit into from
Sep 13, 2024
Merged

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

------

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

Signed-off-by: github-actions <github-actions@github.com>
Copy link

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

Copy link

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

├[~] service aws-datazone
│ └ resources
│    ├[~] resource AWS::DataZone::Environment
│    │ └ properties
│    │    ├[+] EnvironmentAccountIdentifier: string (immutable)
│    │    ├[+] EnvironmentAccountRegion: string (immutable)
│    │    └[+] EnvironmentRoleArn: string
│    └[+] resource AWS::DataZone::EnvironmentActions
│      ├  name: EnvironmentActions
│      │  cloudFormationType: AWS::DataZone::EnvironmentActions
│      │  documentation: Definition of AWS::DataZone::EnvironmentActions Resource Type
│      ├ properties
│      │  ├Description: string
│      │  ├DomainIdentifier: string (immutable)
│      │  ├EnvironmentIdentifier: string (immutable)
│      │  ├Identifier: string
│      │  ├Name: string (required)
│      │  └Parameters: AwsConsoleLinkParameters
│      ├ attributes
│      │  ├DomainId: string
│      │  ├EnvironmentId: string
│      │  └Id: string
│      └ types
│         └type AwsConsoleLinkParameters
│          ├  documentation: The parameters of the console link specified as part of the environment action
│          │  name: AwsConsoleLinkParameters
│          └ properties
│             └Uri: string
├[~] service aws-pipes
│ └ resources
│    └[~] resource AWS::Pipes::Pipe
│      └ properties
│         └[+] KmsKeyIdentifier: string
├[~] service aws-quicksight
│ └ resources
│    ├[~] resource AWS::QuickSight::Analysis
│    │ └ types
│    │    ├[~] type ComboChartConfiguration
│    │    │ └ properties
│    │    │    └[+] SingleAxisOptions: SingleAxisOptions
│    │    ├[~] type SingleAxisOptions
│    │    │ └ properties
│    │    │    └[+] YAxisOptions: YAxisOptions
│    │    └[+] type YAxisOptions
│    │      ├  name: YAxisOptions
│    │      └ properties
│    │         └YAxis: string (required)
│    ├[~] resource AWS::QuickSight::Dashboard
│    │ └ types
│    │    ├[~] type ComboChartConfiguration
│    │    │ └ properties
│    │    │    └[+] SingleAxisOptions: SingleAxisOptions
│    │    ├[~] type SingleAxisOptions
│    │    │ └ properties
│    │    │    └[+] YAxisOptions: YAxisOptions
│    │    └[+] type YAxisOptions
│    │      ├  name: YAxisOptions
│    │      └ properties
│    │         └YAxis: string (required)
│    ├[~] resource AWS::QuickSight::DataSet
│    │ ├ properties
│    │ │  └[+] FolderArns: Array<string>
│    │ └ types
│    │    └[~] type LogicalTable
│    │      └ properties
│    │         └ Source: - LogicalTableSource (required)
│    │                   + LogicalTableSource
│    └[~] resource AWS::QuickSight::Template
│      └ types
│         ├[~] type ComboChartConfiguration
│         │ └ properties
│         │    └[+] SingleAxisOptions: SingleAxisOptions
│         ├[~] type SingleAxisOptions
│         │ └ properties
│         │    └[+] YAxisOptions: YAxisOptions
│         └[+] type YAxisOptions
│           ├  name: YAxisOptions
│           └ properties
│              └YAxis: string (required)
└[~] service aws-sns
  └ resources
     └[~] resource AWS::SNS::Subscription
       ├ properties
       │  └ ReplayPolicy: - json ⇐ json | string
       │                  + json | string
       └ attributes
          └[-] Id: string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit 6ecfcef Sep 13, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch September 13, 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