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

Merged
merged 1 commit into from
Sep 2, 2024

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/10660169687

------

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

Signed-off-by: github-actions <github-actions@github.com>
Copy link

github-actions bot commented Sep 2, 2024

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

Copy link

github-actions bot commented Sep 2, 2024

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

├[~] service aws-personalize
│ └ resources
│    └[~] resource AWS::Personalize::Solution
│      └  - documentation: > After you create a solution, you can’t change its configuration. By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. You can't stop automatic training for a solution. To avoid unnecessary costs, make sure to delete the solution when you are finished. For information about training costs, see [Amazon Personalize pricing](https://docs.aws.amazon.com/https://aws.amazon.com/personalize/pricing/) . 
│         An object that provides information about a solution. A solution includes the custom recipe, customized parameters, and trained models (Solution Versions) that Amazon Personalize uses to generate recommendations.
│         After you create a solution, you can’t change its configuration. If you need to make changes, you can [clone the solution](https://docs.aws.amazon.com/personalize/latest/dg/cloning-solution.html) with the Amazon Personalize console or create a new one.
│         + documentation: > By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. To avoid unnecessary costs, when you are finished you can [update the solution](https://docs.aws.amazon.com/personalize/latest/dg/API_UpdateSolution.html) to turn off automatic training. For information about training costs, see [Amazon Personalize pricing](https://docs.aws.amazon.com/https://aws.amazon.com/personalize/pricing/) . 
│         An object that provides information about a solution. A solution includes the custom recipe, customized parameters, and trained models (Solution Versions) that Amazon Personalize uses to generate recommendations.
│         After you create a solution, you can’t change its configuration. If you need to make changes, you can [clone the solution](https://docs.aws.amazon.com/personalize/latest/dg/cloning-solution.html) with the Amazon Personalize console or create a new one.
└[~] service aws-pipes
  └ resources
     └[~] resource AWS::Pipes::Pipe
       └ types
          ├[~] type PipeSourceDynamoDBStreamParameters
          │ └ properties
          │    ├ MaximumRecordAgeInSeconds: (documentation changed)
          │    ├ MaximumRetryAttempts: (documentation changed)
          │    ├ OnPartialBatchItemFailure: (documentation changed)
          │    └ ParallelizationFactor: (documentation changed)
          ├[~] type PipeSourceKinesisStreamParameters
          │ └ properties
          │    ├ MaximumRecordAgeInSeconds: (documentation changed)
          │    ├ MaximumRetryAttempts: (documentation changed)
          │    ├ OnPartialBatchItemFailure: (documentation changed)
          │    ├ ParallelizationFactor: (documentation changed)
          │    └ StartingPosition: (documentation changed)
          ├[~] type PipeSourceManagedStreamingKafkaParameters
          │ └ properties
          │    └ StartingPosition: (documentation changed)
          └[~] type PipeSourceSelfManagedKafkaParameters
            └ properties
               └ StartingPosition: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Sep 2, 2024
Merged via the queue into main with commit d1f7671 Sep 2, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch September 2, 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