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

Merged
merged 1 commit into from
Feb 21, 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/7986841426

------

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

Copy link

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

├[~] service aws-elasticache
│ └ resources
│    └[~] resource AWS::ElastiCache::ParameterGroup
│      └ attributes
│         └ CacheParameterGroupName: (documentation changed)
├[~] service aws-fis
│ └ resources
│    └[~] resource AWS::FIS::ExperimentTemplate
│      └ types
│         └[~] type ExperimentTemplateAction
│           └ properties
│              ├ Parameters: (documentation changed)
│              └ Targets: (documentation changed)
├[~] service aws-kendra
│ └ resources
│    └[~] resource AWS::Kendra::DataSource
│      └ types
│         ├[~] type DataSourceConfiguration
│         │ └ properties
│         │    └ S3Configuration: (documentation changed)
│         └[~] type S3DataSourceConfiguration
│           ├  - documentation: Provides the configuration information to connect to an Amazon S3 bucket.
│           │  > `S3DataSourceConfiguration` is deprecated. Amazon VPC is not supported if you configure your Amazon S3 connector with this method. Use [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) to configure your Amazon S3 connector instead. See [Amazon S3 template schema](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html#ds-s3-schema) for more details.
│           │  + documentation: Provides the configuration information to connect to an Amazon S3 bucket.
│           │  > Amazon Kendra now supports an upgraded Amazon S3 connector.
│           │  > 
│           │  > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
│           │  > 
│           │  > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
│           │  > 
│           │  > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
│           └ properties
│              ├ ExclusionPatterns: (documentation changed)
│              └ InclusionPatterns: (documentation changed)
├[~] service aws-rds
│ └ resources
│    └[~] resource AWS::RDS::DBInstance
│      └ properties
│         └ CACertificateIdentifier: (documentation changed)
├[~] service aws-sagemaker
│ └ resources
│    └[~] resource AWS::SageMaker::ModelPackage
│      └ types
│         └[~] type ModelMetrics
│           └ properties
│              └ Bias: (documentation changed)
└[~] service aws-ssm
  └ resources
     └[~] resource AWS::SSM::Association
       └ properties
          └ Parameters: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Feb 21, 2024
Merged via the queue into main with commit 360478e Feb 21, 2024
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch February 21, 2024 09:48
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