Skip to content

Commit

Permalink
Updates SDK to v2.295.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 16, 2018
1 parent 462e8d5 commit 7924728
Show file tree
Hide file tree
Showing 25 changed files with 39,162 additions and 36,149 deletions.
27 changes: 27 additions & 0 deletions .changes/2.295.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Discovery",
"description": "The Application Discovery Service's Continuous Export APIs allow you to analyze your on-premises server inventory data, including system performance and network dependencies, in Amazon Athena."
},
{
"type": "feature",
"category": "EC2",
"description": "The 'Attribute' parameter DescribeVolumeAttribute request has been marked as required - the API has always required this parameter, but up until now this wasn't reflected appropriately in the SDK."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "Added WriteSegmentTimelineInRepresentation option for Dash Outputs"
},
{
"type": "feature",
"category": "Redshift",
"description": "You can now resize your Amazon Redshift cluster quickly. With the new ResizeCluster action, your cluster is available for read and write operations within minutes"
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager Inventory now supports groups to quickly see a count of which managed instances are and arent configured to collect one or more Inventory types"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.294.0-->
<!--LATEST=2.295.0-->
<!--ENTRYINSERT-->

## 2.295.0
* feature: Discovery: The Application Discovery Service's Continuous Export APIs allow you to analyze your on-premises server inventory data, including system performance and network dependencies, in Amazon Athena.
* feature: EC2: The 'Attribute' parameter DescribeVolumeAttribute request has been marked as required - the API has always required this parameter, but up until now this wasn't reflected appropriately in the SDK.
* feature: MediaConvert: Added WriteSegmentTimelineInRepresentation option for Dash Outputs
* feature: Redshift: You can now resize your Amazon Redshift cluster quickly. With the new ResizeCluster action, your cluster is available for read and write operations within minutes
* feature: SSM: AWS Systems Manager Inventory now supports groups to quickly see a count of which managed instances are and arent configured to collect one or more Inventory types

## 2.294.0
* feature: DeviceFarm: Support for running tests in a custom environment with live logs/video streaming, full test features parity and reduction in overall test execution time.

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.294.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.295.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
114 changes: 102 additions & 12 deletions apis/discovery-2015-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,55 @@
}
}
},
"DescribeContinuousExports": {
"input": {
"type": "structure",
"members": {
"exportIds": {
"type": "list",
"member": {}
},
"maxResults": {
"type": "integer"
},
"nextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"descriptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"exportId": {},
"status": {},
"statusDetail": {},
"s3Bucket": {},
"startTime": {
"type": "timestamp"
},
"stopTime": {
"type": "timestamp"
},
"dataSource": {},
"schemaStorageConfig": {
"shape": "S1g"
}
}
}
},
"nextToken": {}
}
}
},
"DescribeExportConfigurations": {
"input": {
"type": "structure",
"members": {
"exportIds": {
"shape": "S15"
"shape": "S1j"
},
"maxResults": {
"type": "integer"
Expand All @@ -201,7 +244,7 @@
"type": "structure",
"members": {
"exportsInfo": {
"shape": "S18"
"shape": "S1l"
},
"nextToken": {}
}
Expand All @@ -213,10 +256,10 @@
"type": "structure",
"members": {
"exportIds": {
"shape": "S15"
"shape": "S1j"
},
"filters": {
"shape": "S1h"
"shape": "S1t"
},
"maxResults": {
"type": "integer"
Expand All @@ -228,7 +271,7 @@
"type": "structure",
"members": {
"exportsInfo": {
"shape": "S18"
"shape": "S1l"
},
"nextToken": {}
}
Expand Down Expand Up @@ -503,6 +546,26 @@
}
}
},
"StartContinuousExport": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"exportId": {},
"s3Bucket": {},
"startTime": {
"type": "timestamp"
},
"dataSource": {},
"schemaStorageConfig": {
"shape": "S1g"
}
}
}
},
"StartDataCollectionByAgentIds": {
"input": {
"type": "structure",
Expand All @@ -519,7 +582,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S2e"
"shape": "S2s"
}
}
}
Expand All @@ -533,7 +596,7 @@
"member": {}
},
"filters": {
"shape": "S1h"
"shape": "S1t"
},
"startTime": {
"type": "timestamp"
Expand All @@ -550,6 +613,28 @@
}
}
},
"StopContinuousExport": {
"input": {
"type": "structure",
"required": [
"exportId"
],
"members": {
"exportId": {}
}
},
"output": {
"type": "structure",
"members": {
"startTime": {
"type": "timestamp"
},
"stopTime": {
"type": "timestamp"
}
}
}
},
"StopDataCollectionByAgentIds": {
"input": {
"type": "structure",
Expand All @@ -566,7 +651,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S2e"
"shape": "S2s"
}
}
}
Expand Down Expand Up @@ -634,11 +719,16 @@
"type": "list",
"member": {}
},
"S15": {
"S1g": {
"type": "map",
"key": {},
"value": {}
},
"S1j": {
"type": "list",
"member": {}
},
"S18": {
"S1l": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -668,7 +758,7 @@
}
}
},
"S1h": {
"S1t": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -686,7 +776,7 @@
}
}
},
"S2e": {
"S2s": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 7924728

Please sign in to comment.