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

Merged
merged 1 commit into from
Jan 3, 2025

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-batch
│ └ resources
│    └[~]  resource AWS::Batch::JobDefinition
│       └ types
│          ├[-]  type EksPodProperties
│          │  ├      documentation: The properties for the pod.
│          │  │      name: EksPodProperties
│          │  └ properties
│          │     ├ InitContainers: Array<EksContainer>
│          │     ├ Volumes: Array<EksVolume>
│          │     ├ DnsPolicy: string
│          │     ├ Containers: Array<EksContainer>
│          │     ├ Metadata: EksMetadata
│          │     ├ ServiceAccountName: string
│          │     ├ ImagePullSecrets: Array<ImagePullSecret>
│          │     ├ HostNetwork: boolean
│          │     └ ShareProcessNamespace: boolean
│          ├[~] type EksProperties
│          │ └ properties
│          │    └ PodProperties: - EksPodProperties ⇐ PodProperties
│          │                     + PodProperties
│          └[~] type PodProperties
│            └ properties
│               ├[+] ImagePullSecrets: Array<ImagePullSecret>
│               ├[+] InitContainers: Array<EksContainer>
│               ├ Metadata: - Metadata
│               │           + EksMetadata ⇐ Metadata
│               └[+] ShareProcessNamespace: boolean
└[~] service aws-wisdom
  └ resources
     ├[~]  resource AWS::Wisdom::AIAgent
     │  └ attributes
     │     └[+] ModifiedTimeSeconds: number
     └[~]  resource AWS::Wisdom::AIPrompt
        └ attributes
           └[+] ModifiedTimeSeconds: number

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 Jan 3, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team January 3, 2025 16:57
@aws-cdk-automation aws-cdk-automation requested a review from a team January 3, 2025 16:57
@github-actions github-actions bot added the p2 label Jan 3, 2025
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.96%. Comparing base (0b7f75c) to head (07c1370).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #32726   +/-   ##
=======================================
  Coverage   66.96%   66.96%           
=======================================
  Files         329      329           
  Lines       18663    18663           
  Branches     3258     3258           
=======================================
  Hits        12497    12497           
  Misses       5839     5839           
  Partials      327      327           
Flag Coverage Δ
suite.unit 66.96% <ø> (ø)

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

Components Coverage Δ
packages/aws-cdk 80.71% <ø> (ø)
packages/aws-cdk-lib/core 82.08% <ø> (ø)

@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 07c1370
  • 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 Jan 3, 2025

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 de04742 into main Jan 3, 2025
45 checks passed
@mergify mergify bot deleted the automation/spec-update branch January 3, 2025 17:28
Copy link

github-actions bot commented Jan 3, 2025

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 Jan 3, 2025
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