Skip to content

Commit cf5eb8b

Browse files
author
awstools
committed
Updates SDK to v2.966.0
1 parent 6c2e6d8 commit cf5eb8b

32 files changed

+3900
-967
lines changed

.changes/2.966.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeBuild",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Nimble",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SnowDeviceManagement",
15+
"description": "AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.965.0-->
2+
<!--LATEST=2.966.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.966.0
6+
* 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.
7+
* 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.
8+
* feature: SnowDeviceManagement: AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices.
9+
510
## 2.965.0
611
* feature: Chime: Add support for "auto" in Region field of StartMeetingTranscription API request.
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

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

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of
Lines changed: 0 additions & 276 deletions
Original file line numberDiff line numberDiff line change
@@ -1,281 +1,5 @@
11
{
22
"version": "1.0",
33
"examples": {
4-
"BatchGetBuilds": [
5-
{
6-
"input": {
7-
"ids": [
8-
"codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
9-
"codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX"
10-
]
11-
},
12-
"output": {
13-
"builds": [
14-
{
15-
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
16-
"artifacts": {
17-
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
18-
},
19-
"buildComplete": true,
20-
"buildStatus": "SUCCEEDED",
21-
"currentPhase": "COMPLETED",
22-
"endTime": 1479832474.764,
23-
"environment": {
24-
"type": "LINUX_CONTAINER",
25-
"computeType": "BUILD_GENERAL1_SMALL",
26-
"environmentVariables": [
27-
28-
],
29-
"image": "aws/codebuild/java:openjdk-8",
30-
"privilegedMode": false
31-
},
32-
"id": "codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
33-
"initiator": "MyDemoUser",
34-
"logs": {
35-
"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",
36-
"groupName": "/aws/codebuild/codebuild-demo-project",
37-
"streamName": "9b0ac37f-d19e-4254-9079-f47e9a389eEX"
38-
},
39-
"phases": [
40-
{
41-
"durationInSeconds": 0,
42-
"endTime": 1479832342.23,
43-
"phaseStatus": "SUCCEEDED",
44-
"phaseType": "SUBMITTED",
45-
"startTime": 1479832341.854
46-
},
47-
{
48-
"contexts": [
49-
50-
],
51-
"durationInSeconds": 72,
52-
"endTime": 1479832415.064,
53-
"phaseStatus": "SUCCEEDED",
54-
"phaseType": "PROVISIONING",
55-
"startTime": 1479832342.23
56-
},
57-
{
58-
"contexts": [
59-
60-
],
61-
"durationInSeconds": 46,
62-
"endTime": 1479832461.261,
63-
"phaseStatus": "SUCCEEDED",
64-
"phaseType": "DOWNLOAD_SOURCE",
65-
"startTime": 1479832415.064
66-
},
67-
{
68-
"contexts": [
69-
70-
],
71-
"durationInSeconds": 0,
72-
"endTime": 1479832461.354,
73-
"phaseStatus": "SUCCEEDED",
74-
"phaseType": "INSTALL",
75-
"startTime": 1479832461.261
76-
},
77-
{
78-
"contexts": [
79-
80-
],
81-
"durationInSeconds": 0,
82-
"endTime": 1479832461.448,
83-
"phaseStatus": "SUCCEEDED",
84-
"phaseType": "PRE_BUILD",
85-
"startTime": 1479832461.354
86-
},
87-
{
88-
"contexts": [
89-
90-
],
91-
"durationInSeconds": 9,
92-
"endTime": 1479832471.115,
93-
"phaseStatus": "SUCCEEDED",
94-
"phaseType": "BUILD",
95-
"startTime": 1479832461.448
96-
},
97-
{
98-
"contexts": [
99-
100-
],
101-
"durationInSeconds": 0,
102-
"endTime": 1479832471.224,
103-
"phaseStatus": "SUCCEEDED",
104-
"phaseType": "POST_BUILD",
105-
"startTime": 1479832471.115
106-
},
107-
{
108-
"contexts": [
109-
110-
],
111-
"durationInSeconds": 0,
112-
"endTime": 1479832471.791,
113-
"phaseStatus": "SUCCEEDED",
114-
"phaseType": "UPLOAD_ARTIFACTS",
115-
"startTime": 1479832471.224
116-
},
117-
{
118-
"contexts": [
119-
120-
],
121-
"durationInSeconds": 2,
122-
"endTime": 1479832474.764,
123-
"phaseStatus": "SUCCEEDED",
124-
"phaseType": "FINALIZING",
125-
"startTime": 1479832471.791
126-
},
127-
{
128-
"phaseType": "COMPLETED",
129-
"startTime": 1479832474.764
130-
}
131-
],
132-
"projectName": "codebuild-demo-project",
133-
"source": {
134-
"type": "S3",
135-
"buildspec": "",
136-
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
137-
},
138-
"startTime": 1479832341.854,
139-
"timeoutInMinutes": 60
140-
},
141-
{
142-
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
143-
"artifacts": {
144-
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
145-
},
146-
"buildComplete": true,
147-
"buildStatus": "SUCCEEDED",
148-
"currentPhase": "COMPLETED",
149-
"endTime": 1479401214.239,
150-
"environment": {
151-
"type": "LINUX_CONTAINER",
152-
"computeType": "BUILD_GENERAL1_SMALL",
153-
"environmentVariables": [
154-
155-
],
156-
"image": "aws/codebuild/java:openjdk-8",
157-
"privilegedMode": false
158-
},
159-
"id": "codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
160-
"initiator": "MyDemoUser",
161-
"logs": {
162-
"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",
163-
"groupName": "/aws/codebuild/codebuild-demo-project",
164-
"streamName": "b79a46f7-1473-4636-a23f-da9c45c208EX"
165-
},
166-
"phases": [
167-
{
168-
"durationInSeconds": 0,
169-
"endTime": 1479401082.342,
170-
"phaseStatus": "SUCCEEDED",
171-
"phaseType": "SUBMITTED",
172-
"startTime": 1479401081.869
173-
},
174-
{
175-
"contexts": [
176-
177-
],
178-
"durationInSeconds": 71,
179-
"endTime": 1479401154.129,
180-
"phaseStatus": "SUCCEEDED",
181-
"phaseType": "PROVISIONING",
182-
"startTime": 1479401082.342
183-
},
184-
{
185-
"contexts": [
186-
187-
],
188-
"durationInSeconds": 45,
189-
"endTime": 1479401199.136,
190-
"phaseStatus": "SUCCEEDED",
191-
"phaseType": "DOWNLOAD_SOURCE",
192-
"startTime": 1479401154.129
193-
},
194-
{
195-
"contexts": [
196-
197-
],
198-
"durationInSeconds": 0,
199-
"endTime": 1479401199.236,
200-
"phaseStatus": "SUCCEEDED",
201-
"phaseType": "INSTALL",
202-
"startTime": 1479401199.136
203-
},
204-
{
205-
"contexts": [
206-
207-
],
208-
"durationInSeconds": 0,
209-
"endTime": 1479401199.345,
210-
"phaseStatus": "SUCCEEDED",
211-
"phaseType": "PRE_BUILD",
212-
"startTime": 1479401199.236
213-
},
214-
{
215-
"contexts": [
216-
217-
],
218-
"durationInSeconds": 9,
219-
"endTime": 1479401208.68,
220-
"phaseStatus": "SUCCEEDED",
221-
"phaseType": "BUILD",
222-
"startTime": 1479401199.345
223-
},
224-
{
225-
"contexts": [
226-
227-
],
228-
"durationInSeconds": 0,
229-
"endTime": 1479401208.783,
230-
"phaseStatus": "SUCCEEDED",
231-
"phaseType": "POST_BUILD",
232-
"startTime": 1479401208.68
233-
},
234-
{
235-
"contexts": [
236-
237-
],
238-
"durationInSeconds": 0,
239-
"endTime": 1479401209.463,
240-
"phaseStatus": "SUCCEEDED",
241-
"phaseType": "UPLOAD_ARTIFACTS",
242-
"startTime": 1479401208.783
243-
},
244-
{
245-
"contexts": [
246-
247-
],
248-
"durationInSeconds": 4,
249-
"endTime": 1479401214.239,
250-
"phaseStatus": "SUCCEEDED",
251-
"phaseType": "FINALIZING",
252-
"startTime": 1479401209.463
253-
},
254-
{
255-
"phaseType": "COMPLETED",
256-
"startTime": 1479401214.239
257-
}
258-
],
259-
"projectName": "codebuild-demo-project",
260-
"source": {
261-
"type": "S3",
262-
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
263-
},
264-
"startTime": 1479401081.869,
265-
"timeoutInMinutes": 60
266-
}
267-
]
268-
},
269-
"comments": {
270-
"input": {
271-
},
272-
"output": {
273-
}
274-
},
275-
"description": "The following example gets information about builds with the specified build IDs.",
276-
"id": "to-get-information-about-builds-1501187184588",
277-
"title": "To get information about builds"
278-
}
279-
]
2804
}
2815
}

0 commit comments

Comments
 (0)