Skip to content

Commit

Permalink
Updates SDK to v2.321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 24, 2018
1 parent ddc67e6 commit 3fe5f68
Show file tree
Hide file tree
Showing 16 changed files with 1,105 additions and 109 deletions.
12 changes: 12 additions & 0 deletions .changes/2.321.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This update adds the Amazon Connect Metrics API, which lets you get current metric data and historical metric data within 24 hours for the queues in your Amazon Connect instance."
},
{
"type": "feature",
"category": "RDS",
"description": " Adds DB engine version requirements for option group option settings, and specifies if an option setting requires a value."
}
]
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.320.0-->
<!--LATEST=2.321.0-->
<!--ENTRYINSERT-->

## 2.321.0
* feature: Connect: This update adds the Amazon Connect Metrics API, which lets you get current metric data and historical metric data within 24 hours for the queues in your Amazon Connect instance.
* feature: RDS: Adds DB engine version requirements for option group option settings, and specifies if an option setting requires a value.

## 2.320.0
* feature: MediaConvert: To offer lower prices for predictable, non-urgent workloads, we propose the concept of Reserved Transcode pricing. Reserved Transcode pricing Reserved Transcoding pricing would offer the customer access to a fixed parallel processing capacity for a fixed monthly rate. This capacity would be stated in terms of number of Reserved Transcode Slots (RTSs). One RTS would be able to process one job at a time for a fixed monthly fee.

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.320.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.321.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
209 changes: 203 additions & 6 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,75 @@
}
}
},
"GetCurrentMetricData": {
"http": {
"requestUri": "/metrics/current/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Filters",
"CurrentMetrics"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Filters": {
"shape": "S13"
},
"Groupings": {
"shape": "S18"
},
"CurrentMetrics": {
"type": "list",
"member": {
"shape": "S1b"
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MetricResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dimensions": {
"shape": "S1j"
},
"Collections": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Metric": {
"shape": "S1b"
},
"Value": {
"type": "double"
}
}
}
}
}
}
},
"DataSnapshotTime": {
"type": "timestamp"
}
}
}
},
"GetFederationToken": {
"http": {
"method": "GET",
Expand All @@ -251,13 +320,13 @@
"type": "structure",
"members": {
"AccessToken": {
"shape": "S15"
"shape": "S1s"
},
"AccessTokenExpiration": {
"type": "timestamp"
},
"RefreshToken": {
"shape": "S15"
"shape": "S1s"
},
"RefreshTokenExpiration": {
"type": "timestamp"
Expand All @@ -267,6 +336,80 @@
}
}
},
"GetMetricData": {
"http": {
"requestUri": "/metrics/historical/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"StartTime",
"EndTime",
"Filters",
"HistoricalMetrics"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Filters": {
"shape": "S13"
},
"Groupings": {
"shape": "S18"
},
"HistoricalMetrics": {
"type": "list",
"member": {
"shape": "S1v"
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MetricResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dimensions": {
"shape": "S1j"
},
"Collections": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Metric": {
"shape": "S1v"
},
"Value": {
"type": "double"
}
}
}
}
}
}
}
}
}
},
"ListRoutingProfiles": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -460,7 +603,7 @@
"SourcePhoneNumber": {},
"QueueId": {},
"Attributes": {
"shape": "S1u"
"shape": "S2r"
}
}
},
Expand Down Expand Up @@ -506,7 +649,7 @@
"InitialContactId": {},
"InstanceId": {},
"Attributes": {
"shape": "S1u"
"shape": "S2r"
}
}
},
Expand Down Expand Up @@ -686,11 +829,65 @@
"Name": {}
}
},
"S15": {
"S13": {
"type": "structure",
"members": {
"Queues": {
"type": "list",
"member": {}
},
"Channels": {
"type": "list",
"member": {}
}
}
},
"S18": {
"type": "list",
"member": {}
},
"S1b": {
"type": "structure",
"members": {
"Name": {},
"Unit": {}
}
},
"S1j": {
"type": "structure",
"members": {
"Queue": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
},
"Channel": {}
}
},
"S1s": {
"type": "string",
"sensitive": true
},
"S1u": {
"S1v": {
"type": "structure",
"members": {
"Name": {},
"Threshold": {
"type": "structure",
"members": {
"Comparison": {},
"ThresholdValue": {
"type": "double"
}
}
},
"Statistic": {},
"Unit": {}
}
},
"S2r": {
"type": "map",
"key": {},
"value": {}
Expand Down
Loading

0 comments on commit 3fe5f68

Please sign in to comment.