Skip to content

Commit 98f3312

Browse files
emerging-tech-cdk-constructs-botgithub-actions
and
github-actions
authored
chore(deps): upgrade dependencies (#1073)
* chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/14369333987 ------ *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]> --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 49e156e commit 98f3312

24 files changed

+128
-128
lines changed

apidocs/@cdklabs/namespaces/bedrock/classes/AgentAliasBase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contains methods and attributes valid for Agents either created with CDK or impo
2525

2626
### Constructor
2727

28-
> **new AgentAliasBase**(`scope`, `id`, `props`?): `AgentAliasBase`
28+
> **new AgentAliasBase**(`scope`, `id`, `props?`): `AgentAliasBase`
2929
3030
#### Parameters
3131

apidocs/@cdklabs/namespaces/bedrock/classes/AgentBase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contains methods and attributes valid for Agents either created with CDK or impo
2525

2626
### Constructor
2727

28-
> **new AgentBase**(`scope`, `id`, `props`?): `AgentBase`
28+
> **new AgentBase**(`scope`, `id`, `props?`): `AgentBase`
2929
3030
#### Parameters
3131

apidocs/@cdklabs/namespaces/bedrock/classes/ApiSchema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Represents the concept of an API Schema for a Bedrock Agent Action Group.
1717

1818
### Constructor
1919

20-
> `protected` **new ApiSchema**(`s3File`?, `inlineSchema`?): `ApiSchema`
20+
> `protected` **new ApiSchema**(`s3File?`, `inlineSchema?`): `ApiSchema`
2121
2222
Constructor accessible only to extending classes.
2323

apidocs/@cdklabs/namespaces/bedrock/classes/DataSourceBase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Specifies the base class for all data source resources (imported and new).
2525

2626
### Constructor
2727

28-
> **new DataSourceBase**(`scope`, `id`, `props`?): `DataSourceBase`
28+
> **new DataSourceBase**(`scope`, `id`, `props?`): `DataSourceBase`
2929
3030
#### Parameters
3131

apidocs/@cdklabs/namespaces/bedrock/classes/DataSourceNew.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Specifies the base class for all NEW data source resources of ANY type.
2525

2626
### Constructor
2727

28-
> **new DataSourceNew**(`scope`, `id`, `props`?): `DataSourceNew`
28+
> **new DataSourceNew**(`scope`, `id`, `props?`): `DataSourceNew`
2929
3030
#### Parameters
3131

apidocs/@cdklabs/namespaces/bedrock/classes/Guardrail.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ account for data recovery and cleanup later (`RemovalPolicy.RETAIN`).
472472

473473
### createVersion()
474474

475-
> **createVersion**(`description`?): `string`
475+
> **createVersion**(`description?`): `string`
476476
477477
Create a version for the guardrail.
478478

@@ -626,7 +626,7 @@ Grant the given identity permissions to apply the guardrail.
626626

627627
### metric()
628628

629-
> **metric**(`metricName`, `props`?): `Metric`
629+
> **metric**(`metricName`, `props?`): `Metric`
630630
631631
Return the given named metric for this guardrail.
632632

@@ -655,7 +655,7 @@ You can customize this by using the `statistic` and `period` properties.
655655

656656
### metricInvocationClientErrors()
657657

658-
> **metricInvocationClientErrors**(`props`?): `Metric`
658+
> **metricInvocationClientErrors**(`props?`): `Metric`
659659
660660
Return the invocation client errors metric for this guardrail.
661661

@@ -677,7 +677,7 @@ Return the invocation client errors metric for this guardrail.
677677

678678
### metricInvocationLatency()
679679

680-
> **metricInvocationLatency**(`props`?): `Metric`
680+
> **metricInvocationLatency**(`props?`): `Metric`
681681
682682
Return the invocation latency metric for this guardrail.
683683

@@ -699,7 +699,7 @@ Return the invocation latency metric for this guardrail.
699699

700700
### metricInvocations()
701701

702-
> **metricInvocations**(`props`?): `Metric`
702+
> **metricInvocations**(`props?`): `Metric`
703703
704704
Return the invocations metric for this guardrail.
705705

@@ -721,7 +721,7 @@ Return the invocations metric for this guardrail.
721721

722722
### metricInvocationServerErrors()
723723

724-
> **metricInvocationServerErrors**(`props`?): `Metric`
724+
> **metricInvocationServerErrors**(`props?`): `Metric`
725725
726726
Return the invocation server errors metric for this guardrail.
727727

@@ -743,7 +743,7 @@ Return the invocation server errors metric for this guardrail.
743743

744744
### metricInvocationsIntervened()
745745

746-
> **metricInvocationsIntervened**(`props`?): `Metric`
746+
> **metricInvocationsIntervened**(`props?`): `Metric`
747747
748748
Return the invocations intervened metric for this guardrail.
749749

@@ -765,7 +765,7 @@ Return the invocations intervened metric for this guardrail.
765765

