Skip to content

Commit

Permalink
Release v1.42.42 (2022-01-26) (#4259)
Browse files Browse the repository at this point in the history
Release v1.42.42 (2022-01-26)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API, documentation, and waiters
* `service/ebs`: Updates service documentation
* `service/frauddetector`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
  * API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 26, 2022
1 parent d59ff27 commit 37a82ef
Show file tree
Hide file tree
Showing 19 changed files with 2,074 additions and 95 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.42.42 (2022-01-26)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API, documentation, and waiters
* `service/ebs`: Updates service documentation
* `service/frauddetector`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
* API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
* `service/securityhub`: Updates service API and documentation

Release v1.42.41 (2022-01-25)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.41"
const SDKVersion = "1.42.42"
9 changes: 7 additions & 2 deletions models/apis/codeguru-reviewer/2019-09-19/api-2.json
Expand Up @@ -676,6 +676,11 @@
"NextToken":{"shape":"NextToken"}
}
},
"ListRecommendationsMaxResults":{
"type":"integer",
"max":300,
"min":1
},
"ListRecommendationsRequest":{
"type":"structure",
"required":["CodeReviewArn"],
Expand All @@ -686,7 +691,7 @@
"locationName":"NextToken"
},
"MaxResults":{
"shape":"MaxResults",
"shape":"ListRecommendationsMaxResults",
"location":"querystring",
"locationName":"MaxResults"
},
Expand Down Expand Up @@ -1199,7 +1204,7 @@
},
"Text":{
"type":"string",
"max":2048,
"max":5000,
"min":1
},
"ThirdPartySourceRepository":{
Expand Down
7 changes: 6 additions & 1 deletion models/apis/codeguru-reviewer/2019-09-19/docs-2.json
Expand Up @@ -341,6 +341,12 @@
"refs": {
}
},
"ListRecommendationsMaxResults": {
"base": null,
"refs": {
"ListRecommendationsRequest$MaxResults": "<p> The maximum number of results that are returned per call. The default is 100. </p>"
}
},
"ListRecommendationsRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -381,7 +387,6 @@
"base": null,
"refs": {
"ListRecommendationFeedbackRequest$MaxResults": "<p> The maximum number of results that are returned per call. The default is 100. </p>",
"ListRecommendationsRequest$MaxResults": "<p> The maximum number of results that are returned per call. The default is 100. </p>",
"ListRepositoryAssociationsRequest$MaxResults": "<p>The maximum number of repository association results returned by <code>ListRepositoryAssociations</code> in paginated output. When this parameter is used, <code>ListRepositoryAssociations</code> only returns <code>maxResults</code> results in a single page with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListRepositoryAssociations</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, <code>ListRepositoryAssociations</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>"
}
},
Expand Down
16 changes: 14 additions & 2 deletions models/apis/codeguru-reviewer/2019-09-19/waiters-2.json
Expand Up @@ -7,14 +7,20 @@
"description": "Wait until a repository association is complete.",
"operation": "DescribeRepositoryAssociation",
"delay": 10,
"maxAttempts": 20,
"maxAttempts": 30,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "RepositoryAssociation.State",
"expected": "Associated"
},
{
"state": "failure",
"matcher": "path",
"argument": "RepositoryAssociation.State",
"expected": "Failed"
},
{
"state": "retry",
"matcher": "path",
Expand All @@ -27,14 +33,20 @@
"description": "Wait until a code review is complete.",
"operation": "DescribeCodeReview",
"delay": 10,
"maxAttempts": 60,
"maxAttempts": 180,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "CodeReview.State",
"expected": "Completed"
},
{
"state": "failure",
"matcher": "path",
"argument": "CodeReview.State",
"expected": "Failed"
},
{
"state": "retry",
"matcher": "path",
Expand Down
12 changes: 6 additions & 6 deletions models/apis/ebs/2019-11-02/docs-2.json
Expand Up @@ -40,8 +40,8 @@
"Block$BlockIndex": "<p>The block index.</p>",
"ChangedBlock$BlockIndex": "<p>The block index.</p>",
"GetSnapshotBlockRequest$BlockIndex": "<p>The block index of the block from which to get data.</p> <p>Obtain the <code>BlockIndex</code> by running the <code>ListChangedBlocks</code> or <code>ListSnapshotBlocks</code> operations.</p>",
"ListChangedBlocksRequest$StartingBlockIndex": "<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p>",
"ListSnapshotBlocksRequest$StartingBlockIndex": "<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p>",
"ListChangedBlocksRequest$StartingBlockIndex": "<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
"ListSnapshotBlocksRequest$StartingBlockIndex": "<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
"PutSnapshotBlockRequest$BlockIndex": "<p>The block index of the block in which to write the data. A block index is a logical index in units of <code>512</code> KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/<code>524288</code>). The logical offset of the data must be <code>512</code> KiB aligned.</p>"
}
},
Expand Down Expand Up @@ -214,8 +214,8 @@
"MaxResults": {
"base": null,
"refs": {
"ListChangedBlocksRequest$MaxResults": "<p>The number of results to return.</p>",
"ListSnapshotBlocksRequest$MaxResults": "<p>The number of results to return.</p>"
"ListChangedBlocksRequest$MaxResults": "<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>",
"ListSnapshotBlocksRequest$MaxResults": "<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>"
}
},
"OwnerId": {
Expand All @@ -227,9 +227,9 @@
"PageToken": {
"base": null,
"refs": {
"ListChangedBlocksRequest$NextToken": "<p>The token to request the next page of results.</p>",
"ListChangedBlocksRequest$NextToken": "<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
"ListChangedBlocksResponse$NextToken": "<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>",
"ListSnapshotBlocksRequest$NextToken": "<p>The token to request the next page of results.</p>",
"ListSnapshotBlocksRequest$NextToken": "<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
"ListSnapshotBlocksResponse$NextToken": "<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>"
}
},
Expand Down

0 comments on commit 37a82ef

Please sign in to comment.