Skip to content

Commit 9789f7c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 369aad0 commit 9789f7c

File tree

8 files changed

+184
-75
lines changed

8 files changed

+184
-75
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AutoScaling - Updated the API, and documentation for Auto Scaling.
5+
6+
* Feature - Aws::CostExplorer - Updated the documentation for AWS Cost Explorer Service.
7+
8+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing.
9+
10+
* Feature - Aws::MediaStore - Updated the API, and documentation for AWS Elemental MediaStore.
11+
412
2.11.227 (2019-02-22)
513
------------------
614

aws-sdk-core/apis/autoscaling/2011-01-01/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
"OnDemandPercentageAboveBaseCapacity":{"shape":"OnDemandPercentageAboveBaseCapacity"},
15961596
"SpotAllocationStrategy":{"shape":"XmlString"},
15971597
"SpotInstancePools":{"shape":"SpotInstancePools"},
1598-
"SpotMaxPrice":{"shape":"SpotPrice"}
1598+
"SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
15991599
}
16001600
},
16011601
"InvalidNextToken":{
@@ -1876,6 +1876,11 @@
18761876
"type":"integer",
18771877
"deprecated":true
18781878
},
1879+
"MixedInstanceSpotPrice":{
1880+
"type":"string",
1881+
"max":255,
1882+
"min":0
1883+
},
18791884
"MixedInstancesPolicy":{
18801885
"type":"structure",
18811886
"members":{

aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 56 additions & 51 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/ce/2017-10-25/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
"RedshiftInstanceDetails$Family": "<p>The instance family of the recommended reservation.</p>",
279279
"RedshiftInstanceDetails$NodeType": "<p>The type of node that AWS recommends.</p>",
280280
"RedshiftInstanceDetails$Region": "<p>The AWS Region of the recommended reservation.</p>",
281-
"ReservationPurchaseRecommendationDetail$AccountId": null,
281+
"ReservationPurchaseRecommendationDetail$AccountId": "<p>The account that this RI recommendation is for.</p>",
282282
"ReservationPurchaseRecommendationDetail$RecommendedNumberOfInstancesToPurchase": "<p>The number of instances that AWS recommends that you purchase.</p>",
283283
"ReservationPurchaseRecommendationDetail$RecommendedNormalizedUnitsToPurchase": "<p>The number of normalized units that AWS recommends that you purchase.</p>",
284284
"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>",
@@ -479,7 +479,7 @@
479479
"base": null,
480480
"refs": {
481481
"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>",
482-
"GetReservationCoverageRequest$Metrics": null
482+
"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>"
483483
}
484484
},
485485
"MetricUnit": {

aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/api-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,7 @@
766766
"AuthorizationEndpoint",
767767
"TokenEndpoint",
768768
"UserInfoEndpoint",
769-
"ClientId",
770-
"ClientSecret"
769+
"ClientId"
771770
],
772771
"members":{
773772
"Issuer":{"shape":"AuthenticateOidcActionIssuer"},
@@ -780,14 +779,16 @@
780779
"Scope":{"shape":"AuthenticateOidcActionScope"},
781780
"SessionTimeout":{"shape":"AuthenticateOidcActionSessionTimeout"},
782781
"AuthenticationRequestExtraParams":{"shape":"AuthenticateOidcActionAuthenticationRequestExtraParams"},
783-
"OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"}
782+
"OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"},
783+
"UseExistingClientSecret":{"shape":"AuthenticateOidcActionUseExistingClientSecret"}
784784
}
785785
},
786786
"AuthenticateOidcActionIssuer":{"type":"string"},
787787
"AuthenticateOidcActionScope":{"type":"string"},
788788
"AuthenticateOidcActionSessionCookieName":{"type":"string"},
789789
"AuthenticateOidcActionSessionTimeout":{"type":"long"},
790790
"AuthenticateOidcActionTokenEndpoint":{"type":"string"},
791+
"AuthenticateOidcActionUseExistingClientSecret":{"type":"boolean"},
791792
"AuthenticateOidcActionUserInfoEndpoint":{"type":"string"},
792793
"AvailabilityZone":{
793794
"type":"structure",

0 commit comments

Comments
 (0)