Skip to content

Commit

Permalink
docs(client-service-catalog): Updates description for property
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 7, 2023
1 parent f042c9b commit b0cd150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions clients/client-service-catalog/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,10 @@ export interface ProvisioningArtifactProperties {
* <p>
* <code>MARKETPLACE_CAR</code> - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources</p>
* </li>
* <li>
* <p>
* <code>TERRAFORM_OPEN_SOURCE</code> - Terraform open source configuration file</p>
* </li>
* </ul>
*/
Type?: ProvisioningArtifactType | string;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/service-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9344,7 +9344,7 @@
"Type": {
"target": "com.amazonaws.servicecatalog#ProvisioningArtifactType",
"traits": {
"smithy.api#documentation": "<p>The type of provisioning artifact.</p>\n <ul>\n <li>\n <p>\n <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE_AMI</code> - Amazon Web Services Marketplace AMI</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE_CAR</code> - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>The type of provisioning artifact.</p>\n <ul>\n <li>\n <p>\n <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE_AMI</code> - Amazon Web Services Marketplace AMI</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE_CAR</code> - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources</p>\n </li>\n <li>\n <p>\n <code>TERRAFORM_OPEN_SOURCE</code> - Terraform open source configuration file</p>\n </li>\n </ul>"
}
},
"DisableTemplateValidation": {
Expand Down

0 comments on commit b0cd150

Please sign in to comment.