Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 12, 2019
1 parent 0ae18bb commit 084c12c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/3.100.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "ServiceCatalog",
"description": "This release adds a new field named Guidance to update provisioning artifact, this field can be set by the administrator to provide guidance to end users about which provisioning artifacts to use."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\ServiceCatalog` - This release adds a new field named Guidance to update provisioning artifact, this field can be set by the administrator to provide guidance to end users about which provisioning artifacts to use.

## 3.100.1 - 2019-06-11

* `Aws\SageMaker` - The default TaskTimeLimitInSeconds of labeling job is increased to 8 hours. Batch Transform introduces a new DataProcessing field which supports input and output filtering and data joining. Training job increases the max allowed input channels from 8 to 20.
Expand Down
16 changes: 13 additions & 3 deletions src/data/servicecatalog/2015-12-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,8 @@
"Id":{"shape":"Id"},
"Name":{"shape":"ProvisioningArtifactName"},
"Description":{"shape":"ProvisioningArtifactDescription"},
"CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"}
"CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"},
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
}
},
"ProvisioningArtifactActive":{"type":"boolean"},
Expand All @@ -2962,13 +2963,21 @@
"Description":{"shape":"ProvisioningArtifactName"},
"Type":{"shape":"ProvisioningArtifactType"},
"CreatedTime":{"shape":"CreationTime"},
"Active":{"shape":"ProvisioningArtifactActive"}
"Active":{"shape":"ProvisioningArtifactActive"},
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
}
},
"ProvisioningArtifactDetails":{
"type":"list",
"member":{"shape":"ProvisioningArtifactDetail"}
},
"ProvisioningArtifactGuidance":{
"type":"string",
"enum":[
"DEFAULT",
"DEPRECATED"
]
},
"ProvisioningArtifactInfo":{
"type":"map",
"key":{"shape":"ProvisioningArtifactInfoKey"},
Expand Down Expand Up @@ -3806,7 +3815,8 @@
"ProvisioningArtifactId":{"shape":"Id"},
"Name":{"shape":"ProvisioningArtifactName"},
"Description":{"shape":"ProvisioningArtifactDescription"},
"Active":{"shape":"ProvisioningArtifactActive"}
"Active":{"shape":"ProvisioningArtifactActive"},
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
}
},
"UpdateProvisioningArtifactOutput":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/servicecatalog/2015-12-10/api-2.json.php

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion src/data/servicecatalog/2015-12-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,14 @@
"ListProvisioningArtifactsOutput$ProvisioningArtifactDetails": "<p>Information about the provisioning artifacts.</p>"
}
},
"ProvisioningArtifactGuidance": {
"base": null,
"refs": {
"ProvisioningArtifact$Guidance": "<p>Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.</p>",
"ProvisioningArtifactDetail$Guidance": "<p>Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.</p>",
"UpdateProvisioningArtifactInput$Guidance": "<p>Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.</p> <p>The <code>DEFAULT</code> value indicates that the product version is active.</p> <p>The administrator can set the guidance to <code>DEPRECATED</code> to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.</p>"
}
},
"ProvisioningArtifactInfo": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2761,7 +2769,7 @@
"refs": {
"CreatePortfolioOutput$Tags": "<p>Information about the tags associated with the portfolio.</p>",
"CreateProductOutput$Tags": "<p>Information about the tags associated with the product.</p>",
"CreateProvisionedProductPlanInput$Tags": "<p>One or more tags.</p>",
"CreateProvisionedProductPlanInput$Tags": "<p>One or more tags.</p> <p>If the plan is for an existing provisioned product, the product must have a <code>RESOURCE_UPDATE</code> constraint with <code>TagUpdatesOnProvisionedProduct</code> set to <code>ALLOWED</code> to allow tag updates.</p>",
"DescribePortfolioOutput$Tags": "<p>Information about the tags associated with the portfolio.</p>",
"DescribeProductAsAdminOutput$Tags": "<p>Information about the tags associated with the product.</p>",
"LaunchPathSummary$Tags": "<p>The tags associated with this product path.</p>",
Expand Down
2 changes: 1 addition & 1 deletion src/data/servicecatalog/2015-12-10/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 084c12c

Please sign in to comment.