@scaleway/sdk 2.19.0 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -87,7 +87,7 @@ type ResourceFetcher<T, R> = (request: R) => Promise<T>;
87
87
  *
88
88
  * @public
89
89
  */
90
- declare const waitForResource: <R, T>(stop: WaitForStopCondition<T>, fetcher: ResourceFetcher<T, R>, request: R, options?: WaitForOptions<T> | undefined, strategy?: IntervalStrategy) => Promise<Awaited<T>>;
90
+ declare const waitForResource: <R, T>(stop: WaitForStopCondition<T>, fetcher: ResourceFetcher<T, R>, request: R, options?: WaitForOptions<T>, strategy?: IntervalStrategy) => Promise<Awaited<T>>;
91
91
 
92
92
  /**
93
93
  * Defines the interceptor for a `Request`.
@@ -919,7 +919,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
919
919
  *
920
920
  * @internal
921
921
  */
922
- declare abstract class API$y {
922
+ declare abstract class API$x {
923
923
  protected client: Client;
924
924
  constructor(client: Client);
925
925
  }
@@ -1149,7 +1149,7 @@ type UpdateProjectRequest = {
1149
1149
  *
1150
1150
  * User related data. This API allows you to manage projects.
1151
1151
  */
1152
- declare class API$x extends API$y {
1152
+ declare class API$w extends API$x {
1153
1153
  /**
1154
1154
  * Create a new Project for an Organization. Deprecated in favor of Account
1155
1155
  * API v3. Generate a new Project for an Organization, specifying its
@@ -1210,13 +1210,13 @@ declare class API$x extends API$y {
1210
1210
  updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
1211
1211
  }
1212
1212
 
1213
- type index_gen$w_CreateProjectRequest = CreateProjectRequest;
1214
- type index_gen$w_DeleteProjectRequest = DeleteProjectRequest;
1215
- type index_gen$w_GetProjectRequest = GetProjectRequest;
1216
- type index_gen$w_ListProjectsRequest = ListProjectsRequest;
1217
- type index_gen$w_UpdateProjectRequest = UpdateProjectRequest;
1218
- declare namespace index_gen$w {
1219
- export { API$x as API, type index_gen$w_CreateProjectRequest as CreateProjectRequest, type index_gen$w_DeleteProjectRequest as DeleteProjectRequest, type index_gen$w_GetProjectRequest as GetProjectRequest, type index_gen$w_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$w_UpdateProjectRequest as UpdateProjectRequest };
1213
+ type index_gen$v_CreateProjectRequest = CreateProjectRequest;
1214
+ type index_gen$v_DeleteProjectRequest = DeleteProjectRequest;
1215
+ type index_gen$v_GetProjectRequest = GetProjectRequest;
1216
+ type index_gen$v_ListProjectsRequest = ListProjectsRequest;
1217
+ type index_gen$v_UpdateProjectRequest = UpdateProjectRequest;
1218
+ declare namespace index_gen$v {
1219
+ export { API$w as API, type index_gen$v_CreateProjectRequest as CreateProjectRequest, type index_gen$v_DeleteProjectRequest as DeleteProjectRequest, type index_gen$v_GetProjectRequest as GetProjectRequest, type index_gen$v_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$v_UpdateProjectRequest as UpdateProjectRequest };
1220
1220
  }
1221
1221
 
1222
1222
  type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -1287,7 +1287,7 @@ type ProjectApiUpdateProjectRequest$1 = {
1287
1287
  *
1288
1288
  * This API allows you to manage projects.
1289
1289
  */
1290
- declare class ProjectAPI extends API$y {
1290
+ declare class ProjectAPI extends API$x {
1291
1291
  /**
1292
1292
  * Create a new Project for an Organization. Generate a new Project for an
1293
1293
  * Organization, specifying its configuration including name and description.
@@ -1380,19 +1380,19 @@ declare namespace validationRules_gen$e {
1380
1380
  export { validationRules_gen$e_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$e_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$e_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
1381
1381
  }
1382
1382
 
1383
- type index_gen$v_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1384
- type index_gen$v_ListProjectsResponse = ListProjectsResponse;
1385
- type index_gen$v_Project = Project;
1386
- type index_gen$v_ProjectAPI = ProjectAPI;
1387
- declare const index_gen$v_ProjectAPI: typeof ProjectAPI;
1388
- type index_gen$v_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
1389
- type index_gen$v_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
1390
- declare namespace index_gen$v {
1391
- export { type index_gen$v_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$v_ListProjectsResponse as ListProjectsResponse, type index_gen$v_Project as Project, index_gen$v_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$v_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$v_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$e as ValidationRules };
1383
+ type index_gen$u_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1384
+ type index_gen$u_ListProjectsResponse = ListProjectsResponse;
1385
+ type index_gen$u_Project = Project;
1386
+ type index_gen$u_ProjectAPI = ProjectAPI;
1387
+ declare const index_gen$u_ProjectAPI: typeof ProjectAPI;
1388
+ type index_gen$u_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
1389
+ type index_gen$u_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
1390
+ declare namespace index_gen$u {
1391
+ export { type index_gen$u_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$u_ListProjectsResponse as ListProjectsResponse, type index_gen$u_Project as Project, index_gen$u_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$u_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$u_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$e as ValidationRules };
1392
1392
  }
1393
1393
 
1394
1394
  declare namespace index$y {
1395
- export { index_gen$w as v2, index_gen$v as v3 };
1395
+ export { index_gen$v as v2, index_gen$u as v3 };
1396
1396
  }
1397
1397
 
1398
1398
  type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
@@ -1573,7 +1573,7 @@ type UpdateServerRequest$3 = {
1573
1573
  };
1574
1574
 
1575
1575
  /** Apple silicon API. */
1576
- declare class API$w extends API$y {
1576
+ declare class API$v extends API$x {
1577
1577
  /** Lists the available zones of the API. */
1578
1578
  static readonly LOCALITIES: Zone[];
1579
1579
  /**
@@ -1692,20 +1692,20 @@ declare class API$w extends API$y {
1692
1692
  /** Lists transient statutes of the enum {@link ServerStatus}. */
1693
1693
  declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
1694
1694
 
1695
- type index_gen$u_GetServerTypeRequest = GetServerTypeRequest;
1696
- type index_gen$u_ListServerTypesRequest = ListServerTypesRequest;
1697
- type index_gen$u_ListServerTypesResponse = ListServerTypesResponse;
1698
- type index_gen$u_ReinstallServerRequest = ReinstallServerRequest;
1699
- type index_gen$u_ServerTypeCPU = ServerTypeCPU;
1700
- type index_gen$u_ServerTypeDisk = ServerTypeDisk;
1701
- type index_gen$u_ServerTypeMemory = ServerTypeMemory;
1702
- type index_gen$u_ServerTypeStock = ServerTypeStock;
1703
- declare namespace index_gen$u {
1704
- export { API$w as API, type CreateServerRequest$3 as CreateServerRequest, type DeleteServerRequest$2 as DeleteServerRequest, type GetOSRequest$1 as GetOSRequest, type GetServerRequest$2 as GetServerRequest, type index_gen$u_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$u_ListServerTypesRequest as ListServerTypesRequest, type index_gen$u_ListServerTypesResponse as ListServerTypesResponse, type ListServersRequest$3 as ListServersRequest, type ListServersRequestOrderBy$1 as ListServersRequestOrderBy, type ListServersResponse$2 as ListServersResponse, type OS$1 as OS, type RebootServerRequest$1 as RebootServerRequest, type index_gen$u_ReinstallServerRequest as ReinstallServerRequest, SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES, type Server$2 as Server, type ServerStatus$1 as ServerStatus, type ServerType$1 as ServerType, type index_gen$u_ServerTypeCPU as ServerTypeCPU, type index_gen$u_ServerTypeDisk as ServerTypeDisk, type index_gen$u_ServerTypeMemory as ServerTypeMemory, type index_gen$u_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
1695
+ type index_gen$t_GetServerTypeRequest = GetServerTypeRequest;
1696
+ type index_gen$t_ListServerTypesRequest = ListServerTypesRequest;
1697
+ type index_gen$t_ListServerTypesResponse = ListServerTypesResponse;
1698
+ type index_gen$t_ReinstallServerRequest = ReinstallServerRequest;
1699
+ type index_gen$t_ServerTypeCPU = ServerTypeCPU;
1700
+ type index_gen$t_ServerTypeDisk = ServerTypeDisk;
1701
+ type index_gen$t_ServerTypeMemory = ServerTypeMemory;
1702
+ type index_gen$t_ServerTypeStock = ServerTypeStock;
1703
+ declare namespace index_gen$t {
1704
+ export { API$v as API, type CreateServerRequest$3 as CreateServerRequest, type DeleteServerRequest$2 as DeleteServerRequest, type GetOSRequest$1 as GetOSRequest, type GetServerRequest$2 as GetServerRequest, type index_gen$t_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$t_ListServerTypesRequest as ListServerTypesRequest, type index_gen$t_ListServerTypesResponse as ListServerTypesResponse, type ListServersRequest$3 as ListServersRequest, type ListServersRequestOrderBy$1 as ListServersRequestOrderBy, type ListServersResponse$2 as ListServersResponse, type OS$1 as OS, type RebootServerRequest$1 as RebootServerRequest, type index_gen$t_ReinstallServerRequest as ReinstallServerRequest, SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES, type Server$2 as Server, type ServerStatus$1 as ServerStatus, type ServerType$1 as ServerType, type index_gen$t_ServerTypeCPU as ServerTypeCPU, type index_gen$t_ServerTypeDisk as ServerTypeDisk, type index_gen$t_ServerTypeMemory as ServerTypeMemory, type index_gen$t_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
1705
1705
  }
1706
1706
 
1707
1707
  declare namespace index$x {
1708
- export { index_gen$u as v1alpha1 };
1708
+ export { index_gen$t as v1alpha1 };
1709
1709
  }
1710
1710
 
1711
1711
  type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
@@ -2395,7 +2395,7 @@ type UpdateSettingRequest = {
2395
2395
  *
2396
2396
  * This API allows to manage your Elastic Metal server.
2397
2397
  */
2398
- declare class API$v extends API$y {
2398
+ declare class API$u extends API$x {
2399
2399
  /** Lists the available zones of the API. */
2400
2400
  static readonly LOCALITIES: Zone[];
2401
2401
  protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
@@ -2635,7 +2635,7 @@ declare class API$v extends API$y {
2635
2635
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2636
2636
  }
2637
2637
  /** Elastic Metal Private Network API. */
2638
- declare class PrivateNetworkAPI extends API$y {
2638
+ declare class PrivateNetworkAPI extends API$x {
2639
2639
  /** Lists the available zones of the API. */
2640
2640
  static readonly LOCALITIES: Zone[];
2641
2641
  /**
@@ -2675,7 +2675,7 @@ declare class PrivateNetworkAPI extends API$y {
2675
2675
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2676
2676
  }
2677
2677
 
2678
- declare class BaremetalV1UtilsAPI extends API$v {
2678
+ declare class BaremetalV1UtilsAPI extends API$u {
2679
2679
  /**
2680
2680
  * Waits for {@link ServerInstall} to be in a final state.
2681
2681
  *
@@ -3016,7 +3016,7 @@ interface ListInvoicesResponse$1 {
3016
3016
  *
3017
3017
  * This API allows you to query your consumption.
3018
3018
  */
3019
- declare class API$u extends API$y {
3019
+ declare class API$t extends API$x {
3020
3020
  /**
3021
3021
  * Get current month's consumption. The consumption reflects the amount of
3022
3022
  * money you have spent for the products you have used. The consumption value
@@ -3060,11 +3060,11 @@ declare class API$u extends API$y {
3060
3060
  };
3061
3061
  }
3062
3062
 
3063
- type index_gen$t_GetConsumptionRequest = GetConsumptionRequest;
3064
- type index_gen$t_GetConsumptionResponse = GetConsumptionResponse;
3065
- type index_gen$t_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
3066
- declare namespace index_gen$t {
3067
- export { API$u as API, type Discount$1 as Discount, type DiscountCoupon$1 as DiscountCoupon, type DiscountDiscountMode$1 as DiscountDiscountMode, type DiscountFilter$1 as DiscountFilter, type DiscountFilterType$1 as DiscountFilterType, type DownloadInvoiceRequest$1 as DownloadInvoiceRequest, type DownloadInvoiceRequestFileType$1 as DownloadInvoiceRequestFileType, type index_gen$t_GetConsumptionRequest as GetConsumptionRequest, type index_gen$t_GetConsumptionResponse as GetConsumptionResponse, type index_gen$t_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type Invoice$1 as Invoice, type InvoiceType$1 as InvoiceType, type ListDiscountsRequest$1 as ListDiscountsRequest, type ListDiscountsRequestOrderBy$1 as ListDiscountsRequestOrderBy, type ListDiscountsResponse$1 as ListDiscountsResponse, type ListInvoicesRequest$1 as ListInvoicesRequest, type ListInvoicesRequestOrderBy$1 as ListInvoicesRequestOrderBy, type ListInvoicesResponse$1 as ListInvoicesResponse };
3063
+ type index_gen$s_GetConsumptionRequest = GetConsumptionRequest;
3064
+ type index_gen$s_GetConsumptionResponse = GetConsumptionResponse;
3065
+ type index_gen$s_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
3066
+ declare namespace index_gen$s {
3067
+ export { API$t as API, type Discount$1 as Discount, type DiscountCoupon$1 as DiscountCoupon, type DiscountDiscountMode$1 as DiscountDiscountMode, type DiscountFilter$1 as DiscountFilter, type DiscountFilterType$1 as DiscountFilterType, type DownloadInvoiceRequest$1 as DownloadInvoiceRequest, type DownloadInvoiceRequestFileType$1 as DownloadInvoiceRequestFileType, type index_gen$s_GetConsumptionRequest as GetConsumptionRequest, type index_gen$s_GetConsumptionResponse as GetConsumptionResponse, type index_gen$s_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type Invoice$1 as Invoice, type InvoiceType$1 as InvoiceType, type ListDiscountsRequest$1 as ListDiscountsRequest, type ListDiscountsRequestOrderBy$1 as ListDiscountsRequestOrderBy, type ListDiscountsResponse$1 as ListDiscountsResponse, type ListInvoicesRequest$1 as ListInvoicesRequest, type ListInvoicesRequestOrderBy$1 as ListInvoicesRequestOrderBy, type ListInvoicesResponse$1 as ListInvoicesResponse };
3068
3068
  }
3069
3069
 
3070
3070
  type DiscountDiscountMode = 'unknown_discount_mode' | 'discount_mode_rate' | 'discount_mode_value' | 'discount_mode_splittable';
@@ -3341,7 +3341,7 @@ interface ListTaxesResponse {
3341
3341
  *
3342
3342
  * This API allows you to query your consumption.
3343
3343
  */
3344
- declare class API$t extends API$y {
3344
+ declare class API$s extends API$x {
3345
3345
  protected pageOfListConsumptions: (request?: Readonly<ListConsumptionsRequest>) => Promise<ListConsumptionsResponse>;
3346
3346
  /**
3347
3347
  * Get monthly consumption. Consumption allows you to retrieve your past or
@@ -3414,39 +3414,39 @@ declare class API$t extends API$y {
3414
3414
  };
3415
3415
  }
3416
3416
 
3417
- type index_gen$s_Discount = Discount;
3418
- type index_gen$s_DiscountCoupon = DiscountCoupon;
3419
- type index_gen$s_DiscountDiscountMode = DiscountDiscountMode;
3420
- type index_gen$s_DiscountFilter = DiscountFilter;
3421
- type index_gen$s_DiscountFilterType = DiscountFilterType;
3422
- type index_gen$s_DownloadInvoiceRequest = DownloadInvoiceRequest;
3423
- type index_gen$s_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
3424
- type index_gen$s_ExportInvoicesRequest = ExportInvoicesRequest;
3425
- type index_gen$s_ExportInvoicesRequestFileType = ExportInvoicesRequestFileType;
3426
- type index_gen$s_ExportInvoicesRequestOrderBy = ExportInvoicesRequestOrderBy;
3427
- type index_gen$s_GetInvoiceRequest = GetInvoiceRequest;
3428
- type index_gen$s_Invoice = Invoice;
3429
- type index_gen$s_InvoiceType = InvoiceType;
3430
- type index_gen$s_ListConsumptionsRequest = ListConsumptionsRequest;
3431
- type index_gen$s_ListConsumptionsRequestOrderBy = ListConsumptionsRequestOrderBy;
3432
- type index_gen$s_ListConsumptionsResponse = ListConsumptionsResponse;
3433
- type index_gen$s_ListConsumptionsResponseConsumption = ListConsumptionsResponseConsumption;
3434
- type index_gen$s_ListDiscountsRequest = ListDiscountsRequest;
3435
- type index_gen$s_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
3436
- type index_gen$s_ListDiscountsResponse = ListDiscountsResponse;
3437
- type index_gen$s_ListInvoicesRequest = ListInvoicesRequest;
3438
- type index_gen$s_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
3439
- type index_gen$s_ListInvoicesResponse = ListInvoicesResponse;
3440
- type index_gen$s_ListTaxesRequest = ListTaxesRequest;
3441
- type index_gen$s_ListTaxesRequestOrderBy = ListTaxesRequestOrderBy;
3442
- type index_gen$s_ListTaxesResponse = ListTaxesResponse;
3443
- type index_gen$s_ListTaxesResponseTax = ListTaxesResponseTax;
3444
- declare namespace index_gen$s {
3445
- export { API$t as API, type index_gen$s_Discount as Discount, type index_gen$s_DiscountCoupon as DiscountCoupon, type index_gen$s_DiscountDiscountMode as DiscountDiscountMode, type index_gen$s_DiscountFilter as DiscountFilter, type index_gen$s_DiscountFilterType as DiscountFilterType, type index_gen$s_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$s_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$s_ExportInvoicesRequest as ExportInvoicesRequest, type index_gen$s_ExportInvoicesRequestFileType as ExportInvoicesRequestFileType, type index_gen$s_ExportInvoicesRequestOrderBy as ExportInvoicesRequestOrderBy, type index_gen$s_GetInvoiceRequest as GetInvoiceRequest, type index_gen$s_Invoice as Invoice, type index_gen$s_InvoiceType as InvoiceType, type index_gen$s_ListConsumptionsRequest as ListConsumptionsRequest, type index_gen$s_ListConsumptionsRequestOrderBy as ListConsumptionsRequestOrderBy, type index_gen$s_ListConsumptionsResponse as ListConsumptionsResponse, type index_gen$s_ListConsumptionsResponseConsumption as ListConsumptionsResponseConsumption, type index_gen$s_ListDiscountsRequest as ListDiscountsRequest, type index_gen$s_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$s_ListDiscountsResponse as ListDiscountsResponse, type index_gen$s_ListInvoicesRequest as ListInvoicesRequest, type index_gen$s_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$s_ListInvoicesResponse as ListInvoicesResponse, type index_gen$s_ListTaxesRequest as ListTaxesRequest, type index_gen$s_ListTaxesRequestOrderBy as ListTaxesRequestOrderBy, type index_gen$s_ListTaxesResponse as ListTaxesResponse, type index_gen$s_ListTaxesResponseTax as ListTaxesResponseTax };
3417
+ type index_gen$r_Discount = Discount;
3418
+ type index_gen$r_DiscountCoupon = DiscountCoupon;
3419
+ type index_gen$r_DiscountDiscountMode = DiscountDiscountMode;
3420
+ type index_gen$r_DiscountFilter = DiscountFilter;
3421
+ type index_gen$r_DiscountFilterType = DiscountFilterType;
3422
+ type index_gen$r_DownloadInvoiceRequest = DownloadInvoiceRequest;
3423
+ type index_gen$r_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
3424
+ type index_gen$r_ExportInvoicesRequest = ExportInvoicesRequest;
3425
+ type index_gen$r_ExportInvoicesRequestFileType = ExportInvoicesRequestFileType;
3426
+ type index_gen$r_ExportInvoicesRequestOrderBy = ExportInvoicesRequestOrderBy;
3427
+ type index_gen$r_GetInvoiceRequest = GetInvoiceRequest;
3428
+ type index_gen$r_Invoice = Invoice;
3429
+ type index_gen$r_InvoiceType = InvoiceType;
3430
+ type index_gen$r_ListConsumptionsRequest = ListConsumptionsRequest;
3431
+ type index_gen$r_ListConsumptionsRequestOrderBy = ListConsumptionsRequestOrderBy;
3432
+ type index_gen$r_ListConsumptionsResponse = ListConsumptionsResponse;
3433
+ type index_gen$r_ListConsumptionsResponseConsumption = ListConsumptionsResponseConsumption;
3434
+ type index_gen$r_ListDiscountsRequest = ListDiscountsRequest;
3435
+ type index_gen$r_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
3436
+ type index_gen$r_ListDiscountsResponse = ListDiscountsResponse;
3437
+ type index_gen$r_ListInvoicesRequest = ListInvoicesRequest;
3438
+ type index_gen$r_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
3439
+ type index_gen$r_ListInvoicesResponse = ListInvoicesResponse;
3440
+ type index_gen$r_ListTaxesRequest = ListTaxesRequest;
3441
+ type index_gen$r_ListTaxesRequestOrderBy = ListTaxesRequestOrderBy;
3442
+ type index_gen$r_ListTaxesResponse = ListTaxesResponse;
3443
+ type index_gen$r_ListTaxesResponseTax = ListTaxesResponseTax;
3444
+ declare namespace index_gen$r {
3445
+ export { API$s as API, type index_gen$r_Discount as Discount, type index_gen$r_DiscountCoupon as DiscountCoupon, type index_gen$r_DiscountDiscountMode as DiscountDiscountMode, type index_gen$r_DiscountFilter as DiscountFilter, type index_gen$r_DiscountFilterType as DiscountFilterType, type index_gen$r_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$r_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$r_ExportInvoicesRequest as ExportInvoicesRequest, type index_gen$r_ExportInvoicesRequestFileType as ExportInvoicesRequestFileType, type index_gen$r_ExportInvoicesRequestOrderBy as ExportInvoicesRequestOrderBy, type index_gen$r_GetInvoiceRequest as GetInvoiceRequest, type index_gen$r_Invoice as Invoice, type index_gen$r_InvoiceType as InvoiceType, type index_gen$r_ListConsumptionsRequest as ListConsumptionsRequest, type index_gen$r_ListConsumptionsRequestOrderBy as ListConsumptionsRequestOrderBy, type index_gen$r_ListConsumptionsResponse as ListConsumptionsResponse, type index_gen$r_ListConsumptionsResponseConsumption as ListConsumptionsResponseConsumption, type index_gen$r_ListDiscountsRequest as ListDiscountsRequest, type index_gen$r_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$r_ListDiscountsResponse as ListDiscountsResponse, type index_gen$r_ListInvoicesRequest as ListInvoicesRequest, type index_gen$r_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$r_ListInvoicesResponse as ListInvoicesResponse, type index_gen$r_ListTaxesRequest as ListTaxesRequest, type index_gen$r_ListTaxesRequestOrderBy as ListTaxesRequestOrderBy, type index_gen$r_ListTaxesResponse as ListTaxesResponse, type index_gen$r_ListTaxesResponseTax as ListTaxesResponseTax };
3446
3446
  }
3447
3447
 
3448
3448
  declare namespace index$u {
3449
- export { index_gen$t as v2alpha1, index_gen$s as v2beta1 };
3449
+ export { index_gen$s as v2alpha1, index_gen$r as v2beta1 };
3450
3450
  }
3451
3451
 
3452
3452
  type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -3750,7 +3750,7 @@ type UpdateVolumeRequest$2 = {
3750
3750
  *
3751
3751
  * This API allows you to use and manage your Block Storage volumes.
3752
3752
  */
3753
- declare class API$s extends API$y {
3753
+ declare class API$r extends API$x {
3754
3754
  /** Lists the available zones of the API. */
3755
3755
  static readonly LOCALITIES: Zone[];
3756
3756
  protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
@@ -3934,21 +3934,21 @@ declare namespace validationRules_gen$c {
3934
3934
  export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$c_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$c_Reference as Reference };
3935
3935
  }
3936
3936
 
3937
- type index_gen$r_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
3938
- type index_gen$r_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
3939
- type index_gen$r_ListVolumeTypesResponse = ListVolumeTypesResponse;
3940
- declare const index_gen$r_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
3941
- type index_gen$r_ReferenceStatus = ReferenceStatus;
3942
- type index_gen$r_ReferenceType = ReferenceType;
3943
- type index_gen$r_SnapshotParentVolume = SnapshotParentVolume;
3944
- type index_gen$r_VolumeSpecifications = VolumeSpecifications;
3945
- type index_gen$r_VolumeStatus = VolumeStatus;
3946
- declare namespace index_gen$r {
3947
- export { API$s as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$r_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$r_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$r_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$r_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$r_ReferenceStatus as ReferenceStatus, type index_gen$r_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$r_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type StorageClass$2 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$c as ValidationRules, type Volume$4 as Volume, type index_gen$r_VolumeSpecifications as VolumeSpecifications, type index_gen$r_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
3937
+ type index_gen$q_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
3938
+ type index_gen$q_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
3939
+ type index_gen$q_ListVolumeTypesResponse = ListVolumeTypesResponse;
3940
+ declare const index_gen$q_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
3941
+ type index_gen$q_ReferenceStatus = ReferenceStatus;
3942
+ type index_gen$q_ReferenceType = ReferenceType;
3943
+ type index_gen$q_SnapshotParentVolume = SnapshotParentVolume;
3944
+ type index_gen$q_VolumeSpecifications = VolumeSpecifications;
3945
+ type index_gen$q_VolumeStatus = VolumeStatus;
3946
+ declare namespace index_gen$q {
3947
+ export { API$r as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$q_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$q_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$q_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$q_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$q_ReferenceStatus as ReferenceStatus, type index_gen$q_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$q_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type StorageClass$2 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$c as ValidationRules, type Volume$4 as Volume, type index_gen$q_VolumeSpecifications as VolumeSpecifications, type index_gen$q_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
3948
3948
  }
3949
3949
 
3950
3950
  declare namespace index$t {
3951
- export { index_gen$r as v1alpha1 };
3951
+ export { index_gen$q as v1alpha1 };
3952
3952
  }
3953
3953
 
3954
3954
  type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
@@ -3958,7 +3958,7 @@ type ListDatasourcesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'nam
3958
3958
  type ListGrafanaUsersRequestOrderBy = 'login_asc' | 'login_desc';
3959
3959
  type ListPlansRequestOrderBy = 'name_asc' | 'name_desc';
3960
3960
  type ListTokensRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
3961
- type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom';
3961
+ type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom' | 'expert';
3962
3962
  interface ContactPointEmail {
3963
3963
  to: string;
3964
3964
  }
@@ -4343,7 +4343,7 @@ type TriggerTestAlertRequest = {
4343
4343
  * logs. It also provides you with a dedicated Grafana for dashboarding to
4344
4344
  * visualize your metrics and logs.
4345
4345
  */
4346
- declare class API$r extends API$y {
4346
+ declare class API$q extends API$x {
4347
4347
  /**
4348
4348
  * Activate the Cockpit of a given Project specified by the Project ID.
4349
4349
  *
@@ -4561,57 +4561,57 @@ declare class API$r extends API$y {
4561
4561
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
4562
4562
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
4563
4563
 
4564
- type index_gen$q_ActivateCockpitRequest = ActivateCockpitRequest;
4565
- declare const index_gen$q_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4566
- type index_gen$q_Cockpit = Cockpit;
4567
- type index_gen$q_CockpitEndpoints = CockpitEndpoints;
4568
- type index_gen$q_CockpitMetrics = CockpitMetrics;
4569
- type index_gen$q_CockpitStatus = CockpitStatus;
4570
- type index_gen$q_ContactPoint = ContactPoint;
4571
- type index_gen$q_ContactPointEmail = ContactPointEmail;
4572
- type index_gen$q_CreateContactPointRequest = CreateContactPointRequest;
4573
- type index_gen$q_CreateDatasourceRequest = CreateDatasourceRequest;
4574
- type index_gen$q_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4575
- type index_gen$q_Datasource = Datasource;
4576
- type index_gen$q_DatasourceType = DatasourceType;
4577
- type index_gen$q_DeactivateCockpitRequest = DeactivateCockpitRequest;
4578
- type index_gen$q_DeleteContactPointRequest = DeleteContactPointRequest;
4579
- type index_gen$q_DeleteDatasourceRequest = DeleteDatasourceRequest;
4580
- type index_gen$q_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4581
- type index_gen$q_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4582
- type index_gen$q_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4583
- type index_gen$q_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4584
- type index_gen$q_GetCockpitRequest = GetCockpitRequest;
4585
- type index_gen$q_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4586
- type index_gen$q_GrafanaProductDashboard = GrafanaProductDashboard;
4587
- type index_gen$q_GrafanaUser = GrafanaUser;
4588
- type index_gen$q_GrafanaUserRole = GrafanaUserRole;
4589
- type index_gen$q_ListContactPointsRequest = ListContactPointsRequest;
4590
- type index_gen$q_ListContactPointsResponse = ListContactPointsResponse;
4591
- type index_gen$q_ListDatasourcesRequest = ListDatasourcesRequest;
4592
- type index_gen$q_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4593
- type index_gen$q_ListDatasourcesResponse = ListDatasourcesResponse;
4594
- type index_gen$q_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4595
- type index_gen$q_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4596
- type index_gen$q_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4597
- type index_gen$q_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4598
- type index_gen$q_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4599
- type index_gen$q_ListPlansRequest = ListPlansRequest;
4600
- type index_gen$q_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4601
- type index_gen$q_ListPlansResponse = ListPlansResponse;
4602
- type index_gen$q_Plan = Plan;
4603
- type index_gen$q_PlanName = PlanName;
4604
- type index_gen$q_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4605
- type index_gen$q_SelectPlanRequest = SelectPlanRequest;
4606
- type index_gen$q_SelectPlanResponse = SelectPlanResponse;
4607
- type index_gen$q_TokenScopes = TokenScopes;
4608
- type index_gen$q_TriggerTestAlertRequest = TriggerTestAlertRequest;
4609
- declare namespace index_gen$q {
4610
- export { API$r as API, type index_gen$q_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$q_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$q_Cockpit as Cockpit, type index_gen$q_CockpitEndpoints as CockpitEndpoints, type index_gen$q_CockpitMetrics as CockpitMetrics, type index_gen$q_CockpitStatus as CockpitStatus, type index_gen$q_ContactPoint as ContactPoint, type index_gen$q_ContactPointEmail as ContactPointEmail, type index_gen$q_CreateContactPointRequest as CreateContactPointRequest, type index_gen$q_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$q_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$q_Datasource as Datasource, type index_gen$q_DatasourceType as DatasourceType, type index_gen$q_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$q_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$q_DeleteDatasourceRequest as DeleteDatasourceRequest, type index_gen$q_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$q_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$q_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$q_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$q_GetCockpitRequest as GetCockpitRequest, type index_gen$q_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$q_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$q_GrafanaUser as GrafanaUser, type index_gen$q_GrafanaUserRole as GrafanaUserRole, type index_gen$q_ListContactPointsRequest as ListContactPointsRequest, type index_gen$q_ListContactPointsResponse as ListContactPointsResponse, type index_gen$q_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$q_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$q_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$q_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$q_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$q_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$q_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$q_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$q_ListPlansRequest as ListPlansRequest, type index_gen$q_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$q_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$q_Plan as Plan, type index_gen$q_PlanName as PlanName, type index_gen$q_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$q_SelectPlanRequest as SelectPlanRequest, type index_gen$q_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$q_TokenScopes as TokenScopes, type index_gen$q_TriggerTestAlertRequest as TriggerTestAlertRequest };
4564
+ type index_gen$p_ActivateCockpitRequest = ActivateCockpitRequest;
4565
+ declare const index_gen$p_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4566
+ type index_gen$p_Cockpit = Cockpit;
4567
+ type index_gen$p_CockpitEndpoints = CockpitEndpoints;
4568
+ type index_gen$p_CockpitMetrics = CockpitMetrics;
4569
+ type index_gen$p_CockpitStatus = CockpitStatus;
4570
+ type index_gen$p_ContactPoint = ContactPoint;
4571
+ type index_gen$p_ContactPointEmail = ContactPointEmail;
4572
+ type index_gen$p_CreateContactPointRequest = CreateContactPointRequest;
4573
+ type index_gen$p_CreateDatasourceRequest = CreateDatasourceRequest;
4574
+ type index_gen$p_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4575
+ type index_gen$p_Datasource = Datasource;
4576
+ type index_gen$p_DatasourceType = DatasourceType;
4577
+ type index_gen$p_DeactivateCockpitRequest = DeactivateCockpitRequest;
4578
+ type index_gen$p_DeleteContactPointRequest = DeleteContactPointRequest;
4579
+ type index_gen$p_DeleteDatasourceRequest = DeleteDatasourceRequest;
4580
+ type index_gen$p_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4581
+ type index_gen$p_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4582
+ type index_gen$p_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4583
+ type index_gen$p_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4584
+ type index_gen$p_GetCockpitRequest = GetCockpitRequest;
4585
+ type index_gen$p_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4586
+ type index_gen$p_GrafanaProductDashboard = GrafanaProductDashboard;
4587
+ type index_gen$p_GrafanaUser = GrafanaUser;
4588
+ type index_gen$p_GrafanaUserRole = GrafanaUserRole;
4589
+ type index_gen$p_ListContactPointsRequest = ListContactPointsRequest;
4590
+ type index_gen$p_ListContactPointsResponse = ListContactPointsResponse;
4591
+ type index_gen$p_ListDatasourcesRequest = ListDatasourcesRequest;
4592
+ type index_gen$p_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4593
+ type index_gen$p_ListDatasourcesResponse = ListDatasourcesResponse;
4594
+ type index_gen$p_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4595
+ type index_gen$p_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4596
+ type index_gen$p_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4597
+ type index_gen$p_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4598
+ type index_gen$p_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4599
+ type index_gen$p_ListPlansRequest = ListPlansRequest;
4600
+ type index_gen$p_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4601
+ type index_gen$p_ListPlansResponse = ListPlansResponse;
4602
+ type index_gen$p_Plan = Plan;
4603
+ type index_gen$p_PlanName = PlanName;
4604
+ type index_gen$p_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4605
+ type index_gen$p_SelectPlanRequest = SelectPlanRequest;
4606
+ type index_gen$p_SelectPlanResponse = SelectPlanResponse;
4607
+ type index_gen$p_TokenScopes = TokenScopes;
4608
+ type index_gen$p_TriggerTestAlertRequest = TriggerTestAlertRequest;
4609
+ declare namespace index_gen$p {
4610
+ export { API$q as API, type index_gen$p_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$p_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$p_Cockpit as Cockpit, type index_gen$p_CockpitEndpoints as CockpitEndpoints, type index_gen$p_CockpitMetrics as CockpitMetrics, type index_gen$p_CockpitStatus as CockpitStatus, type index_gen$p_ContactPoint as ContactPoint, type index_gen$p_ContactPointEmail as ContactPointEmail, type index_gen$p_CreateContactPointRequest as CreateContactPointRequest, type index_gen$p_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$p_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$p_Datasource as Datasource, type index_gen$p_DatasourceType as DatasourceType, type index_gen$p_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$p_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$p_DeleteDatasourceRequest as DeleteDatasourceRequest, type index_gen$p_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$p_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$p_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$p_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$p_GetCockpitRequest as GetCockpitRequest, type index_gen$p_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$p_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$p_GrafanaUser as GrafanaUser, type index_gen$p_GrafanaUserRole as GrafanaUserRole, type index_gen$p_ListContactPointsRequest as ListContactPointsRequest, type index_gen$p_ListContactPointsResponse as ListContactPointsResponse, type index_gen$p_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$p_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$p_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$p_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$p_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$p_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$p_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$p_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$p_ListPlansRequest as ListPlansRequest, type index_gen$p_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$p_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$p_Plan as Plan, type index_gen$p_PlanName as PlanName, type index_gen$p_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$p_SelectPlanRequest as SelectPlanRequest, type index_gen$p_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$p_TokenScopes as TokenScopes, type index_gen$p_TriggerTestAlertRequest as TriggerTestAlertRequest };
4611
4611
  }
4612
4612
 
4613
4613
  declare namespace index$s {
4614
- export { index_gen$q as v1beta1 };
4614
+ export { index_gen$p as v1beta1 };
4615
4615
  }
4616
4616
 
4617
4617
  type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
@@ -4623,11 +4623,9 @@ type DomainStatus$3 = 'unknown' | 'ready' | 'deleting' | 'error' | 'creating' |
4623
4623
  type ListContainersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
4624
4624
  type ListCronsRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4625
4625
  type ListDomainsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
4626
- type ListLogsRequestOrderBy$2 = 'timestamp_desc' | 'timestamp_asc';
4627
4626
  type ListNamespacesRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
4628
4627
  type ListTokensRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4629
4628
  type ListTriggersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4630
- type LogStream$1 = 'unknown' | 'stdout' | 'stderr';
4631
4629
  type NamespaceStatus$2 = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
4632
4630
  type TokenStatus$1 = 'unknown' | 'ready' | 'deleting' | 'error' | 'creating';
4633
4631
  type TriggerInputType$1 = 'unknown_input_type' | 'sqs' | 'scw_sqs' | 'nats' | 'scw_nats';
@@ -4779,17 +4777,6 @@ interface Domain$3 {
4779
4777
  /** Last error message of the domain. */
4780
4778
  errorMessage?: string;
4781
4779
  }
4782
- interface Log$2 {
4783
- message: string;
4784
- timestamp?: Date;
4785
- id: string;
4786
- /** Contains the severity of the log (info, debug, error, ...). */
4787
- level: string;
4788
- /** Source of the log (core runtime or user code). */
4789
- source: string;
4790
- /** Can be stdout or stderr. */
4791
- stream: LogStream$1;
4792
- }
4793
4780
  interface Namespace$2 {
4794
4781
  /** UUID of the namespace. */
4795
4782
  id: string;
@@ -5229,25 +5216,6 @@ interface ListDomainsResponse$3 {
5229
5216
  /** Total number of domains. */
5230
5217
  totalCount: number;
5231
5218
  }
5232
- type ListLogsRequest$3 = {
5233
- /**
5234
- * Region to target. If none is passed will use default region from the
5235
- * config.
5236
- */
5237
- region?: Region;
5238
- /** UUID of the container. */
5239
- containerId: string;
5240
- /** Page number. */
5241
- page?: number;
5242
- /** Number of logs per page. */
5243
- pageSize?: number;
5244
- /** Order of the logs. */
5245
- orderBy?: ListLogsRequestOrderBy$2;
5246
- };
5247
- interface ListLogsResponse$2 {
5248
- logs: Log$2[];
5249
- totalCount: number;
5250
- }
5251
5219
  type ListNamespacesRequest$2 = {
5252
5220
  /**
5253
5221
  * Region to target. If none is passed will use default region from the
@@ -5432,7 +5400,7 @@ type UpdateTriggerRequest$3 = {
5432
5400
  };
5433
5401
 
5434
5402
  /** Serverless Containers API. */
5435
- declare class API$q extends API$y {
5403
+ declare class API$p extends API$x {
5436
5404
  /** Lists the available regions of the API. */
5437
5405
  static readonly LOCALITIES: Region[];
5438
5406
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
@@ -5586,22 +5554,6 @@ declare class API$q extends API$y {
5586
5554
  * @returns A Promise of Cron
5587
5555
  */
5588
5556
  deleteCron: (request: Readonly<DeleteCronRequest$1>) => Promise<Cron$1>;
5589
- protected pageOfListLogs: (request: Readonly<ListLogsRequest$3>) => Promise<ListLogsResponse$2>;
5590
- /**
5591
- * Deprecated (replaced by
5592
- * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your
5593
- * container logs. Deprecated (replaced by
5594
- * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
5595
- * logs of the container with the specified ID.
5596
- *
5597
- * @deprecated
5598
- * @param request - The request {@link ListLogsRequest}
5599
- * @returns A Promise of ListLogsResponse
5600
- */
5601
- listLogs: (request: Readonly<ListLogsRequest$3>) => Promise<ListLogsResponse$2> & {
5602
- all: () => Promise<Log$2[]>;
5603
- [Symbol.asyncIterator]: () => AsyncGenerator<Log$2[], void, void>;
5604
- };
5605
5557
  protected pageOfListDomains: (request: Readonly<ListDomainsRequest$2>) => Promise<ListDomainsResponse$3>;
5606
5558
  /**
5607
5559
  * List all domain name bindings. List all domain name bindings in a specified
@@ -5802,26 +5754,26 @@ declare namespace validationRules_gen$b {
5802
5754
  export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
5803
5755
  }
5804
5756
 
5805
- declare const index_gen$p_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5806
- type index_gen$p_Container = Container;
5807
- type index_gen$p_ContainerHttpOption = ContainerHttpOption;
5808
- type index_gen$p_ContainerPrivacy = ContainerPrivacy;
5809
- type index_gen$p_ContainerProtocol = ContainerProtocol;
5810
- type index_gen$p_ContainerStatus = ContainerStatus;
5811
- type index_gen$p_CreateContainerRequest = CreateContainerRequest;
5812
- type index_gen$p_DeleteContainerRequest = DeleteContainerRequest;
5813
- type index_gen$p_DeployContainerRequest = DeployContainerRequest;
5814
- type index_gen$p_GetContainerRequest = GetContainerRequest;
5815
- type index_gen$p_ListContainersRequest = ListContainersRequest;
5816
- type index_gen$p_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5817
- type index_gen$p_ListContainersResponse = ListContainersResponse;
5818
- type index_gen$p_UpdateContainerRequest = UpdateContainerRequest;
5819
- declare namespace index_gen$p {
5820
- export { API$q as API, index_gen$p_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$p_Container as Container, type index_gen$p_ContainerHttpOption as ContainerHttpOption, type index_gen$p_ContainerPrivacy as ContainerPrivacy, type index_gen$p_ContainerProtocol as ContainerProtocol, type index_gen$p_ContainerStatus as ContainerStatus, type index_gen$p_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$p_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$p_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$p_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$p_ListContainersRequest as ListContainersRequest, type index_gen$p_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$p_ListContainersResponse as ListContainersResponse, type ListCronsRequest$1 as ListCronsRequest, type ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy, type ListCronsResponse$1 as ListCronsResponse, type ListDomainsRequest$2 as ListDomainsRequest, type ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy, type ListDomainsResponse$3 as ListDomainsResponse, type ListLogsRequest$3 as ListLogsRequest, type ListLogsRequestOrderBy$2 as ListLogsRequestOrderBy, type ListLogsResponse$2 as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type ListTokensRequest$1 as ListTokensRequest, type ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy, type ListTokensResponse$1 as ListTokensResponse, type ListTriggersRequest$1 as ListTriggersRequest, type ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy, type ListTriggersResponse$1 as ListTriggersResponse, type Log$2 as Log, type LogStream$1 as LogStream, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type Secret$3 as Secret, type SecretHashedValue$1 as SecretHashedValue, TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES, TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES, type Token$1 as Token, type TokenStatus$1 as TokenStatus, type Trigger$1 as Trigger, type TriggerInputType$1 as TriggerInputType, type TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig, type TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig, type TriggerSqsClientConfig$1 as TriggerSqsClientConfig, type TriggerStatus$1 as TriggerStatus, type index_gen$p_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$b as ValidationRules };
5757
+ declare const index_gen$o_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5758
+ type index_gen$o_Container = Container;
5759
+ type index_gen$o_ContainerHttpOption = ContainerHttpOption;
5760
+ type index_gen$o_ContainerPrivacy = ContainerPrivacy;
5761
+ type index_gen$o_ContainerProtocol = ContainerProtocol;
5762
+ type index_gen$o_ContainerStatus = ContainerStatus;
5763
+ type index_gen$o_CreateContainerRequest = CreateContainerRequest;
5764
+ type index_gen$o_DeleteContainerRequest = DeleteContainerRequest;
5765
+ type index_gen$o_DeployContainerRequest = DeployContainerRequest;
5766
+ type index_gen$o_GetContainerRequest = GetContainerRequest;
5767
+ type index_gen$o_ListContainersRequest = ListContainersRequest;
5768
+ type index_gen$o_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5769
+ type index_gen$o_ListContainersResponse = ListContainersResponse;
5770
+ type index_gen$o_UpdateContainerRequest = UpdateContainerRequest;
5771
+ declare namespace index_gen$o {
5772
+ export { API$p as API, index_gen$o_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$o_Container as Container, type index_gen$o_ContainerHttpOption as ContainerHttpOption, type index_gen$o_ContainerPrivacy as ContainerPrivacy, type index_gen$o_ContainerProtocol as ContainerProtocol, type index_gen$o_ContainerStatus as ContainerStatus, type index_gen$o_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$o_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$o_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$o_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$o_ListContainersRequest as ListContainersRequest, type index_gen$o_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$o_ListContainersResponse as ListContainersResponse, type ListCronsRequest$1 as ListCronsRequest, type ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy, type ListCronsResponse$1 as ListCronsResponse, type ListDomainsRequest$2 as ListDomainsRequest, type ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy, type ListDomainsResponse$3 as ListDomainsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type ListTokensRequest$1 as ListTokensRequest, type ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy, type ListTokensResponse$1 as ListTokensResponse, type ListTriggersRequest$1 as ListTriggersRequest, type ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy, type ListTriggersResponse$1 as ListTriggersResponse, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type Secret$3 as Secret, type SecretHashedValue$1 as SecretHashedValue, TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES, TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES, type Token$1 as Token, type TokenStatus$1 as TokenStatus, type Trigger$1 as Trigger, type TriggerInputType$1 as TriggerInputType, type TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig, type TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig, type TriggerSqsClientConfig$1 as TriggerSqsClientConfig, type TriggerStatus$1 as TriggerStatus, type index_gen$o_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$b as ValidationRules };
5821
5773
  }
5822
5774
 
5823
5775
  declare namespace index$r {
5824
- export { index_gen$p as v1beta1 };
5776
+ export { index_gen$o as v1beta1 };
5825
5777
  }
5826
5778
 
5827
5779
  type ACLRuleAction$1 = 'allow' | 'deny';
@@ -7068,7 +7020,7 @@ type UpgradeInstanceRequest$1 = {
7068
7020
  };
7069
7021
 
7070
7022
  /** Managed Document Databases API. */
7071
- declare class API$p extends API$y {
7023
+ declare class API$o extends API$x {
7072
7024
  /** Lists the available regions of the API. */
7073
7025
  static readonly LOCALITIES: Region[];
7074
7026
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
@@ -7616,12 +7568,12 @@ declare namespace validationRules_gen$a {
7616
7568
  export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
7617
7569
  }
7618
7570
 
7619
- declare namespace index_gen$o {
7620
- export { type ACLRule$2 as ACLRule, type ACLRuleAction$1 as ACLRuleAction, type ACLRuleDirection$1 as ACLRuleDirection, type ACLRuleProtocol$1 as ACLRuleProtocol, type ACLRuleRequest$1 as ACLRuleRequest, API$p as API, type AddInstanceACLRulesRequest$1 as AddInstanceACLRulesRequest, type AddInstanceACLRulesResponse$1 as AddInstanceACLRulesResponse, type AddInstanceSettingsRequest$1 as AddInstanceSettingsRequest, type AddInstanceSettingsResponse$1 as AddInstanceSettingsResponse, type BackupSchedule$1 as BackupSchedule, type CloneInstanceRequest$1 as CloneInstanceRequest, type CreateDatabaseRequest$3 as CreateDatabaseRequest, type CreateEndpointRequest$1 as CreateEndpointRequest, type CreateInstanceFromSnapshotRequest$1 as CreateInstanceFromSnapshotRequest, type CreateInstanceRequest$1 as CreateInstanceRequest, type CreateReadReplicaEndpointRequest$1 as CreateReadReplicaEndpointRequest, type CreateReadReplicaRequest$1 as CreateReadReplicaRequest, type CreateSnapshotRequest$2 as CreateSnapshotRequest, type CreateUserRequest$2 as CreateUserRequest, type Database$3 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$2 as DeleteDatabaseRequest, type DeleteEndpointRequest$2 as DeleteEndpointRequest, type DeleteInstanceACLRulesRequest$1 as DeleteInstanceACLRulesRequest, type DeleteInstanceACLRulesResponse$1 as DeleteInstanceACLRulesResponse, type DeleteInstanceRequest$1 as DeleteInstanceRequest, type DeleteInstanceSettingsRequest$1 as DeleteInstanceSettingsRequest, type DeleteInstanceSettingsResponse$1 as DeleteInstanceSettingsResponse, type DeleteReadReplicaRequest$1 as DeleteReadReplicaRequest, type DeleteSnapshotRequest$2 as DeleteSnapshotRequest, type DeleteUserRequest$2 as DeleteUserRequest, type Endpoint$2 as Endpoint, type EndpointDirectAccessDetails$1 as EndpointDirectAccessDetails, type EndpointLoadBalancerDetails$1 as EndpointLoadBalancerDetails, type EndpointPrivateNetworkDetails$1 as EndpointPrivateNetworkDetails, type EndpointSpec$2 as EndpointSpec, type EndpointSpecLoadBalancer$1 as EndpointSpecLoadBalancer, type EndpointSpecPrivateNetwork$1 as EndpointSpecPrivateNetwork, type EndpointSpecPrivateNetworkIpamConfig$1 as EndpointSpecPrivateNetworkIpamConfig, type EngineSetting$1 as EngineSetting, type EngineSettingPropertyType$1 as EngineSettingPropertyType, type EngineVersion$1 as EngineVersion, type GetEndpointRequest$2 as GetEndpointRequest, type GetInstanceCertificateRequest$1 as GetInstanceCertificateRequest, type GetInstanceLogRequest$1 as GetInstanceLogRequest, type GetInstanceMetricsRequest$1 as GetInstanceMetricsRequest, type GetInstanceRequest$1 as GetInstanceRequest, type GetReadReplicaRequest$1 as GetReadReplicaRequest, type GetSnapshotRequest$2 as GetSnapshotRequest, INSTANCE_LOG_TRANSIENT_STATUSES$1 as INSTANCE_LOG_TRANSIENT_STATUSES, INSTANCE_TRANSIENT_STATUSES$2 as INSTANCE_TRANSIENT_STATUSES, type Instance$2 as Instance, type InstanceLog$1 as InstanceLog, type InstanceLogStatus$1 as InstanceLogStatus, type InstanceMetrics$1 as InstanceMetrics, type InstanceSetting$1 as InstanceSetting, type InstanceStatus$2 as InstanceStatus, type ListDatabaseEnginesRequest$1 as ListDatabaseEnginesRequest, type ListDatabaseEnginesResponse$1 as ListDatabaseEnginesResponse, type ListDatabasesRequest$3 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$2 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$2 as ListDatabasesResponse, type ListInstanceACLRulesRequest$1 as ListInstanceACLRulesRequest, type ListInstanceACLRulesResponse$1 as ListInstanceACLRulesResponse, type ListInstanceLogsDetailsRequest$1 as ListInstanceLogsDetailsRequest, type ListInstanceLogsDetailsResponse$1 as ListInstanceLogsDetailsResponse, type ListInstanceLogsDetailsResponseInstanceLogDetail$1 as ListInstanceLogsDetailsResponseInstanceLogDetail, type ListInstanceLogsRequest$1 as ListInstanceLogsRequest, type ListInstanceLogsRequestOrderBy$1 as ListInstanceLogsRequestOrderBy, type ListInstanceLogsResponse$1 as ListInstanceLogsResponse, type ListInstancesRequest$1 as ListInstancesRequest, type ListInstancesRequestOrderBy$1 as ListInstancesRequestOrderBy, type ListInstancesResponse$1 as ListInstancesResponse, type ListNodeTypesRequest$2 as ListNodeTypesRequest, type ListNodeTypesResponse$2 as ListNodeTypesResponse, type ListPrivilegesRequest$1 as ListPrivilegesRequest, type ListPrivilegesRequestOrderBy$1 as ListPrivilegesRequestOrderBy, type ListPrivilegesResponse$1 as ListPrivilegesResponse, type ListSnapshotsRequest$2 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$1 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$2 as ListSnapshotsResponse, type ListUsersRequest$3 as ListUsersRequest, type ListUsersRequestOrderBy$2 as ListUsersRequestOrderBy, type ListUsersResponse$2 as ListUsersResponse, type LogsPolicy$1 as LogsPolicy, MAINTENANCE_TRANSIENT_STATUSES$1 as MAINTENANCE_TRANSIENT_STATUSES, type Maintenance$1 as Maintenance, type MaintenanceStatus$1 as MaintenanceStatus, type MigrateEndpointRequest$1 as MigrateEndpointRequest, type NodeType$2 as NodeType, type NodeTypeGeneration$1 as NodeTypeGeneration, type NodeTypeStock$2 as NodeTypeStock, type NodeTypeVolumeConstraintSizes$1 as NodeTypeVolumeConstraintSizes, type NodeTypeVolumeType$1 as NodeTypeVolumeType, type Permission$1 as Permission, type Privilege$1 as Privilege, type PromoteReadReplicaRequest$1 as PromoteReadReplicaRequest, type PurgeInstanceLogsRequest$1 as PurgeInstanceLogsRequest, READ_REPLICA_TRANSIENT_STATUSES$1 as READ_REPLICA_TRANSIENT_STATUSES, type ReadReplica$1 as ReadReplica, type ReadReplicaEndpointSpec$1 as ReadReplicaEndpointSpec, type ReadReplicaEndpointSpecDirectAccess$1 as ReadReplicaEndpointSpecDirectAccess, type ReadReplicaEndpointSpecPrivateNetwork$1 as ReadReplicaEndpointSpecPrivateNetwork, type ReadReplicaEndpointSpecPrivateNetworkIpamConfig$1 as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type ReadReplicaStatus$1 as ReadReplicaStatus, type RenewInstanceCertificateRequest$1 as RenewInstanceCertificateRequest, type ResetReadReplicaRequest$1 as ResetReadReplicaRequest, type RestartInstanceRequest$1 as RestartInstanceRequest, SNAPSHOT_TRANSIENT_STATUSES$2 as SNAPSHOT_TRANSIENT_STATUSES, type SetInstanceACLRulesRequest$1 as SetInstanceACLRulesRequest, type SetInstanceACLRulesResponse$1 as SetInstanceACLRulesResponse, type SetInstanceSettingsRequest$1 as SetInstanceSettingsRequest, type SetInstanceSettingsResponse$1 as SetInstanceSettingsResponse, type SetPrivilegeRequest$1 as SetPrivilegeRequest, type Snapshot$2 as Snapshot, type SnapshotStatus$1 as SnapshotStatus, type SnapshotVolumeType$2 as SnapshotVolumeType, type StorageClass$1 as StorageClass, type UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$2 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type UpgradeInstanceRequestMajorUpgradeWorkflow$1 as UpgradeInstanceRequestMajorUpgradeWorkflow, type User$2 as User, validationRules_gen$a as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
7571
+ declare namespace index_gen$n {
7572
+ export { type ACLRule$2 as ACLRule, type ACLRuleAction$1 as ACLRuleAction, type ACLRuleDirection$1 as ACLRuleDirection, type ACLRuleProtocol$1 as ACLRuleProtocol, type ACLRuleRequest$1 as ACLRuleRequest, API$o as API, type AddInstanceACLRulesRequest$1 as AddInstanceACLRulesRequest, type AddInstanceACLRulesResponse$1 as AddInstanceACLRulesResponse, type AddInstanceSettingsRequest$1 as AddInstanceSettingsRequest, type AddInstanceSettingsResponse$1 as AddInstanceSettingsResponse, type BackupSchedule$1 as BackupSchedule, type CloneInstanceRequest$1 as CloneInstanceRequest, type CreateDatabaseRequest$3 as CreateDatabaseRequest, type CreateEndpointRequest$1 as CreateEndpointRequest, type CreateInstanceFromSnapshotRequest$1 as CreateInstanceFromSnapshotRequest, type CreateInstanceRequest$1 as CreateInstanceRequest, type CreateReadReplicaEndpointRequest$1 as CreateReadReplicaEndpointRequest, type CreateReadReplicaRequest$1 as CreateReadReplicaRequest, type CreateSnapshotRequest$2 as CreateSnapshotRequest, type CreateUserRequest$2 as CreateUserRequest, type Database$3 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$2 as DeleteDatabaseRequest, type DeleteEndpointRequest$2 as DeleteEndpointRequest, type DeleteInstanceACLRulesRequest$1 as DeleteInstanceACLRulesRequest, type DeleteInstanceACLRulesResponse$1 as DeleteInstanceACLRulesResponse, type DeleteInstanceRequest$1 as DeleteInstanceRequest, type DeleteInstanceSettingsRequest$1 as DeleteInstanceSettingsRequest, type DeleteInstanceSettingsResponse$1 as DeleteInstanceSettingsResponse, type DeleteReadReplicaRequest$1 as DeleteReadReplicaRequest, type DeleteSnapshotRequest$2 as DeleteSnapshotRequest, type DeleteUserRequest$2 as DeleteUserRequest, type Endpoint$2 as Endpoint, type EndpointDirectAccessDetails$1 as EndpointDirectAccessDetails, type EndpointLoadBalancerDetails$1 as EndpointLoadBalancerDetails, type EndpointPrivateNetworkDetails$1 as EndpointPrivateNetworkDetails, type EndpointSpec$2 as EndpointSpec, type EndpointSpecLoadBalancer$1 as EndpointSpecLoadBalancer, type EndpointSpecPrivateNetwork$1 as EndpointSpecPrivateNetwork, type EndpointSpecPrivateNetworkIpamConfig$1 as EndpointSpecPrivateNetworkIpamConfig, type EngineSetting$1 as EngineSetting, type EngineSettingPropertyType$1 as EngineSettingPropertyType, type EngineVersion$1 as EngineVersion, type GetEndpointRequest$2 as GetEndpointRequest, type GetInstanceCertificateRequest$1 as GetInstanceCertificateRequest, type GetInstanceLogRequest$1 as GetInstanceLogRequest, type GetInstanceMetricsRequest$1 as GetInstanceMetricsRequest, type GetInstanceRequest$1 as GetInstanceRequest, type GetReadReplicaRequest$1 as GetReadReplicaRequest, type GetSnapshotRequest$2 as GetSnapshotRequest, INSTANCE_LOG_TRANSIENT_STATUSES$1 as INSTANCE_LOG_TRANSIENT_STATUSES, INSTANCE_TRANSIENT_STATUSES$2 as INSTANCE_TRANSIENT_STATUSES, type Instance$2 as Instance, type InstanceLog$1 as InstanceLog, type InstanceLogStatus$1 as InstanceLogStatus, type InstanceMetrics$1 as InstanceMetrics, type InstanceSetting$1 as InstanceSetting, type InstanceStatus$2 as InstanceStatus, type ListDatabaseEnginesRequest$1 as ListDatabaseEnginesRequest, type ListDatabaseEnginesResponse$1 as ListDatabaseEnginesResponse, type ListDatabasesRequest$3 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$2 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$2 as ListDatabasesResponse, type ListInstanceACLRulesRequest$1 as ListInstanceACLRulesRequest, type ListInstanceACLRulesResponse$1 as ListInstanceACLRulesResponse, type ListInstanceLogsDetailsRequest$1 as ListInstanceLogsDetailsRequest, type ListInstanceLogsDetailsResponse$1 as ListInstanceLogsDetailsResponse, type ListInstanceLogsDetailsResponseInstanceLogDetail$1 as ListInstanceLogsDetailsResponseInstanceLogDetail, type ListInstanceLogsRequest$1 as ListInstanceLogsRequest, type ListInstanceLogsRequestOrderBy$1 as ListInstanceLogsRequestOrderBy, type ListInstanceLogsResponse$1 as ListInstanceLogsResponse, type ListInstancesRequest$1 as ListInstancesRequest, type ListInstancesRequestOrderBy$1 as ListInstancesRequestOrderBy, type ListInstancesResponse$1 as ListInstancesResponse, type ListNodeTypesRequest$2 as ListNodeTypesRequest, type ListNodeTypesResponse$2 as ListNodeTypesResponse, type ListPrivilegesRequest$1 as ListPrivilegesRequest, type ListPrivilegesRequestOrderBy$1 as ListPrivilegesRequestOrderBy, type ListPrivilegesResponse$1 as ListPrivilegesResponse, type ListSnapshotsRequest$2 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$1 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$2 as ListSnapshotsResponse, type ListUsersRequest$3 as ListUsersRequest, type ListUsersRequestOrderBy$2 as ListUsersRequestOrderBy, type ListUsersResponse$2 as ListUsersResponse, type LogsPolicy$1 as LogsPolicy, MAINTENANCE_TRANSIENT_STATUSES$1 as MAINTENANCE_TRANSIENT_STATUSES, type Maintenance$1 as Maintenance, type MaintenanceStatus$1 as MaintenanceStatus, type MigrateEndpointRequest$1 as MigrateEndpointRequest, type NodeType$2 as NodeType, type NodeTypeGeneration$1 as NodeTypeGeneration, type NodeTypeStock$2 as NodeTypeStock, type NodeTypeVolumeConstraintSizes$1 as NodeTypeVolumeConstraintSizes, type NodeTypeVolumeType$1 as NodeTypeVolumeType, type Permission$1 as Permission, type Privilege$1 as Privilege, type PromoteReadReplicaRequest$1 as PromoteReadReplicaRequest, type PurgeInstanceLogsRequest$1 as PurgeInstanceLogsRequest, READ_REPLICA_TRANSIENT_STATUSES$1 as READ_REPLICA_TRANSIENT_STATUSES, type ReadReplica$1 as ReadReplica, type ReadReplicaEndpointSpec$1 as ReadReplicaEndpointSpec, type ReadReplicaEndpointSpecDirectAccess$1 as ReadReplicaEndpointSpecDirectAccess, type ReadReplicaEndpointSpecPrivateNetwork$1 as ReadReplicaEndpointSpecPrivateNetwork, type ReadReplicaEndpointSpecPrivateNetworkIpamConfig$1 as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type ReadReplicaStatus$1 as ReadReplicaStatus, type RenewInstanceCertificateRequest$1 as RenewInstanceCertificateRequest, type ResetReadReplicaRequest$1 as ResetReadReplicaRequest, type RestartInstanceRequest$1 as RestartInstanceRequest, SNAPSHOT_TRANSIENT_STATUSES$2 as SNAPSHOT_TRANSIENT_STATUSES, type SetInstanceACLRulesRequest$1 as SetInstanceACLRulesRequest, type SetInstanceACLRulesResponse$1 as SetInstanceACLRulesResponse, type SetInstanceSettingsRequest$1 as SetInstanceSettingsRequest, type SetInstanceSettingsResponse$1 as SetInstanceSettingsResponse, type SetPrivilegeRequest$1 as SetPrivilegeRequest, type Snapshot$2 as Snapshot, type SnapshotStatus$1 as SnapshotStatus, type SnapshotVolumeType$2 as SnapshotVolumeType, type StorageClass$1 as StorageClass, type UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$2 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type UpgradeInstanceRequestMajorUpgradeWorkflow$1 as UpgradeInstanceRequestMajorUpgradeWorkflow, type User$2 as User, validationRules_gen$a as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
7621
7573
  }
7622
7574
 
7623
7575
  declare namespace index$q {
7624
- export { index_gen$o as v1beta1 };
7576
+ export { index_gen$n as v1beta1 };
7625
7577
  }
7626
7578
 
7627
7579
  type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
@@ -7989,6 +7941,8 @@ interface DomainSummary {
7989
7941
  */
7990
7942
  transferRegistrationStatus?: DomainRegistrationStatusTransfer;
7991
7943
  organizationId: string;
7944
+ createdAt?: Date;
7945
+ pendingTrade: boolean;
7992
7946
  }
7993
7947
  interface RenewableDomain {
7994
7948
  domain: string;
@@ -8102,32 +8056,51 @@ interface Domain$2 {
8102
8056
  domain: string;
8103
8057
  organizationId: string;
8104
8058
  projectId: string;
8059
+ /** Status of the automatic renewal of the domain. */
8105
8060
  autoRenewStatus: DomainFeatureStatus;
8061
+ /** Status of the DNSSEC configuration of the domain. */
8106
8062
  dnssec?: DomainDNSSEC;
8063
+ /** List of the domain's EPP codes. */
8107
8064
  eppCode: string[];
8065
+ /** Date of expiration of the domain. */
8108
8066
  expiredAt?: Date;
8067
+ /** Domain's last modification date. */
8109
8068
  updatedAt?: Date;
8110
8069
  registrar: string;
8070
+ /** Indicates whether Scaleway is the domain's registrar. */
8111
8071
  isExternal: boolean;
8072
+ /** Status of the domain. */
8112
8073
  status: DomainStatus$2;
8074
+ /** List of the domain's DNS zones. */
8113
8075
  dnsZones: DNSZone[];
8076
+ /** Contact information of the domain's owner. */
8114
8077
  ownerContact?: Contact;
8078
+ /** Contact information of the domain's technical contact. */
8115
8079
  technicalContact?: Contact;
8080
+ /** Contact information of the domain's administrative contact. */
8116
8081
  administrativeContact?: Contact;
8117
8082
  /**
8083
+ * Registration status of an external domain, if available.
8084
+ *
8118
8085
  * One-of ('registrationStatus'): at most one of
8119
8086
  * 'externalDomainRegistrationStatus', 'transferRegistrationStatus' could be
8120
8087
  * set.
8121
8088
  */
8122
8089
  externalDomainRegistrationStatus?: DomainRegistrationStatusExternalDomain;
8123
8090
  /**
8091
+ * Status of a domain, when available for transfer.
8092
+ *
8124
8093
  * One-of ('registrationStatus'): at most one of
8125
8094
  * 'externalDomainRegistrationStatus', 'transferRegistrationStatus' could be
8126
8095
  * set.
8127
8096
  */
8128
8097
  transferRegistrationStatus?: DomainRegistrationStatusTransfer;
8098
+ /** Domain's TLD information. */
8129
8099
  tld?: Tld;
8100
+ /** List of Scaleway resources linked to the domain. */
8130
8101
  linkedProducts: LinkedProduct[];
8102
+ /** Indicates if a trade is ongoing. */
8103
+ pendingTrade: boolean;
8131
8104
  }
8132
8105
  type ExportRawDNSZoneRequest = {
8133
8106
  /** DNS zone to export. */
@@ -8682,7 +8655,7 @@ type UpdateDNSZoneRequest = {
8682
8655
  *
8683
8656
  * Manage your domains, DNS zones and records with the Domains and DNS API.
8684
8657
  */
8685
- declare class API$o extends API$y {
8658
+ declare class API$n extends API$x {
8686
8659
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
8687
8660
  /**
8688
8661
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -8922,7 +8895,7 @@ declare class API$o extends API$y {
8922
8895
  *
8923
8896
  * Manage your domains and contacts.
8924
8897
  */
8925
- declare class RegistrarAPI extends API$y {
8898
+ declare class RegistrarAPI extends API$x {
8926
8899
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
8927
8900
  /**
8928
8901
  * List tasks. List all operations performed on the account. You can filter
@@ -9214,172 +9187,172 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
9214
9187
  /** Lists transient statutes of the enum {@link TaskStatus}. */
9215
9188
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
9216
9189
 
9217
- type index_gen$n_AvailableDomain = AvailableDomain;
9218
- type index_gen$n_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
9219
- type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
9220
- type index_gen$n_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
9221
- type index_gen$n_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
9222
- type index_gen$n_CloneDNSZoneRequest = CloneDNSZoneRequest;
9223
- type index_gen$n_Contact = Contact;
9224
- type index_gen$n_ContactEmailStatus = ContactEmailStatus;
9225
- type index_gen$n_ContactExtensionEU = ContactExtensionEU;
9226
- type index_gen$n_ContactExtensionFR = ContactExtensionFR;
9227
- type index_gen$n_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
9228
- type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
9229
- type index_gen$n_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
9230
- type index_gen$n_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
9231
- type index_gen$n_ContactExtensionFRMode = ContactExtensionFRMode;
9232
- type index_gen$n_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
9233
- type index_gen$n_ContactExtensionNL = ContactExtensionNL;
9234
- type index_gen$n_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
9235
- type index_gen$n_ContactLegalForm = ContactLegalForm;
9236
- type index_gen$n_ContactQuestion = ContactQuestion;
9237
- type index_gen$n_ContactRoles = ContactRoles;
9238
- type index_gen$n_ContactRolesRoles = ContactRolesRoles;
9239
- type index_gen$n_ContactStatus = ContactStatus;
9240
- type index_gen$n_CreateDNSZoneRequest = CreateDNSZoneRequest;
9241
- type index_gen$n_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
9242
- type index_gen$n_DNSZone = DNSZone;
9243
- type index_gen$n_DNSZoneStatus = DNSZoneStatus;
9244
- type index_gen$n_DNSZoneVersion = DNSZoneVersion;
9245
- declare const index_gen$n_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
9246
- declare const index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
9247
- declare const index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
9248
- type index_gen$n_DSRecord = DSRecord;
9249
- type index_gen$n_DSRecordAlgorithm = DSRecordAlgorithm;
9250
- type index_gen$n_DSRecordDigest = DSRecordDigest;
9251
- type index_gen$n_DSRecordDigestType = DSRecordDigestType;
9252
- type index_gen$n_DSRecordPublicKey = DSRecordPublicKey;
9253
- type index_gen$n_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
9254
- type index_gen$n_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
9255
- type index_gen$n_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
9256
- type index_gen$n_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
9257
- type index_gen$n_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
9258
- type index_gen$n_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
9259
- type index_gen$n_DomainDNSSEC = DomainDNSSEC;
9260
- type index_gen$n_DomainFeatureStatus = DomainFeatureStatus;
9261
- type index_gen$n_DomainRecord = DomainRecord;
9262
- type index_gen$n_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
9263
- type index_gen$n_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
9264
- type index_gen$n_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
9265
- type index_gen$n_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
9266
- type index_gen$n_DomainRecordType = DomainRecordType;
9267
- type index_gen$n_DomainRecordViewConfig = DomainRecordViewConfig;
9268
- type index_gen$n_DomainRecordViewConfigView = DomainRecordViewConfigView;
9269
- type index_gen$n_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
9270
- type index_gen$n_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
9271
- type index_gen$n_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
9272
- type index_gen$n_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
9273
- type index_gen$n_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
9274
- type index_gen$n_DomainSummary = DomainSummary;
9275
- type index_gen$n_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
9276
- type index_gen$n_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
9277
- type index_gen$n_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
9278
- type index_gen$n_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
9279
- type index_gen$n_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
9280
- type index_gen$n_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
9281
- type index_gen$n_GetSSLCertificateRequest = GetSSLCertificateRequest;
9282
- declare const index_gen$n_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
9283
- type index_gen$n_Host = Host;
9284
- type index_gen$n_HostStatus = HostStatus;
9285
- type index_gen$n_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
9286
- type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
9287
- type index_gen$n_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
9288
- type index_gen$n_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
9289
- type index_gen$n_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
9290
- type index_gen$n_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
9291
- type index_gen$n_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
9292
- type index_gen$n_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
9293
- type index_gen$n_LinkedProduct = LinkedProduct;
9294
- type index_gen$n_ListContactsRequestRole = ListContactsRequestRole;
9295
- type index_gen$n_ListContactsResponse = ListContactsResponse;
9296
- type index_gen$n_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
9297
- type index_gen$n_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
9298
- type index_gen$n_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
9299
- type index_gen$n_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
9300
- type index_gen$n_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
9301
- type index_gen$n_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
9302
- type index_gen$n_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
9303
- type index_gen$n_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
9304
- type index_gen$n_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
9305
- type index_gen$n_ListDNSZonesRequest = ListDNSZonesRequest;
9306
- type index_gen$n_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
9307
- type index_gen$n_ListDNSZonesResponse = ListDNSZonesResponse;
9308
- type index_gen$n_ListDomainHostsResponse = ListDomainHostsResponse;
9309
- type index_gen$n_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
9310
- type index_gen$n_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
9311
- type index_gen$n_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
9312
- type index_gen$n_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
9313
- type index_gen$n_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
9314
- type index_gen$n_ListTasksResponse = ListTasksResponse;
9315
- type index_gen$n_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
9316
- type index_gen$n_ListTldsResponse = ListTldsResponse;
9317
- type index_gen$n_NewContact = NewContact;
9318
- type index_gen$n_OrderResponse = OrderResponse;
9319
- type index_gen$n_RawFormat = RawFormat;
9320
- type index_gen$n_RecordChange = RecordChange;
9321
- type index_gen$n_RecordChangeAdd = RecordChangeAdd;
9322
- type index_gen$n_RecordChangeClear = RecordChangeClear;
9323
- type index_gen$n_RecordChangeDelete = RecordChangeDelete;
9324
- type index_gen$n_RecordChangeSet = RecordChangeSet;
9325
- type index_gen$n_RecordIdentifier = RecordIdentifier;
9326
- type index_gen$n_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
9327
- type index_gen$n_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
9328
- type index_gen$n_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
9329
- type index_gen$n_RegistrarAPI = RegistrarAPI;
9330
- declare const index_gen$n_RegistrarAPI: typeof RegistrarAPI;
9331
- type index_gen$n_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
9332
- type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
9333
- type index_gen$n_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
9334
- type index_gen$n_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
9335
- type index_gen$n_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
9336
- type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
9337
- type index_gen$n_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
9338
- type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
9339
- type index_gen$n_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
9340
- type index_gen$n_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
9341
- type index_gen$n_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
9342
- type index_gen$n_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
9343
- type index_gen$n_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
9344
- type index_gen$n_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
9345
- type index_gen$n_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
9346
- type index_gen$n_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
9347
- type index_gen$n_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
9348
- type index_gen$n_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
9349
- type index_gen$n_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
9350
- type index_gen$n_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
9351
- type index_gen$n_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
9352
- type index_gen$n_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
9353
- type index_gen$n_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
9354
- type index_gen$n_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
9355
- type index_gen$n_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
9356
- type index_gen$n_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
9357
- type index_gen$n_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
9358
- type index_gen$n_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
9359
- type index_gen$n_RenewableDomain = RenewableDomain;
9360
- type index_gen$n_RenewableDomainStatus = RenewableDomainStatus;
9361
- type index_gen$n_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
9362
- type index_gen$n_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
9363
- type index_gen$n_SSLCertificate = SSLCertificate;
9364
- type index_gen$n_SSLCertificateStatus = SSLCertificateStatus;
9365
- declare const index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
9366
- type index_gen$n_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
9367
- type index_gen$n_TaskType = TaskType;
9368
- type index_gen$n_Tld = Tld;
9369
- type index_gen$n_TldOffer = TldOffer;
9370
- type index_gen$n_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
9371
- type index_gen$n_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
9372
- type index_gen$n_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
9373
- type index_gen$n_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
9374
- type index_gen$n_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
9375
- type index_gen$n_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
9376
- type index_gen$n_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
9377
- declare namespace index_gen$n {
9378
- export { API$o as API, type index_gen$n_AvailableDomain as AvailableDomain, type index_gen$n_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$n_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$n_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$n_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$n_Contact as Contact, type index_gen$n_ContactEmailStatus as ContactEmailStatus, type index_gen$n_ContactExtensionEU as ContactExtensionEU, type index_gen$n_ContactExtensionFR as ContactExtensionFR, type index_gen$n_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$n_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$n_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$n_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$n_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$n_ContactExtensionNL as ContactExtensionNL, type index_gen$n_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$n_ContactLegalForm as ContactLegalForm, type index_gen$n_ContactQuestion as ContactQuestion, type index_gen$n_ContactRoles as ContactRoles, type index_gen$n_ContactRolesRoles as ContactRolesRoles, type index_gen$n_ContactStatus as ContactStatus, type index_gen$n_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$n_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$n_DNSZone as DNSZone, type index_gen$n_DNSZoneStatus as DNSZoneStatus, type index_gen$n_DNSZoneVersion as DNSZoneVersion, index_gen$n_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$n_DSRecord as DSRecord, type index_gen$n_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$n_DSRecordDigest as DSRecordDigest, type index_gen$n_DSRecordDigestType as DSRecordDigestType, type index_gen$n_DSRecordPublicKey as DSRecordPublicKey, type index_gen$n_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$n_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$n_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$n_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$n_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$n_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$n_DomainDNSSEC as DomainDNSSEC, type index_gen$n_DomainFeatureStatus as DomainFeatureStatus, type index_gen$n_DomainRecord as DomainRecord, type index_gen$n_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$n_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$n_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$n_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$n_DomainRecordType as DomainRecordType, type index_gen$n_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$n_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$n_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$n_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$n_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$n_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$n_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$n_DomainSummary as DomainSummary, type index_gen$n_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$n_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$n_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$n_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$n_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$n_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$n_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$n_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$n_Host as Host, type index_gen$n_HostStatus as HostStatus, type index_gen$n_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$n_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$n_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$n_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$n_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$n_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$n_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$n_LinkedProduct as LinkedProduct, type index_gen$n_ListContactsRequestRole as ListContactsRequestRole, type index_gen$n_ListContactsResponse as ListContactsResponse, type index_gen$n_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$n_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$n_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$n_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$n_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$n_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$n_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$n_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$n_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$n_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$n_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$n_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$n_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$n_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$n_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$n_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$n_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$n_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$n_ListTasksResponse as ListTasksResponse, type index_gen$n_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$n_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$n_NewContact as NewContact, type index_gen$n_OrderResponse as OrderResponse, type index_gen$n_RawFormat as RawFormat, type index_gen$n_RecordChange as RecordChange, type index_gen$n_RecordChangeAdd as RecordChangeAdd, type index_gen$n_RecordChangeClear as RecordChangeClear, type index_gen$n_RecordChangeDelete as RecordChangeDelete, type index_gen$n_RecordChangeSet as RecordChangeSet, type index_gen$n_RecordIdentifier as RecordIdentifier, type index_gen$n_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$n_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$n_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$n_RegistrarAPI as RegistrarAPI, type index_gen$n_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$n_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$n_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$n_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$n_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$n_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$n_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$n_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$n_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$n_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$n_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$n_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$n_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$n_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$n_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$n_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$n_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$n_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$n_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$n_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$n_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$n_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$n_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$n_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$n_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$n_RenewableDomain as RenewableDomain, type index_gen$n_RenewableDomainStatus as RenewableDomainStatus, type index_gen$n_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$n_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$n_SSLCertificate as SSLCertificate, type index_gen$n_SSLCertificateStatus as SSLCertificateStatus, index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$n_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$n_TaskType as TaskType, type index_gen$n_Tld as Tld, type index_gen$n_TldOffer as TldOffer, type index_gen$n_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$n_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$n_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$n_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$n_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$n_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$n_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
9190
+ type index_gen$m_AvailableDomain = AvailableDomain;
9191
+ type index_gen$m_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
9192
+ type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
9193
+ type index_gen$m_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
9194
+ type index_gen$m_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
9195
+ type index_gen$m_CloneDNSZoneRequest = CloneDNSZoneRequest;
9196
+ type index_gen$m_Contact = Contact;
9197
+ type index_gen$m_ContactEmailStatus = ContactEmailStatus;
9198
+ type index_gen$m_ContactExtensionEU = ContactExtensionEU;
9199
+ type index_gen$m_ContactExtensionFR = ContactExtensionFR;
9200
+ type index_gen$m_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
9201
+ type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
9202
+ type index_gen$m_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
9203
+ type index_gen$m_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
9204
+ type index_gen$m_ContactExtensionFRMode = ContactExtensionFRMode;
9205
+ type index_gen$m_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
9206
+ type index_gen$m_ContactExtensionNL = ContactExtensionNL;
9207
+ type index_gen$m_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
9208
+ type index_gen$m_ContactLegalForm = ContactLegalForm;
9209
+ type index_gen$m_ContactQuestion = ContactQuestion;
9210
+ type index_gen$m_ContactRoles = ContactRoles;
9211
+ type index_gen$m_ContactRolesRoles = ContactRolesRoles;
9212
+ type index_gen$m_ContactStatus = ContactStatus;
9213
+ type index_gen$m_CreateDNSZoneRequest = CreateDNSZoneRequest;
9214
+ type index_gen$m_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
9215
+ type index_gen$m_DNSZone = DNSZone;
9216
+ type index_gen$m_DNSZoneStatus = DNSZoneStatus;
9217
+ type index_gen$m_DNSZoneVersion = DNSZoneVersion;
9218
+ declare const index_gen$m_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
9219
+ declare const index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
9220
+ declare const index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
9221
+ type index_gen$m_DSRecord = DSRecord;
9222
+ type index_gen$m_DSRecordAlgorithm = DSRecordAlgorithm;
9223
+ type index_gen$m_DSRecordDigest = DSRecordDigest;
9224
+ type index_gen$m_DSRecordDigestType = DSRecordDigestType;
9225
+ type index_gen$m_DSRecordPublicKey = DSRecordPublicKey;
9226
+ type index_gen$m_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
9227
+ type index_gen$m_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
9228
+ type index_gen$m_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
9229
+ type index_gen$m_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
9230
+ type index_gen$m_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
9231
+ type index_gen$m_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
9232
+ type index_gen$m_DomainDNSSEC = DomainDNSSEC;
9233
+ type index_gen$m_DomainFeatureStatus = DomainFeatureStatus;
9234
+ type index_gen$m_DomainRecord = DomainRecord;
9235
+ type index_gen$m_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
9236
+ type index_gen$m_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
9237
+ type index_gen$m_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
9238
+ type index_gen$m_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
9239
+ type index_gen$m_DomainRecordType = DomainRecordType;
9240
+ type index_gen$m_DomainRecordViewConfig = DomainRecordViewConfig;
9241
+ type index_gen$m_DomainRecordViewConfigView = DomainRecordViewConfigView;
9242
+ type index_gen$m_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
9243
+ type index_gen$m_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
9244
+ type index_gen$m_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
9245
+ type index_gen$m_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
9246
+ type index_gen$m_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
9247
+ type index_gen$m_DomainSummary = DomainSummary;
9248
+ type index_gen$m_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
9249
+ type index_gen$m_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
9250
+ type index_gen$m_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
9251
+ type index_gen$m_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
9252
+ type index_gen$m_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
9253
+ type index_gen$m_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
9254
+ type index_gen$m_GetSSLCertificateRequest = GetSSLCertificateRequest;
9255
+ declare const index_gen$m_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
9256
+ type index_gen$m_Host = Host;
9257
+ type index_gen$m_HostStatus = HostStatus;
9258
+ type index_gen$m_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
9259
+ type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
9260
+ type index_gen$m_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
9261
+ type index_gen$m_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
9262
+ type index_gen$m_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
9263
+ type index_gen$m_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
9264
+ type index_gen$m_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
9265
+ type index_gen$m_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
9266
+ type index_gen$m_LinkedProduct = LinkedProduct;
9267
+ type index_gen$m_ListContactsRequestRole = ListContactsRequestRole;
9268
+ type index_gen$m_ListContactsResponse = ListContactsResponse;
9269
+ type index_gen$m_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
9270
+ type index_gen$m_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
9271
+ type index_gen$m_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
9272
+ type index_gen$m_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
9273
+ type index_gen$m_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
9274
+ type index_gen$m_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
9275
+ type index_gen$m_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
9276
+ type index_gen$m_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
9277
+ type index_gen$m_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
9278
+ type index_gen$m_ListDNSZonesRequest = ListDNSZonesRequest;
9279
+ type index_gen$m_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
9280
+ type index_gen$m_ListDNSZonesResponse = ListDNSZonesResponse;
9281
+ type index_gen$m_ListDomainHostsResponse = ListDomainHostsResponse;
9282
+ type index_gen$m_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
9283
+ type index_gen$m_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
9284
+ type index_gen$m_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
9285
+ type index_gen$m_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
9286
+ type index_gen$m_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
9287
+ type index_gen$m_ListTasksResponse = ListTasksResponse;
9288
+ type index_gen$m_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
9289
+ type index_gen$m_ListTldsResponse = ListTldsResponse;
9290
+ type index_gen$m_NewContact = NewContact;
9291
+ type index_gen$m_OrderResponse = OrderResponse;
9292
+ type index_gen$m_RawFormat = RawFormat;
9293
+ type index_gen$m_RecordChange = RecordChange;
9294
+ type index_gen$m_RecordChangeAdd = RecordChangeAdd;
9295
+ type index_gen$m_RecordChangeClear = RecordChangeClear;
9296
+ type index_gen$m_RecordChangeDelete = RecordChangeDelete;
9297
+ type index_gen$m_RecordChangeSet = RecordChangeSet;
9298
+ type index_gen$m_RecordIdentifier = RecordIdentifier;
9299
+ type index_gen$m_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
9300
+ type index_gen$m_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
9301
+ type index_gen$m_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
9302
+ type index_gen$m_RegistrarAPI = RegistrarAPI;
9303
+ declare const index_gen$m_RegistrarAPI: typeof RegistrarAPI;
9304
+ type index_gen$m_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
9305
+ type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
9306
+ type index_gen$m_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
9307
+ type index_gen$m_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
9308
+ type index_gen$m_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
9309
+ type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
9310
+ type index_gen$m_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
9311
+ type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
9312
+ type index_gen$m_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
9313
+ type index_gen$m_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
9314
+ type index_gen$m_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
9315
+ type index_gen$m_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
9316
+ type index_gen$m_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
9317
+ type index_gen$m_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
9318
+ type index_gen$m_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
9319
+ type index_gen$m_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
9320
+ type index_gen$m_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
9321
+ type index_gen$m_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
9322
+ type index_gen$m_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
9323
+ type index_gen$m_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
9324
+ type index_gen$m_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
9325
+ type index_gen$m_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
9326
+ type index_gen$m_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
9327
+ type index_gen$m_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
9328
+ type index_gen$m_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
9329
+ type index_gen$m_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
9330
+ type index_gen$m_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
9331
+ type index_gen$m_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
9332
+ type index_gen$m_RenewableDomain = RenewableDomain;
9333
+ type index_gen$m_RenewableDomainStatus = RenewableDomainStatus;
9334
+ type index_gen$m_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
9335
+ type index_gen$m_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
9336
+ type index_gen$m_SSLCertificate = SSLCertificate;
9337
+ type index_gen$m_SSLCertificateStatus = SSLCertificateStatus;
9338
+ declare const index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
9339
+ type index_gen$m_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
9340
+ type index_gen$m_TaskType = TaskType;
9341
+ type index_gen$m_Tld = Tld;
9342
+ type index_gen$m_TldOffer = TldOffer;
9343
+ type index_gen$m_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
9344
+ type index_gen$m_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
9345
+ type index_gen$m_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
9346
+ type index_gen$m_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
9347
+ type index_gen$m_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
9348
+ type index_gen$m_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
9349
+ type index_gen$m_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
9350
+ declare namespace index_gen$m {
9351
+ export { API$n as API, type index_gen$m_AvailableDomain as AvailableDomain, type index_gen$m_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$m_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$m_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$m_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$m_Contact as Contact, type index_gen$m_ContactEmailStatus as ContactEmailStatus, type index_gen$m_ContactExtensionEU as ContactExtensionEU, type index_gen$m_ContactExtensionFR as ContactExtensionFR, type index_gen$m_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$m_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$m_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$m_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$m_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$m_ContactExtensionNL as ContactExtensionNL, type index_gen$m_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$m_ContactLegalForm as ContactLegalForm, type index_gen$m_ContactQuestion as ContactQuestion, type index_gen$m_ContactRoles as ContactRoles, type index_gen$m_ContactRolesRoles as ContactRolesRoles, type index_gen$m_ContactStatus as ContactStatus, type index_gen$m_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$m_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$m_DNSZone as DNSZone, type index_gen$m_DNSZoneStatus as DNSZoneStatus, type index_gen$m_DNSZoneVersion as DNSZoneVersion, index_gen$m_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$m_DSRecord as DSRecord, type index_gen$m_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$m_DSRecordDigest as DSRecordDigest, type index_gen$m_DSRecordDigestType as DSRecordDigestType, type index_gen$m_DSRecordPublicKey as DSRecordPublicKey, type index_gen$m_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$m_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$m_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$m_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$m_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$m_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$m_DomainDNSSEC as DomainDNSSEC, type index_gen$m_DomainFeatureStatus as DomainFeatureStatus, type index_gen$m_DomainRecord as DomainRecord, type index_gen$m_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$m_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$m_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$m_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$m_DomainRecordType as DomainRecordType, type index_gen$m_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$m_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$m_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$m_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$m_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$m_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$m_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$m_DomainSummary as DomainSummary, type index_gen$m_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$m_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$m_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$m_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$m_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$m_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$m_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$m_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$m_Host as Host, type index_gen$m_HostStatus as HostStatus, type index_gen$m_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$m_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$m_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$m_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$m_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$m_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$m_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$m_LinkedProduct as LinkedProduct, type index_gen$m_ListContactsRequestRole as ListContactsRequestRole, type index_gen$m_ListContactsResponse as ListContactsResponse, type index_gen$m_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$m_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$m_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$m_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$m_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$m_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$m_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$m_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$m_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$m_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$m_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$m_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$m_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$m_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$m_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$m_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$m_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$m_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$m_ListTasksResponse as ListTasksResponse, type index_gen$m_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$m_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$m_NewContact as NewContact, type index_gen$m_OrderResponse as OrderResponse, type index_gen$m_RawFormat as RawFormat, type index_gen$m_RecordChange as RecordChange, type index_gen$m_RecordChangeAdd as RecordChangeAdd, type index_gen$m_RecordChangeClear as RecordChangeClear, type index_gen$m_RecordChangeDelete as RecordChangeDelete, type index_gen$m_RecordChangeSet as RecordChangeSet, type index_gen$m_RecordIdentifier as RecordIdentifier, type index_gen$m_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$m_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$m_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$m_RegistrarAPI as RegistrarAPI, type index_gen$m_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$m_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$m_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$m_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$m_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$m_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$m_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$m_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$m_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$m_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$m_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$m_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$m_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$m_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$m_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$m_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$m_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$m_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$m_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$m_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$m_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$m_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$m_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$m_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$m_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$m_RenewableDomain as RenewableDomain, type index_gen$m_RenewableDomainStatus as RenewableDomainStatus, type index_gen$m_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$m_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$m_SSLCertificate as SSLCertificate, type index_gen$m_SSLCertificateStatus as SSLCertificateStatus, index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$m_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$m_TaskType as TaskType, type index_gen$m_Tld as Tld, type index_gen$m_TldOffer as TldOffer, type index_gen$m_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$m_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$m_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$m_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$m_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$m_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$m_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
9379
9352
  }
9380
9353
 
9381
9354
  declare namespace index$p {
9382
- export { index_gen$n as v2beta1 };
9355
+ export { index_gen$m as v2beta1 };
9383
9356
  }
9384
9357
 
9385
9358
  type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
@@ -9579,7 +9552,7 @@ type UpdateFlexibleIPRequest = {
9579
9552
  };
9580
9553
 
9581
9554
  /** Elastic Metal - Flexible IP API. */
9582
- declare class API$n extends API$y {
9555
+ declare class API$m extends API$x {
9583
9556
  /** Lists the available zones of the API. */
9584
9557
  static readonly LOCALITIES: Zone[];
9585
9558
  /**
@@ -9713,33 +9686,33 @@ declare namespace validationRules_gen$9 {
9713
9686
  export { validationRules_gen$9_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
9714
9687
  }
9715
9688
 
9716
- type index_gen$m_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9717
- type index_gen$m_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9718
- type index_gen$m_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9719
- type index_gen$m_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9720
- type index_gen$m_DeleteMACAddrRequest = DeleteMACAddrRequest;
9721
- type index_gen$m_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9722
- type index_gen$m_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9723
- type index_gen$m_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9724
- declare const index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9725
- type index_gen$m_FlexibleIP = FlexibleIP;
9726
- type index_gen$m_FlexibleIPStatus = FlexibleIPStatus;
9727
- type index_gen$m_GenerateMACAddrRequest = GenerateMACAddrRequest;
9728
- type index_gen$m_GetFlexibleIPRequest = GetFlexibleIPRequest;
9729
- type index_gen$m_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9730
- type index_gen$m_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9731
- type index_gen$m_MACAddress = MACAddress;
9732
- type index_gen$m_MACAddressStatus = MACAddressStatus;
9733
- type index_gen$m_MACAddressType = MACAddressType;
9734
- declare const index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9735
- type index_gen$m_MoveMACAddrRequest = MoveMACAddrRequest;
9736
- type index_gen$m_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9737
- declare namespace index_gen$m {
9738
- export { API$n as API, type index_gen$m_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$m_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$m_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$m_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$m_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$m_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$m_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$m_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$m_FlexibleIP as FlexibleIP, type index_gen$m_FlexibleIPStatus as FlexibleIPStatus, type index_gen$m_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$m_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$m_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$m_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$m_MACAddress as MACAddress, type index_gen$m_MACAddressStatus as MACAddressStatus, type index_gen$m_MACAddressType as MACAddressType, index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$m_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$m_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$9 as ValidationRules };
9689
+ type index_gen$l_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9690
+ type index_gen$l_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9691
+ type index_gen$l_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9692
+ type index_gen$l_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9693
+ type index_gen$l_DeleteMACAddrRequest = DeleteMACAddrRequest;
9694
+ type index_gen$l_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9695
+ type index_gen$l_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9696
+ type index_gen$l_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9697
+ declare const index_gen$l_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9698
+ type index_gen$l_FlexibleIP = FlexibleIP;
9699
+ type index_gen$l_FlexibleIPStatus = FlexibleIPStatus;
9700
+ type index_gen$l_GenerateMACAddrRequest = GenerateMACAddrRequest;
9701
+ type index_gen$l_GetFlexibleIPRequest = GetFlexibleIPRequest;
9702
+ type index_gen$l_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9703
+ type index_gen$l_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9704
+ type index_gen$l_MACAddress = MACAddress;
9705
+ type index_gen$l_MACAddressStatus = MACAddressStatus;
9706
+ type index_gen$l_MACAddressType = MACAddressType;
9707
+ declare const index_gen$l_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9708
+ type index_gen$l_MoveMACAddrRequest = MoveMACAddrRequest;
9709
+ type index_gen$l_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9710
+ declare namespace index_gen$l {
9711
+ export { API$m as API, type index_gen$l_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$l_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$l_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$l_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$l_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$l_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$l_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$l_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$l_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$l_FlexibleIP as FlexibleIP, type index_gen$l_FlexibleIPStatus as FlexibleIPStatus, type index_gen$l_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$l_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$l_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$l_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$l_MACAddress as MACAddress, type index_gen$l_MACAddressStatus as MACAddressStatus, type index_gen$l_MACAddressType as MACAddressType, index_gen$l_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$l_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$l_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$9 as ValidationRules };
9739
9712
  }
9740
9713
 
9741
9714
  declare namespace index$o {
9742
- export { index_gen$m as v1alpha1 };
9715
+ export { index_gen$l as v1alpha1 };
9743
9716
  }
9744
9717
 
9745
9718
  type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
@@ -9751,11 +9724,9 @@ type FunctionStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'c
9751
9724
  type ListCronsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9752
9725
  type ListDomainsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
9753
9726
  type ListFunctionsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
9754
- type ListLogsRequestOrderBy$1 = 'timestamp_desc' | 'timestamp_asc';
9755
9727
  type ListNamespacesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
9756
9728
  type ListTokensRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9757
9729
  type ListTriggersRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9758
- type LogStream = 'unknown' | 'stdout' | 'stderr';
9759
9730
  type NamespaceStatus$1 = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
9760
9731
  type RuntimeStatus = 'unknown_status' | 'beta' | 'available' | 'deprecated' | 'end_of_support' | 'end_of_life';
9761
9732
  type TokenStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'creating';
@@ -9916,20 +9887,6 @@ interface Function {
9916
9887
  httpOption: FunctionHttpOption;
9917
9888
  runtimeMessage: string;
9918
9889
  }
9919
- interface Log$1 {
9920
- /** Message of the log. */
9921
- message: string;
9922
- /** Timestamp of the log. */
9923
- timestamp?: Date;
9924
- /** UUID of the log. */
9925
- id: string;
9926
- /** Severity of the log (info, debug, error etc.). */
9927
- level: string;
9928
- /** Source of the log (core runtime or user code). */
9929
- source: string;
9930
- /** Can be stdout or stderr. */
9931
- stream: LogStream;
9932
- }
9933
9890
  interface Namespace$1 {
9934
9891
  /** UUID of the namespace. */
9935
9892
  id: string;
@@ -10395,27 +10352,6 @@ interface ListFunctionsResponse {
10395
10352
  /** Total number of functions. */
10396
10353
  totalCount: number;
10397
10354
  }
10398
- type ListLogsRequest$2 = {
10399
- /**
10400
- * Region to target. If none is passed will use default region from the
10401
- * config.
10402
- */
10403
- region?: Region;
10404
- /** UUID of the function to get the logs for. */
10405
- functionId: string;
10406
- /** Page number. */
10407
- page?: number;
10408
- /** Number of logs per page. */
10409
- pageSize?: number;
10410
- /** Order of the logs. */
10411
- orderBy?: ListLogsRequestOrderBy$1;
10412
- };
10413
- interface ListLogsResponse$1 {
10414
- /** Array of logs. */
10415
- logs: Log$1[];
10416
- /** Total number of logs. */
10417
- totalCount: number;
10418
- }
10419
10355
  type ListNamespacesRequest$1 = {
10420
10356
  /**
10421
10357
  * Region to target. If none is passed will use default region from the
@@ -10599,7 +10535,7 @@ interface UploadURL {
10599
10535
  }
10600
10536
 
10601
10537
  /** Serverless Functions API. */
10602
- declare class API$m extends API$y {
10538
+ declare class API$l extends API$x {
10603
10539
  /** Lists the available regions of the API. */
10604
10540
  static readonly LOCALITIES: Region[];
10605
10541
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
@@ -10780,22 +10716,6 @@ declare class API$m extends API$y {
10780
10716
  * @returns A Promise of Cron
10781
10717
  */
10782
10718
  deleteCron: (request: Readonly<DeleteCronRequest>) => Promise<Cron>;
10783
- protected pageOfListLogs: (request: Readonly<ListLogsRequest$2>) => Promise<ListLogsResponse$1>;
10784
- /**
10785
- * Deprecated (replaced by
10786
- * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List
10787
- * application logs. Deprecated (replaced by
10788
- * [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the
10789
- * application logs of the function with the specified ID.
10790
- *
10791
- * @deprecated
10792
- * @param request - The request {@link ListLogsRequest}
10793
- * @returns A Promise of ListLogsResponse
10794
- */
10795
- listLogs: (request: Readonly<ListLogsRequest$2>) => Promise<ListLogsResponse$1> & {
10796
- all: () => Promise<Log$1[]>;
10797
- [Symbol.asyncIterator]: () => AsyncGenerator<Log$1[], void, void>;
10798
- };
10799
10719
  protected pageOfListDomains: (request: Readonly<ListDomainsRequest$1>) => Promise<ListDomainsResponse$1>;
10800
10720
  /**
10801
10721
  * List all domain name bindings. List all domain name bindings in a specified
@@ -10999,71 +10919,70 @@ declare namespace validationRules_gen$8 {
10999
10919
  export { validationRules_gen$8_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$8_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$8_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$8_UpdateTriggerRequest as UpdateTriggerRequest };
11000
10920
  }
11001
10921
 
11002
- declare const index_gen$l_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
11003
- type index_gen$l_CreateCronRequest = CreateCronRequest;
11004
- type index_gen$l_CreateFunctionRequest = CreateFunctionRequest;
11005
- type index_gen$l_CreateTokenRequest = CreateTokenRequest;
11006
- type index_gen$l_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
11007
- type index_gen$l_Cron = Cron;
11008
- type index_gen$l_CronStatus = CronStatus;
11009
- type index_gen$l_DeleteCronRequest = DeleteCronRequest;
11010
- type index_gen$l_DeleteDomainRequest = DeleteDomainRequest;
11011
- type index_gen$l_DeleteFunctionRequest = DeleteFunctionRequest;
11012
- type index_gen$l_DeleteTokenRequest = DeleteTokenRequest;
11013
- type index_gen$l_DeleteTriggerRequest = DeleteTriggerRequest;
11014
- type index_gen$l_DeployFunctionRequest = DeployFunctionRequest;
11015
- type index_gen$l_DownloadURL = DownloadURL;
11016
- declare const index_gen$l_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
11017
- type index_gen$l_Function = Function;
11018
- type index_gen$l_FunctionHttpOption = FunctionHttpOption;
11019
- type index_gen$l_FunctionPrivacy = FunctionPrivacy;
11020
- type index_gen$l_FunctionRuntime = FunctionRuntime;
11021
- type index_gen$l_FunctionStatus = FunctionStatus;
11022
- type index_gen$l_GetCronRequest = GetCronRequest;
11023
- type index_gen$l_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
11024
- type index_gen$l_GetFunctionRequest = GetFunctionRequest;
11025
- type index_gen$l_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
11026
- type index_gen$l_GetTokenRequest = GetTokenRequest;
11027
- type index_gen$l_GetTriggerRequest = GetTriggerRequest;
11028
- type index_gen$l_IssueJWTRequest = IssueJWTRequest;
11029
- type index_gen$l_ListCronsRequest = ListCronsRequest;
11030
- type index_gen$l_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
11031
- type index_gen$l_ListCronsResponse = ListCronsResponse;
11032
- type index_gen$l_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
11033
- type index_gen$l_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
11034
- type index_gen$l_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
11035
- type index_gen$l_ListFunctionsRequest = ListFunctionsRequest;
11036
- type index_gen$l_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
11037
- type index_gen$l_ListFunctionsResponse = ListFunctionsResponse;
11038
- type index_gen$l_ListTokensRequest = ListTokensRequest;
11039
- type index_gen$l_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
11040
- type index_gen$l_ListTokensResponse = ListTokensResponse;
11041
- type index_gen$l_ListTriggersRequest = ListTriggersRequest;
11042
- type index_gen$l_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
11043
- type index_gen$l_ListTriggersResponse = ListTriggersResponse;
11044
- type index_gen$l_LogStream = LogStream;
11045
- type index_gen$l_RuntimeStatus = RuntimeStatus;
11046
- type index_gen$l_SecretHashedValue = SecretHashedValue;
11047
- declare const index_gen$l_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
11048
- declare const index_gen$l_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
11049
- type index_gen$l_Token = Token;
11050
- type index_gen$l_TokenStatus = TokenStatus;
11051
- type index_gen$l_Trigger = Trigger;
11052
- type index_gen$l_TriggerInputType = TriggerInputType;
11053
- type index_gen$l_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
11054
- type index_gen$l_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
11055
- type index_gen$l_TriggerSqsClientConfig = TriggerSqsClientConfig;
11056
- type index_gen$l_TriggerStatus = TriggerStatus;
11057
- type index_gen$l_UpdateCronRequest = UpdateCronRequest;
11058
- type index_gen$l_UpdateFunctionRequest = UpdateFunctionRequest;
11059
- type index_gen$l_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
11060
- type index_gen$l_UploadURL = UploadURL;
11061
- declare namespace index_gen$l {
11062
- export { API$m as API, index_gen$l_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$l_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$l_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$l_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$l_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$l_Cron as Cron, type index_gen$l_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DeleteCronRequest as DeleteCronRequest, type index_gen$l_DeleteDomainRequest as DeleteDomainRequest, type index_gen$l_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$l_DeleteTokenRequest as DeleteTokenRequest, type index_gen$l_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$l_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$l_DownloadURL as DownloadURL, index_gen$l_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$l_Function as Function, type index_gen$l_FunctionHttpOption as FunctionHttpOption, type index_gen$l_FunctionPrivacy as FunctionPrivacy, type index_gen$l_FunctionRuntime as FunctionRuntime, type index_gen$l_FunctionStatus as FunctionStatus, type index_gen$l_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$l_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$l_GetFunctionRequest as GetFunctionRequest, type index_gen$l_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$l_GetTokenRequest as GetTokenRequest, type index_gen$l_GetTriggerRequest as GetTriggerRequest, type index_gen$l_IssueJWTRequest as IssueJWTRequest, type index_gen$l_ListCronsRequest as ListCronsRequest, type index_gen$l_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$l_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$l_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$l_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$l_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$l_ListFunctionsRequest as ListFunctionsRequest, type index_gen$l_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$l_ListFunctionsResponse as ListFunctionsResponse, type ListLogsRequest$2 as ListLogsRequest, type ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy, type ListLogsResponse$1 as ListLogsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type index_gen$l_ListTokensRequest as ListTokensRequest, type index_gen$l_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$l_ListTokensResponse as ListTokensResponse, type index_gen$l_ListTriggersRequest as ListTriggersRequest, type index_gen$l_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$l_ListTriggersResponse as ListTriggersResponse, type Log$1 as Log, type index_gen$l_LogStream as LogStream, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$1 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type Runtime$1 as Runtime, type index_gen$l_RuntimeStatus as RuntimeStatus, type Secret$2 as Secret, type index_gen$l_SecretHashedValue as SecretHashedValue, index_gen$l_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$l_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$l_Token as Token, type index_gen$l_TokenStatus as TokenStatus, type index_gen$l_Trigger as Trigger, type index_gen$l_TriggerInputType as TriggerInputType, type index_gen$l_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$l_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$l_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$l_TriggerStatus as TriggerStatus, type index_gen$l_UpdateCronRequest as UpdateCronRequest, type index_gen$l_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$l_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$l_UploadURL as UploadURL, validationRules_gen$8 as ValidationRules };
10922
+ declare const index_gen$k_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
10923
+ type index_gen$k_CreateCronRequest = CreateCronRequest;
10924
+ type index_gen$k_CreateFunctionRequest = CreateFunctionRequest;
10925
+ type index_gen$k_CreateTokenRequest = CreateTokenRequest;
10926
+ type index_gen$k_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
10927
+ type index_gen$k_Cron = Cron;
10928
+ type index_gen$k_CronStatus = CronStatus;
10929
+ type index_gen$k_DeleteCronRequest = DeleteCronRequest;
10930
+ type index_gen$k_DeleteDomainRequest = DeleteDomainRequest;
10931
+ type index_gen$k_DeleteFunctionRequest = DeleteFunctionRequest;
10932
+ type index_gen$k_DeleteTokenRequest = DeleteTokenRequest;
10933
+ type index_gen$k_DeleteTriggerRequest = DeleteTriggerRequest;
10934
+ type index_gen$k_DeployFunctionRequest = DeployFunctionRequest;
10935
+ type index_gen$k_DownloadURL = DownloadURL;
10936
+ declare const index_gen$k_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
10937
+ type index_gen$k_Function = Function;
10938
+ type index_gen$k_FunctionHttpOption = FunctionHttpOption;
10939
+ type index_gen$k_FunctionPrivacy = FunctionPrivacy;
10940
+ type index_gen$k_FunctionRuntime = FunctionRuntime;
10941
+ type index_gen$k_FunctionStatus = FunctionStatus;
10942
+ type index_gen$k_GetCronRequest = GetCronRequest;
10943
+ type index_gen$k_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
10944
+ type index_gen$k_GetFunctionRequest = GetFunctionRequest;
10945
+ type index_gen$k_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
10946
+ type index_gen$k_GetTokenRequest = GetTokenRequest;
10947
+ type index_gen$k_GetTriggerRequest = GetTriggerRequest;
10948
+ type index_gen$k_IssueJWTRequest = IssueJWTRequest;
10949
+ type index_gen$k_ListCronsRequest = ListCronsRequest;
10950
+ type index_gen$k_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
10951
+ type index_gen$k_ListCronsResponse = ListCronsResponse;
10952
+ type index_gen$k_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
10953
+ type index_gen$k_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
10954
+ type index_gen$k_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
10955
+ type index_gen$k_ListFunctionsRequest = ListFunctionsRequest;
10956
+ type index_gen$k_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
10957
+ type index_gen$k_ListFunctionsResponse = ListFunctionsResponse;
10958
+ type index_gen$k_ListTokensRequest = ListTokensRequest;
10959
+ type index_gen$k_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
10960
+ type index_gen$k_ListTokensResponse = ListTokensResponse;
10961
+ type index_gen$k_ListTriggersRequest = ListTriggersRequest;
10962
+ type index_gen$k_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
10963
+ type index_gen$k_ListTriggersResponse = ListTriggersResponse;
10964
+ type index_gen$k_RuntimeStatus = RuntimeStatus;
10965
+ type index_gen$k_SecretHashedValue = SecretHashedValue;
10966
+ declare const index_gen$k_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
10967
+ declare const index_gen$k_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
10968
+ type index_gen$k_Token = Token;
10969
+ type index_gen$k_TokenStatus = TokenStatus;
10970
+ type index_gen$k_Trigger = Trigger;
10971
+ type index_gen$k_TriggerInputType = TriggerInputType;
10972
+ type index_gen$k_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
10973
+ type index_gen$k_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
10974
+ type index_gen$k_TriggerSqsClientConfig = TriggerSqsClientConfig;
10975
+ type index_gen$k_TriggerStatus = TriggerStatus;
10976
+ type index_gen$k_UpdateCronRequest = UpdateCronRequest;
10977
+ type index_gen$k_UpdateFunctionRequest = UpdateFunctionRequest;
10978
+ type index_gen$k_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
10979
+ type index_gen$k_UploadURL = UploadURL;
10980
+ declare namespace index_gen$k {
10981
+ export { API$l as API, index_gen$k_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$k_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$k_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$k_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$k_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$k_Cron as Cron, type index_gen$k_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$k_DeleteCronRequest as DeleteCronRequest, type index_gen$k_DeleteDomainRequest as DeleteDomainRequest, type index_gen$k_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$k_DeleteTokenRequest as DeleteTokenRequest, type index_gen$k_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$k_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$k_DownloadURL as DownloadURL, index_gen$k_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$k_Function as Function, type index_gen$k_FunctionHttpOption as FunctionHttpOption, type index_gen$k_FunctionPrivacy as FunctionPrivacy, type index_gen$k_FunctionRuntime as FunctionRuntime, type index_gen$k_FunctionStatus as FunctionStatus, type index_gen$k_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$k_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$k_GetFunctionRequest as GetFunctionRequest, type index_gen$k_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$k_GetTokenRequest as GetTokenRequest, type index_gen$k_GetTriggerRequest as GetTriggerRequest, type index_gen$k_IssueJWTRequest as IssueJWTRequest, type index_gen$k_ListCronsRequest as ListCronsRequest, type index_gen$k_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$k_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$k_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$k_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$k_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$k_ListFunctionsRequest as ListFunctionsRequest, type index_gen$k_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$k_ListFunctionsResponse as ListFunctionsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type index_gen$k_ListTokensRequest as ListTokensRequest, type index_gen$k_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$k_ListTokensResponse as ListTokensResponse, type index_gen$k_ListTriggersRequest as ListTriggersRequest, type index_gen$k_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$k_ListTriggersResponse as ListTriggersResponse, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$1 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type Runtime$1 as Runtime, type index_gen$k_RuntimeStatus as RuntimeStatus, type Secret$2 as Secret, type index_gen$k_SecretHashedValue as SecretHashedValue, index_gen$k_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$k_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$k_Token as Token, type index_gen$k_TokenStatus as TokenStatus, type index_gen$k_Trigger as Trigger, type index_gen$k_TriggerInputType as TriggerInputType, type index_gen$k_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$k_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$k_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$k_TriggerStatus as TriggerStatus, type index_gen$k_UpdateCronRequest as UpdateCronRequest, type index_gen$k_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$k_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$k_UploadURL as UploadURL, validationRules_gen$8 as ValidationRules };
11063
10982
  }
11064
10983
 
11065
10984
  declare namespace index$n {
11066
- export { index_gen$l as v1beta1 };
10985
+ export { index_gen$k as v1beta1 };
11067
10986
  }
11068
10987
 
11069
10988
  type BearerType = 'unknown_bearer_type' | 'user' | 'application';
@@ -11946,7 +11865,7 @@ type UpdateUserRequest$1 = {
11946
11865
  };
11947
11866
 
11948
11867
  /** IAM API. */
11949
- declare class API$l extends API$y {
11868
+ declare class API$k extends API$x {
11950
11869
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
11951
11870
  /**
11952
11871
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -12656,71 +12575,71 @@ declare namespace validationRules_gen$7 {
12656
12575
  export { validationRules_gen$7_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$7_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$7_CreateGroupRequest as CreateGroupRequest, validationRules_gen$7_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$7_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$7_GetQuotumRequest as GetQuotumRequest, validationRules_gen$7_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$7_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$7_ListGroupsRequest as ListGroupsRequest, validationRules_gen$7_ListJWTsRequest as ListJWTsRequest, validationRules_gen$7_ListLogsRequest as ListLogsRequest, validationRules_gen$7_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$7_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$7_ListQuotaRequest as ListQuotaRequest, validationRules_gen$7_ListRulesRequest as ListRulesRequest, validationRules_gen$7_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$7_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$7_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$7_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$7_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$7_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
12657
12576
  }
12658
12577
 
12659
- type index_gen$k_APIKey = APIKey;
12660
- type index_gen$k_AddGroupMemberRequest = AddGroupMemberRequest;
12661
- type index_gen$k_AddGroupMembersRequest = AddGroupMembersRequest;
12662
- type index_gen$k_Application = Application;
12663
- type index_gen$k_BearerType = BearerType;
12664
- type index_gen$k_ClonePolicyRequest = ClonePolicyRequest;
12665
- type index_gen$k_CreateJWTRequest = CreateJWTRequest;
12666
- type index_gen$k_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12667
- type index_gen$k_DeleteApplicationRequest = DeleteApplicationRequest;
12668
- type index_gen$k_DeleteGroupRequest = DeleteGroupRequest;
12669
- type index_gen$k_DeleteJWTRequest = DeleteJWTRequest;
12670
- type index_gen$k_DeletePolicyRequest = DeletePolicyRequest;
12671
- type index_gen$k_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12672
- type index_gen$k_EncodedJWT = EncodedJWT;
12673
- type index_gen$k_GetAPIKeyRequest = GetAPIKeyRequest;
12674
- type index_gen$k_GetApplicationRequest = GetApplicationRequest;
12675
- type index_gen$k_GetGroupRequest = GetGroupRequest;
12676
- type index_gen$k_GetJWTRequest = GetJWTRequest;
12677
- type index_gen$k_GetLogRequest = GetLogRequest;
12678
- type index_gen$k_GetPolicyRequest = GetPolicyRequest;
12679
- type index_gen$k_GetSSHKeyRequest = GetSSHKeyRequest;
12680
- type index_gen$k_GetUserRequest = GetUserRequest;
12681
- type index_gen$k_Group = Group;
12682
- type index_gen$k_JWT = JWT;
12683
- type index_gen$k_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12684
- type index_gen$k_ListAPIKeysResponse = ListAPIKeysResponse;
12685
- type index_gen$k_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12686
- type index_gen$k_ListApplicationsResponse = ListApplicationsResponse;
12687
- type index_gen$k_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12688
- type index_gen$k_ListGroupsResponse = ListGroupsResponse;
12689
- type index_gen$k_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12690
- type index_gen$k_ListJWTsResponse = ListJWTsResponse;
12691
- type index_gen$k_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12692
- type index_gen$k_ListLogsResponse = ListLogsResponse;
12693
- type index_gen$k_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12694
- type index_gen$k_ListPermissionSetsResponse = ListPermissionSetsResponse;
12695
- type index_gen$k_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12696
- type index_gen$k_ListPoliciesResponse = ListPoliciesResponse;
12697
- type index_gen$k_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12698
- type index_gen$k_ListQuotaResponse = ListQuotaResponse;
12699
- type index_gen$k_ListRulesResponse = ListRulesResponse;
12700
- type index_gen$k_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12701
- type index_gen$k_ListSSHKeysResponse = ListSSHKeysResponse;
12702
- type index_gen$k_Log = Log;
12703
- type index_gen$k_LogAction = LogAction;
12704
- type index_gen$k_LogResourceType = LogResourceType;
12705
- type index_gen$k_PermissionSet = PermissionSet;
12706
- type index_gen$k_PermissionSetScopeType = PermissionSetScopeType;
12707
- type index_gen$k_Policy = Policy;
12708
- type index_gen$k_Quotum = Quotum;
12709
- type index_gen$k_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12710
- type index_gen$k_Rule = Rule;
12711
- type index_gen$k_RuleSpecs = RuleSpecs;
12712
- type index_gen$k_SSHKey = SSHKey;
12713
- type index_gen$k_SetGroupMembersRequest = SetGroupMembersRequest;
12714
- type index_gen$k_SetRulesRequest = SetRulesRequest;
12715
- type index_gen$k_SetRulesResponse = SetRulesResponse;
12716
- type index_gen$k_UserStatus = UserStatus;
12717
- type index_gen$k_UserType = UserType;
12718
- declare namespace index_gen$k {
12719
- export { API$l as API, type index_gen$k_APIKey as APIKey, type index_gen$k_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$k_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$k_Application as Application, type index_gen$k_BearerType as BearerType, type index_gen$k_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type index_gen$k_CreateJWTRequest as CreateJWTRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$k_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$k_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$k_DeleteGroupRequest as DeleteGroupRequest, type index_gen$k_DeleteJWTRequest as DeleteJWTRequest, type index_gen$k_DeletePolicyRequest as DeletePolicyRequest, type index_gen$k_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$k_EncodedJWT as EncodedJWT, type index_gen$k_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$k_GetApplicationRequest as GetApplicationRequest, type index_gen$k_GetGroupRequest as GetGroupRequest, type index_gen$k_GetJWTRequest as GetJWTRequest, type index_gen$k_GetLogRequest as GetLogRequest, type index_gen$k_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$k_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$k_GetUserRequest as GetUserRequest, type index_gen$k_Group as Group, type index_gen$k_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$k_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$k_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$k_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$k_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$k_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$k_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$k_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$k_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$k_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$k_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$k_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$k_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$k_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$k_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$k_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$k_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$k_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$k_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$k_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$k_Log as Log, type index_gen$k_LogAction as LogAction, type index_gen$k_LogResourceType as LogResourceType, type index_gen$k_PermissionSet as PermissionSet, type index_gen$k_PermissionSetScopeType as PermissionSetScopeType, type index_gen$k_Policy as Policy, type index_gen$k_Quotum as Quotum, type index_gen$k_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$k_Rule as Rule, type index_gen$k_RuleSpecs as RuleSpecs, type index_gen$k_SSHKey as SSHKey, type index_gen$k_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$k_SetRulesRequest as SetRulesRequest, type index_gen$k_SetRulesResponse as SetRulesResponse, type UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest, type UpdateApplicationRequest$1 as UpdateApplicationRequest, type UpdateGroupRequest$1 as UpdateGroupRequest, type UpdatePolicyRequest$1 as UpdatePolicyRequest, type UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest, type UpdateUserRequest$1 as UpdateUserRequest, type User$1 as User, type index_gen$k_UserStatus as UserStatus, type index_gen$k_UserType as UserType, validationRules_gen$7 as ValidationRules };
12578
+ type index_gen$j_APIKey = APIKey;
12579
+ type index_gen$j_AddGroupMemberRequest = AddGroupMemberRequest;
12580
+ type index_gen$j_AddGroupMembersRequest = AddGroupMembersRequest;
12581
+ type index_gen$j_Application = Application;
12582
+ type index_gen$j_BearerType = BearerType;
12583
+ type index_gen$j_ClonePolicyRequest = ClonePolicyRequest;
12584
+ type index_gen$j_CreateJWTRequest = CreateJWTRequest;
12585
+ type index_gen$j_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12586
+ type index_gen$j_DeleteApplicationRequest = DeleteApplicationRequest;
12587
+ type index_gen$j_DeleteGroupRequest = DeleteGroupRequest;
12588
+ type index_gen$j_DeleteJWTRequest = DeleteJWTRequest;
12589
+ type index_gen$j_DeletePolicyRequest = DeletePolicyRequest;
12590
+ type index_gen$j_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12591
+ type index_gen$j_EncodedJWT = EncodedJWT;
12592
+ type index_gen$j_GetAPIKeyRequest = GetAPIKeyRequest;
12593
+ type index_gen$j_GetApplicationRequest = GetApplicationRequest;
12594
+ type index_gen$j_GetGroupRequest = GetGroupRequest;
12595
+ type index_gen$j_GetJWTRequest = GetJWTRequest;
12596
+ type index_gen$j_GetLogRequest = GetLogRequest;
12597
+ type index_gen$j_GetPolicyRequest = GetPolicyRequest;
12598
+ type index_gen$j_GetSSHKeyRequest = GetSSHKeyRequest;
12599
+ type index_gen$j_GetUserRequest = GetUserRequest;
12600
+ type index_gen$j_Group = Group;
12601
+ type index_gen$j_JWT = JWT;
12602
+ type index_gen$j_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12603
+ type index_gen$j_ListAPIKeysResponse = ListAPIKeysResponse;
12604
+ type index_gen$j_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12605
+ type index_gen$j_ListApplicationsResponse = ListApplicationsResponse;
12606
+ type index_gen$j_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12607
+ type index_gen$j_ListGroupsResponse = ListGroupsResponse;
12608
+ type index_gen$j_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12609
+ type index_gen$j_ListJWTsResponse = ListJWTsResponse;
12610
+ type index_gen$j_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12611
+ type index_gen$j_ListLogsResponse = ListLogsResponse;
12612
+ type index_gen$j_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12613
+ type index_gen$j_ListPermissionSetsResponse = ListPermissionSetsResponse;
12614
+ type index_gen$j_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12615
+ type index_gen$j_ListPoliciesResponse = ListPoliciesResponse;
12616
+ type index_gen$j_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12617
+ type index_gen$j_ListQuotaResponse = ListQuotaResponse;
12618
+ type index_gen$j_ListRulesResponse = ListRulesResponse;
12619
+ type index_gen$j_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12620
+ type index_gen$j_ListSSHKeysResponse = ListSSHKeysResponse;
12621
+ type index_gen$j_Log = Log;
12622
+ type index_gen$j_LogAction = LogAction;
12623
+ type index_gen$j_LogResourceType = LogResourceType;
12624
+ type index_gen$j_PermissionSet = PermissionSet;
12625
+ type index_gen$j_PermissionSetScopeType = PermissionSetScopeType;
12626
+ type index_gen$j_Policy = Policy;
12627
+ type index_gen$j_Quotum = Quotum;
12628
+ type index_gen$j_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12629
+ type index_gen$j_Rule = Rule;
12630
+ type index_gen$j_RuleSpecs = RuleSpecs;
12631
+ type index_gen$j_SSHKey = SSHKey;
12632
+ type index_gen$j_SetGroupMembersRequest = SetGroupMembersRequest;
12633
+ type index_gen$j_SetRulesRequest = SetRulesRequest;
12634
+ type index_gen$j_SetRulesResponse = SetRulesResponse;
12635
+ type index_gen$j_UserStatus = UserStatus;
12636
+ type index_gen$j_UserType = UserType;
12637
+ declare namespace index_gen$j {
12638
+ export { API$k as API, type index_gen$j_APIKey as APIKey, type index_gen$j_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$j_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$j_Application as Application, type index_gen$j_BearerType as BearerType, type index_gen$j_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type index_gen$j_CreateJWTRequest as CreateJWTRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$j_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$j_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$j_DeleteGroupRequest as DeleteGroupRequest, type index_gen$j_DeleteJWTRequest as DeleteJWTRequest, type index_gen$j_DeletePolicyRequest as DeletePolicyRequest, type index_gen$j_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$j_EncodedJWT as EncodedJWT, type index_gen$j_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$j_GetApplicationRequest as GetApplicationRequest, type index_gen$j_GetGroupRequest as GetGroupRequest, type index_gen$j_GetJWTRequest as GetJWTRequest, type index_gen$j_GetLogRequest as GetLogRequest, type index_gen$j_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$j_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$j_GetUserRequest as GetUserRequest, type index_gen$j_Group as Group, type index_gen$j_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$j_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$j_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$j_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$j_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$j_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$j_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$j_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$j_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$j_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$j_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$j_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$j_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$j_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$j_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$j_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$j_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$j_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$j_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$j_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$j_Log as Log, type index_gen$j_LogAction as LogAction, type index_gen$j_LogResourceType as LogResourceType, type index_gen$j_PermissionSet as PermissionSet, type index_gen$j_PermissionSetScopeType as PermissionSetScopeType, type index_gen$j_Policy as Policy, type index_gen$j_Quotum as Quotum, type index_gen$j_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$j_Rule as Rule, type index_gen$j_RuleSpecs as RuleSpecs, type index_gen$j_SSHKey as SSHKey, type index_gen$j_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$j_SetRulesRequest as SetRulesRequest, type index_gen$j_SetRulesResponse as SetRulesResponse, type UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest, type UpdateApplicationRequest$1 as UpdateApplicationRequest, type UpdateGroupRequest$1 as UpdateGroupRequest, type UpdatePolicyRequest$1 as UpdatePolicyRequest, type UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest, type UpdateUserRequest$1 as UpdateUserRequest, type User$1 as User, type index_gen$j_UserStatus as UserStatus, type index_gen$j_UserType as UserType, validationRules_gen$7 as ValidationRules };
12720
12639
  }
12721
12640
 
12722
12641
  declare namespace index$m {
12723
- export { index_gen$k as v1alpha1 };
12642
+ export { index_gen$j as v1alpha1 };
12724
12643
  }
12725
12644
 
12726
12645
  type Arch = 'unknown_arch' | 'x86_64' | 'arm' | 'arm64';
@@ -12833,7 +12752,7 @@ interface ServerTypeVolumeConstraintSizes {
12833
12752
  /** Maximum volume size in bytes. */
12834
12753
  maxSize: number;
12835
12754
  }
12836
- interface Image$3 {
12755
+ interface Image$2 {
12837
12756
  id: string;
12838
12757
  name: string;
12839
12758
  arch: Arch;
@@ -13012,7 +12931,7 @@ interface Server {
13012
12931
  /** Instance host name. */
13013
12932
  hostname: string;
13014
12933
  /** Information about the Instance image. */
13015
- image?: Image$3;
12934
+ image?: Image$2;
13016
12935
  /** Defines whether the Instance protection option is activated. */
13017
12936
  protected: boolean;
13018
12937
  /** Private IP address of the Instance. */
@@ -13391,7 +13310,7 @@ type CreateImageRequest = {
13391
13310
  public?: boolean;
13392
13311
  };
13393
13312
  interface CreateImageResponse {
13394
- image?: Image$3;
13313
+ image?: Image$2;
13395
13314
  }
13396
13315
  type CreateIpRequest$1 = {
13397
13316
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -13768,14 +13687,14 @@ type GetDashboardRequest = {
13768
13687
  interface GetDashboardResponse {
13769
13688
  dashboard?: Dashboard;
13770
13689
  }
13771
- type GetImageRequest$3 = {
13690
+ type GetImageRequest$2 = {
13772
13691
  /** Zone to target. If none is passed will use default zone from the config. */
13773
13692
  zone?: Zone;
13774
13693
  /** UUID of the image you want to get. */
13775
13694
  imageId: string;
13776
13695
  };
13777
- interface GetImageResponse$1 {
13778
- image?: Image$3;
13696
+ interface GetImageResponse {
13697
+ image?: Image$2;
13779
13698
  }
13780
13699
  type GetIpRequest$1 = {
13781
13700
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -13897,7 +13816,7 @@ type ListDefaultSecurityGroupRulesRequest = {
13897
13816
  /** Zone to target. If none is passed will use default zone from the config. */
13898
13817
  zone?: Zone;
13899
13818
  };
13900
- type ListImagesRequest$3 = {
13819
+ type ListImagesRequest$2 = {
13901
13820
  /** Zone to target. If none is passed will use default zone from the config. */
13902
13821
  zone?: Zone;
13903
13822
  organization?: string;
@@ -13909,11 +13828,11 @@ type ListImagesRequest$3 = {
13909
13828
  project?: string;
13910
13829
  tags?: string;
13911
13830
  };
13912
- interface ListImagesResponse$3 {
13831
+ interface ListImagesResponse$2 {
13913
13832
  /** Total number of images. */
13914
13833
  totalCount: number;
13915
13834
  /** List of images. */
13916
- images: Image$3[];
13835
+ images: Image$2[];
13917
13836
  }
13918
13837
  type ListIpsRequest = {
13919
13838
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -14330,7 +14249,7 @@ type UpdateImageRequest$1 = {
14330
14249
  public?: boolean;
14331
14250
  };
14332
14251
  interface UpdateImageResponse {
14333
- image?: Image$3;
14252
+ image?: Image$2;
14334
14253
  }
14335
14254
  type UpdateIpRequest$1 = {
14336
14255
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -14521,7 +14440,7 @@ interface UpdateVolumeResponse {
14521
14440
  }
14522
14441
 
14523
14442
  interface SetImageResponse {
14524
- image?: Image$3;
14443
+ image?: Image$2;
14525
14444
  }
14526
14445
  type SetSecurityGroupRequest = {
14527
14446
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -14612,7 +14531,7 @@ type SetServerRequest = {
14612
14531
  /** Instance host name. */
14613
14532
  hostname: string;
14614
14533
  /** Provide information on the Instance image. */
14615
- image?: Image$3;
14534
+ image?: Image$2;
14616
14535
  /** Instance protection option is activated. */
14617
14536
  protected: boolean;
14618
14537
  /** Instance private IP address. */
@@ -14675,7 +14594,7 @@ interface SetSnapshotResponse {
14675
14594
  }
14676
14595
 
14677
14596
  /** Instance API. */
14678
- declare class API$k extends API$y {
14597
+ declare class API$j extends API$x {
14679
14598
  /** Lists the available zones of the API. */
14680
14599
  static readonly LOCALITIES: Zone[];
14681
14600
  /**
@@ -14771,16 +14690,16 @@ declare class API$k extends API$y {
14771
14690
  deleteServerUserData: (request: Readonly<DeleteServerUserDataRequest>) => Promise<void>;
14772
14691
  attachServerVolume: (request: Readonly<AttachServerVolumeRequest>) => Promise<AttachServerVolumeResponse>;
14773
14692
  detachServerVolume: (request: Readonly<DetachServerVolumeRequest>) => Promise<DetachServerVolumeResponse>;
14774
- protected pageOfListImages: (request?: Readonly<ListImagesRequest$3>) => Promise<ListImagesResponse$3>;
14693
+ protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
14775
14694
  /**
14776
14695
  * List Instance images. List all existing Instance images.
14777
14696
  *
14778
14697
  * @param request - The request {@link ListImagesRequest}
14779
14698
  * @returns A Promise of ListImagesResponse
14780
14699
  */
14781
- listImages: (request?: Readonly<ListImagesRequest$3>) => Promise<ListImagesResponse$3> & {
14782
- all: () => Promise<Image$3[]>;
14783
- [Symbol.asyncIterator]: () => AsyncGenerator<Image$3[], void, void>;
14700
+ listImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2> & {
14701
+ all: () => Promise<Image$2[]>;
14702
+ [Symbol.asyncIterator]: () => AsyncGenerator<Image$2[], void, void>;
14784
14703
  };
14785
14704
  /**
14786
14705
  * Get an Instance image. Get details of an image with the specified ID.
@@ -14788,7 +14707,7 @@ declare class API$k extends API$y {
14788
14707
  * @param request - The request {@link GetImageRequest}
14789
14708
  * @returns A Promise of GetImageResponse
14790
14709
  */
14791
- getImage: (request: Readonly<GetImageRequest$3>) => Promise<GetImageResponse$1>;
14710
+ getImage: (request: Readonly<GetImageRequest$2>) => Promise<GetImageResponse>;
14792
14711
  /**
14793
14712
  * Create an Instance image. Create an Instance image from the specified
14794
14713
  * snapshot ID.
@@ -15232,7 +15151,7 @@ type SetServerUserDataRequest = {
15232
15151
  content: string;
15233
15152
  };
15234
15153
 
15235
- declare class InstanceV1UtilsAPI extends API$k {
15154
+ declare class InstanceV1UtilsAPI extends API$j {
15236
15155
  /**
15237
15156
  * Waits for {@link Image} to be in a final state.
15238
15157
  *
@@ -15240,7 +15159,7 @@ declare class InstanceV1UtilsAPI extends API$k {
15240
15159
  * @param options - The waiting options
15241
15160
  * @returns A Promise of Image
15242
15161
  */
15243
- waitForImage: (request: Readonly<GetImageRequest$3>, options?: Readonly<WaitForOptions<Image$3>>) => Promise<Image$3>;
15162
+ waitForImage: (request: Readonly<GetImageRequest$2>, options?: Readonly<WaitForOptions<Image$2>>) => Promise<Image$2>;
15244
15163
  /**
15245
15164
  * Waits for {@link PrivateNIC} to be in a final state.
15246
15165
  *
@@ -15387,6 +15306,7 @@ type index$l_GetBootscriptRequest = GetBootscriptRequest;
15387
15306
  type index$l_GetBootscriptResponse = GetBootscriptResponse;
15388
15307
  type index$l_GetDashboardRequest = GetDashboardRequest;
15389
15308
  type index$l_GetDashboardResponse = GetDashboardResponse;
15309
+ type index$l_GetImageResponse = GetImageResponse;
15390
15310
  type index$l_GetIpResponse = GetIpResponse;
15391
15311
  type index$l_GetPlacementGroupRequest = GetPlacementGroupRequest;
15392
15312
  type index$l_GetPlacementGroupResponse = GetPlacementGroupResponse;
@@ -15518,7 +15438,7 @@ type index$l_VolumeTypeCapabilities = VolumeTypeCapabilities;
15518
15438
  type index$l_VolumeTypeConstraints = VolumeTypeConstraints;
15519
15439
  type index$l_VolumeVolumeType = VolumeVolumeType;
15520
15440
  declare namespace index$l {
15521
- export { InstanceV1UtilsAPI as API, type index$l_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$l_Arch as Arch, type index$l_AttachServerVolumeRequest as AttachServerVolumeRequest, type index$l_AttachServerVolumeRequestVolumeType as AttachServerVolumeRequestVolumeType, type index$l_AttachServerVolumeResponse as AttachServerVolumeResponse, type index$l_AttachVolumeRequest as AttachVolumeRequest, type index$l_AttachVolumeResponse as AttachVolumeResponse, type index$l_BootType as BootType, type index$l_Bootscript as Bootscript, type index$l_CreateImageRequest as CreateImageRequest, type index$l_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$l_CreateIpResponse as CreateIpResponse, type index$l_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$l_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$l_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$l_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$l_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$l_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$l_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$l_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$l_CreateServerRequest as CreateServerRequest, type index$l_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$l_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$l_CreateVolumeResponse as CreateVolumeResponse, type index$l_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$l_DeleteIpRequest as DeleteIpRequest, type index$l_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$l_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$l_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$l_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$l_DeleteServerRequest as DeleteServerRequest, type index$l_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$l_DetachServerVolumeRequest as DetachServerVolumeRequest, type index$l_DetachServerVolumeResponse as DetachServerVolumeResponse, type index$l_DetachVolumeRequest as DetachVolumeRequest, type index$l_DetachVolumeResponse as DetachVolumeResponse, type index$l_ExportSnapshotRequest as ExportSnapshotRequest, type index$l_ExportSnapshotResponse as ExportSnapshotResponse, type index$l_GetBootscriptRequest as GetBootscriptRequest, type index$l_GetBootscriptResponse as GetBootscriptResponse, type index$l_GetDashboardRequest as GetDashboardRequest, type index$l_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$l_GetIpResponse as GetIpResponse, type index$l_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$l_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$l_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$l_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$l_GetPrivateNICRequest as GetPrivateNICRequest, type index$l_GetPrivateNICResponse as GetPrivateNICResponse, type index$l_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$l_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$l_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$l_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$l_GetServerRequest as GetServerRequest, type index$l_GetServerResponse as GetServerResponse, type index$l_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$l_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$l_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$l_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$l_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$l_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$l_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$l_ImageState as ImageState, type Ip$1 as Ip, type index$l_IpState as IpState, type index$l_IpType as IpType, type index$l_ListBootscriptsRequest as ListBootscriptsRequest, type index$l_ListBootscriptsResponse as ListBootscriptsResponse, type index$l_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$l_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$l_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$l_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$l_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$l_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$l_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$l_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$l_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$l_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$l_ListServerActionsRequest as ListServerActionsRequest, type index$l_ListServerActionsResponse as ListServerActionsResponse, type index$l_ListServerUserDataRequest as ListServerUserDataRequest, type index$l_ListServerUserDataResponse as ListServerUserDataResponse, type index$l_ListServersRequest as ListServersRequest, type index$l_ListServersRequestOrder as ListServersRequestOrder, type index$l_ListServersResponse as ListServersResponse, type index$l_ListServersTypesRequest as ListServersTypesRequest, type index$l_ListServersTypesResponse as ListServersTypesResponse, type ListSnapshotsRequest$1 as ListSnapshotsRequest, type ListSnapshotsResponse$1 as ListSnapshotsResponse, type ListVolumesRequest$1 as ListVolumesRequest, type ListVolumesResponse$1 as ListVolumesResponse, type index$l_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$l_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$l_MigrationPlan as MigrationPlan, index$l_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$l_PlacementGroup as PlacementGroup, type index$l_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$l_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$l_PlacementGroupServer as PlacementGroupServer, type index$l_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$l_PrivateNIC as PrivateNIC, type index$l_PrivateNICState as PrivateNICState, index$l_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$l_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$l_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$l_SecurityGroup as SecurityGroup, type index$l_SecurityGroupPolicy as SecurityGroupPolicy, type index$l_SecurityGroupRule as SecurityGroupRule, type index$l_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$l_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$l_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$l_SecurityGroupState as SecurityGroupState, type index$l_SecurityGroupSummary as SecurityGroupSummary, type index$l_SecurityGroupTemplate as SecurityGroupTemplate, type index$l_Server as Server, type index$l_ServerAction as ServerAction, type index$l_ServerActionRequest as ServerActionRequest, type index$l_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$l_ServerActionResponse as ServerActionResponse, type index$l_ServerIp as ServerIp, type index$l_ServerIpIpFamily as ServerIpIpFamily, type index$l_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$l_ServerIpState as ServerIpState, type index$l_ServerIpv6 as ServerIpv6, type index$l_ServerLocation as ServerLocation, type index$l_ServerMaintenance as ServerMaintenance, type index$l_ServerState as ServerState, type index$l_ServerSummary as ServerSummary, type index$l_ServerType as ServerType, type index$l_ServerTypeCapabilities as ServerTypeCapabilities, type index$l_ServerTypeNetwork as ServerTypeNetwork, type index$l_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$l_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$l_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$l_ServerTypesAvailability as ServerTypesAvailability, type index$l_SetImageRequest as SetImageRequest, type index$l_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$l_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$l_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$l_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$l_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$l_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$l_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$l_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$l_SnapshotBaseVolume as SnapshotBaseVolume, type index$l_SnapshotState as SnapshotState, type SnapshotVolumeType$1 as SnapshotVolumeType, index$l_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$l_Task as Task, type index$l_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$l_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$l_UpdateIpResponse as UpdateIpResponse, type index$l_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$l_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$l_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$l_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$l_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$l_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$l_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$l_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$l_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$l_UpdateServerRequest as UpdateServerRequest, type index$l_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$l_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$l_UpdateVolumeResponse as UpdateVolumeResponse, index$l_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$l_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$l_VolumeImageUpdateTemplate as VolumeImageUpdateTemplate, type index$l_VolumeServer as VolumeServer, type index$l_VolumeServerState as VolumeServerState, type index$l_VolumeServerTemplate as VolumeServerTemplate, type index$l_VolumeServerVolumeType as VolumeServerVolumeType, type index$l_VolumeState as VolumeState, type index$l_VolumeSummary as VolumeSummary, type index$l_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$l_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$l_VolumeTypeConstraints as VolumeTypeConstraints, type index$l_VolumeVolumeType as VolumeVolumeType };
15441
+ export { InstanceV1UtilsAPI as API, type index$l_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$l_Arch as Arch, type index$l_AttachServerVolumeRequest as AttachServerVolumeRequest, type index$l_AttachServerVolumeRequestVolumeType as AttachServerVolumeRequestVolumeType, type index$l_AttachServerVolumeResponse as AttachServerVolumeResponse, type index$l_AttachVolumeRequest as AttachVolumeRequest, type index$l_AttachVolumeResponse as AttachVolumeResponse, type index$l_BootType as BootType, type index$l_Bootscript as Bootscript, type index$l_CreateImageRequest as CreateImageRequest, type index$l_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$l_CreateIpResponse as CreateIpResponse, type index$l_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$l_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$l_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$l_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$l_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$l_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$l_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$l_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$l_CreateServerRequest as CreateServerRequest, type index$l_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$l_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$l_CreateVolumeResponse as CreateVolumeResponse, type index$l_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$l_DeleteIpRequest as DeleteIpRequest, type index$l_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$l_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$l_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$l_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$l_DeleteServerRequest as DeleteServerRequest, type index$l_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$l_DetachServerVolumeRequest as DetachServerVolumeRequest, type index$l_DetachServerVolumeResponse as DetachServerVolumeResponse, type index$l_DetachVolumeRequest as DetachVolumeRequest, type index$l_DetachVolumeResponse as DetachVolumeResponse, type index$l_ExportSnapshotRequest as ExportSnapshotRequest, type index$l_ExportSnapshotResponse as ExportSnapshotResponse, type index$l_GetBootscriptRequest as GetBootscriptRequest, type index$l_GetBootscriptResponse as GetBootscriptResponse, type index$l_GetDashboardRequest as GetDashboardRequest, type index$l_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$2 as GetImageRequest, type index$l_GetImageResponse as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$l_GetIpResponse as GetIpResponse, type index$l_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$l_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$l_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$l_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$l_GetPrivateNICRequest as GetPrivateNICRequest, type index$l_GetPrivateNICResponse as GetPrivateNICResponse, type index$l_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$l_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$l_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$l_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$l_GetServerRequest as GetServerRequest, type index$l_GetServerResponse as GetServerResponse, type index$l_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$l_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$l_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$l_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$l_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$l_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$l_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$2 as Image, type index$l_ImageState as ImageState, type Ip$1 as Ip, type index$l_IpState as IpState, type index$l_IpType as IpType, type index$l_ListBootscriptsRequest as ListBootscriptsRequest, type index$l_ListBootscriptsResponse as ListBootscriptsResponse, type index$l_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type index$l_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$l_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$l_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$l_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$l_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$l_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$l_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$l_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$l_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$l_ListServerActionsRequest as ListServerActionsRequest, type index$l_ListServerActionsResponse as ListServerActionsResponse, type index$l_ListServerUserDataRequest as ListServerUserDataRequest, type index$l_ListServerUserDataResponse as ListServerUserDataResponse, type index$l_ListServersRequest as ListServersRequest, type index$l_ListServersRequestOrder as ListServersRequestOrder, type index$l_ListServersResponse as ListServersResponse, type index$l_ListServersTypesRequest as ListServersTypesRequest, type index$l_ListServersTypesResponse as ListServersTypesResponse, type ListSnapshotsRequest$1 as ListSnapshotsRequest, type ListSnapshotsResponse$1 as ListSnapshotsResponse, type ListVolumesRequest$1 as ListVolumesRequest, type ListVolumesResponse$1 as ListVolumesResponse, type index$l_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$l_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$l_MigrationPlan as MigrationPlan, index$l_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$l_PlacementGroup as PlacementGroup, type index$l_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$l_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$l_PlacementGroupServer as PlacementGroupServer, type index$l_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$l_PrivateNIC as PrivateNIC, type index$l_PrivateNICState as PrivateNICState, index$l_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$l_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$l_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$l_SecurityGroup as SecurityGroup, type index$l_SecurityGroupPolicy as SecurityGroupPolicy, type index$l_SecurityGroupRule as SecurityGroupRule, type index$l_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$l_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$l_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$l_SecurityGroupState as SecurityGroupState, type index$l_SecurityGroupSummary as SecurityGroupSummary, type index$l_SecurityGroupTemplate as SecurityGroupTemplate, type index$l_Server as Server, type index$l_ServerAction as ServerAction, type index$l_ServerActionRequest as ServerActionRequest, type index$l_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$l_ServerActionResponse as ServerActionResponse, type index$l_ServerIp as ServerIp, type index$l_ServerIpIpFamily as ServerIpIpFamily, type index$l_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$l_ServerIpState as ServerIpState, type index$l_ServerIpv6 as ServerIpv6, type index$l_ServerLocation as ServerLocation, type index$l_ServerMaintenance as ServerMaintenance, type index$l_ServerState as ServerState, type index$l_ServerSummary as ServerSummary, type index$l_ServerType as ServerType, type index$l_ServerTypeCapabilities as ServerTypeCapabilities, type index$l_ServerTypeNetwork as ServerTypeNetwork, type index$l_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$l_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$l_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$l_ServerTypesAvailability as ServerTypesAvailability, type index$l_SetImageRequest as SetImageRequest, type index$l_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$l_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$l_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$l_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$l_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$l_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$l_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$l_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$l_SnapshotBaseVolume as SnapshotBaseVolume, type index$l_SnapshotState as SnapshotState, type SnapshotVolumeType$1 as SnapshotVolumeType, index$l_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$l_Task as Task, type index$l_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$l_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$l_UpdateIpResponse as UpdateIpResponse, type index$l_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$l_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$l_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$l_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$l_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$l_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$l_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$l_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$l_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$l_UpdateServerRequest as UpdateServerRequest, type index$l_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$l_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$l_UpdateVolumeResponse as UpdateVolumeResponse, index$l_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$l_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$l_VolumeImageUpdateTemplate as VolumeImageUpdateTemplate, type index$l_VolumeServer as VolumeServer, type index$l_VolumeServerState as VolumeServerState, type index$l_VolumeServerTemplate as VolumeServerTemplate, type index$l_VolumeServerVolumeType as VolumeServerVolumeType, type index$l_VolumeState as VolumeState, type index$l_VolumeSummary as VolumeSummary, type index$l_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$l_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$l_VolumeTypeConstraints as VolumeTypeConstraints, type index$l_VolumeVolumeType as VolumeVolumeType };
15522
15442
  }
15523
15443
 
15524
15444
  declare namespace index$k {
@@ -16446,7 +16366,7 @@ type UpdateRouteRequest$1 = {
16446
16366
  *
16447
16367
  * This API allows you to manage IoT hubs and devices.
16448
16368
  */
16449
- declare class API$j extends API$y {
16369
+ declare class API$i extends API$x {
16450
16370
  /** Lists the available regions of the API. */
16451
16371
  static readonly LOCALITIES: Region[];
16452
16372
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -16767,86 +16687,86 @@ declare class API$j extends API$y {
16767
16687
  /** Lists transient statutes of the enum {@link HubStatus}. */
16768
16688
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
16769
16689
 
16770
- type index_gen$j_CreateDeviceRequest = CreateDeviceRequest;
16771
- type index_gen$j_CreateDeviceResponse = CreateDeviceResponse;
16772
- type index_gen$j_CreateHubRequest = CreateHubRequest;
16773
- type index_gen$j_CreateNetworkRequest = CreateNetworkRequest;
16774
- type index_gen$j_CreateNetworkResponse = CreateNetworkResponse;
16775
- type index_gen$j_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16776
- type index_gen$j_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16777
- type index_gen$j_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16778
- type index_gen$j_DeleteDeviceRequest = DeleteDeviceRequest;
16779
- type index_gen$j_DeleteHubRequest = DeleteHubRequest;
16780
- type index_gen$j_DeleteNetworkRequest = DeleteNetworkRequest;
16781
- type index_gen$j_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16782
- type index_gen$j_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16783
- type index_gen$j_Device = Device;
16784
- type index_gen$j_DeviceMessageFilters = DeviceMessageFilters;
16785
- type index_gen$j_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16786
- type index_gen$j_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16787
- type index_gen$j_DeviceStatus = DeviceStatus;
16788
- type index_gen$j_DisableDeviceRequest = DisableDeviceRequest;
16789
- type index_gen$j_DisableHubRequest = DisableHubRequest;
16790
- type index_gen$j_EnableDeviceRequest = EnableDeviceRequest;
16791
- type index_gen$j_EnableHubRequest = EnableHubRequest;
16792
- type index_gen$j_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16793
- type index_gen$j_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16794
- type index_gen$j_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16795
- type index_gen$j_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16796
- type index_gen$j_GetDeviceRequest = GetDeviceRequest;
16797
- type index_gen$j_GetHubCARequest = GetHubCARequest;
16798
- type index_gen$j_GetHubCAResponse = GetHubCAResponse;
16799
- type index_gen$j_GetHubMetricsRequest = GetHubMetricsRequest;
16800
- type index_gen$j_GetHubMetricsResponse = GetHubMetricsResponse;
16801
- type index_gen$j_GetHubRequest = GetHubRequest;
16802
- type index_gen$j_GetNetworkRequest = GetNetworkRequest;
16803
- type index_gen$j_GetTwinDocumentRequest = GetTwinDocumentRequest;
16804
- declare const index_gen$j_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16805
- type index_gen$j_Hub = Hub;
16806
- type index_gen$j_HubProductPlan = HubProductPlan;
16807
- type index_gen$j_HubStatus = HubStatus;
16808
- type index_gen$j_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16809
- type index_gen$j_ListDevicesRequest = ListDevicesRequest;
16810
- type index_gen$j_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16811
- type index_gen$j_ListDevicesResponse = ListDevicesResponse;
16812
- type index_gen$j_ListHubsRequest = ListHubsRequest;
16813
- type index_gen$j_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16814
- type index_gen$j_ListHubsResponse = ListHubsResponse;
16815
- type index_gen$j_ListNetworksRequest = ListNetworksRequest;
16816
- type index_gen$j_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16817
- type index_gen$j_ListNetworksResponse = ListNetworksResponse;
16818
- type index_gen$j_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16819
- type index_gen$j_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16820
- type index_gen$j_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16821
- type index_gen$j_Network = Network;
16822
- type index_gen$j_NetworkNetworkType = NetworkNetworkType;
16823
- type index_gen$j_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16824
- type index_gen$j_PutTwinDocumentRequest = PutTwinDocumentRequest;
16825
- type index_gen$j_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16826
- type index_gen$j_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16827
- type index_gen$j_RouteDatabaseConfig = RouteDatabaseConfig;
16828
- type index_gen$j_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16829
- type index_gen$j_RouteRestConfig = RouteRestConfig;
16830
- type index_gen$j_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16831
- type index_gen$j_RouteRouteType = RouteRouteType;
16832
- type index_gen$j_RouteS3Config = RouteS3Config;
16833
- type index_gen$j_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16834
- type index_gen$j_RouteSummary = RouteSummary;
16835
- type index_gen$j_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16836
- type index_gen$j_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16837
- type index_gen$j_SetHubCARequest = SetHubCARequest;
16838
- type index_gen$j_TwinDocument = TwinDocument;
16839
- type index_gen$j_UpdateDeviceRequest = UpdateDeviceRequest;
16840
- type index_gen$j_UpdateHubRequest = UpdateHubRequest;
16841
- type index_gen$j_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16842
- type index_gen$j_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16843
- type index_gen$j_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16844
- declare namespace index_gen$j {
16845
- export { API$j as API, type Certificate$1 as Certificate, type index_gen$j_CreateDeviceRequest as CreateDeviceRequest, type index_gen$j_CreateDeviceResponse as CreateDeviceResponse, type index_gen$j_CreateHubRequest as CreateHubRequest, type index_gen$j_CreateNetworkRequest as CreateNetworkRequest, type index_gen$j_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$j_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$j_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$j_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$j_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$j_DeleteHubRequest as DeleteHubRequest, type index_gen$j_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$j_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$j_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$j_Device as Device, type index_gen$j_DeviceMessageFilters as DeviceMessageFilters, type index_gen$j_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$j_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$j_DeviceStatus as DeviceStatus, type index_gen$j_DisableDeviceRequest as DisableDeviceRequest, type index_gen$j_DisableHubRequest as DisableHubRequest, type index_gen$j_EnableDeviceRequest as EnableDeviceRequest, type index_gen$j_EnableHubRequest as EnableHubRequest, type index_gen$j_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$j_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$j_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$j_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$j_GetDeviceRequest as GetDeviceRequest, type index_gen$j_GetHubCARequest as GetHubCARequest, type index_gen$j_GetHubCAResponse as GetHubCAResponse, type index_gen$j_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$j_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$j_GetHubRequest as GetHubRequest, type index_gen$j_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$j_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$j_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$j_Hub as Hub, type index_gen$j_HubProductPlan as HubProductPlan, type index_gen$j_HubStatus as HubStatus, type index_gen$j_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$j_ListDevicesRequest as ListDevicesRequest, type index_gen$j_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$j_ListDevicesResponse as ListDevicesResponse, type index_gen$j_ListHubsRequest as ListHubsRequest, type index_gen$j_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$j_ListHubsResponse as ListHubsResponse, type index_gen$j_ListNetworksRequest as ListNetworksRequest, type index_gen$j_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$j_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$j_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$j_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$j_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$j_Network as Network, type index_gen$j_NetworkNetworkType as NetworkNetworkType, type index_gen$j_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$j_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$j_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$j_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$j_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$j_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$j_RouteRestConfig as RouteRestConfig, type index_gen$j_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$j_RouteRouteType as RouteRouteType, type index_gen$j_RouteS3Config as RouteS3Config, type index_gen$j_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$j_RouteSummary as RouteSummary, type index_gen$j_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$j_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$j_SetHubCARequest as SetHubCARequest, type index_gen$j_TwinDocument as TwinDocument, type index_gen$j_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$j_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$j_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$j_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$j_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
16690
+ type index_gen$i_CreateDeviceRequest = CreateDeviceRequest;
16691
+ type index_gen$i_CreateDeviceResponse = CreateDeviceResponse;
16692
+ type index_gen$i_CreateHubRequest = CreateHubRequest;
16693
+ type index_gen$i_CreateNetworkRequest = CreateNetworkRequest;
16694
+ type index_gen$i_CreateNetworkResponse = CreateNetworkResponse;
16695
+ type index_gen$i_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16696
+ type index_gen$i_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16697
+ type index_gen$i_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16698
+ type index_gen$i_DeleteDeviceRequest = DeleteDeviceRequest;
16699
+ type index_gen$i_DeleteHubRequest = DeleteHubRequest;
16700
+ type index_gen$i_DeleteNetworkRequest = DeleteNetworkRequest;
16701
+ type index_gen$i_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16702
+ type index_gen$i_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16703
+ type index_gen$i_Device = Device;
16704
+ type index_gen$i_DeviceMessageFilters = DeviceMessageFilters;
16705
+ type index_gen$i_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16706
+ type index_gen$i_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16707
+ type index_gen$i_DeviceStatus = DeviceStatus;
16708
+ type index_gen$i_DisableDeviceRequest = DisableDeviceRequest;
16709
+ type index_gen$i_DisableHubRequest = DisableHubRequest;
16710
+ type index_gen$i_EnableDeviceRequest = EnableDeviceRequest;
16711
+ type index_gen$i_EnableHubRequest = EnableHubRequest;
16712
+ type index_gen$i_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16713
+ type index_gen$i_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16714
+ type index_gen$i_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16715
+ type index_gen$i_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16716
+ type index_gen$i_GetDeviceRequest = GetDeviceRequest;
16717
+ type index_gen$i_GetHubCARequest = GetHubCARequest;
16718
+ type index_gen$i_GetHubCAResponse = GetHubCAResponse;
16719
+ type index_gen$i_GetHubMetricsRequest = GetHubMetricsRequest;
16720
+ type index_gen$i_GetHubMetricsResponse = GetHubMetricsResponse;
16721
+ type index_gen$i_GetHubRequest = GetHubRequest;
16722
+ type index_gen$i_GetNetworkRequest = GetNetworkRequest;
16723
+ type index_gen$i_GetTwinDocumentRequest = GetTwinDocumentRequest;
16724
+ declare const index_gen$i_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16725
+ type index_gen$i_Hub = Hub;
16726
+ type index_gen$i_HubProductPlan = HubProductPlan;
16727
+ type index_gen$i_HubStatus = HubStatus;
16728
+ type index_gen$i_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16729
+ type index_gen$i_ListDevicesRequest = ListDevicesRequest;
16730
+ type index_gen$i_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16731
+ type index_gen$i_ListDevicesResponse = ListDevicesResponse;
16732
+ type index_gen$i_ListHubsRequest = ListHubsRequest;
16733
+ type index_gen$i_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16734
+ type index_gen$i_ListHubsResponse = ListHubsResponse;
16735
+ type index_gen$i_ListNetworksRequest = ListNetworksRequest;
16736
+ type index_gen$i_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16737
+ type index_gen$i_ListNetworksResponse = ListNetworksResponse;
16738
+ type index_gen$i_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16739
+ type index_gen$i_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16740
+ type index_gen$i_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16741
+ type index_gen$i_Network = Network;
16742
+ type index_gen$i_NetworkNetworkType = NetworkNetworkType;
16743
+ type index_gen$i_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16744
+ type index_gen$i_PutTwinDocumentRequest = PutTwinDocumentRequest;
16745
+ type index_gen$i_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16746
+ type index_gen$i_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16747
+ type index_gen$i_RouteDatabaseConfig = RouteDatabaseConfig;
16748
+ type index_gen$i_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16749
+ type index_gen$i_RouteRestConfig = RouteRestConfig;
16750
+ type index_gen$i_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16751
+ type index_gen$i_RouteRouteType = RouteRouteType;
16752
+ type index_gen$i_RouteS3Config = RouteS3Config;
16753
+ type index_gen$i_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16754
+ type index_gen$i_RouteSummary = RouteSummary;
16755
+ type index_gen$i_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16756
+ type index_gen$i_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16757
+ type index_gen$i_SetHubCARequest = SetHubCARequest;
16758
+ type index_gen$i_TwinDocument = TwinDocument;
16759
+ type index_gen$i_UpdateDeviceRequest = UpdateDeviceRequest;
16760
+ type index_gen$i_UpdateHubRequest = UpdateHubRequest;
16761
+ type index_gen$i_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16762
+ type index_gen$i_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16763
+ type index_gen$i_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16764
+ declare namespace index_gen$i {
16765
+ export { API$i as API, type Certificate$1 as Certificate, type index_gen$i_CreateDeviceRequest as CreateDeviceRequest, type index_gen$i_CreateDeviceResponse as CreateDeviceResponse, type index_gen$i_CreateHubRequest as CreateHubRequest, type index_gen$i_CreateNetworkRequest as CreateNetworkRequest, type index_gen$i_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$i_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$i_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$i_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$i_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$i_DeleteHubRequest as DeleteHubRequest, type index_gen$i_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$i_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$i_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$i_Device as Device, type index_gen$i_DeviceMessageFilters as DeviceMessageFilters, type index_gen$i_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$i_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$i_DeviceStatus as DeviceStatus, type index_gen$i_DisableDeviceRequest as DisableDeviceRequest, type index_gen$i_DisableHubRequest as DisableHubRequest, type index_gen$i_EnableDeviceRequest as EnableDeviceRequest, type index_gen$i_EnableHubRequest as EnableHubRequest, type index_gen$i_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$i_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$i_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$i_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$i_GetDeviceRequest as GetDeviceRequest, type index_gen$i_GetHubCARequest as GetHubCARequest, type index_gen$i_GetHubCAResponse as GetHubCAResponse, type index_gen$i_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$i_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$i_GetHubRequest as GetHubRequest, type index_gen$i_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$i_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$i_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$i_Hub as Hub, type index_gen$i_HubProductPlan as HubProductPlan, type index_gen$i_HubStatus as HubStatus, type index_gen$i_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$i_ListDevicesRequest as ListDevicesRequest, type index_gen$i_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$i_ListDevicesResponse as ListDevicesResponse, type index_gen$i_ListHubsRequest as ListHubsRequest, type index_gen$i_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$i_ListHubsResponse as ListHubsResponse, type index_gen$i_ListNetworksRequest as ListNetworksRequest, type index_gen$i_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$i_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$i_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$i_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$i_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$i_Network as Network, type index_gen$i_NetworkNetworkType as NetworkNetworkType, type index_gen$i_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$i_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$i_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$i_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$i_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$i_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$i_RouteRestConfig as RouteRestConfig, type index_gen$i_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$i_RouteRouteType as RouteRouteType, type index_gen$i_RouteS3Config as RouteS3Config, type index_gen$i_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$i_RouteSummary as RouteSummary, type index_gen$i_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$i_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$i_SetHubCARequest as SetHubCARequest, type index_gen$i_TwinDocument as TwinDocument, type index_gen$i_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$i_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$i_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$i_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$i_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
16846
16766
  }
16847
16767
 
16848
16768
  declare namespace index$j {
16849
- export { index_gen$j as v1 };
16769
+ export { index_gen$i as v1 };
16850
16770
  }
16851
16771
 
16852
16772
  type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
@@ -17052,7 +16972,7 @@ type UpdateIPRequest$1 = {
17052
16972
  * This API allows you to manage IP addresses with Scaleway's IP Address
17053
16973
  * Management tool.
17054
16974
  */
17055
- declare class API$i extends API$y {
16975
+ declare class API$h extends API$x {
17056
16976
  /** Lists the available regions of the API. */
17057
16977
  static readonly LOCALITIES: Region[];
17058
16978
  /**
@@ -17112,18 +17032,18 @@ declare namespace validationRules_gen$6 {
17112
17032
  export { ListIPsRequest$2 as ListIPsRequest };
17113
17033
  }
17114
17034
 
17115
- type index_gen$i_BookIPRequest = BookIPRequest;
17116
- type index_gen$i_ReleaseIPRequest = ReleaseIPRequest;
17117
- type index_gen$i_Resource = Resource;
17118
- type index_gen$i_ResourceType = ResourceType;
17119
- type index_gen$i_Reverse = Reverse;
17120
- type index_gen$i_Source = Source;
17121
- declare namespace index_gen$i {
17122
- export { API$i as API, type index_gen$i_BookIPRequest as BookIPRequest, type GetIPRequest$1 as GetIPRequest, type IP$1 as IP, type ListIPsRequest$3 as ListIPsRequest, type ListIPsRequestOrderBy$1 as ListIPsRequestOrderBy, type ListIPsResponse$1 as ListIPsResponse, type index_gen$i_ReleaseIPRequest as ReleaseIPRequest, type index_gen$i_Resource as Resource, type index_gen$i_ResourceType as ResourceType, type index_gen$i_Reverse as Reverse, type index_gen$i_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$6 as ValidationRules };
17035
+ type index_gen$h_BookIPRequest = BookIPRequest;
17036
+ type index_gen$h_ReleaseIPRequest = ReleaseIPRequest;
17037
+ type index_gen$h_Resource = Resource;
17038
+ type index_gen$h_ResourceType = ResourceType;
17039
+ type index_gen$h_Reverse = Reverse;
17040
+ type index_gen$h_Source = Source;
17041
+ declare namespace index_gen$h {
17042
+ export { API$h as API, type index_gen$h_BookIPRequest as BookIPRequest, type GetIPRequest$1 as GetIPRequest, type IP$1 as IP, type ListIPsRequest$3 as ListIPsRequest, type ListIPsRequestOrderBy$1 as ListIPsRequestOrderBy, type ListIPsResponse$1 as ListIPsResponse, type index_gen$h_ReleaseIPRequest as ReleaseIPRequest, type index_gen$h_Resource as Resource, type index_gen$h_ResourceType as ResourceType, type index_gen$h_Reverse as Reverse, type index_gen$h_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$6 as ValidationRules };
17123
17043
  }
17124
17044
 
17125
17045
  declare namespace index$i {
17126
- export { index_gen$i as v1 };
17046
+ export { index_gen$h as v1 };
17127
17047
  }
17128
17048
 
17129
17049
  type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -17444,7 +17364,7 @@ type UpdateVolumeRequest = {
17444
17364
  };
17445
17365
 
17446
17366
  /** IPFS Pinning service API. */
17447
- declare class API$h extends API$y {
17367
+ declare class API$g extends API$x {
17448
17368
  /** Lists the available regions of the API. */
17449
17369
  static readonly LOCALITIES: Region[];
17450
17370
  /**
@@ -17572,7 +17492,7 @@ declare class API$h extends API$y {
17572
17492
  deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
17573
17493
  }
17574
17494
  /** IPFS Naming service API. */
17575
- declare class IpnsAPI extends API$y {
17495
+ declare class IpnsAPI extends API$x {
17576
17496
  /** Lists the available regions of the API. */
17577
17497
  static readonly LOCALITIES: Region[];
17578
17498
  /**
@@ -17644,50 +17564,50 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
17644
17564
  /** Lists transient statutes of the enum {@link PinStatus}. */
17645
17565
  declare const PIN_TRANSIENT_STATUSES: PinStatus[];
17646
17566
 
17647
- type index_gen$h_CreatePinByCIDRequest = CreatePinByCIDRequest;
17648
- type index_gen$h_CreatePinByURLRequest = CreatePinByURLRequest;
17649
- type index_gen$h_CreateVolumeRequest = CreateVolumeRequest;
17650
- type index_gen$h_DeletePinRequest = DeletePinRequest;
17651
- type index_gen$h_DeleteVolumeRequest = DeleteVolumeRequest;
17652
- type index_gen$h_ExportKeyNameResponse = ExportKeyNameResponse;
17653
- type index_gen$h_GetPinRequest = GetPinRequest;
17654
- type index_gen$h_GetVolumeRequest = GetVolumeRequest;
17655
- type index_gen$h_IpnsAPI = IpnsAPI;
17656
- declare const index_gen$h_IpnsAPI: typeof IpnsAPI;
17657
- type index_gen$h_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17658
- type index_gen$h_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17659
- type index_gen$h_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17660
- type index_gen$h_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17661
- type index_gen$h_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17662
- type index_gen$h_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17663
- type index_gen$h_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17664
- type index_gen$h_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17665
- type index_gen$h_ListNamesResponse = ListNamesResponse;
17666
- type index_gen$h_ListPinsRequest = ListPinsRequest;
17667
- type index_gen$h_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17668
- type index_gen$h_ListPinsResponse = ListPinsResponse;
17669
- type index_gen$h_ListVolumesRequest = ListVolumesRequest;
17670
- type index_gen$h_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17671
- type index_gen$h_ListVolumesResponse = ListVolumesResponse;
17672
- declare const index_gen$h_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17673
- type index_gen$h_Name = Name;
17674
- type index_gen$h_NameStatus = NameStatus;
17675
- declare const index_gen$h_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17676
- type index_gen$h_Pin = Pin;
17677
- type index_gen$h_PinCID = PinCID;
17678
- type index_gen$h_PinCIDMeta = PinCIDMeta;
17679
- type index_gen$h_PinDetails = PinDetails;
17680
- type index_gen$h_PinInfo = PinInfo;
17681
- type index_gen$h_PinStatus = PinStatus;
17682
- type index_gen$h_ReplacePinRequest = ReplacePinRequest;
17683
- type index_gen$h_ReplacePinResponse = ReplacePinResponse;
17684
- type index_gen$h_UpdateVolumeRequest = UpdateVolumeRequest;
17685
- declare namespace index_gen$h {
17686
- export { API$h as API, type index_gen$h_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$h_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$h_CreateVolumeRequest as CreateVolumeRequest, type index_gen$h_DeletePinRequest as DeletePinRequest, type index_gen$h_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$h_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$h_GetPinRequest as GetPinRequest, type index_gen$h_GetVolumeRequest as GetVolumeRequest, index_gen$h_IpnsAPI as IpnsAPI, type index_gen$h_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$h_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$h_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$h_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$h_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$h_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$h_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$h_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$h_ListNamesResponse as ListNamesResponse, type index_gen$h_ListPinsRequest as ListPinsRequest, type index_gen$h_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$h_ListPinsResponse as ListPinsResponse, type index_gen$h_ListVolumesRequest as ListVolumesRequest, type index_gen$h_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$h_ListVolumesResponse as ListVolumesResponse, index_gen$h_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$h_Name as Name, type index_gen$h_NameStatus as NameStatus, index_gen$h_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$h_Pin as Pin, type index_gen$h_PinCID as PinCID, type index_gen$h_PinCIDMeta as PinCIDMeta, type index_gen$h_PinDetails as PinDetails, type index_gen$h_PinInfo as PinInfo, type index_gen$h_PinStatus as PinStatus, type index_gen$h_ReplacePinRequest as ReplacePinRequest, type index_gen$h_ReplacePinResponse as ReplacePinResponse, type index_gen$h_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
17567
+ type index_gen$g_CreatePinByCIDRequest = CreatePinByCIDRequest;
17568
+ type index_gen$g_CreatePinByURLRequest = CreatePinByURLRequest;
17569
+ type index_gen$g_CreateVolumeRequest = CreateVolumeRequest;
17570
+ type index_gen$g_DeletePinRequest = DeletePinRequest;
17571
+ type index_gen$g_DeleteVolumeRequest = DeleteVolumeRequest;
17572
+ type index_gen$g_ExportKeyNameResponse = ExportKeyNameResponse;
17573
+ type index_gen$g_GetPinRequest = GetPinRequest;
17574
+ type index_gen$g_GetVolumeRequest = GetVolumeRequest;
17575
+ type index_gen$g_IpnsAPI = IpnsAPI;
17576
+ declare const index_gen$g_IpnsAPI: typeof IpnsAPI;
17577
+ type index_gen$g_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17578
+ type index_gen$g_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17579
+ type index_gen$g_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17580
+ type index_gen$g_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17581
+ type index_gen$g_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17582
+ type index_gen$g_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17583
+ type index_gen$g_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17584
+ type index_gen$g_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17585
+ type index_gen$g_ListNamesResponse = ListNamesResponse;
17586
+ type index_gen$g_ListPinsRequest = ListPinsRequest;
17587
+ type index_gen$g_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17588
+ type index_gen$g_ListPinsResponse = ListPinsResponse;
17589
+ type index_gen$g_ListVolumesRequest = ListVolumesRequest;
17590
+ type index_gen$g_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17591
+ type index_gen$g_ListVolumesResponse = ListVolumesResponse;
17592
+ declare const index_gen$g_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17593
+ type index_gen$g_Name = Name;
17594
+ type index_gen$g_NameStatus = NameStatus;
17595
+ declare const index_gen$g_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17596
+ type index_gen$g_Pin = Pin;
17597
+ type index_gen$g_PinCID = PinCID;
17598
+ type index_gen$g_PinCIDMeta = PinCIDMeta;
17599
+ type index_gen$g_PinDetails = PinDetails;
17600
+ type index_gen$g_PinInfo = PinInfo;
17601
+ type index_gen$g_PinStatus = PinStatus;
17602
+ type index_gen$g_ReplacePinRequest = ReplacePinRequest;
17603
+ type index_gen$g_ReplacePinResponse = ReplacePinResponse;
17604
+ type index_gen$g_UpdateVolumeRequest = UpdateVolumeRequest;
17605
+ declare namespace index_gen$g {
17606
+ export { API$g as API, type index_gen$g_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$g_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$g_CreateVolumeRequest as CreateVolumeRequest, type index_gen$g_DeletePinRequest as DeletePinRequest, type index_gen$g_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$g_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$g_GetPinRequest as GetPinRequest, type index_gen$g_GetVolumeRequest as GetVolumeRequest, index_gen$g_IpnsAPI as IpnsAPI, type index_gen$g_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$g_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$g_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$g_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$g_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$g_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$g_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$g_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$g_ListNamesResponse as ListNamesResponse, type index_gen$g_ListPinsRequest as ListPinsRequest, type index_gen$g_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$g_ListPinsResponse as ListPinsResponse, type index_gen$g_ListVolumesRequest as ListVolumesRequest, type index_gen$g_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$g_ListVolumesResponse as ListVolumesResponse, index_gen$g_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$g_Name as Name, type index_gen$g_NameStatus as NameStatus, index_gen$g_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$g_Pin as Pin, type index_gen$g_PinCID as PinCID, type index_gen$g_PinCIDMeta as PinCIDMeta, type index_gen$g_PinDetails as PinDetails, type index_gen$g_PinInfo as PinInfo, type index_gen$g_PinStatus as PinStatus, type index_gen$g_ReplacePinRequest as ReplacePinRequest, type index_gen$g_ReplacePinResponse as ReplacePinResponse, type index_gen$g_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
17687
17607
  }
17688
17608
 
17689
17609
  declare namespace index$h {
17690
- export { index_gen$h as v1alpha1 };
17610
+ export { index_gen$g as v1alpha1 };
17691
17611
  }
17692
17612
 
17693
17613
  type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled' | 'internal_error';
@@ -17890,7 +17810,7 @@ type UpdateJobDefinitionRequest$1 = {
17890
17810
  };
17891
17811
 
17892
17812
  /** Serverless Jobs API. */
17893
- declare class API$g extends API$y {
17813
+ declare class API$f extends API$x {
17894
17814
  /** Lists the available regions of the API. */
17895
17815
  static readonly LOCALITIES: Region[];
17896
17816
  /**
@@ -18070,25 +17990,25 @@ declare namespace validationRules_gen$5 {
18070
17990
  export { validationRules_gen$5_CreateJobDefinitionRequest as CreateJobDefinitionRequest, validationRules_gen$5_CreateJobDefinitionRequestCronScheduleConfig as CreateJobDefinitionRequestCronScheduleConfig, validationRules_gen$5_CronSchedule as CronSchedule, validationRules_gen$5_ListJobDefinitionsRequest as ListJobDefinitionsRequest, validationRules_gen$5_ListJobRunsRequest as ListJobRunsRequest, validationRules_gen$5_StartJobDefinitionRequest as StartJobDefinitionRequest, validationRules_gen$5_UpdateJobDefinitionRequest as UpdateJobDefinitionRequest, validationRules_gen$5_UpdateJobDefinitionRequestCronScheduleConfig as UpdateJobDefinitionRequestCronScheduleConfig };
18071
17991
  }
18072
17992
 
18073
- type index_gen$g_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
18074
- type index_gen$g_GetJobDefinitionRequest = GetJobDefinitionRequest;
18075
- type index_gen$g_GetJobRunRequest = GetJobRunRequest;
18076
- declare const index_gen$g_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
18077
- type index_gen$g_JobDefinition = JobDefinition;
18078
- type index_gen$g_JobRun = JobRun;
18079
- type index_gen$g_JobRunState = JobRunState;
18080
- type index_gen$g_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
18081
- type index_gen$g_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
18082
- type index_gen$g_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
18083
- type index_gen$g_ListJobRunsResponse = ListJobRunsResponse;
18084
- type index_gen$g_StartJobDefinitionResponse = StartJobDefinitionResponse;
18085
- type index_gen$g_StopJobRunRequest = StopJobRunRequest;
18086
- declare namespace index_gen$g {
18087
- export { API$g as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type CreateJobDefinitionRequestCronScheduleConfig$1 as CreateJobDefinitionRequestCronScheduleConfig, type CronSchedule$1 as CronSchedule, type index_gen$g_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$g_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$g_GetJobRunRequest as GetJobRunRequest, index_gen$g_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$g_JobDefinition as JobDefinition, type index_gen$g_JobRun as JobRun, type index_gen$g_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$g_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$g_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$g_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$g_ListJobRunsResponse as ListJobRunsResponse, type StartJobDefinitionRequest$1 as StartJobDefinitionRequest, type index_gen$g_StartJobDefinitionResponse as StartJobDefinitionResponse, type index_gen$g_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, type UpdateJobDefinitionRequestCronScheduleConfig$1 as UpdateJobDefinitionRequestCronScheduleConfig, validationRules_gen$5 as ValidationRules };
17993
+ type index_gen$f_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
17994
+ type index_gen$f_GetJobDefinitionRequest = GetJobDefinitionRequest;
17995
+ type index_gen$f_GetJobRunRequest = GetJobRunRequest;
17996
+ declare const index_gen$f_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
17997
+ type index_gen$f_JobDefinition = JobDefinition;
17998
+ type index_gen$f_JobRun = JobRun;
17999
+ type index_gen$f_JobRunState = JobRunState;
18000
+ type index_gen$f_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
18001
+ type index_gen$f_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
18002
+ type index_gen$f_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
18003
+ type index_gen$f_ListJobRunsResponse = ListJobRunsResponse;
18004
+ type index_gen$f_StartJobDefinitionResponse = StartJobDefinitionResponse;
18005
+ type index_gen$f_StopJobRunRequest = StopJobRunRequest;
18006
+ declare namespace index_gen$f {
18007
+ export { API$f as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type CreateJobDefinitionRequestCronScheduleConfig$1 as CreateJobDefinitionRequestCronScheduleConfig, type CronSchedule$1 as CronSchedule, type index_gen$f_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$f_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$f_GetJobRunRequest as GetJobRunRequest, index_gen$f_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$f_JobDefinition as JobDefinition, type index_gen$f_JobRun as JobRun, type index_gen$f_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$f_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$f_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$f_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$f_ListJobRunsResponse as ListJobRunsResponse, type StartJobDefinitionRequest$1 as StartJobDefinitionRequest, type index_gen$f_StartJobDefinitionResponse as StartJobDefinitionResponse, type index_gen$f_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, type UpdateJobDefinitionRequestCronScheduleConfig$1 as UpdateJobDefinitionRequestCronScheduleConfig, validationRules_gen$5 as ValidationRules };
18088
18008
  }
18089
18009
 
18090
18010
  declare namespace index$g {
18091
- export { index_gen$g as v1alpha1 };
18011
+ export { index_gen$f as v1alpha1 };
18092
18012
  }
18093
18013
 
18094
18014
  type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
@@ -18457,7 +18377,7 @@ interface ClusterType {
18457
18377
  */
18458
18378
  auditLogsSupported: boolean;
18459
18379
  }
18460
- interface Version$2 {
18380
+ interface Version$1 {
18461
18381
  /** Name of the Kubernetes version. */
18462
18382
  name: string;
18463
18383
  /** Label of the Kubernetes version. */
@@ -18928,7 +18848,7 @@ type ListClusterAvailableVersionsRequest = {
18928
18848
  };
18929
18849
  interface ListClusterAvailableVersionsResponse {
18930
18850
  /** Available Kubernetes versions for the cluster. */
18931
- versions: Version$2[];
18851
+ versions: Version$1[];
18932
18852
  }
18933
18853
  type ListClusterTypesRequest$1 = {
18934
18854
  /**
@@ -19051,7 +18971,7 @@ type ListVersionsRequest$1 = {
19051
18971
  };
19052
18972
  interface ListVersionsResponse$1 {
19053
18973
  /** Available Kubernetes versions. */
19054
- versions: Version$2[];
18974
+ versions: Version$1[];
19055
18975
  }
19056
18976
  type MigrateToPrivateNetworkClusterRequest = {
19057
18977
  /**
@@ -19202,7 +19122,7 @@ type UpgradePoolRequest = {
19202
19122
  };
19203
19123
 
19204
19124
  /** Kubernetes API. */
19205
- declare class API$f extends API$y {
19125
+ declare class API$e extends API$x {
19206
19126
  /** Lists the available regions of the API. */
19207
19127
  static readonly LOCALITIES: Region[];
19208
19128
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -19456,7 +19376,7 @@ declare class API$f extends API$y {
19456
19376
  * @param request - The request {@link GetVersionRequest}
19457
19377
  * @returns A Promise of Version
19458
19378
  */
19459
- getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<Version$2>;
19379
+ getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<Version$1>;
19460
19380
  protected pageOfListClusterTypes: (request?: Readonly<ListClusterTypesRequest$1>) => Promise<ListClusterTypesResponse>;
19461
19381
  /**
19462
19382
  * List cluster types. List available cluster types and their technical
@@ -19471,7 +19391,7 @@ declare class API$f extends API$y {
19471
19391
  };
19472
19392
  }
19473
19393
 
19474
- declare class K8SUtilsAPI extends API$f {
19394
+ declare class K8SUtilsAPI extends API$e {
19475
19395
  /**
19476
19396
  * Get configuration of a kube cluster.
19477
19397
  *
@@ -19649,7 +19569,7 @@ type index$f_UpdatePoolRequestUpgradePolicy = UpdatePoolRequestUpgradePolicy;
19649
19569
  type index$f_UpgradeClusterRequest = UpgradeClusterRequest;
19650
19570
  type index$f_UpgradePoolRequest = UpgradePoolRequest;
19651
19571
  declare namespace index$f {
19652
- export { K8SUtilsAPI as API, type index$f_AutoscalerEstimator as AutoscalerEstimator, type index$f_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$f_CNI as CNI, type Cluster$1 as Cluster, type index$f_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$f_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$f_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$f_ClusterType as ClusterType, type index$f_ClusterTypeAvailability as ClusterTypeAvailability, type index$f_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$f_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$f_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$f_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$f_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$f_DeleteNodeRequest as DeleteNodeRequest, type index$f_DeletePoolRequest as DeletePoolRequest, type index$f_ExternalNode as ExternalNode, type index$f_ExternalNodeCoreV1Taint as ExternalNodeCoreV1Taint, type index$f_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$f_GetNodeRequest as GetNodeRequest, type index$f_GetPoolRequest as GetPoolRequest, type GetVersionRequest$1 as GetVersionRequest, type index$f_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$f_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$f_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$f_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$f_ListClusterTypesResponse as ListClusterTypesResponse, type ListClustersRequest$2 as ListClustersRequest, type ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy, type ListClustersResponse$1 as ListClustersResponse, type ListNodesRequest$1 as ListNodesRequest, type index$f_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$f_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$f_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$f_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$f_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$f_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$f_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$f_Node as Node, type index$f_NodeStatus as NodeStatus, index$f_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$f_Pool as Pool, type index$f_PoolStatus as PoolStatus, type index$f_PoolUpgradePolicy as PoolUpgradePolicy, type index$f_PoolVolumeType as PoolVolumeType, type index$f_RebootNodeRequest as RebootNodeRequest, type index$f_ReplaceNodeRequest as ReplaceNodeRequest, type index$f_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$f_Runtime as Runtime, type index$f_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$f_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$f_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$f_UpdatePoolRequest as UpdatePoolRequest, type index$f_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$f_UpgradeClusterRequest as UpgradeClusterRequest, type index$f_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$4 as ValidationRules, type Version$2 as Version };
19572
+ export { K8SUtilsAPI as API, type index$f_AutoscalerEstimator as AutoscalerEstimator, type index$f_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$f_CNI as CNI, type Cluster$1 as Cluster, type index$f_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$f_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$f_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$f_ClusterType as ClusterType, type index$f_ClusterTypeAvailability as ClusterTypeAvailability, type index$f_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$f_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$f_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$f_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$f_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$f_DeleteNodeRequest as DeleteNodeRequest, type index$f_DeletePoolRequest as DeletePoolRequest, type index$f_ExternalNode as ExternalNode, type index$f_ExternalNodeCoreV1Taint as ExternalNodeCoreV1Taint, type index$f_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$f_GetNodeRequest as GetNodeRequest, type index$f_GetPoolRequest as GetPoolRequest, type GetVersionRequest$1 as GetVersionRequest, type index$f_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$f_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$f_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$f_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$f_ListClusterTypesResponse as ListClusterTypesResponse, type ListClustersRequest$2 as ListClustersRequest, type ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy, type ListClustersResponse$1 as ListClustersResponse, type ListNodesRequest$1 as ListNodesRequest, type index$f_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$f_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$f_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$f_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$f_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$f_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$f_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$f_Node as Node, type index$f_NodeStatus as NodeStatus, index$f_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$f_Pool as Pool, type index$f_PoolStatus as PoolStatus, type index$f_PoolUpgradePolicy as PoolUpgradePolicy, type index$f_PoolVolumeType as PoolVolumeType, type index$f_RebootNodeRequest as RebootNodeRequest, type index$f_ReplaceNodeRequest as ReplaceNodeRequest, type index$f_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$f_Runtime as Runtime, type index$f_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$f_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$f_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$f_UpdatePoolRequest as UpdatePoolRequest, type index$f_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$f_UpgradeClusterRequest as UpgradeClusterRequest, type index$f_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$4 as ValidationRules, type Version$1 as Version };
19653
19573
  }
19654
19574
 
19655
19575
  declare namespace index$e {
@@ -22360,7 +22280,7 @@ type ZonedApiUpdateSubscriberRequest = {
22360
22280
  *
22361
22281
  * This API allows you to manage your Scaleway Load Balancer services.
22362
22282
  */
22363
- declare class ZonedAPI extends API$y {
22283
+ declare class ZonedAPI extends API$x {
22364
22284
  /** Lists the available zones of the API. */
22365
22285
  static readonly LOCALITIES: Zone[];
22366
22286
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -22914,7 +22834,7 @@ declare class ZonedAPI extends API$y {
22914
22834
  *
22915
22835
  * This API allows you to manage your load balancer service.
22916
22836
  */
22917
- declare class API$e extends API$y {
22837
+ declare class API$d extends API$x {
22918
22838
  /** Lists the available regions of the API. */
22919
22839
  static readonly LOCALITIES: Region[];
22920
22840
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -23356,7 +23276,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
23356
23276
  lbId: string;
23357
23277
  };
23358
23278
 
23359
- declare class LbV1UtilsAPI extends API$e {
23279
+ declare class LbV1UtilsAPI extends API$d {
23360
23280
  /**
23361
23281
  * Waits for all private networks of a load balancer to be in a final state.
23362
23282
  *
@@ -23589,106 +23509,6 @@ declare namespace index$c {
23589
23509
  export { index$d as v1 };
23590
23510
  }
23591
23511
 
23592
- interface LocalImage$1 {
23593
- /** Version you will typically use to define an image in an API call. */
23594
- id: string;
23595
- /** List of all commercial types that are compatible with this local image. */
23596
- compatibleCommercialTypes: string[];
23597
- /** Supported architecture for this local image. */
23598
- arch: string;
23599
- /** Availability Zone where this local image is available. */
23600
- zone: Zone;
23601
- }
23602
- interface Organization {
23603
- id: string;
23604
- name: string;
23605
- }
23606
- interface Version$1 {
23607
- /** UUID of this version. */
23608
- id: string;
23609
- /** Name of this version. */
23610
- name: string;
23611
- /** Creation date of this image version. */
23612
- creationDate?: Date;
23613
- /** Date of the last modification of this version. */
23614
- modificationDate?: Date;
23615
- /** List of local images available in this version. */
23616
- localImages: LocalImage$1[];
23617
- }
23618
- interface Image$2 {
23619
- /** UUID of this image. */
23620
- id: string;
23621
- /** Name of the image. */
23622
- name: string;
23623
- /** Text description of this image. */
23624
- description: string;
23625
- /** URL of this image's logo. */
23626
- logo: string;
23627
- /** List of categories this image belongs to. */
23628
- categories: string[];
23629
- /** Creation date of this image. */
23630
- creationDate?: Date;
23631
- /** Date of the last modification of this image. */
23632
- modificationDate?: Date;
23633
- /** Expiration date of this image. */
23634
- validUntil?: Date;
23635
- /** Typically an identifier for a distribution (ex. "ubuntu_focal"). */
23636
- label: string;
23637
- /** List of versions of this image. */
23638
- versions: Version$1[];
23639
- /** Organization this image belongs to. */
23640
- organization?: Organization;
23641
- currentPublicVersion: string;
23642
- }
23643
- type GetImageRequest$2 = {
23644
- /** Display the image name. */
23645
- imageId: string;
23646
- };
23647
- interface GetImageResponse {
23648
- image?: Image$2;
23649
- }
23650
- type ListImagesRequest$2 = {
23651
- /**
23652
- * A positive integer lower or equal to 100 to select the number of items to
23653
- * display.
23654
- */
23655
- perPage?: number;
23656
- /** A positive integer to choose the page to display. */
23657
- page?: number;
23658
- };
23659
- interface ListImagesResponse$2 {
23660
- images: Image$2[];
23661
- totalCount: number;
23662
- }
23663
-
23664
- /** Marketplace API. */
23665
- declare class API$d extends API$y {
23666
- protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
23667
- /**
23668
- * List marketplace images.
23669
- *
23670
- * @param request - The request {@link ListImagesRequest}
23671
- * @returns A Promise of ListImagesResponse
23672
- */
23673
- listImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2> & {
23674
- all: () => Promise<Image$2[]>;
23675
- [Symbol.asyncIterator]: () => AsyncGenerator<Image$2[], void, void>;
23676
- };
23677
- /**
23678
- * Get a specific marketplace image.
23679
- *
23680
- * @param request - The request {@link GetImageRequest}
23681
- * @returns A Promise of GetImageResponse
23682
- */
23683
- getImage: (request: Readonly<GetImageRequest$2>) => Promise<GetImageResponse>;
23684
- }
23685
-
23686
- type index_gen$f_GetImageResponse = GetImageResponse;
23687
- type index_gen$f_Organization = Organization;
23688
- declare namespace index_gen$f {
23689
- export { API$d as API, type GetImageRequest$2 as GetImageRequest, type index_gen$f_GetImageResponse as GetImageResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type LocalImage$1 as LocalImage, type index_gen$f_Organization as Organization, type Version$1 as Version };
23690
- }
23691
-
23692
23512
  type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
23693
23513
  type ListLocalImagesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
23694
23514
  type ListVersionsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -23825,7 +23645,7 @@ interface ListVersionsResponse {
23825
23645
  }
23826
23646
 
23827
23647
  /** Marketplace API. */
23828
- declare class API$c extends API$y {
23648
+ declare class API$c extends API$x {
23829
23649
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
23830
23650
  /**
23831
23651
  * List marketplace images. List all available images on the marketplace,
@@ -23933,7 +23753,7 @@ declare namespace index_gen$e {
23933
23753
  }
23934
23754
 
23935
23755
  declare namespace index$b {
23936
- export { index_gen$f as v1, index_gen$e as v2 };
23756
+ export { index_gen$e as v2 };
23937
23757
  }
23938
23758
 
23939
23759
  type ListNatsAccountsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
@@ -24390,7 +24210,7 @@ interface SqsInfo {
24390
24210
  *
24391
24211
  * This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
24392
24212
  */
24393
- declare class NatsAPI extends API$y {
24213
+ declare class NatsAPI extends API$x {
24394
24214
  /** Lists the available regions of the API. */
24395
24215
  static readonly LOCALITIES: Region[];
24396
24216
  /**
@@ -24487,7 +24307,7 @@ declare class NatsAPI extends API$y {
24487
24307
  *
24488
24308
  * This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
24489
24309
  */
24490
- declare class SnsAPI extends API$y {
24310
+ declare class SnsAPI extends API$x {
24491
24311
  /** Lists the available regions of the API. */
24492
24312
  static readonly LOCALITIES: Region[];
24493
24313
  /**
@@ -24569,7 +24389,7 @@ declare class SnsAPI extends API$y {
24569
24389
  *
24570
24390
  * This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
24571
24391
  */
24572
- declare class SqsAPI extends API$y {
24392
+ declare class SqsAPI extends API$x {
24573
24393
  /** Lists the available regions of the API. */
24574
24394
  static readonly LOCALITIES: Region[];
24575
24395
  /**
@@ -26174,7 +25994,7 @@ type UpgradeInstanceRequest = {
26174
25994
  };
26175
25995
 
26176
25996
  /** Managed Database for PostgreSQL and MySQL API. */
26177
- declare class API$b extends API$y {
25997
+ declare class API$b extends API$x {
26178
25998
  /** Lists the available regions of the API. */
26179
25999
  static readonly LOCALITIES: Region[];
26180
26000
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -27410,7 +27230,7 @@ type UpdateEndpointRequest = {
27410
27230
  };
27411
27231
 
27412
27232
  /** Managed Database for Redis™ API. */
27413
- declare class API$a extends API$y {
27233
+ declare class API$a extends API$x {
27414
27234
  /** Lists the available zones of the API. */
27415
27235
  static readonly LOCALITIES: Zone[];
27416
27236
  /**
@@ -28019,7 +27839,7 @@ type UpdateNamespaceRequest = {
28019
27839
  };
28020
27840
 
28021
27841
  /** Container Registry API. */
28022
- declare class API$9 extends API$y {
27842
+ declare class API$9 extends API$x {
28023
27843
  /** Lists the available regions of the API. */
28024
27844
  static readonly LOCALITIES: Region[];
28025
27845
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -28838,7 +28658,7 @@ type UpdateSecretVersionRequest$1 = {
28838
28658
  * Secret Manager API. This API allows you to conveniently store, access and
28839
28659
  * share sensitive data.
28840
28660
  */
28841
- declare class API$8 extends API$y {
28661
+ declare class API$8 extends API$x {
28842
28662
  /** Lists the available regions of the API. */
28843
28663
  static readonly LOCALITIES: Region[];
28844
28664
  /**
@@ -29113,7 +28933,7 @@ type EphemeralPolicyAction = 'unknown_action' | 'delete' | 'disable';
29113
28933
  type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
29114
28934
  type Product = 'unknown_product' | 'edge_services';
29115
28935
  type SecretStatus = 'unknown_status' | 'ready' | 'locked';
29116
- type SecretType = 'unknown_type' | 'opaque' | 'certificate' | 'key_value';
28936
+ type SecretType = 'unknown_type' | 'opaque' | 'certificate' | 'key_value' | 'basic_credentials' | 'database_credentials' | 'ssh_key';
29117
28937
  type SecretVersionStatus = 'unknown_status' | 'enabled' | 'disabled' | 'deleted';
29118
28938
  interface EphemeralPolicy {
29119
28939
  /**
@@ -29478,6 +29298,8 @@ type ListSecretsRequest = {
29478
29298
  path?: string;
29479
29299
  /** Filter by ephemeral / not ephemeral (optional). */
29480
29300
  ephemeral?: boolean;
29301
+ /** Filter by secret type (optional). */
29302
+ type?: SecretType;
29481
29303
  };
29482
29304
  interface ListSecretsResponse {
29483
29305
  /** Single page of secrets matching the requested criteria. */
@@ -29575,7 +29397,7 @@ type UpdateSecretVersionRequest = {
29575
29397
  * This API allows you to conveniently store, access and share sensitive data
29576
29398
  * such as passwords, API keys and certificates.
29577
29399
  */
29578
- declare class API$7 extends API$y {
29400
+ declare class API$7 extends API$x {
29579
29401
  /** Lists the available regions of the API. */
29580
29402
  static readonly LOCALITIES: Region[];
29581
29403
  /**
@@ -29981,7 +29803,7 @@ type UpdateDatabaseRequest$1 = {
29981
29803
  *
29982
29804
  * This API allows you to manage your Serverless SQL DB databases.
29983
29805
  */
29984
- declare class API$6 extends API$y {
29806
+ declare class API$6 extends API$x {
29985
29807
  /** Lists the available regions of the API. */
29986
29808
  static readonly LOCALITIES: Region[];
29987
29809
  /**
@@ -30274,7 +30096,7 @@ type UpdateHumanRequest = {
30274
30096
  *
30275
30097
  * No Auth Service for end-to-end testing.
30276
30098
  */
30277
- declare class API$5 extends API$y {
30099
+ declare class API$5 extends API$x {
30278
30100
  /**
30279
30101
  * Register a user. Register a human and return a access-key and a secret-key
30280
30102
  * that must be used in all other commands.
@@ -30384,6 +30206,12 @@ type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam' | 'mail
30384
30206
  type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
30385
30207
  type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
30386
30208
  type ListEmailsRequestOrderBy = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'status_desc' | 'status_asc' | 'mail_from_desc' | 'mail_from_asc' | 'mail_rcpt_desc' | 'mail_rcpt_asc' | 'subject_desc' | 'subject_asc';
30209
+ interface DomainRecordsDMARC {
30210
+ /** Name of the DMARC TXT record. */
30211
+ name: string;
30212
+ /** Value of the DMARC TXT record. */
30213
+ value: string;
30214
+ }
30387
30215
  interface EmailTry {
30388
30216
  /** Rank number of this attempt to send the email. */
30389
30217
  rank: number;
@@ -30400,6 +30228,10 @@ interface EmailTry {
30400
30228
  */
30401
30229
  message: string;
30402
30230
  }
30231
+ interface DomainRecords {
30232
+ /** DMARC TXT record specification. */
30233
+ dmarc?: DomainRecordsDMARC;
30234
+ }
30403
30235
  interface DomainReputation {
30404
30236
  /** Status of your domain's reputation. */
30405
30237
  status: DomainReputationStatus;
@@ -30533,6 +30365,8 @@ interface Domain {
30533
30365
  * sent enough emails.
30534
30366
  */
30535
30367
  reputation?: DomainReputation;
30368
+ /** List of records to configure to validate a domain. */
30369
+ records?: DomainRecords;
30536
30370
  /**
30537
30371
  * Region to target. If none is passed will use default region from the
30538
30372
  * config.
@@ -30763,7 +30597,7 @@ interface Statistics {
30763
30597
  }
30764
30598
 
30765
30599
  /** Transactional Email API. */
30766
- declare class API$4 extends API$y {
30600
+ declare class API$4 extends API$x {
30767
30601
  /** Lists the available regions of the API. */
30768
30602
  static readonly LOCALITIES: Region[];
30769
30603
  /**
@@ -30910,6 +30744,8 @@ type index_gen$4_DomainLastStatusDkimRecord = DomainLastStatusDkimRecord;
30910
30744
  type index_gen$4_DomainLastStatusDmarcRecord = DomainLastStatusDmarcRecord;
30911
30745
  type index_gen$4_DomainLastStatusRecordStatus = DomainLastStatusRecordStatus;
30912
30746
  type index_gen$4_DomainLastStatusSpfRecord = DomainLastStatusSpfRecord;
30747
+ type index_gen$4_DomainRecords = DomainRecords;
30748
+ type index_gen$4_DomainRecordsDMARC = DomainRecordsDMARC;
30913
30749
  type index_gen$4_DomainReputation = DomainReputation;
30914
30750
  type index_gen$4_DomainReputationStatus = DomainReputationStatus;
30915
30751
  type index_gen$4_DomainStatistics = DomainStatistics;
@@ -30932,7 +30768,7 @@ type index_gen$4_ListEmailsResponse = ListEmailsResponse;
30932
30768
  type index_gen$4_RevokeDomainRequest = RevokeDomainRequest;
30933
30769
  type index_gen$4_Statistics = Statistics;
30934
30770
  declare namespace index_gen$4 {
30935
- export { API$4 as API, type index_gen$4_CancelEmailRequest as CancelEmailRequest, type index_gen$4_CheckDomainRequest as CheckDomainRequest, type index_gen$4_CreateDomainRequest as CreateDomainRequest, type index_gen$4_CreateEmailRequest as CreateEmailRequest, type index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress, type index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment, type index_gen$4_CreateEmailRequestHeader as CreateEmailRequestHeader, type index_gen$4_CreateEmailResponse as CreateEmailResponse, index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES, type index_gen$4_Domain as Domain, type index_gen$4_DomainLastStatus as DomainLastStatus, type index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord, type index_gen$4_DomainLastStatusDmarcRecord as DomainLastStatusDmarcRecord, type index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus, type index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord, type index_gen$4_DomainReputation as DomainReputation, type index_gen$4_DomainReputationStatus as DomainReputationStatus, type index_gen$4_DomainStatistics as DomainStatistics, type index_gen$4_DomainStatus as DomainStatus, index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES, type index_gen$4_Email as Email, type index_gen$4_EmailFlag as EmailFlag, type index_gen$4_EmailRcptType as EmailRcptType, type index_gen$4_EmailStatus as EmailStatus, type index_gen$4_EmailTry as EmailTry, type index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest, type index_gen$4_GetDomainRequest as GetDomainRequest, type index_gen$4_GetEmailRequest as GetEmailRequest, type index_gen$4_GetStatisticsRequest as GetStatisticsRequest, type index_gen$4_ListDomainsRequest as ListDomainsRequest, type index_gen$4_ListDomainsResponse as ListDomainsResponse, type index_gen$4_ListEmailsRequest as ListEmailsRequest, type index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy, type index_gen$4_ListEmailsResponse as ListEmailsResponse, type index_gen$4_RevokeDomainRequest as RevokeDomainRequest, type index_gen$4_Statistics as Statistics };
30771
+ export { API$4 as API, type index_gen$4_CancelEmailRequest as CancelEmailRequest, type index_gen$4_CheckDomainRequest as CheckDomainRequest, type index_gen$4_CreateDomainRequest as CreateDomainRequest, type index_gen$4_CreateEmailRequest as CreateEmailRequest, type index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress, type index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment, type index_gen$4_CreateEmailRequestHeader as CreateEmailRequestHeader, type index_gen$4_CreateEmailResponse as CreateEmailResponse, index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES, type index_gen$4_Domain as Domain, type index_gen$4_DomainLastStatus as DomainLastStatus, type index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord, type index_gen$4_DomainLastStatusDmarcRecord as DomainLastStatusDmarcRecord, type index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus, type index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord, type index_gen$4_DomainRecords as DomainRecords, type index_gen$4_DomainRecordsDMARC as DomainRecordsDMARC, type index_gen$4_DomainReputation as DomainReputation, type index_gen$4_DomainReputationStatus as DomainReputationStatus, type index_gen$4_DomainStatistics as DomainStatistics, type index_gen$4_DomainStatus as DomainStatus, index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES, type index_gen$4_Email as Email, type index_gen$4_EmailFlag as EmailFlag, type index_gen$4_EmailRcptType as EmailRcptType, type index_gen$4_EmailStatus as EmailStatus, type index_gen$4_EmailTry as EmailTry, type index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest, type index_gen$4_GetDomainRequest as GetDomainRequest, type index_gen$4_GetEmailRequest as GetEmailRequest, type index_gen$4_GetStatisticsRequest as GetStatisticsRequest, type index_gen$4_ListDomainsRequest as ListDomainsRequest, type index_gen$4_ListDomainsResponse as ListDomainsResponse, type index_gen$4_ListEmailsRequest as ListEmailsRequest, type index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy, type index_gen$4_ListEmailsResponse as ListEmailsResponse, type index_gen$4_RevokeDomainRequest as RevokeDomainRequest, type index_gen$4_Statistics as Statistics };
30936
30772
  }
30937
30773
 
30938
30774
  declare namespace index$3 {
@@ -31039,7 +30875,7 @@ type UpdatePrivateNetworkRequest$1 = {
31039
30875
  };
31040
30876
 
31041
30877
  /** VPC API. */
31042
- declare class API$3 extends API$y {
30878
+ declare class API$3 extends API$x {
31043
30879
  /** Lists the available zones of the API. */
31044
30880
  static readonly LOCALITIES: Zone[];
31045
30881
  protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
@@ -31425,7 +31261,7 @@ type UpdateVPCRequest = {
31425
31261
  };
31426
31262
 
31427
31263
  /** VPC API. */
31428
- declare class API$2 extends API$y {
31264
+ declare class API$2 extends API$x {
31429
31265
  /** Lists the available regions of the API. */
31430
31266
  static readonly LOCALITIES: Region[];
31431
31267
  protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
@@ -32493,7 +32329,7 @@ type UpgradeGatewayRequest = {
32493
32329
  };
32494
32330
 
32495
32331
  /** Public Gateways API. */
32496
- declare class API$1 extends API$y {
32332
+ declare class API$1 extends API$x {
32497
32333
  /** Lists the available zones of the API. */
32498
32334
  static readonly LOCALITIES: Zone[];
32499
32335
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -33002,6 +32838,12 @@ interface OfferProduct {
33002
32838
  /** Limit number of add-on domains. */
33003
32839
  maxAddonDomains: number;
33004
32840
  }
32841
+ interface CreateHostingRequestDomainConfiguration {
32842
+ updateNameservers: boolean;
32843
+ updateWebRecord: boolean;
32844
+ updateMailRecord: boolean;
32845
+ updateAllRecords: boolean;
32846
+ }
33005
32847
  interface DnsRecord {
33006
32848
  /** Record name. */
33007
32849
  name: string;
@@ -33075,6 +32917,8 @@ interface Hosting {
33075
32917
  ipv4: string;
33076
32918
  /** IPv6 address of the hosting's host server. */
33077
32919
  ipv6: string;
32920
+ /** Whether the hosting is protected or not. */
32921
+ protected: boolean;
33078
32922
  /** Region where the Web Hosting plan is hosted. */
33079
32923
  region: Region;
33080
32924
  }
@@ -33122,6 +32966,11 @@ type CreateHostingRequest = {
33122
32966
  optionIds?: string[];
33123
32967
  /** Default language for the control panel interface. */
33124
32968
  language?: LanguageCode;
32969
+ /**
32970
+ * Indicates whether to update hosting domain name servers and DNS records for
32971
+ * domains managed by Scaleway Elements.
32972
+ */
32973
+ domainConfiguration?: CreateHostingRequestDomainConfiguration;
33125
32974
  };
33126
32975
  type DeleteHostingRequest = {
33127
32976
  /**
@@ -33291,10 +33140,12 @@ type UpdateHostingRequest = {
33291
33140
  optionIds?: string[];
33292
33141
  /** ID of the new offer for the Web Hosting plan. */
33293
33142
  offerId?: string;
33143
+ /** Whether the hosting is protected or not. */
33144
+ protected?: boolean;
33294
33145
  };
33295
33146
 
33296
33147
  /** Web Hosting API. */
33297
- declare class API extends API$y {
33148
+ declare class API extends API$x {
33298
33149
  /** Lists the available regions of the API. */
33299
33150
  static readonly LOCALITIES: Region[];
33300
33151
  /**
@@ -33427,6 +33278,7 @@ type index_gen_API = API;
33427
33278
  declare const index_gen_API: typeof API;
33428
33279
  type index_gen_ControlPanel = ControlPanel;
33429
33280
  type index_gen_CreateHostingRequest = CreateHostingRequest;
33281
+ type index_gen_CreateHostingRequestDomainConfiguration = CreateHostingRequestDomainConfiguration;
33430
33282
  type index_gen_DeleteHostingRequest = DeleteHostingRequest;
33431
33283
  type index_gen_DnsRecord = DnsRecord;
33432
33284
  type index_gen_DnsRecordStatus = DnsRecordStatus;
@@ -33455,11 +33307,11 @@ type index_gen_OfferQuotaWarning = OfferQuotaWarning;
33455
33307
  type index_gen_RestoreHostingRequest = RestoreHostingRequest;
33456
33308
  type index_gen_UpdateHostingRequest = UpdateHostingRequest;
33457
33309
  declare namespace index_gen {
33458
- export { index_gen_API as API, type index_gen_ControlPanel as ControlPanel, type index_gen_CreateHostingRequest as CreateHostingRequest, type index_gen_DeleteHostingRequest as DeleteHostingRequest, type index_gen_DnsRecord as DnsRecord, type index_gen_DnsRecordStatus as DnsRecordStatus, type index_gen_DnsRecordType as DnsRecordType, type index_gen_DnsRecords as DnsRecords, type index_gen_DnsRecordsStatus as DnsRecordsStatus, type index_gen_GetDomainDnsRecordsRequest as GetDomainDnsRecordsRequest, type index_gen_GetHostingRequest as GetHostingRequest, index_gen_HOSTING_TRANSIENT_STATUSES as HOSTING_TRANSIENT_STATUSES, type index_gen_Hosting as Hosting, type index_gen_HostingCpanelUrls as HostingCpanelUrls, type index_gen_HostingDnsStatus as HostingDnsStatus, type index_gen_HostingOption as HostingOption, type index_gen_HostingStatus as HostingStatus, type ListControlPanelsRequest$1 as ListControlPanelsRequest, type index_gen_ListControlPanelsResponse as ListControlPanelsResponse, type ListHostingsRequest$1 as ListHostingsRequest, type index_gen_ListHostingsRequestOrderBy as ListHostingsRequestOrderBy, type index_gen_ListHostingsResponse as ListHostingsResponse, type index_gen_ListOffersRequest as ListOffersRequest, type index_gen_ListOffersRequestOrderBy as ListOffersRequestOrderBy, type index_gen_ListOffersResponse as ListOffersResponse, type index_gen_Nameserver as Nameserver, type index_gen_NameserverStatus as NameserverStatus, type index_gen_Offer as Offer, type index_gen_OfferProduct as OfferProduct, type index_gen_OfferQuotaWarning as OfferQuotaWarning, type index_gen_RestoreHostingRequest as RestoreHostingRequest, type index_gen_UpdateHostingRequest as UpdateHostingRequest, validationRules_gen as ValidationRules };
33310
+ export { index_gen_API as API, type index_gen_ControlPanel as ControlPanel, type index_gen_CreateHostingRequest as CreateHostingRequest, type index_gen_CreateHostingRequestDomainConfiguration as CreateHostingRequestDomainConfiguration, type index_gen_DeleteHostingRequest as DeleteHostingRequest, type index_gen_DnsRecord as DnsRecord, type index_gen_DnsRecordStatus as DnsRecordStatus, type index_gen_DnsRecordType as DnsRecordType, type index_gen_DnsRecords as DnsRecords, type index_gen_DnsRecordsStatus as DnsRecordsStatus, type index_gen_GetDomainDnsRecordsRequest as GetDomainDnsRecordsRequest, type index_gen_GetHostingRequest as GetHostingRequest, index_gen_HOSTING_TRANSIENT_STATUSES as HOSTING_TRANSIENT_STATUSES, type index_gen_Hosting as Hosting, type index_gen_HostingCpanelUrls as HostingCpanelUrls, type index_gen_HostingDnsStatus as HostingDnsStatus, type index_gen_HostingOption as HostingOption, type index_gen_HostingStatus as HostingStatus, type ListControlPanelsRequest$1 as ListControlPanelsRequest, type index_gen_ListControlPanelsResponse as ListControlPanelsResponse, type ListHostingsRequest$1 as ListHostingsRequest, type index_gen_ListHostingsRequestOrderBy as ListHostingsRequestOrderBy, type index_gen_ListHostingsResponse as ListHostingsResponse, type index_gen_ListOffersRequest as ListOffersRequest, type index_gen_ListOffersRequestOrderBy as ListOffersRequestOrderBy, type index_gen_ListOffersResponse as ListOffersResponse, type index_gen_Nameserver as Nameserver, type index_gen_NameserverStatus as NameserverStatus, type index_gen_Offer as Offer, type index_gen_OfferProduct as OfferProduct, type index_gen_OfferQuotaWarning as OfferQuotaWarning, type index_gen_RestoreHostingRequest as RestoreHostingRequest, type index_gen_UpdateHostingRequest as UpdateHostingRequest, validationRules_gen as ValidationRules };
33459
33311
  }
33460
33312
 
33461
33313
  declare namespace index {
33462
33314
  export { index_gen as v1alpha1 };
33463
33315
  }
33464
33316
 
33465
- export { API$y as API, index$y as Account, index$x as AppleSilicon, index$v as BareMetal, index$u as Billing, index$t as Block, type Client, type ClientConfig, index$s as Cockpit, index$r as Container, type DefaultValues, index$q as DocumentDB, index$p as Domain, index$z as Errors, index$o as FlexibleIP, index$n as Function, index$m as IAM, index$j as IOT, index$i as IPAM, index$h as IPFS, index$k as Instance, index$g as Jobs, index$e as K8S, index$c as LB, type Logger, index$a as MNQ, index$b as Marketplace, type Money, type NetworkInterceptors, type Profile, index$9 as RDB, index$8 as Redis, type Region, index$7 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$6 as Secret, index$5 as ServerlessSQLDB, type ServiceInfo, type Settings, index_gen$6 as Std, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, createExponentialBackoffStrategy, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, tryAtIntervals, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
33317
+ export { API$x as API, index$y as Account, index$x as AppleSilicon, index$v as BareMetal, index$u as Billing, index$t as Block, type Client, type ClientConfig, index$s as Cockpit, index$r as Container, type DefaultValues, index$q as DocumentDB, index$p as Domain, index$z as Errors, index$o as FlexibleIP, index$n as Function, index$m as IAM, index$j as IOT, index$i as IPAM, index$h as IPFS, index$k as Instance, index$g as Jobs, index$e as K8S, index$c as LB, type Logger, index$a as MNQ, index$b as Marketplace, type Money, type NetworkInterceptors, type Profile, index$9 as RDB, index$8 as Redis, type Region, index$7 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$6 as Secret, index$5 as ServerlessSQLDB, type ServiceInfo, type Settings, index_gen$6 as Std, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, createExponentialBackoffStrategy, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, tryAtIntervals, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };