Skip to content

Commit

Permalink
Release v1.40.55 (2021-10-04) (#4122)
Browse files Browse the repository at this point in the history
Release v1.40.55 (2021-10-04)
===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
  * CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
* `service/elasticfilesystem`: Updates service API
  * EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
* `service/kms`: Updates service documentation and examples
  * Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs
  • Loading branch information
aws-sdk-go-automation committed Oct 4, 2021
1 parent a14a1ce commit 1c5e23b
Show file tree
Hide file tree
Showing 11 changed files with 1,604 additions and 38 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.40.55 (2021-10-04)
===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
* CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
* `service/elasticfilesystem`: Updates service API
* EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
* `service/kms`: Updates service documentation and examples
* Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs

Release v1.40.54 (2021-10-01)
===

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.40.54"
const SDKVersion = "1.40.55"
10 changes: 9 additions & 1 deletion models/apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,13 @@
"reportsNotFound":{"shape":"ReportArns"}
}
},
"BatchReportModeType":{
"type":"string",
"enum":[
"REPORT_INDIVIDUAL_BUILDS",
"REPORT_AGGREGATED_BATCH"
]
},
"BatchRestrictions":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1769,7 +1776,8 @@
"serviceRole":{"shape":"NonEmptyString"},
"combineArtifacts":{"shape":"WrapperBoolean"},
"restrictions":{"shape":"BatchRestrictions"},
"timeoutInMins":{"shape":"WrapperInt"}
"timeoutInMins":{"shape":"WrapperInt"},
"batchReportMode":{"shape":"BatchReportModeType"}
}
},
"ProjectCache":{
Expand Down
12 changes: 9 additions & 3 deletions models/apis/codebuild/2016-10-06/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
"refs": {
}
},
"BatchReportModeType": {
"base": null,
"refs": {
"ProjectBuildBatchConfig$batchReportMode": "<p>Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.</p> <dl> <dt>REPORT_AGGREGATED_BATCH</dt> <dd> <p>(Default) Aggregate all of the build statuses into a single status report.</p> </dd> <dt>REPORT_INDIVIDUAL_BUILDS</dt> <dd> <p>Send a separate status report for each individual build.</p> </dd> </dl>"
}
},
"BatchRestrictions": {
"base": "<p>Specifies restrictions for the batch build.</p>",
"refs": {
Expand Down Expand Up @@ -258,7 +264,7 @@
"BatchGetBuildsInput$ids": "<p>The IDs of the builds.</p>",
"BatchGetBuildsOutput$buildsNotFound": "<p>The IDs of builds for which information could not be found.</p>",
"DeleteBuildBatchOutput$buildsDeleted": "<p>An array of strings that contain the identifiers of the builds that were deleted.</p>",
"ListBuildsForProjectOutput$ids": "<p>A list of build IDs for the specified build project, with each build ID representing a single build.</p>",
"ListBuildsForProjectOutput$ids": "<p>A list of build identifiers for the specified build project, with each build ID representing a single build.</p>",
"ListBuildsOutput$ids": "<p>A list of build IDs, with each build ID representing a single build.</p>"
}
},
Expand Down Expand Up @@ -1042,7 +1048,7 @@
"Project$secondaryArtifacts": "<p>An array of <code>ProjectArtifacts</code> objects. </p>",
"StartBuildBatchInput$secondaryArtifactsOverride": "<p>An array of <code>ProjectArtifacts</code> objects that override the secondary artifacts defined in the batch build project.</p>",
"StartBuildInput$secondaryArtifactsOverride": "<p> An array of <code>ProjectArtifacts</code> objects. </p>",
"UpdateProjectInput$secondaryArtifacts": "<p> An array of <code>ProjectSource</code> objects. </p>"
"UpdateProjectInput$secondaryArtifacts": "<p> An array of <code>ProjectArtifact</code> objects. </p>"
}
},
"ProjectBadge": {
Expand Down Expand Up @@ -1446,7 +1452,7 @@
"DescribeCodeCoveragesInput$sortOrder": "<p>Specifies if the results are sorted in ascending or descending order.</p>",
"ListBuildBatchesForProjectInput$sortOrder": "<p>Specifies the sort order of the returned items. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the batch build identifiers in ascending order by identifier.</p> </li> <li> <p> <code>DESCENDING</code>: List the batch build identifiers in descending order by identifier.</p> </li> </ul>",
"ListBuildBatchesInput$sortOrder": "<p>Specifies the sort order of the returned items. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the batch build identifiers in ascending order by identifier.</p> </li> <li> <p> <code>DESCENDING</code>: List the batch build identifiers in descending order by identifier.</p> </li> </ul>",
"ListBuildsForProjectInput$sortOrder": "<p>The order to list results in. The results are sorted by build number, not the build identifier.</p> <p>Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the build IDs in ascending order by build ID.</p> </li> <li> <p> <code>DESCENDING</code>: List the build IDs in descending order by build ID.</p> </li> </ul> <p>If the project has more than 100 builds, setting the sort order will result in an error. </p>",
"ListBuildsForProjectInput$sortOrder": "<p>The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.</p> <p>Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the build identifiers in ascending order, by build number.</p> </li> <li> <p> <code>DESCENDING</code>: List the build identifiers in descending order, by build number.</p> </li> </ul> <p>If the project has more than 100 builds, setting the sort order will result in an error. </p>",
"ListBuildsInput$sortOrder": "<p>The order to list build IDs. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the build IDs in ascending order by build ID.</p> </li> <li> <p> <code>DESCENDING</code>: List the build IDs in descending order by build ID.</p> </li> </ul>",
"ListProjectsInput$sortOrder": "<p>The order in which to list build projects. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List in ascending order.</p> </li> <li> <p> <code>DESCENDING</code>: List in descending order.</p> </li> </ul> <p>Use <code>sortBy</code> to specify the criterion to be used to list build project names.</p>",
"ListReportGroupsInput$sortOrder": "<p> Used to specify the order to sort the list of returned report groups. Valid values are <code>ASCENDING</code> and <code>DESCENDING</code>. </p>",
Expand Down
1 change: 1 addition & 0 deletions models/apis/elasticfilesystem/2015-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
"input":{"shape":"PutAccountPreferencesRequest"},
"output":{"shape":"PutAccountPreferencesResponse"},
"errors":[
{"shape":"BadRequest"},
{"shape":"InternalServerError"}
]
},
Expand Down
Loading

0 comments on commit 1c5e23b

Please sign in to comment.