Skip to content

Commit

Permalink
Updates SDK to v2.516.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 22, 2019
1 parent 67898c7 commit f3baf93
Show file tree
Hide file tree
Showing 15 changed files with 474 additions and 94 deletions.
12 changes: 12 additions & 0 deletions .changes/2.516.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "This release adds support for SMB location type."
},
{
"type": "feature",
"category": "RDS",
"description": "This release allows users to enable RDS Data API while creating Aurora Serverless databases. "
}
]
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.515.0-->
<!--LATEST=2.516.0-->
<!--ENTRYINSERT-->

## 2.516.0
* feature: DataSync: This release adds support for SMB location type.
* feature: RDS: This release allows users to enable RDS Data API while creating Aurora Serverless databases.

## 2.515.0
* feature: ElastiCache: ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
* feature: ForecastQueryService: Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data
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.515.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.516.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
102 changes: 87 additions & 15 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,40 @@
}
}
},
"CreateLocationSmb": {
"input": {
"type": "structure",
"required": [
"Subdirectory",
"ServerHostname",
"User",
"Password",
"AgentArns"
],
"members": {
"Subdirectory": {},
"ServerHostname": {},
"User": {},
"Domain": {},
"Password": {},
"AgentArns": {
"shape": "Ss"
},
"MountOptions": {
"shape": "S15"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"LocationArn": {}
}
}
},
"CreateTask": {
"input": {
"type": "structure",
Expand All @@ -149,10 +183,10 @@
"CloudWatchLogGroupArn": {},
"Name": {},
"Options": {
"shape": "S13"
"shape": "S1a"
},
"Excludes": {
"shape": "S1d"
"shape": "S1k"
},
"Tags": {
"shape": "S7"
Expand Down Expand Up @@ -325,6 +359,35 @@
}
}
},
"DescribeLocationSmb": {
"input": {
"type": "structure",
"required": [
"LocationArn"
],
"members": {
"LocationArn": {}
}
},
"output": {
"type": "structure",
"members": {
"LocationArn": {},
"LocationUri": {},
"AgentArns": {
"shape": "Ss"
},
"User": {},
"Domain": {},
"MountOptions": {
"shape": "S15"
},
"CreationTime": {
"type": "timestamp"
}
}
}
},
"DescribeTask": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -354,10 +417,10 @@
"member": {}
},
"Options": {
"shape": "S13"
"shape": "S1a"
},
"Excludes": {
"shape": "S1d"
"shape": "S1k"
},
"ErrorCode": {},
"ErrorDetail": {},
Expand All @@ -383,13 +446,13 @@
"TaskExecutionArn": {},
"Status": {},
"Options": {
"shape": "S13"
"shape": "S1a"
},
"Excludes": {
"shape": "S1d"
"shape": "S1k"
},
"Includes": {
"shape": "S1d"
"shape": "S1k"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -575,10 +638,10 @@
"members": {
"TaskArn": {},
"OverrideOptions": {
"shape": "S13"
"shape": "S1a"
},
"Includes": {
"shape": "S1d"
"shape": "S1k"
}
}
},
Expand Down Expand Up @@ -653,10 +716,10 @@
"members": {
"TaskArn": {},
"Options": {
"shape": "S13"
"shape": "S1a"
},
"Excludes": {
"shape": "S1d"
"shape": "S1k"
},
"Name": {},
"CloudWatchLogGroupArn": {}
Expand Down Expand Up @@ -711,11 +774,14 @@
],
"members": {
"AgentArns": {
"type": "list",
"member": {}
"shape": "Ss"
}
}
},
"Ss": {
"type": "list",
"member": {}
},
"St": {
"type": "structure",
"members": {
Expand All @@ -731,7 +797,13 @@
"BucketAccessRoleArn": {}
}
},
"S13": {
"S15": {
"type": "structure",
"members": {
"Version": {}
}
},
"S1a": {
"type": "structure",
"members": {
"VerifyMode": {},
Expand All @@ -747,7 +819,7 @@
}
}
},
"S1d": {
"S1k": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit f3baf93

Please sign in to comment.