@awboost/cfntypes 0.100.191 → 0.100.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18501,7 +18501,7 @@ export type BedrockBlueprintProps = {
|
|
18501
18501
|
/**
|
18502
18502
|
* Modality Type
|
18503
18503
|
*/
|
18504
|
-
Type: "DOCUMENT" | "IMAGE" | "AUDIO";
|
18504
|
+
Type: "DOCUMENT" | "IMAGE" | "AUDIO" | "VIDEO";
|
18505
18505
|
};
|
18506
18506
|
/**
|
18507
18507
|
* Attribute type definition for `AWS::Bedrock::Blueprint`.
|