Skip to content

Commit c7cc6a4

Browse files
author
AWS
committed
Amazon Lightsail Update: This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
1 parent a6b7196 commit c7cc6a4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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 Lightsail",
4+
"contributor": "",
5+
"description": "This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request."
6+
}

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
{"shape":"AccountSetupInProgressException"},
12781278
{"shape":"UnauthenticatedException"}
12791279
],
1280-
"documentation":"<p>Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or <i>instance</i>).</p>"
1280+
"documentation":"<p>Returns the bundles that you can apply to an Amazon Lightsail instance when you create it.</p> <p>A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota.</p> <note> <p>Bundles are referred to as <i>instance plans</i> in the Lightsail console.</p> </note>"
12811281
},
12821282
"GetCertificates":{
12831283
"name":"GetCertificates",
@@ -6648,7 +6648,7 @@
66486648
"members":{
66496649
"includeInactive":{
66506650
"shape":"boolean",
6651-
"documentation":"<p>A Boolean value indicating whether to include inactive results in your request.</p>"
6651+
"documentation":"<p>A Boolean value that indicates whether to include inactive (unavailable) blueprints in the response of your request.</p>"
66526652
},
66536653
"pageToken":{
66546654
"shape":"string",
@@ -6693,7 +6693,7 @@
66936693
"members":{
66946694
"includeInactive":{
66956695
"shape":"boolean",
6696-
"documentation":"<p>A Boolean value that indicates whether to include inactive (unavailable) bundles in the response.</p>"
6696+
"documentation":"<p>A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.</p>"
66976697
}
66986698
}
66996699
},
@@ -6800,7 +6800,7 @@
68006800
"members":{
68016801
"includeInactive":{
68026802
"shape":"boolean",
6803-
"documentation":"<p>A Boolean value that indicates whether to include inactive bundle results in your request.</p>"
6803+
"documentation":"<p>A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.</p>"
68046804
},
68056805
"pageToken":{
68066806
"shape":"string",
@@ -7823,6 +7823,10 @@
78237823
"pageToken":{
78247824
"shape":"string",
78257825
"documentation":"<p>The token to advance to the next page of results from your request.</p> <p>To get a page token, perform an initial <code>GetRelationalDatabaseBundles</code> request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.</p>"
7826+
},
7827+
"includeInactive":{
7828+
"shape":"boolean",
7829+
"documentation":"<p>A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.</p>"
78267830
}
78277831
}
78287832
},

0 commit comments

Comments
 (0)