Skip to content

Commit fb56903

Browse files
authored
feat: update generated APIs (#517)
1 parent 8a0be54 commit fb56903

File tree

70 files changed

+106
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+106
-74
lines changed

scaleway-async/scaleway_async/account/v2/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class AccountV2API(API):
2828
"""
29-
This API allows you to manage projects.
29+
This API allows you to manage your Scaleway Projects.
3030
"""
3131

3232
async def create_project(

scaleway-async/scaleway_async/account/v3/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class AccountV3ProjectAPI(API):
2828
"""
29-
This API allows you to manage projects.
29+
This API allows you to manage your Scaleway Projects.
3030
"""
3131

3232
async def create_project(

scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343

4444

4545
class ApplesiliconV1Alpha1API(API):
46-
""" """
46+
"""
47+
This API allows you to manage your Apple silicon machines.
48+
"""
4749

4850
async def list_server_types(
4951
self,

scaleway-async/scaleway_async/baremetal/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
class BaremetalV1API(API):
9191
"""
92-
This API allows to manage your Elastic Metal server.
92+
This API allows you to manage your Elastic Metal servers.
9393
"""
9494

9595
async def list_servers(

scaleway-async/scaleway_async/billing/v2alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class BillingV2Alpha1API(API):
3535
"""
36-
This API allows you to query your consumption.
36+
This API allows you to manage and query your Scaleway billing and consumption.
3737
"""
3838

3939
async def get_consumption(

scaleway-async/scaleway_async/billing/v2beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
class BillingV2Beta1API(API):
4646
"""
47-
This API allows you to query your consumption.
47+
This API allows you to manage and query your Scaleway billing and consumption.
4848
"""
4949

5050
async def list_consumptions(

scaleway-async/scaleway_async/block/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
class BlockV1Alpha1API(API):
5252
"""
53-
This API allows you to use and manage your Block Storage volumes.
53+
This API allows you to manage your Block Storage volumes.
5454
"""
5555

5656
async def list_volume_types(

scaleway-async/scaleway_async/cockpit/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
class CockpitV1Beta1API(API):
8787
"""
88-
The Cockpit API allows you to activate your Cockpit to store metrics and logs. It also provides you with a dedicated Grafana for dashboarding to visualize your metrics and logs.
88+
This API allows you to manage your Scaleway Cockpit, for storing and visualizing metrics and logs.
8989
"""
9090

9191
async def activate_cockpit(

scaleway-async/scaleway_async/container/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
class ContainerV1Beta1API(API):
9393
"""
94-
Serverless Containers API.
94+
This API allows you to manage your Serverless Containers.
9595
"""
9696

9797
async def list_namespaces(

scaleway-async/scaleway_async/document_db/v1beta1/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143

144144

145145
class DocumentDbV1Beta1API(API):
146-
""" """
146+
"""
147+
This API allows you to manage your Document Databases.
148+
"""
147149

148150
async def list_database_engines(
149151
self,

0 commit comments

Comments
 (0)