diff --git a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py index fb4ca035c..93a41d7da 100644 --- a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py @@ -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. diff --git a/scaleway-async/scaleway_async/applesilicon/v1alpha1/types.py b/scaleway-async/scaleway_async/applesilicon/v1alpha1/types.py index a11d72a1b..6c99d7034 100644 --- a/scaleway-async/scaleway_async/applesilicon/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/applesilicon/v1alpha1/types.py @@ -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 diff --git a/scaleway-async/scaleway_async/baremetal/v1/types.py b/scaleway-async/scaleway_async/baremetal/v1/types.py index aaeae352b..688eaffa2 100644 --- a/scaleway-async/scaleway_async/baremetal/v1/types.py +++ b/scaleway-async/scaleway_async/baremetal/v1/types.py @@ -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 diff --git a/scaleway-async/scaleway_async/block/v1/types.py b/scaleway-async/scaleway_async/block/v1/types.py index d00d892ed..8e8248068 100644 --- a/scaleway-async/scaleway_async/block/v1/types.py +++ b/scaleway-async/scaleway_async/block/v1/types.py @@ -585,7 +585,7 @@ class ListSnapshotsResponse: total_count: int """ - Total number of snpashots in the project. + Total number of snapshots in the project. """ diff --git a/scaleway-async/scaleway_async/block/v1alpha1/types.py b/scaleway-async/scaleway_async/block/v1alpha1/types.py index 95dab262d..53d957c7e 100644 --- a/scaleway-async/scaleway_async/block/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/block/v1alpha1/types.py @@ -618,7 +618,7 @@ class ListSnapshotsResponse: total_count: int """ - Total number of snpashots in the project. + Total number of snapshots in the project. """ diff --git a/scaleway-async/scaleway_async/cockpit/v1/types.py b/scaleway-async/scaleway_async/cockpit/v1/types.py index 05ee9c92f..c145d75d5 100644 --- a/scaleway-async/scaleway_async/cockpit/v1/types.py +++ b/scaleway-async/scaleway_async/cockpit/v1/types.py @@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse: @dataclass class ListGrafanaUsersResponse: """ - Ouptut returned when listing Grafana users. + Output returned when listing Grafana users. """ total_count: int diff --git a/scaleway-async/scaleway_async/container/v1beta1/api.py b/scaleway-async/scaleway_async/container/v1beta1/api.py index 5a3e54bb2..9e85ad6f0 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/api.py +++ b/scaleway-async/scaleway_async/container/v1beta1/api.py @@ -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. diff --git a/scaleway-async/scaleway_async/container/v1beta1/types.py b/scaleway-async/scaleway_async/container/v1beta1/types.py index 4279da600..fdd5f2995 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/types.py +++ b/scaleway-async/scaleway_async/container/v1beta1/types.py @@ -533,7 +533,7 @@ class Cron: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ status: CronStatus @@ -897,7 +897,7 @@ class CreateCronRequest: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ region: Optional[ScwRegion] = None diff --git a/scaleway-async/scaleway_async/dedibox/v1/types.py b/scaleway-async/scaleway_async/dedibox/v1/types.py index 6f75d791c..1240d0f21 100644 --- a/scaleway-async/scaleway_async/dedibox/v1/types.py +++ b/scaleway-async/scaleway_async/dedibox/v1/types.py @@ -1867,7 +1867,7 @@ class Log: member: Optional[RpnV2Member] = None """ - RPN V2 member (if appliable). + RPN V2 member (if applicable). """ created_at: Optional[datetime] = None @@ -2198,12 +2198,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. """ status: BMCAccessStatus @@ -3521,7 +3521,7 @@ class Rescue: protocol: RescueProtocol """ - Protocol of the resuce. + Protocol of the rescue. """ diff --git a/scaleway-async/scaleway_async/domain/v2beta1/api.py b/scaleway-async/scaleway_async/domain/v2beta1/api.py index 2c756efaa..ee95ca04e 100644 --- a/scaleway-async/scaleway_async/domain/v2beta1/api.py +++ b/scaleway-async/scaleway_async/domain/v2beta1/api.py @@ -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 ` @@ -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 ` @@ -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 ` diff --git a/scaleway-async/scaleway_async/function/v1beta1/api.py b/scaleway-async/scaleway_async/function/v1beta1/api.py index 361c1716a..4c8c55377 100644 --- a/scaleway-async/scaleway_async/function/v1beta1/api.py +++ b/scaleway-async/scaleway_async/function/v1beta1/api.py @@ -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 ` diff --git a/scaleway-async/scaleway_async/function/v1beta1/types.py b/scaleway-async/scaleway_async/function/v1beta1/types.py index ff4230f88..85391b085 100644 --- a/scaleway-async/scaleway_async/function/v1beta1/types.py +++ b/scaleway-async/scaleway_async/function/v1beta1/types.py @@ -412,7 +412,7 @@ class Domain: status: DomainStatus """ - State of the doamin. + State of the domain. """ error_message: Optional[str] = None @@ -773,7 +773,7 @@ class CreateCronRequest: class CreateDomainRequest: hostname: str """ - Hostame to create. + Hostname to create. """ function_id: str diff --git a/scaleway-async/scaleway_async/iam/v1alpha1/api.py b/scaleway-async/scaleway_async/iam/v1alpha1/api.py index 882d07509..c6d3dcb6a 100644 --- a/scaleway-async/scaleway_async/iam/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/iam/v1alpha1/api.py @@ -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 ` diff --git a/scaleway-async/scaleway_async/iot/v1/types.py b/scaleway-async/scaleway_async/iot/v1/types.py index 791aa91fe..d2e66c4dd 100644 --- a/scaleway-async/scaleway_async/iot/v1/types.py +++ b/scaleway-async/scaleway_async/iot/v1/types.py @@ -415,7 +415,7 @@ class Hub: enable_device_auto_provisioning: bool """ - When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certifcate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority. + When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certificate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority. """ has_custom_ca: bool diff --git a/scaleway-async/scaleway_async/ipam/v1/api.py b/scaleway-async/scaleway_async/ipam/v1/api.py index 19411d586..8bb766997 100644 --- a/scaleway-async/scaleway_async/ipam/v1/api.py +++ b/scaleway-async/scaleway_async/ipam/v1/api.py @@ -1,7 +1,7 @@ # This file was automatically generated. DO NOT EDIT. # If you have any remark or suggestion do not hesitate to open an issue. -from typing import List, Optional +from typing import Optional from scaleway_core.api import API from scaleway_core.bridge import ( @@ -53,7 +53,7 @@ async def book_ip( region: Optional[ScwRegion] = None, project_id: Optional[str] = None, address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, resource: Optional[CustomResource] = None, ) -> IP: """ @@ -138,7 +138,7 @@ async def release_ip_set( self, *, region: Optional[ScwRegion] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, ) -> None: """ :param region: Region to target. If none is passed will use default region from the config. @@ -207,8 +207,8 @@ async def update_ip( *, ip_id: str, region: Optional[ScwRegion] = None, - tags: Optional[List[str]] = None, - reverses: Optional[List[Reverse]] = None, + tags: Optional[list[str]] = None, + reverses: Optional[list[Reverse]] = None, ) -> IP: """ Update an IP. @@ -264,14 +264,14 @@ async def list_i_ps( attached: Optional[bool] = None, resource_name: Optional[str] = None, resource_id: Optional[str] = None, - resource_ids: Optional[List[str]] = None, + resource_ids: Optional[list[str]] = None, resource_type: Optional[ResourceType] = None, - resource_types: Optional[List[ResourceType]] = None, + resource_types: Optional[list[ResourceType]] = None, mac_address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, organization_id: Optional[str] = None, is_ipv6: Optional[bool] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, source_vpc_id: Optional[str] = None, ) -> ListIPsResponse: """ @@ -364,16 +364,16 @@ async def list_i_ps_all( attached: Optional[bool] = None, resource_name: Optional[str] = None, resource_id: Optional[str] = None, - resource_ids: Optional[List[str]] = None, + resource_ids: Optional[list[str]] = None, resource_type: Optional[ResourceType] = None, - resource_types: Optional[List[ResourceType]] = None, + resource_types: Optional[list[ResourceType]] = None, mac_address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, organization_id: Optional[str] = None, is_ipv6: Optional[bool] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, source_vpc_id: Optional[str] = None, - ) -> List[IP]: + ) -> list[IP]: """ List existing IPs. List existing IPs in the specified region using various filters. For example, you can filter for IPs within a specified Private Network, or for public IPs within a specified Project. By default, the IPs returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. @@ -402,7 +402,7 @@ async def list_i_ps_all( :param ip_ids: IP IDs to filter for. Only IPs with these UUIDs will be returned. :param source_vpc_id: One-Of ('source'): at most one of 'zonal', 'private_network_id', 'subnet_id', 'source_vpc_id' could be set. - :return: :class:`List[IP] ` + :return: :class:`list[IP] ` Usage: :: diff --git a/scaleway-async/scaleway_async/ipam/v1/marshalling.py b/scaleway-async/scaleway_async/ipam/v1/marshalling.py index ac03e4575..0c99f36d4 100644 --- a/scaleway-async/scaleway_async/ipam/v1/marshalling.py +++ b/scaleway-async/scaleway_async/ipam/v1/marshalling.py @@ -1,7 +1,7 @@ # This file was automatically generated. DO NOT EDIT. # If you have any remark or suggestion do not hesitate to open an issue. -from typing import Any, Dict +from typing import Any from dateutil import parser from scaleway_core.profile import ProfileDefaults @@ -32,7 +32,7 @@ def unmarshal_Resource(data: Any) -> Resource: "Unmarshalling the type 'Resource' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("type", None) if field is not None: @@ -67,7 +67,7 @@ def unmarshal_Reverse(data: Any) -> Reverse: "Unmarshalling the type 'Reverse' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("hostname", None) if field is not None: @@ -90,7 +90,7 @@ def unmarshal_Source(data: Any) -> Source: "Unmarshalling the type 'Source' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("zonal", None) if field is not None: @@ -125,7 +125,7 @@ def unmarshal_IP(data: Any) -> IP: "Unmarshalling the type 'IP' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("id", None) if field is not None: @@ -210,7 +210,7 @@ def unmarshal_ListIPsResponse(data: Any) -> ListIPsResponse: "Unmarshalling the type 'ListIPsResponse' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("total_count", None) if field is not None: @@ -230,8 +230,8 @@ def unmarshal_ListIPsResponse(data: Any) -> ListIPsResponse: def marshal_CustomResource( request: CustomResource, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.mac_address is not None: output["mac_address"] = request.mac_address @@ -245,8 +245,8 @@ def marshal_CustomResource( def marshal_AttachIPRequest( request: AttachIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.resource is not None: output["resource"] = marshal_CustomResource(request.resource, defaults) @@ -257,8 +257,8 @@ def marshal_AttachIPRequest( def marshal_Source( request: Source, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} output.update( resolve_one_of( [ @@ -284,8 +284,8 @@ def marshal_Source( def marshal_BookIPRequest( request: BookIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.source is not None: output["source"] = marshal_Source(request.source, defaults) @@ -313,8 +313,8 @@ def marshal_BookIPRequest( def marshal_DetachIPRequest( request: DetachIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.resource is not None: output["resource"] = marshal_CustomResource(request.resource, defaults) @@ -325,8 +325,8 @@ def marshal_DetachIPRequest( def marshal_MoveIPRequest( request: MoveIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.from_resource is not None: output["from_resource"] = marshal_CustomResource( @@ -342,8 +342,8 @@ def marshal_MoveIPRequest( def marshal_ReleaseIPSetRequest( request: ReleaseIPSetRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.ip_ids is not None: output["ip_ids"] = request.ip_ids @@ -354,8 +354,8 @@ def marshal_ReleaseIPSetRequest( def marshal_Reverse( request: Reverse, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.hostname is not None: output["hostname"] = request.hostname @@ -369,8 +369,8 @@ def marshal_Reverse( def marshal_UpdateIPRequest( request: UpdateIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.tags is not None: output["tags"] = request.tags diff --git a/scaleway-async/scaleway_async/ipam/v1/types.py b/scaleway-async/scaleway_async/ipam/v1/types.py index 29da1b1f8..6f0599897 100644 --- a/scaleway-async/scaleway_async/ipam/v1/types.py +++ b/scaleway-async/scaleway_async/ipam/v1/types.py @@ -5,7 +5,7 @@ from dataclasses import dataclass, field from datetime import datetime from enum import Enum -from typing import List, Optional +from typing import Optional from scaleway_core.bridge import ( Region as ScwRegion, @@ -146,12 +146,12 @@ class IP: Defines whether the IP is an IPv6 (false = IPv4). """ - tags: List[str] + tags: list[str] """ Tags for the IP. """ - reverses: List[Reverse] + reverses: list[Reverse] """ Array of reverses associated with the IP. """ @@ -232,7 +232,7 @@ class BookIPRequest: The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already reserved, then the call will fail. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags for the IP. """ @@ -321,7 +321,7 @@ class ListIPsRequest: Resource ID to filter for. Only IPs attached to this resource will be returned. """ - resource_ids: Optional[List[str]] = field(default_factory=list) + resource_ids: Optional[list[str]] = field(default_factory=list) """ Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned. """ @@ -331,7 +331,7 @@ class ListIPsRequest: Resource type to filter for. Only IPs attached to this type of resource will be returned. """ - resource_types: Optional[List[ResourceType]] = field(default_factory=list) + resource_types: Optional[list[ResourceType]] = field(default_factory=list) """ Resource types to filter for. Only IPs attached to these types of resources will be returned. """ @@ -341,7 +341,7 @@ class ListIPsRequest: MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags to filter for, only IPs with one or more matching tags will be returned. """ @@ -356,7 +356,7 @@ class ListIPsRequest: Defines whether to filter only for IPv4s or IPv6s. """ - ip_ids: Optional[List[str]] = field(default_factory=list) + ip_ids: Optional[list[str]] = field(default_factory=list) """ IP IDs to filter for. Only IPs with these UUIDs will be returned. """ @@ -373,7 +373,7 @@ class ListIPsRequest: @dataclass class ListIPsResponse: total_count: int - ips: List[IP] + ips: list[IP] @dataclass @@ -419,7 +419,7 @@ class ReleaseIPSetRequest: Region to target. If none is passed will use default region from the config. """ - ip_ids: Optional[List[str]] = field(default_factory=list) + ip_ids: Optional[list[str]] = field(default_factory=list) @dataclass @@ -434,12 +434,12 @@ class UpdateIPRequest: Region to target. If none is passed will use default region from the config. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags for the IP. """ - reverses: Optional[List[Reverse]] = field(default_factory=list) + reverses: Optional[list[Reverse]] = field(default_factory=list) """ Array of reverse domain names associated with an IP in the subnet of the current IP. """ diff --git a/scaleway-async/scaleway_async/jobs/v1alpha1/api.py b/scaleway-async/scaleway_async/jobs/v1alpha1/api.py index 1c4306f5c..0ff500e52 100644 --- a/scaleway-async/scaleway_async/jobs/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/jobs/v1alpha1/api.py @@ -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. diff --git a/scaleway-async/scaleway_async/kafka/v1alpha1/types.py b/scaleway-async/scaleway_async/kafka/v1alpha1/types.py index b5c8e0822..13a3f2a86 100644 --- a/scaleway-async/scaleway_async/kafka/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/kafka/v1alpha1/types.py @@ -194,7 +194,7 @@ class NodeTypeVolumeType: min_size_bytes: int """ - Mimimum size required for the volume. + Minimum size required for the volume. """ max_size_bytes: int diff --git a/scaleway-async/scaleway_async/mnq/v1beta1/api.py b/scaleway-async/scaleway_async/mnq/v1beta1/api.py index 8dd7f9285..45b00f8aa 100644 --- a/scaleway-async/scaleway_async/mnq/v1beta1/api.py +++ b/scaleway-async/scaleway_async/mnq/v1beta1/api.py @@ -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 ` @@ -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 ` diff --git a/scaleway-async/scaleway_async/qaas/v1alpha1/api.py b/scaleway-async/scaleway_async/qaas/v1alpha1/api.py index 23243a61e..aef7f5a6d 100644 --- a/scaleway-async/scaleway_async/qaas/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/qaas/v1alpha1/api.py @@ -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 ` diff --git a/scaleway/scaleway/applesilicon/v1alpha1/api.py b/scaleway/scaleway/applesilicon/v1alpha1/api.py index 06c7e8448..60b1b1711 100644 --- a/scaleway/scaleway/applesilicon/v1alpha1/api.py +++ b/scaleway/scaleway/applesilicon/v1alpha1/api.py @@ -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. diff --git a/scaleway/scaleway/applesilicon/v1alpha1/types.py b/scaleway/scaleway/applesilicon/v1alpha1/types.py index a11d72a1b..6c99d7034 100644 --- a/scaleway/scaleway/applesilicon/v1alpha1/types.py +++ b/scaleway/scaleway/applesilicon/v1alpha1/types.py @@ -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 diff --git a/scaleway/scaleway/baremetal/v1/types.py b/scaleway/scaleway/baremetal/v1/types.py index aaeae352b..688eaffa2 100644 --- a/scaleway/scaleway/baremetal/v1/types.py +++ b/scaleway/scaleway/baremetal/v1/types.py @@ -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 diff --git a/scaleway/scaleway/block/v1/types.py b/scaleway/scaleway/block/v1/types.py index d00d892ed..8e8248068 100644 --- a/scaleway/scaleway/block/v1/types.py +++ b/scaleway/scaleway/block/v1/types.py @@ -585,7 +585,7 @@ class ListSnapshotsResponse: total_count: int """ - Total number of snpashots in the project. + Total number of snapshots in the project. """ diff --git a/scaleway/scaleway/block/v1alpha1/types.py b/scaleway/scaleway/block/v1alpha1/types.py index 95dab262d..53d957c7e 100644 --- a/scaleway/scaleway/block/v1alpha1/types.py +++ b/scaleway/scaleway/block/v1alpha1/types.py @@ -618,7 +618,7 @@ class ListSnapshotsResponse: total_count: int """ - Total number of snpashots in the project. + Total number of snapshots in the project. """ diff --git a/scaleway/scaleway/cockpit/v1/types.py b/scaleway/scaleway/cockpit/v1/types.py index 05ee9c92f..c145d75d5 100644 --- a/scaleway/scaleway/cockpit/v1/types.py +++ b/scaleway/scaleway/cockpit/v1/types.py @@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse: @dataclass class ListGrafanaUsersResponse: """ - Ouptut returned when listing Grafana users. + Output returned when listing Grafana users. """ total_count: int diff --git a/scaleway/scaleway/container/v1beta1/api.py b/scaleway/scaleway/container/v1beta1/api.py index fbf32ef9d..f950c5193 100644 --- a/scaleway/scaleway/container/v1beta1/api.py +++ b/scaleway/scaleway/container/v1beta1/api.py @@ -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. diff --git a/scaleway/scaleway/container/v1beta1/types.py b/scaleway/scaleway/container/v1beta1/types.py index 4279da600..fdd5f2995 100644 --- a/scaleway/scaleway/container/v1beta1/types.py +++ b/scaleway/scaleway/container/v1beta1/types.py @@ -533,7 +533,7 @@ class Cron: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ status: CronStatus @@ -897,7 +897,7 @@ class CreateCronRequest: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ region: Optional[ScwRegion] = None diff --git a/scaleway/scaleway/dedibox/v1/types.py b/scaleway/scaleway/dedibox/v1/types.py index 6f75d791c..1240d0f21 100644 --- a/scaleway/scaleway/dedibox/v1/types.py +++ b/scaleway/scaleway/dedibox/v1/types.py @@ -1867,7 +1867,7 @@ class Log: member: Optional[RpnV2Member] = None """ - RPN V2 member (if appliable). + RPN V2 member (if applicable). """ created_at: Optional[datetime] = None @@ -2198,12 +2198,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. """ status: BMCAccessStatus @@ -3521,7 +3521,7 @@ class Rescue: protocol: RescueProtocol """ - Protocol of the resuce. + Protocol of the rescue. """ diff --git a/scaleway/scaleway/domain/v2beta1/api.py b/scaleway/scaleway/domain/v2beta1/api.py index 8b469a570..391b4f6f5 100644 --- a/scaleway/scaleway/domain/v2beta1/api.py +++ b/scaleway/scaleway/domain/v2beta1/api.py @@ -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 ` @@ -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 ` @@ -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 ` diff --git a/scaleway/scaleway/function/v1beta1/api.py b/scaleway/scaleway/function/v1beta1/api.py index 7fcec8dd7..e4840d1cb 100644 --- a/scaleway/scaleway/function/v1beta1/api.py +++ b/scaleway/scaleway/function/v1beta1/api.py @@ -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 ` diff --git a/scaleway/scaleway/function/v1beta1/types.py b/scaleway/scaleway/function/v1beta1/types.py index ff4230f88..85391b085 100644 --- a/scaleway/scaleway/function/v1beta1/types.py +++ b/scaleway/scaleway/function/v1beta1/types.py @@ -412,7 +412,7 @@ class Domain: status: DomainStatus """ - State of the doamin. + State of the domain. """ error_message: Optional[str] = None @@ -773,7 +773,7 @@ class CreateCronRequest: class CreateDomainRequest: hostname: str """ - Hostame to create. + Hostname to create. """ function_id: str diff --git a/scaleway/scaleway/iam/v1alpha1/api.py b/scaleway/scaleway/iam/v1alpha1/api.py index e16164951..cc789b93f 100644 --- a/scaleway/scaleway/iam/v1alpha1/api.py +++ b/scaleway/scaleway/iam/v1alpha1/api.py @@ -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 ` diff --git a/scaleway/scaleway/iot/v1/types.py b/scaleway/scaleway/iot/v1/types.py index 791aa91fe..d2e66c4dd 100644 --- a/scaleway/scaleway/iot/v1/types.py +++ b/scaleway/scaleway/iot/v1/types.py @@ -415,7 +415,7 @@ class Hub: enable_device_auto_provisioning: bool """ - When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certifcate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority. + When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certificate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority. """ has_custom_ca: bool diff --git a/scaleway/scaleway/ipam/v1/api.py b/scaleway/scaleway/ipam/v1/api.py index ad43dcd85..0c6580b2c 100644 --- a/scaleway/scaleway/ipam/v1/api.py +++ b/scaleway/scaleway/ipam/v1/api.py @@ -1,7 +1,7 @@ # This file was automatically generated. DO NOT EDIT. # If you have any remark or suggestion do not hesitate to open an issue. -from typing import List, Optional +from typing import Optional from scaleway_core.api import API from scaleway_core.bridge import ( @@ -53,7 +53,7 @@ def book_ip( region: Optional[ScwRegion] = None, project_id: Optional[str] = None, address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, resource: Optional[CustomResource] = None, ) -> IP: """ @@ -138,7 +138,7 @@ def release_ip_set( self, *, region: Optional[ScwRegion] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, ) -> None: """ :param region: Region to target. If none is passed will use default region from the config. @@ -207,8 +207,8 @@ def update_ip( *, ip_id: str, region: Optional[ScwRegion] = None, - tags: Optional[List[str]] = None, - reverses: Optional[List[Reverse]] = None, + tags: Optional[list[str]] = None, + reverses: Optional[list[Reverse]] = None, ) -> IP: """ Update an IP. @@ -264,14 +264,14 @@ def list_i_ps( attached: Optional[bool] = None, resource_name: Optional[str] = None, resource_id: Optional[str] = None, - resource_ids: Optional[List[str]] = None, + resource_ids: Optional[list[str]] = None, resource_type: Optional[ResourceType] = None, - resource_types: Optional[List[ResourceType]] = None, + resource_types: Optional[list[ResourceType]] = None, mac_address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, organization_id: Optional[str] = None, is_ipv6: Optional[bool] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, source_vpc_id: Optional[str] = None, ) -> ListIPsResponse: """ @@ -364,16 +364,16 @@ def list_i_ps_all( attached: Optional[bool] = None, resource_name: Optional[str] = None, resource_id: Optional[str] = None, - resource_ids: Optional[List[str]] = None, + resource_ids: Optional[list[str]] = None, resource_type: Optional[ResourceType] = None, - resource_types: Optional[List[ResourceType]] = None, + resource_types: Optional[list[ResourceType]] = None, mac_address: Optional[str] = None, - tags: Optional[List[str]] = None, + tags: Optional[list[str]] = None, organization_id: Optional[str] = None, is_ipv6: Optional[bool] = None, - ip_ids: Optional[List[str]] = None, + ip_ids: Optional[list[str]] = None, source_vpc_id: Optional[str] = None, - ) -> List[IP]: + ) -> list[IP]: """ List existing IPs. List existing IPs in the specified region using various filters. For example, you can filter for IPs within a specified Private Network, or for public IPs within a specified Project. By default, the IPs returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. @@ -402,7 +402,7 @@ def list_i_ps_all( :param ip_ids: IP IDs to filter for. Only IPs with these UUIDs will be returned. :param source_vpc_id: One-Of ('source'): at most one of 'zonal', 'private_network_id', 'subnet_id', 'source_vpc_id' could be set. - :return: :class:`List[IP] ` + :return: :class:`list[IP] ` Usage: :: diff --git a/scaleway/scaleway/ipam/v1/marshalling.py b/scaleway/scaleway/ipam/v1/marshalling.py index ac03e4575..0c99f36d4 100644 --- a/scaleway/scaleway/ipam/v1/marshalling.py +++ b/scaleway/scaleway/ipam/v1/marshalling.py @@ -1,7 +1,7 @@ # This file was automatically generated. DO NOT EDIT. # If you have any remark or suggestion do not hesitate to open an issue. -from typing import Any, Dict +from typing import Any from dateutil import parser from scaleway_core.profile import ProfileDefaults @@ -32,7 +32,7 @@ def unmarshal_Resource(data: Any) -> Resource: "Unmarshalling the type 'Resource' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("type", None) if field is not None: @@ -67,7 +67,7 @@ def unmarshal_Reverse(data: Any) -> Reverse: "Unmarshalling the type 'Reverse' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("hostname", None) if field is not None: @@ -90,7 +90,7 @@ def unmarshal_Source(data: Any) -> Source: "Unmarshalling the type 'Source' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("zonal", None) if field is not None: @@ -125,7 +125,7 @@ def unmarshal_IP(data: Any) -> IP: "Unmarshalling the type 'IP' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("id", None) if field is not None: @@ -210,7 +210,7 @@ def unmarshal_ListIPsResponse(data: Any) -> ListIPsResponse: "Unmarshalling the type 'ListIPsResponse' failed as data isn't a dictionary." ) - args: Dict[str, Any] = {} + args: dict[str, Any] = {} field = data.get("total_count", None) if field is not None: @@ -230,8 +230,8 @@ def unmarshal_ListIPsResponse(data: Any) -> ListIPsResponse: def marshal_CustomResource( request: CustomResource, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.mac_address is not None: output["mac_address"] = request.mac_address @@ -245,8 +245,8 @@ def marshal_CustomResource( def marshal_AttachIPRequest( request: AttachIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.resource is not None: output["resource"] = marshal_CustomResource(request.resource, defaults) @@ -257,8 +257,8 @@ def marshal_AttachIPRequest( def marshal_Source( request: Source, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} output.update( resolve_one_of( [ @@ -284,8 +284,8 @@ def marshal_Source( def marshal_BookIPRequest( request: BookIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.source is not None: output["source"] = marshal_Source(request.source, defaults) @@ -313,8 +313,8 @@ def marshal_BookIPRequest( def marshal_DetachIPRequest( request: DetachIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.resource is not None: output["resource"] = marshal_CustomResource(request.resource, defaults) @@ -325,8 +325,8 @@ def marshal_DetachIPRequest( def marshal_MoveIPRequest( request: MoveIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.from_resource is not None: output["from_resource"] = marshal_CustomResource( @@ -342,8 +342,8 @@ def marshal_MoveIPRequest( def marshal_ReleaseIPSetRequest( request: ReleaseIPSetRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.ip_ids is not None: output["ip_ids"] = request.ip_ids @@ -354,8 +354,8 @@ def marshal_ReleaseIPSetRequest( def marshal_Reverse( request: Reverse, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.hostname is not None: output["hostname"] = request.hostname @@ -369,8 +369,8 @@ def marshal_Reverse( def marshal_UpdateIPRequest( request: UpdateIPRequest, defaults: ProfileDefaults, -) -> Dict[str, Any]: - output: Dict[str, Any] = {} +) -> dict[str, Any]: + output: dict[str, Any] = {} if request.tags is not None: output["tags"] = request.tags diff --git a/scaleway/scaleway/ipam/v1/types.py b/scaleway/scaleway/ipam/v1/types.py index 29da1b1f8..6f0599897 100644 --- a/scaleway/scaleway/ipam/v1/types.py +++ b/scaleway/scaleway/ipam/v1/types.py @@ -5,7 +5,7 @@ from dataclasses import dataclass, field from datetime import datetime from enum import Enum -from typing import List, Optional +from typing import Optional from scaleway_core.bridge import ( Region as ScwRegion, @@ -146,12 +146,12 @@ class IP: Defines whether the IP is an IPv6 (false = IPv4). """ - tags: List[str] + tags: list[str] """ Tags for the IP. """ - reverses: List[Reverse] + reverses: list[Reverse] """ Array of reverses associated with the IP. """ @@ -232,7 +232,7 @@ class BookIPRequest: The requested address should not include the subnet mask (/suffix). Note that only the Private Network source allows you to pick a specific IP. If the requested IP is already reserved, then the call will fail. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags for the IP. """ @@ -321,7 +321,7 @@ class ListIPsRequest: Resource ID to filter for. Only IPs attached to this resource will be returned. """ - resource_ids: Optional[List[str]] = field(default_factory=list) + resource_ids: Optional[list[str]] = field(default_factory=list) """ Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned. """ @@ -331,7 +331,7 @@ class ListIPsRequest: Resource type to filter for. Only IPs attached to this type of resource will be returned. """ - resource_types: Optional[List[ResourceType]] = field(default_factory=list) + resource_types: Optional[list[ResourceType]] = field(default_factory=list) """ Resource types to filter for. Only IPs attached to these types of resources will be returned. """ @@ -341,7 +341,7 @@ class ListIPsRequest: MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags to filter for, only IPs with one or more matching tags will be returned. """ @@ -356,7 +356,7 @@ class ListIPsRequest: Defines whether to filter only for IPv4s or IPv6s. """ - ip_ids: Optional[List[str]] = field(default_factory=list) + ip_ids: Optional[list[str]] = field(default_factory=list) """ IP IDs to filter for. Only IPs with these UUIDs will be returned. """ @@ -373,7 +373,7 @@ class ListIPsRequest: @dataclass class ListIPsResponse: total_count: int - ips: List[IP] + ips: list[IP] @dataclass @@ -419,7 +419,7 @@ class ReleaseIPSetRequest: Region to target. If none is passed will use default region from the config. """ - ip_ids: Optional[List[str]] = field(default_factory=list) + ip_ids: Optional[list[str]] = field(default_factory=list) @dataclass @@ -434,12 +434,12 @@ class UpdateIPRequest: Region to target. If none is passed will use default region from the config. """ - tags: Optional[List[str]] = field(default_factory=list) + tags: Optional[list[str]] = field(default_factory=list) """ Tags for the IP. """ - reverses: Optional[List[Reverse]] = field(default_factory=list) + reverses: Optional[list[Reverse]] = field(default_factory=list) """ Array of reverse domain names associated with an IP in the subnet of the current IP. """ diff --git a/scaleway/scaleway/jobs/v1alpha1/api.py b/scaleway/scaleway/jobs/v1alpha1/api.py index b2a8d870e..48a3d7cc7 100644 --- a/scaleway/scaleway/jobs/v1alpha1/api.py +++ b/scaleway/scaleway/jobs/v1alpha1/api.py @@ -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. diff --git a/scaleway/scaleway/kafka/v1alpha1/types.py b/scaleway/scaleway/kafka/v1alpha1/types.py index b5c8e0822..13a3f2a86 100644 --- a/scaleway/scaleway/kafka/v1alpha1/types.py +++ b/scaleway/scaleway/kafka/v1alpha1/types.py @@ -194,7 +194,7 @@ class NodeTypeVolumeType: min_size_bytes: int """ - Mimimum size required for the volume. + Minimum size required for the volume. """ max_size_bytes: int diff --git a/scaleway/scaleway/mnq/v1beta1/api.py b/scaleway/scaleway/mnq/v1beta1/api.py index a50a86057..33381bf19 100644 --- a/scaleway/scaleway/mnq/v1beta1/api.py +++ b/scaleway/scaleway/mnq/v1beta1/api.py @@ -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 ` @@ -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 ` diff --git a/scaleway/scaleway/qaas/v1alpha1/api.py b/scaleway/scaleway/qaas/v1alpha1/api.py index 494457013..3b895f072 100644 --- a/scaleway/scaleway/qaas/v1alpha1/api.py +++ b/scaleway/scaleway/qaas/v1alpha1/api.py @@ -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 `