Skip to content

Commit

Permalink
Updates SDK to v2.504.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 5, 2019
1 parent f775515 commit 7787e7a
Show file tree
Hide file tree
Showing 18 changed files with 3,821 additions and 838 deletions.
17 changes: 17 additions & 0 deletions .changes/2.504.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "Support VPC endpoints."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 now supports a new Spot allocation strategy \"Capacity-optimized\" that fulfills your request using Spot Instance pools that are optimally chosen based on the available Spot capacity."
},
{
"type": "feature",
"category": "Iot",
"description": "In this release, AWS IoT Device Defender introduces audit mitigation actions that can be applied to audit findings to help mitigate security issues."
}
]
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.503.0-->
<!--LATEST=2.504.0-->
<!--ENTRYINSERT-->

## 2.504.0
* feature: DataSync: Support VPC endpoints.
* feature: EC2: Amazon EC2 now supports a new Spot allocation strategy "Capacity-optimized" that fulfills your request using Spot Instance pools that are optimally chosen based on the available Spot capacity.
* feature: Iot: In this release, AWS IoT Device Defender introduces audit mitigation actions that can be applied to audit findings to help mitigate security issues.

## 2.503.0
* feature: MediaConvert: MediaConvert adds support for specifying priority (-50 to 50) on jobs submitted to on demand or reserved queues
* feature: Polly: Amazon Polly adds support for Neural text-to-speech engine.
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.503.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.504.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
92 changes: 52 additions & 40 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
"AgentName": {},
"Tags": {
"shape": "S7"
},
"VpcEndpointId": {},
"SubnetArns": {
"shape": "Sb"
},
"SecurityGroupArns": {
"shape": "Sd"
}
}
},
Expand All @@ -61,7 +68,7 @@
"Subdirectory": {},
"EfsFilesystemArn": {},
"Ec2Config": {
"shape": "Sf"
"shape": "Sk"
},
"Tags": {
"shape": "S7"
Expand All @@ -87,10 +94,10 @@
"Subdirectory": {},
"ServerHostname": {},
"OnPremConfig": {
"shape": "So"
"shape": "Sr"
},
"MountOptions": {
"shape": "Sq"
"shape": "St"
},
"Tags": {
"shape": "S7"
Expand All @@ -115,7 +122,7 @@
"Subdirectory": {},
"S3BucketArn": {},
"S3Config": {
"shape": "Sv"
"shape": "Sy"
},
"Tags": {
"shape": "S7"
Expand All @@ -142,10 +149,10 @@
"CloudWatchLogGroupArn": {},
"Name": {},
"Options": {
"shape": "S10"
"shape": "S13"
},
"Excludes": {
"shape": "S1a"
"shape": "S1d"
},
"Tags": {
"shape": "S7"
Expand Down Expand Up @@ -226,28 +233,17 @@
"CreationTime": {
"type": "timestamp"
},
"EndpointOptions": {
"type": "structure",
"members": {
"Fips": {
"type": "boolean"
},
"PrivateLink": {
"type": "boolean"
}
}
},
"EndpointType": {},
"PrivateLinkConfig": {
"type": "structure",
"members": {
"VpcEndpointId": {},
"PrivateLinkEndpoint": {},
"SubnetArns": {
"type": "list",
"member": {}
"shape": "Sb"
},
"SecurityGroupArns": {
"type": "list",
"member": {}
"shape": "Sd"
}
}
}
Expand All @@ -270,7 +266,7 @@
"LocationArn": {},
"LocationUri": {},
"Ec2Config": {
"shape": "Sf"
"shape": "Sk"
},
"CreationTime": {
"type": "timestamp"
Expand All @@ -294,10 +290,10 @@
"LocationArn": {},
"LocationUri": {},
"OnPremConfig": {
"shape": "So"
"shape": "Sr"
},
"MountOptions": {
"shape": "Sq"
"shape": "St"
},
"CreationTime": {
"type": "timestamp"
Expand All @@ -321,7 +317,7 @@
"LocationArn": {},
"LocationUri": {},
"S3Config": {
"shape": "Sv"
"shape": "Sy"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -349,11 +345,19 @@
"SourceLocationArn": {},
"DestinationLocationArn": {},
"CloudWatchLogGroupArn": {},
"SourceNetworkInterfaceArns": {
"type": "list",
"member": {}
},
"DestinationNetworkInterfaceArns": {
"type": "list",
"member": {}
},
"Options": {
"shape": "S10"
"shape": "S13"
},
"Excludes": {
"shape": "S1a"
"shape": "S1d"
},
"ErrorCode": {},
"ErrorDetail": {},
Expand All @@ -379,13 +383,13 @@
"TaskExecutionArn": {},
"Status": {},
"Options": {
"shape": "S10"
"shape": "S13"
},
"Excludes": {
"shape": "S1a"
"shape": "S1d"
},
"Includes": {
"shape": "S1a"
"shape": "S1d"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -571,10 +575,10 @@
"members": {
"TaskArn": {},
"OverrideOptions": {
"shape": "S10"
"shape": "S13"
},
"Includes": {
"shape": "S1a"
"shape": "S1d"
}
}
},
Expand Down Expand Up @@ -649,10 +653,10 @@
"members": {
"TaskArn": {},
"Options": {
"shape": "S10"
"shape": "S13"
},
"Excludes": {
"shape": "S1a"
"shape": "S1d"
},
"Name": {},
"CloudWatchLogGroupArn": {}
Expand All @@ -678,7 +682,15 @@
}
}
},
"Sf": {
"Sb": {
"type": "list",
"member": {}
},
"Sd": {
"type": "list",
"member": {}
},
"Sk": {
"type": "structure",
"required": [
"SubnetArn",
Expand All @@ -692,7 +704,7 @@
}
}
},
"So": {
"Sr": {
"type": "structure",
"required": [
"AgentArns"
Expand All @@ -704,13 +716,13 @@
}
}
},
"Sq": {
"St": {
"type": "structure",
"members": {
"Version": {}
}
},
"Sv": {
"Sy": {
"type": "structure",
"required": [
"BucketAccessRoleArn"
Expand All @@ -719,7 +731,7 @@
"BucketAccessRoleArn": {}
}
},
"S10": {
"S13": {
"type": "structure",
"members": {
"VerifyMode": {},
Expand All @@ -735,7 +747,7 @@
}
}
},
"S1a": {
"S1d": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 7787e7a

Please sign in to comment.