Skip to content

Commit

Permalink
Updates SDK to v2.966.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 11, 2021
1 parent 6c2e6d8 commit cf5eb8b
Show file tree
Hide file tree
Showing 32 changed files with 3,900 additions and 967 deletions.
17 changes: 17 additions & 0 deletions .changes/2.966.0.json
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."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.965.0-->
<!--LATEST=2.966.0-->
<!--ENTRYINSERT-->

## 2.966.0
* feature: CodeBuild: CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
* feature: Nimble: 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.
* feature: SnowDeviceManagement: AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices.

## 2.965.0
* feature: Chime: Add support for "auto" in Region field of StartMeetingTranscription API request.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.965.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.966.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
276 changes: 0 additions & 276 deletions apis/codebuild-2016-10-06.examples.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 cf5eb8b

Please sign in to comment.