Skip to content

Commit 191882b

Browse files
author
awstools
committed
Updates SDK to v2.1147.0
1 parent 66ac72f commit 191882b

23 files changed

+2669
-398
lines changed

.changes/2.1147.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BackupGateway",
5+
"description": "Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ChimeSDKMeetings",
10+
"description": "Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ForecastService",
15+
"description": "Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Route53",
20+
"description": "Add new APIs to support Route 53 IP Based Routing"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "util",
25+
"description": "set the X-Amzn-Trace-Id header if lambda function name and trace id environmental variables are set"
26+
}
27+
]

.changes/next-release/feature-util-e4a2f425.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1147.0
6+
* feature: BackupGateway: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API
7+
* feature: ChimeSDKMeetings: Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API.
8+
* feature: ForecastService: Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API.
9+
* feature: Route53: Add new APIs to support Route 53 IP Based Routing
10+
* feature: util: set the X-Amzn-Trace-Id header if lambda function name and trace id environmental variables are set
11+
512
## 2.1146.0
613
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
714
* feature: Drs: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.

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.1146.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1147.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: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,38 @@
109109
}
110110
}
111111
},
112+
"GetGateway": {
113+
"input": {
114+
"type": "structure",
115+
"required": [
116+
"GatewayArn"
117+
],
118+
"members": {
119+
"GatewayArn": {}
120+
}
121+
},
122+
"output": {
123+
"type": "structure",
124+
"members": {
125+
"Gateway": {
126+
"type": "structure",
127+
"members": {
128+
"GatewayArn": {},
129+
"GatewayDisplayName": {},
130+
"GatewayType": {},
131+
"HypervisorId": {},
132+
"LastSeenTime": {
133+
"type": "timestamp"
134+
},
135+
"NextUpdateAvailabilityTime": {
136+
"type": "timestamp"
137+
},
138+
"VpcEndpoint": {}
139+
}
140+
}
141+
}
142+
}
143+
},
112144
"ImportHypervisorConfiguration": {
113145
"input": {
114146
"type": "structure",
@@ -121,13 +153,13 @@
121153
"KmsKeyArn": {},
122154
"Name": {},
123155
"Password": {
124-
"shape": "Sn"
156+
"shape": "St"
125157
},
126158
"Tags": {
127159
"shape": "S9"
128160
},
129161
"Username": {
130-
"shape": "So"
162+
"shape": "Su"
131163
}
132164
}
133165
},
@@ -316,10 +348,10 @@
316348
"GatewayArn": {},
317349
"Host": {},
318350
"Password": {
319-
"shape": "Sn"
351+
"shape": "St"
320352
},
321353
"Username": {
322-
"shape": "So"
354+
"shape": "Su"
323355
}
324356
}
325357
},
@@ -368,6 +400,23 @@
368400
}
369401
}
370402
},
403+
"UpdateGatewaySoftwareNow": {
404+
"input": {
405+
"type": "structure",
406+
"required": [
407+
"GatewayArn"
408+
],
409+
"members": {
410+
"GatewayArn": {}
411+
}
412+
},
413+
"output": {
414+
"type": "structure",
415+
"members": {
416+
"GatewayArn": {}
417+
}
418+
}
419+
},
371420
"UpdateHypervisor": {
372421
"input": {
373422
"type": "structure",
@@ -377,11 +426,12 @@
377426
"members": {
378427
"Host": {},
379428
"HypervisorArn": {},
429+
"Name": {},
380430
"Password": {
381-
"shape": "Sn"
431+
"shape": "St"
382432
},
383433
"Username": {
384-
"shape": "So"
434+
"shape": "Su"
385435
}
386436
}
387437
},
@@ -408,11 +458,11 @@
408458
}
409459
}
410460
},
411-
"Sn": {
461+
"St": {
412462
"type": "string",
413463
"sensitive": true
414464
},
415-
"So": {
465+
"Su": {
416466
"type": "string",
417467
"sensitive": true
418468
}

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

Lines changed: 137 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,31 @@
143143
],
144144
"documentation": "<p>Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.</p>"
145145
},
146+
"GetGateway": {
147+
"name": "GetGateway",
148+
"http": {
149+
"method": "POST",
150+
"requestUri": "/"
151+
},
152+
"input": {
153+
"shape": "GetGatewayInput"
154+
},
155+
"output": {
156+
"shape": "GetGatewayOutput"
157+
},
158+
"errors": [
159+
{
160+
"shape": "ValidationException"
161+
},
162+
{
163+
"shape": "InternalServerException"
164+
},
165+
{
166+
"shape": "ResourceNotFoundException"
167+
}
168+
],
169+
"documentation": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
170+
},
146171
"ImportHypervisorConfiguration": {
147172
"name": "ImportHypervisorConfiguration",
148173
"http": {
@@ -393,6 +418,31 @@
393418
],
394419
"documentation": "<p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.</p>"
395420
},
421+
"UpdateGatewaySoftwareNow": {
422+
"name": "UpdateGatewaySoftwareNow",
423+
"http": {
424+
"method": "POST",
425+
"requestUri": "/"
426+
},
427+
"input": {
428+
"shape": "UpdateGatewaySoftwareNowInput"
429+
},
430+
"output": {
431+
"shape": "UpdateGatewaySoftwareNowOutput"
432+
},
433+
"errors": [
434+
{
435+
"shape": "ValidationException"
436+
},
437+
{
438+
"shape": "InternalServerException"
439+
},
440+
{
441+
"shape": "ResourceNotFoundException"
442+
}
443+
],
444+
"documentation": "<p>Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.</p> <note> <p>When you make this request, you get a <code>200 OK</code> success response immediately. However, it might take some time for the update to complete.</p> </note>"
445+
},
396446
"UpdateHypervisor": {
397447
"name": "UpdateHypervisor",
398448
"http": {
@@ -597,6 +647,40 @@
597647
"min": 50,
598648
"pattern": "^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
599649
},
650+
"GatewayDetails": {
651+
"type": "structure",
652+
"members": {
653+
"GatewayArn": {
654+
"shape": "GatewayArn",
655+
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
656+
},
657+
"GatewayDisplayName": {
658+
"shape": "Name",
659+
"documentation": "<p>The display name of the gateway.</p>"
660+
},
661+
"GatewayType": {
662+
"shape": "GatewayType",
663+
"documentation": "<p>The type of the gateway type.</p>"
664+
},
665+
"HypervisorId": {
666+
"shape": "HypervisorId",
667+
"documentation": "<p>The hypervisor ID of the gateway.</p>"
668+
},
669+
"LastSeenTime": {
670+
"shape": "Time",
671+
"documentation": "<p>Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.</p>"
672+
},
673+
"NextUpdateAvailabilityTime": {
674+
"shape": "Time",
675+
"documentation": "<p>Details showing the next update availability time of the gateway.</p>"
676+
},
677+
"VpcEndpoint": {
678+
"shape": "VpcEndpoint",
679+
"documentation": "<p>The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.</p>"
680+
}
681+
},
682+
"documentation": "<p>The details of gateway.</p>"
683+
},
600684
"GatewayType": {
601685
"type": "string",
602686
"enum": [
@@ -609,6 +693,27 @@
609693
"shape": "Gateway"
610694
}
611695
},
696+
"GetGatewayInput": {
697+
"type": "structure",
698+
"required": [
699+
"GatewayArn"
700+
],
701+
"members": {
702+
"GatewayArn": {
703+
"shape": "GatewayArn",
704+
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway.</p>"
705+
}
706+
}
707+
},
708+
"GetGatewayOutput": {
709+
"type": "structure",
710+
"members": {
711+
"Gateway": {
712+
"shape": "GatewayDetails",
713+
"documentation": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
714+
}
715+
}
716+
},
612717
"Host": {
613718
"type": "string",
614719
"max": 128,
@@ -918,7 +1023,7 @@
9181023
},
9191024
"Value": {
9201025
"shape": "TagValue",
921-
"documentation": "<p>The key part of a value's key-value pair.</p>"
1026+
"documentation": "<p>The value part of a tag's key-value pair.</p>"
9221027
}
9231028
},
9241029
"documentation": "<p>A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.</p>"
@@ -1056,6 +1161,27 @@
10561161
}
10571162
}
10581163
},
1164+
"UpdateGatewaySoftwareNowInput": {
1165+
"type": "structure",
1166+
"required": [
1167+
"GatewayArn"
1168+
],
1169+
"members": {
1170+
"GatewayArn": {
1171+
"shape": "GatewayArn",
1172+
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway to be updated.</p>"
1173+
}
1174+
}
1175+
},
1176+
"UpdateGatewaySoftwareNowOutput": {
1177+
"type": "structure",
1178+
"members": {
1179+
"GatewayArn": {
1180+
"shape": "GatewayArn",
1181+
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
1182+
}
1183+
}
1184+
},
10591185
"UpdateHypervisorInput": {
10601186
"type": "structure",
10611187
"required": [
@@ -1070,6 +1196,10 @@
10701196
"shape": "ServerArn",
10711197
"documentation": "<p>The Amazon Resource Name (ARN) of the hypervisor to update.</p>"
10721198
},
1199+
"Name": {
1200+
"shape": "Name",
1201+
"documentation": "<p>The updated name for the hypervisor</p>"
1202+
},
10731203
"Password": {
10741204
"shape": "Password",
10751205
"documentation": "<p>The updated password for the hypervisor.</p>"
@@ -1121,7 +1251,7 @@
11211251
},
11221252
"ResourceArn": {
11231253
"shape": "ResourceArn",
1124-
"documentation": "<p>The Amazon Resource Name (ARN) of the virtual machine.</p>"
1254+
"documentation": "<p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>"
11251255
}
11261256
},
11271257
"documentation": "<p>A virtual machine that is on a hypervisor.</p>"
@@ -1132,6 +1262,11 @@
11321262
"shape": "VirtualMachine"
11331263
}
11341264
},
1265+
"VpcEndpoint": {
1266+
"type": "string",
1267+
"max": 255,
1268+
"min": 1
1269+
},
11351270
"string": {
11361271
"type": "string"
11371272
}

0 commit comments

Comments
 (0)