Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ async def reinstall_server(
) -> Server:
"""
Reinstall a server.
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).
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).
:param server_id: UUID of the server you want to reinstall.
:param zone: Zone to target. If none is passed will use default zone from the config.
:param os_id: Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class OS:

release_notes_url: str
"""
Url of the release notes for the OS image or softwares pre-installed.
Url of the release notes for the OS image or software pre-installed.
"""

description: str
Expand Down
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/audit_trail/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
IAM_RULE = "iam_rule"
IAM_SAML = "iam_saml"
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
IAM_SCIM = "iam_scim"
IAM_SCIM_TOKEN = "iam_scim_token"
SECRET_MANAGER_SECRET = "secret_manager_secret"
SECRET_MANAGER_VERSION = "secret_manager_version"
KEY_MANAGER_KEY = "key_manager_key"
Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/baremetal/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,12 @@ class BMCAccess:

login: str
"""
The login to use for the BMC (Baseboard Management Controller) access authentification.
The login to use for the BMC (Baseboard Management Controller) access authentication.
"""

password: str
"""
The password to use for the BMC (Baseboard Management Controller) access authentification.
The password to use for the BMC (Baseboard Management Controller) access authentication.
"""

expires_at: Optional[datetime] = None
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/block/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class ListSnapshotsResponse:

total_count: int
"""
Total number of snpashots in the project.
Total number of snapshots in the project.
"""


Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/block/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ class ListSnapshotsResponse:

total_count: int
"""
Total number of snpashots in the project.
Total number of snapshots in the project.
"""


Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/cockpit/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse:
@dataclass
class ListGrafanaUsersResponse:
"""
Ouptut returned when listing Grafana users.
Output returned when listing Grafana users.
"""

total_count: int
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/container/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ async def create_cron(
"""
Create a new cron.
:param container_id: UUID of the container to invoke by the cron.
:param schedule: UNIX cron shedule.
:param schedule: UNIX cron schedule.
:param region: Region to target. If none is passed will use default region from the config.
:param args: Arguments to pass with the cron.
:param name: Name of the cron to create.
Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/container/v1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class Cron:

schedule: str
"""
UNIX cron shedule.
UNIX cron schedule.
"""

status: CronStatus
Expand Down Expand Up @@ -897,7 +897,7 @@ class CreateCronRequest:

schedule: str
"""
UNIX cron shedule.
UNIX cron schedule.
"""

region: Optional[ScwRegion] = None
Expand Down
6 changes: 3 additions & 3 deletions scaleway-async/scaleway_async/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ async def get_ssl_certificate(
) -> SSLCertificate:
"""
Get a DNS zone's TLS certificate.
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
:param dns_zone:
:return: :class:`SSLCertificate <SSLCertificate>`

Expand Down Expand Up @@ -1148,7 +1148,7 @@ async def wait_for_ssl_certificate(
) -> SSLCertificate:
"""
Get a DNS zone's TLS certificate.
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
:param dns_zone:
:return: :class:`SSLCertificate <SSLCertificate>`

Expand Down Expand Up @@ -2582,7 +2582,7 @@ async def get_domain_auth_code(
) -> GetDomainAuthCodeResponse:
"""
Get a domain's authorization code.
Retrieve the authorization code to tranfer an unlocked domain. The output returns an error if the domain is locked.
Retrieve the authorization code to transfer an unlocked domain. The output returns an error if the domain is locked.
Some TLDs may have a different procedure to retrieve the authorization code. In that case, the information displays in the message field.
:param domain:
:return: :class:`GetDomainAuthCodeResponse <GetDomainAuthCodeResponse>`
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/function/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ async def create_domain(
"""
Create a domain name binding.
Create a domain name binding for the function with the specified ID.
:param hostname: Hostame to create.
:param hostname: Hostname to create.
:param function_id: UUID of the function to associate the domain with.
:param region: Region to target. If none is passed will use default region from the config.
:return: :class:`Domain <Domain>`
Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/function/v1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class Domain:

status: DomainStatus
"""
State of the doamin.
State of the domain.
"""

error_message: Optional[str] = None
Expand Down Expand Up @@ -773,7 +773,7 @@ class CreateCronRequest:
class CreateDomainRequest:
hostname: str
"""
Hostame to create.
Hostname to create.
"""

