Skip to content

Commit

Permalink
Updates SDK to v2.458.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 17, 2019
1 parent 4bd9c07 commit c47d0aa
Show file tree
Hide file tree
Showing 12 changed files with 479 additions and 99 deletions.
7 changes: 7 additions & 0 deletions .changes/2.458.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Includes APIs for managing subscriptions to AppStream 2.0 usage reports and configuring idle disconnect timeouts on AppStream 2.0 fleets."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.457.0-->
<!--LATEST=2.458.0-->
<!--ENTRYINSERT-->

## 2.458.0
* feature: AppStream: Includes APIs for managing subscriptions to AppStream 2.0 usage reports and configuring idle disconnect timeouts on AppStream 2.0 fleets.

## 2.457.0
* enhancement: Documentation: Added steps to generate documentation changes in CONTRIBUTION.md
* feature: MediaLive: Added channel state waiters to MediaLive.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.457.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.458.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
110 changes: 91 additions & 19 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
},
"Tags": {
"shape": "S16"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -294,6 +297,19 @@
}
}
},
"CreateUsageReportSubscription": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"S3BucketName": {},
"Schedule": {}
}
}
},
"CreateUser": {
"input": {
"type": "structure",
Expand All @@ -307,10 +323,10 @@
},
"MessageAction": {},
"FirstName": {
"shape": "S2j"
"shape": "S2m"
},
"LastName": {
"shape": "S2j"
"shape": "S2m"
},
"AuthenticationType": {}
}
Expand Down Expand Up @@ -364,7 +380,7 @@
"type": "structure",
"members": {
"Image": {
"shape": "S2r"
"shape": "S2u"
}
}
}
Expand Down Expand Up @@ -420,6 +436,16 @@
"members": {}
}
},
"DeleteUsageReportSubscription": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteUser": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -471,7 +497,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"NextToken": {}
}
Expand All @@ -494,7 +520,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -548,7 +574,7 @@
"members": {
"sharedAccountId": {},
"imagePermissions": {
"shape": "S2z"
"shape": "S32"
}
}
}
Expand All @@ -562,7 +588,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"Arns": {
"type": "list",
Expand All @@ -581,7 +607,7 @@
"Images": {
"type": "list",
"member": {
"shape": "S2r"
"shape": "S2u"
}
},
"NextToken": {}
Expand Down Expand Up @@ -653,7 +679,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"NextToken": {}
}
Expand All @@ -671,6 +697,46 @@
}
}
},
"DescribeUsageReportSubscriptions": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"UsageReportSubscriptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"S3BucketName": {},
"Schedule": {},
"LastGeneratedReportDate": {
"type": "timestamp"
},
"SubscriptionErrors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorCode": {},
"ErrorMessage": {}
}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeUserStackAssociations": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -730,10 +796,10 @@
},
"Status": {},
"FirstName": {
"shape": "S2j"
"shape": "S2m"
},
"LastName": {
"shape": "S2j"
"shape": "S2m"
},
"CreatedTime": {
"type": "timestamp"
Expand Down Expand Up @@ -831,7 +897,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"NextToken": {}
}
Expand All @@ -852,7 +918,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3e"
"shape": "S3j"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1042,6 +1108,9 @@
"DomainJoinInfo": {
"shape": "S15"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
},
"AttributesToDelete": {
"type": "list",
"member": {}
Expand Down Expand Up @@ -1069,7 +1138,7 @@
"Name": {},
"SharedAccountId": {},
"ImagePermissions": {
"shape": "S2z"
"shape": "S32"
}
}
},
Expand Down Expand Up @@ -1302,6 +1371,9 @@
},
"DomainJoinInfo": {
"shape": "S15"
},
"IdleDisconnectTimeoutInSeconds": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -1440,11 +1512,11 @@
}
}
},
"S2j": {
"S2m": {
"type": "string",
"sensitive": true
},
"S2r": {
"S2u": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1497,11 +1569,11 @@
},
"AppstreamAgentVersion": {},
"ImagePermissions": {
"shape": "S2z"
"shape": "S32"
}
}
},
"S2z": {
"S32": {
"type": "structure",
"members": {
"allowFleet": {
Expand All @@ -1512,7 +1584,7 @@
}
}
},
"S3e": {
"S3j": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit c47d0aa

Please sign in to comment.