Skip to content

Commit 3be432c

Browse files
committed
feat: update generated APIs
1 parent df64547 commit 3be432c

File tree

44 files changed

+124
-54
lines changed

Some content is hidden

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

44 files changed

+124
-54
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ async def reinstall_server(
645645
) -> Server:
646646
"""
647647
Reinstall a server.
648-
Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the defailt configuration values of the image (OS).
648+
Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the default configuration values of the image (OS).
649649
:param server_id: UUID of the server you want to reinstall.
650650
:param zone: Zone to target. If none is passed will use default zone from the config.
651651
:param os_id: Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class OS:
174174

175175
release_notes_url: str
176176
"""
177-
Url of the release notes for the OS image or softwares pre-installed.
177+
Url of the release notes for the OS image or software pre-installed.
178178
"""
179179

180180
description: str

scaleway-async/scaleway_async/audit_trail/v1alpha1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
126126
IAM_RULE = "iam_rule"
127127
IAM_SAML = "iam_saml"
128128
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
129+
IAM_SCIM = "iam_scim"
130+
IAM_SCIM_TOKEN = "iam_scim_token"
129131
SECRET_MANAGER_SECRET = "secret_manager_secret"
130132
SECRET_MANAGER_VERSION = "secret_manager_version"
131133
KEY_MANAGER_KEY = "key_manager_key"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@ class BMCAccess:
11451145

11461146
login: str
11471147
"""
1148-
The login to use for the BMC (Baseboard Management Controller) access authentification.
1148+
The login to use for the BMC (Baseboard Management Controller) access authentication.
11491149
"""
11501150

11511151
password: str
11521152
"""
1153-
The password to use for the BMC (Baseboard Management Controller) access authentification.
1153+
The password to use for the BMC (Baseboard Management Controller) access authentication.
11541154
"""
11551155

11561156
expires_at: Optional[datetime] = None

scaleway-async/scaleway_async/block/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class ListSnapshotsResponse:
585585

586586
total_count: int
587587
"""
588-
Total number of snpashots in the project.
588+
Total number of snapshots in the project.
589589
"""
590590

591591

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ class ListSnapshotsResponse:
618618

619619
total_count: int
620620
"""
621-
Total number of snpashots in the project.
621+
Total number of snapshots in the project.
622622
"""
623623

624624

scaleway-async/scaleway_async/cockpit/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse:
933933
@dataclass
934934
class ListGrafanaUsersResponse:
935935
"""
936-
Ouptut returned when listing Grafana users.
936+
Output returned when listing Grafana users.
937937
"""
938938

939939
total_count: int

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ async def create_cron(
10631063
"""
10641064
Create a new cron.
10651065
:param container_id: UUID of the container to invoke by the cron.
1066-
:param schedule: UNIX cron shedule.
1066+
:param schedule: UNIX cron schedule.
10671067
:param region: Region to target. If none is passed will use default region from the config.
10681068
:param args: Arguments to pass with the cron.
10691069
:param name: Name of the cron to create.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class Cron:
533533

534534
schedule: str
535535
"""
536-
UNIX cron shedule.
536+
UNIX cron schedule.
537537
"""
538538

539539
status: CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897

898898
schedule: str
899899
"""
900-
UNIX cron shedule.
900+
UNIX cron schedule.
901901
"""
902902

903903
region: Optional[ScwRegion] = None

scaleway-async/scaleway_async/dedibox/v1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ class Log:
18671867

18681868
member: Optional[RpnV2Member] = None
18691869
"""
1870-
RPN V2 member (if appliable).
1870+
RPN V2 member (if applicable).
18711871
"""
18721872

18731873
created_at: Optional[datetime] = None
@@ -2198,12 +2198,12 @@ class BMCAccess:
21982198

21992199
login: str
22002200
"""
2201-
The login to use for the BMC (Baseboard Management Controller) access authentification.
2201+
The login to use for the BMC (Baseboard Management Controller) access authentication.
22022202
"""
22032203

22042204
password: str
22052205
"""
2206-
The password to use for the BMC (Baseboard Management Controller) access authentification.
2206+
The password to use for the BMC (Baseboard Management Controller) access authentication.
22072207
"""
22082208

22092209
status: BMCAccessStatus
@@ -3521,7 +3521,7 @@ class Rescue:
35213521

35223522
protocol: RescueProtocol
35233523
"""
3524-
Protocol of the resuce.
3524+
Protocol of the rescue.
35253525
"""
35263526

35273527

0 commit comments

Comments
 (0)