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

Merged
merged 1 commit into from
Sep 16, 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/10876992171

------

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

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

Copy link

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

├[~] service aws-connect
│ └ resources
│    ├[+] resource AWS::Connect::AgentStatus
│    │ ├  name: AgentStatus
│    │ │  cloudFormationType: AWS::Connect::AgentStatus
│    │ │  documentation: Resource Type definition for AWS::Connect::AgentStatus
│    │ │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │ ├ properties
│    │ │  ├InstanceArn: string (required)
│    │ │  ├Description: string
│    │ │  ├Name: string (required)
│    │ │  ├DisplayOrder: integer
│    │ │  ├State: string (required)
│    │ │  ├Type: string
│    │ │  ├ResetOrderNumber: boolean
│    │ │  └Tags: Array<tag>
│    │ └ attributes
│    │    ├AgentStatusArn: string
│    │    ├LastModifiedRegion: string
│    │    └LastModifiedTime: number
│    └[+] resource AWS::Connect::UserHierarchyStructure
│      ├  name: UserHierarchyStructure
│      │  cloudFormationType: AWS::Connect::UserHierarchyStructure
│      │  documentation: Resource Type definition for AWS::Connect::UserHierarchyStructure
│      ├ properties
│      │  ├InstanceArn: string (required, immutable)
│      │  └UserHierarchyStructure: UserHierarchyStructure
│      ├ attributes
│      │  └UserHierarchyStructureArn: string
│      └ types
│         ├type UserHierarchyStructure
│         │├  documentation: Information about the hierarchy structure.
│         ││  name: UserHierarchyStructure
│         │└ properties
│         │   ├LevelOne: LevelOne
│         │   ├LevelTwo: LevelTwo
│         │   ├LevelThree: LevelThree
│         │   ├LevelFour: LevelFour
│         │   └LevelFive: LevelFive
│         ├type LevelOne
│         │├  documentation: Information about level one.
│         ││  name: LevelOne
│         │└ properties
│         │   ├HierarchyLevelArn: string
│         │   ├HierarchyLevelId: string
│         │   └Name: string (required)
│         ├type LevelTwo
│         │├  documentation: Information about level two.
│         ││  name: LevelTwo
│         │└ properties
│         │   ├HierarchyLevelArn: string
│         │   ├HierarchyLevelId: string
│         │   └Name: string (required)
│         ├type LevelThree
│         │├  documentation: Information about level three.
│         ││  name: LevelThree
│         │└ properties
│         │   ├HierarchyLevelArn: string
│         │   ├HierarchyLevelId: string
│         │   └Name: string (required)
│         ├type LevelFour
│         │├  documentation: Information about level four.
│         ││  name: LevelFour
│         │└ properties
│         │   ├HierarchyLevelArn: string
│         │   ├HierarchyLevelId: string
│         │   └Name: string (required)
│         └type LevelFive
│          ├  documentation: Information about level five.
│          │  name: LevelFive
│          └ properties
│             ├HierarchyLevelArn: string
│             ├HierarchyLevelId: string
│             └Name: string (required)
├[~] service aws-datazone
│ └ resources
│    └[~] resource AWS::DataZone::Environment
│      └ properties
│         └ EnvironmentProfileIdentifier: - string (required, immutable)
│                                         + string (immutable)
├[~] service aws-iotfleetwise
│ └ resources
│    └[~] resource AWS::IoTFleetWise::Campaign
│      ├ properties
│      │  └[+] SignalsToFetch: Array<SignalFetchInformation>
│      └ types
│         ├[+] type ConditionBasedSignalFetchConfig
│         │ ├  name: ConditionBasedSignalFetchConfig
│         │ └ properties
│         │    ├ConditionExpression: string (required)
│         │    └TriggerMode: string (required)
│         ├[+] type SignalFetchConfig
│         │ ├  name: SignalFetchConfig
│         │ └ properties
│         │    ├TimeBased: TimeBasedSignalFetchConfig
│         │    └ConditionBased: ConditionBasedSignalFetchConfig
│         ├[+] type SignalFetchInformation
│         │ ├  name: SignalFetchInformation
│         │ └ properties
│         │    ├FullyQualifiedName: string (required)
│         │    ├SignalFetchConfig: SignalFetchConfig (required)
│         │    ├ConditionLanguageVersion: number
│         │    └Actions: Array<string> (required)
│         └[+] type TimeBasedSignalFetchConfig
│           ├  name: TimeBasedSignalFetchConfig
│           └ properties
│              └ExecutionFrequencyMs: number (required)
├[~] service aws-lambda
│ └ resources
│    ├[~] resource AWS::Lambda::CodeSigningConfig
│    │ ├  - tagInformation: undefined
│    │ │  + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│    │ └ properties
│    │    └[+] Tags: Array<tag>
│    └[~] resource AWS::Lambda::EventSourceMapping
│      ├  - tagInformation: undefined
│      │  + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│      ├ properties
│      │  └[+] Tags: Array<tag>
│      └ attributes
│         └[+] EventSourceMappingArn: string
└[~] service aws-rds
  └ resources
     ├[~] resource AWS::RDS::DBCluster
     │ └ properties
     │    ├ DBClusterParameterGroupName: - string (default="default.aurora5.6")
     │    │                              + string
     │    ├ MonitoringInterval: - integer (default=0)
     │    │                     + integer
     │    └ RestoreType: - string (default="full-copy", immutable)
     │                   + string (immutable)
     └[~] resource AWS::RDS::DBInstance
       └ properties
          ├ BackupRetentionPeriod: - integer (default=1, immutable?)
          │                        + integer (immutable?)
          ├ MonitoringInterval: - integer (default=0)
          │                     + integer
          └ PromotionTier: - integer (default=1)
                           + integer

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit 5b46074 Sep 16, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch September 16, 2024 03:39
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