function_id: str
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/iam/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ async def get_policy(
) -> Policy:
"""
Get an existing policy.
Retrieve information about a policy, speficified by the `policy_id` parameter. The policy's full details, including `id`, `name`, `organization_id`, `nb_rules` and `nb_scopes`, `nb_permission_sets` are returned in the response.
Retrieve information about a policy, specified by the `policy_id` parameter. The policy's full details, including `id`, `name`, `organization_id`, `nb_rules` and `nb_scopes`, `nb_permission_sets` are returned in the response.
:param policy_id: Id of policy to search.
:return: :class:`Policy <Policy>`

Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/jobs/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async def delete_job_definition(
region: Optional[ScwRegion] = None,
) -> None:
"""
Delete an exsisting job definition by its unique identifier.
Delete an existing job definition by its unique identifier.
:param job_definition_id: UUID of the job definition to delete.
:param region: Region to target. If none is passed will use default region from the config.

Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/mnq/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ async def get_sns_info(
) -> SnsInfo:
"""
Get Topics and Events info.
Retrieve the Topics and Events information of the specified Project ID. Informations include the activation status and the Topics and Events API endpoint URL.
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: Project to retrieve Topics and Events info from.
:return: :class:`SnsInfo <SnsInfo>`
Expand Down Expand Up @@ -915,7 +915,7 @@ async def get_sqs_info(
) -> SqsInfo:
"""
Get Queues info.
Retrieve the Queues information of the specified Project ID. Informations include the activation status and the Queues API endpoint URL.
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: Project to retrieve Queues info from.
:return: :class:`SqsInfo <SqsInfo>`
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/qaas/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ async def get_application(
) -> Application:
"""
Get application information.
Retrieve information about the provided **applcation ID**, such as name, type and compatible platforms.
Retrieve information about the provided **application ID**, such as name, type and compatible platforms.
:param application_id: Unique ID of the application.
:return: :class:`Application <Application>`

Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/applesilicon/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def reinstall_server(
) -> Server:
"""
Reinstall a server.
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).
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).
:param server_id: UUID of the server you want to reinstall.
:param zone: Zone to target. If none is passed will use default zone from the config.
:param os_id: Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/applesilicon/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class OS:

release_notes_url: str
"""
Url of the release notes for the OS image or softwares pre-installed.
Url of the release notes for the OS image or software pre-installed.
"""

description: str
Expand Down
2 changes: 2 additions & 0 deletions scaleway/scaleway/audit_trail/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
IAM_RULE = "iam_rule"
IAM_SAML = "iam_saml"
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
IAM_SCIM = "iam_scim"
IAM_SCIM_TOKEN = "iam_scim_token"
SECRET_MANAGER_SECRET = "secret_manager_secret"
SECRET_MANAGER_VERSION = "secret_manager_version"
KEY_MANAGER_KEY = "key_manager_key"
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/baremetal/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,12 @@ class BMCAccess:

login: str
"""
The login to use for the BMC (Baseboard Management Controller) access authentification.
The login to use for the BMC (Baseboard Management Controller) access authentication.
"""

password: str
"""
The password to use for the BMC (Baseboard Management Controller) access authentification.
The password to use for the BMC (Baseboard Management Controller) access authentication.
"""

expires_at: Optional[datetime] = None
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/block/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class ListSnapshotsResponse:

total_count: int
"""
Total number of snpashots in the project.
Total number of snapshots in the project.
"""


Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/block/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ class ListSnapshotsResponse:

total_count: int
"""
Total number of snpashots in the project.
Total number of snapshots in the project.
"""


Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/cockpit/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse:
@dataclass
class ListGrafanaUsersResponse:
"""
Ouptut returned when listing Grafana users.
Output returned when listing Grafana users.
"""

