Skip to content

Commit

Permalink
Regenerating based on aws-cloudformation-user-guide @ 19dc52cd3f2007d…
Browse files Browse the repository at this point in the history
…6d268b65b739ffb5ebf8c1e76
  • Loading branch information
pulumi-bot committed Feb 11, 2025
1 parent c9d8b05 commit 3a7b690
Show file tree
Hide file tree
Showing 12 changed files with 940 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
910039c6da5fb0bce7349479a19966b561d06d9e
27fc6506275126160351c47dfd3c8f6ce426eab3
56 changes: 56 additions & 0 deletions aws-cloudformation-schema/aws-bedrock-prompt.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
},
"GenAiResource" : {
"$ref" : "#/definitions/PromptGenAiResource"
},
"AdditionalModelRequestFields" : {
"$ref" : "#/definitions/AdditionalModelRequestFields"
}
},
"required" : [ "Name", "TemplateType", "TemplateConfiguration" ],
Expand Down Expand Up @@ -61,6 +64,9 @@
"minItems" : 0,
"description" : "List of input variables",
"insertionOrder" : true
},
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ ],
Expand Down Expand Up @@ -175,6 +181,16 @@
},
"required" : [ "Text" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"SystemContentBlock" : {
Expand All @@ -191,6 +207,16 @@
},
"required" : [ "Text" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"Message" : {
Expand Down Expand Up @@ -262,6 +288,16 @@
},
"required" : [ "ToolSpec" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"AutoToolChoice" : {
Expand Down Expand Up @@ -445,6 +481,26 @@
"required" : [ "Agent" ],
"additionalProperties" : false
} ]
},
"CachePointBlock" : {
"description" : "CachePointBlock",
"type" : "object",
"properties" : {
"Type" : {
"$ref" : "#/definitions/CachePointType"
}
},
"required" : [ "Type" ],
"additionalProperties" : false
},
"CachePointType" : {
"description" : "CachePoint types for CachePointBlock",
"type" : "string",
"enum" : [ "default" ]
},
"AdditionalModelRequestFields" : {
"type" : "object",
"description" : "Contains model-specific configurations"
}
},
"properties" : {
Expand Down
56 changes: 56 additions & 0 deletions aws-cloudformation-schema/aws-bedrock-promptversion.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"GenAiResource" : {
"$ref" : "#/definitions/PromptGenAiResource"
},
"AdditionalModelRequestFields" : {
"$ref" : "#/definitions/AdditionalModelRequestFields"
}
},
"required" : [ "Name", "TemplateType", "TemplateConfiguration" ],
Expand All @@ -59,6 +62,9 @@
"minItems" : 0,
"description" : "List of input variables",
"insertionOrder" : true
},
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "Text" ],
Expand Down Expand Up @@ -146,6 +152,16 @@
},
"required" : [ "Text" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"SystemContentBlock" : {
Expand All @@ -162,6 +178,16 @@
},
"required" : [ "Text" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"Message" : {
Expand Down Expand Up @@ -233,6 +259,16 @@
},
"required" : [ "ToolSpec" ],
"additionalProperties" : false
}, {
"title" : "CachePoint",
"type" : "object",
"properties" : {
"CachePoint" : {
"$ref" : "#/definitions/CachePointBlock"
}
},
"required" : [ "CachePoint" ],
"additionalProperties" : false
} ]
},
"AutoToolChoice" : {
Expand Down Expand Up @@ -416,6 +452,26 @@
"required" : [ "Agent" ],
"additionalProperties" : false
} ]
},
"CachePointBlock" : {
"description" : "CachePointBlock",
"type" : "object",
"properties" : {
"Type" : {
"$ref" : "#/definitions/CachePointType"
}
},
"required" : [ "Type" ],
"additionalProperties" : false
},
"CachePointType" : {
"description" : "CachePoint types for CachePointBlock",
"type" : "string",
"enum" : [ "default" ]
},
"AdditionalModelRequestFields" : {
"type" : "object",
"description" : "Contains model-specific configurations"
}
},
"properties" : {
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-efs-mounttarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"items" : {
"type" : "string"
},
"description" : "Up to five VPC security group IDs, of the form ``sg-xxxxxxxx``. These must be for the same VPC as subnet specified."
"description" : "VPC security group IDs, of the form ``sg-xxxxxxxx``. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see [Amazon VPC Quotas](https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html) in the *Amazon VPC User Guide* (see the *Security Groups* table)."
},
"SubnetId" : {
"type" : "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
"items" : {
"$ref" : "#/definitions/Tag"
}
},
"SecurityConfigurationId" : {
"description" : "The ID of the security configuration.",
"type" : "string",
"minLength" : 1,
"maxLength" : 64,
"pattern" : "[0-9a-z]+"
}
},
"additionalProperties" : false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"handlers" : {
"create" : {
"permissions" : [ "sagemaker:CreateMlflowTrackingServer", "sagemaker:DescribeMlflowTrackingServer", "sagemaker:AddTags", "sagemaker:ListTags", "iam:PassRole" ],
"timeoutInMinutes" : 65
"timeoutInMinutes" : 95
},
"read" : {
"permissions" : [ "sagemaker:DescribeMlflowTrackingServer", "sagemaker:ListTags" ]
Expand All @@ -111,7 +111,7 @@
},
"delete" : {
"permissions" : [ "sagemaker:DeleteMlflowTrackingServer", "sagemaker:DescribeMlflowTrackingServer" ],
"timeoutInMinutes" : 65
"timeoutInMinutes" : 95
},
"list" : {
"permissions" : [ "sagemaker:ListMlflowTrackingServers" ]
Expand Down
Loading

0 comments on commit 3a7b690

Please sign in to comment.