Skip to content

Commit 7c8de84

Browse files
author
AWS
committed
Amazon Location Service Update: Making PricingPlan optional as part of create resource API.
1 parent 509b92c commit 7c8de84

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Location Service",
4+
"contributor": "",
5+
"description": "Making PricingPlan optional as part of create resource API."
6+
}

services/location/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,10 +1683,7 @@
16831683
},
16841684
"CreateGeofenceCollectionRequest":{
16851685
"type":"structure",
1686-
"required":[
1687-
"CollectionName",
1688-
"PricingPlan"
1689-
],
1686+
"required":["CollectionName"],
16901687
"members":{
16911688
"CollectionName":{
16921689
"shape":"ResourceName",
@@ -1702,7 +1699,7 @@
17021699
},
17031700
"PricingPlan":{
17041701
"shape":"PricingPlan",
1705-
"documentation":"<p>Specifies the pricing plan for the geofence collection.</p> <p>For additional details and restrictions on each pricing plan option, see the <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing page</a>.</p>"
1702+
"documentation":"<p>Optionally specifies the pricing plan for the geofence collection. Defaults to <code>RequestBasedUsage</code>.</p> <p>For additional details and restrictions on each pricing plan option, see the <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing page</a>.</p>"
17061703
},
17071704
"PricingPlanDataSource":{
17081705
"shape":"String",
@@ -1740,8 +1737,7 @@
17401737
"type":"structure",
17411738
"required":[
17421739
"Configuration",
1743-
"MapName",
1744-
"PricingPlan"
1740+
"MapName"
17451741
],
17461742
"members":{
17471743
"Configuration":{
@@ -1758,7 +1754,7 @@
17581754
},
17591755
"PricingPlan":{
17601756
"shape":"PricingPlan",
1761-
"documentation":"<p>Specifies the pricing plan for your map resource.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
1757+
"documentation":"<p>Optionally specifies the pricing plan for the map resource. Defaults to <code>RequestBasedUsage</code>.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
17621758
},
17631759
"Tags":{
17641760
"shape":"TagMap",
@@ -1792,8 +1788,7 @@
17921788
"type":"structure",
17931789
"required":[
17941790
"DataSource",
1795-
"IndexName",
1796-
"PricingPlan"
1791+
"IndexName"
17971792
],
17981793
"members":{
17991794
"DataSource":{
@@ -1814,7 +1809,7 @@
18141809
},
18151810
"PricingPlan":{
18161811
"shape":"PricingPlan",
1817-
"documentation":"<p>Specifies the pricing plan for your place index resource.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
1812+
"documentation":"<p>Optionally specifies the pricing plan for the place index resource. Defaults to <code>RequestBasedUsage</code>.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
18181813
},
18191814
"Tags":{
18201815
"shape":"TagMap",
@@ -1848,8 +1843,7 @@
18481843
"type":"structure",
18491844
"required":[
18501845
"CalculatorName",
1851-
"DataSource",
1852-
"PricingPlan"
1846+
"DataSource"
18531847
],
18541848
"members":{
18551849
"CalculatorName":{
@@ -1866,7 +1860,7 @@
18661860
},
18671861
"PricingPlan":{
18681862
"shape":"PricingPlan",
1869-
"documentation":"<p>Specifies the pricing plan for your route calculator resource.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
1863+
"documentation":"<p>Optionally specifies the pricing plan for the route calculator resource. Defaults to <code>RequestBasedUsage</code>.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
18701864
},
18711865
"Tags":{
18721866
"shape":"TagMap",
@@ -1898,10 +1892,7 @@
18981892
},
18991893
"CreateTrackerRequest":{
19001894
"type":"structure",
1901-
"required":[
1902-
"PricingPlan",
1903-
"TrackerName"
1904-
],
1895+
"required":["TrackerName"],
19051896
"members":{
19061897
"Description":{
19071898
"shape":"ResourceDescription",
@@ -1917,7 +1908,7 @@
19171908
},
19181909
"PricingPlan":{
19191910
"shape":"PricingPlan",
1920-
"documentation":"<p>Specifies the pricing plan for the tracker resource.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
1911+
"documentation":"<p>Optionally specifies the pricing plan for the tracker resource. Defaults to <code>RequestBasedUsage</code>.</p> <p>For additional details and restrictions on each pricing plan option, see <a href=\"https://aws.amazon.com/location/pricing/\">Amazon Location Service pricing</a>.</p>"
19211912
},
19221913
"PricingPlanDataSource":{
19231914
"shape":"String",

0 commit comments

Comments
 (0)