Skip to content

Commit 878c4d6

Browse files
author
awstools
committed
Updates SDK to v2.1222.0
1 parent 9bc8b25 commit 878c4d6

23 files changed

+1026
-506
lines changed

.changes/2.1222.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BackupGateway",
5+
"description": "Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DeviceFarm",
10+
"description": "This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Documentation updates for Amazon EC2."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1222.0
6+
* feature: BackupGateway: Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.
7+
* feature: DeviceFarm: This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.
8+
* feature: EC2: Documentation updates for Amazon EC2.
9+
* feature: Glue: Added support for S3 Event Notifications for Catalog Target Crawlers.
10+
511
## 2.1221.0
612
* feature: Comprehend: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.
713
* feature: S3Control: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.

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.1221.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1222.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

apis/backup-gateway-2021-01-01.min.json

Lines changed: 59 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,27 @@
132132
"LastSeenTime": {
133133
"type": "timestamp"
134134
},
135+
"MaintenanceStartTime": {
136+
"type": "structure",
137+
"required": [
138+
"HourOfDay",
139+
"MinuteOfHour"
140+
],
141+
"members": {
142+
"DayOfMonth": {
143+
"type": "integer"
144+
},
145+
"DayOfWeek": {
146+
"type": "integer"
147+
},
148+
"HourOfDay": {
149+
"type": "integer"
150+
},
151+
"MinuteOfHour": {
152+
"type": "integer"
153+
}
154+
}
155+
},
135156
"NextUpdateAvailabilityTime": {
136157
"type": "timestamp"
137158
},
@@ -141,6 +162,35 @@
141162
}
142163
}
143164
},
165+
"GetVirtualMachine": {
166+
"input": {
167+
"type": "structure",
168+
"required": [
169+
"ResourceArn"
170+
],
171+
"members": {
172+
"ResourceArn": {}
173+
}
174+
},
175+
"output": {
176+
"type": "structure",
177+
"members": {
178+
"VirtualMachine": {
179+
"type": "structure",
180+
"members": {
181+
"HostName": {},
182+
"HypervisorId": {},
183+
"LastBackupDate": {
184+
"type": "timestamp"
185+
},
186+
"Name": {},
187+
"Path": {},
188+
"ResourceArn": {}
189+
}
190+
}
191+
}
192+
}
193+
},
144194
"ImportHypervisorConfiguration": {
145195
"input": {
146196
"type": "structure",
@@ -153,13 +203,13 @@
153203
"KmsKeyArn": {},
154204
"Name": {},
155205
"Password": {
156-
"shape": "St"
206+
"shape": "S14"
157207
},
158208
"Tags": {
159209
"shape": "S9"
160210
},
161211
"Username": {
162-
"shape": "Su"
212+
"shape": "S15"
163213
}
164214
}
165215
},
@@ -256,6 +306,7 @@
256306
"input": {
257307
"type": "structure",
258308
"members": {
309+
"HypervisorArn": {},
259310
"MaxResults": {
260311
"type": "integer"
261312
},
@@ -348,10 +399,10 @@
348399
"GatewayArn": {},
349400
"Host": {},
350401
"Password": {
351-
"shape": "St"
402+
"shape": "S14"
352403
},
353404
"Username": {
354-
"shape": "Su"
405+
"shape": "S15"
355406
}
356407
}
357408
},
@@ -428,10 +479,10 @@
428479
"HypervisorArn": {},
429480
"Name": {},
430481
"Password": {
431-
"shape": "St"
482+
"shape": "S14"
432483
},
433484
"Username": {
434-
"shape": "Su"
485+
"shape": "S15"
435486
}
436487
}
437488
},
@@ -458,11 +509,11 @@
458509
}
459510
}
460511
},
461-
"St": {
512+
"S14": {
462513
"type": "string",
463514
"sensitive": true
464515
},
465-
"Su": {
516+
"S15": {
466517
"type": "string",
467518
"sensitive": true
468519
}

0 commit comments

Comments
 (0)