Skip to content

Commit

Permalink
Updates SDK to v2.329.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 5, 2018
1 parent e004bea commit 25dcd9d
Show file tree
Hide file tree
Showing 12 changed files with 210 additions and 63 deletions.
7 changes: 7 additions & 0 deletions .changes/2.329.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "DirectoryService",
"description": "SDK changes to create a new type of trust for active directory"
}
]
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.328.0-->
<!--LATEST=2.329.0-->
<!--ENTRYINSERT-->

## 2.329.0
* feature: DirectoryService: SDK changes to create a new type of trust for active directory

## 2.328.0
* feature: APIGateway: Adding support for multi-value parameters in TestInvokeMethod and TestInvokeAuthorizer.
* feature: CodeBuild: Add resolved source version field in build output
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.328.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.329.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
53 changes: 37 additions & 16 deletions apis/ds-2015-04-16.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@
"TrustType": {},
"ConditionalForwarderIpAddrs": {
"shape": "S11"
}
},
"SelectiveAuth": {}
}
},
"output": {
Expand Down Expand Up @@ -482,7 +483,7 @@
"type": "structure",
"members": {
"DirectoryIds": {
"shape": "S2r"
"shape": "S2s"
},
"NextToken": {},
"Limit": {
Expand Down Expand Up @@ -523,7 +524,7 @@
},
"Type": {},
"VpcSettings": {
"shape": "S31"
"shape": "S32"
},
"ConnectSettings": {
"type": "structure",
Expand All @@ -535,7 +536,7 @@
"CustomerUserName": {},
"SecurityGroupId": {},
"AvailabilityZones": {
"shape": "S33"
"shape": "S34"
},
"ConnectIps": {
"type": "list",
Expand All @@ -544,7 +545,7 @@
}
},
"RadiusSettings": {
"shape": "S37"
"shape": "S38"
},
"RadiusStatus": {},
"StageReason": {},
Expand All @@ -563,10 +564,10 @@
"shape": "S11"
},
"VpcSettings": {
"shape": "S31"
"shape": "S32"
},
"RadiusSettings": {
"shape": "S37"
"shape": "S38"
},
"RadiusStatus": {}
}
Expand Down Expand Up @@ -666,7 +667,7 @@
"members": {
"OwnerDirectoryId": {},
"SharedDirectoryIds": {
"shape": "S2r"
"shape": "S2s"
},
"NextToken": {},
"Limit": {
Expand Down Expand Up @@ -763,7 +764,8 @@
"StateLastUpdatedDateTime": {
"type": "timestamp"
},
"TrustStateReason": {}
"TrustStateReason": {},
"SelectiveAuth": {}
}
}
},
Expand Down Expand Up @@ -815,7 +817,7 @@
"members": {
"DirectoryId": {},
"RadiusSettings": {
"shape": "S37"
"shape": "S38"
}
}
},
Expand Down Expand Up @@ -1297,7 +1299,7 @@
"members": {
"DirectoryId": {},
"RadiusSettings": {
"shape": "S37"
"shape": "S38"
}
}
},
Expand All @@ -1306,6 +1308,25 @@
"members": {}
}
},
"UpdateTrust": {
"input": {
"type": "structure",
"required": [
"TrustId"
],
"members": {
"TrustId": {},
"SelectiveAuth": {}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"TrustId": {}
}
}
},
"VerifyTrust": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1402,11 +1423,11 @@
}
}
},
"S2r": {
"S2s": {
"type": "list",
"member": {}
},
"S31": {
"S32": {
"type": "structure",
"members": {
"VpcId": {},
Expand All @@ -1415,15 +1436,15 @@
},
"SecurityGroupId": {},
"AvailabilityZones": {
"shape": "S33"
"shape": "S34"
}
}
},
"S33": {
"S34": {
"type": "list",
"member": {}
},
"S37": {
"S38": {
"type": "structure",
"members": {
"RadiusServers": {
Expand Down
Loading

0 comments on commit 25dcd9d

Please sign in to comment.