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

Closed
wants to merge 1 commit into from

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

------

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

Signed-off-by: github-actions <[email protected]>
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 704
git switch -c fix-pr-704 && git push -u origin HEAD
gh pr create -t "fix: PR #704" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/704"

@kaizencc kaizencc closed this Nov 16, 2023
auto-merge was automatically disabled November 16, 2023 15:25

Pull request was closed

Copy link

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

├[~] service aws-imagebuilder
│ └ resources
│    └[-] resource AWS::ImageBuilder::LifecyclePolicy
│      ├  name: LifecyclePolicy
│      │  cloudFormationType: AWS::ImageBuilder::LifecyclePolicy
│      │  documentation: Resource schema for AWS::ImageBuilder::LifecyclePolicy
│      ├ properties
│      │  ├Name: string (required, immutable)
│      │  ├Description: string
│      │  ├Status: string
│      │  ├ExecutionRole: string (required)
│      │  ├ResourceType: string (required)
│      │  ├PolicyDetails: Array<PolicyDetail> (required)
│      │  ├ResourceSelection: ResourceSelection (required)
│      │  └Tags: Map<string, string>
│      ├ attributes
│      │  └Arn: string
│      └ types
│         ├type PolicyDetail
│         │├  documentation: The policy detail of the lifecycle policy.
│         ││  name: PolicyDetail
│         │└ properties
│         │   ├Action: Action (required)
│         │   ├Filter: Filter (required)
│         │   └ExclusionRules: ExclusionRules
│         ├type Action
│         │├  documentation: The action of the policy detail.
│         ││  name: Action
│         │└ properties
│         │   ├Type: string (required)
│         │   └IncludeResources: IncludeResources
│         ├type IncludeResources
│         │├  documentation: The included resources of the policy detail.
│         ││  name: IncludeResources
│         │└ properties
│         │   ├Amis: boolean
│         │   ├Containers: boolean
│         │   └Snapshots: boolean
│         ├type Filter
│         │├  documentation: The filters to apply of the policy detail.
│         ││  name: Filter
│         │└ properties
│         │   ├Type: string (required)
│         │   ├Value: integer (required)
│         │   ├Unit: string
│         │   └RetainAtLeast: integer
│         ├type ExclusionRules
│         │├  documentation: The exclusion rules to apply of the policy detail.
│         ││  name: ExclusionRules
│         │└ properties
│         │   ├TagMap: Map<string, string>
│         │   └Amis: AmiExclusionRules
│         ├type AmiExclusionRules
│         │├  documentation: The AMI exclusion rules for the policy detail.
│         ││  name: AmiExclusionRules
│         │└ properties
│         │   ├IsPublic: boolean
│         │   ├Regions: Array<string>
│         │   ├SharedAccounts: Array<string>
│         │   ├LastLaunched: LastLaunched
│         │   └TagMap: Map<string, string>
│         ├type LastLaunched
│         │├  documentation: The last launched time of a resource.
│         ││  name: LastLaunched
│         │└ properties
│         │   ├Value: integer (required)
│         │   └Unit: string (required)
│         ├type ResourceSelection
│         │├  documentation: The resource selection for the lifecycle policy.
│         ││  name: ResourceSelection
│         │└ properties
│         │   ├Recipes: Array<RecipeSelection>
│         │   └TagMap: Map<string, string>
│         └type RecipeSelection
│          ├  documentation: The recipe to apply the lifecycle policy for.
│          │  name: RecipeSelection
│          └ properties
│             ├Name: string (required)
│             └SemanticVersion: string
└[~] service aws-managedblockchain
  └ resources
     └[~] resource AWS::ManagedBlockchain::Node
       └ properties
          └ MemberId: - string
                      + string (required)

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.

2 participants