Skip to content

Commit

Permalink
Updates SDK to v2.263.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 22, 2018
1 parent 0f277a1 commit cc29728
Show file tree
Hide file tree
Showing 15 changed files with 166 additions and 95 deletions.
12 changes: 12 additions & 0 deletions .changes/2.263.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AlexaForBusiness",
"description": " Introduce DeviceNotRegisteredException for AWSMoneypenny"
},
{
"type": "feature",
"category": "AppStream",
"description": "This API update enables customers to find their VPC private IP address and ENI ID associated with AppStream streaming sessions."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.262.1-->
<!--LATEST=2.263.1-->
<!--ENTRYINSERT-->

## 2.263.1
* feature: AlexaForBusiness: Introduce DeviceNotRegisteredException for AWSMoneypenny
* feature: AppStream: This API update enables customers to find their VPC private IP address and ENI ID associated with AppStream streaming sessions.

## 2.262.1
* feature: CloudDirectory: SDK release to support Flexible Schema initiative being carried out by Amazon Cloud Directory. This feature lets customers using new capabilities like: variant typed attributes, dynamic facets and AWS managed Cloud Directory schemas.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.262.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.263.1.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
19 changes: 17 additions & 2 deletions apis/alexaforbusiness-2017-11-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"input":{"shape":"AssociateDeviceWithRoomRequest"},
"output":{"shape":"AssociateDeviceWithRoomResponse"},
"errors":[
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"DeviceNotRegisteredException"}
],
"documentation":"<p>Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required. </p>"
},
Expand Down Expand Up @@ -237,6 +238,9 @@
},
"input":{"shape":"DisassociateDeviceFromRoomRequest"},
"output":{"shape":"DisassociateDeviceFromRoomResponse"},
"errors":[
{"shape":"DeviceNotRegisteredException"}
],
"documentation":"<p>Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.</p>"
},
"DisassociateSkillGroupFromRoom":{
Expand Down Expand Up @@ -504,6 +508,9 @@
},
"input":{"shape":"StartDeviceSyncRequest"},
"output":{"shape":"StartDeviceSyncResponse"},
"errors":[
{"shape":"DeviceNotRegisteredException"}
],
"documentation":"<p>Resets a device and its account to the known default settings, by clearing all information and settings set by previous users.</p>"
},
"TagResource":{
Expand Down Expand Up @@ -568,7 +575,8 @@
"input":{"shape":"UpdateDeviceRequest"},
"output":{"shape":"UpdateDeviceResponse"},
"errors":[
{"shape":"NotFoundException"}
{"shape":"NotFoundException"},
{"shape":"DeviceNotRegisteredException"}
],
"documentation":"<p>Updates the device name by device ARN.</p>"
},
Expand Down Expand Up @@ -1303,6 +1311,13 @@
"min":2,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
},
"DeviceNotRegisteredException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"exception":true
},
"DeviceSerialNumber":{
"type":"string",
"pattern":"[a-zA-Z0-9]{1,200}"
Expand Down
4 changes: 2 additions & 2 deletions apis/appstream-2016-12-01.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"examples": {
"version":"1.0",
"examples":{
}
}
15 changes: 11 additions & 4 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,14 @@
"StackName": {},
"FleetName": {},
"State": {},
"AuthenticationType": {}
"AuthenticationType": {},
"NetworkAccessConfiguration": {
"type": "structure",
"members": {
"EniPrivateIpAddress": {},
"EniId": {}
}
}
}
}
},
Expand Down Expand Up @@ -577,7 +584,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S3g"
"shape": "S3h"
}
}
}
Expand Down Expand Up @@ -661,7 +668,7 @@
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S3g"
"shape": "S3h"
}
}
},
Expand Down Expand Up @@ -1113,7 +1120,7 @@
"type": "list",
"member": {}
},
"S3g": {
"S3h": {
"type": "map",
"key": {},
"value": {}
Expand Down
Loading

0 comments on commit cc29728

Please sign in to comment.