@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.
@@ -69,7 +69,7 @@ export type CustomActionAttachmentCriteria = {
69
69
  Operator: CustomActionAttachmentCriteriaOperator;
70
70
  /**
71
71
  * @minLength `0`
72
- * @maxLength `50`
72
+ * @maxLength `1024`
73
73
  */
74
74
  Value?: string;
75
75
  VariableName: string;
@@ -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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.316",
3
+ "version": "0.1.317",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },