Skip to content

Commit

Permalink
Updates SDK to v2.320.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 21, 2018
1 parent 8c66f35 commit ddc67e6
Show file tree
Hide file tree
Showing 12 changed files with 305 additions and 44 deletions.
7 changes: 7 additions & 0 deletions .changes/2.320.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "MediaConvert",
"description": "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."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.319.0-->
<!--LATEST=2.320.0-->
<!--ENTRYINSERT-->

## 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.

## 2.319.0
* feature: DirectoryService: Added CreateLogSubscription, DeleteLogSubscription, and ListLogSubscriptions APIs for Microsoft AD. Customers can now opt in to have Windows security event logs from the domain controllers forwarded to a log group in their account.
* feature: EC2: You can now launch f1.4xlarge, a new instance size within the existing f1 family which provides two Xilinx Virtex Field Programmable Arrays (FPGAs) for acceleration. FPGA acceleration provide additional performance and time sensitivity for specialized accelerated workloads such as clinical genomics and real-time video processing. F1.4xlarge instances are available in the US East (N. Virginia), US West (Oregon), GovCloud (US), and EU West (Dublin) AWS Regions.
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.319.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.320.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
69 changes: 65 additions & 4 deletions apis/mediaconvert-2017-08-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@
"Name": {
"locationName": "name"
},
"PricingPlan": {
"locationName": "pricingPlan"
},
"ReservationPlanSettings": {
"shape": "Sc5",
"locationName": "reservationPlanSettings"
},
"Tags": {
"shape": "Sbe",
"locationName": "tags"
Expand All @@ -195,7 +202,7 @@
"type": "structure",
"members": {
"Queue": {
"shape": "Sc5",
"shape": "Sc9",
"locationName": "queue"
}
}
Expand Down Expand Up @@ -417,7 +424,7 @@
"type": "structure",
"members": {
"Queue": {
"shape": "Sc5",
"shape": "Sc9",
"locationName": "queue"
}
}
Expand Down Expand Up @@ -605,7 +612,7 @@
"locationName": "queues",
"type": "list",
"member": {
"shape": "Sc5"
"shape": "Sc9"
}
}
}
Expand Down Expand Up @@ -797,6 +804,10 @@
"locationName": "name",
"location": "uri"
},
"ReservationPlanSettings": {
"shape": "Sc5",
"locationName": "reservationPlanSettings"
},
"Status": {
"locationName": "status"
}
Expand All @@ -809,7 +820,7 @@
"type": "structure",
"members": {
"Queue": {
"shape": "Sc5",
"shape": "Sc9",
"locationName": "queue"
}
}
Expand Down Expand Up @@ -3400,6 +3411,26 @@
]
},
"Sc5": {
"type": "structure",
"members": {
"Commitment": {
"locationName": "commitment"
},
"RenewalType": {
"locationName": "renewalType"
},
"ReservedSlots": {
"locationName": "reservedSlots",
"type": "integer"
}
},
"required": [
"ReservedSlots",
"Commitment",
"RenewalType"
]
},
"Sc9": {
"type": "structure",
"members": {
"Arn": {
Expand All @@ -3419,10 +3450,40 @@
"Name": {
"locationName": "name"
},
"PricingPlan": {
"locationName": "pricingPlan"
},
"ProgressingJobsCount": {
"locationName": "progressingJobsCount",
"type": "integer"
},
"ReservationPlan": {
"locationName": "reservationPlan",
"type": "structure",
"members": {
"Commitment": {
"locationName": "commitment"
},
"ExpiresAt": {
"shape": "Sbh",
"locationName": "expiresAt"
},
"PurchasedAt": {
"shape": "Sbh",
"locationName": "purchasedAt"
},
"RenewalType": {
"locationName": "renewalType"
},
"ReservedSlots": {
"locationName": "reservedSlots",
"type": "integer"
},
"Status": {
"locationName": "status"
}
}
},
"Status": {
"locationName": "status"
},
Expand Down
Loading

0 comments on commit ddc67e6

Please sign in to comment.