Skip to content

Commit

Permalink
Release v1.37.13 (2021-02-17) (#3788)
Browse files Browse the repository at this point in the history
Release v1.37.13 (2021-02-17)
===

### Service Client Updates
* `service/config`: Updates service API
* `service/ec2`: Updates service API and documentation
  * This release includes a new filter for describe-vpc-endpoint-services.
* `service/lookoutvision`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Feb 17, 2021
1 parent 8d9532c commit c30a7b2
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 173 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.37.13 (2021-02-17)
===

### Service Client Updates
* `service/config`: Updates service API
* `service/ec2`: Updates service API and documentation
* This release includes a new filter for describe-vpc-endpoint-services.
* `service/lookoutvision`: Updates service API and documentation

Release v1.37.12 (2021-02-16)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.12"
const SDKVersion = "1.37.13"
3 changes: 2 additions & 1 deletion models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,8 @@
"type":"string",
"enum":[
"COMPLIANT",
"NON_COMPLIANT"
"NON_COMPLIANT",
"INSUFFICIENT_DATA"
]
},
"ConformancePackConfigRuleNames":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29507,7 +29507,7 @@
"type":"structure",
"members":{
"AssociationId":{
"shape":"String",
"shape":"SubnetCidrAssociationId",
"locationName":"associationId"
},
"Ipv6CidrBlock":{
Expand Down
82 changes: 41 additions & 41 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions models/apis/lookoutvision/2020-11-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
"ContentType":{
"shape":"ContentType",
"location":"header",
"locationName":"content-type"
"locationName":"Content-Type"
}
},
"payload":"Body"
Expand Down Expand Up @@ -952,10 +952,11 @@
"ModelHostingStatus":{
"type":"string",
"enum":[
"RUNNING",
"STARTING",
"STOPPED",
"FAILED"
"STARTING_HOSTING",
"HOSTED",
"HOSTING_FAILED",
"STOPPING_HOSTING",
"SYSTEM_UPDATING"
]
},
"ModelMetadata":{
Expand Down
16 changes: 8 additions & 8 deletions models/apis/lookoutvision/2020-11-20/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"CreateDataset": "<p>Creates a new dataset in an Amazon Lookout for Vision project. <code>CreateDataset</code> can create a training or a test dataset from a valid dataset source (<code>DatasetSource</code>).</p> <p>If you want a single dataset project, specify <code>train</code> for the value of <code>DatasetType</code>.</p> <p>To have a project with separate training and test datasets, call <code>CreateDataset</code> twice. On the first call, specify <code>train</code> for the value of <code>DatasetType</code>. On the second call, specify <code>test</code> for the value of <code>DatasetType</code>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:CreateDataset</code> operation.</p>",
"CreateModel": "<p>Creates a new version of a model within an an Amazon Lookout for Vision project. <code>CreateModel</code> is an asynchronous operation in which Amazon Lookout for Vision trains, tests, and evaluates a new version of a model. </p> <p>To get the current status, check the <code>Status</code> field returned in the response from <a>DescribeModel</a>.</p> <p>If the project has a single dataset, Amazon Lookout for Vision internally splits the dataset to create a training and a test dataset. If the project has a training and a test dataset, Lookout for Vision uses the respective datasets to train and test the model. </p> <p>After training completes, the evaluation metrics are stored at the location specified in <code>OutputConfig</code>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:CreateModel</code> operation. If you want to tag your model, you also require permission to the <code>lookoutvision:TagResource</code> operation.</p>",
"CreateProject": "<p>Creates an empty Amazon Lookout for Vision project. After you create the project, add a dataset by calling <a>CreateDataset</a>.</p> <p>This operation requires permissions to perform the <code>lookoutvision:CreateProject</code> operation.</p>",
"DeleteDataset": "<p>Deletes an existing Amazon Lookout for Vision <code>dataset</code>. </p> <p>If your the project has a single dataset, you must create a new dataset before you can create a model.</p> <p>If you project has a training dataset and a test dataset consider the following. </p> <ul> <li> <p>If you delete the test dataset, your project reverts to a single dataset project. If you then train the model, Amazon Lookout for Vision internally splits the remaining dataset into a training and test dataset.</p> </li> <li> <p>If you delete the training dataset, you must create a training dataset before you can create a model.</p> </li> </ul> <p>It might take a while to delete the dataset. To check the current status, check the <code>Status</code> field in the response from a call to <a>DescribeDataset</a>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:DeleteDataset</code> operation.</p>",
"DeleteModel": "<p>Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the <a>StopModel</a> operation.</p> <p>This operation requires permissions to perform the <code>lookoutvision:DeleteModel</code> operation.</p>",
"DeleteDataset": "<p>Deletes an existing Amazon Lookout for Vision <code>dataset</code>. </p> <p>If your the project has a single dataset, you must create a new dataset before you can create a model.</p> <p>If you project has a training dataset and a test dataset consider the following. </p> <ul> <li> <p>If you delete the test dataset, your project reverts to a single dataset project. If you then train the model, Amazon Lookout for Vision internally splits the remaining dataset into a training and test dataset.</p> </li> <li> <p>If you delete the training dataset, you must create a training dataset before you can create a model.</p> </li> </ul> <p>This operation requires permissions to perform the <code>lookoutvision:DeleteDataset</code> operation.</p>",
"DeleteModel": "<p>Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the <a>StopModel</a> operation.</p> <p>It might take a few seconds to delete a model. To determine if a model has been deleted, call <a>ListProjects</a> and check if the version of the model (<code>ModelVersion</code>) is in the <code>Models</code> array. </p> <p>This operation requires permissions to perform the <code>lookoutvision:DeleteModel</code> operation.</p>",
"DeleteProject": "<p>Deletes an Amazon Lookout for Vision project.</p> <p>To delete a project, you must first delete each version of the model associated with the project. To delete a model use the <a>DeleteModel</a> operation.</p> <p>You also have to delete the dataset(s) associated with the model. For more information, see <a>DeleteDataset</a>. The images referenced by the training and test datasets aren't deleted. </p> <p>This operation requires permissions to perform the <code>lookoutvision:DeleteProject</code> operation.</p>",
"DescribeDataset": "<p>Describe an Amazon Lookout for Vision dataset.</p> <p>This operation requires permissions to perform the <code>lookoutvision:DescribeDataset</code> operation.</p>",
"DescribeModel": "<p>Describes a version of an Amazon Lookout for Vision model.</p> <p>This operation requires permissions to perform the <code>lookoutvision:DescribeModel</code> operation.</p>",
Expand All @@ -16,8 +16,8 @@
"ListModels": "<p>Lists the versions of a model in an Amazon Lookout for Vision project.</p> <p>This operation requires permissions to perform the <code>lookoutvision:ListModels</code> operation.</p>",
"ListProjects": "<p>Lists the Amazon Lookout for Vision projects in your AWS account.</p> <p>This operation requires permissions to perform the <code>lookoutvision:ListProjects</code> operation.</p>",
"ListTagsForResource": "<p>Returns a list of tags attached to the specified Amazon Lookout for Vision model.</p> <p>This operation requires permissions to perform the <code>lookoutvision:ListTagsForResource</code> operation.</p>",
"StartModel": "<p>Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use <a>DescribeModel</a>.</p> <p>Once the model is running, you can detect custom labels in new images by calling <a>DetectAnomalies</a>.</p> <note> <p>You are charged for the amount of time that the model is running. To stop a running model, call <a>StopModel</a>.</p> </note> <p>This operation requires permissions to perform the <code>lookoutvision:StartModel</code> operation.</p>",
"StopModel": "<p>Stops a running model. The operation might take a while to complete. To check the current status, call <a>DescribeModel</a>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:StopModel</code> operation.</p>",
"StartModel": "<p>Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use <a>DescribeModel</a>.</p> <p>A model is ready to use when its status is <code>HOSTED</code>.</p> <p>Once the model is running, you can detect custom labels in new images by calling <a>DetectAnomalies</a>.</p> <note> <p>You are charged for the amount of time that the model is running. To stop a running model, call <a>StopModel</a>.</p> </note> <p>This operation requires permissions to perform the <code>lookoutvision:StartModel</code> operation.</p>",
"StopModel": "<p>Stops the hosting of a running model. The operation might take a while to complete. To check the current status, call <a>DescribeModel</a>. </p> <p>After the model hosting stops, the <code>Status</code> of the model is <code>TRAINED</code>.</p> <p>This operation requires permissions to perform the <code>lookoutvision:StopModel</code> operation.</p>",
"TagResource": "<p>Adds one or more key-value tags to an Amazon Lookout for Vision model. For more information, see <i>Tagging a model</i> in the <i>Amazon Lookout for Vision Developer Guide</i>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:TagResource</code> operation.</p>",
"UntagResource": "<p>Removes one or more tags from an Amazon Lookout for Vision model. For more information, see <i>Tagging a model</i> in the <i>Amazon Lookout for Vision Developer Guide</i>. </p> <p>This operation requires permissions to perform the <code>lookoutvision:UntagResource</code> operation.</p>",
"UpdateDatasetEntries": "<p>Adds one or more JSON Line entries to a dataset. A JSON Line includes information about an image used for training or testing an Amazon Lookout for Vision model. The following is an example JSON Line.</p> <p>Updating a dataset might take a while to complete. To check the current status, call <a>DescribeDataset</a> and check the <code>Status</code> field in the response.</p> <p>This operation requires permissions to perform the <code>lookoutvision:UpdateDatasetEntries</code> operation.</p>"
Expand Down Expand Up @@ -343,7 +343,7 @@
"KmsKeyId": {
"base": null,
"refs": {
"CreateModelRequest$KmsKeyId": "<p>The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for encypting the model. If this parameter is not specified, the model is encrypted by a key that AWS owns and manages.</p>",
"CreateModelRequest$KmsKeyId": "<p>The identifier for your AWS Key Management Service (AWS KMS) customer master key (CMK). The key is used to encrypt training and test images copied into the service for model training. Your source images are unaffected. If this parameter is not specified, the copied images are encrypted by a key that AWS owns and manages.</p>",
"ModelDescription$KmsKeyId": "<p>The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.</p>"
}
},
Expand Down Expand Up @@ -576,17 +576,17 @@
"refs": {
"InputS3Object$Bucket": "<p>The Amazon S3 bucket that contains the manifest.</p>",
"OutputS3Object$Bucket": "<p>The bucket that contains the training output.</p>",
"S3Location$Bucket": "<p>The S3 bucket that contain the manifest file.</p>"
"S3Location$Bucket": "<p>The S3 bucket that contains the training output.</p>"
}
},
"S3KeyPrefix": {
"base": null,
"refs": {
"S3Location$Prefix": "<p>The path and name of the manifest file with the S3 bucket.</p>"
"S3Location$Prefix": "<p>The path of the folder, within the S3 bucket, that contains the training output.</p>"
}
},
"S3Location": {
"base": "<p>Information about the location of a manifest file.</p>",
"base": "<p>Information about the location training output.</p>",
"refs": {
"OutputConfig$S3Location": "<p>The S3 location for the output.</p>"
}
Expand Down
4 changes: 4 additions & 0 deletions service/configservice/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c30a7b2

Please sign in to comment.