total_count: int
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/container/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ def create_cron(
"""
Create a new cron.
:param container_id: UUID of the container to invoke by the cron.
:param schedule: UNIX cron shedule.
:param schedule: UNIX cron schedule.
:param region: Region to target. If none is passed will use default region from the config.
:param args: Arguments to pass with the cron.
:param name: Name of the cron to create.
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/container/v1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class Cron:

schedule: str
"""
UNIX cron shedule.
UNIX cron schedule.
"""

status: CronStatus
Expand Down Expand Up @@ -897,7 +897,7 @@ class CreateCronRequest:

schedule: str
"""
UNIX cron shedule.
UNIX cron schedule.
"""

region: Optional[ScwRegion] = None
Expand Down
6 changes: 3 additions & 3 deletions scaleway/scaleway/domain/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def get_ssl_certificate(
) -> SSLCertificate:
"""
Get a DNS zone's TLS certificate.
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
:param dns_zone:
:return: :class:`SSLCertificate <SSLCertificate>`

Expand Down Expand Up @@ -1146,7 +1146,7 @@ def wait_for_ssl_certificate(
) -> SSLCertificate:
"""
Get a DNS zone's TLS certificate.
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
:param dns_zone:
:return: :class:`SSLCertificate <SSLCertificate>`

Expand Down Expand Up @@ -2580,7 +2580,7 @@ def get_domain_auth_code(
) -> GetDomainAuthCodeResponse:
"""
Get a domain's authorization code.
Retrieve the authorization code to tranfer an unlocked domain. The output returns an error if the domain is locked.
Retrieve the authorization code to transfer an unlocked domain. The output returns an error if the domain is locked.
Some TLDs may have a different procedure to retrieve the authorization code. In that case, the information displays in the message field.
:param domain:
:return: :class:`GetDomainAuthCodeResponse <GetDomainAuthCodeResponse>`
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/function/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def create_domain(
"""
Create a domain name binding.
Create a domain name binding for the function with the specified ID.
:param hostname: Hostame to create.
:param hostname: Hostname to create.
:param function_id: UUID of the function to associate the domain with.
:param region: Region to target. If none is passed will use default region from the config.
:return: :class:`Domain <Domain>`
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/function/v1beta1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class Domain:

status: DomainStatus
"""
State of the doamin.
State of the domain.
"""

error_message: Optional[str] = None
Expand Down Expand Up @@ -773,7 +773,7 @@ class CreateCronRequest:
class CreateDomainRequest:
hostname: str
"""
Hostame to create.
Hostname to create.
"""

function_id: str
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/iam/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ def get_policy(
) -> Policy:
"""
Get an existing policy.
Retrieve information about a policy, speficified by the `policy_id` parameter. The policy's full details, including `id`, `name`, `organization_id`, `nb_rules` and `nb_scopes`, `nb_permission_sets` are returned in the response.
Retrieve information about a policy, specified by the `policy_id` parameter. The policy's full details, including `id`, `name`, `organization_id`, `nb_rules` and `nb_scopes`, `nb_permission_sets` are returned in the response.
:param policy_id: Id of policy to search.
:return: :class:`Policy <Policy>`

Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/jobs/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def delete_job_definition(
region: Optional[ScwRegion] = None,
) -> None:
"""
Delete an exsisting job definition by its unique identifier.
Delete an existing job definition by its unique identifier.
:param job_definition_id: UUID of the job definition to delete.
:param region: Region to target. If none is passed will use default region from the config.

Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/mnq/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def get_sns_info(
) -> SnsInfo:
"""
Get Topics and Events info.
Retrieve the Topics and Events information of the specified Project ID. Informations include the activation status and the Topics and Events API endpoint URL.
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: Project to retrieve Topics and Events info from.
:return: :class:`SnsInfo <SnsInfo>`
Expand Down Expand Up @@ -915,7 +915,7 @@ def get_sqs_info(
) -> SqsInfo:
"""
Get Queues info.
Retrieve the Queues information of the specified Project ID. Informations include the activation status and the Queues API endpoint URL.
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: Project to retrieve Queues info from.
:return: :class:`SqsInfo <SqsInfo>`
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/qaas/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ def get_application(
) -> Application:
"""
Get application information.
Retrieve information about the provided **applcation ID**, such as name, type and compatible platforms.
Retrieve information about the provided **application ID**, such as name, type and compatible platforms.
:param application_id: Unique ID of the application.
:return: :class:`Application <Application>`

Expand Down
Loading