@awboost/cfn-resource-types 0.1.316 → 0.1.317
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.
|
@@ -160,7 +160,7 @@ export type RedshiftClusterProperties = {
|
|
|
160
160
|
*/
|
|
161
161
|
NamespaceResourcePolicy?: Record<string, any>;
|
|
162
162
|
/**
|
|
163
|
-
* The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge
|
|
163
|
+
* The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.large | ra3.4xlarge | ra3.16xlarge
|
|
164
164
|
*/
|
|
165
165
|
NodeType: string;
|
|
166
166
|
/**
|
|
@@ -55,7 +55,7 @@ export type WisdomAIPromptAttributes = {
|
|
|
55
55
|
* Type definition for `AWS::Wisdom::AIPrompt.AIPromptAPIFormat`.
|
|
56
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aipromptapiformat.html}
|
|
57
57
|
*/
|
|
58
|
-
export type AIPromptAPIFormat = "ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS";
|
|
58
|
+
export type AIPromptAPIFormat = "ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS";
|
|
59
59
|
/**
|
|
60
60
|
* Type definition for `AWS::Wisdom::AIPrompt.AIPromptTemplateConfiguration`.
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttemplateconfiguration.html}
|