aws-sdk 2.965.0 → 2.966.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.965.0-->
2
+ <!--LATEST=2.966.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
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
+
5
10
  ## 2.965.0
6
11
  * feature: Chime: Add support for "auto" in Region field of StartMeetingTranscription API request.
7
12
 
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
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>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1,281 +1,5 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "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
- ]
280
4
  }
281
5
  }
@@ -125,7 +125,7 @@
125
125
  ],
126
126
  "members": {
127
127
  "reportGroupArns": {
128
- "shape": "S30"
128
+ "shape": "S31"
129
129
  }
130
130
  }
131
131
  },
@@ -135,11 +135,11 @@
135
135
  "reportGroups": {
136
136
  "type": "list",
137
137
  "member": {
138
- "shape": "S33"
138
+ "shape": "S34"
139
139
  }
140
140
  },
141
141
  "reportGroupsNotFound": {
142
- "shape": "S30"
142
+ "shape": "S31"
143
143
  }
144
144
  }
145
145
  }
@@ -152,7 +152,7 @@
152
152
  ],
153
153
  "members": {
154
154
  "reportArns": {
155
- "shape": "S3c"
155
+ "shape": "S3d"
156
156
  }
157
157
  }
158
158
  },
@@ -177,7 +177,7 @@
177
177
  "type": "timestamp"
178
178
  },
179
179
  "exportConfig": {
180
- "shape": "S36"
180
+ "shape": "S37"
181
181
  },
182
182
  "truncated": {
183
183
  "type": "boolean"
@@ -232,7 +232,7 @@
232
232
  }
233
233
  },
234
234
  "reportsNotFound": {
235
- "shape": "S3c"
235
+ "shape": "S3d"
236
236
  }
237
237
  }
238
238
  }
@@ -324,7 +324,7 @@
324
324
  "name": {},
325
325
  "type": {},
326
326
  "exportConfig": {
327
- "shape": "S36"
327
+ "shape": "S37"
328
328
  },
329
329
  "tags": {
330
330
  "shape": "S2o"
@@ -335,7 +335,7 @@
335
335
  "type": "structure",
336
336
  "members": {
337
337
  "reportGroup": {
338
- "shape": "S33"
338
+ "shape": "S34"
339
339
  }
340
340
  }
341
341
  }
@@ -695,7 +695,7 @@
695
695
  "type": "structure",
696
696
  "members": {
697
697
  "filter": {
698
- "shape": "S4y"
698
+ "shape": "S4z"
699
699
  },
700
700
  "maxResults": {
701
701
  "type": "integer"
@@ -720,7 +720,7 @@
720
720
  "members": {
721
721
  "projectName": {},
722
722
  "filter": {
723
- "shape": "S4y"
723
+ "shape": "S4z"
724
724
  },
725
725
  "maxResults": {
726
726
  "type": "integer"
@@ -858,7 +858,7 @@
858
858
  "members": {
859
859
  "nextToken": {},
860
860
  "reportGroups": {
861
- "shape": "S30"
861
+ "shape": "S31"
862
862
  }
863
863
  }
864
864
  }
@@ -873,7 +873,7 @@
873
873
  "type": "integer"
874
874
  },
875
875
  "filter": {
876
- "shape": "S5o"
876
+ "shape": "S5p"
877
877
  }
878
878
  }
879
879
  },
@@ -882,7 +882,7 @@
882
882
  "members": {
883
883
  "nextToken": {},
884
884
  "reports": {
885
- "shape": "S3c"
885
+ "shape": "S3d"
886
886
  }
887
887
  }
888
888
  }
@@ -901,7 +901,7 @@
901
901
  "type": "integer"
902
902
  },
903
903
  "filter": {
904
- "shape": "S5o"
904
+ "shape": "S5p"
905
905
  }
906
906
  }
907
907
  },
@@ -910,7 +910,7 @@
910
910
  "members": {
911
911
  "nextToken": {},
912
912
  "reports": {
913
- "shape": "S3c"
913
+ "shape": "S3d"
914
914
  }
915
915
  }
916
916
  }
@@ -955,7 +955,7 @@
955
955
  "members": {
956
956
  "nextToken": {},
957
957
  "reportGroups": {
958
- "shape": "S30"
958
+ "shape": "S31"
959
959
  }
960
960
  }
961
961
  }
@@ -1315,6 +1315,28 @@
1315
1315
  }
1316
1316
  }
1317
1317
  },
