@scaleway/sdk 2.2.0 → 2.4.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
@@ -871,7 +871,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
871
871
  *
872
872
  * @internal
873
873
  */
874
- declare abstract class API$w {
874
+ declare abstract class API$v {
875
875
  protected client: Client;
876
876
  constructor(client: Client);
877
877
  }
@@ -1101,7 +1101,7 @@ type UpdateProjectRequest = {
1101
1101
  *
1102
1102
  * User related data. This API allows you to manage projects.
1103
1103
  */
1104
- declare class API$v extends API$w {
1104
+ declare class API$u extends API$v {
1105
1105
  /**
1106
1106
  * Create a new Project for an Organization. Deprecated in favor of Account
1107
1107
  * API v3. Generate a new Project for an Organization, specifying its
@@ -1162,13 +1162,13 @@ declare class API$v extends API$w {
1162
1162
  updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
1163
1163
  }
1164
1164
 
1165
- type index_gen$u_CreateProjectRequest = CreateProjectRequest;
1166
- type index_gen$u_DeleteProjectRequest = DeleteProjectRequest;
1167
- type index_gen$u_GetProjectRequest = GetProjectRequest;
1168
- type index_gen$u_ListProjectsRequest = ListProjectsRequest;
1169
- type index_gen$u_UpdateProjectRequest = UpdateProjectRequest;
1170
- declare namespace index_gen$u {
1171
- export { API$v as API, type index_gen$u_CreateProjectRequest as CreateProjectRequest, type index_gen$u_DeleteProjectRequest as DeleteProjectRequest, type index_gen$u_GetProjectRequest as GetProjectRequest, type index_gen$u_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$u_UpdateProjectRequest as UpdateProjectRequest };
1165
+ type index_gen$t_CreateProjectRequest = CreateProjectRequest;
1166
+ type index_gen$t_DeleteProjectRequest = DeleteProjectRequest;
1167
+ type index_gen$t_GetProjectRequest = GetProjectRequest;
1168
+ type index_gen$t_ListProjectsRequest = ListProjectsRequest;
1169
+ type index_gen$t_UpdateProjectRequest = UpdateProjectRequest;
1170
+ declare namespace index_gen$t {
1171
+ export { API$u as API, type index_gen$t_CreateProjectRequest as CreateProjectRequest, type index_gen$t_DeleteProjectRequest as DeleteProjectRequest, type index_gen$t_GetProjectRequest as GetProjectRequest, type index_gen$t_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$t_UpdateProjectRequest as UpdateProjectRequest };
1172
1172
  }
1173
1173
 
1174
1174
  type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -1239,7 +1239,7 @@ type ProjectApiUpdateProjectRequest$1 = {
1239
1239
  *
1240
1240
  * This API allows you to manage projects.
1241
1241
  */
1242
- declare class ProjectAPI extends API$w {
1242
+ declare class ProjectAPI extends API$v {
1243
1243
  /**
1244
1244
  * Create a new Project for an Organization. Generate a new Project for an
1245
1245
  * Organization, specifying its configuration including name and description.
@@ -1332,19 +1332,19 @@ declare namespace validationRules_gen$d {
1332
1332
  export { validationRules_gen$d_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$d_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$d_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
1333
1333
  }
1334
1334
 
1335
- type index_gen$t_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1336
- type index_gen$t_ListProjectsResponse = ListProjectsResponse;
1337
- type index_gen$t_Project = Project;
1338
- type index_gen$t_ProjectAPI = ProjectAPI;
1339
- declare const index_gen$t_ProjectAPI: typeof ProjectAPI;
1340
- type index_gen$t_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
1341
- type index_gen$t_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
1342
- declare namespace index_gen$t {
1343
- export { type index_gen$t_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$t_ListProjectsResponse as ListProjectsResponse, type index_gen$t_Project as Project, index_gen$t_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$t_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$t_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$d as ValidationRules };
1335
+ type index_gen$s_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1336
+ type index_gen$s_ListProjectsResponse = ListProjectsResponse;
1337
+ type index_gen$s_Project = Project;
1338
+ type index_gen$s_ProjectAPI = ProjectAPI;
1339
+ declare const index_gen$s_ProjectAPI: typeof ProjectAPI;
1340
+ type index_gen$s_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
1341
+ type index_gen$s_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
1342
+ declare namespace index_gen$s {
1343
+ export { type index_gen$s_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$s_ListProjectsResponse as ListProjectsResponse, type index_gen$s_Project as Project, index_gen$s_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$s_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$s_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$d as ValidationRules };
1344
1344
  }
1345
1345
 
1346
1346
  declare namespace index$x {
1347
- export { index_gen$u as v2, index_gen$t as v3 };
1347
+ export { index_gen$t as v2, index_gen$s as v3 };
1348
1348
  }
1349
1349
 
1350
1350
  type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
@@ -1525,7 +1525,7 @@ type UpdateServerRequest$3 = {
1525
1525
  };
1526
1526
 
1527
1527
  /** Apple silicon API. */
1528
- declare class API$u extends API$w {
1528
+ declare class API$t extends API$v {
1529
1529
  /** Lists the available zones of the API. */
1530
1530
  static readonly LOCALITIES: Zone[];
1531
1531
  /**
@@ -1644,20 +1644,20 @@ declare class API$u extends API$w {
1644
1644
  /** Lists transient statutes of the enum {@link ServerStatus}. */
1645
1645
  declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
1646
1646
 
1647
- type index_gen$s_GetServerTypeRequest = GetServerTypeRequest;
1648
- type index_gen$s_ListServerTypesRequest = ListServerTypesRequest;
1649
- type index_gen$s_ListServerTypesResponse = ListServerTypesResponse;
1650
- type index_gen$s_ReinstallServerRequest = ReinstallServerRequest;
1651
- type index_gen$s_ServerTypeCPU = ServerTypeCPU;
1652
- type index_gen$s_ServerTypeDisk = ServerTypeDisk;
1653
- type index_gen$s_ServerTypeMemory = ServerTypeMemory;
1654
- type index_gen$s_ServerTypeStock = ServerTypeStock;
1655
- declare namespace index_gen$s {
1656
- export { API$u 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$s_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$s_ListServerTypesRequest as ListServerTypesRequest, type index_gen$s_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$s_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$s_ServerTypeCPU as ServerTypeCPU, type index_gen$s_ServerTypeDisk as ServerTypeDisk, type index_gen$s_ServerTypeMemory as ServerTypeMemory, type index_gen$s_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
1647
+ type index_gen$r_GetServerTypeRequest = GetServerTypeRequest;
1648
+ type index_gen$r_ListServerTypesRequest = ListServerTypesRequest;
1649
+ type index_gen$r_ListServerTypesResponse = ListServerTypesResponse;
1650
+ type index_gen$r_ReinstallServerRequest = ReinstallServerRequest;
1651
+ type index_gen$r_ServerTypeCPU = ServerTypeCPU;
1652
+ type index_gen$r_ServerTypeDisk = ServerTypeDisk;
1653
+ type index_gen$r_ServerTypeMemory = ServerTypeMemory;
1654
+ type index_gen$r_ServerTypeStock = ServerTypeStock;
1655
+ declare namespace index_gen$r {
1656
+ export { API$t 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$r_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$r_ListServerTypesRequest as ListServerTypesRequest, type index_gen$r_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$r_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$r_ServerTypeCPU as ServerTypeCPU, type index_gen$r_ServerTypeDisk as ServerTypeDisk, type index_gen$r_ServerTypeMemory as ServerTypeMemory, type index_gen$r_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
1657
1657
  }
1658
1658
 
1659
1659
  declare namespace index$w {
1660
- export { index_gen$s as v1alpha1 };
1660
+ export { index_gen$r as v1alpha1 };
1661
1661
  }
1662
1662
 
1663
1663
  type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
@@ -2347,7 +2347,7 @@ type UpdateSettingRequest = {
2347
2347
  *
2348
2348
  * This API allows to manage your Elastic Metal server.
2349
2349
  */
2350
- declare class API$t extends API$w {
2350
+ declare class API$s extends API$v {
2351
2351
  /** Lists the available zones of the API. */
2352
2352
  static readonly LOCALITIES: Zone[];
2353
2353
  protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
@@ -2587,7 +2587,7 @@ declare class API$t extends API$w {
2587
2587
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2588
2588
  }
2589
2589
  /** Elastic Metal Private Network API. */
2590
- declare class PrivateNetworkAPI extends API$w {
2590
+ declare class PrivateNetworkAPI extends API$v {
2591
2591
  /** Lists the available zones of the API. */
2592
2592
  static readonly LOCALITIES: Zone[];
2593
2593
  /**
@@ -2627,7 +2627,7 @@ declare class PrivateNetworkAPI extends API$w {
2627
2627
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2628
2628
  }
2629
2629
 
2630
- declare class BaremetalV1UtilsAPI extends API$t {
2630
+ declare class BaremetalV1UtilsAPI extends API$s {
2631
2631
  /**
2632
2632
  * Waits for {@link ServerInstall} to be in a final state.
2633
2633
  *
@@ -2968,7 +2968,7 @@ interface ListInvoicesResponse {
2968
2968
  *
2969
2969
  * This API allows you to query your consumption.
2970
2970
  */
2971
- declare class API$s extends API$w {
2971
+ declare class API$r extends API$v {
2972
2972
  /**
2973
2973
  * Get current month's consumption. The consumption reflects the amount of
2974
2974
  * money you have spent for the products you have used. The consumption value
@@ -3012,30 +3012,30 @@ declare class API$s extends API$w {
3012
3012
  };
3013
3013
  }
3014
3014
 
3015
- type index_gen$r_Discount = Discount;
3016
- type index_gen$r_DiscountCoupon = DiscountCoupon;
3017
- type index_gen$r_DiscountDiscountMode = DiscountDiscountMode;
3018
- type index_gen$r_DiscountFilter = DiscountFilter;
3019
- type index_gen$r_DiscountFilterType = DiscountFilterType;
3020
- type index_gen$r_DownloadInvoiceRequest = DownloadInvoiceRequest;
3021
- type index_gen$r_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
3022
- type index_gen$r_GetConsumptionRequest = GetConsumptionRequest;
3023
- type index_gen$r_GetConsumptionResponse = GetConsumptionResponse;
3024
- type index_gen$r_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
3025
- type index_gen$r_Invoice = Invoice;
3026
- type index_gen$r_InvoiceType = InvoiceType;
3027
- type index_gen$r_ListDiscountsRequest = ListDiscountsRequest;
3028
- type index_gen$r_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
3029
- type index_gen$r_ListDiscountsResponse = ListDiscountsResponse;
3030
- type index_gen$r_ListInvoicesRequest = ListInvoicesRequest;
3031
- type index_gen$r_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
3032
- type index_gen$r_ListInvoicesResponse = ListInvoicesResponse;
3033
- declare namespace index_gen$r {
3034
- 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_GetConsumptionRequest as GetConsumptionRequest, type index_gen$r_GetConsumptionResponse as GetConsumptionResponse, type index_gen$r_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$r_Invoice as Invoice, type index_gen$r_InvoiceType as InvoiceType, 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 };
3015
+ type index_gen$q_Discount = Discount;
3016
+ type index_gen$q_DiscountCoupon = DiscountCoupon;
3017
+ type index_gen$q_DiscountDiscountMode = DiscountDiscountMode;
3018
+ type index_gen$q_DiscountFilter = DiscountFilter;
3019
+ type index_gen$q_DiscountFilterType = DiscountFilterType;
3020
+ type index_gen$q_DownloadInvoiceRequest = DownloadInvoiceRequest;
3021
+ type index_gen$q_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
3022
+ type index_gen$q_GetConsumptionRequest = GetConsumptionRequest;
3023
+ type index_gen$q_GetConsumptionResponse = GetConsumptionResponse;
3024
+ type index_gen$q_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
3025
+ type index_gen$q_Invoice = Invoice;
3026
+ type index_gen$q_InvoiceType = InvoiceType;
3027
+ type index_gen$q_ListDiscountsRequest = ListDiscountsRequest;
3028
+ type index_gen$q_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
3029
+ type index_gen$q_ListDiscountsResponse = ListDiscountsResponse;
3030
+ type index_gen$q_ListInvoicesRequest = ListInvoicesRequest;
3031
+ type index_gen$q_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
3032
+ type index_gen$q_ListInvoicesResponse = ListInvoicesResponse;
3033
+ declare namespace index_gen$q {
3034
+ export { API$r as API, type index_gen$q_Discount as Discount, type index_gen$q_DiscountCoupon as DiscountCoupon, type index_gen$q_DiscountDiscountMode as DiscountDiscountMode, type index_gen$q_DiscountFilter as DiscountFilter, type index_gen$q_DiscountFilterType as DiscountFilterType, type index_gen$q_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$q_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$q_GetConsumptionRequest as GetConsumptionRequest, type index_gen$q_GetConsumptionResponse as GetConsumptionResponse, type index_gen$q_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$q_Invoice as Invoice, type index_gen$q_InvoiceType as InvoiceType, type index_gen$q_ListDiscountsRequest as ListDiscountsRequest, type index_gen$q_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$q_ListDiscountsResponse as ListDiscountsResponse, type index_gen$q_ListInvoicesRequest as ListInvoicesRequest, type index_gen$q_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$q_ListInvoicesResponse as ListInvoicesResponse };
3035
3035
  }
3036
3036
 
3037
3037
  declare namespace index$t {
3038
- export { index_gen$r as v2alpha1 };
3038
+ export { index_gen$q as v2alpha1 };
3039
3039
  }
3040
3040
 
3041
3041
  type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -3159,6 +3159,8 @@ interface Volume$4 {
3159
3159
  zone: Zone;
3160
3160
  /** Specifications of the volume. */
3161
3161
  specs?: VolumeSpecifications;
3162
+ /** Last time the volume was detached. */
3163
+ lastDetachedAt?: Date;
3162
3164
  }
3163
3165
  type CreateSnapshotRequest$4 = {
3164
3166
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -3241,6 +3243,8 @@ type ListSnapshotsRequest$4 = {
3241
3243
  orderBy?: ListSnapshotsRequestOrderBy$2;
3242
3244
  /** Filter by Project ID. */
3243
3245
  projectId?: string;
3246
+ /** Filter by Organization ID. */
3247
+ organizationId?: string;
3244
3248
  /** Page number. */
3245
3249
  page?: number;
3246
3250
  /**
@@ -3283,6 +3287,8 @@ type ListVolumesRequest$3 = {
3283
3287
  orderBy?: ListVolumesRequestOrderBy$1;
3284
3288
  /** Filter by Project ID. */
3285
3289
  projectId?: string;
3290
+ /** Filter by Organization ID. */
3291
+ organizationId?: string;
3286
3292
  /** Page number. */
3287
3293
  page?: number;
3288
3294
  /**
@@ -3366,7 +3372,7 @@ type UpdateVolumeRequest$2 = {
3366
3372
  *
3367
3373
  * This API allows you to use and manage your Block Storage volumes.
3368
3374
  */
3369
- declare class API$r extends API$w {
3375
+ declare class API$q extends API$v {
3370
3376
  /** Lists the available zones of the API. */
3371
3377
  static readonly LOCALITIES: Zone[];
3372
3378
  protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
@@ -3557,22 +3563,22 @@ declare namespace validationRules_gen$b {
3557
3563
  export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$b_ImportSnapshotFromS3Request as ImportSnapshotFromS3Request, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$b_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$b_Reference as Reference };
3558
3564
  }
3559
3565
 
3560
- type index_gen$q_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
3561
- type index_gen$q_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
3562
- type index_gen$q_ListVolumeTypesResponse = ListVolumeTypesResponse;
3563
- declare const index_gen$q_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
3564
- type index_gen$q_ReferenceStatus = ReferenceStatus;
3565
- type index_gen$q_ReferenceType = ReferenceType;
3566
- type index_gen$q_SnapshotParentVolume = SnapshotParentVolume;
3567
- type index_gen$q_SnapshotSummary = SnapshotSummary;
3568
- type index_gen$q_VolumeSpecifications = VolumeSpecifications;
3569
- type index_gen$q_VolumeStatus = VolumeStatus;
3570
- declare namespace index_gen$q {
3571
- 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 ImportSnapshotFromS3Request$1 as ImportSnapshotFromS3Request, 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 index_gen$q_SnapshotSummary as SnapshotSummary, type StorageClass$1 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$b 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 };
3566
+ type index_gen$p_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
3567
+ type index_gen$p_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
3568
+ type index_gen$p_ListVolumeTypesResponse = ListVolumeTypesResponse;
3569
+ declare const index_gen$p_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
3570
+ type index_gen$p_ReferenceStatus = ReferenceStatus;
3571
+ type index_gen$p_ReferenceType = ReferenceType;
3572
+ type index_gen$p_SnapshotParentVolume = SnapshotParentVolume;
3573
+ type index_gen$p_SnapshotSummary = SnapshotSummary;
3574
+ type index_gen$p_VolumeSpecifications = VolumeSpecifications;
3575
+ type index_gen$p_VolumeStatus = VolumeStatus;
3576
+ declare namespace index_gen$p {
3577
+ export { API$q as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$p_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$p_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ImportSnapshotFromS3Request$1 as ImportSnapshotFromS3Request, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$p_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$p_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$p_ReferenceStatus as ReferenceStatus, type index_gen$p_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$p_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type index_gen$p_SnapshotSummary as SnapshotSummary, type StorageClass$1 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$b as ValidationRules, type Volume$4 as Volume, type index_gen$p_VolumeSpecifications as VolumeSpecifications, type index_gen$p_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
3572
3578
  }
3573
3579
 
3574
3580
  declare namespace index$s {
3575
- export { index_gen$q as v1alpha1 };
3581
+ export { index_gen$p as v1alpha1 };
3576
3582
  }
3577
3583
 
3578
3584
  type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
@@ -3934,10 +3940,6 @@ interface ListTokensResponse$2 {
3934
3940
  /** List of all tokens created. */
3935
3941
  tokens: Token$2[];
3936
3942
  }
3937
- type ResetCockpitGrafanaRequest = {
3938
- /** ID of the Project the Cockpit belongs to. */
3939
- projectId?: string;
3940
- };
3941
3943
  /** Request to reset a Grafana user's password. */
3942
3944
  type ResetGrafanaUserPasswordRequest = {
3943
3945
  /** ID of the Grafana user. */
@@ -3966,7 +3968,7 @@ type TriggerTestAlertRequest = {
3966
3968
  * Scaleway's Cockpit stores metrics and logs and provides a dedicated Grafana
3967
3969
  * for dashboarding to visualize them.
3968
3970
  */
3969
- declare class API$q extends API$w {
3971
+ declare class API$p extends API$v {
3970
3972
  /**
3971
3973
  * Activate the Cockpit of the specified Project ID.
3972
3974
  *
@@ -4003,13 +4005,6 @@ declare class API$q extends API$w {
4003
4005
  * @returns A Promise of Cockpit
4004
4006
  */
4005
4007
  deactivateCockpit: (request?: Readonly<DeactivateCockpitRequest>) => Promise<Cockpit>;
4006
- /**
4007
- * Reset your Cockpit's Grafana associated with the specified Project ID.
4008
- *
4009
- * @param request - The request {@link ResetCockpitGrafanaRequest}
4010
- * @returns A Promise of Cockpit
4011
- */
4012
- resetCockpitGrafana: (request?: Readonly<ResetCockpitGrafanaRequest>) => Promise<Cockpit>;
4013
4008
  /**
4014
4009
  * Create a datasource for the specified Project ID and the given type.
4015
4010
  *
@@ -4180,57 +4175,56 @@ declare class API$q extends API$w {
4180
4175
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
4181
4176
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
4182
4177
 
4183
- type index_gen$p_ActivateCockpitRequest = ActivateCockpitRequest;
4184
- declare const index_gen$p_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4185
- type index_gen$p_Cockpit = Cockpit;
4186
- type index_gen$p_CockpitEndpoints = CockpitEndpoints;
4187
- type index_gen$p_CockpitMetrics = CockpitMetrics;
4188
- type index_gen$p_CockpitStatus = CockpitStatus;
4189
- type index_gen$p_ContactPoint = ContactPoint;
4190
- type index_gen$p_ContactPointEmail = ContactPointEmail;
4191
- type index_gen$p_CreateContactPointRequest = CreateContactPointRequest;
4192
- type index_gen$p_CreateDatasourceRequest = CreateDatasourceRequest;
4193
- type index_gen$p_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4194
- type index_gen$p_Datasource = Datasource;
4195
- type index_gen$p_DatasourceType = DatasourceType;
4196
- type index_gen$p_DeactivateCockpitRequest = DeactivateCockpitRequest;
4197
- type index_gen$p_DeleteContactPointRequest = DeleteContactPointRequest;
4198
- type index_gen$p_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4199
- type index_gen$p_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4200
- type index_gen$p_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4201
- type index_gen$p_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4202
- type index_gen$p_GetCockpitRequest = GetCockpitRequest;
4203
- type index_gen$p_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4204
- type index_gen$p_GrafanaProductDashboard = GrafanaProductDashboard;
4205
- type index_gen$p_GrafanaUser = GrafanaUser;
4206
- type index_gen$p_GrafanaUserRole = GrafanaUserRole;
4207
- type index_gen$p_ListContactPointsRequest = ListContactPointsRequest;
4208
- type index_gen$p_ListContactPointsResponse = ListContactPointsResponse;
4209
- type index_gen$p_ListDatasourcesRequest = ListDatasourcesRequest;
4210
- type index_gen$p_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4211
- type index_gen$p_ListDatasourcesResponse = ListDatasourcesResponse;
4212
- type index_gen$p_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4213
- type index_gen$p_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4214
- type index_gen$p_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4215
- type index_gen$p_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4216
- type index_gen$p_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4217
- type index_gen$p_ListPlansRequest = ListPlansRequest;
4218
- type index_gen$p_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4219
- type index_gen$p_ListPlansResponse = ListPlansResponse;
4220
- type index_gen$p_Plan = Plan;
4221
- type index_gen$p_PlanName = PlanName;
4222
- type index_gen$p_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
4223
- type index_gen$p_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4224
- type index_gen$p_SelectPlanRequest = SelectPlanRequest;
4225
- type index_gen$p_SelectPlanResponse = SelectPlanResponse;
4226
- type index_gen$p_TokenScopes = TokenScopes;
4227
- type index_gen$p_TriggerTestAlertRequest = TriggerTestAlertRequest;
4228
- declare namespace index_gen$p {
4229
- 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_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_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest, 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 };
4178
+ type index_gen$o_ActivateCockpitRequest = ActivateCockpitRequest;
4179
+ declare const index_gen$o_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4180
+ type index_gen$o_Cockpit = Cockpit;
4181
+ type index_gen$o_CockpitEndpoints = CockpitEndpoints;
4182
+ type index_gen$o_CockpitMetrics = CockpitMetrics;
4183
+ type index_gen$o_CockpitStatus = CockpitStatus;
4184
+ type index_gen$o_ContactPoint = ContactPoint;
4185
+ type index_gen$o_ContactPointEmail = ContactPointEmail;
4186
+ type index_gen$o_CreateContactPointRequest = CreateContactPointRequest;
4187
+ type index_gen$o_CreateDatasourceRequest = CreateDatasourceRequest;
4188
+ type index_gen$o_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4189
+ type index_gen$o_Datasource = Datasource;
4190
+ type index_gen$o_DatasourceType = DatasourceType;
4191
+ type index_gen$o_DeactivateCockpitRequest = DeactivateCockpitRequest;
4192
+ type index_gen$o_DeleteContactPointRequest = DeleteContactPointRequest;
4193
+ type index_gen$o_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4194
+ type index_gen$o_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4195
+ type index_gen$o_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4196
+ type index_gen$o_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4197
+ type index_gen$o_GetCockpitRequest = GetCockpitRequest;
4198
+ type index_gen$o_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4199
+ type index_gen$o_GrafanaProductDashboard = GrafanaProductDashboard;
4200
+ type index_gen$o_GrafanaUser = GrafanaUser;
4201
+ type index_gen$o_GrafanaUserRole = GrafanaUserRole;
4202
+ type index_gen$o_ListContactPointsRequest = ListContactPointsRequest;
4203
+ type index_gen$o_ListContactPointsResponse = ListContactPointsResponse;
4204
+ type index_gen$o_ListDatasourcesRequest = ListDatasourcesRequest;
4205
+ type index_gen$o_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4206
+ type index_gen$o_ListDatasourcesResponse = ListDatasourcesResponse;
4207
+ type index_gen$o_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4208
+ type index_gen$o_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4209
+ type index_gen$o_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4210
+ type index_gen$o_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4211
+ type index_gen$o_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4212
+ type index_gen$o_ListPlansRequest = ListPlansRequest;
4213
+ type index_gen$o_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4214
+ type index_gen$o_ListPlansResponse = ListPlansResponse;
4215
+ type index_gen$o_Plan = Plan;
4216
+ type index_gen$o_PlanName = PlanName;
4217
+ type index_gen$o_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4218
+ type index_gen$o_SelectPlanRequest = SelectPlanRequest;
4219
+ type index_gen$o_SelectPlanResponse = SelectPlanResponse;
4220
+ type index_gen$o_TokenScopes = TokenScopes;
4221
+ type index_gen$o_TriggerTestAlertRequest = TriggerTestAlertRequest;
4222
+ declare namespace index_gen$o {
4223
+ export { API$p as API, type index_gen$o_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$o_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$o_Cockpit as Cockpit, type index_gen$o_CockpitEndpoints as CockpitEndpoints, type index_gen$o_CockpitMetrics as CockpitMetrics, type index_gen$o_CockpitStatus as CockpitStatus, type index_gen$o_ContactPoint as ContactPoint, type index_gen$o_ContactPointEmail as ContactPointEmail, type index_gen$o_CreateContactPointRequest as CreateContactPointRequest, type index_gen$o_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$o_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$o_Datasource as Datasource, type index_gen$o_DatasourceType as DatasourceType, type index_gen$o_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$o_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$o_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$o_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$o_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$o_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$o_GetCockpitRequest as GetCockpitRequest, type index_gen$o_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$o_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$o_GrafanaUser as GrafanaUser, type index_gen$o_GrafanaUserRole as GrafanaUserRole, type index_gen$o_ListContactPointsRequest as ListContactPointsRequest, type index_gen$o_ListContactPointsResponse as ListContactPointsResponse, type index_gen$o_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$o_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$o_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$o_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$o_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$o_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$o_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$o_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$o_ListPlansRequest as ListPlansRequest, type index_gen$o_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$o_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$o_Plan as Plan, type index_gen$o_PlanName as PlanName, type index_gen$o_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$o_SelectPlanRequest as SelectPlanRequest, type index_gen$o_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$o_TokenScopes as TokenScopes, type index_gen$o_TriggerTestAlertRequest as TriggerTestAlertRequest };
4230
4224
  }
4231
4225
 
4232
4226
  declare namespace index$r {
4233
- export { index_gen$p as v1beta1 };
4227
+ export { index_gen$o as v1beta1 };
4234
4228
  }
4235
4229
 
4236
4230
  type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
@@ -4243,7 +4237,7 @@ type ListContainersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name
4243
4237
  type ListCronsRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4244
4238
  type ListDomainsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
4245
4239
  type ListLogsRequestOrderBy$2 = 'timestamp_desc' | 'timestamp_asc';
4246
- type ListNamespacesRequestOrderBy$3 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
4240
+ type ListNamespacesRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
4247
4241
  type ListTokensRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4248
4242
  type ListTriggersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
4249
4243
  type LogStream$1 = 'unknown' | 'stdout' | 'stderr';
@@ -4260,13 +4254,16 @@ interface TriggerMnqNatsClientConfig$1 {
4260
4254
  mnqNamespaceId?: string;
4261
4255
  /** Name of the NATS subject the trigger listens to. */
4262
4256
  subject: string;
4263
- /** ID of the M&Q NATS account. */
4257
+ /** ID of the Messaging and Queuing NATS account. */
4264
4258
  mnqNatsAccountId: string;
4265
- /** ID of the M&Q project. */
4259
+ /** ID of the Messaging and Queuing project. */
4266
4260
  mnqProjectId: string;
4267
- /** Region of the M&Q project. */
4261
+ /** Currently, only the `fr-par` region is available. */
4268
4262
  mnqRegion: string;
4269
- /** ID of the M&Q credentials used to subscribe to the NATS subject. */
4263
+ /**
4264
+ * ID of the Messaging and Queuing credentials used to subscribe to the NATS
4265
+ * subject.
4266
+ */
4270
4267
  mnqCredentialId?: string;
4271
4268
  }
4272
4269
  interface TriggerMnqSqsClientConfig$1 {
@@ -4274,11 +4271,14 @@ interface TriggerMnqSqsClientConfig$1 {
4274
4271
  mnqNamespaceId?: string;
4275
4272
  /** Name of the SQS queue the trigger listens to. */
4276
4273
  queue: string;
4277
- /** ID of the M&Q project. */
4274
+ /** ID of the Messaging and Queuing project. */
4278
4275
  mnqProjectId: string;
4279
- /** Region in which the M&Q project is activated. */
4276
+ /** Currently, only the `fr-par` region is available. */
4280
4277
  mnqRegion: string;
4281
- /** ID of the M&Q credentials used to read from the SQS queue. */
4278
+ /**
4279
+ * ID of the Messaging and Queuing credentials used to read from the SQS
4280
+ * queue.
4281
+ */
4282
4282
  mnqCredentialId?: string;
4283
4283
  }
4284
4284
  interface TriggerSqsClientConfig$1 {
@@ -4296,11 +4296,11 @@ interface CreateTriggerRequestMnqNatsClientConfig$3 {
4296
4296
  mnqNamespaceId?: string;
4297
4297
  /** Name of the NATS subject the trigger should listen to. */
4298
4298
  subject: string;
4299
- /** ID of the M&Q NATS account. */
4299
+ /** ID of the Messaging and Queuing NATS account. */
4300
4300
  mnqNatsAccountId: string;
4301
- /** ID of the M&Q project. */
4301
+ /** ID of the Messaging and Queuing project. */
4302
4302
  mnqProjectId: string;
4303
- /** Region of the M&Q project. */
4303
+ /** Currently, only the `fr-par` region is available. */
4304
4304
  mnqRegion: string;
4305
4305
  }
4306
4306
  interface CreateTriggerRequestMnqSqsClientConfig$3 {
@@ -4310,7 +4310,7 @@ interface CreateTriggerRequestMnqSqsClientConfig$3 {
4310
4310
  queue: string;
4311
4311
  /** You must have activated SQS on this project. */
4312
4312
  mnqProjectId: string;
4313
- /** Region in which the M&Q project is activated. */
4313
+ /** Currently, only the `fr-par` region is available. */
4314
4314
  mnqRegion: string;
4315
4315
  }
4316
4316
  interface CreateTriggerRequestSqsClientConfig$1 {
@@ -4411,7 +4411,7 @@ interface Log$2 {
4411
4411
  /** Can be stdout or stderr. */
4412
4412
  stream: LogStream$1;
4413
4413
  }
4414
- interface Namespace$3 {
4414
+ interface Namespace$2 {
4415
4415
  /** UUID of the namespace. */
4416
4416
  id: string;
4417
4417
  /** Name of the namespace. */
@@ -4479,14 +4479,14 @@ interface Trigger$1 {
4479
4479
  /** Error message of the trigger. */
4480
4480
  errorMessage?: string;
4481
4481
  /**
4482
- * Configuration for a Scaleway M&Q SQS queue.
4482
+ * Configuration for a Scaleway Messaging and Queuing SQS queue.
4483
4483
  *
4484
4484
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
4485
4485
  * 'sqsConfig' could be set.
4486
4486
  */
4487
4487
  scwSqsConfig?: TriggerMnqSqsClientConfig$1;
4488
4488
  /**
4489
- * Configuration for a Scaleway M&Q NATS subject.
4489
+ * Configuration for a Scaleway Messaging and Queuing NATS subject.
4490
4490
  *
4491
4491
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
4492
4492
  * 'sqsConfig' could be set.
@@ -4578,7 +4578,7 @@ type CreateDomainRequest$2 = {
4578
4578
  /** UUID of the container to assign the domain to. */
4579
4579
  containerId: string;
4580
4580
  };
4581
- type CreateNamespaceRequest$3 = {
4581
+ type CreateNamespaceRequest$2 = {
4582
4582
  /**
4583
4583
  * Region to target. If none is passed will use default region from the
4584
4584
  * config.
@@ -4631,14 +4631,14 @@ type CreateTriggerRequest$3 = {
4631
4631
  /** Description of the trigger. */
4632
4632
  description?: string;
4633
4633
  /**
4634
- * Configuration for a Scaleway M&Q SQS queue.
4634
+ * Configuration for a Scaleway Messaging and Queuing SQS queue.
4635
4635
  *
4636
4636
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
4637
4637
  * 'sqsConfig' could be set.
4638
4638
  */
4639
4639
  scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig$3;
4640
4640
  /**
4641
- * Configuration for a Scaleway M&Q NATS subject.
4641
+ * Configuration for a Scaleway Messaging and Queuing NATS subject.
4642
4642
  *
4643
4643
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
4644
4644
  * 'sqsConfig' could be set.
@@ -4679,7 +4679,7 @@ type DeleteDomainRequest$1 = {
4679
4679
  /** UUID of the domain to delete. */
4680
4680
  domainId: string;
4681
4681
  };
4682
- type DeleteNamespaceRequest$3 = {
4682
+ type DeleteNamespaceRequest$2 = {
4683
4683
  /**
4684
4684
  * Region to target. If none is passed will use default region from the
4685
4685
  * config.
@@ -4742,7 +4742,7 @@ type GetDomainRequest$2 = {
4742
4742
  /** UUID of the domain to get. */
4743
4743
  domainId: string;
4744
4744
  };
4745
- type GetNamespaceRequest$3 = {
4745
+ type GetNamespaceRequest$2 = {
4746
4746
  /**
4747
4747
  * Region to target. If none is passed will use default region from the
4748
4748
  * config.
@@ -4869,7 +4869,7 @@ interface ListLogsResponse$2 {
4869
4869
  logs: Log$2[];
4870
4870
  totalCount: number;
4871
4871
  }
4872
- type ListNamespacesRequest$3 = {
4872
+ type ListNamespacesRequest$2 = {
4873
4873
  /**
4874
4874
  * Region to target. If none is passed will use default region from the
4875
4875
  * config.
@@ -4880,7 +4880,7 @@ type ListNamespacesRequest$3 = {
4880
4880
  /** Number of namespaces per page. */
4881
4881
  pageSize?: number;
4882
4882
  /** Order of the namespaces. */
4883
- orderBy?: ListNamespacesRequestOrderBy$3;
4883
+ orderBy?: ListNamespacesRequestOrderBy$2;
4884
4884
  /** Name of the namespaces. */
4885
4885
  name?: string;
4886
4886
  /** UUID of the Organization the namespace belongs to. */
@@ -4888,9 +4888,9 @@ type ListNamespacesRequest$3 = {
4888
4888
  /** UUID of the Project the namespace belongs to. */
4889
4889
  projectId?: string;
4890
4890
  };
4891
- interface ListNamespacesResponse$3 {
4891
+ interface ListNamespacesResponse$2 {
4892
4892
  /** Array of the namespaces. */
4893
- namespaces: Namespace$3[];
4893
+ namespaces: Namespace$2[];
4894
4894
  /** Total number of namespaces. */
4895
4895
  totalCount: number;
4896
4896
  }
@@ -5017,7 +5017,7 @@ type UpdateCronRequest$1 = {
5017
5017
  /** Name of the cron. */
5018
5018
  name?: string;
5019
5019
  };
5020
- type UpdateNamespaceRequest$3 = {
5020
+ type UpdateNamespaceRequest$2 = {
5021
5021
  /**
5022
5022
  * Region to target. If none is passed will use default region from the
5023
5023
  * config.
@@ -5053,19 +5053,19 @@ type UpdateTriggerRequest$3 = {
5053
5053
  };
5054
5054
 
5055
5055
  /** Serverless Containers API. */
5056
- declare class API$p extends API$w {
5056
+ declare class API$o extends API$v {
5057
5057
  /** Lists the available regions of the API. */
5058
5058
  static readonly LOCALITIES: Region[];
5059
- protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
5059
+ protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
5060
5060
  /**
5061
5061
  * List all your namespaces. List all namespaces in a specified region.
5062
5062
  *
5063
5063
  * @param request - The request {@link ListNamespacesRequest}
5064
5064
  * @returns A Promise of ListNamespacesResponse
5065
5065
  */
5066
- listNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3> & {
5067
- all: () => Promise<Namespace$3[]>;
5068
- [Symbol.asyncIterator]: () => AsyncGenerator<Namespace$3[], void, void>;
5066
+ listNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2> & {
5067
+ all: () => Promise<Namespace$2[]>;
5068
+ [Symbol.asyncIterator]: () => AsyncGenerator<Namespace$2[], void, void>;
5069
5069
  };
5070
5070
  /**
5071
5071
  * Get a namespace. Get the namespace associated with the specified ID.
@@ -5073,7 +5073,7 @@ declare class API$p extends API$w {
5073
5073
  * @param request - The request {@link GetNamespaceRequest}
5074
5074
  * @returns A Promise of Namespace
5075
5075
  */
5076
- getNamespace: (request: Readonly<GetNamespaceRequest$3>) => Promise<Namespace$3>;
5076
+ getNamespace: (request: Readonly<GetNamespaceRequest$2>) => Promise<Namespace$2>;
5077
5077
  /**
5078
5078
  * Waits for {@link Namespace} to be in a final state.
5079
5079
  *
@@ -5081,14 +5081,14 @@ declare class API$p extends API$w {
5081
5081
  * @param options - The waiting options
5082
5082
  * @returns A Promise of Namespace
5083
5083
  */
5084
- waitForNamespace: (request: Readonly<GetNamespaceRequest$3>, options?: Readonly<WaitForOptions<Namespace$3>>) => Promise<Namespace$3>;
5084
+ waitForNamespace: (request: Readonly<GetNamespaceRequest$2>, options?: Readonly<WaitForOptions<Namespace$2>>) => Promise<Namespace$2>;
5085
5085
  /**
5086
5086
  * Create a new namespace. Create a new namespace in a specified region.
5087
5087
  *
5088
5088
  * @param request - The request {@link CreateNamespaceRequest}
5089
5089
  * @returns A Promise of Namespace
5090
5090
  */
5091
- createNamespace: (request?: Readonly<CreateNamespaceRequest$3>) => Promise<Namespace$3>;
5091
+ createNamespace: (request?: Readonly<CreateNamespaceRequest$2>) => Promise<Namespace$2>;
5092
5092
  /**
5093
5093
  * Update an existing namespace. Update the space associated with the
5094
5094
  * specified ID.
@@ -5096,7 +5096,7 @@ declare class API$p extends API$w {
5096
5096
  * @param request - The request {@link UpdateNamespaceRequest}
5097
5097
  * @returns A Promise of Namespace
5098
5098
  */
5099
- updateNamespace: (request: Readonly<UpdateNamespaceRequest$3>) => Promise<Namespace$3>;
5099
+ updateNamespace: (request: Readonly<UpdateNamespaceRequest$2>) => Promise<Namespace$2>;
5100
5100
  /**
5101
5101
  * Delete an existing namespace. Delete the namespace associated with the
5102
5102
  * specified ID.
@@ -5104,7 +5104,7 @@ declare class API$p extends API$w {
5104
5104
  * @param request - The request {@link DeleteNamespaceRequest}
5105
5105
  * @returns A Promise of Namespace
5106
5106
  */
5107
- deleteNamespace: (request: Readonly<DeleteNamespaceRequest$3>) => Promise<Namespace$3>;
5107
+ deleteNamespace: (request: Readonly<DeleteNamespaceRequest$2>) => Promise<Namespace$2>;
5108
5108
  protected pageOfListContainers: (request: Readonly<ListContainersRequest>) => Promise<ListContainersResponse>;
5109
5109
  /**
5110
5110
  * List all your containers. List all containers for a specified region.
@@ -5419,26 +5419,26 @@ declare namespace validationRules_gen$a {
5419
5419
  export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
5420
5420
  }
5421
5421
 
5422
- declare const index_gen$o_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5423
- type index_gen$o_Container = Container;
5424
- type index_gen$o_ContainerHttpOption = ContainerHttpOption;
5425
- type index_gen$o_ContainerPrivacy = ContainerPrivacy;
5426
- type index_gen$o_ContainerProtocol = ContainerProtocol;
5427
- type index_gen$o_ContainerStatus = ContainerStatus;
5428
- type index_gen$o_CreateContainerRequest = CreateContainerRequest;
5429
- type index_gen$o_DeleteContainerRequest = DeleteContainerRequest;
5430
- type index_gen$o_DeployContainerRequest = DeployContainerRequest;
5431
- type index_gen$o_GetContainerRequest = GetContainerRequest;
5432
- type index_gen$o_ListContainersRequest = ListContainersRequest;
5433
- type index_gen$o_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5434
- type index_gen$o_ListContainersResponse = ListContainersResponse;
5435
- type index_gen$o_UpdateContainerRequest = UpdateContainerRequest;
5436
- declare namespace index_gen$o {
5437
- 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$3 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$3 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$3 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 ListLogsRequest$3 as ListLogsRequest, type ListLogsRequestOrderBy$2 as ListLogsRequestOrderBy, type ListLogsResponse$2 as ListLogsResponse, type ListNamespacesRequest$3 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$3 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$3 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$3 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type Secret$2 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$3 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$a as ValidationRules };
5422
+ declare const index_gen$n_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5423
+ type index_gen$n_Container = Container;
5424
+ type index_gen$n_ContainerHttpOption = ContainerHttpOption;
5425
+ type index_gen$n_ContainerPrivacy = ContainerPrivacy;
5426
+ type index_gen$n_ContainerProtocol = ContainerProtocol;
5427
+ type index_gen$n_ContainerStatus = ContainerStatus;
5428
+ type index_gen$n_CreateContainerRequest = CreateContainerRequest;
5429
+ type index_gen$n_DeleteContainerRequest = DeleteContainerRequest;
5430
+ type index_gen$n_DeployContainerRequest = DeployContainerRequest;
5431
+ type index_gen$n_GetContainerRequest = GetContainerRequest;
5432
+ type index_gen$n_ListContainersRequest = ListContainersRequest;
5433
+ type index_gen$n_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5434
+ type index_gen$n_ListContainersResponse = ListContainersResponse;
5435
+ type index_gen$n_UpdateContainerRequest = UpdateContainerRequest;
5436
+ declare namespace index_gen$n {
5437
+ export { API$o as API, index_gen$n_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$n_Container as Container, type index_gen$n_ContainerHttpOption as ContainerHttpOption, type index_gen$n_ContainerPrivacy as ContainerPrivacy, type index_gen$n_ContainerProtocol as ContainerProtocol, type index_gen$n_ContainerStatus as ContainerStatus, type index_gen$n_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$n_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$n_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$n_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$n_ListContainersRequest as ListContainersRequest, type index_gen$n_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$n_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$2 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$n_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$a as ValidationRules };
5438
5438
  }
5439
5439
 
5440
5440
  declare namespace index$q {
5441
- export { index_gen$o as v1beta1 };
5441
+ export { index_gen$n as v1beta1 };
5442
5442
  }
5443
5443
 
5444
5444
  type ACLRuleAction$1 = 'allow' | 'deny';
@@ -6649,7 +6649,7 @@ type UpgradeInstanceRequest$1 = {
6649
6649
  };
6650
6650
 
6651
6651
  /** Managed Document Databases API. */
6652
- declare class API$o extends API$w {
6652
+ declare class API$n extends API$v {
6653
6653
  /** Lists the available regions of the API. */
6654
6654
  static readonly LOCALITIES: Region[];
6655
6655
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
@@ -7197,12 +7197,12 @@ declare namespace validationRules_gen$9 {
7197
7197
  export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
7198
7198
  }
7199
7199
 
7200
- declare namespace index_gen$n {
7201
- 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$1 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$1 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$1 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$1 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 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 UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$1 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type User$2 as User, validationRules_gen$9 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
7200
+ declare namespace index_gen$m {
7201
+ 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$n 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$1 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$1 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$1 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$1 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 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 UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$1 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type User$2 as User, validationRules_gen$9 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
7202
7202
  }
7203
7203
 
7204
7204
  declare namespace index$p {
7205
- export { index_gen$n as v1beta1 };
7205
+ export { index_gen$m as v1beta1 };
7206
7206
  }
7207
7207
 
7208
7208
  type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
@@ -7220,6 +7220,7 @@ type DomainRecordType = 'unknown' | 'A' | 'AAAA' | 'CNAME' | 'TXT' | 'SRV' | 'TL
7220
7220
  type DomainRegistrationStatusTransferStatus = 'status_unknown' | 'pending' | 'waiting_vote' | 'rejected' | 'processing' | 'done';
7221
7221
  type DomainStatus$2 = 'status_unknown' | 'active' | 'creating' | 'create_error' | 'renewing' | 'renew_error' | 'xfering' | 'xfer_error' | 'expired' | 'expiring' | 'updating' | 'checking' | 'locked' | 'deleting';
7222
7222
  type HostStatus = 'unknown_status' | 'active' | 'updating' | 'deleting';
7223
+ type LinkedProduct = 'unknown_product' | 'vpc';
7223
7224
  type ListContactsRequestRole = 'unknown_role' | 'owner' | 'administrative' | 'technical';
7224
7225
  type ListDNSZoneRecordsRequestOrderBy = 'name_asc' | 'name_desc';
7225
7226
  type ListDNSZonesRequestOrderBy = 'domain_asc' | 'domain_desc' | 'subdomain_asc' | 'subdomain_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
@@ -7231,7 +7232,7 @@ type RawFormat = 'unknown_raw_format' | 'bind';
7231
7232
  type RenewableDomainStatus = 'unknown' | 'renewable' | 'late_reneweable' | 'not_renewable';
7232
7233
  type SSLCertificateStatus = 'unknown' | 'new' | 'pending' | 'success' | 'error';
7233
7234
  type TaskStatus$1 = 'unavailable' | 'new' | 'waiting_payment' | 'pending' | 'success' | 'error';
7234
- type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host' | 'move_project';
7235
+ type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host' | 'move_project' | 'transfer_online_domain';
7235
7236
  interface DomainRecordGeoIPConfigMatch {
7236
7237
  countries: string[];
7237
7238
  continents: string[];
@@ -7487,6 +7488,7 @@ interface DNSZone {
7487
7488
  message?: string;
7488
7489
  updatedAt?: Date;
7489
7490
  projectId: string;
7491
+ linkedProducts: LinkedProduct[];
7490
7492
  }
7491
7493
  interface DomainDNSSEC {
7492
7494
  status: DomainFeatureStatus;
@@ -7693,6 +7695,7 @@ interface Domain$2 {
7693
7695
  */
7694
7696
  transferRegistrationStatus?: DomainRegistrationStatusTransfer;
7695
7697
  tld?: Tld;
7698
+ linkedProducts: LinkedProduct[];
7696
7699
  }
7697
7700
  type ExportRawDNSZoneRequest = {
7698
7701
  /** DNS zone to export. */
@@ -8247,7 +8250,7 @@ type UpdateDNSZoneRequest = {
8247
8250
  *
8248
8251
  * Manage your domains, DNS zones and records with the Domains and DNS API.
8249
8252
  */
8250
- declare class API$n extends API$w {
8253
+ declare class API$m extends API$v {
8251
8254
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
8252
8255
  /**
8253
8256
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -8487,7 +8490,7 @@ declare class API$n extends API$w {
8487
8490
  *
8488
8491
  * Manage your domains and contacts.
8489
8492
  */
8490
- declare class RegistrarAPI extends API$w {
8493
+ declare class RegistrarAPI extends API$v {
8491
8494
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
8492
8495
  /**
8493
8496
  * List tasks. List all operations performed on the account. You can filter
@@ -8779,170 +8782,171 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
8779
8782
  /** Lists transient statutes of the enum {@link TaskStatus}. */
8780
8783
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
8781
8784
 
8782
- type index_gen$m_AvailableDomain = AvailableDomain;
8783
- type index_gen$m_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
8784
- type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
8785
- type index_gen$m_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
8786
- type index_gen$m_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
8787
- type index_gen$m_CloneDNSZoneRequest = CloneDNSZoneRequest;
8788
- type index_gen$m_Contact = Contact;
8789
- type index_gen$m_ContactEmailStatus = ContactEmailStatus;
8790
- type index_gen$m_ContactExtensionEU = ContactExtensionEU;
8791
- type index_gen$m_ContactExtensionFR = ContactExtensionFR;
8792
- type index_gen$m_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
8793
- type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
8794
- type index_gen$m_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
8795
- type index_gen$m_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
8796
- type index_gen$m_ContactExtensionFRMode = ContactExtensionFRMode;
8797
- type index_gen$m_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
8798
- type index_gen$m_ContactExtensionNL = ContactExtensionNL;
8799
- type index_gen$m_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
8800
- type index_gen$m_ContactLegalForm = ContactLegalForm;
8801
- type index_gen$m_ContactQuestion = ContactQuestion;
8802
- type index_gen$m_ContactRoles = ContactRoles;
8803
- type index_gen$m_ContactRolesRoles = ContactRolesRoles;
8804
- type index_gen$m_CreateDNSZoneRequest = CreateDNSZoneRequest;
8805
- type index_gen$m_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
8806
- type index_gen$m_DNSZone = DNSZone;
8807
- type index_gen$m_DNSZoneStatus = DNSZoneStatus;
8808
- type index_gen$m_DNSZoneVersion = DNSZoneVersion;
8809
- declare const index_gen$m_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
8810
- declare const index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
8811
- declare const index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
8812
- type index_gen$m_DSRecord = DSRecord;
8813
- type index_gen$m_DSRecordAlgorithm = DSRecordAlgorithm;
8814
- type index_gen$m_DSRecordDigest = DSRecordDigest;
8815
- type index_gen$m_DSRecordDigestType = DSRecordDigestType;
8816
- type index_gen$m_DSRecordPublicKey = DSRecordPublicKey;
8817
- type index_gen$m_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
8818
- type index_gen$m_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
8819
- type index_gen$m_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
8820
- type index_gen$m_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
8821
- type index_gen$m_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
8822
- type index_gen$m_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
8823
- type index_gen$m_DomainDNSSEC = DomainDNSSEC;
8824
- type index_gen$m_DomainFeatureStatus = DomainFeatureStatus;
8825
- type index_gen$m_DomainRecord = DomainRecord;
8826
- type index_gen$m_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
8827
- type index_gen$m_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
8828
- type index_gen$m_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
8829
- type index_gen$m_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
8830
- type index_gen$m_DomainRecordType = DomainRecordType;
8831
- type index_gen$m_DomainRecordViewConfig = DomainRecordViewConfig;
8832
- type index_gen$m_DomainRecordViewConfigView = DomainRecordViewConfigView;
8833
- type index_gen$m_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
8834
- type index_gen$m_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
8835
- type index_gen$m_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
8836
- type index_gen$m_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
8837
- type index_gen$m_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
8838
- type index_gen$m_DomainSummary = DomainSummary;
8839
- type index_gen$m_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
8840
- type index_gen$m_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
8841
- type index_gen$m_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
8842
- type index_gen$m_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
8843
- type index_gen$m_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
8844
- type index_gen$m_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
8845
- type index_gen$m_GetSSLCertificateRequest = GetSSLCertificateRequest;
8846
- declare const index_gen$m_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
8847
- type index_gen$m_Host = Host;
8848
- type index_gen$m_HostStatus = HostStatus;
8849
- type index_gen$m_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
8850
- type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
8851
- type index_gen$m_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
8852
- type index_gen$m_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
8853
- type index_gen$m_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
8854
- type index_gen$m_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
8855
- type index_gen$m_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
8856
- type index_gen$m_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
8857
- type index_gen$m_ListContactsRequestRole = ListContactsRequestRole;
8858
- type index_gen$m_ListContactsResponse = ListContactsResponse;
8859
- type index_gen$m_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
8860
- type index_gen$m_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
8861
- type index_gen$m_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
8862
- type index_gen$m_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
8863
- type index_gen$m_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
8864
- type index_gen$m_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
8865
- type index_gen$m_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
8866
- type index_gen$m_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
8867
- type index_gen$m_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
8868
- type index_gen$m_ListDNSZonesRequest = ListDNSZonesRequest;
8869
- type index_gen$m_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
8870
- type index_gen$m_ListDNSZonesResponse = ListDNSZonesResponse;
8871
- type index_gen$m_ListDomainHostsResponse = ListDomainHostsResponse;
8872
- type index_gen$m_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
8873
- type index_gen$m_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
8874
- type index_gen$m_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
8875
- type index_gen$m_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
8876
- type index_gen$m_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
8877
- type index_gen$m_ListTasksResponse = ListTasksResponse;
8878
- type index_gen$m_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
8879
- type index_gen$m_ListTldsResponse = ListTldsResponse;
8880
- type index_gen$m_NewContact = NewContact;
8881
- type index_gen$m_OrderResponse = OrderResponse;
8882
- type index_gen$m_RawFormat = RawFormat;
8883
- type index_gen$m_RecordChange = RecordChange;
8884
- type index_gen$m_RecordChangeAdd = RecordChangeAdd;
8885
- type index_gen$m_RecordChangeClear = RecordChangeClear;
8886
- type index_gen$m_RecordChangeDelete = RecordChangeDelete;
8887
- type index_gen$m_RecordChangeSet = RecordChangeSet;
8888
- type index_gen$m_RecordIdentifier = RecordIdentifier;
8889
- type index_gen$m_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
8890
- type index_gen$m_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
8891
- type index_gen$m_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
8892
- type index_gen$m_RegistrarAPI = RegistrarAPI;
8893
- declare const index_gen$m_RegistrarAPI: typeof RegistrarAPI;
8894
- type index_gen$m_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
8895
- type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
8896
- type index_gen$m_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
8897
- type index_gen$m_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
8898
- type index_gen$m_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
8899
- type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
8900
- type index_gen$m_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
8901
- type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
8902
- type index_gen$m_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
8903
- type index_gen$m_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
8904
- type index_gen$m_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
8905
- type index_gen$m_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
8906
- type index_gen$m_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
8907
- type index_gen$m_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
8908
- type index_gen$m_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
8909
- type index_gen$m_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
8910
- type index_gen$m_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
8911
- type index_gen$m_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
8912
- type index_gen$m_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
8913
- type index_gen$m_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
8914
- type index_gen$m_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
8915
- type index_gen$m_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
8916
- type index_gen$m_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
8917
- type index_gen$m_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
8918
- type index_gen$m_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
8919
- type index_gen$m_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
8920
- type index_gen$m_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
8921
- type index_gen$m_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
8922
- type index_gen$m_RenewableDomain = RenewableDomain;
8923
- type index_gen$m_RenewableDomainStatus = RenewableDomainStatus;
8924
- type index_gen$m_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
8925
- type index_gen$m_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
8926
- type index_gen$m_SSLCertificate = SSLCertificate;
8927
- type index_gen$m_SSLCertificateStatus = SSLCertificateStatus;
8928
- declare const index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
8929
- type index_gen$m_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
8930
- type index_gen$m_TaskType = TaskType;
8931
- type index_gen$m_Tld = Tld;
8932
- type index_gen$m_TldOffer = TldOffer;
8933
- type index_gen$m_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
8934
- type index_gen$m_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
8935
- type index_gen$m_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
8936
- type index_gen$m_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
8937
- type index_gen$m_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
8938
- type index_gen$m_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
8939
- type index_gen$m_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
8940
- declare namespace index_gen$m {
8941
- 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_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_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 };
8785
+ type index_gen$l_AvailableDomain = AvailableDomain;
8786
+ type index_gen$l_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
8787
+ type index_gen$l_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
8788
+ type index_gen$l_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
8789
+ type index_gen$l_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
8790
+ type index_gen$l_CloneDNSZoneRequest = CloneDNSZoneRequest;
8791
+ type index_gen$l_Contact = Contact;
8792
+ type index_gen$l_ContactEmailStatus = ContactEmailStatus;
8793
+ type index_gen$l_ContactExtensionEU = ContactExtensionEU;
8794
+ type index_gen$l_ContactExtensionFR = ContactExtensionFR;
8795
+ type index_gen$l_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
8796
+ type index_gen$l_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
8797
+ type index_gen$l_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
8798
+ type index_gen$l_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
8799
+ type index_gen$l_ContactExtensionFRMode = ContactExtensionFRMode;
8800
+ type index_gen$l_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
8801
+ type index_gen$l_ContactExtensionNL = ContactExtensionNL;
8802
+ type index_gen$l_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
8803
+ type index_gen$l_ContactLegalForm = ContactLegalForm;
8804
+ type index_gen$l_ContactQuestion = ContactQuestion;
8805
+ type index_gen$l_ContactRoles = ContactRoles;
8806
+ type index_gen$l_ContactRolesRoles = ContactRolesRoles;
8807
+ type index_gen$l_CreateDNSZoneRequest = CreateDNSZoneRequest;
8808
+ type index_gen$l_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
8809
+ type index_gen$l_DNSZone = DNSZone;
8810
+ type index_gen$l_DNSZoneStatus = DNSZoneStatus;
8811
+ type index_gen$l_DNSZoneVersion = DNSZoneVersion;
8812
+ declare const index_gen$l_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
8813
+ declare const index_gen$l_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
8814
+ declare const index_gen$l_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
8815
+ type index_gen$l_DSRecord = DSRecord;
8816
+ type index_gen$l_DSRecordAlgorithm = DSRecordAlgorithm;
8817
+ type index_gen$l_DSRecordDigest = DSRecordDigest;
8818
+ type index_gen$l_DSRecordDigestType = DSRecordDigestType;
8819
+ type index_gen$l_DSRecordPublicKey = DSRecordPublicKey;
8820
+ type index_gen$l_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
8821
+ type index_gen$l_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
8822
+ type index_gen$l_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
8823
+ type index_gen$l_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
8824
+ type index_gen$l_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
8825
+ type index_gen$l_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
8826
+ type index_gen$l_DomainDNSSEC = DomainDNSSEC;
8827
+ type index_gen$l_DomainFeatureStatus = DomainFeatureStatus;
8828
+ type index_gen$l_DomainRecord = DomainRecord;
8829
+ type index_gen$l_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
8830
+ type index_gen$l_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
8831
+ type index_gen$l_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
8832
+ type index_gen$l_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
8833
+ type index_gen$l_DomainRecordType = DomainRecordType;
8834
+ type index_gen$l_DomainRecordViewConfig = DomainRecordViewConfig;
8835
+ type index_gen$l_DomainRecordViewConfigView = DomainRecordViewConfigView;
8836
+ type index_gen$l_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
8837
+ type index_gen$l_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
8838
+ type index_gen$l_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
8839
+ type index_gen$l_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
8840
+ type index_gen$l_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
8841
+ type index_gen$l_DomainSummary = DomainSummary;
8842
+ type index_gen$l_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
8843
+ type index_gen$l_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
8844
+ type index_gen$l_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
8845
+ type index_gen$l_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
8846
+ type index_gen$l_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
8847
+ type index_gen$l_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
8848
+ type index_gen$l_GetSSLCertificateRequest = GetSSLCertificateRequest;
8849
+ declare const index_gen$l_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
8850
+ type index_gen$l_Host = Host;
8851
+ type index_gen$l_HostStatus = HostStatus;
8852
+ type index_gen$l_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
8853
+ type index_gen$l_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
8854
+ type index_gen$l_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
8855
+ type index_gen$l_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
8856
+ type index_gen$l_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
8857
+ type index_gen$l_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
8858
+ type index_gen$l_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
8859
+ type index_gen$l_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
8860
+ type index_gen$l_LinkedProduct = LinkedProduct;
8861
+ type index_gen$l_ListContactsRequestRole = ListContactsRequestRole;
8862
+ type index_gen$l_ListContactsResponse = ListContactsResponse;
8863
+ type index_gen$l_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
8864
+ type index_gen$l_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
8865
+ type index_gen$l_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
8866
+ type index_gen$l_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
8867
+ type index_gen$l_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
8868
+ type index_gen$l_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
8869
+ type index_gen$l_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
8870
+ type index_gen$l_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
8871
+ type index_gen$l_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
8872
+ type index_gen$l_ListDNSZonesRequest = ListDNSZonesRequest;
8873
+ type index_gen$l_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
8874
+ type index_gen$l_ListDNSZonesResponse = ListDNSZonesResponse;
8875
+ type index_gen$l_ListDomainHostsResponse = ListDomainHostsResponse;
8876
+ type index_gen$l_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
8877
+ type index_gen$l_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
8878
+ type index_gen$l_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
8879
+ type index_gen$l_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
8880
+ type index_gen$l_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
8881
+ type index_gen$l_ListTasksResponse = ListTasksResponse;
8882
+ type index_gen$l_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
8883
+ type index_gen$l_ListTldsResponse = ListTldsResponse;
8884
+ type index_gen$l_NewContact = NewContact;
8885
+ type index_gen$l_OrderResponse = OrderResponse;
8886
+ type index_gen$l_RawFormat = RawFormat;
8887
+ type index_gen$l_RecordChange = RecordChange;
8888
+ type index_gen$l_RecordChangeAdd = RecordChangeAdd;
8889
+ type index_gen$l_RecordChangeClear = RecordChangeClear;
8890
+ type index_gen$l_RecordChangeDelete = RecordChangeDelete;
8891
+ type index_gen$l_RecordChangeSet = RecordChangeSet;
8892
+ type index_gen$l_RecordIdentifier = RecordIdentifier;
8893
+ type index_gen$l_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
8894
+ type index_gen$l_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
8895
+ type index_gen$l_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
8896
+ type index_gen$l_RegistrarAPI = RegistrarAPI;
8897
+ declare const index_gen$l_RegistrarAPI: typeof RegistrarAPI;
8898
+ type index_gen$l_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
8899
+ type index_gen$l_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
8900
+ type index_gen$l_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
8901
+ type index_gen$l_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
8902
+ type index_gen$l_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
8903
+ type index_gen$l_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
8904
+ type index_gen$l_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
8905
+ type index_gen$l_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
8906
+ type index_gen$l_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
8907
+ type index_gen$l_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
8908
+ type index_gen$l_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
8909
+ type index_gen$l_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
8910
+ type index_gen$l_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
8911
+ type index_gen$l_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
8912
+ type index_gen$l_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
8913
+ type index_gen$l_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
8914
+ type index_gen$l_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
8915
+ type index_gen$l_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
8916
+ type index_gen$l_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
8917
+ type index_gen$l_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
8918
+ type index_gen$l_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
8919
+ type index_gen$l_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
8920
+ type index_gen$l_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
8921
+ type index_gen$l_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
8922
+ type index_gen$l_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
8923
+ type index_gen$l_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
8924
+ type index_gen$l_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
8925
+ type index_gen$l_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
8926
+ type index_gen$l_RenewableDomain = RenewableDomain;
8927
+ type index_gen$l_RenewableDomainStatus = RenewableDomainStatus;
8928
+ type index_gen$l_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
8929
+ type index_gen$l_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
8930
+ type index_gen$l_SSLCertificate = SSLCertificate;
8931
+ type index_gen$l_SSLCertificateStatus = SSLCertificateStatus;
8932
+ declare const index_gen$l_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
8933
+ type index_gen$l_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
8934
+ type index_gen$l_TaskType = TaskType;
8935
+ type index_gen$l_Tld = Tld;
8936
+ type index_gen$l_TldOffer = TldOffer;
8937
+ type index_gen$l_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
8938
+ type index_gen$l_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
8939
+ type index_gen$l_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
8940
+ type index_gen$l_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
8941
+ type index_gen$l_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
8942
+ type index_gen$l_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
8943
+ type index_gen$l_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
8944
+ declare namespace index_gen$l {
8945
+ export { API$m as API, type index_gen$l_AvailableDomain as AvailableDomain, type index_gen$l_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$l_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$l_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$l_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$l_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$l_Contact as Contact, type index_gen$l_ContactEmailStatus as ContactEmailStatus, type index_gen$l_ContactExtensionEU as ContactExtensionEU, type index_gen$l_ContactExtensionFR as ContactExtensionFR, type index_gen$l_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$l_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$l_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$l_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$l_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$l_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$l_ContactExtensionNL as ContactExtensionNL, type index_gen$l_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$l_ContactLegalForm as ContactLegalForm, type index_gen$l_ContactQuestion as ContactQuestion, type index_gen$l_ContactRoles as ContactRoles, type index_gen$l_ContactRolesRoles as ContactRolesRoles, type index_gen$l_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$l_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$l_DNSZone as DNSZone, type index_gen$l_DNSZoneStatus as DNSZoneStatus, type index_gen$l_DNSZoneVersion as DNSZoneVersion, index_gen$l_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$l_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$l_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DSRecord as DSRecord, type index_gen$l_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$l_DSRecordDigest as DSRecordDigest, type index_gen$l_DSRecordDigestType as DSRecordDigestType, type index_gen$l_DSRecordPublicKey as DSRecordPublicKey, type index_gen$l_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$l_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$l_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$l_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$l_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$l_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$l_DomainDNSSEC as DomainDNSSEC, type index_gen$l_DomainFeatureStatus as DomainFeatureStatus, type index_gen$l_DomainRecord as DomainRecord, type index_gen$l_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$l_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$l_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$l_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$l_DomainRecordType as DomainRecordType, type index_gen$l_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$l_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$l_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$l_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$l_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$l_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$l_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$l_DomainSummary as DomainSummary, type index_gen$l_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$l_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$l_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$l_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$l_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$l_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$l_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$l_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$l_Host as Host, type index_gen$l_HostStatus as HostStatus, type index_gen$l_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$l_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$l_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$l_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$l_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$l_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$l_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$l_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$l_LinkedProduct as LinkedProduct, type index_gen$l_ListContactsRequestRole as ListContactsRequestRole, type index_gen$l_ListContactsResponse as ListContactsResponse, type index_gen$l_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$l_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$l_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$l_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$l_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$l_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$l_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$l_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$l_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$l_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$l_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$l_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$l_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$l_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$l_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$l_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$l_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$l_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$l_ListTasksResponse as ListTasksResponse, type index_gen$l_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$l_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$l_NewContact as NewContact, type index_gen$l_OrderResponse as OrderResponse, type index_gen$l_RawFormat as RawFormat, type index_gen$l_RecordChange as RecordChange, type index_gen$l_RecordChangeAdd as RecordChangeAdd, type index_gen$l_RecordChangeClear as RecordChangeClear, type index_gen$l_RecordChangeDelete as RecordChangeDelete, type index_gen$l_RecordChangeSet as RecordChangeSet, type index_gen$l_RecordIdentifier as RecordIdentifier, type index_gen$l_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$l_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$l_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$l_RegistrarAPI as RegistrarAPI, type index_gen$l_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$l_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$l_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$l_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$l_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$l_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$l_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$l_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$l_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$l_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$l_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$l_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$l_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$l_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$l_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$l_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$l_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$l_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$l_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$l_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$l_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$l_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$l_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$l_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$l_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$l_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$l_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$l_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$l_RenewableDomain as RenewableDomain, type index_gen$l_RenewableDomainStatus as RenewableDomainStatus, type index_gen$l_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$l_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$l_SSLCertificate as SSLCertificate, type index_gen$l_SSLCertificateStatus as SSLCertificateStatus, index_gen$l_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$l_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$l_TaskType as TaskType, type index_gen$l_Tld as Tld, type index_gen$l_TldOffer as TldOffer, type index_gen$l_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$l_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$l_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$l_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$l_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$l_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$l_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
8942
8946
  }
8943
8947
 
8944
8948
  declare namespace index$o {
8945
- export { index_gen$m as v2beta1 };
8949
+ export { index_gen$l as v2beta1 };
8946
8950
  }
8947
8951
 
8948
8952
  type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
@@ -9142,7 +9146,7 @@ type UpdateFlexibleIPRequest = {
9142
9146
  };
9143
9147
 
9144
9148
  /** Elastic Metal - Flexible IP API. */
9145
- declare class API$m extends API$w {
9149
+ declare class API$l extends API$v {
9146
9150
  /** Lists the available zones of the API. */
9147
9151
  static readonly LOCALITIES: Zone[];
9148
9152
  /**
@@ -9269,33 +9273,33 @@ declare namespace validationRules_gen$8 {
9269
9273
  export { validationRules_gen$8_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
9270
9274
  }
9271
9275
 
9272
- type index_gen$l_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9273
- type index_gen$l_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9274
- type index_gen$l_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9275
- type index_gen$l_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9276
- type index_gen$l_DeleteMACAddrRequest = DeleteMACAddrRequest;
9277
- type index_gen$l_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9278
- type index_gen$l_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9279
- type index_gen$l_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9280
- declare const index_gen$l_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9281
- type index_gen$l_FlexibleIP = FlexibleIP;
9282
- type index_gen$l_FlexibleIPStatus = FlexibleIPStatus;
9283
- type index_gen$l_GenerateMACAddrRequest = GenerateMACAddrRequest;
9284
- type index_gen$l_GetFlexibleIPRequest = GetFlexibleIPRequest;
9285
- type index_gen$l_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9286
- type index_gen$l_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9287
- type index_gen$l_MACAddress = MACAddress;
9288
- type index_gen$l_MACAddressStatus = MACAddressStatus;
9289
- type index_gen$l_MACAddressType = MACAddressType;
9290
- declare const index_gen$l_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9291
- type index_gen$l_MoveMACAddrRequest = MoveMACAddrRequest;
9292
- type index_gen$l_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9293
- declare namespace index_gen$l {
9294
- 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$8 as ValidationRules };
9276
+ type index_gen$k_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9277
+ type index_gen$k_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9278
+ type index_gen$k_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9279
+ type index_gen$k_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9280
+ type index_gen$k_DeleteMACAddrRequest = DeleteMACAddrRequest;
9281
+ type index_gen$k_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9282
+ type index_gen$k_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9283
+ type index_gen$k_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9284
+ declare const index_gen$k_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9285
+ type index_gen$k_FlexibleIP = FlexibleIP;
9286
+ type index_gen$k_FlexibleIPStatus = FlexibleIPStatus;
9287
+ type index_gen$k_GenerateMACAddrRequest = GenerateMACAddrRequest;
9288
+ type index_gen$k_GetFlexibleIPRequest = GetFlexibleIPRequest;
9289
+ type index_gen$k_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9290
+ type index_gen$k_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9291
+ type index_gen$k_MACAddress = MACAddress;
9292
+ type index_gen$k_MACAddressStatus = MACAddressStatus;
9293
+ type index_gen$k_MACAddressType = MACAddressType;
9294
+ declare const index_gen$k_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9295
+ type index_gen$k_MoveMACAddrRequest = MoveMACAddrRequest;
9296
+ type index_gen$k_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9297
+ declare namespace index_gen$k {
9298
+ export { API$l as API, type index_gen$k_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$k_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$k_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$k_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$k_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$k_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$k_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$k_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$k_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$k_FlexibleIP as FlexibleIP, type index_gen$k_FlexibleIPStatus as FlexibleIPStatus, type index_gen$k_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$k_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$k_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$k_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$k_MACAddress as MACAddress, type index_gen$k_MACAddressStatus as MACAddressStatus, type index_gen$k_MACAddressType as MACAddressType, index_gen$k_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$k_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$k_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$8 as ValidationRules };
9295
9299
  }
9296
9300
 
9297
9301
  declare namespace index$n {
9298
- export { index_gen$l as v1alpha1 };
9302
+ export { index_gen$k as v1alpha1 };
9299
9303
  }
9300
9304
 
9301
9305
  type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
@@ -9308,7 +9312,7 @@ type ListCronsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9308
9312
  type ListDomainsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
9309
9313
  type ListFunctionsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
9310
9314
  type ListLogsRequestOrderBy$1 = 'timestamp_desc' | 'timestamp_asc';
9311
- type ListNamespacesRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
9315
+ type ListNamespacesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
9312
9316
  type ListTokensRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9313
9317
  type ListTriggersRequestOrderBy = 'created_at_asc' | 'created_at_desc';
9314
9318
  type LogStream = 'unknown' | 'stdout' | 'stderr';
@@ -9326,13 +9330,16 @@ interface TriggerMnqNatsClientConfig {
9326
9330
  mnqNamespaceId?: string;
9327
9331
  /** Name of the NATS subject the trigger listens to. */
9328
9332
  subject: string;
9329
- /** ID of the M&Q NATS account. */
9333
+ /** ID of the Messaging and Queuing NATS account. */
9330
9334
  mnqNatsAccountId: string;
9331
- /** ID of the M&Q project. */
9335
+ /** ID of the Messaging and Queuing project. */
9332
9336
  mnqProjectId: string;
9333
- /** Region of the M&Q project. */
9337
+ /** Currently, only the `fr-par` region is available. */
9334
9338
  mnqRegion: string;
9335
- /** ID of the M&Q credentials used to subscribe to the NATS subject. */
9339
+ /**
9340
+ * ID of the Messaging and Queuing credentials used to subscribe to the NATS
9341
+ * subject.
9342
+ */
9336
9343
  mnqCredentialId?: string;
9337
9344
  }
9338
9345
  interface TriggerMnqSqsClientConfig {
@@ -9340,11 +9347,14 @@ interface TriggerMnqSqsClientConfig {
9340
9347
  mnqNamespaceId?: string;
9341
9348
  /** Name of the SQS queue the trigger listens to. */
9342
9349
  queue: string;
9343
- /** ID of the M&Q project. */
9350
+ /** ID of the Messaging and Queuing project. */
9344
9351
  mnqProjectId: string;
9345
- /** Region in which the M&Q project is activated. */
9352
+ /** Currently, only the `fr-par` region is available. */
9346
9353
  mnqRegion: string;
9347
- /** ID of the M&Q credentials used to read from the SQS queue. */
9354
+ /**
9355
+ * ID of the Messaging and Queuing credentials used to read from the SQS
9356
+ * queue.
9357
+ */
9348
9358
  mnqCredentialId?: string;
9349
9359
  }
9350
9360
  interface TriggerSqsClientConfig {
@@ -9362,11 +9372,11 @@ interface CreateTriggerRequestMnqNatsClientConfig$1 {
9362
9372
  mnqNamespaceId?: string;
9363
9373
  /** Name of the NATS subject the trigger should listen to. */
9364
9374
  subject: string;
9365
- /** ID of the M&Q NATS account. */
9375
+ /** ID of the Messaging and Queuing NATS account. */
9366
9376
  mnqNatsAccountId: string;
9367
- /** ID of the M&Q project. */
9377
+ /** ID of the Messaging and Queuing project. */
9368
9378
  mnqProjectId: string;
9369
- /** Region of the M&Q project. */
9379
+ /** Currently, only the `fr-par` region is available. */
9370
9380
  mnqRegion: string;
9371
9381
  }
9372
9382
  interface CreateTriggerRequestMnqSqsClientConfig$1 {
@@ -9376,7 +9386,7 @@ interface CreateTriggerRequestMnqSqsClientConfig$1 {
9376
9386
  queue: string;
9377
9387
  /** You must have activated SQS on this project. */
9378
9388
  mnqProjectId: string;
9379
- /** Region in which the M&Q project is activated. */
9389
+ /** Currently, only the `fr-par` region is available. */
9380
9390
  mnqRegion: string;
9381
9391
  }
9382
9392
  interface CreateTriggerRequestSqsClientConfig {
@@ -9488,7 +9498,7 @@ interface Log$1 {
9488
9498
  /** Can be stdout or stderr. */
9489
9499
  stream: LogStream;
9490
9500
  }
9491
- interface Namespace$2 {
9501
+ interface Namespace$1 {
9492
9502
  /** UUID of the namespace. */
9493
9503
  id: string;
9494
9504
  /** Name of the namespace. */
@@ -9556,14 +9566,14 @@ interface Trigger {
9556
9566
  /** Error message of the trigger. */
9557
9567
  errorMessage?: string;
9558
9568
  /**
9559
- * Configuration for a Scaleway M&Q SQS queue.
9569
+ * Configuration for a Scaleway Messaging and Queuing SQS queue.
9560
9570
  *
9561
9571
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
9562
9572
  * 'sqsConfig' could be set.
9563
9573
  */
9564
9574
  scwSqsConfig?: TriggerMnqSqsClientConfig;
9565
9575
  /**
9566
- * Configuration for a Scaleway M&Q NATS subject.
9576
+ * Configuration for a Scaleway Messaging and Queuing NATS subject.
9567
9577
  *
9568
9578
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
9569
9579
  * 'sqsConfig' could be set.
@@ -9645,7 +9655,7 @@ type CreateFunctionRequest = {
9645
9655
  */
9646
9656
  httpOption?: FunctionHttpOption;
9647
9657
  };
9648
- type CreateNamespaceRequest$2 = {
9658
+ type CreateNamespaceRequest$1 = {
9649
9659
  /**
9650
9660
  * Region to target. If none is passed will use default region from the
9651
9661
  * config.
@@ -9697,14 +9707,14 @@ type CreateTriggerRequest$1 = {
9697
9707
  /** Description of the trigger. */
9698
9708
  description?: string;
9699
9709
  /**
9700
- * Configuration for a Scaleway M&Q SQS queue.
9710
+ * Configuration for a Scaleway Messaging and Queuing SQS queue.
9701
9711
  *
9702
9712
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
9703
9713
  * 'sqsConfig' could be set.
9704
9714
  */
9705
9715
  scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig$1;
9706
9716
  /**
9707
- * Configuration for a Scaleway M&Q NATS subject.
9717
+ * Configuration for a Scaleway Messaging and Queuing NATS subject.
9708
9718
  *
9709
9719
  * One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
9710
9720
  * 'sqsConfig' could be set.
@@ -9745,7 +9755,7 @@ type DeleteFunctionRequest = {
9745
9755
  /** UUID of the function to delete. */
9746
9756
  functionId: string;
9747
9757
  };
9748
- type DeleteNamespaceRequest$2 = {
9758
+ type DeleteNamespaceRequest$1 = {
9749
9759
  /**
9750
9760
  * Region to target. If none is passed will use default region from the
9751
9761
  * config.
@@ -9832,7 +9842,7 @@ type GetFunctionUploadURLRequest = {
9832
9842
  /** Size of the archive to upload in bytes. */
9833
9843
  contentLength: number;
9834
9844
  };
9835
- type GetNamespaceRequest$2 = {
9845
+ type GetNamespaceRequest$1 = {
9836
9846
  /**
9837
9847
  * Region to target. If none is passed will use default region from the
9838
9848
  * config.
@@ -9974,7 +9984,7 @@ interface ListLogsResponse$1 {
9974
9984
  /** Total number of logs. */
9975
9985
  totalCount: number;
9976
9986
  }
9977
- type ListNamespacesRequest$2 = {
9987
+ type ListNamespacesRequest$1 = {
9978
9988
  /**
9979
9989
  * Region to target. If none is passed will use default region from the
9980
9990
  * config.
@@ -9985,7 +9995,7 @@ type ListNamespacesRequest$2 = {
9985
9995
  /** Number of namespaces per page. */
9986
9996
  pageSize?: number;
9987
9997
  /** Order of the namespaces. */
9988
- orderBy?: ListNamespacesRequestOrderBy$2;
9998
+ orderBy?: ListNamespacesRequestOrderBy$1;
9989
9999
  /** Name of the namespace. */
9990
10000
  name?: string;
9991
10001
  /** UUID of the Organization the namespace belongs to. */
@@ -9993,8 +10003,8 @@ type ListNamespacesRequest$2 = {
9993
10003
  /** UUID of the Project the namespace belongs to. */
9994
10004
  projectId?: string;
9995
10005
  };
9996
- interface ListNamespacesResponse$2 {
9997
- namespaces: Namespace$2[];
10006
+ interface ListNamespacesResponse$1 {
10007
+ namespaces: Namespace$1[];
9998
10008
  /** Total number of namespaces. */
9999
10009
  totalCount: number;
10000
10010
  }
@@ -10115,7 +10125,7 @@ type UpdateFunctionRequest = {
10115
10125
  */
10116
10126
  httpOption?: FunctionHttpOption;
10117
10127
  };
10118
- type UpdateNamespaceRequest$2 = {
10128
+ type UpdateNamespaceRequest$1 = {
10119
10129
  /**
10120
10130
  * Region to target. If none is passed will use default region from the
10121
10131
  * config.
@@ -10157,10 +10167,10 @@ interface UploadURL {
10157
10167
  }
10158
10168
 
10159
10169
  /** Serverless Functions API. */
10160
- declare class API$l extends API$w {
10170
+ declare class API$k extends API$v {
10161
10171
  /** Lists the available regions of the API. */
10162
10172
  static readonly LOCALITIES: Region[];
10163
- protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
10173
+ protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
10164
10174
  /**
10165
10175
  * List all your namespaces. List all existing namespaces in the specified
10166
10176
  * region.
@@ -10168,9 +10178,9 @@ declare class API$l extends API$w {
10168
10178
  * @param request - The request {@link ListNamespacesRequest}
10169
10179
  * @returns A Promise of ListNamespacesResponse
10170
10180
  */
10171
- listNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2> & {
10172
- all: () => Promise<Namespace$2[]>;
10173
- [Symbol.asyncIterator]: () => AsyncGenerator<Namespace$2[], void, void>;
10181
+ listNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1> & {
10182
+ all: () => Promise<Namespace$1[]>;
10183
+ [Symbol.asyncIterator]: () => AsyncGenerator<Namespace$1[], void, void>;
10174
10184
  };
10175
10185
  /**
10176
10186
  * Get a namespace. Get the namespace associated with the specified ID.
@@ -10178,7 +10188,7 @@ declare class API$l extends API$w {
10178
10188
  * @param request - The request {@link GetNamespaceRequest}
10179
10189
  * @returns A Promise of Namespace
10180
10190
  */
10181
- getNamespace: (request: Readonly<GetNamespaceRequest$2>) => Promise<Namespace$2>;
10191
+ getNamespace: (request: Readonly<GetNamespaceRequest$1>) => Promise<Namespace$1>;
10182
10192
  /**
10183
10193
  * Waits for {@link Namespace} to be in a final state.
10184
10194
  *
@@ -10186,7 +10196,7 @@ declare class API$l extends API$w {
10186
10196
  * @param options - The waiting options
10187
10197
  * @returns A Promise of Namespace
10188
10198
  */
10189
- waitForNamespace: (request: Readonly<GetNamespaceRequest$2>, options?: Readonly<WaitForOptions<Namespace$2>>) => Promise<Namespace$2>;
10199
+ waitForNamespace: (request: Readonly<GetNamespaceRequest$1>, options?: Readonly<WaitForOptions<Namespace$1>>) => Promise<Namespace$1>;
10190
10200
  /**
10191
10201
  * Create a new namespace. Create a new namespace in a specified Organization
10192
10202
  * or Project.
@@ -10194,7 +10204,7 @@ declare class API$l extends API$w {
10194
10204
  * @param request - The request {@link CreateNamespaceRequest}
10195
10205
  * @returns A Promise of Namespace
10196
10206
  */
10197
- createNamespace: (request?: Readonly<CreateNamespaceRequest$2>) => Promise<Namespace$2>;
10207
+ createNamespace: (request?: Readonly<CreateNamespaceRequest$1>) => Promise<Namespace$1>;
10198
10208
  /**
10199
10209
  * Update an existing namespace. Update the namespace associated with the
10200
10210
  * specified ID.
@@ -10202,7 +10212,7 @@ declare class API$l extends API$w {
10202
10212
  * @param request - The request {@link UpdateNamespaceRequest}
10203
10213
  * @returns A Promise of Namespace
10204
10214
  */
10205
- updateNamespace: (request: Readonly<UpdateNamespaceRequest$2>) => Promise<Namespace$2>;
10215
+ updateNamespace: (request: Readonly<UpdateNamespaceRequest$1>) => Promise<Namespace$1>;
10206
10216
  /**
10207
10217
  * Delete an existing namespace. Delete the namespace associated with the
10208
10218
  * specified ID.
@@ -10210,7 +10220,7 @@ declare class API$l extends API$w {
10210
10220
  * @param request - The request {@link DeleteNamespaceRequest}
10211
10221
  * @returns A Promise of Namespace
10212
10222
  */
10213
- deleteNamespace: (request: Readonly<DeleteNamespaceRequest$2>) => Promise<Namespace$2>;
10223
+ deleteNamespace: (request: Readonly<DeleteNamespaceRequest$1>) => Promise<Namespace$1>;
10214
10224
  protected pageOfListFunctions: (request: Readonly<ListFunctionsRequest>) => Promise<ListFunctionsResponse>;
10215
10225
  /**
10216
10226
  * List all your functions.
@@ -10553,71 +10563,71 @@ declare namespace validationRules_gen$7 {
10553
10563
  export { validationRules_gen$7_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$7_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$7_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$7_UpdateTriggerRequest as UpdateTriggerRequest };
10554
10564
  }
10555
10565
 
10556
- declare const index_gen$k_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
10557
- type index_gen$k_CreateCronRequest = CreateCronRequest;
10558
- type index_gen$k_CreateFunctionRequest = CreateFunctionRequest;
10559
- type index_gen$k_CreateTokenRequest = CreateTokenRequest;
10560
- type index_gen$k_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
10561
- type index_gen$k_Cron = Cron;
10562
- type index_gen$k_CronStatus = CronStatus;
10563
- type index_gen$k_DeleteCronRequest = DeleteCronRequest;
10564
- type index_gen$k_DeleteDomainRequest = DeleteDomainRequest;
10565
- type index_gen$k_DeleteFunctionRequest = DeleteFunctionRequest;
10566
- type index_gen$k_DeleteTokenRequest = DeleteTokenRequest;
10567
- type index_gen$k_DeleteTriggerRequest = DeleteTriggerRequest;
10568
- type index_gen$k_DeployFunctionRequest = DeployFunctionRequest;
10569
- type index_gen$k_DownloadURL = DownloadURL;
10570
- declare const index_gen$k_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
10571
- type index_gen$k_Function = Function;
10572
- type index_gen$k_FunctionHttpOption = FunctionHttpOption;
10573
- type index_gen$k_FunctionPrivacy = FunctionPrivacy;
10574
- type index_gen$k_FunctionRuntime = FunctionRuntime;
10575
- type index_gen$k_FunctionStatus = FunctionStatus;
10576
- type index_gen$k_GetCronRequest = GetCronRequest;
10577
- type index_gen$k_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
10578
- type index_gen$k_GetFunctionRequest = GetFunctionRequest;
10579
- type index_gen$k_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
10580
- type index_gen$k_GetTokenRequest = GetTokenRequest;
10581
- type index_gen$k_GetTriggerRequest = GetTriggerRequest;
10582
- type index_gen$k_IssueJWTRequest = IssueJWTRequest;
10583
- type index_gen$k_ListCronsRequest = ListCronsRequest;
10584
- type index_gen$k_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
10585
- type index_gen$k_ListCronsResponse = ListCronsResponse;
10586
- type index_gen$k_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
10587
- type index_gen$k_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
10588
- type index_gen$k_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
10589
- type index_gen$k_ListFunctionsRequest = ListFunctionsRequest;
10590
- type index_gen$k_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
10591
- type index_gen$k_ListFunctionsResponse = ListFunctionsResponse;
10592
- type index_gen$k_ListTokensRequest = ListTokensRequest;
10593
- type index_gen$k_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
10594
- type index_gen$k_ListTokensResponse = ListTokensResponse;
10595
- type index_gen$k_ListTriggersRequest = ListTriggersRequest;
10596
- type index_gen$k_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
10597
- type index_gen$k_ListTriggersResponse = ListTriggersResponse;
10598
- type index_gen$k_LogStream = LogStream;
10599
- type index_gen$k_RuntimeStatus = RuntimeStatus;
10600
- type index_gen$k_SecretHashedValue = SecretHashedValue;
10601
- declare const index_gen$k_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
10602
- declare const index_gen$k_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
10603
- type index_gen$k_Token = Token;
10604
- type index_gen$k_TokenStatus = TokenStatus;
10605
- type index_gen$k_Trigger = Trigger;
10606
- type index_gen$k_TriggerInputType = TriggerInputType;
10607
- type index_gen$k_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
10608
- type index_gen$k_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
10609
- type index_gen$k_TriggerSqsClientConfig = TriggerSqsClientConfig;
10610
- type index_gen$k_TriggerStatus = TriggerStatus;
10611
- type index_gen$k_UpdateCronRequest = UpdateCronRequest;
10612
- type index_gen$k_UpdateFunctionRequest = UpdateFunctionRequest;
10613
- type index_gen$k_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
10614
- type index_gen$k_UploadURL = UploadURL;
10615
- declare namespace index_gen$k {
10616
- 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$2 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$2 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$2 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 ListLogsRequest$2 as ListLogsRequest, type ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy, type ListLogsResponse$1 as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 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, type Log$1 as Log, type index_gen$k_LogStream as LogStream, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type Runtime$1 as Runtime, type index_gen$k_RuntimeStatus as RuntimeStatus, type Secret$1 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$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$k_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$k_UploadURL as UploadURL, validationRules_gen$7 as ValidationRules };
10566
+ declare const index_gen$j_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
10567
+ type index_gen$j_CreateCronRequest = CreateCronRequest;
10568
+ type index_gen$j_CreateFunctionRequest = CreateFunctionRequest;
10569
+ type index_gen$j_CreateTokenRequest = CreateTokenRequest;
10570
+ type index_gen$j_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
10571
+ type index_gen$j_Cron = Cron;
10572
+ type index_gen$j_CronStatus = CronStatus;
10573
+ type index_gen$j_DeleteCronRequest = DeleteCronRequest;
10574
+ type index_gen$j_DeleteDomainRequest = DeleteDomainRequest;
10575
+ type index_gen$j_DeleteFunctionRequest = DeleteFunctionRequest;
10576
+ type index_gen$j_DeleteTokenRequest = DeleteTokenRequest;
10577
+ type index_gen$j_DeleteTriggerRequest = DeleteTriggerRequest;
10578
+ type index_gen$j_DeployFunctionRequest = DeployFunctionRequest;
10579
+ type index_gen$j_DownloadURL = DownloadURL;
10580
+ declare const index_gen$j_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
10581
+ type index_gen$j_Function = Function;
10582
+ type index_gen$j_FunctionHttpOption = FunctionHttpOption;
10583
+ type index_gen$j_FunctionPrivacy = FunctionPrivacy;
10584
+ type index_gen$j_FunctionRuntime = FunctionRuntime;
10585
+ type index_gen$j_FunctionStatus = FunctionStatus;
10586
+ type index_gen$j_GetCronRequest = GetCronRequest;
10587
+ type index_gen$j_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
10588
+ type index_gen$j_GetFunctionRequest = GetFunctionRequest;
10589
+ type index_gen$j_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
10590
+ type index_gen$j_GetTokenRequest = GetTokenRequest;
10591
+ type index_gen$j_GetTriggerRequest = GetTriggerRequest;
10592
+ type index_gen$j_IssueJWTRequest = IssueJWTRequest;
10593
+ type index_gen$j_ListCronsRequest = ListCronsRequest;
10594
+ type index_gen$j_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
10595
+ type index_gen$j_ListCronsResponse = ListCronsResponse;
10596
+ type index_gen$j_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
10597
+ type index_gen$j_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
10598
+ type index_gen$j_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
10599
+ type index_gen$j_ListFunctionsRequest = ListFunctionsRequest;
10600
+ type index_gen$j_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
10601
+ type index_gen$j_ListFunctionsResponse = ListFunctionsResponse;
10602
+ type index_gen$j_ListTokensRequest = ListTokensRequest;
10603
+ type index_gen$j_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
10604
+ type index_gen$j_ListTokensResponse = ListTokensResponse;
10605
+ type index_gen$j_ListTriggersRequest = ListTriggersRequest;
10606
+ type index_gen$j_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
10607
+ type index_gen$j_ListTriggersResponse = ListTriggersResponse;
10608
+ type index_gen$j_LogStream = LogStream;
10609
+ type index_gen$j_RuntimeStatus = RuntimeStatus;
10610
+ type index_gen$j_SecretHashedValue = SecretHashedValue;
10611
+ declare const index_gen$j_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
10612
+ declare const index_gen$j_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
10613
+ type index_gen$j_Token = Token;
10614
+ type index_gen$j_TokenStatus = TokenStatus;
10615
+ type index_gen$j_Trigger = Trigger;
10616
+ type index_gen$j_TriggerInputType = TriggerInputType;
10617
+ type index_gen$j_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
10618
+ type index_gen$j_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
10619
+ type index_gen$j_TriggerSqsClientConfig = TriggerSqsClientConfig;
10620
+ type index_gen$j_TriggerStatus = TriggerStatus;
10621
+ type index_gen$j_UpdateCronRequest = UpdateCronRequest;
10622
+ type index_gen$j_UpdateFunctionRequest = UpdateFunctionRequest;
10623
+ type index_gen$j_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
10624
+ type index_gen$j_UploadURL = UploadURL;
10625
+ declare namespace index_gen$j {
10626
+ export { API$k as API, index_gen$j_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$j_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$j_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$j_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$j_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$j_Cron as Cron, type index_gen$j_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$j_DeleteCronRequest as DeleteCronRequest, type index_gen$j_DeleteDomainRequest as DeleteDomainRequest, type index_gen$j_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$j_DeleteTokenRequest as DeleteTokenRequest, type index_gen$j_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$j_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$j_DownloadURL as DownloadURL, index_gen$j_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$j_Function as Function, type index_gen$j_FunctionHttpOption as FunctionHttpOption, type index_gen$j_FunctionPrivacy as FunctionPrivacy, type index_gen$j_FunctionRuntime as FunctionRuntime, type index_gen$j_FunctionStatus as FunctionStatus, type index_gen$j_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$j_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$j_GetFunctionRequest as GetFunctionRequest, type index_gen$j_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$j_GetTokenRequest as GetTokenRequest, type index_gen$j_GetTriggerRequest as GetTriggerRequest, type index_gen$j_IssueJWTRequest as IssueJWTRequest, type index_gen$j_ListCronsRequest as ListCronsRequest, type index_gen$j_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$j_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$j_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$j_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$j_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$j_ListFunctionsRequest as ListFunctionsRequest, type index_gen$j_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$j_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$j_ListTokensRequest as ListTokensRequest, type index_gen$j_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$j_ListTokensResponse as ListTokensResponse, type index_gen$j_ListTriggersRequest as ListTriggersRequest, type index_gen$j_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$j_ListTriggersResponse as ListTriggersResponse, type Log$1 as Log, type index_gen$j_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$j_RuntimeStatus as RuntimeStatus, type Secret$1 as Secret, type index_gen$j_SecretHashedValue as SecretHashedValue, index_gen$j_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$j_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$j_Token as Token, type index_gen$j_TokenStatus as TokenStatus, type index_gen$j_Trigger as Trigger, type index_gen$j_TriggerInputType as TriggerInputType, type index_gen$j_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$j_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$j_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$j_TriggerStatus as TriggerStatus, type index_gen$j_UpdateCronRequest as UpdateCronRequest, type index_gen$j_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$j_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$j_UploadURL as UploadURL, validationRules_gen$7 as ValidationRules };
10617
10627
  }
10618
10628
 
10619
10629
  declare namespace index$m {
10620
- export { index_gen$k as v1beta1 };
10630
+ export { index_gen$j as v1beta1 };
10621
10631
  }
10622
10632
 
10623
10633
  type BearerType = 'unknown_bearer_type' | 'user' | 'application';
@@ -10721,6 +10731,8 @@ interface Application {
10721
10731
  editable: boolean;
10722
10732
  /** Number of API keys attributed to the application. */
10723
10733
  nbApiKeys: number;
10734
+ /** Tags associated with the user. */
10735
+ tags: string[];
10724
10736
  }
10725
10737
  interface Group {
10726
10738
  /** ID of the group. */
@@ -10739,6 +10751,8 @@ interface Group {
10739
10751
  userIds: string[];
10740
10752
  /** IDs of applications attached to this group. */
10741
10753
  applicationIds: string[];
10754
+ /** Tags associated to the group. */
10755
+ tags: string[];
10742
10756
  }
10743
10757
  interface Log {
10744
10758
  /** Log ID. */
@@ -10793,6 +10807,8 @@ interface Policy {
10793
10807
  nbScopes: number;
10794
10808
  /** Number of permission sets of the policy. */
10795
10809
  nbPermissionSets: number;
10810
+ /** Tags associated with the policy. */
10811
+ tags: string[];
10796
10812
  /**
10797
10813
  * ID of the user attributed to the policy.
10798
10814
  *
@@ -10912,6 +10928,8 @@ interface User$1 {
10912
10928
  mfa: boolean;
10913
10929
  /** ID of the account root user associated with the user. */
10914
10930
  accountRootUserId: string;
10931
+ /** Tags associated with the user. */
10932
+ tags: string[];
10915
10933
  }
10916
10934
  type AddGroupMemberRequest = {
10917
10935
  /** ID of the group. */
@@ -10967,6 +10985,8 @@ type CreateApplicationRequest$1 = {
10967
10985
  organizationId?: string;
10968
10986
  /** Description of the application (max length is 200 characters). */
10969
10987
  description: string;
10988
+ /** Tags associated with the application (maximum of 10 tags). */
10989
+ tags?: string[];
10970
10990
  };
10971
10991
  type CreateGroupRequest$1 = {
10972
10992
  /** ID of Organization linked to the group. */
@@ -10978,6 +10998,8 @@ type CreateGroupRequest$1 = {
10978
10998
  name?: string;
10979
10999
  /** Description of the group to create (max length is 200 chars). */
10980
11000
  description: string;
11001
+ /** Tags associated with the group (maximum of 10 tags). */
11002
+ tags?: string[];
10981
11003
  };
10982
11004
  type CreatePolicyRequest$1 = {
10983
11005
  /** Name of the policy to create (max length is 64 characters). */
@@ -10988,6 +11010,8 @@ type CreatePolicyRequest$1 = {
10988
11010
  organizationId?: string;
10989
11011
  /** Rules of the policy to create. */
10990
11012
  rules?: RuleSpecs[];
11013
+ /** Tags associated with the policy (maximum of 10 tags). */
11014
+ tags?: string[];
10991
11015
  /**
10992
11016
  * ID of user attributed to the policy.
10993
11017
  *
@@ -11033,6 +11057,8 @@ type CreateUserRequest$1 = {
11033
11057
  organizationId?: string;
11034
11058
  /** Email of the user. */
11035
11059
  email: string;
11060
+ /** Tags associated with the user. */
11061
+ tags?: string[];
11036
11062
  };
11037
11063
  type DeleteAPIKeyRequest = {
11038
11064
  /** Access key to delete. */
@@ -11154,6 +11180,8 @@ type ListApplicationsRequest$1 = {
11154
11180
  editable?: boolean;
11155
11181
  /** Filter by list of IDs. */
11156
11182
  applicationIds?: string[];
11183
+ /** Filter by tags containing a given string. */
11184
+ tag?: string;
11157
11185
  };
11158
11186
  interface ListApplicationsResponse {
11159
11187
  /** List of applications. */
@@ -11178,6 +11206,8 @@ type ListGroupsRequest$1 = {
11178
11206
  userIds?: string[];
11179
11207
  /** Filter by a list of group IDs. */
11180
11208
  groupIds?: string[];
11209
+ /** Filter by tags containing a given string. */
11210
+ tag?: string;
11181
11211
  };
11182
11212
  interface ListGroupsResponse {
11183
11213
  /** List of groups. */
@@ -11264,6 +11294,8 @@ type ListPoliciesRequest$1 = {
11264
11294
  noPrincipal?: boolean;
11265
11295
  /** Name of the policy to fetch. */
11266
11296
  policyName?: string;
11297
+ /** Filter by tags containing a given string. */
11298
+ tag?: string;
11267
11299
  };
11268
11300
  interface ListPoliciesResponse {
11269
11301
  /** List of policies. */
@@ -11336,6 +11368,8 @@ type ListUsersRequest$2 = {
11336
11368
  userIds?: string[];
11337
11369
  /** Filter by MFA status. */
11338
11370
  mfa?: boolean;
11371
+ /** Filter by tags containing a given string. */
11372
+ tag?: string;
11339
11373
  };
11340
11374
  interface ListUsersResponse$1 {
11341
11375
  /** List of users. */
@@ -11389,6 +11423,8 @@ type UpdateApplicationRequest$1 = {
11389
11423
  name?: string;
11390
11424
  /** New description for the application (max length is 200 chars). */
11391
11425
  description?: string;
11426
+ /** New tags for the application (maximum of 10 tags). */
11427
+ tags?: string[];
11392
11428
  };
11393
11429
  type UpdateGroupRequest$1 = {
11394
11430
  /** ID of the group to update. */
@@ -11400,6 +11436,8 @@ type UpdateGroupRequest$1 = {
11400
11436
  name?: string;
11401
11437
  /** New description for the group (max length is 200 chars). */
11402
11438
  description?: string;
11439
+ /** New tags for the group (maximum of 10 tags). */
11440
+ tags?: string[];
11403
11441
  };
11404
11442
  type UpdatePolicyRequest$1 = {
11405
11443
  /** Id of policy to update. */
@@ -11408,6 +11446,8 @@ type UpdatePolicyRequest$1 = {
11408
11446
  name?: string;
11409
11447
  /** New description of policy (max length is 200 characters). */
11410
11448
  description?: string;
11449
+ /** New tags for the policy (maximum of 10 tags). */
11450
+ tags?: string[];
11411
11451
  /**
11412
11452
  * New ID of user attributed to the policy.
11413
11453
  *
@@ -11446,7 +11486,7 @@ type UpdateSSHKeyRequest$1 = {
11446
11486
  };
11447
11487
 
11448
11488
  /** IAM API. */
11449
- declare class API$k extends API$w {
11489
+ declare class API$j extends API$v {
11450
11490
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
11451
11491
  /**
11452
11492
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -12126,72 +12166,73 @@ declare namespace validationRules_gen$6 {
12126
12166
  export { validationRules_gen$6_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$6_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$6_CreateGroupRequest as CreateGroupRequest, validationRules_gen$6_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$6_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$6_GetQuotumRequest as GetQuotumRequest, validationRules_gen$6_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$6_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$6_ListGroupsRequest as ListGroupsRequest, validationRules_gen$6_ListJWTsRequest as ListJWTsRequest, validationRules_gen$6_ListLogsRequest as ListLogsRequest, validationRules_gen$6_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$6_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$6_ListQuotaRequest as ListQuotaRequest, validationRules_gen$6_ListRulesRequest as ListRulesRequest, validationRules_gen$6_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$6_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$6_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$6_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$6_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$6_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
12127
12167
  }
12128
12168
 
12129
- type index_gen$j_APIKey = APIKey;
12130
- type index_gen$j_AddGroupMemberRequest = AddGroupMemberRequest;
12131
- type index_gen$j_AddGroupMembersRequest = AddGroupMembersRequest;
12132
- type index_gen$j_Application = Application;
12133
- type index_gen$j_BearerType = BearerType;
12134
- type index_gen$j_ClonePolicyRequest = ClonePolicyRequest;
12135
- type index_gen$j_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12136
- type index_gen$j_DeleteApplicationRequest = DeleteApplicationRequest;
12137
- type index_gen$j_DeleteGroupRequest = DeleteGroupRequest;
12138
- type index_gen$j_DeleteJWTRequest = DeleteJWTRequest;
12139
- type index_gen$j_DeletePolicyRequest = DeletePolicyRequest;
12140
- type index_gen$j_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12141
- type index_gen$j_GetAPIKeyRequest = GetAPIKeyRequest;
12142
- type index_gen$j_GetApplicationRequest = GetApplicationRequest;
12143
- type index_gen$j_GetGroupRequest = GetGroupRequest;
12144
- type index_gen$j_GetJWTRequest = GetJWTRequest;
12145
- type index_gen$j_GetLogRequest = GetLogRequest;
12146
- type index_gen$j_GetPolicyRequest = GetPolicyRequest;
12147
- type index_gen$j_GetSSHKeyRequest = GetSSHKeyRequest;
12148
- type index_gen$j_GetUserRequest = GetUserRequest;
12149
- type index_gen$j_Group = Group;
12150
- type index_gen$j_JWT = JWT;
12151
- type index_gen$j_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12152
- type index_gen$j_ListAPIKeysResponse = ListAPIKeysResponse;
12153
- type index_gen$j_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12154
- type index_gen$j_ListApplicationsResponse = ListApplicationsResponse;
12155
- type index_gen$j_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12156
- type index_gen$j_ListGroupsResponse = ListGroupsResponse;
12157
- type index_gen$j_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12158
- type index_gen$j_ListJWTsResponse = ListJWTsResponse;
12159
- type index_gen$j_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12160
- type index_gen$j_ListLogsResponse = ListLogsResponse;
12161
- type index_gen$j_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12162
- type index_gen$j_ListPermissionSetsResponse = ListPermissionSetsResponse;
12163
- type index_gen$j_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12164
- type index_gen$j_ListPoliciesResponse = ListPoliciesResponse;
12165
- type index_gen$j_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12166
- type index_gen$j_ListQuotaResponse = ListQuotaResponse;
12167
- type index_gen$j_ListRulesResponse = ListRulesResponse;
12168
- type index_gen$j_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12169
- type index_gen$j_ListSSHKeysResponse = ListSSHKeysResponse;
12170
- type index_gen$j_Log = Log;
12171
- type index_gen$j_LogAction = LogAction;
12172
- type index_gen$j_LogResourceType = LogResourceType;
12173
- type index_gen$j_PermissionSet = PermissionSet;
12174
- type index_gen$j_PermissionSetScopeType = PermissionSetScopeType;
12175
- type index_gen$j_Policy = Policy;
12176
- type index_gen$j_Quotum = Quotum;
12177
- type index_gen$j_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12178
- type index_gen$j_Rule = Rule;
12179
- type index_gen$j_RuleSpecs = RuleSpecs;
12180
- type index_gen$j_SSHKey = SSHKey;
12181
- type index_gen$j_SetGroupMembersRequest = SetGroupMembersRequest;
12182
- type index_gen$j_SetRulesRequest = SetRulesRequest;
12183
- type index_gen$j_SetRulesResponse = SetRulesResponse;
12184
- type index_gen$j_UserStatus = UserStatus;
12185
- type index_gen$j_UserType = UserType;
12186
- declare namespace index_gen$j {
12187
- 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 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_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 User$1 as User, type index_gen$j_UserStatus as UserStatus, type index_gen$j_UserType as UserType, validationRules_gen$6 as ValidationRules };
12169
+ type index_gen$i_APIKey = APIKey;
12170
+ type index_gen$i_AddGroupMemberRequest = AddGroupMemberRequest;
12171
+ type index_gen$i_AddGroupMembersRequest = AddGroupMembersRequest;
12172
+ type index_gen$i_Application = Application;
12173
+ type index_gen$i_BearerType = BearerType;
12174
+ type index_gen$i_ClonePolicyRequest = ClonePolicyRequest;
12175
+ type index_gen$i_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12176
+ type index_gen$i_DeleteApplicationRequest = DeleteApplicationRequest;
12177
+ type index_gen$i_DeleteGroupRequest = DeleteGroupRequest;
12178
+ type index_gen$i_DeleteJWTRequest = DeleteJWTRequest;
12179
+ type index_gen$i_DeletePolicyRequest = DeletePolicyRequest;
12180
+ type index_gen$i_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12181
+ type index_gen$i_GetAPIKeyRequest = GetAPIKeyRequest;
12182
+ type index_gen$i_GetApplicationRequest = GetApplicationRequest;
12183
+ type index_gen$i_GetGroupRequest = GetGroupRequest;
12184
+ type index_gen$i_GetJWTRequest = GetJWTRequest;
12185
+ type index_gen$i_GetLogRequest = GetLogRequest;
12186
+ type index_gen$i_GetPolicyRequest = GetPolicyRequest;
12187
+ type index_gen$i_GetSSHKeyRequest = GetSSHKeyRequest;
12188
+ type index_gen$i_GetUserRequest = GetUserRequest;
12189
+ type index_gen$i_Group = Group;
12190
+ type index_gen$i_JWT = JWT;
12191
+ type index_gen$i_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12192
+ type index_gen$i_ListAPIKeysResponse = ListAPIKeysResponse;
12193
+ type index_gen$i_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12194
+ type index_gen$i_ListApplicationsResponse = ListApplicationsResponse;
12195
+ type index_gen$i_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12196
+ type index_gen$i_ListGroupsResponse = ListGroupsResponse;
12197
+ type index_gen$i_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12198
+ type index_gen$i_ListJWTsResponse = ListJWTsResponse;
12199
+ type index_gen$i_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12200
+ type index_gen$i_ListLogsResponse = ListLogsResponse;
12201
+ type index_gen$i_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12202
+ type index_gen$i_ListPermissionSetsResponse = ListPermissionSetsResponse;
12203
+ type index_gen$i_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12204
+ type index_gen$i_ListPoliciesResponse = ListPoliciesResponse;
12205
+ type index_gen$i_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12206
+ type index_gen$i_ListQuotaResponse = ListQuotaResponse;
12207
+ type index_gen$i_ListRulesResponse = ListRulesResponse;
12208
+ type index_gen$i_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12209
+ type index_gen$i_ListSSHKeysResponse = ListSSHKeysResponse;
12210
+ type index_gen$i_Log = Log;
12211
+ type index_gen$i_LogAction = LogAction;
12212
+ type index_gen$i_LogResourceType = LogResourceType;
12213
+ type index_gen$i_PermissionSet = PermissionSet;
12214
+ type index_gen$i_PermissionSetScopeType = PermissionSetScopeType;
12215
+ type index_gen$i_Policy = Policy;
12216
+ type index_gen$i_Quotum = Quotum;
12217
+ type index_gen$i_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12218
+ type index_gen$i_Rule = Rule;
12219
+ type index_gen$i_RuleSpecs = RuleSpecs;
12220
+ type index_gen$i_SSHKey = SSHKey;
12221
+ type index_gen$i_SetGroupMembersRequest = SetGroupMembersRequest;
12222
+ type index_gen$i_SetRulesRequest = SetRulesRequest;
12223
+ type index_gen$i_SetRulesResponse = SetRulesResponse;
12224
+ type index_gen$i_UserStatus = UserStatus;
12225
+ type index_gen$i_UserType = UserType;
12226
+ declare namespace index_gen$i {
12227
+ export { API$j as API, type index_gen$i_APIKey as APIKey, type index_gen$i_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$i_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$i_Application as Application, type index_gen$i_BearerType as BearerType, type index_gen$i_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$i_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$i_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$i_DeleteGroupRequest as DeleteGroupRequest, type index_gen$i_DeleteJWTRequest as DeleteJWTRequest, type index_gen$i_DeletePolicyRequest as DeletePolicyRequest, type index_gen$i_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$i_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$i_GetApplicationRequest as GetApplicationRequest, type index_gen$i_GetGroupRequest as GetGroupRequest, type index_gen$i_GetJWTRequest as GetJWTRequest, type index_gen$i_GetLogRequest as GetLogRequest, type index_gen$i_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$i_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$i_GetUserRequest as GetUserRequest, type index_gen$i_Group as Group, type index_gen$i_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$i_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$i_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$i_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$i_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$i_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$i_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$i_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$i_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$i_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$i_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$i_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$i_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$i_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$i_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$i_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$i_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$i_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$i_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$i_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$i_Log as Log, type index_gen$i_LogAction as LogAction, type index_gen$i_LogResourceType as LogResourceType, type index_gen$i_PermissionSet as PermissionSet, type index_gen$i_PermissionSetScopeType as PermissionSetScopeType, type index_gen$i_Policy as Policy, type index_gen$i_Quotum as Quotum, type index_gen$i_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$i_Rule as Rule, type index_gen$i_RuleSpecs as RuleSpecs, type index_gen$i_SSHKey as SSHKey, type index_gen$i_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$i_SetRulesRequest as SetRulesRequest, type index_gen$i_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 User$1 as User, type index_gen$i_UserStatus as UserStatus, type index_gen$i_UserType as UserType, validationRules_gen$6 as ValidationRules };
12188
12228
  }
12189
12229
 
12190
12230
  declare namespace index$l {
12191
- export { index_gen$j as v1alpha1 };
12231
+ export { index_gen$i as v1alpha1 };
12192
12232
  }
12193
12233
 
12194
12234
  type Arch = 'x86_64' | 'arm' | 'arm64';
12235
+ type AttachServerVolumeRequestVolumeType = 'unknown_volume_type' | 'l_ssd' | 'b_ssd' | 'sbs_volume';
12195
12236
  type BootType = 'local' | 'bootscript' | 'rescue';
12196
12237
  type ImageState = 'available' | 'creating' | 'error';
12197
12238
  type IpState = 'unknown_state' | 'detached' | 'attached' | 'pending' | 'error';
@@ -12449,6 +12490,72 @@ interface VolumeTypeConstraints {
12449
12490
  min: number;
12450
12491
  max: number;
12451
12492
  }
12493
+ interface Server {
12494
+ /** Instance unique ID. */
12495
+ id: string;
12496
+ /** Instance name. */
12497
+ name: string;
12498
+ /** Instance Organization ID. */
12499
+ organization: string;
12500
+ /** Instance Project ID. */
12501
+ project: string;
12502
+ /** List of allowed actions on the Instance. */
12503
+ allowedActions: ServerAction[];
12504
+ /** Tags associated with the Instance. */
12505
+ tags: string[];
12506
+ /** Instance commercial type (eg. GP1-M). */
12507
+ commercialType: string;
12508
+ /** Instance creation date. */
12509
+ creationDate?: Date;
12510
+ /** True if a dynamic IPv4 is required. */
12511
+ dynamicIpRequired: boolean;
12512
+ /** True to configure the instance so it uses the new routed IP mode. */
12513
+ routedIpEnabled: boolean;
12514
+ /** True if IPv6 is enabled. */
12515
+ enableIpv6: boolean;
12516
+ /** Instance host name. */
12517
+ hostname: string;
12518
+ /** Information about the Instance image. */
12519
+ image?: Image$3;
12520
+ /** Defines whether the Instance protection option is activated. */
12521
+ protected: boolean;
12522
+ /** Private IP address of the Instance. */
12523
+ privateIp?: string;
12524
+ /** Information about the public IP. */
12525
+ publicIp?: ServerIp;
12526
+ /** Information about all the public IPs attached to the server. */
12527
+ publicIps: ServerIp[];
12528
+ /** The server's MAC address. */
12529
+ macAddress: string;
12530
+ /** Instance modification date. */
12531
+ modificationDate?: Date;
12532
+ /** Instance state. */
12533
+ state: ServerState;
12534
+ /** Instance location. */
12535
+ location?: ServerLocation;
12536
+ /** Instance IPv6 address. */
12537
+ ipv6?: ServerIpv6;
12538
+ /** @deprecated Instance bootscript. */
12539
+ bootscript?: Bootscript;
12540
+ /** Instance boot type. */
12541
+ bootType: BootType;
12542
+ /** Instance volumes. */
12543
+ volumes: Record<string, VolumeServer>;
12544
+ /** Instance security group. */
12545
+ securityGroup?: SecurityGroupSummary;
12546
+ /** Instance planned maintenance. */
12547
+ maintenances: ServerMaintenance[];
12548
+ /** Detailed information about the Instance state. */
12549
+ stateDetail: string;
12550
+ /** Instance architecture. */
12551
+ arch: Arch;
12552
+ /** Instance placement group. */
12553
+ placementGroup?: PlacementGroup;
12554
+ /** Instance private NICs. */
12555
+ privateNics: PrivateNIC[];
12556
+ /** Zone in which the Instance is located. */
12557
+ zone: Zone;
12558
+ }
12452
12559
  interface VolumeTemplate {
12453
12560
  /** UUID of the volume. */
12454
12561
  id: string;
@@ -12560,72 +12667,6 @@ interface VolumeServerTemplate {
12560
12667
  /** Project ID of the volume. */
12561
12668
  project?: string;
12562
12669
  }
12563
- interface Server {
12564
- /** Instance unique ID. */
12565
- id: string;
12566
- /** Instance name. */
12567
- name: string;
12568
- /** Instance Organization ID. */
12569
- organization: string;
12570
- /** Instance Project ID. */
12571
- project: string;
12572
- /** List of allowed actions on the Instance. */
12573
- allowedActions: ServerAction[];
12574
- /** Tags associated with the Instance. */
12575
- tags: string[];
12576
- /** Instance commercial type (eg. GP1-M). */
12577
- commercialType: string;
12578
- /** Instance creation date. */
12579
- creationDate?: Date;
12580
- /** True if a dynamic IPv4 is required. */
12581
- dynamicIpRequired: boolean;
12582
- /** True to configure the instance so it uses the new routed IP mode. */
12583
- routedIpEnabled: boolean;
12584
- /** True if IPv6 is enabled. */
12585
- enableIpv6: boolean;
12586
- /** Instance host name. */
12587
- hostname: string;
12588
- /** Information about the Instance image. */
12589
- image?: Image$3;
12590
- /** Defines whether the Instance protection option is activated. */
12591
- protected: boolean;
12592
- /** Private IP address of the Instance. */
12593
- privateIp?: string;
12594
- /** Information about the public IP. */
12595
- publicIp?: ServerIp;
12596
- /** Information about all the public IPs attached to the server. */
12597
- publicIps: ServerIp[];
12598
- /** The server's MAC address. */
12599
- macAddress: string;
12600
- /** Instance modification date. */
12601
- modificationDate?: Date;
12602
- /** Instance state. */
12603
- state: ServerState;
12604
- /** Instance location. */
12605
- location?: ServerLocation;
12606
- /** Instance IPv6 address. */
12607
- ipv6?: ServerIpv6;
12608
- /** @deprecated Instance bootscript. */
12609
- bootscript?: Bootscript;
12610
- /** Instance boot type. */
12611
- bootType: BootType;
12612
- /** Instance volumes. */
12613
- volumes: Record<string, VolumeServer>;
12614
- /** Instance security group. */
12615
- securityGroup?: SecurityGroupSummary;
12616
- /** Instance planned maintenance. */
12617
- maintenances: ServerMaintenance[];
12618
- /** Detailed information about the Instance state. */
12619
- stateDetail: string;
12620
- /** Instance architecture. */
12621
- arch: Arch;
12622
- /** Instance placement group. */
12623
- placementGroup?: PlacementGroup;
12624
- /** Instance private NICs. */
12625
- privateNics: PrivateNIC[];
12626
- /** Zone in which the Instance is located. */
12627
- zone: Zone;
12628
- }
12629
12670
  interface Snapshot$1 {
12630
12671
  /** Snapshot ID. */
12631
12672
  id: string;
@@ -12805,6 +12846,21 @@ type ApplyBlockMigrationRequest = {
12805
12846
  */
12806
12847
  validationKey: string;
12807
12848
  };
12849
+ type AttachServerVolumeRequest = {
12850
+ /** Zone to target. If none is passed will use default zone from the config. */
12851
+ zone?: Zone;
12852
+ /** UUID of the Instance. */
12853
+ serverId: string;
12854
+ /** UUID of the Volume to attach. */
12855
+ volumeId: string;
12856
+ /** Type of the volume to attach. */
12857
+ volumeType?: AttachServerVolumeRequestVolumeType;
12858
+ /** Force the Instance to boot on this volume. */
12859
+ boot?: boolean;
12860
+ };
12861
+ interface AttachServerVolumeResponse {
12862
+ server?: Server;
12863
+ }
12808
12864
  type CreateImageRequest = {
12809
12865
  /** Zone to target. If none is passed will use default zone from the config. */
12810
12866
  zone?: Zone;
@@ -13100,22 +13156,13 @@ type CreateVolumeRequest$1 = {
13100
13156
  /**
13101
13157
  * Volume disk size, must be a multiple of 512.
13102
13158
  *
13103
- * One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
13104
- * be set.
13159
+ * One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.
13105
13160
  */
13106
13161
  size?: number;
13107
- /**
13108
- * ID of the volume on which this volume will be based.
13109
- *
13110
- * One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
13111
- * be set.
13112
- */
13113
- baseVolume?: string;
13114
13162
  /**
13115
13163
  * ID of the snapshot on which this volume will be based.
13116
13164
  *
13117
- * One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
13118
- * be set.
13165
+ * One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.
13119
13166
  */
13120
13167
  baseSnapshot?: string;
13121
13168
  };
@@ -13185,6 +13232,17 @@ type DeleteVolumeRequest$1 = {
13185
13232
  /** UUID of the volume you want to delete. */
13186
13233
  volumeId: string;
13187
13234
  };
13235
+ type DetachServerVolumeRequest = {
13236
+ /** Zone to target. If none is passed will use default zone from the config. */
13237
+ zone?: Zone;
13238
+ /** UUID of the Instance. */
13239
+ serverId: string;
13240
+ /** UUID of the Volume to detach. */
13241
+ volumeId: string;
13242
+ };
13243
+ interface DetachServerVolumeResponse {
13244
+ server?: Server;
13245
+ }
13188
13246
  type ExportSnapshotRequest = {
13189
13247
  /** Zone to target. If none is passed will use default zone from the config. */
13190
13248
  zone?: Zone;
@@ -14026,7 +14084,7 @@ interface SetSnapshotResponse {
14026
14084
  }
14027
14085
 
14028
14086
  /** Instance API. */
14029
- declare class API$j extends API$w {
14087
+ declare class API$i extends API$v {
14030
14088
  /** Lists the available zones of the API. */
14031
14089
  static readonly LOCALITIES: Zone[];
14032
14090
  /**
@@ -14120,6 +14178,20 @@ declare class API$j extends API$w {
14120
14178
  * @param request - The request {@link DeleteServerUserDataRequest}
14121
14179
  */
14122
14180
  deleteServerUserData: (request: Readonly<DeleteServerUserDataRequest>) => Promise<void>;
14181
+ /**
14182
+ * Attach a volume to a server.
14183
+ *
14184
+ * @param request - The request {@link AttachServerVolumeRequest}
14185
+ * @returns A Promise of AttachServerVolumeResponse
14186
+ */
14187
+ attachServerVolume: (request: Readonly<AttachServerVolumeRequest>) => Promise<AttachServerVolumeResponse>;
14188
+ /**
14189
+ * Detach a volume from a server.
14190
+ *
14191
+ * @param request - The request {@link DetachServerVolumeRequest}
14192
+ * @returns A Promise of DetachServerVolumeResponse
14193
+ */
14194
+ detachServerVolume: (request: Readonly<DetachServerVolumeRequest>) => Promise<DetachServerVolumeResponse>;
14123
14195
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$3>) => Promise<ListImagesResponse$3>;
14124
14196
  /**
14125
14197
  * List Instance images. List all existing Instance images.
@@ -14618,7 +14690,7 @@ type SetServerUserDataRequest = {
14618
14690
  content: string;
14619
14691
  };
14620
14692
 
14621
- declare class InstanceV1UtilsAPI extends API$j {
14693
+ declare class InstanceV1UtilsAPI extends API$i {
14622
14694
  /**
14623
14695
  * Waits for {@link Image} to be in a final state.
14624
14696
  *
@@ -14761,6 +14833,9 @@ declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
14761
14833
 
14762
14834
  type index$k_ApplyBlockMigrationRequest = ApplyBlockMigrationRequest;
14763
14835
  type index$k_Arch = Arch;
14836
+ type index$k_AttachServerVolumeRequest = AttachServerVolumeRequest;
14837
+ type index$k_AttachServerVolumeRequestVolumeType = AttachServerVolumeRequestVolumeType;
14838
+ type index$k_AttachServerVolumeResponse = AttachServerVolumeResponse;
14764
14839
  type index$k_AttachVolumeRequest = AttachVolumeRequest;
14765
14840
  type index$k_AttachVolumeResponse = AttachVolumeResponse;
14766
14841
  type index$k_BootType = BootType;
@@ -14788,6 +14863,8 @@ type index$k_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
14788
14863
  type index$k_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
14789
14864
  type index$k_DeleteServerRequest = DeleteServerRequest;
14790
14865
  type index$k_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
14866
+ type index$k_DetachServerVolumeRequest = DetachServerVolumeRequest;
14867
+ type index$k_DetachServerVolumeResponse = DetachServerVolumeResponse;
14791
14868
  type index$k_DetachVolumeRequest = DetachVolumeRequest;
14792
14869
  type index$k_DetachVolumeResponse = DetachVolumeResponse;
14793
14870
  type index$k_ExportSnapshotRequest = ExportSnapshotRequest;
@@ -14927,7 +15004,7 @@ type index$k_VolumeTypeCapabilities = VolumeTypeCapabilities;
14927
15004
  type index$k_VolumeTypeConstraints = VolumeTypeConstraints;
14928
15005
  type index$k_VolumeVolumeType = VolumeVolumeType;
14929
15006
  declare namespace index$k {
14930
- export { InstanceV1UtilsAPI as API, type index$k_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$k_Arch as Arch, type index$k_AttachVolumeRequest as AttachVolumeRequest, type index$k_AttachVolumeResponse as AttachVolumeResponse, type index$k_BootType as BootType, type index$k_Bootscript as Bootscript, type index$k_CreateImageRequest as CreateImageRequest, type index$k_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$k_CreateIpResponse as CreateIpResponse, type index$k_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$k_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$k_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$k_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$k_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$k_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$k_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$k_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$k_CreateServerRequest as CreateServerRequest, type index$k_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$k_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$k_CreateVolumeResponse as CreateVolumeResponse, type index$k_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$k_DeleteIpRequest as DeleteIpRequest, type index$k_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$k_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$k_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$k_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$k_DeleteServerRequest as DeleteServerRequest, type index$k_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$k_DetachVolumeRequest as DetachVolumeRequest, type index$k_DetachVolumeResponse as DetachVolumeResponse, type index$k_ExportSnapshotRequest as ExportSnapshotRequest, type index$k_ExportSnapshotResponse as ExportSnapshotResponse, type index$k_GetBootscriptRequest as GetBootscriptRequest, type index$k_GetBootscriptResponse as GetBootscriptResponse, type index$k_GetDashboardRequest as GetDashboardRequest, type index$k_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$k_GetIpResponse as GetIpResponse, type index$k_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$k_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$k_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$k_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$k_GetPrivateNICRequest as GetPrivateNICRequest, type index$k_GetPrivateNICResponse as GetPrivateNICResponse, type index$k_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$k_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$k_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$k_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$k_GetServerRequest as GetServerRequest, type index$k_GetServerResponse as GetServerResponse, type index$k_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$k_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$k_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$k_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$k_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$k_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$k_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$k_ImageState as ImageState, type Ip$1 as Ip, type index$k_IpState as IpState, type index$k_IpType as IpType, type index$k_ListBootscriptsRequest as ListBootscriptsRequest, type index$k_ListBootscriptsResponse as ListBootscriptsResponse, type index$k_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$k_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$k_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$k_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$k_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$k_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$k_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$k_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$k_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$k_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$k_ListServerActionsRequest as ListServerActionsRequest, type index$k_ListServerActionsResponse as ListServerActionsResponse, type index$k_ListServerUserDataRequest as ListServerUserDataRequest, type index$k_ListServerUserDataResponse as ListServerUserDataResponse, type index$k_ListServersRequest as ListServersRequest, type index$k_ListServersRequestOrder as ListServersRequestOrder, type index$k_ListServersResponse as ListServersResponse, type index$k_ListServersTypesRequest as ListServersTypesRequest, type index$k_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$k_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$k_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$k_MigrationPlan as MigrationPlan, index$k_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$k_PlacementGroup as PlacementGroup, type index$k_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$k_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$k_PlacementGroupServer as PlacementGroupServer, type index$k_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$k_PrivateNIC as PrivateNIC, type index$k_PrivateNICState as PrivateNICState, index$k_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$k_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$k_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$k_SecurityGroup as SecurityGroup, type index$k_SecurityGroupPolicy as SecurityGroupPolicy, type index$k_SecurityGroupRule as SecurityGroupRule, type index$k_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$k_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$k_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$k_SecurityGroupState as SecurityGroupState, type index$k_SecurityGroupSummary as SecurityGroupSummary, type index$k_SecurityGroupTemplate as SecurityGroupTemplate, type index$k_Server as Server, type index$k_ServerAction as ServerAction, type index$k_ServerActionRequest as ServerActionRequest, type index$k_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$k_ServerActionResponse as ServerActionResponse, type index$k_ServerIp as ServerIp, type index$k_ServerIpIpFamily as ServerIpIpFamily, type index$k_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$k_ServerIpState as ServerIpState, type index$k_ServerIpv6 as ServerIpv6, type index$k_ServerLocation as ServerLocation, type index$k_ServerMaintenance as ServerMaintenance, type index$k_ServerState as ServerState, type index$k_ServerSummary as ServerSummary, type index$k_ServerType as ServerType, type index$k_ServerTypeCapabilities as ServerTypeCapabilities, type index$k_ServerTypeNetwork as ServerTypeNetwork, type index$k_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$k_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$k_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$k_ServerTypesAvailability as ServerTypesAvailability, type index$k_SetImageRequest as SetImageRequest, type index$k_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$k_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$k_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$k_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$k_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$k_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$k_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$k_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$k_SnapshotBaseVolume as SnapshotBaseVolume, type index$k_SnapshotState as SnapshotState, type index$k_SnapshotVolumeType as SnapshotVolumeType, index$k_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$k_Task as Task, type index$k_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$k_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$k_UpdateIpResponse as UpdateIpResponse, type index$k_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$k_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$k_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$k_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$k_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$k_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$k_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$k_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$k_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$k_UpdateServerRequest as UpdateServerRequest, type index$k_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$k_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$k_UpdateVolumeResponse as UpdateVolumeResponse, index$k_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$k_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$k_VolumeServer as VolumeServer, type index$k_VolumeServerState as VolumeServerState, type index$k_VolumeServerTemplate as VolumeServerTemplate, type index$k_VolumeServerVolumeType as VolumeServerVolumeType, type index$k_VolumeState as VolumeState, type index$k_VolumeSummary as VolumeSummary, type index$k_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$k_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$k_VolumeTypeConstraints as VolumeTypeConstraints, type index$k_VolumeVolumeType as VolumeVolumeType };
15007
+ export { InstanceV1UtilsAPI as API, type index$k_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$k_Arch as Arch, type index$k_AttachServerVolumeRequest as AttachServerVolumeRequest, type index$k_AttachServerVolumeRequestVolumeType as AttachServerVolumeRequestVolumeType, type index$k_AttachServerVolumeResponse as AttachServerVolumeResponse, type index$k_AttachVolumeRequest as AttachVolumeRequest, type index$k_AttachVolumeResponse as AttachVolumeResponse, type index$k_BootType as BootType, type index$k_Bootscript as Bootscript, type index$k_CreateImageRequest as CreateImageRequest, type index$k_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$k_CreateIpResponse as CreateIpResponse, type index$k_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$k_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$k_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$k_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$k_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$k_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$k_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$k_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$k_CreateServerRequest as CreateServerRequest, type index$k_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$k_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$k_CreateVolumeResponse as CreateVolumeResponse, type index$k_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$k_DeleteIpRequest as DeleteIpRequest, type index$k_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$k_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$k_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$k_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$k_DeleteServerRequest as DeleteServerRequest, type index$k_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$k_DetachServerVolumeRequest as DetachServerVolumeRequest, type index$k_DetachServerVolumeResponse as DetachServerVolumeResponse, type index$k_DetachVolumeRequest as DetachVolumeRequest, type index$k_DetachVolumeResponse as DetachVolumeResponse, type index$k_ExportSnapshotRequest as ExportSnapshotRequest, type index$k_ExportSnapshotResponse as ExportSnapshotResponse, type index$k_GetBootscriptRequest as GetBootscriptRequest, type index$k_GetBootscriptResponse as GetBootscriptResponse, type index$k_GetDashboardRequest as GetDashboardRequest, type index$k_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$k_GetIpResponse as GetIpResponse, type index$k_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$k_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$k_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$k_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$k_GetPrivateNICRequest as GetPrivateNICRequest, type index$k_GetPrivateNICResponse as GetPrivateNICResponse, type index$k_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$k_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$k_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$k_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$k_GetServerRequest as GetServerRequest, type index$k_GetServerResponse as GetServerResponse, type index$k_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$k_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$k_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$k_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$k_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$k_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$k_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$k_ImageState as ImageState, type Ip$1 as Ip, type index$k_IpState as IpState, type index$k_IpType as IpType, type index$k_ListBootscriptsRequest as ListBootscriptsRequest, type index$k_ListBootscriptsResponse as ListBootscriptsResponse, type index$k_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$k_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$k_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$k_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$k_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$k_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$k_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$k_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$k_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$k_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$k_ListServerActionsRequest as ListServerActionsRequest, type index$k_ListServerActionsResponse as ListServerActionsResponse, type index$k_ListServerUserDataRequest as ListServerUserDataRequest, type index$k_ListServerUserDataResponse as ListServerUserDataResponse, type index$k_ListServersRequest as ListServersRequest, type index$k_ListServersRequestOrder as ListServersRequestOrder, type index$k_ListServersResponse as ListServersResponse, type index$k_ListServersTypesRequest as ListServersTypesRequest, type index$k_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$k_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$k_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$k_MigrationPlan as MigrationPlan, index$k_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$k_PlacementGroup as PlacementGroup, type index$k_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$k_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$k_PlacementGroupServer as PlacementGroupServer, type index$k_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$k_PrivateNIC as PrivateNIC, type index$k_PrivateNICState as PrivateNICState, index$k_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$k_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$k_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$k_SecurityGroup as SecurityGroup, type index$k_SecurityGroupPolicy as SecurityGroupPolicy, type index$k_SecurityGroupRule as SecurityGroupRule, type index$k_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$k_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$k_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$k_SecurityGroupState as SecurityGroupState, type index$k_SecurityGroupSummary as SecurityGroupSummary, type index$k_SecurityGroupTemplate as SecurityGroupTemplate, type index$k_Server as Server, type index$k_ServerAction as ServerAction, type index$k_ServerActionRequest as ServerActionRequest, type index$k_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$k_ServerActionResponse as ServerActionResponse, type index$k_ServerIp as ServerIp, type index$k_ServerIpIpFamily as ServerIpIpFamily, type index$k_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$k_ServerIpState as ServerIpState, type index$k_ServerIpv6 as ServerIpv6, type index$k_ServerLocation as ServerLocation, type index$k_ServerMaintenance as ServerMaintenance, type index$k_ServerState as ServerState, type index$k_ServerSummary as ServerSummary, type index$k_ServerType as ServerType, type index$k_ServerTypeCapabilities as ServerTypeCapabilities, type index$k_ServerTypeNetwork as ServerTypeNetwork, type index$k_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$k_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$k_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$k_ServerTypesAvailability as ServerTypesAvailability, type index$k_SetImageRequest as SetImageRequest, type index$k_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$k_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$k_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$k_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$k_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$k_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$k_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$k_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$k_SnapshotBaseVolume as SnapshotBaseVolume, type index$k_SnapshotState as SnapshotState, type index$k_SnapshotVolumeType as SnapshotVolumeType, index$k_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$k_Task as Task, type index$k_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$k_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$k_UpdateIpResponse as UpdateIpResponse, type index$k_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$k_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$k_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$k_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$k_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$k_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$k_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$k_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$k_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$k_UpdateServerRequest as UpdateServerRequest, type index$k_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$k_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$k_UpdateVolumeResponse as UpdateVolumeResponse, index$k_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$k_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$k_VolumeServer as VolumeServer, type index$k_VolumeServerState as VolumeServerState, type index$k_VolumeServerTemplate as VolumeServerTemplate, type index$k_VolumeServerVolumeType as VolumeServerVolumeType, type index$k_VolumeState as VolumeState, type index$k_VolumeSummary as VolumeSummary, type index$k_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$k_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$k_VolumeTypeConstraints as VolumeTypeConstraints, type index$k_VolumeVolumeType as VolumeVolumeType };
14931
15008
  }
14932
15009
 
14933
15010
  declare namespace index$j {
@@ -15855,7 +15932,7 @@ type UpdateRouteRequest$1 = {
15855
15932
  *
15856
15933
  * This API allows you to manage IoT hubs and devices.
15857
15934
  */
15858
- declare class API$i extends API$w {
15935
+ declare class API$h extends API$v {
15859
15936
  /** Lists the available regions of the API. */
15860
15937
  static readonly LOCALITIES: Region[];
15861
15938
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -16176,90 +16253,90 @@ declare class API$i extends API$w {
16176
16253
  /** Lists transient statutes of the enum {@link HubStatus}. */
16177
16254
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
16178
16255
 
16179
- type index_gen$i_CreateDeviceRequest = CreateDeviceRequest;
16180
- type index_gen$i_CreateDeviceResponse = CreateDeviceResponse;
16181
- type index_gen$i_CreateHubRequest = CreateHubRequest;
16182
- type index_gen$i_CreateNetworkRequest = CreateNetworkRequest;
16183
- type index_gen$i_CreateNetworkResponse = CreateNetworkResponse;
16184
- type index_gen$i_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16185
- type index_gen$i_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16186
- type index_gen$i_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16187
- type index_gen$i_DeleteDeviceRequest = DeleteDeviceRequest;
16188
- type index_gen$i_DeleteHubRequest = DeleteHubRequest;
16189
- type index_gen$i_DeleteNetworkRequest = DeleteNetworkRequest;
16190
- type index_gen$i_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16191
- type index_gen$i_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16192
- type index_gen$i_Device = Device;
16193
- type index_gen$i_DeviceMessageFilters = DeviceMessageFilters;
16194
- type index_gen$i_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16195
- type index_gen$i_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16196
- type index_gen$i_DeviceStatus = DeviceStatus;
16197
- type index_gen$i_DisableDeviceRequest = DisableDeviceRequest;
16198
- type index_gen$i_DisableHubRequest = DisableHubRequest;
16199
- type index_gen$i_EnableDeviceRequest = EnableDeviceRequest;
16200
- type index_gen$i_EnableHubRequest = EnableHubRequest;
16201
- type index_gen$i_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16202
- type index_gen$i_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16203
- type index_gen$i_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16204
- type index_gen$i_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16205
- type index_gen$i_GetDeviceRequest = GetDeviceRequest;
16206
- type index_gen$i_GetHubCARequest = GetHubCARequest;
16207
- type index_gen$i_GetHubCAResponse = GetHubCAResponse;
16208
- type index_gen$i_GetHubMetricsRequest = GetHubMetricsRequest;
16209
- type index_gen$i_GetHubMetricsResponse = GetHubMetricsResponse;
16210
- type index_gen$i_GetHubRequest = GetHubRequest;
16211
- type index_gen$i_GetNetworkRequest = GetNetworkRequest;
16212
- type index_gen$i_GetTwinDocumentRequest = GetTwinDocumentRequest;
16213
- declare const index_gen$i_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16214
- type index_gen$i_Hub = Hub;
16215
- type index_gen$i_HubProductPlan = HubProductPlan;
16216
- type index_gen$i_HubStatus = HubStatus;
16217
- type index_gen$i_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16218
- type index_gen$i_ListDevicesRequest = ListDevicesRequest;
16219
- type index_gen$i_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16220
- type index_gen$i_ListDevicesResponse = ListDevicesResponse;
16221
- type index_gen$i_ListHubsRequest = ListHubsRequest;
16222
- type index_gen$i_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16223
- type index_gen$i_ListHubsResponse = ListHubsResponse;
16224
- type index_gen$i_ListNetworksRequest = ListNetworksRequest;
16225
- type index_gen$i_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16226
- type index_gen$i_ListNetworksResponse = ListNetworksResponse;
16227
- type index_gen$i_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16228
- type index_gen$i_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16229
- type index_gen$i_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16230
- type index_gen$i_Network = Network;
16231
- type index_gen$i_NetworkNetworkType = NetworkNetworkType;
16232
- type index_gen$i_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16233
- type index_gen$i_PutTwinDocumentRequest = PutTwinDocumentRequest;
16234
- type index_gen$i_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16235
- type index_gen$i_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16236
- type index_gen$i_RouteDatabaseConfig = RouteDatabaseConfig;
16237
- type index_gen$i_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16238
- type index_gen$i_RouteRestConfig = RouteRestConfig;
16239
- type index_gen$i_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16240
- type index_gen$i_RouteRouteType = RouteRouteType;
16241
- type index_gen$i_RouteS3Config = RouteS3Config;
16242
- type index_gen$i_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16243
- type index_gen$i_RouteSummary = RouteSummary;
16244
- type index_gen$i_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16245
- type index_gen$i_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16246
- type index_gen$i_SetHubCARequest = SetHubCARequest;
16247
- type index_gen$i_TwinDocument = TwinDocument;
16248
- type index_gen$i_UpdateDeviceRequest = UpdateDeviceRequest;
16249
- type index_gen$i_UpdateHubRequest = UpdateHubRequest;
16250
- type index_gen$i_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16251
- type index_gen$i_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16252
- type index_gen$i_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16253
- declare namespace index_gen$i {
16254
- 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 };
16256
+ type index_gen$h_CreateDeviceRequest = CreateDeviceRequest;
16257
+ type index_gen$h_CreateDeviceResponse = CreateDeviceResponse;
16258
+ type index_gen$h_CreateHubRequest = CreateHubRequest;
16259
+ type index_gen$h_CreateNetworkRequest = CreateNetworkRequest;
16260
+ type index_gen$h_CreateNetworkResponse = CreateNetworkResponse;
16261
+ type index_gen$h_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16262
+ type index_gen$h_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16263
+ type index_gen$h_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16264
+ type index_gen$h_DeleteDeviceRequest = DeleteDeviceRequest;
16265
+ type index_gen$h_DeleteHubRequest = DeleteHubRequest;
16266
+ type index_gen$h_DeleteNetworkRequest = DeleteNetworkRequest;
16267
+ type index_gen$h_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16268
+ type index_gen$h_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16269
+ type index_gen$h_Device = Device;
16270
+ type index_gen$h_DeviceMessageFilters = DeviceMessageFilters;
16271
+ type index_gen$h_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16272
+ type index_gen$h_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16273
+ type index_gen$h_DeviceStatus = DeviceStatus;
16274
+ type index_gen$h_DisableDeviceRequest = DisableDeviceRequest;
16275
+ type index_gen$h_DisableHubRequest = DisableHubRequest;
16276
+ type index_gen$h_EnableDeviceRequest = EnableDeviceRequest;
16277
+ type index_gen$h_EnableHubRequest = EnableHubRequest;
16278
+ type index_gen$h_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16279
+ type index_gen$h_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16280
+ type index_gen$h_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16281
+ type index_gen$h_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16282
+ type index_gen$h_GetDeviceRequest = GetDeviceRequest;
16283
+ type index_gen$h_GetHubCARequest = GetHubCARequest;
16284
+ type index_gen$h_GetHubCAResponse = GetHubCAResponse;
16285
+ type index_gen$h_GetHubMetricsRequest = GetHubMetricsRequest;
16286
+ type index_gen$h_GetHubMetricsResponse = GetHubMetricsResponse;
16287
+ type index_gen$h_GetHubRequest = GetHubRequest;
16288
+ type index_gen$h_GetNetworkRequest = GetNetworkRequest;
16289
+ type index_gen$h_GetTwinDocumentRequest = GetTwinDocumentRequest;
16290
+ declare const index_gen$h_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16291
+ type index_gen$h_Hub = Hub;
16292
+ type index_gen$h_HubProductPlan = HubProductPlan;
16293
+ type index_gen$h_HubStatus = HubStatus;
16294
+ type index_gen$h_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16295
+ type index_gen$h_ListDevicesRequest = ListDevicesRequest;
16296
+ type index_gen$h_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16297
+ type index_gen$h_ListDevicesResponse = ListDevicesResponse;
16298
+ type index_gen$h_ListHubsRequest = ListHubsRequest;
16299
+ type index_gen$h_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16300
+ type index_gen$h_ListHubsResponse = ListHubsResponse;
16301
+ type index_gen$h_ListNetworksRequest = ListNetworksRequest;
16302
+ type index_gen$h_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16303
+ type index_gen$h_ListNetworksResponse = ListNetworksResponse;
16304
+ type index_gen$h_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16305
+ type index_gen$h_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16306
+ type index_gen$h_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16307
+ type index_gen$h_Network = Network;
16308
+ type index_gen$h_NetworkNetworkType = NetworkNetworkType;
16309
+ type index_gen$h_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16310
+ type index_gen$h_PutTwinDocumentRequest = PutTwinDocumentRequest;
16311
+ type index_gen$h_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16312
+ type index_gen$h_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16313
+ type index_gen$h_RouteDatabaseConfig = RouteDatabaseConfig;
16314
+ type index_gen$h_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16315
+ type index_gen$h_RouteRestConfig = RouteRestConfig;
16316
+ type index_gen$h_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16317
+ type index_gen$h_RouteRouteType = RouteRouteType;
16318
+ type index_gen$h_RouteS3Config = RouteS3Config;
16319
+ type index_gen$h_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16320
+ type index_gen$h_RouteSummary = RouteSummary;
16321
+ type index_gen$h_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16322
+ type index_gen$h_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16323
+ type index_gen$h_SetHubCARequest = SetHubCARequest;
16324
+ type index_gen$h_TwinDocument = TwinDocument;
16325
+ type index_gen$h_UpdateDeviceRequest = UpdateDeviceRequest;
16326
+ type index_gen$h_UpdateHubRequest = UpdateHubRequest;
16327
+ type index_gen$h_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16328
+ type index_gen$h_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16329
+ type index_gen$h_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16330
+ declare namespace index_gen$h {
16331
+ export { API$h as API, type Certificate$1 as Certificate, type index_gen$h_CreateDeviceRequest as CreateDeviceRequest, type index_gen$h_CreateDeviceResponse as CreateDeviceResponse, type index_gen$h_CreateHubRequest as CreateHubRequest, type index_gen$h_CreateNetworkRequest as CreateNetworkRequest, type index_gen$h_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$h_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$h_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$h_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$h_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$h_DeleteHubRequest as DeleteHubRequest, type index_gen$h_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$h_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$h_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$h_Device as Device, type index_gen$h_DeviceMessageFilters as DeviceMessageFilters, type index_gen$h_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$h_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$h_DeviceStatus as DeviceStatus, type index_gen$h_DisableDeviceRequest as DisableDeviceRequest, type index_gen$h_DisableHubRequest as DisableHubRequest, type index_gen$h_EnableDeviceRequest as EnableDeviceRequest, type index_gen$h_EnableHubRequest as EnableHubRequest, type index_gen$h_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$h_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$h_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$h_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$h_GetDeviceRequest as GetDeviceRequest, type index_gen$h_GetHubCARequest as GetHubCARequest, type index_gen$h_GetHubCAResponse as GetHubCAResponse, type index_gen$h_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$h_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$h_GetHubRequest as GetHubRequest, type index_gen$h_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$h_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$h_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$h_Hub as Hub, type index_gen$h_HubProductPlan as HubProductPlan, type index_gen$h_HubStatus as HubStatus, type index_gen$h_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$h_ListDevicesRequest as ListDevicesRequest, type index_gen$h_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$h_ListDevicesResponse as ListDevicesResponse, type index_gen$h_ListHubsRequest as ListHubsRequest, type index_gen$h_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$h_ListHubsResponse as ListHubsResponse, type index_gen$h_ListNetworksRequest as ListNetworksRequest, type index_gen$h_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$h_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$h_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$h_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$h_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$h_Network as Network, type index_gen$h_NetworkNetworkType as NetworkNetworkType, type index_gen$h_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$h_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$h_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$h_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$h_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$h_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$h_RouteRestConfig as RouteRestConfig, type index_gen$h_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$h_RouteRouteType as RouteRouteType, type index_gen$h_RouteS3Config as RouteS3Config, type index_gen$h_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$h_RouteSummary as RouteSummary, type index_gen$h_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$h_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$h_SetHubCARequest as SetHubCARequest, type index_gen$h_TwinDocument as TwinDocument, type index_gen$h_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$h_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$h_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$h_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$h_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
16255
16332
  }
16256
16333
 
16257
16334
  declare namespace index$i {
16258
- export { index_gen$i as v1 };
16335
+ export { index_gen$h as v1 };
16259
16336
  }
16260
16337
 
16261
16338
  type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
16262
- type ResourceType = 'unknown_type' | 'instance_server' | 'instance_ip' | 'instance_private_nic' | 'lb_server' | 'fip_ip' | 'vpc_gateway' | 'vpc_gateway_network' | 'k8s_node' | 'rdb_instance' | 'redis_cluster' | 'baremetal_server' | 'baremetal_private_nic';
16339
+ type ResourceType = 'unknown_type' | 'instance_server' | 'instance_ip' | 'instance_private_nic' | 'lb_server' | 'fip_ip' | 'vpc_gateway' | 'vpc_gateway_network' | 'k8s_node' | 'k8s_cluster' | 'rdb_instance' | 'redis_cluster' | 'baremetal_server' | 'baremetal_private_nic';
16263
16340
  interface Resource {
16264
16341
  /** Type of resource the IP is attached to. */
16265
16342
  type: ResourceType;
@@ -16448,7 +16525,7 @@ type UpdateIPRequest$1 = {
16448
16525
  * This API allows you to manage IP addresses with Scaleway's IP Address
16449
16526
  * Management tool.
16450
16527
  */
16451
- declare class API$h extends API$w {
16528
+ declare class API$g extends API$v {
16452
16529
  /** Lists the available regions of the API. */
16453
16530
  static readonly LOCALITIES: Region[];
16454
16531
  /**
@@ -16508,17 +16585,17 @@ declare namespace validationRules_gen$5 {
16508
16585
  export { ListIPsRequest$2 as ListIPsRequest };
16509
16586
  }
16510
16587
 
16511
- type index_gen$h_BookIPRequest = BookIPRequest;
16512
- type index_gen$h_ReleaseIPRequest = ReleaseIPRequest;
16513
- type index_gen$h_Resource = Resource;
16514
- type index_gen$h_ResourceType = ResourceType;
16515
- type index_gen$h_Source = Source;
16516
- declare namespace index_gen$h {
16517
- 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_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$5 as ValidationRules };
16588
+ type index_gen$g_BookIPRequest = BookIPRequest;
16589
+ type index_gen$g_ReleaseIPRequest = ReleaseIPRequest;
16590
+ type index_gen$g_Resource = Resource;
16591
+ type index_gen$g_ResourceType = ResourceType;
16592
+ type index_gen$g_Source = Source;
16593
+ declare namespace index_gen$g {
16594
+ export { API$g as API, type index_gen$g_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$g_ReleaseIPRequest as ReleaseIPRequest, type index_gen$g_Resource as Resource, type index_gen$g_ResourceType as ResourceType, type index_gen$g_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$5 as ValidationRules };
16518
16595
  }
16519
16596
 
16520
16597
  declare namespace index$h {
16521
- export { index_gen$h as v1 };
16598
+ export { index_gen$g as v1 };
16522
16599
  }
16523
16600
 
16524
16601
  type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -16839,7 +16916,7 @@ type UpdateVolumeRequest = {
16839
16916
  };
16840
16917
 
16841
16918
  /** IPFS Pinning service API. */
16842
- declare class API$g extends API$w {
16919
+ declare class API$f extends API$v {
16843
16920
  /** Lists the available regions of the API. */
16844
16921
  static readonly LOCALITIES: Region[];
16845
16922
  /**
@@ -16967,7 +17044,7 @@ declare class API$g extends API$w {
16967
17044
  deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
16968
17045
  }
16969
17046
  /** IPFS Naming service API. */
16970
- declare class IpnsAPI extends API$w {
17047
+ declare class IpnsAPI extends API$v {
16971
17048
  /** Lists the available regions of the API. */
16972
17049
  static readonly LOCALITIES: Region[];
16973
17050
  /**
@@ -17039,50 +17116,50 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
17039
17116
  /** Lists transient statutes of the enum {@link PinStatus}. */
17040
17117
  declare const PIN_TRANSIENT_STATUSES: PinStatus[];
17041
17118
 
17042
- type index_gen$g_CreatePinByCIDRequest = CreatePinByCIDRequest;
17043
- type index_gen$g_CreatePinByURLRequest = CreatePinByURLRequest;
17044
- type index_gen$g_CreateVolumeRequest = CreateVolumeRequest;
17045
- type index_gen$g_DeletePinRequest = DeletePinRequest;
17046
- type index_gen$g_DeleteVolumeRequest = DeleteVolumeRequest;
17047
- type index_gen$g_ExportKeyNameResponse = ExportKeyNameResponse;
17048
- type index_gen$g_GetPinRequest = GetPinRequest;
17049
- type index_gen$g_GetVolumeRequest = GetVolumeRequest;
17050
- type index_gen$g_IpnsAPI = IpnsAPI;
17051
- declare const index_gen$g_IpnsAPI: typeof IpnsAPI;
17052
- type index_gen$g_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17053
- type index_gen$g_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17054
- type index_gen$g_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17055
- type index_gen$g_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17056
- type index_gen$g_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17057
- type index_gen$g_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17058
- type index_gen$g_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17059
- type index_gen$g_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17060
- type index_gen$g_ListNamesResponse = ListNamesResponse;
17061
- type index_gen$g_ListPinsRequest = ListPinsRequest;
17062
- type index_gen$g_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17063
- type index_gen$g_ListPinsResponse = ListPinsResponse;
17064
- type index_gen$g_ListVolumesRequest = ListVolumesRequest;
17065
- type index_gen$g_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17066
- type index_gen$g_ListVolumesResponse = ListVolumesResponse;
17067
- declare const index_gen$g_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17068
- type index_gen$g_Name = Name;
17069
- type index_gen$g_NameStatus = NameStatus;
17070
- declare const index_gen$g_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17071
- type index_gen$g_Pin = Pin;
17072
- type index_gen$g_PinCID = PinCID;
17073
- type index_gen$g_PinCIDMeta = PinCIDMeta;
17074
- type index_gen$g_PinDetails = PinDetails;
17075
- type index_gen$g_PinInfo = PinInfo;
17076
- type index_gen$g_PinStatus = PinStatus;
17077
- type index_gen$g_ReplacePinRequest = ReplacePinRequest;
17078
- type index_gen$g_ReplacePinResponse = ReplacePinResponse;
17079
- type index_gen$g_UpdateVolumeRequest = UpdateVolumeRequest;
17080
- declare namespace index_gen$g {
17081
- 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 };
17119
+ type index_gen$f_CreatePinByCIDRequest = CreatePinByCIDRequest;
17120
+ type index_gen$f_CreatePinByURLRequest = CreatePinByURLRequest;
17121
+ type index_gen$f_CreateVolumeRequest = CreateVolumeRequest;
17122
+ type index_gen$f_DeletePinRequest = DeletePinRequest;
17123
+ type index_gen$f_DeleteVolumeRequest = DeleteVolumeRequest;
17124
+ type index_gen$f_ExportKeyNameResponse = ExportKeyNameResponse;
17125
+ type index_gen$f_GetPinRequest = GetPinRequest;
17126
+ type index_gen$f_GetVolumeRequest = GetVolumeRequest;
17127
+ type index_gen$f_IpnsAPI = IpnsAPI;
17128
+ declare const index_gen$f_IpnsAPI: typeof IpnsAPI;
17129
+ type index_gen$f_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17130
+ type index_gen$f_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17131
+ type index_gen$f_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17132
+ type index_gen$f_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17133
+ type index_gen$f_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17134
+ type index_gen$f_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17135
+ type index_gen$f_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17136
+ type index_gen$f_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17137
+ type index_gen$f_ListNamesResponse = ListNamesResponse;
17138
+ type index_gen$f_ListPinsRequest = ListPinsRequest;
17139
+ type index_gen$f_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17140
+ type index_gen$f_ListPinsResponse = ListPinsResponse;
17141
+ type index_gen$f_ListVolumesRequest = ListVolumesRequest;
17142
+ type index_gen$f_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17143
+ type index_gen$f_ListVolumesResponse = ListVolumesResponse;
17144
+ declare const index_gen$f_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17145
+ type index_gen$f_Name = Name;
17146
+ type index_gen$f_NameStatus = NameStatus;
17147
+ declare const index_gen$f_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17148
+ type index_gen$f_Pin = Pin;
17149
+ type index_gen$f_PinCID = PinCID;
17150
+ type index_gen$f_PinCIDMeta = PinCIDMeta;
17151
+ type index_gen$f_PinDetails = PinDetails;
17152
+ type index_gen$f_PinInfo = PinInfo;
17153
+ type index_gen$f_PinStatus = PinStatus;
17154
+ type index_gen$f_ReplacePinRequest = ReplacePinRequest;
17155
+ type index_gen$f_ReplacePinResponse = ReplacePinResponse;
17156
+ type index_gen$f_UpdateVolumeRequest = UpdateVolumeRequest;
17157
+ declare namespace index_gen$f {
17158
+ export { API$f as API, type index_gen$f_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$f_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$f_CreateVolumeRequest as CreateVolumeRequest, type index_gen$f_DeletePinRequest as DeletePinRequest, type index_gen$f_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$f_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$f_GetPinRequest as GetPinRequest, type index_gen$f_GetVolumeRequest as GetVolumeRequest, index_gen$f_IpnsAPI as IpnsAPI, type index_gen$f_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$f_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$f_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$f_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$f_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$f_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$f_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$f_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$f_ListNamesResponse as ListNamesResponse, type index_gen$f_ListPinsRequest as ListPinsRequest, type index_gen$f_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$f_ListPinsResponse as ListPinsResponse, type index_gen$f_ListVolumesRequest as ListVolumesRequest, type index_gen$f_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$f_ListVolumesResponse as ListVolumesResponse, index_gen$f_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$f_Name as Name, type index_gen$f_NameStatus as NameStatus, index_gen$f_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$f_Pin as Pin, type index_gen$f_PinCID as PinCID, type index_gen$f_PinCIDMeta as PinCIDMeta, type index_gen$f_PinDetails as PinDetails, type index_gen$f_PinInfo as PinInfo, type index_gen$f_PinStatus as PinStatus, type index_gen$f_ReplacePinRequest as ReplacePinRequest, type index_gen$f_ReplacePinResponse as ReplacePinResponse, type index_gen$f_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
17082
17159
  }
17083
17160
 
17084
17161
  declare namespace index$g {
17085
- export { index_gen$g as v1alpha1 };
17162
+ export { index_gen$f as v1alpha1 };
17086
17163
  }
17087
17164
 
17088
17165
  type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled';
@@ -17235,7 +17312,7 @@ type UpdateJobDefinitionRequest$1 = {
17235
17312
  };
17236
17313
 
17237
17314
  /** Serverless Jobs API. */
17238
- declare class API$f extends API$w {
17315
+ declare class API$e extends API$v {
17239
17316
  /** Lists the available regions of the API. */
17240
17317
  static readonly LOCALITIES: Region[];
17241
17318
  getServiceInfo: (request?: Readonly<GetServiceInfoRequest>) => Promise<ServiceInfo>;
@@ -17265,11 +17342,14 @@ declare const CreateJobDefinitionRequest: {
17265
17342
  cpuLimit: {
17266
17343
  greaterThan: number;
17267
17344
  };
17345
+ imageUri: {
17346
+ pattern: RegExp;
17347
+ };
17268
17348
  memoryLimit: {
17269
17349
  greaterThan: number;
17270
17350
  };
17271
17351
  name: {
17272
- minLength: number;
17352
+ pattern: RegExp;
17273
17353
  };
17274
17354
  };
17275
17355
  declare const ListJobDefinitionsRequest: {
@@ -17294,11 +17374,14 @@ declare const UpdateJobDefinitionRequest: {
17294
17374
  cpuLimit: {
17295
17375
  greaterThan: number;
17296
17376
  };
17377
+ imageUri: {
17378
+ pattern: RegExp;
17379
+ };
17297
17380
  memoryLimit: {
17298
17381
  greaterThan: number;
17299
17382
  };
17300
17383
  name: {
17301
- minLength: number;
17384
+ pattern: RegExp;
17302
17385
  };
17303
17386
  };
17304
17387
 
@@ -17310,26 +17393,26 @@ declare namespace validationRules_gen$4 {
17310
17393
  export { validationRules_gen$4_CreateJobDefinitionRequest as CreateJobDefinitionRequest, validationRules_gen$4_ListJobDefinitionsRequest as ListJobDefinitionsRequest, validationRules_gen$4_ListJobRunsRequest as ListJobRunsRequest, validationRules_gen$4_UpdateJobDefinitionRequest as UpdateJobDefinitionRequest };
17311
17394
  }
17312
17395
 
17313
- type index_gen$f_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
17314
- type index_gen$f_GetJobDefinitionRequest = GetJobDefinitionRequest;
17315
- type index_gen$f_GetJobRunRequest = GetJobRunRequest;
17316
- type index_gen$f_GetServiceInfoRequest = GetServiceInfoRequest;
17317
- declare const index_gen$f_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
17318
- type index_gen$f_JobDefinition = JobDefinition;
17319
- type index_gen$f_JobRun = JobRun;
17320
- type index_gen$f_JobRunState = JobRunState;
17321
- type index_gen$f_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
17322
- type index_gen$f_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
17323
- type index_gen$f_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
17324
- type index_gen$f_ListJobRunsResponse = ListJobRunsResponse;
17325
- type index_gen$f_StartJobDefinitionRequest = StartJobDefinitionRequest;
17326
- type index_gen$f_StopJobRunRequest = StopJobRunRequest;
17327
- declare namespace index_gen$f {
17328
- export { API$f as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type index_gen$f_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$f_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$f_GetJobRunRequest as GetJobRunRequest, type index_gen$f_GetServiceInfoRequest as GetServiceInfoRequest, 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 index_gen$f_StartJobDefinitionRequest as StartJobDefinitionRequest, type index_gen$f_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, validationRules_gen$4 as ValidationRules };
17396
+ type index_gen$e_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
17397
+ type index_gen$e_GetJobDefinitionRequest = GetJobDefinitionRequest;
17398
+ type index_gen$e_GetJobRunRequest = GetJobRunRequest;
17399
+ type index_gen$e_GetServiceInfoRequest = GetServiceInfoRequest;
17400
+ declare const index_gen$e_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
17401
+ type index_gen$e_JobDefinition = JobDefinition;
17402
+ type index_gen$e_JobRun = JobRun;
17403
+ type index_gen$e_JobRunState = JobRunState;
17404
+ type index_gen$e_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
17405
+ type index_gen$e_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
17406
+ type index_gen$e_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
17407
+ type index_gen$e_ListJobRunsResponse = ListJobRunsResponse;
17408
+ type index_gen$e_StartJobDefinitionRequest = StartJobDefinitionRequest;
17409
+ type index_gen$e_StopJobRunRequest = StopJobRunRequest;
17410
+ declare namespace index_gen$e {
17411
+ export { API$e as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type index_gen$e_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$e_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$e_GetJobRunRequest as GetJobRunRequest, type index_gen$e_GetServiceInfoRequest as GetServiceInfoRequest, index_gen$e_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$e_JobDefinition as JobDefinition, type index_gen$e_JobRun as JobRun, type index_gen$e_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$e_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$e_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$e_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$e_ListJobRunsResponse as ListJobRunsResponse, type index_gen$e_StartJobDefinitionRequest as StartJobDefinitionRequest, type index_gen$e_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, validationRules_gen$4 as ValidationRules };
17329
17412
  }
17330
17413
 
17331
17414
  declare namespace index$f {
17332
- export { index_gen$f as v1alpha1 };
17415
+ export { index_gen$e as v1alpha1 };
17333
17416
  }
17334
17417
 
17335
17418
  type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
@@ -18447,7 +18530,7 @@ type UpgradePoolRequest = {
18447
18530
  };
18448
18531
 
18449
18532
  /** Kubernetes API. */
18450
- declare class API$e extends API$w {
18533
+ declare class API$d extends API$v {
18451
18534
  /** Lists the available regions of the API. */
18452
18535
  static readonly LOCALITIES: Region[];
18453
18536
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -18726,7 +18809,7 @@ type GetClusterKubeConfigRequest = {
18726
18809
  clusterId: string;
18727
18810
  };
18728
18811
 
18729
- declare class K8SUtilsAPI extends API$e {
18812
+ declare class K8SUtilsAPI extends API$d {
18730
18813
  /**
18731
18814
  * Get configuration of a kube cluster.
18732
18815
  *
@@ -21587,7 +21670,7 @@ type ZonedApiUpdateSubscriberRequest = {
21587
21670
  *
21588
21671
  * This API allows you to manage your Scaleway Load Balancer services.
21589
21672
  */
21590
- declare class ZonedAPI extends API$w {
21673
+ declare class ZonedAPI extends API$v {
21591
21674
  /** Lists the available zones of the API. */
21592
21675
  static readonly LOCALITIES: Zone[];
21593
21676
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -22141,7 +22224,7 @@ declare class ZonedAPI extends API$w {
22141
22224
  *
22142
22225
  * This API allows you to manage your load balancer service.
22143
22226
  */
22144
- declare class API$d extends API$w {
22227
+ declare class API$c extends API$v {
22145
22228
  /** Lists the available regions of the API. */
22146
22229
  static readonly LOCALITIES: Region[];
22147
22230
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -22583,7 +22666,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
22583
22666
  lbId: string;
22584
22667
  };
22585
22668
 
22586
- declare class LbV1UtilsAPI extends API$d {
22669
+ declare class LbV1UtilsAPI extends API$c {
22587
22670
  /**
22588
22671
  * Waits for all private networks of a load balancer to be in a final state.
22589
22672
  *
@@ -22902,7 +22985,7 @@ interface ListVersionsResponse$1 {
22902
22985
  }
22903
22986
 
22904
22987
  /** Marketplace API. */
22905
- declare class API$c extends API$w {
22988
+ declare class API$b extends API$v {
22906
22989
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
22907
22990
  /**
22908
22991
  * List marketplace images.
@@ -22925,11 +23008,11 @@ declare class API$c extends API$w {
22925
23008
  getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<GetVersionResponse>;
22926
23009
  }
22927
23010
 
22928
- type index_gen$e_GetImageResponse = GetImageResponse;
22929
- type index_gen$e_GetVersionResponse = GetVersionResponse;
22930
- type index_gen$e_Organization = Organization;
22931
- declare namespace index_gen$e {
22932
- export { API$c as API, type GetImageRequest$2 as GetImageRequest, type index_gen$e_GetImageResponse as GetImageResponse, type GetVersionRequest$1 as GetVersionRequest, type index_gen$e_GetVersionResponse as GetVersionResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type LocalImage$1 as LocalImage, type index_gen$e_Organization as Organization, type Version$1 as Version };
23011
+ type index_gen$d_GetImageResponse = GetImageResponse;
23012
+ type index_gen$d_GetVersionResponse = GetVersionResponse;
23013
+ type index_gen$d_Organization = Organization;
23014
+ declare namespace index_gen$d {
23015
+ export { API$b as API, type GetImageRequest$2 as GetImageRequest, type index_gen$d_GetImageResponse as GetImageResponse, type GetVersionRequest$1 as GetVersionRequest, type index_gen$d_GetVersionResponse as GetVersionResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type LocalImage$1 as LocalImage, type index_gen$d_Organization as Organization, type Version$1 as Version };
22933
23016
  }
22934
23017
 
22935
23018
  type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
@@ -23068,7 +23151,7 @@ interface ListVersionsResponse {
23068
23151
  }
23069
23152
 
23070
23153
  /** Marketplace API. */
23071
- declare class API$b extends API$w {
23154
+ declare class API$a extends API$v {
23072
23155
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
23073
23156
  /**
23074
23157
  * List marketplace images. List all available images on the marketplace,
@@ -23156,387 +23239,27 @@ declare class API$b extends API$w {
23156
23239
  getCategory: (request: Readonly<GetCategoryRequest>) => Promise<Category>;
23157
23240
  }
23158
23241
 
23159
- type index_gen$d_Category = Category;
23160
- type index_gen$d_GetCategoryRequest = GetCategoryRequest;
23161
- type index_gen$d_GetLocalImageRequest = GetLocalImageRequest;
23162
- type index_gen$d_GetVersionRequest = GetVersionRequest;
23163
- type index_gen$d_ListCategoriesRequest = ListCategoriesRequest;
23164
- type index_gen$d_ListCategoriesResponse = ListCategoriesResponse;
23165
- type index_gen$d_ListLocalImagesRequest = ListLocalImagesRequest;
23166
- type index_gen$d_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
23167
- type index_gen$d_ListLocalImagesResponse = ListLocalImagesResponse;
23168
- type index_gen$d_ListVersionsRequest = ListVersionsRequest;
23169
- type index_gen$d_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
23170
- type index_gen$d_ListVersionsResponse = ListVersionsResponse;
23171
- type index_gen$d_LocalImage = LocalImage;
23172
- type index_gen$d_LocalImageType = LocalImageType;
23173
- type index_gen$d_Version = Version;
23174
- declare namespace index_gen$d {
23175
- export { API$b as API, type index_gen$d_Category as Category, type index_gen$d_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$d_GetLocalImageRequest as GetLocalImageRequest, type index_gen$d_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$d_ListCategoriesRequest as ListCategoriesRequest, type index_gen$d_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$d_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$d_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$d_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$d_ListVersionsRequest as ListVersionsRequest, type index_gen$d_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$d_ListVersionsResponse as ListVersionsResponse, type index_gen$d_LocalImage as LocalImage, type index_gen$d_LocalImageType as LocalImageType, type index_gen$d_Version as Version };
23242
+ type index_gen$c_Category = Category;
23243
+ type index_gen$c_GetCategoryRequest = GetCategoryRequest;
23244
+ type index_gen$c_GetLocalImageRequest = GetLocalImageRequest;
23245
+ type index_gen$c_GetVersionRequest = GetVersionRequest;
23246
+ type index_gen$c_ListCategoriesRequest = ListCategoriesRequest;
23247
+ type index_gen$c_ListCategoriesResponse = ListCategoriesResponse;
23248
+ type index_gen$c_ListLocalImagesRequest = ListLocalImagesRequest;
23249
+ type index_gen$c_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
23250
+ type index_gen$c_ListLocalImagesResponse = ListLocalImagesResponse;
23251
+ type index_gen$c_ListVersionsRequest = ListVersionsRequest;
23252
+ type index_gen$c_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
23253
+ type index_gen$c_ListVersionsResponse = ListVersionsResponse;
23254
+ type index_gen$c_LocalImage = LocalImage;
23255
+ type index_gen$c_LocalImageType = LocalImageType;
23256
+ type index_gen$c_Version = Version;
23257
+ declare namespace index_gen$c {
23258
+ export { API$a as API, type index_gen$c_Category as Category, type index_gen$c_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$c_GetLocalImageRequest as GetLocalImageRequest, type index_gen$c_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$c_ListCategoriesRequest as ListCategoriesRequest, type index_gen$c_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$c_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$c_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$c_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$c_ListVersionsRequest as ListVersionsRequest, type index_gen$c_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$c_ListVersionsResponse as ListVersionsResponse, type index_gen$c_LocalImage as LocalImage, type index_gen$c_LocalImageType as LocalImageType, type index_gen$c_Version as Version };
23176
23259
  }
23177
23260
 
23178
23261
  declare namespace index$a {
23179
- export { index_gen$e as v1, index_gen$d as v2 };
23180
- }
23181
-
23182
- type ListCredentialsRequestOrderBy = 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc';
23183
- type ListNamespacesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc' | 'project_id_asc' | 'project_id_desc';
23184
- type NamespaceProtocol = 'unknown' | 'nats' | 'sqs_sns';
23185
- interface Permissions {
23186
- /**
23187
- * Defines whether the credentials bearer can publish messages to the service
23188
- * (send messages to SQS queues or publish to SNS topics).
23189
- */
23190
- canPublish?: boolean;
23191
- /**
23192
- * Defines whether the credentials bearer can receive messages from the
23193
- * service.
23194
- */
23195
- canReceive?: boolean;
23196
- /**
23197
- * Defines whether the credentials bearer can manage the associated resources
23198
- * (SQS queues or SNS topics or subscriptions).
23199
- */
23200
- canManage?: boolean;
23201
- }
23202
- interface CredentialSummarySQSSNSCreds {
23203
- /** Access key ID. */
23204
- accessKey: string;
23205
- /** Permissions associated with these credentials. */
23206
- permissions?: Permissions;
23207
- }
23208
- interface CredentialNATSCredsFile {
23209
- /** Raw content of the NATS credentials file. */
23210
- content: string;
23211
- }
23212
- interface CredentialSQSSNSCreds {
23213
- /** Access key ID. */
23214
- accessKey: string;
23215
- /** Secret key ID. */
23216
- secretKey?: string;
23217
- /** Permissions associated with these credentials. */
23218
- permissions?: Permissions;
23219
- }
23220
- interface CredentialSummary {
23221
- /** ID of the credentials. */
23222
- id: string;
23223
- /** Name of the credentials. */
23224
- name: string;
23225
- /** Namespace containing the credentials. */
23226
- namespaceId: string;
23227
- /** Protocol associated with the credentials. */
23228
- protocol: NamespaceProtocol;
23229
- /**
23230
- * Object containing the credentials and their metadata, if the credentials
23231
- * are for an SQS/SNS namespace.
23232
- *
23233
- * One-of ('credentialType'): at most one of 'sqsSnsCredentials' could be set.
23234
- */
23235
- sqsSnsCredentials?: CredentialSummarySQSSNSCreds;
23236
- }
23237
- interface Namespace$1 {
23238
- /** Namespace ID. */
23239
- id: string;
23240
- /** Namespace name. */
23241
- name: string;
23242
- /** Endpoint of the service matching the namespace's protocol. */
23243
- endpoint: string;
23244
- /** Namespace protocol. */
23245
- protocol: NamespaceProtocol;
23246
- /** Project ID of the Project containing the namespace. */
23247
- projectId: string;
23248
- /** Region where the namespace is deployed. */
23249
- region: Region;
23250
- /** Namespace creation date. */
23251
- createdAt?: Date;
23252
- /** Namespace last modification date. */
23253
- updatedAt?: Date;
23254
- }
23255
- type CreateCredentialRequest = {
23256
- /**
23257
- * Region to target. If none is passed will use default region from the
23258
- * config.
23259
- */
23260
- region?: Region;
23261
- /** Namespace containing the credentials. */
23262
- namespaceId: string;
23263
- /** Name of the credentials. */
23264
- name?: string;
23265
- /** Permissions associated with these credentials. */
23266
- permissions?: Permissions;
23267
- };
23268
- type CreateNamespaceRequest$1 = {
23269
- /**
23270
- * Region to target. If none is passed will use default region from the
23271
- * config.
23272
- */
23273
- region?: Region;
23274
- /** Namespace name. */
23275
- name?: string;
23276
- /**
23277
- * Namespace protocol. You must specify a valid protocol (and not `unknown`)
23278
- * to avoid an error.
23279
- */
23280
- protocol: NamespaceProtocol;
23281
- /** Project containing the Namespace. */
23282
- projectId?: string;
23283
- };
23284
- interface Credential {
23285
- /** ID of the credentials. */
23286
- id: string;
23287
- /** Name of the credentials. */
23288
- name: string;
23289
- /** Namespace containing the credentials. */
23290
- namespaceId: string;
23291
- /** Protocol associated with the credentials. */
23292
- protocol: NamespaceProtocol;
23293
- /**
23294
- * Object containing the credentials, if the credentials are for a NATS
23295
- * namespace.
23296
- *
23297
- * One-of ('credentialType'): at most one of 'natsCredentials',
23298
- * 'sqsSnsCredentials' could be set.
23299
- */
23300
- natsCredentials?: CredentialNATSCredsFile;
23301
- /**
23302
- * Object containing the credentials and their metadata, if the credentials
23303
- * are for an SQS/SNS namespace.
23304
- *
23305
- * One-of ('credentialType'): at most one of 'natsCredentials',
23306
- * 'sqsSnsCredentials' could be set.
23307
- */
23308
- sqsSnsCredentials?: CredentialSQSSNSCreds;
23309
- }
23310
- type DeleteCredentialRequest = {
23311
- /**
23312
- * Region to target. If none is passed will use default region from the
23313
- * config.
23314
- */
23315
- region?: Region;
23316
- /** ID of the credentials to delete. */
23317
- credentialId: string;
23318
- };
23319
- type DeleteNamespaceRequest$1 = {
23320
- /**
23321
- * Region to target. If none is passed will use default region from the
23322
- * config.
23323
- */
23324
- region?: Region;
23325
- /** ID of the namespace to delete. */
23326
- namespaceId: string;
23327
- };
23328
- type GetCredentialRequest = {
23329
- /**
23330
- * Region to target. If none is passed will use default region from the
23331
- * config.
23332
- */
23333
- region?: Region;
23334
- /** ID of the credentials to get. */
23335
- credentialId: string;
23336
- };
23337
- type GetNamespaceRequest$1 = {
23338
- /**
23339
- * Region to target. If none is passed will use default region from the
23340
- * config.
23341
- */
23342
- region?: Region;
23343
- /** ID of the Namespace to get. */
23344
- namespaceId: string;
23345
- };
23346
- type ListCredentialsRequest = {
23347
- /**
23348
- * Region to target. If none is passed will use default region from the
23349
- * config.
23350
- */
23351
- region?: Region;
23352
- /** Namespace containing the credentials. */
23353
- namespaceId?: string;
23354
- /** Page number to return. */
23355
- page?: number;
23356
- /** Maximum number of credentials to return per page. */
23357
- pageSize?: number;
23358
- /** Order in which to return results. */
23359
- orderBy?: ListCredentialsRequestOrderBy;
23360
- };
23361
- interface ListCredentialsResponse {
23362
- /** Total count of existing credentials (matching any filters specified). */
23363
- totalCount: number;
23364
- /** Credentials on this page. */
23365
- credentials: CredentialSummary[];
23366
- }
23367
- type ListNamespacesRequest$1 = {
23368
- /**
23369
- * Region to target. If none is passed will use default region from the
23370
- * config.
23371
- */
23372
- region?: Region;
23373
- /** Include only namespaces in this Organization. */
23374
- organizationId?: string;
23375
- /** Include only namespaces in this Project. */
23376
- projectId?: string;
23377
- /** Page number to return. */
23378
- page?: number;
23379
- /** Maximum number of namespaces to return per page. */
23380
- pageSize?: number;
23381
- /** Order in which to return results. */
23382
- orderBy?: ListNamespacesRequestOrderBy$1;
23383
- };
23384
- interface ListNamespacesResponse$1 {
23385
- /** Total count of existing namespaces (matching any filters specified). */
23386
- totalCount: number;
23387
- /** Namespaces on this page. */
23388
- namespaces: Namespace$1[];
23389
- }
23390
- type UpdateCredentialRequest = {
23391
- /**
23392
- * Region to target. If none is passed will use default region from the
23393
- * config.
23394
- */
23395
- region?: Region;
23396
- /** ID of the credentials to update. */
23397
- credentialId: string;
23398
- /** Name of the credentials. */
23399
- name?: string;
23400
- /** Permissions associated with these credentials. */
23401
- permissions?: Permissions;
23402
- };
23403
- type UpdateNamespaceRequest$1 = {
23404
- /**
23405
- * Region to target. If none is passed will use default region from the
23406
- * config.
23407
- */
23408
- region?: Region;
23409
- /** ID of the Namespace to update. */
23410
- namespaceId: string;
23411
- /** Namespace name. */
23412
- name?: string;
23413
- };
23414
-
23415
- /**
23416
- * Messaging and Queuing API.
23417
- *
23418
- * This API allows you to manage Scaleway Messaging and Queueing brokers.
23419
- */
23420
- declare class API$a extends API$w {
23421
- /** Lists the available regions of the API. */
23422
- static readonly LOCALITIES: Region[];
23423
- protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
23424
- /**
23425
- * List namespaces. List all Messaging and Queuing namespaces in the specified
23426
- * region, for a Scaleway Organization or Project. By default, the namespaces
23427
- * returned in the list are ordered by creation date in ascending order,
23428
- * though this can be modified via the `order_by` field.
23429
- *
23430
- * @param request - The request {@link ListNamespacesRequest}
23431
- * @returns A Promise of ListNamespacesResponse
23432
- */
23433
- listNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1> & {
23434
- all: () => Promise<Namespace$1[]>;
23435
- [Symbol.asyncIterator]: () => AsyncGenerator<Namespace$1[], void, void>;
23436
- };
23437
- /**
23438
- * Create a namespace. Create a Messaging and Queuing namespace, set to the
23439
- * desired protocol.
23440
- *
23441
- * @param request - The request {@link CreateNamespaceRequest}
23442
- * @returns A Promise of Namespace
23443
- */
23444
- createNamespace: (request: Readonly<CreateNamespaceRequest$1>) => Promise<Namespace$1>;
23445
- /**
23446
- * Update the name of a namespace. Update the name of a Messaging and Queuing
23447
- * namespace, specified by its namespace ID.
23448
- *
23449
- * @param request - The request {@link UpdateNamespaceRequest}
23450
- * @returns A Promise of Namespace
23451
- */
23452
- updateNamespace: (request: Readonly<UpdateNamespaceRequest$1>) => Promise<Namespace$1>;
23453
- /**
23454
- * Get a namespace. Retrieve information about an existing Messaging and
23455
- * Queuing namespace, identified by its namespace ID. Its full details,
23456
- * including name, endpoint and protocol, are returned in the response.
23457
- *
23458
- * @param request - The request {@link GetNamespaceRequest}
23459
- * @returns A Promise of Namespace
23460
- */
23461
- getNamespace: (request: Readonly<GetNamespaceRequest$1>) => Promise<Namespace$1>;
23462
- /**
23463
- * Delete a namespace. Delete a Messaging and Queuing namespace, specified by
23464
- * its namespace ID. Note that deleting a namespace is irreversible, and any
23465
- * URLs, credentials and queued messages belonging to this namespace will also
23466
- * be deleted.
23467
- *
23468
- * @param request - The request {@link DeleteNamespaceRequest}
23469
- */
23470
- deleteNamespace: (request: Readonly<DeleteNamespaceRequest$1>) => Promise<void>;
23471
- /**
23472
- * Create credentials. Create a set of credentials for a Messaging and Queuing
23473
- * namespace, specified by its namespace ID. If creating credentials for a
23474
- * NATS namespace, the `permissions` object must not be included in the
23475
- * request. If creating credentials for an SQS/SNS namespace, the
23476
- * `permissions` object is required, with all three of its child attributes.
23477
- *
23478
- * @param request - The request {@link CreateCredentialRequest}
23479
- * @returns A Promise of Credential
23480
- */
23481
- createCredential: (request: Readonly<CreateCredentialRequest>) => Promise<Credential>;
23482
- /**
23483
- * Delete credentials. Delete a set of credentials, specified by their
23484
- * credential ID. Deleting credentials is irreversible and cannot be undone.
23485
- * The credentials can no longer be used to access the namespace.
23486
- *
23487
- * @param request - The request {@link DeleteCredentialRequest}
23488
- */
23489
- deleteCredential: (request: Readonly<DeleteCredentialRequest>) => Promise<void>;
23490
- protected pageOfListCredentials: (request?: Readonly<ListCredentialsRequest>) => Promise<ListCredentialsResponse>;
23491
- /**
23492
- * List credentials. List existing credentials in the specified region. The
23493
- * response contains only the metadata for the credentials, not the
23494
- * credentials themselves (for this, use **Get Credentials**).
23495
- *
23496
- * @param request - The request {@link ListCredentialsRequest}
23497
- * @returns A Promise of ListCredentialsResponse
23498
- */
23499
- listCredentials: (request?: Readonly<ListCredentialsRequest>) => Promise<ListCredentialsResponse> & {
23500
- all: () => Promise<CredentialSummary[]>;
23501
- [Symbol.asyncIterator]: () => AsyncGenerator<CredentialSummary[], void, void>;
23502
- };
23503
- /**
23504
- * Update credentials. Update a set of credentials. You can update the
23505
- * credentials' name, or (in the case of SQS/SNS credentials only) their
23506
- * permissions. To update the name of NATS credentials, do not include the
23507
- * `permissions` object in your request.
23508
- *
23509
- * @param request - The request {@link UpdateCredentialRequest}
23510
- * @returns A Promise of Credential
23511
- */
23512
- updateCredential: (request: Readonly<UpdateCredentialRequest>) => Promise<Credential>;
23513
- /**
23514
- * Get credentials. Retrieve an existing set of credentials, identified by the
23515
- * `credential_id`. The credentials themselves, as well as their metadata
23516
- * (protocol, namespace ID etc), are returned in the response.
23517
- *
23518
- * @param request - The request {@link GetCredentialRequest}
23519
- * @returns A Promise of Credential
23520
- */
23521
- getCredential: (request: Readonly<GetCredentialRequest>) => Promise<Credential>;
23522
- }
23523
-
23524
- type index_gen$c_CreateCredentialRequest = CreateCredentialRequest;
23525
- type index_gen$c_Credential = Credential;
23526
- type index_gen$c_CredentialNATSCredsFile = CredentialNATSCredsFile;
23527
- type index_gen$c_CredentialSQSSNSCreds = CredentialSQSSNSCreds;
23528
- type index_gen$c_CredentialSummary = CredentialSummary;
23529
- type index_gen$c_CredentialSummarySQSSNSCreds = CredentialSummarySQSSNSCreds;
23530
- type index_gen$c_DeleteCredentialRequest = DeleteCredentialRequest;
23531
- type index_gen$c_GetCredentialRequest = GetCredentialRequest;
23532
- type index_gen$c_ListCredentialsRequest = ListCredentialsRequest;
23533
- type index_gen$c_ListCredentialsRequestOrderBy = ListCredentialsRequestOrderBy;
23534
- type index_gen$c_ListCredentialsResponse = ListCredentialsResponse;
23535
- type index_gen$c_NamespaceProtocol = NamespaceProtocol;
23536
- type index_gen$c_Permissions = Permissions;
23537
- type index_gen$c_UpdateCredentialRequest = UpdateCredentialRequest;
23538
- declare namespace index_gen$c {
23539
- export { API$a as API, type index_gen$c_CreateCredentialRequest as CreateCredentialRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$c_Credential as Credential, type index_gen$c_CredentialNATSCredsFile as CredentialNATSCredsFile, type index_gen$c_CredentialSQSSNSCreds as CredentialSQSSNSCreds, type index_gen$c_CredentialSummary as CredentialSummary, type index_gen$c_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds, type index_gen$c_DeleteCredentialRequest as DeleteCredentialRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$c_GetCredentialRequest as GetCredentialRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$c_ListCredentialsRequest as ListCredentialsRequest, type index_gen$c_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy, type index_gen$c_ListCredentialsResponse as ListCredentialsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type Namespace$1 as Namespace, type index_gen$c_NamespaceProtocol as NamespaceProtocol, type index_gen$c_Permissions as Permissions, type index_gen$c_UpdateCredentialRequest as UpdateCredentialRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest };
23262
+ export { index_gen$d as v1, index_gen$c as v2 };
23540
23263
  }
23541
23264
 
23542
23265
  type ListNatsAccountsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
@@ -23993,7 +23716,7 @@ interface SqsInfo {
23993
23716
  *
23994
23717
  * This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
23995
23718
  */
23996
- declare class NatsAPI extends API$w {
23719
+ declare class NatsAPI extends API$v {
23997
23720
  /** Lists the available regions of the API. */
23998
23721
  static readonly LOCALITIES: Region[];
23999
23722
  /**
@@ -24090,7 +23813,7 @@ declare class NatsAPI extends API$w {
24090
23813
  *
24091
23814
  * This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
24092
23815
  */
24093
- declare class SnsAPI extends API$w {
23816
+ declare class SnsAPI extends API$v {
24094
23817
  /** Lists the available regions of the API. */
24095
23818
  static readonly LOCALITIES: Region[];
24096
23819
  /**
@@ -24172,7 +23895,7 @@ declare class SnsAPI extends API$w {
24172
23895
  *
24173
23896
  * This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
24174
23897
  */
24175
- declare class SqsAPI extends API$w {
23898
+ declare class SqsAPI extends API$v {
24176
23899
  /** Lists the available regions of the API. */
24177
23900
  static readonly LOCALITIES: Region[];
24178
23901
  /**
@@ -24383,7 +24106,7 @@ declare namespace index_gen$b {
24383
24106
  }
24384
24107
 
24385
24108
  declare namespace index$9 {
24386
- export { index_gen$c as v1alpha1, index_gen$b as v1beta1 };
24109
+ export { index_gen$b as v1beta1 };
24387
24110
  }
24388
24111
 
24389
24112
  type ACLRuleAction = 'allow' | 'deny';
@@ -25769,7 +25492,7 @@ type UpgradeInstanceRequest = {
25769
25492
  };
25770
25493
 
25771
25494
  /** Managed Database for PostgreSQL and MySQL API. */
25772
- declare class API$9 extends API$w {
25495
+ declare class API$9 extends API$v {
25773
25496
  /** Lists the available regions of the API. */
25774
25497
  static readonly LOCALITIES: Region[];
25775
25498
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -26998,13 +26721,18 @@ type UpdateClusterRequest = {
26998
26721
  type UpdateEndpointRequest = {
26999
26722
  /** Zone to target. If none is passed will use default zone from the config. */
27000
26723
  zone?: Zone;
26724
+ /** UUID of the endpoint you want to get. */
27001
26725
  endpointId: string;
27002
26726
  /**
26727
+ * Private Network details.
26728
+ *
27003
26729
  * One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork'
27004
26730
  * could be set.
27005
26731
  */
27006
26732
  privateNetwork?: EndpointSpecPrivateNetworkSpec;
27007
26733
  /**
26734
+ * Public network details.
26735
+ *
27008
26736
  * One-of ('endpointType'): at most one of 'privateNetwork', 'publicNetwork'
27009
26737
  * could be set.
27010
26738
  */
@@ -27012,7 +26740,7 @@ type UpdateEndpointRequest = {
27012
26740
  };
27013
26741
 
27014
26742
  /** Managed Database for Redis™ API. */
27015
- declare class API$8 extends API$w {
26743
+ declare class API$8 extends API$v {
27016
26744
  /** Lists the available zones of the API. */
27017
26745
  static readonly LOCALITIES: Zone[];
27018
26746
  /**
@@ -27621,7 +27349,7 @@ type UpdateNamespaceRequest = {
27621
27349
  };
27622
27350
 
27623
27351
  /** Container Registry API. */
27624
- declare class API$7 extends API$w {
27352
+ declare class API$7 extends API$v {
27625
27353
  /** Lists the available regions of the API. */
27626
27354
  static readonly LOCALITIES: Region[];
27627
27355
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -28400,7 +28128,7 @@ type UpdateSecretVersionRequest = {
28400
28128
  * Secret Manager API. This API allows you to conveniently store, access and
28401
28129
  * share sensitive data.
28402
28130
  */
28403
- declare class API$6 extends API$w {
28131
+ declare class API$6 extends API$v {
28404
28132
  /** Lists the available regions of the API. */
28405
28133
  static readonly LOCALITIES: Region[];
28406
28134
  /**
@@ -28539,6 +28267,13 @@ declare class API$6 extends API$w {
28539
28267
  * metadata of a secret's given version specified by the `region`,
28540
28268
  * `secret_name`, `revision` and `project_id` parameters.
28541
28269
  *
28270
+ * This method is deprecated.
28271
+ *
28272
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
28273
+ * filter to specify the secret version desired, then use the
28274
+ * `GetSecretVersion` request.
28275
+ *
28276
+ * @deprecated
28542
28277
  * @param request - The request {@link GetSecretVersionByNameRequest}
28543
28278
  * @returns A Promise of SecretVersion
28544
28279
  */
@@ -28570,6 +28305,13 @@ declare class API$6 extends API$w {
28570
28305
  * given secret's versions specified by the `secret_name`,`region` and
28571
28306
  * `project_id` parameters.
28572
28307
  *
28308
+ * This method is deprecated.
28309
+ *
28310
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
28311
+ * filter to specify the secret version desired, then use the
28312
+ * `ListSecretVersions` request.
28313
+ *
28314
+ * @deprecated
28573
28315
  * @param request - The request {@link ListSecretVersionsByNameRequest}
28574
28316
  * @returns A Promise of ListSecretVersionsResponse
28575
28317
  */
@@ -28607,6 +28349,13 @@ declare class API$6 extends API$w {
28607
28349
  * a secret's version specified by the `region`, `secret_name`, `revision` and
28608
28350
  * `project_id` parameters.
28609
28351
  *
28352
+ * This method is deprecated.
28353
+ *
28354
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
28355
+ * filter to specify the secret version desired, then use the
28356
+ * `AccessSecretVersion` request.
28357
+ *
28358
+ * @deprecated
28610
28359
  * @param request - The request {@link AccessSecretVersionByNameRequest}
28611
28360
  * @returns A Promise of AccessSecretVersionResponse
28612
28361
  */
@@ -28783,7 +28532,7 @@ type UpdateHumanRequest = {
28783
28532
  *
28784
28533
  * No Auth Service for end-to-end testing.
28785
28534
  */
28786
- declare class API$5 extends API$w {
28535
+ declare class API$5 extends API$v {
28787
28536
  /**
28788
28537
  * Register a user. Register a human and return a access-key and a secret-key
28789
28538
  * that must be used in all other commands.
@@ -29254,7 +29003,7 @@ interface Statistics {
29254
29003
  }
29255
29004
 
29256
29005
  /** Transactional Email API. */
29257
- declare class API$4 extends API$w {
29006
+ declare class API$4 extends API$v {
29258
29007
  /** Lists the available regions of the API. */
29259
29008
  static readonly LOCALITIES: Region[];
29260
29009
  /**
@@ -29528,7 +29277,7 @@ type UpdatePrivateNetworkRequest$1 = {
29528
29277
  };
29529
29278
 
29530
29279
  /** VPC API. */
29531
- declare class API$3 extends API$w {
29280
+ declare class API$3 extends API$v {
29532
29281
  /** Lists the available zones of the API. */
29533
29282
  static readonly LOCALITIES: Zone[];
29534
29283
  protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
@@ -29905,7 +29654,7 @@ type UpdateVPCRequest = {
29905
29654
  };
29906
29655
 
29907
29656
  /** VPC API. */
29908
- declare class API$2 extends API$w {
29657
+ declare class API$2 extends API$v {
29909
29658
  /** Lists the available regions of the API. */
29910
29659
  static readonly LOCALITIES: Region[];
29911
29660
  protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
@@ -30962,7 +30711,7 @@ type UpgradeGatewayRequest = {
30962
30711
  };
30963
30712
 
30964
30713
  /** Public Gateways API. */
30965
- declare class API$1 extends API$w {
30714
+ declare class API$1 extends API$v {
30966
30715
  /** Lists the available zones of the API. */
30967
30716
  static readonly LOCALITIES: Zone[];
30968
30717
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -31744,7 +31493,7 @@ type UpdateHostingRequest = {
31744
31493
  };
31745
31494
 
31746
31495
  /** Web Hosting API. */
31747
- declare class API extends API$w {
31496
+ declare class API extends API$v {
31748
31497
  /** Lists the available regions of the API. */
31749
31498
  static readonly LOCALITIES: Region[];
31750
31499
  /**
@@ -31912,4 +31661,4 @@ declare namespace index {
31912
31661
  export { index_gen as v1alpha1 };
31913
31662
  }
31914
31663
 
31915
- export { API$w as API, index$x as Account, index$w as AppleSilicon, index$u as BareMetal, index$t as Billing, index$s as Block, type Client, type ClientConfig, index$r as Cockpit, index$q as Container, type DefaultValues, index$p as DocumentDB, index$o as Domain, index$y as Errors, index$n as FlexibleIP, index$m as Function, index$l as IAM, index$i as IOT, index$h as IPAM, index$g as IPFS, index$j as Instance, index$f as Jobs, index$d as K8S, index$b as LB, type Logger, index$9 as MNQ, index$a as Marketplace, type Money, type NetworkInterceptors, type Profile, index$8 as RDB, index$7 as Redis, type Region, index$6 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$5 as Secret, 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, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
31664
+ export { API$v as API, index$x as Account, index$w as AppleSilicon, index$u as BareMetal, index$t as Billing, index$s as Block, type Client, type ClientConfig, index$r as Cockpit, index$q as Container, type DefaultValues, index$p as DocumentDB, index$o as Domain, index$y as Errors, index$n as FlexibleIP, index$m as Function, index$l as IAM, index$i as IOT, index$h as IPAM, index$g as IPFS, index$j as Instance, index$f as Jobs, index$d as K8S, index$b as LB, type Logger, index$9 as MNQ, index$a as Marketplace, type Money, type NetworkInterceptors, type Profile, index$8 as RDB, index$7 as Redis, type Region, index$6 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$5 as Secret, 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, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };