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 #681

Merged
merged 1 commit into from
Nov 8, 2023

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

------

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

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

github-actions bot commented Nov 8, 2023

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

Copy link

github-actions bot commented Nov 8, 2023

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

├[~] service aws-appsync
│ └ resources
│    └[~] resource AWS::AppSync::Resolver
├[~] service aws-autoscaling
│ └ resources
│    └[~] resource AWS::AutoScaling::AutoScalingGroup
│      └ attributes
│         └[-] Id: string
├[~] service aws-cognito
│ └ resources
│    └[~] resource AWS::Cognito::UserPoolUserToGroupAttachment
│      └ attributes
│         └[-] Id: string
├[~] service aws-mediapackagev2
│ └ resources
│    └[~] resource AWS::MediaPackageV2::OriginEndpoint
│      └ types
│         ├[+] type FilterConfiguration
│         │ ├  documentation: <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
│         │ │  name: FilterConfiguration
│         │ └ properties
│         │    ├ManifestFilter: string
│         │    ├Start: string
│         │    ├End: string
│         │    └TimeDelaySeconds: integer
│         ├[~] type HlsManifestConfiguration
│         │ └ properties
│         │    └[+] FilterConfiguration: FilterConfiguration
│         └[~] type LowLatencyHlsManifestConfiguration
│           └ properties
│              └[+] FilterConfiguration: FilterConfiguration
├[~] service aws-quicksight
│ └ resources
│    ├[~] resource AWS::QuickSight::Analysis
│    │ └ types
│    │    ├[~] type AnalysisDefinition
│    │    │ └ properties
│    │    │    └[+] Options: AssetOptions
│    │    └[+] type AssetOptions
│    │      ├  name: AssetOptions
│    │      └ properties
│    │         ├Timezone: string
│    │         └WeekStart: string
│    ├[~] resource AWS::QuickSight::Dashboard
│    │ └ types
│    │    ├[+] type AssetOptions
│    │    │ ├  name: AssetOptions
│    │    │ └ properties
│    │    │    ├Timezone: string
│    │    │    └WeekStart: string
│    │    ├[~] type DashboardVersion
│    │    │ └ properties
│    │    │    └[+] Options: AssetOptions
│    │    └[~] type DashboardVersionDefinition
│    │      └ properties
│    │         └[+] Options: AssetOptions
│    ├[~] resource AWS::QuickSight::DataSource
│    │ └ types
│    │    ├[~] type DataSourceParameters
│    │    │ └ properties
│    │    │    ├[+] StarburstParameters: StarburstParameters
│    │    │    └[+] TrinoParameters: TrinoParameters
│    │    ├[+] type StarburstParameters
│    │    │ ├  documentation: <p>Starburst parameters.</p>
│    │    │ │  name: StarburstParameters
│    │    │ └ properties
│    │    │    ├Host: string (required)
│    │    │    ├Port: number (required)
│    │    │    ├Catalog: string (required)
│    │    │    └ProductType: string
│    │    └[+] type TrinoParameters
│    │      ├  documentation: <p>Trino parameters.</p>
│    │      │  name: TrinoParameters
│    │      └ properties
│    │         ├Host: string (required)
│    │         ├Port: number (required)
│    │         └Catalog: string (required)
│    └[~] resource AWS::QuickSight::Template
│      └ types
│         ├[+] type AssetOptions
│         │ ├  name: AssetOptions
│         │ └ properties
│         │    ├Timezone: string
│         │    └WeekStart: string
│         ├[~] type TemplateVersion
│         │ └ properties
│         │    └[+] Options: AssetOptions
│         └[~] type TemplateVersionDefinition
│           └ properties
│              └[+] Options: AssetOptions
└[~] service aws-redshift
  └ resources
     └[~] resource AWS::Redshift::Cluster
       └ properties
          └[+] MultiAZ: boolean

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 8, 2023
Merged via the queue into main with commit 1a1b7d6 Nov 8, 2023
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch November 8, 2023 03:37
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