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

Merged
merged 1 commit into from
Oct 30, 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/11586370671

------

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

Copy link

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

├[~] service aws-appconfig
│ └ resources
│    └[~] resource AWS::AppConfig::DeploymentStrategy
│      └ types
│         └[~] type Tags
│           ├  - documentation: Metadata to assign to the deployment strategy. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
│           │  + documentation: undefined
│           └ properties
│              ├ Key: (documentation changed)
│              └ Value: (documentation changed)
├[~] service aws-bedrock
│ └ resources
│    ├[~] resource AWS::Bedrock::Flow
│    │ └ types
│    │    └[~] type GuardrailConfiguration
│    │      ├  - documentation: Configuration for a guardrail
│    │      │  + documentation: Configuration information for a guardrail that you use with the [Converse](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html) operation.
│    │      └ properties
│    │         ├ GuardrailIdentifier: (documentation changed)
│    │         └ GuardrailVersion: (documentation changed)
│    └[~] resource AWS::Bedrock::FlowVersion
│      └ types
│         └[~] type GuardrailConfiguration
│           ├  - documentation: Configuration for a guardrail
│           │  + documentation: Configuration information for a guardrail that you use with the [Converse](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html) operation.
│           └ properties
│              ├ GuardrailIdentifier: (documentation changed)
│              └ GuardrailVersion: (documentation changed)
├[~] service aws-dms
│ └ resources
│    └[~] resource AWS::DMS::DataMigration
│      ├  - documentation: Resource schema for AWS::DMS::DataMigration.
│      │  + documentation: This object provides information about a AWS DMS data migration.
│      ├ properties
│      │  ├ DataMigrationName: (documentation changed)
│      │  ├ DataMigrationSettings: (documentation changed)
│      │  ├ DataMigrationType: (documentation changed)
│      │  ├ ServiceAccessRoleArn: (documentation changed)
│      │  └ SourceDataSettings: (documentation changed)
│      ├ attributes
│      │  ├ DataMigrationArn: (documentation changed)
│      │  └ DataMigrationCreateTime: (documentation changed)
│      └ types
│         └[~] type DataMigrationSettings
│           ├  - documentation: undefined
│           │  + documentation: Options for configuring a data migration, including whether to enable CloudWatch logs, and the selection rules to use to include or exclude database objects from the migration.
│           └ properties
│              ├ CloudwatchLogsEnabled: (documentation changed)
│              └ SelectionRules: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::EIP
│      └ properties
│         └ Address: (documentation changed)
└[~] service aws-lambda
  └ resources
     └[~] resource AWS::Lambda::Function
       └ types
          └[~] type Environment
            └ properties
               └ Variables: (documentation changed)

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