File tree 33 files changed +126
-39
lines changed
serverless_sqldb/v1alpha1 33 files changed +126
-39
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const jsonContentHeaders = {
29
29
/**
30
30
* Account API.
31
31
*
32
- * User related data. This API allows you to manage projects .
32
+ * This API allows you to manage your Scaleway Projects .
33
33
*/
34
34
export class API extends ParentAPI {
35
35
/**
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const jsonContentHeaders = {
29
29
/**
30
30
* Account API.
31
31
*
32
- * This API allows you to manage projects .
32
+ * This API allows you to manage your Scaleway Projects .
33
33
*/
34
34
export class ProjectAPI extends ParentAPI {
35
35
/**
Original file line number Diff line number Diff line change @@ -44,7 +44,11 @@ const jsonContentHeaders = {
44
44
'Content-Type' : 'application/json; charset=utf-8' ,
45
45
}
46
46
47
- /** Apple silicon API. */
47
+ /**
48
+ * Apple silicon API.
49
+ *
50
+ * This API allows you to manage your Apple silicon machines.
51
+ */
48
52
export class API extends ParentAPI {
49
53
/** Lists the available zones of the API. */
50
54
public static readonly LOCALITIES : Zone [ ] = [ 'fr-par-3' ]
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const jsonContentHeaders = {
95
95
/**
96
96
* Elastic Metal API.
97
97
*
98
- * This API allows to manage your Elastic Metal server .
98
+ * This API allows you to manage your Elastic Metal servers .
99
99
*/
100
100
export class API extends ParentAPI {
101
101
/** Lists the available zones of the API. */
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ import type {
24
24
/**
25
25
* Billing API.
26
26
*
27
- * This API allows you to query your consumption.
27
+ * This API allows you to manage and query your Scaleway billing and
28
+ * consumption.
28
29
*/
29
30
export class API extends ParentAPI {
30
31
/**
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ import type {
32
32
/**
33
33
* Billing API.
34
34
*
35
- * This API allows you to query your consumption.
35
+ * This API allows you to manage and query your Scaleway billing and
36
+ * consumption.
36
37
*/
37
38
export class API extends ParentAPI {
38
39
protected pageOfListConsumptions = (
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const jsonContentHeaders = {
51
51
/**
52
52
* Scaleway Block Storage API.
53
53
*
54
- * This API allows you to use and manage your Block Storage volumes.
54
+ * This API allows you to manage your Block Storage volumes.
55
55
*/
56
56
export class API extends ParentAPI {
57
57
/** Lists the available zones of the API. */
Original file line number Diff line number Diff line change @@ -87,9 +87,8 @@ const jsonContentHeaders = {
87
87
/**
88
88
* Cockpit API.
89
89
*
90
- * The Cockpit API allows you to activate your Cockpit to store metrics and
91
- * logs. It also provides you with a dedicated Grafana for dashboarding to
92
- * visualize your metrics and logs.
90
+ * This API allows you to manage your Scaleway Cockpit, for storing and
91
+ * visualizing metrics and logs.
93
92
*/
94
93
export class API extends ParentAPI {
95
94
/**
Original file line number Diff line number Diff line change @@ -90,7 +90,11 @@ const jsonContentHeaders = {
90
90
'Content-Type' : 'application/json; charset=utf-8' ,
91
91
}
92
92
93
- /** Serverless Containers API. */
93
+ /**
94
+ * Serverless Containers API.
95
+ *
96
+ * This API allows you to manage your Serverless Containers.
97
+ */
94
98
export class API extends ParentAPI {
95
99
/** Lists the available regions of the API. */
96
100
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -147,7 +147,11 @@ const jsonContentHeaders = {
147
147
'Content-Type' : 'application/json; charset=utf-8' ,
148
148
}
149
149
150
- /** Managed Document Databases API. */
150
+ /**
151
+ * Managed Document Databases API.
152
+ *
153
+ * This API allows you to manage your Document Databases.
154
+ */
151
155
export class API extends ParentAPI {
152
156
/** Lists the available regions of the API. */
153
157
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const jsonContentHeaders = {
164
164
/**
165
165
* Domains and DNS API.
166
166
*
167
- * Manage your domains, DNS zones and records with the Domains and DNS API .
167
+ * This API allows you to manage your domains, DNS zones and records.
168
168
*/
169
169
export class API extends ParentAPI {
170
170
protected pageOfListDNSZones = ( request : Readonly < ListDNSZonesRequest > ) =>
Original file line number Diff line number Diff line change @@ -44,7 +44,12 @@ const jsonContentHeaders = {
44
44
'Content-Type' : 'application/json; charset=utf-8' ,
45
45
}
46
46
47
- /** Elastic Metal - Flexible IP API. */
47
+ /**
48
+ * Elastic Metal - Flexible IP API.
49
+ *
50
+ * This API allows you to manage your Elastic Metal servers' flexible public IP
51
+ * addresses.
52
+ */
48
53
export class API extends ParentAPI {
49
54
/** Lists the available zones of the API. */
50
55
public static readonly LOCALITIES : Zone [ ] = [
Original file line number Diff line number Diff line change @@ -99,7 +99,11 @@ const jsonContentHeaders = {
99
99
'Content-Type' : 'application/json; charset=utf-8' ,
100
100
}
101
101
102
- /** Serverless Functions API. */
102
+ /**
103
+ * Serverless Functions API.
104
+ *
105
+ * This API allows you to manage your Serverless Functions.
106
+ */
103
107
export class API extends ParentAPI {
104
108
/** Lists the available regions of the API. */
105
109
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -124,7 +124,12 @@ const jsonContentHeaders = {
124
124
'Content-Type' : 'application/json; charset=utf-8' ,
125
125
}
126
126
127
- /** IAM API. */
127
+ /**
128
+ * IAM API.
129
+ *
130
+ * This API allows you to manage Identity and Access Management (IAM) across
131
+ * your Scaleway Organizations, Projects and resources.
132
+ */
128
133
export class API extends ParentAPI {
129
134
protected pageOfListSSHKeys = ( request : Readonly < ListSSHKeysRequest > = { } ) =>
130
135
this . client . fetch < ListSSHKeysResponse > (
Original file line number Diff line number Diff line change @@ -240,7 +240,11 @@ const jsonContentHeaders = {
240
240
'Content-Type' : 'application/json; charset=utf-8' ,
241
241
}
242
242
243
- /** Instance API. */
243
+ /**
244
+ * Instance API.
245
+ *
246
+ * This API allows you to manage your Instances.
247
+ */
244
248
export class API extends ParentAPI {
245
249
/** Lists the available zones of the API. */
246
250
public static readonly LOCALITIES : Zone [ ] = [
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const jsonContentHeaders = {
104
104
/**
105
105
* IoT Hub API.
106
106
*
107
- * This API allows you to manage IoT hubs and devices.
107
+ * This API allows you to manage your IoT hubs and devices.
108
108
*/
109
109
export class API extends ParentAPI {
110
110
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -38,7 +38,11 @@ const jsonContentHeaders = {
38
38
'Content-Type' : 'application/json; charset=utf-8' ,
39
39
}
40
40
41
- /** Serverless Jobs API. */
41
+ /**
42
+ * Serverless Jobs API.
43
+ *
44
+ * This API allows you to manage your Serverless Jobs.
45
+ */
42
46
export class API extends ParentAPI {
43
47
/** Lists the available regions of the API. */
44
48
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ const jsonContentHeaders = {
82
82
'Content-Type' : 'application/json; charset=utf-8' ,
83
83
}
84
84
85
- /** Kubernetes API. */
85
+ /**
86
+ * Kubernetes API.
87
+ *
88
+ * This API allows you to manage Kubernetes Kapsule and Kosmos clusters.
89
+ */
86
90
export class API extends ParentAPI {
87
91
/** Lists the available regions of the API. */
88
92
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -1463,7 +1463,7 @@ export class ZonedAPI extends ParentAPI {
1463
1463
/**
1464
1464
* Load balancer API.
1465
1465
*
1466
- * This API allows you to manage your load balancer service .
1466
+ * This API allows you to manage your Load Balancers .
1467
1467
*/
1468
1468
export class API extends ParentAPI {
1469
1469
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -61,7 +61,11 @@ const jsonContentHeaders = {
61
61
'Content-Type' : 'application/json; charset=utf-8' ,
62
62
}
63
63
64
- /** LLM Inference API. */
64
+ /**
65
+ * LLM Inference API.
66
+ *
67
+ * This API allows you to manage your LLM Inference services.
68
+ */
65
69
export class API extends ParentAPI {
66
70
/** Lists the available regions of the API. */
67
71
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
Original file line number Diff line number Diff line change @@ -36,7 +36,12 @@ import type {
36
36
Version ,
37
37
} from './types.gen'
38
38
39
- /** Marketplace API. */
39
+ /**
40
+ * Marketplace API.
41
+ *
42
+ * This API allows you to find available images for use when launching a
43
+ * Scaleway Instance.
44
+ */
40
45
export class API extends ParentAPI {
41
46
protected pageOfListImages = ( request : Readonly < ListImagesRequest > ) =>
42
47
this . client . fetch < ListImagesResponse > (
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const jsonContentHeaders = {
75
75
/**
76
76
* Messaging and Queuing NATS API.
77
77
*
78
- * This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
78
+ * This API allows you to manage Scaleway Messaging and Queuing NATS accounts.
79
79
*/
80
80
export class NatsAPI extends ParentAPI {
81
81
/** Lists the available regions of the API. */
@@ -286,7 +286,8 @@ export class NatsAPI extends ParentAPI {
286
286
/**
287
287
* Messaging and Queuing SNS API.
288
288
*
289
- * This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
289
+ * This API allows you to manage your Scaleway Messaging and Queuing SNS
290
+ * brokers.
290
291
*/
291
292
export class SnsAPI extends ParentAPI {
292
293
/** Lists the available regions of the API. */
@@ -478,7 +479,8 @@ export class SnsAPI extends ParentAPI {
478
479
/**
479
480
* Messaging and Queuing SQS API.
480
481
*
481
- * This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
482
+ * This API allows you to manage your Scaleway Messaging and Queuing SQS
483
+ * brokers.
482
484
*/
483
485
export class SqsAPI extends ParentAPI {
484
486
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -166,7 +166,12 @@ const jsonContentHeaders = {
166
166
'Content-Type' : 'application/json; charset=utf-8' ,
167
167
}
168
168
169
- /** Managed Database for PostgreSQL and MySQL API. */
169
+ /**
170
+ * Managed Database for PostgreSQL and MySQL API.
171
+ *
172
+ * This API allows you to manage your Managed Databases for PostgreSQL and
173
+ * MySQL.
174
+ */
170
175
export class API extends ParentAPI {
171
176
/** Lists the available regions of the API. */
172
177
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -75,7 +75,11 @@ const jsonContentHeaders = {
75
75
'Content-Type' : 'application/json; charset=utf-8' ,
76
76
}
77
77
78
- /** Managed Database for Redis™ API. */
78
+ /**
79
+ * Managed Database for Redis™ API.
80
+ *
81
+ * This API allows you to manage your Managed Databases for Redis™.
82
+ */
79
83
export class API extends ParentAPI {
80
84
/** Lists the available zones of the API. */
81
85
public static readonly LOCALITIES : Zone [ ] = [
Original file line number Diff line number Diff line change @@ -49,7 +49,11 @@ const jsonContentHeaders = {
49
49
'Content-Type' : 'application/json; charset=utf-8' ,
50
50
}
51
51
52
- /** Container Registry API. */
52
+ /**
53
+ * Container Registry API.
54
+ *
55
+ * This API allows you to manage your Container Registry resources.
56
+ */
53
57
export class API extends ParentAPI {
54
58
/** Lists the available regions of the API. */
55
59
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -67,8 +67,9 @@ const jsonContentHeaders = {
67
67
/**
68
68
* Secret Manager API.
69
69
*
70
- * Secret Manager API. This API allows you to conveniently store, access and
71
- * share sensitive data.
70
+ * This API allows you to manage your Secret Manager services, for storing,
71
+ * accessing and sharing sensitive data such as passwords, API keys and
72
+ * certificates.
72
73
*/
73
74
export class API extends ParentAPI {
74
75
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ const jsonContentHeaders = {
57
57
/**
58
58
* Secret Manager API.
59
59
*
60
- * This API allows you to conveniently store, access and share sensitive data
61
- * such as passwords, API keys and certificates.
60
+ * This API allows you to manage your Secret Manager services, for storing,
61
+ * accessing and sharing sensitive data such as passwords, API keys and
62
+ * certificates.
62
63
*/
63
64
export class API extends ParentAPI {
64
65
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const jsonContentHeaders = {
41
41
/**
42
42
* Serverless SQL Databases API.
43
43
*
44
- * This API allows you to manage your Serverless SQL DB databases .
44
+ * This API allows you to manage your Serverless SQL Databases .
45
45
*/
46
46
export class API extends ParentAPI {
47
47
/** Lists the available regions of the API. */
Original file line number Diff line number Diff line change @@ -48,7 +48,11 @@ const jsonContentHeaders = {
48
48
'Content-Type' : 'application/json; charset=utf-8' ,
49
49
}
50
50
51
- /** Transactional Email API. */
51
+ /**
52
+ * Transactional Email API.
53
+ *
54
+ * This API allows you to manage your Transactional Email services.
55
+ */
52
56
export class API extends ParentAPI {
53
57
/** Lists the available regions of the API. */
54
58
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
Original file line number Diff line number Diff line change @@ -27,7 +27,12 @@ const jsonContentHeaders = {
27
27
'Content-Type' : 'application/json; charset=utf-8' ,
28
28
}
29
29
30
- /** VPC API. */
30
+ /**
31
+ * VPC API.
32
+ *
33
+ * This API allows you to manage your Virtual Private Clouds (VPCs) and Private
34
+ * Networks.
35
+ */
31
36
export class API extends ParentAPI {
32
37
/** Lists the available zones of the API. */
33
38
public static readonly LOCALITIES : Zone [ ] = [
Original file line number Diff line number Diff line change @@ -54,7 +54,12 @@ const jsonContentHeaders = {
54
54
'Content-Type' : 'application/json; charset=utf-8' ,
55
55
}
56
56
57
- /** VPC API. */
57
+ /**
58
+ * VPC API.
59
+ *
60
+ * This API allows you to manage your Virtual Private Clouds (VPCs) and Private
61
+ * Networks.
62
+ */
58
63
export class API extends ParentAPI {
59
64
/** Lists the available regions of the API. */
60
65
public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -101,7 +101,11 @@ const jsonContentHeaders = {
101
101
'Content-Type' : 'application/json; charset=utf-8' ,
102
102
}
103
103
104
- /** Public Gateways API. */
104
+ /**
105
+ * Public Gateways API.
106
+ *
107
+ * This API allows you to manage your Public Gateways.
108
+ */
105
109
export class API extends ParentAPI {
106
110
/** Lists the available zones of the API. */
107
111
public static readonly LOCALITIES : Zone [ ] = [
You can’t perform that action at this time.
0 commit comments