Skip to content

Commit

Permalink
Merge pull request #2472 from aws/release
Browse files Browse the repository at this point in the history
Release v1.17.5
  • Loading branch information
aws-sdk-go-automation committed Feb 25, 2019
2 parents 5604f1a + b4d97e9 commit 6bea93e
Show file tree
Hide file tree
Showing 16 changed files with 651 additions and 193 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.17.5 (2019-02-25)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Added support for passing an empty SpotMaxPrice parameter to remove a value previously set when updating an Amazon EC2 Auto Scaling group.
* `service/ce`: Updates service documentation
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/mediastore`: Updates service API and documentation
* This release adds support for access logging, which provides detailed records for the requests that are made to objects in a container.

Release v1.17.4 (2019-02-22)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.17.4"
const SDKVersion = "1.17.5"
7 changes: 6 additions & 1 deletion models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"OnDemandPercentageAboveBaseCapacity":{"shape":"OnDemandPercentageAboveBaseCapacity"},
"SpotAllocationStrategy":{"shape":"XmlString"},
"SpotInstancePools":{"shape":"SpotInstancePools"},
"SpotMaxPrice":{"shape":"SpotPrice"}
"SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
}
},
"InvalidNextToken":{
Expand Down Expand Up @@ -1876,6 +1876,11 @@
"type":"integer",
"deprecated":true
},
"MixedInstanceSpotPrice":{
"type":"string",
"max":255,
"min":0
},
"MixedInstancesPolicy":{
"type":"structure",
"members":{
Expand Down
107 changes: 56 additions & 51 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions models/apis/ce/2017-10-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"RedshiftInstanceDetails$Family": "<p>The instance family of the recommended reservation.</p>",
"RedshiftInstanceDetails$NodeType": "<p>The type of node that AWS recommends.</p>",
"RedshiftInstanceDetails$Region": "<p>The AWS Region of the recommended reservation.</p>",
"ReservationPurchaseRecommendationDetail$AccountId": null,
"ReservationPurchaseRecommendationDetail$AccountId": "<p>The account that this RI recommendation is for.</p>",
"ReservationPurchaseRecommendationDetail$RecommendedNumberOfInstancesToPurchase": "<p>The number of instances that AWS recommends that you purchase.</p>",
"ReservationPurchaseRecommendationDetail$RecommendedNormalizedUnitsToPurchase": "<p>The number of normalized units that AWS recommends that you purchase.</p>",
"ReservationPurchaseRecommendationDetail$MinimumNumberOfInstancesUsedPerHour": "<p>The minimum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.</p>",
Expand Down Expand Up @@ -479,7 +479,7 @@
"base": null,
"refs": {
"GetCostAndUsageRequest$Metrics": "<p>Which metrics are returned in the query. For more information about blended and unblended rates, see <a href=\"https://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/\">Why does the \"blended\" annotation appear on some line items in my bill?</a>. </p> <p>Valid values are <code>AmortizedCost</code>, <code>BlendedCost</code>, <code>NetAmortizedCost</code>, <code>NetUnblendedCost</code>, <code>NormalizedUsageAmount</code>, <code>UnblendedCost</code>, and <code>UsageQuantity</code>. </p> <note> <p>If you return the <code>UsageQuantity</code> metric, the service aggregates all usage numbers without taking into account the units. For example, if you aggregate <code>usageQuantity</code> across all of Amazon EC2, the results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different units (for example, hours vs. GB). To get more meaningful <code>UsageQuantity</code> metrics, filter by <code>UsageType</code> or <code>UsageTypeGroups</code>. </p> </note> <p> <code>Metrics</code> is required for <code>GetCostAndUsage</code> requests.</p>",
"GetReservationCoverageRequest$Metrics": null
"GetReservationCoverageRequest$Metrics": "<p>The measurement that you want your reservation coverage reported in.</p> <p>Valid values are <code>Hour</code>, <code>Unit</code>, and <code>Cost</code>. You can use multiple values in a request.</p>"
}
},
"MetricUnit": {
Expand Down
7 changes: 4 additions & 3 deletions models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,7 @@
"AuthorizationEndpoint",
"TokenEndpoint",
"UserInfoEndpoint",
"ClientId",
"ClientSecret"
"ClientId"
],
"members":{
"Issuer":{"shape":"AuthenticateOidcActionIssuer"},
Expand All @@ -780,14 +779,16 @@
"Scope":{"shape":"AuthenticateOidcActionScope"},
"SessionTimeout":{"shape":"AuthenticateOidcActionSessionTimeout"},
"AuthenticationRequestExtraParams":{"shape":"AuthenticateOidcActionAuthenticationRequestExtraParams"},
"OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"}
"OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"},
"UseExistingClientSecret":{"shape":"AuthenticateOidcActionUseExistingClientSecret"}
}
},
"AuthenticateOidcActionIssuer":{"type":"string"},
"AuthenticateOidcActionScope":{"type":"string"},
"AuthenticateOidcActionSessionCookieName":{"type":"string"},
"AuthenticateOidcActionSessionTimeout":{"type":"long"},
"AuthenticateOidcActionTokenEndpoint":{"type":"string"},
"AuthenticateOidcActionUseExistingClientSecret":{"type":"boolean"},
"AuthenticateOidcActionUserInfoEndpoint":{"type":"string"},
"AvailabilityZone":{
"type":"structure",
Expand Down
Loading

0 comments on commit 6bea93e

Please sign in to comment.