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

Merged
merged 2 commits into from Feb 26, 2024

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-applicationinsights
│ └ resources
│    └[~] resource AWS::ApplicationInsights::Application
│      └ properties
│         └[+] AttachMissingPermission: boolean
├[~] service aws-controltower
│ └ resources
│    └[~] resource AWS::ControlTower::EnabledControl
│      └ properties
│         └ Tags: (documentation changed)
├[~] service aws-customerprofiles
│ └ resources
│    ├[~] resource AWS::CustomerProfiles::Domain
│    │ └ properties
│    │    └ DefaultExpirationDays: - integer
│    │                             + integer (required)
│    └[~] resource AWS::CustomerProfiles::ObjectType
│      └ properties
│         ├ Description: - string
│         │              + string (required)
│         └ ObjectTypeName: - string (immutable)
│                           + string (required, immutable)
├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::EC2Fleet
│    │ └ types
│    │    └[~] type InstanceRequirementsRequest
│    │      └ properties
│    │         └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed)
│    └[~] resource AWS::EC2::SpotFleet
│      └ types
│         └[~] type InstanceRequirementsRequest
│           └ properties
│              └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed)
├[~] service aws-glue
│ └ resources
│    └[~] resource AWS::Glue::DataCatalogEncryptionSettings
│      └ types
│         └[~] type EncryptionAtRest
│           └ properties
│              └ CatalogEncryptionServiceRole: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    └[~] resource AWS::Lambda::Function
│      └ attributes
│         ├ SnapStartResponse: (documentation changed)
│         ├ SnapStartResponse.ApplyOn: (documentation changed)
│         └ SnapStartResponse.OptimizationStatus: (documentation changed)
├[~] service aws-quicksight
│ └ resources
│    └[~] resource AWS::QuickSight::Dashboard
│      └ properties
│         └[+] LinkEntities: Array<string>
└[~] service aws-sagemaker
  └ resources
     └[~] resource AWS::SageMaker::FeatureGroup
       └ types
          ├[~] type OnlineStoreConfig
          │ └ properties
          │    └ TtlDuration: (documentation changed)
          └[~] type TtlDuration
            ├  - documentation: TTL configuration of the feature group
            │  + documentation: Time to live duration, where the record is hard deleted after the expiration time is reached; `ExpiresAt` = `EventTime` + `TtlDuration` . For information on HardDelete, see the [DeleteRecord](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html) API in the Amazon SageMaker API Reference guide.
            └ properties
               ├ Unit: (documentation changed)
               └ Value: (documentation changed)

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 Feb 26, 2024
@aws-cdk-automation aws-cdk-automation requested review from a team February 26, 2024 13:44
@github-actions github-actions bot added the p2 label Feb 26, 2024
Copy link
Contributor

mergify bot commented Feb 26, 2024

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).

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Feb 26, 2024
Copy link
Contributor

mergify bot commented Feb 26, 2024

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).

@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 2a9846c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit f3d74bb into main Feb 26, 2024
12 checks passed
@mergify mergify bot deleted the automation/spec-update branch February 26, 2024 14:49
Copy link
Contributor

mergify bot commented Feb 26, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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/needs-maintainer-review This PR needs a review from a Core Team Member 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.

None yet

1 participant