766766
### metricInvocationThrottles()
767767

768-
> **metricInvocationThrottles**(`props`?): `Metric`
768+
> **metricInvocationThrottles**(`props?`): `Metric`
769769
770770
Return the invocation throttles metric for this guardrail.
771771

@@ -787,7 +787,7 @@ Return the invocation throttles metric for this guardrail.
787787

788788
### metricTextUnitCount()
789789

790-
> **metricTextUnitCount**(`props`?): `Metric`
790+
> **metricTextUnitCount**(`props?`): `Metric`
791791
792792
Return the text unit count metric for this guardrail.
793793

@@ -953,7 +953,7 @@ Check whether the given construct is a Resource
953953

954954
### metricAll()
955955

956-
> `static` **metricAll**(`metricName`, `props`?): `Metric`
956+
> `static` **metricAll**(`metricName`, `props?`): `Metric`
957957
958958
Return the given named metric for all guardrails.
959959

@@ -982,7 +982,7 @@ You can customize this by using the `statistic` and `period` properties.
982982

983983
### metricAllInvocationLatency()
984984

985-
> `static` **metricAllInvocationLatency**(`props`?): `Metric`
985+
> `static` **metricAllInvocationLatency**(`props?`): `Metric`
986986
987987
Return the invocation latency metric for all guardrails.
988988

@@ -1004,7 +1004,7 @@ Return the invocation latency metric for all guardrails.
10041004

10051005
### metricAllInvocations()
10061006

1007-
> `static` **metricAllInvocations**(`props`?): `Metric`
1007+
> `static` **metricAllInvocations**(`props?`): `Metric`
10081008
10091009
Return the invocations metric for all guardrails.
10101010

@@ -1026,7 +1026,7 @@ Return the invocations metric for all guardrails.
10261026

10271027
### metricAllInvocationsIntervened()
10281028

1029-
> `static` **metricAllInvocationsIntervened**(`props`?): `Metric`
1029+
> `static` **metricAllInvocationsIntervened**(`props?`): `Metric`
10301030
10311031
Return the invocations intervened metric for all guardrails.
10321032

@@ -1048,7 +1048,7 @@ Return the invocations intervened metric for all guardrails.
10481048

10491049
### metricAllTextUnitCount()
10501050

1051-
> `static` **metricAllTextUnitCount**(`props`?): `Metric`
1051+
> `static` **metricAllTextUnitCount**(`props?`): `Metric`
10521052
10531053
Return the text unit count metric for all guardrails.
10541054

apidocs/@cdklabs/namespaces/bedrock/classes/GuardrailBase.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contains methods and attributes valid for Guardrails either created with CDK or
2525

2626
### Constructor
2727

28-
> **new GuardrailBase**(`scope`, `id`, `props`?): `GuardrailBase`
28+
> **new GuardrailBase**(`scope`, `id`, `props?`): `GuardrailBase`
2929
3030
#### Parameters
3131

@@ -373,7 +373,7 @@ Grant the given identity permissions to apply the guardrail.
373373

374374
### metric()
375375

376-
> **metric**(`metricName`, `props`?): `Metric`
376+
> **metric**(`metricName`, `props?`): `Metric`
377377
378378
Return the given named metric for this guardrail.
379379

@@ -402,7 +402,7 @@ You can customize this by using the `statistic` and `period` properties.
402402

403403
### metricInvocationClientErrors()
404404

405-
> **metricInvocationClientErrors**(`props`?): `Metric`
405+
> **metricInvocationClientErrors**(`props?`): `Metric`
406406
407407
Return the invocation client errors metric for this guardrail.
408408

@@ -424,7 +424,7 @@ Return the invocation client errors metric for this guardrail.
424424

425425
### metricInvocationLatency()
426426

427-
> **metricInvocationLatency**(`props`?): `Metric`
427+
> **metricInvocationLatency**(`props?`): `Metric`
428428
429429
Return the invocation latency metric for this guardrail.
430430

@@ -446,7 +446,7 @@ Return the invocation latency metric for this guardrail.
446446

447447
### metricInvocations()
448448

449-
> **metricInvocations**(`props`?): `Metric`
449+
> **metricInvocations**(`props?`): `Metric`
450450
451451
Return the invocations metric for this guardrail.
452452

@@ -468,7 +468,7 @@ Return the invocations metric for this guardrail.
468468

469469
### metricInvocationServerErrors()
470470

471-
> **metricInvocationServerErrors**(`props`?): `Metric`
471+
> **metricInvocationServerErrors**(`props?`): `Metric`
472472
473473
Return the invocation server errors metric for this guardrail.
474474

@@ -490,7 +490,7 @@ Return the invocation server errors metric for this guardrail.
490490

491491
### metricInvocationsIntervened()
492492

493-
> **metricInvocationsIntervened**(`props`?): `Metric`
493+
> **metricInvocationsIntervened**(`props?`): `Metric`
494494
495495
Return the invocations intervened metric for this guardrail.
496496

