Skip to content

Commit

Permalink
Release v1.40.20 (2021-08-11) (#4055)
Browse files Browse the repository at this point in the history
Release v1.40.20 (2021-08-11)
===

### Service Client Updates
* `service/codebuild`: Updates service API, documentation, and examples
  * CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
* `service/ebs`: Updates service documentation
* `service/ecs`: Updates service documentation
  * Documentation updates for ECS.
* `service/nimble`: Updates service API and documentation
* `service/route53`: Updates service documentation
  * Documentation updates for route53
* `service/snow-device-management`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Aug 11, 2021
1 parent fdc63fd commit 3b4feba
Show file tree
Hide file tree
Showing 29 changed files with 12,432 additions and 6,936 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.40.20 (2021-08-11)
===

### Service Client Updates
* `service/codebuild`: Updates service API, documentation, and examples
* CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
* `service/ebs`: Updates service documentation
* `service/ecs`: Updates service documentation
* Documentation updates for ECS.
* `service/nimble`: Updates service API and documentation
* `service/route53`: Updates service documentation
* Documentation updates for route53
* `service/snow-device-management`: Adds new service

Release v1.40.19 (2021-08-10)
===

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.19"
const SDKVersion = "1.40.20"
45 changes: 44 additions & 1 deletion models/apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,19 @@
{"shape":"ResourceNotFoundException"}
]
},
"UpdateProjectVisibility":{
"name":"UpdateProjectVisibility",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateProjectVisibilityInput"},
"output":{"shape":"UpdateProjectVisibilityOutput"},
"errors":[
{"shape":"InvalidInputException"},
{"shape":"ResourceNotFoundException"}
]
},
"UpdateReportGroup":{
"name":"UpdateReportGroup",
"http":{
Expand Down Expand Up @@ -1709,7 +1722,10 @@
"logsConfig":{"shape":"LogsConfig"},
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"},
"concurrentBuildLimit":{"shape":"WrapperInt"}
"concurrentBuildLimit":{"shape":"WrapperInt"},
"projectVisibility":{"shape":"ProjectVisibilityType"},
"publicProjectAlias":{"shape":"NonEmptyString"},
"resourceAccessRole":{"shape":"NonEmptyString"}
}
},
"ProjectArns":{
Expand Down Expand Up @@ -1865,6 +1881,13 @@
"max":12,
"min":0
},
"ProjectVisibilityType":{
"type":"string",
"enum":[
"PUBLIC_READ",
"PRIVATE"
]
},
"Projects":{
"type":"list",
"member":{"shape":"Project"}
Expand Down Expand Up @@ -2425,6 +2448,26 @@
"project":{"shape":"Project"}
}
},
"UpdateProjectVisibilityInput":{
"type":"structure",
"required":[
"projectArn",
"projectVisibility"
],
"members":{
"projectArn":{"shape":"NonEmptyString"},
"projectVisibility":{"shape":"ProjectVisibilityType"},
"resourceAccessRole":{"shape":"NonEmptyString"}
}
},
"UpdateProjectVisibilityOutput":{
"type":"structure",
"members":{
"projectArn":{"shape":"NonEmptyString"},
"publicProjectAlias":{"shape":"NonEmptyString"},
"projectVisibility":{"shape":"ProjectVisibilityType"}
}
},
"UpdateReportGroupInput":{
"type":"structure",
"required":["arn"],
Expand Down
299 changes: 162 additions & 137 deletions models/apis/codebuild/2016-10-06/docs-2.json

Large diffs are not rendered by default.

276 changes: 0 additions & 276 deletions models/apis/codebuild/2016-10-06/examples-1.json
Original file line number Diff line number Diff line change
@@ -1,281 +1,5 @@
{
"version": "1.0",
"examples": {
"BatchGetBuilds": [
{
"input": {
"ids": [
"codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
"codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX"
]
},
"output": {
"builds": [
{
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
"artifacts": {
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
},
"buildComplete": true,
"buildStatus": "SUCCEEDED",
"currentPhase": "COMPLETED",
"endTime": 1479832474.764,
"environment": {
"type": "LINUX_CONTAINER",
"computeType": "BUILD_GENERAL1_SMALL",
"environmentVariables": [

],
"image": "aws/codebuild/java:openjdk-8",
"privilegedMode": false
},
"id": "codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
"initiator": "MyDemoUser",
"logs": {
"deepLink": "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEvent:group=/aws/codebuild/codebuild-demo-project;stream=9b0ac37f-d19e-4254-9079-f47e9a389eEX",
"groupName": "/aws/codebuild/codebuild-demo-project",
"streamName": "9b0ac37f-d19e-4254-9079-f47e9a389eEX"
},
"phases": [
{
"durationInSeconds": 0,
"endTime": 1479832342.23,
"phaseStatus": "SUCCEEDED",
"phaseType": "SUBMITTED",
"startTime": 1479832341.854
},
{
"contexts": [

],
"durationInSeconds": 72,
"endTime": 1479832415.064,
"phaseStatus": "SUCCEEDED",
"phaseType": "PROVISIONING",
"startTime": 1479832342.23
},
{
"contexts": [

],
"durationInSeconds": 46,
"endTime": 1479832461.261,
"phaseStatus": "SUCCEEDED",
"phaseType": "DOWNLOAD_SOURCE",
"startTime": 1479832415.064
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479832461.354,
"phaseStatus": "SUCCEEDED",
"phaseType": "INSTALL",
"startTime": 1479832461.261
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479832461.448,
"phaseStatus": "SUCCEEDED",
"phaseType": "PRE_BUILD",
"startTime": 1479832461.354
},
{
"contexts": [

],
"durationInSeconds": 9,
"endTime": 1479832471.115,
"phaseStatus": "SUCCEEDED",
"phaseType": "BUILD",
"startTime": 1479832461.448
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479832471.224,
"phaseStatus": "SUCCEEDED",
"phaseType": "POST_BUILD",
"startTime": 1479832471.115
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479832471.791,
"phaseStatus": "SUCCEEDED",
"phaseType": "UPLOAD_ARTIFACTS",
"startTime": 1479832471.224
},
{
"contexts": [

],
"durationInSeconds": 2,
"endTime": 1479832474.764,
"phaseStatus": "SUCCEEDED",
"phaseType": "FINALIZING",
"startTime": 1479832471.791
},
{
"phaseType": "COMPLETED",
"startTime": 1479832474.764
}
],
"projectName": "codebuild-demo-project",
"source": {
"type": "S3",
"buildspec": "",
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
},
"startTime": 1479832341.854,
"timeoutInMinutes": 60
},
{
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
"artifacts": {
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
},
"buildComplete": true,
"buildStatus": "SUCCEEDED",
"currentPhase": "COMPLETED",
"endTime": 1479401214.239,
"environment": {
"type": "LINUX_CONTAINER",
"computeType": "BUILD_GENERAL1_SMALL",
"environmentVariables": [

],
"image": "aws/codebuild/java:openjdk-8",
"privilegedMode": false
},
"id": "codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
"initiator": "MyDemoUser",
"logs": {
"deepLink": "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEvent:group=/aws/codebuild/codebuild-demo-project;stream=b79a46f7-1473-4636-a23f-da9c45c208EX",
"groupName": "/aws/codebuild/codebuild-demo-project",
"streamName": "b79a46f7-1473-4636-a23f-da9c45c208EX"
},
"phases": [
{
"durationInSeconds": 0,
"endTime": 1479401082.342,
"phaseStatus": "SUCCEEDED",
"phaseType": "SUBMITTED",
"startTime": 1479401081.869
},
{
"contexts": [

],
"durationInSeconds": 71,
"endTime": 1479401154.129,
"phaseStatus": "SUCCEEDED",
"phaseType": "PROVISIONING",
"startTime": 1479401082.342
},
{
"contexts": [

],
"durationInSeconds": 45,
"endTime": 1479401199.136,
"phaseStatus": "SUCCEEDED",
"phaseType": "DOWNLOAD_SOURCE",
"startTime": 1479401154.129
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479401199.236,
"phaseStatus": "SUCCEEDED",
"phaseType": "INSTALL",
"startTime": 1479401199.136
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479401199.345,
"phaseStatus": "SUCCEEDED",
"phaseType": "PRE_BUILD",
"startTime": 1479401199.236
},
{
"contexts": [

],
"durationInSeconds": 9,
"endTime": 1479401208.68,
"phaseStatus": "SUCCEEDED",
"phaseType": "BUILD",
"startTime": 1479401199.345
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479401208.783,
"phaseStatus": "SUCCEEDED",
"phaseType": "POST_BUILD",
"startTime": 1479401208.68
},
{
"contexts": [

],
"durationInSeconds": 0,
"endTime": 1479401209.463,
"phaseStatus": "SUCCEEDED",
"phaseType": "UPLOAD_ARTIFACTS",
"startTime": 1479401208.783
},
{
"contexts": [

],
"durationInSeconds": 4,
"endTime": 1479401214.239,
"phaseStatus": "SUCCEEDED",
"phaseType": "FINALIZING",
"startTime": 1479401209.463
},
{
"phaseType": "COMPLETED",
"startTime": 1479401214.239
}
],
"projectName": "codebuild-demo-project",
"source": {
"type": "S3",
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
},
"startTime": 1479401081.869,
"timeoutInMinutes": 60
}
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following example gets information about builds with the specified build IDs.",
"id": "to-get-information-about-builds-1501187184588",
"title": "To get information about builds"
}
]
}
}
Loading

0 comments on commit 3b4feba

Please sign in to comment.