Skip to content

Commit 380d885

Browse files
emerging-tech-cdk-constructs-botgithub-actionskrokoko
authored
chore(deps): upgrade dependencies (#689)
* chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/10913051969 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> * chore: self mutation Signed-off-by: github-actions <[email protected]> * fix(build): fix broken build --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Alain Krok <[email protected]>
1 parent cbfc18c commit 380d885

File tree

16 files changed

+1338
-1121
lines changed

16 files changed

+1338
-1121
lines changed

apidocs/classes/AossCwDashboard.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ The tree node.
6868

6969
## Methods
7070

71-
### addCollectionMonitoringByCollection()
71+
### addCollectionMonitoringbyAttributes()
7272

73-
> **addCollectionMonitoringByCollection**(`collection`, `props`): `void`
73+
> **addCollectionMonitoringbyAttributes**(`collectionName`, `collectionId`, `props`): `void`
7474
7575
#### Parameters
7676

77-
**collection**: `CfnCollection`
77+
**collectionName**: `string`
78+
79+
**collectionId**: `string`
7880

7981
**props**: [`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)
8082

@@ -84,15 +86,13 @@ The tree node.
8486

8587
***
8688

87-
### addCollectionMonitoringbyAttributes()
89+
### addCollectionMonitoringByCollection()
8890

89-
> **addCollectionMonitoringbyAttributes**(`collectionName`, `collectionId`, `props`): `void`
91+
> **addCollectionMonitoringByCollection**(`collection`, `props`): `void`
9092
9193
#### Parameters
9294

93-
**collectionName**: `string`
94-
95-
**collectionId**: `string`
95+
**collection**: `CfnCollection`
9696

9797
**props**: [`CollectionMonitoringProps`](../interfaces/CollectionMonitoringProps.md)
9898

0 commit comments

Comments
 (0)