1318
+ "UpdateProjectVisibility": {
1319
+ "input": {
1320
+ "type": "structure",
1321
+ "required": [
1322
+ "projectArn",
1323
+ "projectVisibility"
1324
+ ],
1325
+ "members": {
1326
+ "projectArn": {},
1327
+ "projectVisibility": {},
1328
+ "resourceAccessRole": {}
1329
+ }
1330
+ },
1331
+ "output": {
1332
+ "type": "structure",
1333
+ "members": {
1334
+ "projectArn": {},
1335
+ "publicProjectAlias": {},
1336
+ "projectVisibility": {}
1337
+ }
1338
+ }
1339
+ },
1318
1340
  "UpdateReportGroup": {
1319
1341
  "input": {
1320
1342
  "type": "structure",
@@ -1324,7 +1346,7 @@
1324
1346
  "members": {
1325
1347
  "arn": {},
1326
1348
  "exportConfig": {
1327
- "shape": "S36"
1349
+ "shape": "S37"
1328
1350
  },
1329
1351
  "tags": {
1330
1352
  "shape": "S2o"
@@ -1335,7 +1357,7 @@
1335
1357
  "type": "structure",
1336
1358
  "members": {
1337
1359
  "reportGroup": {
1338
- "shape": "S33"
1360
+ "shape": "S34"
1339
1361
  }
1340
1362
  }
1341
1363
  }
@@ -1996,7 +2018,10 @@
1996
2018
  },
1997
2019
  "concurrentBuildLimit": {
1998
2020
  "type": "integer"
1999
- }
2021
+ },
2022
+ "projectVisibility": {},
2023
+ "publicProjectAlias": {},
2024
+ "resourceAccessRole": {}
2000
2025
  }
2001
2026
  },
2002
2027
  "S2j": {
@@ -2073,18 +2098,18 @@
2073
2098
  }
2074
2099
  }
2075
2100
  },
2076
- "S30": {
2101
+ "S31": {
2077
2102
  "type": "list",
2078
2103
  "member": {}
2079
2104
  },
2080
- "S33": {
2105
+ "S34": {
2081
2106
  "type": "structure",
2082
2107
  "members": {
2083
2108
  "arn": {},
2084
2109
  "name": {},
2085
2110
  "type": {},
2086
2111
  "exportConfig": {
2087
- "shape": "S36"
2112
+ "shape": "S37"
2088
2113
  },
2089
2114
  "created": {
2090
2115
  "type": "timestamp"
@@ -2098,7 +2123,7 @@
2098
2123
  "status": {}
2099
2124
  }
2100
2125
  },
2101
- "S36": {
2126
+ "S37": {
2102
2127
  "type": "structure",
2103
2128
  "members": {
2104
2129
  "exportConfigType": {},
@@ -2117,17 +2142,17 @@
2117
2142
  }
2118
2143
  }
2119
2144
  },
2120
- "S3c": {
2145
+ "S3d": {
2121
2146
  "type": "list",
2122
2147
  "member": {}
2123
2148
  },
2124
- "S4y": {
2149
+ "S4z": {
2125
2150
  "type": "structure",
2126
2151
  "members": {
2127
2152
  "status": {}
2128
2153
  }
2129
2154
  },
2130
- "S5o": {
2155
+ "S5p": {
2131
2156
  "type": "structure",
2132
2157
  "members": {
2133
2158
  "status": {}
@@ -1061,5 +1061,9 @@
1061
1061
  "chimesdkmessaging": {
1062
1062
  "prefix": "chime-sdk-messaging",
1063
1063
  "name": "ChimeSDKMessaging"
1064
+ },
1065
+ "snowdevicemanagement": {
1066
+ "prefix": "snow-device-management",
1067
+ "name": "SnowDeviceManagement"
1064
1068
  }
1065
1069
  }
@@ -176,6 +176,9 @@
176
176
  "launchProfileId": {
177
177
  "locationName": "launchProfileId"
178
178
  },
179
+ "ownedBy": {
180
+ "locationName": "ownedBy"
181
+ },
179
182
  "streamingImageId": {
180
183
  "locationName": "streamingImageId"
181
184
  },
@@ -1329,6 +1332,10 @@
1329
1332
  "location": "querystring",
1330
1333
  "locationName": "nextToken"
1331
1334
  },
1335
+ "ownedBy": {
1336
+ "location": "querystring",
1337
+ "locationName": "ownedBy"
1338
+ },
1332
1339
  "sessionIds": {
1333
1340
  "location": "querystring",
1334
1341
  "locationName": "sessionIds"
@@ -2201,6 +2208,9 @@
2201
2208
  "launchProfileId": {
2202
2209
  "locationName": "launchProfileId"
2203
2210
  },
2211
+ "ownedBy": {
2212
+ "locationName": "ownedBy"
2213
+ },
2204
2214
  "sessionId": {
2205
2215
  "locationName": "sessionId"
2206
2216
  },
@@ -2247,6 +2257,9 @@
2247
2257
  "shape": "S8",
2248
2258
  "locationName": "expiresAt"
2249
2259
  },
2260
+ "ownedBy": {
2261
+ "locationName": "ownedBy"
2262
+ },
2250
2263
  "state": {
2251
2264
  "locationName": "state"
2252
2265
  },
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }