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

Merged
merged 1 commit into from
Jul 25, 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/10087583662

------

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

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

Copy link

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

├[~] service aws-cleanrooms
│ └ resources
│    └[~] resource AWS::CleanRooms::PrivacyBudgetTemplate
│      ├ properties
│      │  └ Parameters: (documentation changed)
│      └ types
│         └[~] type Parameters
│           └  - documentation: Specifies the epislon and noise parameters for the privacy budget template.
│              + documentation: Specifies the epsilon and noise parameters for the privacy budget template.
├[~] service aws-cloudtrail
│ └ resources
│    ├[~] resource AWS::CloudTrail::EventDataStore
│    │ └ types
│    │    └[~] type AdvancedFieldSelector
│    │      └ properties
│    │         └ Field: (documentation changed)
│    └[~] resource AWS::CloudTrail::Trail
│      └ types
│         └[~] type AdvancedFieldSelector
│           └ properties
│              └ Field: (documentation changed)
├[~] service aws-entityresolution
│ └ resources
│    ├[~] resource AWS::EntityResolution::IdMappingWorkflow
│    │ ├ properties
│    │ │  └ IdMappingTechniques: (documentation changed)
│    │ └ types
│    │    ├[~] type IdMappingTechniques
│    │    │ └  - documentation: An object which defines the ID mapping techniques and provider configurations.
│    │    │    + documentation: An object which defines the ID mapping technique and any additional configurations.
│    │    └[~] type IdMappingWorkflowInputSource
│    │      └ properties
│    │         ├ InputSourceARN: (documentation changed)
│    │         └ Type: (documentation changed)
│    ├[~] resource AWS::EntityResolution::IdNamespace
│    │ ├ properties
│    │ │  └ Type: (documentation changed)
│    │ └ types
│    │    ├[~] type IdNamespaceIdMappingWorkflowProperties
│    │    │ └  - documentation: An object containing `IdMappingType` and `ProviderProperties` .
│    │    │    + documentation: An object containing `IdMappingType` , `ProviderProperties` , and `RuleBasedProperties` .
│    │    └[~] type IdNamespaceInputSource
│    │      └ properties
│    │         └ InputSourceARN: (documentation changed)
│    ├[~] resource AWS::EntityResolution::MatchingWorkflow
│    │ └ types
│    │    └[~] type RuleBasedProperties
│    │      ├  - documentation: An object which defines the list of matching rules to run and has a field `Rules` , which is a list of rule objects.
│    │      │  + documentation: An object which defines the list of matching rules to run in a matching workflow. RuleBasedProperties contain a `Rules` field, which is a list of rule objects.
│    │      └ properties
│    │         └ AttributeMatchingModel: (documentation changed)
│    └[~] resource AWS::EntityResolution::SchemaMapping
│      └ types
│         └[~] type SchemaInputAttribute
│           ├  - documentation: An object containing `FieldName` , `Type` , `GroupName` , `MatchKey` , and `SubType` .
│           │  + documentation: An object containing `FieldName` , `Type` , `GroupName` , `MatchKey` , `Hashing` , and `SubType` .
│           └ properties
│              └ MatchKey: (documentation changed)
└[~] service aws-iam
  └ resources
     ├[~] resource AWS::IAM::ManagedPolicy
     │ └ attributes
     │    ├ AttachmentCount: (documentation changed)
     │    ├ CreateDate: (documentation changed)
     │    ├ DefaultVersionId: (documentation changed)
     │    ├ IsAttachable: (documentation changed)
     │    ├ PermissionsBoundaryUsageCount: (documentation changed)
     │    ├ PolicyId: (documentation changed)
     │    └ UpdateDate: (documentation changed)
     └[~] resource AWS::IAM::OIDCProvider
       └ properties
          └ ThumbprintList: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Jul 25, 2024
Merged via the queue into main with commit ae8f284 Jul 25, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch July 25, 2024 03:40
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