Skip to content

feat: update L1 CloudFormation resource definitions#32726

Merged
mergify[bot] merged 1 commit intomainfrom
automation/spec-update
Jan 3, 2025
Merged

feat: update L1 CloudFormation resource definitions#32726
mergify[bot] merged 1 commit intomainfrom
automation/spec-update

Conversation

@aws-cdk-automation
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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

@mergify
Copy link
Copy Markdown
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
@mergify mergify bot deleted the automation/spec-update branch January 3, 2025 17:28
@github-actions
Copy link
Copy Markdown
Contributor

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