Skip to content

Commit

Permalink
Updates SDK to v2.1147.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 1, 2022
1 parent 66ac72f commit 191882b
Show file tree
Hide file tree
Showing 23 changed files with 2,669 additions and 398 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1147.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "BackupGateway",
"description": "Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API"
},
{
"type": "feature",
"category": "ChimeSDKMeetings",
"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."
},
{
"type": "feature",
"category": "ForecastService",
"description": "Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API."
},
{
"type": "feature",
"category": "Route53",
"description": "Add new APIs to support Route 53 IP Based Routing"
},
{
"type": "feature",
"category": "util",
"description": "set the X-Amzn-Trace-Id header if lambda function name and trace id environmental variables are set"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-util-e4a2f425.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1146.0-->
<!--LATEST=2.1147.0-->
<!--ENTRYINSERT-->

## 2.1147.0
* feature: BackupGateway: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API
* 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.
* feature: ForecastService: Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API.
* feature: Route53: Add new APIs to support Route 53 IP Based Routing
* feature: util: set the X-Amzn-Trace-Id header if lambda function name and trace id environmental variables are set

## 2.1146.0
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
* feature: Drs: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.
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.1146.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1147.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
66 changes: 58 additions & 8 deletions apis/backup-gateway-2021-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,38 @@
}
}
},
"GetGateway": {
"input": {
"type": "structure",
"required": [
"GatewayArn"
],
"members": {
"GatewayArn": {}
}
},
"output": {
"type": "structure",
"members": {
"Gateway": {
"type": "structure",
"members": {
"GatewayArn": {},
"GatewayDisplayName": {},
"GatewayType": {},
"HypervisorId": {},
"LastSeenTime": {
"type": "timestamp"
},
"NextUpdateAvailabilityTime": {
"type": "timestamp"
},
"VpcEndpoint": {}
}
}
}
}
},
"ImportHypervisorConfiguration": {
"input": {
"type": "structure",
Expand All @@ -121,13 +153,13 @@
"KmsKeyArn": {},
"Name": {},
"Password": {
"shape": "Sn"
"shape": "St"
},
"Tags": {
"shape": "S9"
},
"Username": {
"shape": "So"
"shape": "Su"
}
}
},
Expand Down Expand Up @@ -316,10 +348,10 @@
"GatewayArn": {},
"Host": {},
"Password": {
"shape": "Sn"
"shape": "St"
},
"Username": {
"shape": "So"
"shape": "Su"
}
}
},
Expand Down Expand Up @@ -368,6 +400,23 @@
}
}
},
"UpdateGatewaySoftwareNow": {
"input": {
"type": "structure",
"required": [
"GatewayArn"
],
"members": {
"GatewayArn": {}
}
},
"output": {
"type": "structure",
"members": {
"GatewayArn": {}
}
}
},
"UpdateHypervisor": {
"input": {
"type": "structure",
Expand All @@ -377,11 +426,12 @@
"members": {
"Host": {},
"HypervisorArn": {},
"Name": {},
"Password": {
"shape": "Sn"
"shape": "St"
},
"Username": {
"shape": "So"
"shape": "Su"
}
}
},
Expand All @@ -408,11 +458,11 @@
}
}
},
"Sn": {
"St": {
"type": "string",
"sensitive": true
},
"So": {
"Su": {
"type": "string",
"sensitive": true
}
Expand Down
139 changes: 137 additions & 2 deletions apis/backup-gateway-2021-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,31 @@
],
"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>"
},
"GetGateway": {
"name": "GetGateway",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "GetGatewayInput"
},
"output": {
"shape": "GetGatewayOutput"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ResourceNotFoundException"
}
],
"documentation": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
},
"ImportHypervisorConfiguration": {
"name": "ImportHypervisorConfiguration",
"http": {
Expand Down Expand Up @@ -393,6 +418,31 @@
],
"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>"
},
"UpdateGatewaySoftwareNow": {
"name": "UpdateGatewaySoftwareNow",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "UpdateGatewaySoftwareNowInput"
},
"output": {
"shape": "UpdateGatewaySoftwareNowOutput"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ResourceNotFoundException"
}
],
"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>"
},
"UpdateHypervisor": {
"name": "UpdateHypervisor",
"http": {
Expand Down Expand Up @@ -597,6 +647,40 @@
"min": 50,
"pattern": "^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
},
"GatewayDetails": {
"type": "structure",
"members": {
"GatewayArn": {
"shape": "GatewayArn",
"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>"
},
"GatewayDisplayName": {
"shape": "Name",
"documentation": "<p>The display name of the gateway.</p>"
},
"GatewayType": {
"shape": "GatewayType",
"documentation": "<p>The type of the gateway type.</p>"
},
"HypervisorId": {
"shape": "HypervisorId",
"documentation": "<p>The hypervisor ID of the gateway.</p>"
},
"LastSeenTime": {
"shape": "Time",
"documentation": "<p>Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.</p>"
},
"NextUpdateAvailabilityTime": {
"shape": "Time",
"documentation": "<p>Details showing the next update availability time of the gateway.</p>"
},
"VpcEndpoint": {
"shape": "VpcEndpoint",
"documentation": "<p>The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.</p>"
}
},
"documentation": "<p>The details of gateway.</p>"
},
"GatewayType": {
"type": "string",
"enum": [
Expand All @@ -609,6 +693,27 @@
"shape": "Gateway"
}
},
"GetGatewayInput": {
"type": "structure",
"required": [
"GatewayArn"
],
"members": {
"GatewayArn": {
"shape": "GatewayArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway.</p>"
}
}
},
"GetGatewayOutput": {
"type": "structure",
"members": {
"Gateway": {
"shape": "GatewayDetails",
"documentation": "<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
}
}
},
"Host": {
"type": "string",
"max": 128,
Expand Down Expand Up @@ -918,7 +1023,7 @@
},
"Value": {
"shape": "TagValue",
"documentation": "<p>The key part of a value's key-value pair.</p>"
"documentation": "<p>The value part of a tag's key-value pair.</p>"
}
},
"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>"
Expand Down Expand Up @@ -1056,6 +1161,27 @@
}
}
},
"UpdateGatewaySoftwareNowInput": {
"type": "structure",
"required": [
"GatewayArn"
],
"members": {
"GatewayArn": {
"shape": "GatewayArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway to be updated.</p>"
}
}
},
"UpdateGatewaySoftwareNowOutput": {
"type": "structure",
"members": {
"GatewayArn": {
"shape": "GatewayArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
}
}
},
"UpdateHypervisorInput": {
"type": "structure",
"required": [
Expand All @@ -1070,6 +1196,10 @@
"shape": "ServerArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the hypervisor to update.</p>"
},
"Name": {
"shape": "Name",
"documentation": "<p>The updated name for the hypervisor</p>"
},
"Password": {
"shape": "Password",
"documentation": "<p>The updated password for the hypervisor.</p>"
Expand Down Expand Up @@ -1121,7 +1251,7 @@
},
"ResourceArn": {
"shape": "ResourceArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the virtual machine.</p>"
"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>"
}
},
"documentation": "<p>A virtual machine that is on a hypervisor.</p>"
Expand All @@ -1132,6 +1262,11 @@
"shape": "VirtualMachine"
}
},
"VpcEndpoint": {
"type": "string",
"max": 255,
"min": 1
},
"string": {
"type": "string"
}
Expand Down
Loading

0 comments on commit 191882b

Please sign in to comment.