Skip to content

Commit

Permalink
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
Browse files Browse the repository at this point in the history
…07d6d268b65b739ffb5ebf8c1e76 (#1821)

*Automated PR*
  • Loading branch information
pulumi-bot authored Nov 13, 2024
1 parent 009d289 commit 55577fd
Show file tree
Hide file tree
Showing 108 changed files with 2,425 additions and 833 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d590c28633819bbcb91f1a7ee1e5bc09e2f152c7
7a991e37fc8f301978224612dde8f7b49a9cc819
31 changes: 31 additions & 0 deletions aws-cloudformation-schema/aws-batch-computeenvironment.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,37 @@
},
"Version" : {
"type" : "string"
},
"Overrides" : {
"type" : "array",
"uniqueItems" : false,
"insertionOrder" : false,
"items" : {
"$ref" : "#/definitions/LaunchTemplateSpecificationOverride"
}
}
}
},
"LaunchTemplateSpecificationOverride" : {
"type" : "object",
"additionalProperties" : false,
"properties" : {
"LaunchTemplateId" : {
"type" : "string"
},
"LaunchTemplateName" : {
"type" : "string"
},
"Version" : {
"type" : "string"
},
"TargetInstanceTypes" : {
"type" : "array",
"uniqueItems" : false,
"insertionOrder" : false,
"items" : {
"type" : "string"
}
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions aws-cloudformation-schema/aws-cleanrooms-membership.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
},
"KeyPrefix" : {
"type" : "string"
},
"SingleFileOutput" : {
"type" : "boolean"
}
},
"required" : [ "ResultFormat", "Bucket" ]
Expand Down
Loading

0 comments on commit 55577fd

Please sign in to comment.