-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Aug 11, 2021
1 parent
6c2e6d8
commit cf5eb8b
Showing
32 changed files
with
3,900 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "CodeBuild", | ||
"description": "CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Nimble", | ||
"description": "Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SnowDeviceManagement", | ||
"description": "AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.