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

Merged
merged 1 commit into from
Dec 12, 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/12289228665

------

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

Copy link

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

├[~] service aws-batch
│ └ resources
│    └[~] resource AWS::Batch::JobDefinition
│      ├ properties
│      │  ├ Parameters: - json
│      │  │             + Map<string, string> ⇐ json
│      │  ├ Tags: - json (immutable)
│      │  │       + Map<string, string> ⇐ json (immutable)
│      │  └ Timeout: - Timeout
│      │             + JobTimeout ⇐ Timeout
│      └ types
│         ├[~] type ContainerProperties
│         │ └ properties
│         │    ├ MountPoints: - Array<MountPoints>
│         │    │              + Array<MountPoint> ⇐ Array<MountPoints>
│         │    └ Volumes: - Array<Volumes>
│         │               + Array<Volume> ⇐ Array<Volumes>
│         ├[~] type EcsTaskProperties
│         │ └ properties
│         │    └ Volumes: - Array<Volumes>
│         │               + Array<Volume> ⇐ Array<Volumes>
│         ├[+] type EFSAuthorizationConfig
│         │ ├  name: EFSAuthorizationConfig
│         │ └ properties
│         │    ├Iam: string
│         │    └AccessPointId: string
│         ├[+] type EFSVolumeConfiguration
│         │ ├  name: EFSVolumeConfiguration
│         │ └ properties
│         │    ├TransitEncryption: string
│         │    ├AuthorizationConfig: EFSAuthorizationConfig
│         │    ├FileSystemId: string (required)
│         │    ├RootDirectory: string
│         │    └TransitEncryptionPort: integer
│         ├[+] type EksMetadata
│         │ ├  name: EksMetadata
│         │ └ properties
│         │    └Labels: Map<string, string>
│         ├[+] type EksPodProperties
│         │ ├  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: - PodProperties
│         │                     + EksPodProperties ⇐ PodProperties
│         ├[+] type Host
│         │ ├  name: Host
│         │ └ properties
│         │    └SourcePath: string
│         ├[~] type ImagePullSecret
│         │ └ properties
│         │    └ Name: - string (required)
│         │            + string
│         ├[+] type JobTimeout
│         │ ├  name: JobTimeout
│         │ └ properties
│         │    └AttemptDurationSeconds: integer
│         ├[~] type LogConfiguration
│         │ └ properties
│         │    └ Options: - json
│         │               + Map<string, string> ⇐ json
│         ├[+] type MountPoint
│         │ ├  name: MountPoint
│         │ └ properties
│         │    ├ReadOnly: boolean
│         │    ├SourceVolume: string
│         │    └ContainerPath: string
│         ├[+] type MultiNodeContainerProperties
│         │ ├  name: MultiNodeContainerProperties
│         │ └ properties
│         │    ├RepositoryCredentials: RepositoryCredentials
│         │    ├User: string
│         │    ├Secrets: Array<Secret>
│         │    ├Memory: integer
│         │    ├Privileged: boolean
│         │    ├LinuxParameters: LinuxParameters
│         │    ├JobRoleArn: string
│         │    ├ReadonlyRootFilesystem: boolean
│         │    ├Vcpus: integer
│         │    ├Image: string (required)
│         │    ├ResourceRequirements: Array<ResourceRequirement>
│         │    ├LogConfiguration: LogConfiguration
│         │    ├MountPoints: Array<MountPoint>
│         │    ├ExecutionRoleArn: string
│         │    ├RuntimePlatform: RuntimePlatform
│         │    ├Volumes: Array<Volume>
│         │    ├Command: Array<string>
│         │    ├Environment: Array<Environment>
│         │    ├Ulimits: Array<Ulimit>
│         │    ├InstanceType: string
│         │    └EphemeralStorage: EphemeralStorage
│         ├[+] type MultiNodeEcsProperties
│         │ ├  name: MultiNodeEcsProperties
│         │ └ properties
│         │    └TaskProperties: Array<MultiNodeEcsTaskProperties> (required)
│         ├[+] type MultiNodeEcsTaskProperties
│         │ ├  name: MultiNodeEcsTaskProperties
│         │ └ properties
│         │    ├ExecutionRoleArn: string
│         │    ├TaskRoleArn: string
│         │    ├IpcMode: string
│         │    ├Volumes: Array<Volume>
│         │    ├Containers: Array<TaskContainerProperties>
│         │    └PidMode: string
│         ├[~] type NodeRangeProperty
│         │ └ properties
│         │    ├ Container: - ContainerProperties
│         │    │            + MultiNodeContainerProperties ⇐ ContainerProperties
│         │    └ EcsProperties: - EcsProperties
│         │                     + MultiNodeEcsProperties ⇐ EcsProperties
│         ├[~] type Resources
│         │ └ properties
│         │    ├ Limits: - json
│         │    │         + Map<string, string> ⇐ json
│         │    └ Requests: - json
│         │                + Map<string, string> ⇐ json
│         ├[~] type TaskContainerProperties
│         │ └ properties
│         │    └ MountPoints: - Array<MountPoints>
│         │                   + Array<MountPoint> ⇐ Array<MountPoints>
│         └[+] type Volume
│           ├  name: Volume
│           └ properties
│              ├Host: Host
│              ├EfsVolumeConfiguration: EFSVolumeConfiguration
│              └Name: string
├[~] service aws-cleanrooms
│ └ resources
│    └[~] resource AWS::CleanRooms::ConfiguredTable
│      └ types
│         └[~] type TableReference
│           └ properties
│              └ Glue: - GlueTableReference (required, immutable)
│                      + GlueTableReference (immutable)
├[~] service aws-logs
│ └ resources
│    ├[~] resource AWS::Logs::LogGroup
│    │ └ properties
│    │    └[+] FieldIndexPolicies: Array<json>
│    ├[~] resource AWS::Logs::MetricFilter
│    │ └ properties
│    │    └[+] ApplyOnTransformedLogs: boolean
│    ├[~] resource AWS::Logs::QueryDefinition
│    │ └ properties
│    │    └[+] QueryLanguage: string (default="CWLI")
│    └[~] resource AWS::Logs::SubscriptionFilter
│      └ properties
│         └[+] ApplyOnTransformedLogs: boolean
├[~] service aws-m2
│ └ resources
│    └[~] resource AWS::M2::Environment
│      └ properties
│         └[+] NetworkType: string (immutable)
├[~] service aws-networkmanager
│ └ resources
│    └[+] resource AWS::NetworkManager::DirectConnectGatewayAttachment
│      ├  name: DirectConnectGatewayAttachment
│      │  cloudFormationType: AWS::NetworkManager::DirectConnectGatewayAttachment
│      │  documentation: AWS::NetworkManager::DirectConnectGatewayAttachment Resource Type
│      │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│      ├ properties
│      │  ├CoreNetworkId: string (required, immutable)
│      │  ├EdgeLocations: Array<string> (required)
│      │  ├DirectConnectGatewayArn: string (required, immutable)
│      │  ├ProposedSegmentChange: ProposedSegmentChange
│      │  ├ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange
│      │  └Tags: Array<tag>
│      ├ attributes
│      │  ├CoreNetworkArn: string
│      │  ├CreatedAt: string
│      │  ├UpdatedAt: string
│      │  ├AttachmentType: string
│      │  ├State: string
│      │  ├AttachmentId: string
│      │  ├OwnerAccountId: string
│      │  ├AttachmentPolicyRuleNumber: integer
│      │  ├SegmentName: string
│      │  ├NetworkFunctionGroupName: string
│      │  └ResourceArn: string
│      └ types
│         ├type ProposedSegmentChange
│         │├  documentation: The attachment to move from one segment to another.
│         ││  name: ProposedSegmentChange
│         │└ properties
│         │   ├Tags: Array<tag>
│         │   ├AttachmentPolicyRuleNumber: integer
│         │   └SegmentName: string
│         └type ProposedNetworkFunctionGroupChange
│          ├  documentation: The attachment to move from one network function group to another.
│          │  name: ProposedNetworkFunctionGroupChange
│          └ properties
│             ├Tags: Array<tag>
│             ├AttachmentPolicyRuleNumber: integer
│             └NetworkFunctionGroupName: string
└[~] service aws-workspaces
  └ resources
     └[~] resource AWS::WorkSpaces::WorkspacesPool
       └ properties
          └ Tags: - Array<tag>
                  + Array<tag> (deprecated=WARN)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit 146bff6 Dec 12, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 12, 2024 03:45
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