@@ -512,7 +512,7 @@ Return the invocations intervened metric for this guardrail.
512512

513513
### metricInvocationThrottles()
514514

515-
> **metricInvocationThrottles**(`props`?): `Metric`
515+
> **metricInvocationThrottles**(`props?`): `Metric`
516516
517517
Return the invocation throttles metric for this guardrail.
518518

@@ -534,7 +534,7 @@ Return the invocation throttles metric for this guardrail.
534534

535535
### metricTextUnitCount()
536536

537-
> **metricTextUnitCount**(`props`?): `Metric`
537+
> **metricTextUnitCount**(`props?`): `Metric`
538538
539539
Return the text unit count metric for this guardrail.
540540

@@ -656,7 +656,7 @@ Check whether the given construct is a Resource
656656

657657
### metricAll()
658658

659-
> `static` **metricAll**(`metricName`, `props`?): `Metric`
659+
> `static` **metricAll**(`metricName`, `props?`): `Metric`
660660
661661
Return the given named metric for all guardrails.
662662

@@ -681,7 +681,7 @@ You can customize this by using the `statistic` and `period` properties.
681681

682682
### metricAllInvocationLatency()
683683

684-
> `static` **metricAllInvocationLatency**(`props`?): `Metric`
684+
> `static` **metricAllInvocationLatency**(`props?`): `Metric`
685685
686686
Return the invocation latency metric for all guardrails.
687687

@@ -699,7 +699,7 @@ Return the invocation latency metric for all guardrails.
699699

700700
### metricAllInvocations()
701701

702-
> `static` **metricAllInvocations**(`props`?): `Metric`
702+
> `static` **metricAllInvocations**(`props?`): `Metric`
703703
704704
Return the invocations metric for all guardrails.
705705

@@ -717,7 +717,7 @@ Return the invocations metric for all guardrails.
717717

718718
### metricAllInvocationsIntervened()
719719

720-
> `static` **metricAllInvocationsIntervened**(`props`?): `Metric`
720+
> `static` **metricAllInvocationsIntervened**(`props?`): `Metric`
721721
722722
Return the invocations intervened metric for all guardrails.
723723

@@ -735,7 +735,7 @@ Return the invocations intervened metric for all guardrails.
735735

736736
### metricAllTextUnitCount()
737737

738-
> `static` **metricAllTextUnitCount**(`props`?): `Metric`
738+
> `static` **metricAllTextUnitCount**(`props?`): `Metric`
739739
740740
Return the text unit count metric for all guardrails.
741741

apidocs/@cdklabs/namespaces/bedrock/classes/InferenceProfileBase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Contains methods and attributes valid for ApplicationInferenceProfiles either cr
2626

2727
### Constructor
2828

29-
> **new InferenceProfileBase**(`scope`, `id`, `props`?): `InferenceProfileBase`
29+
> **new InferenceProfileBase**(`scope`, `id`, `props?`): `InferenceProfileBase`
3030
3131
#### Parameters
3232

apidocs/@cdklabs/namespaces/bedrock/classes/Prompt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Adds a prompt variant.
174174

175175
### createVersion()
176176

177-
> **createVersion**(`description`?): `string`
177+
> **createVersion**(`description?`): `string`
178178
179179
Creates a prompt version, a static snapshot of your prompt that can be
180180
deployed to production.

apidocs/@cdklabs/namespaces/bedrock/classes/PromptBase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Contains methods and attributes valid for Promtps either created with CDK or imp
2121

2222
### Constructor
2323

24-
> **new PromptBase**(`scope`, `id`, `props`?): `PromptBase`
24+
> **new PromptBase**(`scope`, `id`, `props?`): `PromptBase`
2525
2626
#### Parameters
2727

apidocs/@cdklabs/namespaces/bedrock/classes/PromptOverrideConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Format as CfnAgent.PromptOverrideConfigurationProperty
6161

6262
### fromSteps()
6363

64-
> `static` **fromSteps**(`steps`?): `PromptOverrideConfiguration`
64+
> `static` **fromSteps**(`steps?`): `PromptOverrideConfiguration`
6565
6666
#### Parameters
6767

apidocs/@cdklabs/namespaces/bedrock/classes/ToolChoice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Constructor
1212

13-
> **new ToolChoice**(`any`, `auto`, `tool`?): `ToolChoice`
13+
> **new ToolChoice**(`any`, `auto`, `tool?`): `ToolChoice`
1414
1515
#### Parameters
1616

apidocs/@cdklabs/namespaces/bedrock/interfaces/IAgentAlias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Grant the given identity permissions to invoke the agent alias.
182182

183183
### onCloudTrailEvent()
184184

185-
> **onCloudTrailEvent**(`id`, `options`?): `Rule`
185+
> **onCloudTrailEvent**(`id`, `options?`): `Rule`
186186
187187
Define an EventBridge rule that triggers when something happens to this agent alias
188188

0 commit comments

Comments
 (0)