Skip to content

Commit

Permalink
Updates SDK to v2.605.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 16, 2020
1 parent 047cfb0 commit d8f7779
Show file tree
Hide file tree
Showing 18 changed files with 483 additions and 116 deletions.
17 changes: 17 additions & 0 deletions .changes/2.605.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DirectoryService",
"description": "To reduce the number of errors our customers are facing, we have modified the requirements of input parameters for two of Directory Service APIs."
},
{
"type": "feature",
"category": "EC2",
"description": "Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds two new APIs (UpdateWorkforce and DescribeWorkforce) to SageMaker Ground Truth service for workforce IP whitelisting."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.604.0-->
<!--LATEST=2.605.0-->
<!--ENTRYINSERT-->

## 2.605.0
* feature: DirectoryService: To reduce the number of errors our customers are facing, we have modified the requirements of input parameters for two of Directory Service APIs.
* feature: EC2: Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194.
* feature: SageMaker: This release adds two new APIs (UpdateWorkforce and DescribeWorkforce) to SageMaker Ground Truth service for workforce IP whitelisting.

## 2.604.0
* feature: EC2: General Update to EC2 Docs and SDKs
* feature: SecurityHub: Add support for DescribeStandardsControls and UpdateStandardsControl. These new Security Hub API operations are used to track and manage whether a compliance standards control is enabled.
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.604.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.605.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
6 changes: 4 additions & 2 deletions apis/ds-2015-04-16.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@
"input": {
"type": "structure",
"required": [
"DirectoryId"
"DirectoryId",
"Type"
],
"members": {
"DirectoryId": {},
Expand Down Expand Up @@ -921,7 +922,8 @@
"input": {
"type": "structure",
"required": [
"DirectoryId"
"DirectoryId",
"Type"
],
"members": {
"DirectoryId": {},
Expand Down
6 changes: 4 additions & 2 deletions apis/ds-2015-04-16.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3267,7 +3267,8 @@
"DisableLDAPSRequest": {
"type": "structure",
"required": [
"DirectoryId"
"DirectoryId",
"Type"
],
"members": {
"DirectoryId": {
Expand Down Expand Up @@ -3414,7 +3415,8 @@
"EnableLDAPSRequest": {
"type": "structure",
"required": [
"DirectoryId"
"DirectoryId",
"Type"
],
"members": {
"DirectoryId": {
Expand Down
10 changes: 10 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,9 @@
"shape": "Sl"
},
"TransportProtocol": {},
"VpnPort": {
"type": "integer"
},
"Description": {},
"SplitTunnel": {
"type": "boolean"
Expand Down Expand Up @@ -5121,6 +5124,10 @@
"TransportProtocol": {
"locationName": "transportProtocol"
},
"VpnPort": {
"locationName": "vpnPort",
"type": "integer"
},
"AssociatedTargetNetworks": {
"deprecated": true,
"deprecatedMessage": "This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.",
Expand Down Expand Up @@ -13041,6 +13048,9 @@
}
}
},
"VpnPort": {
"type": "integer"
},
"Description": {},
"SplitTunnel": {
"type": "boolean"
Expand Down
17 changes: 15 additions & 2 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8235,6 +8235,11 @@
"documentation": "<p>The transport protocol used by the Client VPN endpoint.</p>",
"locationName": "transportProtocol"
},
"VpnPort": {
"shape": "Integer",
"documentation": "<p>The port number for the Client VPN endpoint.</p>",
"locationName": "vpnPort"
},
"AssociatedTargetNetworks": {
"shape": "AssociatedTargetNetworkSet",
"documentation": "<p>Information about the associated target networks. A target network is a subnet in a VPC.</p>",
Expand Down Expand Up @@ -8976,6 +8981,10 @@
"shape": "TransportProtocol",
"documentation": "<p>The transport protocol to be used by the VPN session.</p> <p>Default value: <code>udp</code> </p>"
},
"VpnPort": {
"shape": "Integer",
"documentation": "<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>"
},
"Description": {
"shape": "String",
"documentation": "<p>A brief description of the Client VPN endpoint.</p>"
Expand Down Expand Up @@ -9037,7 +9046,7 @@
"documentation": "<p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p> <ul> <li> <p>To add a route for Internet access, enter <code>0.0.0.0/0</code> </p> </li> <li> <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p> </li> <li> <p>To add a route for an on-premises network, enter the AWS Site-to-Site VPN connection's IPv4 CIDR range</p> </li> </ul> <p>Route address ranges cannot overlap with the CIDR range specified for client allocation.</p>"
},
"TargetVpcSubnetId": {
"shape": "String",
"shape": "SubnetId",
"documentation": "<p>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</p>"
},
"Description": {
Expand Down Expand Up @@ -11473,7 +11482,7 @@
"documentation": "<p>The ID of the Client VPN endpoint from which the route is to be deleted.</p>"
},
"TargetVpcSubnetId": {
"shape": "String",
"shape": "SubnetId",
"documentation": "<p>The ID of the target subnet used by the route.</p>"
},
"DestinationCidrBlock": {
Expand Down Expand Up @@ -26551,6 +26560,10 @@
"shape": "DnsServersOptionsModifyStructure",
"documentation": "<p>Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.</p>"
},
"VpnPort": {
"shape": "Integer",
"documentation": "<p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p> <p>Valid Values: <code>443</code> | <code>1194</code> </p> <p>Default Value: <code>443</code> </p>"
},
"Description": {
"shape": "String",
"documentation": "<p>A brief description of the Client VPN endpoint.</p>"
Expand Down
110 changes: 93 additions & 17 deletions apis/sagemaker-2017-07-24.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,28 @@
}
}
},
"DescribeWorkforce": {
"input": {
"type": "structure",
"required": [
"WorkforceName"
],
"members": {
"WorkforceName": {}
}
},
"output": {
"type": "structure",
"required": [
"Workforce"
],
"members": {
"Workforce": {
"shape": "Shy"
}
}
}
},
"DescribeWorkteam": {
"input": {
"type": "structure",
Expand All @@ -2530,7 +2552,7 @@
],
"members": {
"Workteam": {
"shape": "Shx"
"shape": "Si5"
}
}
}
Expand Down Expand Up @@ -4172,7 +4194,7 @@
"Workteams": {
"type": "list",
"member": {
"shape": "Shx"
"shape": "Si5"
}
},
"NextToken": {}
Expand Down Expand Up @@ -4237,7 +4259,7 @@
"members": {
"Resource": {},
"SearchExpression": {
"shape": "Sn0"
"shape": "Sn8"
},
"SortBy": {},
"SortOrder": {},
Expand All @@ -4256,7 +4278,7 @@
"type": "structure",
"members": {
"TrainingJob": {
"shape": "Snd"
"shape": "Snl"
},
"Experiment": {
"type": "structure",
Expand Down Expand Up @@ -4378,7 +4400,7 @@
"members": {
"SourceArn": {},
"TrainingJob": {
"shape": "Snd"
"shape": "Snl"
}
}
},
Expand Down Expand Up @@ -4777,19 +4799,19 @@
"shape": "Sc6"
},
"ParametersToRemove": {
"shape": "Son"
"shape": "Sov"
},
"InputArtifacts": {
"shape": "Scb"
},
"InputArtifactsToRemove": {
"shape": "Son"
"shape": "Sov"
},
"OutputArtifacts": {
"shape": "Scb"
},
"OutputArtifactsToRemove": {
"shape": "Son"
"shape": "Sov"
}
}
},
Expand Down Expand Up @@ -4822,6 +4844,31 @@
}
}
},
"UpdateWorkforce": {
"input": {
"type": "structure",
"required": [
"WorkforceName"
],
"members": {
"WorkforceName": {},
"SourceIpConfig": {
"shape": "Si0"
}
}
},
"output": {
"type": "structure",
"required": [
"Workforce"
],
"members": {
"Workforce": {
"shape": "Shy"
}
}
}
},
"UpdateWorkteam": {
"input": {
"type": "structure",
Expand All @@ -4846,7 +4893,7 @@
],
"members": {
"Workteam": {
"shape": "Shx"
"shape": "Si5"
}
}
}
Expand Down Expand Up @@ -6927,7 +6974,36 @@
}
}
},
"Shx": {
"Shy": {
"type": "structure",
"required": [
"WorkforceName",
"WorkforceArn"
],
"members": {
"WorkforceName": {},
"WorkforceArn": {},
"LastUpdatedDate": {
"type": "timestamp"
},
"SourceIpConfig": {
"shape": "Si0"
}
}
},
"Si0": {
"type": "structure",
"required": [
"Cidrs"
],
"members": {
"Cidrs": {
"type": "list",
"member": {}
}
}
},
"Si5": {
"type": "structure",
"required": [
"WorkteamName",
Expand Down Expand Up @@ -6958,11 +7034,11 @@
}
}
},
"Sn0": {
"Sn8": {
"type": "structure",
"members": {
"Filters": {
"shape": "Sn1"
"shape": "Sn9"
},
"NestedFilters": {
"type": "list",
Expand All @@ -6975,21 +7051,21 @@
"members": {
"NestedPropertyName": {},
"Filters": {
"shape": "Sn1"
"shape": "Sn9"
}
}
}
},
"SubExpressions": {
"type": "list",
"member": {
"shape": "Sn0"
"shape": "Sn8"
}
},
"Operator": {}
}
},
"Sn1": {
"Sn9": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -7003,7 +7079,7 @@
}
}
},
"Snd": {
"Snl": {
"type": "structure",
"members": {
"TrainingJobName": {},
Expand Down Expand Up @@ -7095,7 +7171,7 @@
}
}
},
"Son": {
"Sov": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit d8f7779

Please # to comment.