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 documentation #719

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the documentation source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-documentation" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the documentation source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/6965210791

------

*Automatically created by projen via the "update-source-documentation" 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 719
git switch -c fix-pr-719 && git push -u origin HEAD
gh pr create -t "fix: PR #719" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/719"

Copy link

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

├[~] service aws-cloudfront
│ └ resources
│    ├[~] resource AWS::CloudFront::Distribution
│    │ └ types
│    │    └[~] type OriginGroup
│    │      └  - documentation: An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.
│    │         + documentation: An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specify the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.
│    └[~] resource AWS::CloudFront::Function
│      └ types
│         └[~] type FunctionConfig
│           └ properties
│              └ Runtime: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::LaunchTemplate
│    │ └ types
│    │    └[~] type Ebs
│    │      └ properties
│    │         ├ Iops: (documentation changed)
│    │         └ VolumeSize: (documentation changed)
│    ├[~] resource AWS::EC2::SpotFleet
│    │ └ types
│    │    └[~] type EbsBlockDevice
│    │      └ properties
│    │         ├ Iops: (documentation changed)
│    │         ├ VolumeSize: (documentation changed)
│    │         └ VolumeType: (documentation changed)
│    └[~] resource AWS::EC2::Volume
│      └ properties
│         ├ Iops: (documentation changed)
│         └ Size: (documentation changed)
├[~] service aws-iotsitewise
│ └ resources
│    └[~] resource AWS::IoTSiteWise::Asset
│      └ properties
│         └ AssetModelId: (documentation changed)
└[~] service aws-s3
  └ resources
     └[~] resource AWS::S3::Bucket
       └ types
          ├[~] type LoggingConfiguration
          │ └ properties
          │    └ TargetObjectKeyFormat: (documentation changed)
          ├[~] type PartitionedPrefix
          │ ├  - documentation: This format appends a time based prefix to the given log file prefix for delivering server access log file.
          │ │  + documentation: Amazon S3 keys for log objects are partitioned in the following format:
          │ │  `[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]`
          │ └ properties
          │    └ PartitionDateSource: (documentation changed)
          └[~] type TargetObjectKeyFormat
            ├  - documentation: undefined
            │  + documentation: Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.
            └ properties
               ├ PartitionedPrefix: (documentation changed)
               └ SimplePrefix: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 23, 2023
Merged via the queue into main with commit be0c69a Nov 23, 2023
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch November 23, 2023 03:37
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