@scaleway/sdk 2.0.0-alpha.16 → 2.0.0-alpha.17

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
@@ -820,39 +820,39 @@ declare class TransientStateError extends ScalewayError {
820
820
  static fromJSON(status: number, obj: Readonly<JSONObject>): ScalewayError | null;
821
821
  }
822
822
 
823
- type index$x_AlreadyExistsError = AlreadyExistsError;
824
- declare const index$x_AlreadyExistsError: typeof AlreadyExistsError;
825
- type index$x_DeniedAuthenticationError = DeniedAuthenticationError;
826
- declare const index$x_DeniedAuthenticationError: typeof DeniedAuthenticationError;
827
- type index$x_InvalidArgumentsError = InvalidArgumentsError;
828
- declare const index$x_InvalidArgumentsError: typeof InvalidArgumentsError;
829
- type index$x_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
830
- type index$x_OutOfStockError = OutOfStockError;
831
- declare const index$x_OutOfStockError: typeof OutOfStockError;
832
- type index$x_PermissionsDeniedError = PermissionsDeniedError;
833
- declare const index$x_PermissionsDeniedError: typeof PermissionsDeniedError;
834
- type index$x_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
835
- type index$x_PreconditionFailedError = PreconditionFailedError;
836
- declare const index$x_PreconditionFailedError: typeof PreconditionFailedError;
837
- type index$x_QuotasExceededError = QuotasExceededError;
838
- declare const index$x_QuotasExceededError: typeof QuotasExceededError;
839
- type index$x_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
840
- type index$x_QuotasExceededErrorScope = QuotasExceededErrorScope;
841
- type index$x_ResourceExpiredError = ResourceExpiredError;
842
- declare const index$x_ResourceExpiredError: typeof ResourceExpiredError;
843
- type index$x_ResourceLockedError = ResourceLockedError;
844
- declare const index$x_ResourceLockedError: typeof ResourceLockedError;
845
- type index$x_ResourceNotFoundError = ResourceNotFoundError;
846
- declare const index$x_ResourceNotFoundError: typeof ResourceNotFoundError;
847
- type index$x_ScalewayError = ScalewayError;
848
- declare const index$x_ScalewayError: typeof ScalewayError;
849
- type index$x_TooManyRequestsError = TooManyRequestsError;
850
- declare const index$x_TooManyRequestsError: typeof TooManyRequestsError;
851
- type index$x_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
852
- type index$x_TransientStateError = TransientStateError;
853
- declare const index$x_TransientStateError: typeof TransientStateError;
854
- declare namespace index$x {
855
- export { index$x_AlreadyExistsError as AlreadyExistsError, index$x_DeniedAuthenticationError as DeniedAuthenticationError, index$x_InvalidArgumentsError as InvalidArgumentsError, type index$x_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails, index$x_OutOfStockError as OutOfStockError, index$x_PermissionsDeniedError as PermissionsDeniedError, type index$x_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails, index$x_PreconditionFailedError as PreconditionFailedError, index$x_QuotasExceededError as QuotasExceededError, type index$x_QuotasExceededErrorDetails as QuotasExceededErrorDetails, type index$x_QuotasExceededErrorScope as QuotasExceededErrorScope, index$x_ResourceExpiredError as ResourceExpiredError, index$x_ResourceLockedError as ResourceLockedError, index$x_ResourceNotFoundError as ResourceNotFoundError, index$x_ScalewayError as ScalewayError, index$x_TooManyRequestsError as TooManyRequestsError, type index$x_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy, index$x_TransientStateError as TransientStateError };
823
+ type index$y_AlreadyExistsError = AlreadyExistsError;
824
+ declare const index$y_AlreadyExistsError: typeof AlreadyExistsError;
825
+ type index$y_DeniedAuthenticationError = DeniedAuthenticationError;
826
+ declare const index$y_DeniedAuthenticationError: typeof DeniedAuthenticationError;
827
+ type index$y_InvalidArgumentsError = InvalidArgumentsError;
828
+ declare const index$y_InvalidArgumentsError: typeof InvalidArgumentsError;
829
+ type index$y_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
830
+ type index$y_OutOfStockError = OutOfStockError;
831
+ declare const index$y_OutOfStockError: typeof OutOfStockError;
832
+ type index$y_PermissionsDeniedError = PermissionsDeniedError;
833
+ declare const index$y_PermissionsDeniedError: typeof PermissionsDeniedError;
834
+ type index$y_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
835
+ type index$y_PreconditionFailedError = PreconditionFailedError;
836
+ declare const index$y_PreconditionFailedError: typeof PreconditionFailedError;
837
+ type index$y_QuotasExceededError = QuotasExceededError;
838
+ declare const index$y_QuotasExceededError: typeof QuotasExceededError;
839
+ type index$y_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
840
+ type index$y_QuotasExceededErrorScope = QuotasExceededErrorScope;
841
+ type index$y_ResourceExpiredError = ResourceExpiredError;
842
+ declare const index$y_ResourceExpiredError: typeof ResourceExpiredError;
843
+ type index$y_ResourceLockedError = ResourceLockedError;
844
+ declare const index$y_ResourceLockedError: typeof ResourceLockedError;
845
+ type index$y_ResourceNotFoundError = ResourceNotFoundError;
846
+ declare const index$y_ResourceNotFoundError: typeof ResourceNotFoundError;
847
+ type index$y_ScalewayError = ScalewayError;
848
+ declare const index$y_ScalewayError: typeof ScalewayError;
849
+ type index$y_TooManyRequestsError = TooManyRequestsError;
850
+ declare const index$y_TooManyRequestsError: typeof TooManyRequestsError;
851
+ type index$y_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
852
+ type index$y_TransientStateError = TransientStateError;
853
+ declare const index$y_TransientStateError: typeof TransientStateError;
854
+ declare namespace index$y {
855
+ export { index$y_AlreadyExistsError as AlreadyExistsError, index$y_DeniedAuthenticationError as DeniedAuthenticationError, index$y_InvalidArgumentsError as InvalidArgumentsError, type index$y_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails, index$y_OutOfStockError as OutOfStockError, index$y_PermissionsDeniedError as PermissionsDeniedError, type index$y_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails, index$y_PreconditionFailedError as PreconditionFailedError, index$y_QuotasExceededError as QuotasExceededError, type index$y_QuotasExceededErrorDetails as QuotasExceededErrorDetails, type index$y_QuotasExceededErrorScope as QuotasExceededErrorScope, index$y_ResourceExpiredError as ResourceExpiredError, index$y_ResourceLockedError as ResourceLockedError, index$y_ResourceNotFoundError as ResourceNotFoundError, index$y_ScalewayError as ScalewayError, index$y_TooManyRequestsError as TooManyRequestsError, type index$y_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy, index$y_TransientStateError as TransientStateError };
856
856
  }
857
857
 
858
858
  /**
@@ -871,7 +871,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
871
871
  *
872
872
  * @internal
873
873
  */
874
- declare abstract class API$v {
874
+ declare abstract class API$w {
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$u extends API$v {
1104
+ declare class API$v extends API$w {
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$u extends API$v {
1162
1162
  updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
1163
1163
  }
1164
1164
 
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 };
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 };
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$v {
1242
+ declare class ProjectAPI extends API$w {
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.
@@ -1325,26 +1325,26 @@ declare const ProjectApiUpdateProjectRequest: {
1325
1325
  };
1326
1326
  };
1327
1327
 
1328
- declare const validationRules_gen$c_ProjectApiCreateProjectRequest: typeof ProjectApiCreateProjectRequest;
1329
- declare const validationRules_gen$c_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
1330
- declare const validationRules_gen$c_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
1331
- declare namespace validationRules_gen$c {
1332
- export { validationRules_gen$c_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$c_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$c_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
1328
+ declare const validationRules_gen$d_ProjectApiCreateProjectRequest: typeof ProjectApiCreateProjectRequest;
1329
+ declare const validationRules_gen$d_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
1330
+ declare const validationRules_gen$d_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
1331
+ declare namespace validationRules_gen$d {
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$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$c as ValidationRules };
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 };
1344
1344
  }
1345
1345
 
1346
- declare namespace index$w {
1347
- export { index_gen$t as v2, index_gen$s as v3 };
1346
+ declare namespace index$x {
1347
+ export { index_gen$u as v2, index_gen$t 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$t extends API$v {
1528
+ declare class API$u extends API$w {
1529
1529
  /** Lists the available zones of the API. */
1530
1530
  static readonly LOCALITIES: Zone[];
1531
1531
  /**
@@ -1644,20 +1644,20 @@ declare class API$t extends API$v {
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$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 };
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 };
1657
1657
  }
1658
1658
 
1659
- declare namespace index$v {
1660
- export { index_gen$r as v1alpha1 };
1659
+ declare namespace index$w {
1660
+ export { index_gen$s as v1alpha1 };
1661
1661
  }
1662
1662
 
1663
1663
  type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
@@ -2010,14 +2010,14 @@ type CreateServerRequest$2 = {
2010
2010
  /**
2011
2011
  * @deprecated Organization ID with which the server will be created.
2012
2012
  *
2013
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
2013
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
2014
2014
  * could be set.
2015
2015
  */
2016
2016
  organizationId?: string;
2017
2017
  /**
2018
2018
  * Project ID with which the server will be created.
2019
2019
  *
2020
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
2020
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
2021
2021
  * could be set.
2022
2022
  */
2023
2023
  projectId?: string;
@@ -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$s extends API$v {
2350
+ declare class API$t extends API$w {
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$s extends API$v {
2587
2587
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2588
2588
  }
2589
2589
  /** Elastic Metal Private Network API. */
2590
- declare class PrivateNetworkAPI extends API$v {
2590
+ declare class PrivateNetworkAPI extends API$w {
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$v {
2627
2627
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2628
2628
  }
2629
2629
 
2630
- declare class BaremetalV1UtilsAPI extends API$s {
2630
+ declare class BaremetalV1UtilsAPI extends API$t {
2631
2631
  /**
2632
2632
  * Waits for {@link ServerInstall} to be in a final state.
2633
2633
  *
@@ -2750,81 +2750,81 @@ declare const UpdateServerRequest$1: {
2750
2750
  };
2751
2751
  };
2752
2752
 
2753
- declare const validationRules_gen$b_CreateServerRequestInstall: typeof CreateServerRequestInstall;
2754
- declare const validationRules_gen$b_InstallServerRequest: typeof InstallServerRequest;
2755
- declare const validationRules_gen$b_ListOSRequest: typeof ListOSRequest;
2756
- declare const validationRules_gen$b_ListOptionsRequest: typeof ListOptionsRequest;
2757
- declare const validationRules_gen$b_ListServerEventsRequest: typeof ListServerEventsRequest;
2758
- declare const validationRules_gen$b_ListSettingsRequest: typeof ListSettingsRequest;
2759
- declare namespace validationRules_gen$b {
2760
- export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$b_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$b_InstallServerRequest as InstallServerRequest, validationRules_gen$b_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$b_ListOptionsRequest as ListOptionsRequest, validationRules_gen$b_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$b_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
2753
+ declare const validationRules_gen$c_CreateServerRequestInstall: typeof CreateServerRequestInstall;
2754
+ declare const validationRules_gen$c_InstallServerRequest: typeof InstallServerRequest;
2755
+ declare const validationRules_gen$c_ListOSRequest: typeof ListOSRequest;
2756
+ declare const validationRules_gen$c_ListOptionsRequest: typeof ListOptionsRequest;
2757
+ declare const validationRules_gen$c_ListServerEventsRequest: typeof ListServerEventsRequest;
2758
+ declare const validationRules_gen$c_ListSettingsRequest: typeof ListSettingsRequest;
2759
+ declare namespace validationRules_gen$c {
2760
+ export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$c_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$c_InstallServerRequest as InstallServerRequest, validationRules_gen$c_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$c_ListOptionsRequest as ListOptionsRequest, validationRules_gen$c_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$c_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
2761
2761
  }
2762
2762
 
2763
- type index$u_AddOptionServerRequest = AddOptionServerRequest;
2764
- type index$u_BMCAccess = BMCAccess;
2765
- type index$u_CPU = CPU;
2766
- type index$u_DeleteOptionServerRequest = DeleteOptionServerRequest;
2767
- type index$u_Disk = Disk;
2768
- type index$u_GetBMCAccessRequest = GetBMCAccessRequest;
2769
- type index$u_GetOSRequest = GetOSRequest;
2770
- type index$u_GetOfferRequest = GetOfferRequest;
2771
- type index$u_GetOptionRequest = GetOptionRequest;
2772
- type index$u_GetServerMetricsRequest = GetServerMetricsRequest;
2773
- type index$u_GetServerMetricsResponse = GetServerMetricsResponse;
2774
- type index$u_IPReverseStatus = IPReverseStatus;
2775
- type index$u_IPVersion = IPVersion;
2776
- type index$u_ListOSResponse = ListOSResponse;
2777
- type index$u_ListOptionsResponse = ListOptionsResponse;
2778
- type index$u_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
2779
- type index$u_ListServerEventsResponse = ListServerEventsResponse;
2780
- type index$u_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
2781
- type index$u_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
2782
- type index$u_ListServersRequestOrderBy = ListServersRequestOrderBy;
2783
- type index$u_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
2784
- type index$u_ListSettingsResponse = ListSettingsResponse;
2785
- type index$u_Memory = Memory;
2786
- type index$u_OS = OS;
2787
- type index$u_OSOSField = OSOSField;
2788
- type index$u_OfferOptionOffer = OfferOptionOffer;
2789
- type index$u_OfferStock = OfferStock;
2790
- type index$u_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
2791
- type index$u_Option = Option;
2792
- type index$u_PersistentMemory = PersistentMemory;
2793
- type index$u_PrivateNetworkAPI = PrivateNetworkAPI;
2794
- declare const index$u_PrivateNetworkAPI: typeof PrivateNetworkAPI;
2795
- type index$u_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
2796
- type index$u_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
2797
- type index$u_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
2798
- type index$u_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
2799
- type index$u_RaidController = RaidController;
2800
- type index$u_RebootServerRequest = RebootServerRequest;
2801
- declare const index$u_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
2802
- declare const index$u_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
2803
- type index$u_ServerBootType = ServerBootType;
2804
- type index$u_ServerEvent = ServerEvent;
2805
- type index$u_ServerInstall = ServerInstall;
2806
- type index$u_ServerInstallStatus = ServerInstallStatus;
2807
- type index$u_ServerOption = ServerOption;
2808
- type index$u_ServerOptionOptionStatus = ServerOptionOptionStatus;
2809
- type index$u_ServerPingStatus = ServerPingStatus;
2810
- type index$u_ServerPrivateNetwork = ServerPrivateNetwork;
2811
- type index$u_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
2812
- type index$u_ServerRescueServer = ServerRescueServer;
2813
- type index$u_ServerStatus = ServerStatus;
2814
- type index$u_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
2815
- type index$u_Setting = Setting;
2816
- type index$u_SettingType = SettingType;
2817
- type index$u_StartBMCAccessRequest = StartBMCAccessRequest;
2818
- type index$u_StartServerRequest = StartServerRequest;
2819
- type index$u_StopBMCAccessRequest = StopBMCAccessRequest;
2820
- type index$u_StopServerRequest = StopServerRequest;
2821
- type index$u_UpdateSettingRequest = UpdateSettingRequest;
2822
- declare namespace index$u {
2823
- export { BaremetalV1UtilsAPI as API, type index$u_AddOptionServerRequest as AddOptionServerRequest, type index$u_BMCAccess as BMCAccess, type index$u_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$u_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$u_Disk as Disk, type index$u_GetBMCAccessRequest as GetBMCAccessRequest, type index$u_GetOSRequest as GetOSRequest, type index$u_GetOfferRequest as GetOfferRequest, type index$u_GetOptionRequest as GetOptionRequest, type index$u_GetServerMetricsRequest as GetServerMetricsRequest, type index$u_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$2 as IP, type index$u_IPReverseStatus as IPReverseStatus, type index$u_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$u_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$u_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$u_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$u_ListServerEventsResponse as ListServerEventsResponse, type index$u_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$u_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$u_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$u_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$u_ListSettingsResponse as ListSettingsResponse, type index$u_Memory as Memory, type index$u_OS as OS, type index$u_OSOSField as OSOSField, type Offer$1 as Offer, type index$u_OfferOptionOffer as OfferOptionOffer, type index$u_OfferStock as OfferStock, type index$u_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$u_Option as Option, type index$u_PersistentMemory as PersistentMemory, index$u_PrivateNetworkAPI as PrivateNetworkAPI, type index$u_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$u_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$u_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$u_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$u_RaidController as RaidController, type index$u_RebootServerRequest as RebootServerRequest, index$u_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$u_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES, type Server$1 as Server, type index$u_ServerBootType as ServerBootType, type index$u_ServerEvent as ServerEvent, type index$u_ServerInstall as ServerInstall, type index$u_ServerInstallStatus as ServerInstallStatus, type index$u_ServerOption as ServerOption, type index$u_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$u_ServerPingStatus as ServerPingStatus, type index$u_ServerPrivateNetwork as ServerPrivateNetwork, type index$u_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$u_ServerRescueServer as ServerRescueServer, type index$u_ServerStatus as ServerStatus, type index$u_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$u_Setting as Setting, type index$u_SettingType as SettingType, type index$u_StartBMCAccessRequest as StartBMCAccessRequest, type index$u_StartServerRequest as StartServerRequest, type index$u_StopBMCAccessRequest as StopBMCAccessRequest, type index$u_StopServerRequest as StopServerRequest, type UpdateIPRequest$2 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$u_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$b as ValidationRules };
2763
+ type index$v_AddOptionServerRequest = AddOptionServerRequest;
2764
+ type index$v_BMCAccess = BMCAccess;
2765
+ type index$v_CPU = CPU;
2766
+ type index$v_DeleteOptionServerRequest = DeleteOptionServerRequest;
2767
+ type index$v_Disk = Disk;
2768
+ type index$v_GetBMCAccessRequest = GetBMCAccessRequest;
2769
+ type index$v_GetOSRequest = GetOSRequest;
2770
+ type index$v_GetOfferRequest = GetOfferRequest;
2771
+ type index$v_GetOptionRequest = GetOptionRequest;
2772
+ type index$v_GetServerMetricsRequest = GetServerMetricsRequest;
2773
+ type index$v_GetServerMetricsResponse = GetServerMetricsResponse;
2774
+ type index$v_IPReverseStatus = IPReverseStatus;
2775
+ type index$v_IPVersion = IPVersion;
2776
+ type index$v_ListOSResponse = ListOSResponse;
2777
+ type index$v_ListOptionsResponse = ListOptionsResponse;
2778
+ type index$v_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
2779
+ type index$v_ListServerEventsResponse = ListServerEventsResponse;
2780
+ type index$v_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
2781
+ type index$v_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
2782
+ type index$v_ListServersRequestOrderBy = ListServersRequestOrderBy;
2783
+ type index$v_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
2784
+ type index$v_ListSettingsResponse = ListSettingsResponse;
2785
+ type index$v_Memory = Memory;
2786
+ type index$v_OS = OS;
2787
+ type index$v_OSOSField = OSOSField;
2788
+ type index$v_OfferOptionOffer = OfferOptionOffer;
2789
+ type index$v_OfferStock = OfferStock;
2790
+ type index$v_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
2791
+ type index$v_Option = Option;
2792
+ type index$v_PersistentMemory = PersistentMemory;
2793
+ type index$v_PrivateNetworkAPI = PrivateNetworkAPI;
2794
+ declare const index$v_PrivateNetworkAPI: typeof PrivateNetworkAPI;
2795
+ type index$v_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
2796
+ type index$v_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
2797
+ type index$v_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
2798
+ type index$v_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
2799
+ type index$v_RaidController = RaidController;
2800
+ type index$v_RebootServerRequest = RebootServerRequest;
2801
+ declare const index$v_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
2802
+ declare const index$v_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
2803
+ type index$v_ServerBootType = ServerBootType;
2804
+ type index$v_ServerEvent = ServerEvent;
2805
+ type index$v_ServerInstall = ServerInstall;
2806
+ type index$v_ServerInstallStatus = ServerInstallStatus;
2807
+ type index$v_ServerOption = ServerOption;
2808
+ type index$v_ServerOptionOptionStatus = ServerOptionOptionStatus;
2809
+ type index$v_ServerPingStatus = ServerPingStatus;
2810
+ type index$v_ServerPrivateNetwork = ServerPrivateNetwork;
2811
+ type index$v_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
2812
+ type index$v_ServerRescueServer = ServerRescueServer;
2813
+ type index$v_ServerStatus = ServerStatus;
2814
+ type index$v_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
2815
+ type index$v_Setting = Setting;
2816
+ type index$v_SettingType = SettingType;
2817
+ type index$v_StartBMCAccessRequest = StartBMCAccessRequest;
2818
+ type index$v_StartServerRequest = StartServerRequest;
2819
+ type index$v_StopBMCAccessRequest = StopBMCAccessRequest;
2820
+ type index$v_StopServerRequest = StopServerRequest;
2821
+ type index$v_UpdateSettingRequest = UpdateSettingRequest;
2822
+ declare namespace index$v {
2823
+ export { BaremetalV1UtilsAPI as API, type index$v_AddOptionServerRequest as AddOptionServerRequest, type index$v_BMCAccess as BMCAccess, type index$v_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$v_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$v_Disk as Disk, type index$v_GetBMCAccessRequest as GetBMCAccessRequest, type index$v_GetOSRequest as GetOSRequest, type index$v_GetOfferRequest as GetOfferRequest, type index$v_GetOptionRequest as GetOptionRequest, type index$v_GetServerMetricsRequest as GetServerMetricsRequest, type index$v_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$2 as IP, type index$v_IPReverseStatus as IPReverseStatus, type index$v_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$v_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$v_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$v_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$v_ListServerEventsResponse as ListServerEventsResponse, type index$v_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$v_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$v_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$v_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$v_ListSettingsResponse as ListSettingsResponse, type index$v_Memory as Memory, type index$v_OS as OS, type index$v_OSOSField as OSOSField, type Offer$1 as Offer, type index$v_OfferOptionOffer as OfferOptionOffer, type index$v_OfferStock as OfferStock, type index$v_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$v_Option as Option, type index$v_PersistentMemory as PersistentMemory, index$v_PrivateNetworkAPI as PrivateNetworkAPI, type index$v_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$v_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$v_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$v_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$v_RaidController as RaidController, type index$v_RebootServerRequest as RebootServerRequest, index$v_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$v_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES, type Server$1 as Server, type index$v_ServerBootType as ServerBootType, type index$v_ServerEvent as ServerEvent, type index$v_ServerInstall as ServerInstall, type index$v_ServerInstallStatus as ServerInstallStatus, type index$v_ServerOption as ServerOption, type index$v_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$v_ServerPingStatus as ServerPingStatus, type index$v_ServerPrivateNetwork as ServerPrivateNetwork, type index$v_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$v_ServerRescueServer as ServerRescueServer, type index$v_ServerStatus as ServerStatus, type index$v_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$v_Setting as Setting, type index$v_SettingType as SettingType, type index$v_StartBMCAccessRequest as StartBMCAccessRequest, type index$v_StartServerRequest as StartServerRequest, type index$v_StopBMCAccessRequest as StopBMCAccessRequest, type index$v_StopServerRequest as StopServerRequest, type UpdateIPRequest$2 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$v_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$c as ValidationRules };
2824
2824
  }
2825
2825
 
2826
- declare namespace index$t {
2827
- export { index$u as v1 };
2826
+ declare namespace index$u {
2827
+ export { index$v as v1 };
2828
2828
  }
2829
2829
 
2830
2830
  type DiscountDiscountMode = 'unknown_discount_mode' | 'discount_mode_rate' | 'discount_mode_value' | 'discount_mode_splittable';
@@ -2968,7 +2968,7 @@ interface ListInvoicesResponse {
2968
2968
  *
2969
2969
  * This API allows you to query your consumption.
2970
2970
  */
2971
- declare class API$r extends API$v {
2971
+ declare class API$s extends API$w {
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$r extends API$v {
3012
3012
  };
3013
3013
  }
3014
3014
 
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 };
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 };
3035
3035
  }
3036
3036
 
3037
- declare namespace index$s {
3038
- export { index_gen$q as v2alpha1 };
3037
+ declare namespace index$t {
3038
+ export { index_gen$r as v2alpha1 };
3039
3039
  }
3040
3040
 
3041
3041
  type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -3366,7 +3366,7 @@ type UpdateVolumeRequest$2 = {
3366
3366
  *
3367
3367
  * This API allows you to use and manage your Block Storage volumes.
3368
3368
  */
3369
- declare class API$q extends API$v {
3369
+ declare class API$r extends API$w {
3370
3370
  /** Lists the available zones of the API. */
3371
3371
  static readonly LOCALITIES: Zone[];
3372
3372
  protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
@@ -3550,29 +3550,29 @@ declare const Reference: {
3550
3550
  };
3551
3551
  };
3552
3552
 
3553
- declare const validationRules_gen$a_ImportSnapshotFromS3Request: typeof ImportSnapshotFromS3Request;
3554
- declare const validationRules_gen$a_ListVolumeTypesRequest: typeof ListVolumeTypesRequest;
3555
- declare const validationRules_gen$a_Reference: typeof Reference;
3556
- declare namespace validationRules_gen$a {
3557
- export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$a_ImportSnapshotFromS3Request as ImportSnapshotFromS3Request, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$a_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$a_Reference as Reference };
3553
+ declare const validationRules_gen$b_ImportSnapshotFromS3Request: typeof ImportSnapshotFromS3Request;
3554
+ declare const validationRules_gen$b_ListVolumeTypesRequest: typeof ListVolumeTypesRequest;
3555
+ declare const validationRules_gen$b_Reference: typeof Reference;
3556
+ declare namespace validationRules_gen$b {
3557
+ 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
3558
  }
3559
3559
 
3560
- type index_gen$p_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
3561
- type index_gen$p_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
3562
- type index_gen$p_ListVolumeTypesResponse = ListVolumeTypesResponse;
3563
- declare const index_gen$p_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
3564
- type index_gen$p_ReferenceStatus = ReferenceStatus;
3565
- type index_gen$p_ReferenceType = ReferenceType;
3566
- type index_gen$p_SnapshotParentVolume = SnapshotParentVolume;
3567
- type index_gen$p_SnapshotSummary = SnapshotSummary;
3568
- type index_gen$p_VolumeSpecifications = VolumeSpecifications;
3569
- type index_gen$p_VolumeStatus = VolumeStatus;
3570
- declare namespace index_gen$p {
3571
- 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$a 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 };
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 };
3572
3572
  }
3573
3573
 
3574
- declare namespace index$r {
3575
- export { index_gen$p as v1alpha1 };
3574
+ declare namespace index$s {
3575
+ export { index_gen$q as v1alpha1 };
3576
3576
  }
3577
3577
 
3578
3578
  type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
@@ -3957,7 +3957,7 @@ type TriggerTestAlertRequest = {
3957
3957
  * Scaleway's Cockpit stores metrics and logs and provides a dedicated Grafana
3958
3958
  * for dashboarding to visualize them.
3959
3959
  */
3960
- declare class API$p extends API$v {
3960
+ declare class API$q extends API$w {
3961
3961
  /**
3962
3962
  * Activate the Cockpit of the specified Project ID.
3963
3963
  *
@@ -4171,57 +4171,57 @@ declare class API$p extends API$v {
4171
4171
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
4172
4172
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
4173
4173
 
4174
- type index_gen$o_ActivateCockpitRequest = ActivateCockpitRequest;
4175
- declare const index_gen$o_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4176
- type index_gen$o_Cockpit = Cockpit;
4177
- type index_gen$o_CockpitEndpoints = CockpitEndpoints;
4178
- type index_gen$o_CockpitMetrics = CockpitMetrics;
4179
- type index_gen$o_CockpitStatus = CockpitStatus;
4180
- type index_gen$o_ContactPoint = ContactPoint;
4181
- type index_gen$o_ContactPointEmail = ContactPointEmail;
4182
- type index_gen$o_CreateContactPointRequest = CreateContactPointRequest;
4183
- type index_gen$o_CreateDatasourceRequest = CreateDatasourceRequest;
4184
- type index_gen$o_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4185
- type index_gen$o_Datasource = Datasource;
4186
- type index_gen$o_DatasourceType = DatasourceType;
4187
- type index_gen$o_DeactivateCockpitRequest = DeactivateCockpitRequest;
4188
- type index_gen$o_DeleteContactPointRequest = DeleteContactPointRequest;
4189
- type index_gen$o_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4190
- type index_gen$o_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4191
- type index_gen$o_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4192
- type index_gen$o_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4193
- type index_gen$o_GetCockpitRequest = GetCockpitRequest;
4194
- type index_gen$o_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4195
- type index_gen$o_GrafanaProductDashboard = GrafanaProductDashboard;
4196
- type index_gen$o_GrafanaUser = GrafanaUser;
4197
- type index_gen$o_GrafanaUserRole = GrafanaUserRole;
4198
- type index_gen$o_ListContactPointsRequest = ListContactPointsRequest;
4199
- type index_gen$o_ListContactPointsResponse = ListContactPointsResponse;
4200
- type index_gen$o_ListDatasourcesRequest = ListDatasourcesRequest;
4201
- type index_gen$o_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4202
- type index_gen$o_ListDatasourcesResponse = ListDatasourcesResponse;
4203
- type index_gen$o_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4204
- type index_gen$o_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4205
- type index_gen$o_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4206
- type index_gen$o_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4207
- type index_gen$o_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4208
- type index_gen$o_ListPlansRequest = ListPlansRequest;
4209
- type index_gen$o_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4210
- type index_gen$o_ListPlansResponse = ListPlansResponse;
4211
- type index_gen$o_Plan = Plan;
4212
- type index_gen$o_PlanName = PlanName;
4213
- type index_gen$o_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
4214
- type index_gen$o_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4215
- type index_gen$o_SelectPlanRequest = SelectPlanRequest;
4216
- type index_gen$o_SelectPlanResponse = SelectPlanResponse;
4217
- type index_gen$o_TokenScopes = TokenScopes;
4218
- type index_gen$o_TriggerTestAlertRequest = TriggerTestAlertRequest;
4219
- declare namespace index_gen$o {
4220
- 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_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest, 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 };
4174
+ type index_gen$p_ActivateCockpitRequest = ActivateCockpitRequest;
4175
+ declare const index_gen$p_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
4176
+ type index_gen$p_Cockpit = Cockpit;
4177
+ type index_gen$p_CockpitEndpoints = CockpitEndpoints;
4178
+ type index_gen$p_CockpitMetrics = CockpitMetrics;
4179
+ type index_gen$p_CockpitStatus = CockpitStatus;
4180
+ type index_gen$p_ContactPoint = ContactPoint;
4181
+ type index_gen$p_ContactPointEmail = ContactPointEmail;
4182
+ type index_gen$p_CreateContactPointRequest = CreateContactPointRequest;
4183
+ type index_gen$p_CreateDatasourceRequest = CreateDatasourceRequest;
4184
+ type index_gen$p_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
4185
+ type index_gen$p_Datasource = Datasource;
4186
+ type index_gen$p_DatasourceType = DatasourceType;
4187
+ type index_gen$p_DeactivateCockpitRequest = DeactivateCockpitRequest;
4188
+ type index_gen$p_DeleteContactPointRequest = DeleteContactPointRequest;
4189
+ type index_gen$p_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
4190
+ type index_gen$p_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
4191
+ type index_gen$p_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
4192
+ type index_gen$p_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
4193
+ type index_gen$p_GetCockpitRequest = GetCockpitRequest;
4194
+ type index_gen$p_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
4195
+ type index_gen$p_GrafanaProductDashboard = GrafanaProductDashboard;
4196
+ type index_gen$p_GrafanaUser = GrafanaUser;
4197
+ type index_gen$p_GrafanaUserRole = GrafanaUserRole;
4198
+ type index_gen$p_ListContactPointsRequest = ListContactPointsRequest;
4199
+ type index_gen$p_ListContactPointsResponse = ListContactPointsResponse;
4200
+ type index_gen$p_ListDatasourcesRequest = ListDatasourcesRequest;
4201
+ type index_gen$p_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
4202
+ type index_gen$p_ListDatasourcesResponse = ListDatasourcesResponse;
4203
+ type index_gen$p_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
4204
+ type index_gen$p_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
4205
+ type index_gen$p_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
4206
+ type index_gen$p_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
4207
+ type index_gen$p_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
4208
+ type index_gen$p_ListPlansRequest = ListPlansRequest;
4209
+ type index_gen$p_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
4210
+ type index_gen$p_ListPlansResponse = ListPlansResponse;
4211
+ type index_gen$p_Plan = Plan;
4212
+ type index_gen$p_PlanName = PlanName;
4213
+ type index_gen$p_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
4214
+ type index_gen$p_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
4215
+ type index_gen$p_SelectPlanRequest = SelectPlanRequest;
4216
+ type index_gen$p_SelectPlanResponse = SelectPlanResponse;
4217
+ type index_gen$p_TokenScopes = TokenScopes;
4218
+ type index_gen$p_TriggerTestAlertRequest = TriggerTestAlertRequest;
4219
+ declare namespace index_gen$p {
4220
+ 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 };
4221
4221
  }
4222
4222
 
4223
- declare namespace index$q {
4224
- export { index_gen$o as v1beta1 };
4223
+ declare namespace index$r {
4224
+ export { index_gen$p as v1beta1 };
4225
4225
  }
4226
4226
 
4227
4227
  type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
@@ -5044,7 +5044,7 @@ type UpdateTriggerRequest$3 = {
5044
5044
  };
5045
5045
 
5046
5046
  /** Serverless Containers API. */
5047
- declare class API$o extends API$v {
5047
+ declare class API$p extends API$w {
5048
5048
  /** Lists the available regions of the API. */
5049
5049
  static readonly LOCALITIES: Region[];
5050
5050
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
@@ -5404,30 +5404,30 @@ declare const UpdateTriggerRequest$2: {
5404
5404
  };
5405
5405
  };
5406
5406
 
5407
- declare namespace validationRules_gen$9 {
5407
+ declare namespace validationRules_gen$a {
5408
5408
  export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
5409
5409
  }
5410
5410
 
5411
- declare const index_gen$n_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5412
- type index_gen$n_Container = Container;
5413
- type index_gen$n_ContainerHttpOption = ContainerHttpOption;
5414
- type index_gen$n_ContainerPrivacy = ContainerPrivacy;
5415
- type index_gen$n_ContainerProtocol = ContainerProtocol;
5416
- type index_gen$n_ContainerStatus = ContainerStatus;
5417
- type index_gen$n_CreateContainerRequest = CreateContainerRequest;
5418
- type index_gen$n_DeleteContainerRequest = DeleteContainerRequest;
5419
- type index_gen$n_DeployContainerRequest = DeployContainerRequest;
5420
- type index_gen$n_GetContainerRequest = GetContainerRequest;
5421
- type index_gen$n_ListContainersRequest = ListContainersRequest;
5422
- type index_gen$n_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5423
- type index_gen$n_ListContainersResponse = ListContainersResponse;
5424
- type index_gen$n_UpdateContainerRequest = UpdateContainerRequest;
5425
- declare namespace index_gen$n {
5426
- 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$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$n_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$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$3 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$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$n_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$9 as ValidationRules };
5411
+ declare const index_gen$o_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
5412
+ type index_gen$o_Container = Container;
5413
+ type index_gen$o_ContainerHttpOption = ContainerHttpOption;
5414
+ type index_gen$o_ContainerPrivacy = ContainerPrivacy;
5415
+ type index_gen$o_ContainerProtocol = ContainerProtocol;
5416
+ type index_gen$o_ContainerStatus = ContainerStatus;
5417
+ type index_gen$o_CreateContainerRequest = CreateContainerRequest;
5418
+ type index_gen$o_DeleteContainerRequest = DeleteContainerRequest;
5419
+ type index_gen$o_DeployContainerRequest = DeployContainerRequest;
5420
+ type index_gen$o_GetContainerRequest = GetContainerRequest;
5421
+ type index_gen$o_ListContainersRequest = ListContainersRequest;
5422
+ type index_gen$o_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
5423
+ type index_gen$o_ListContainersResponse = ListContainersResponse;
5424
+ type index_gen$o_UpdateContainerRequest = UpdateContainerRequest;
5425
+ declare namespace index_gen$o {
5426
+ 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 };
5427
5427
  }
5428
5428
 
5429
- declare namespace index$p {
5430
- export { index_gen$n as v1beta1 };
5429
+ declare namespace index$q {
5430
+ export { index_gen$o as v1beta1 };
5431
5431
  }
5432
5432
 
5433
5433
  type ACLRuleAction$1 = 'allow' | 'deny';
@@ -6638,7 +6638,7 @@ type UpgradeInstanceRequest$1 = {
6638
6638
  };
6639
6639
 
6640
6640
  /** Managed Document Databases API. */
6641
- declare class API$n extends API$v {
6641
+ declare class API$o extends API$w {
6642
6642
  /** Lists the available regions of the API. */
6643
6643
  static readonly LOCALITIES: Region[];
6644
6644
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
@@ -7182,16 +7182,16 @@ declare const UpdateInstanceRequest$2: {
7182
7182
  };
7183
7183
  };
7184
7184
 
7185
- declare namespace validationRules_gen$8 {
7185
+ declare namespace validationRules_gen$9 {
7186
7186
  export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
7187
7187
  }
7188
7188
 
7189
- declare namespace index_gen$m {
7190
- 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$8 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
7189
+ declare namespace index_gen$n {
7190
+ 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 };
7191
7191
  }
7192
7192
 
7193
- declare namespace index$o {
7194
- export { index_gen$m as v1beta1 };
7193
+ declare namespace index$p {
7194
+ export { index_gen$n as v1beta1 };
7195
7195
  }
7196
7196
 
7197
7197
  type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
@@ -8232,7 +8232,7 @@ type UpdateDNSZoneRequest = {
8232
8232
  *
8233
8233
  * Manage your domains, DNS zones and records with the Domains and DNS API.
8234
8234
  */
8235
- declare class API$m extends API$v {
8235
+ declare class API$n extends API$w {
8236
8236
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
8237
8237
  /**
8238
8238
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -8472,7 +8472,7 @@ declare class API$m extends API$v {
8472
8472
  *
8473
8473
  * Manage your domains and contacts.
8474
8474
  */
8475
- declare class RegistrarAPI extends API$v {
8475
+ declare class RegistrarAPI extends API$w {
8476
8476
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
8477
8477
  /**
8478
8478
  * List tasks. List all operations performed on the account. You can filter
@@ -8764,170 +8764,170 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
8764
8764
  /** Lists transient statutes of the enum {@link TaskStatus}. */
8765
8765
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
8766
8766
 
8767
- type index_gen$l_AvailableDomain = AvailableDomain;
8768
- type index_gen$l_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
8769
- type index_gen$l_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
8770
- type index_gen$l_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
8771
- type index_gen$l_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
8772
- type index_gen$l_CloneDNSZoneRequest = CloneDNSZoneRequest;
8773
- type index_gen$l_Contact = Contact;
8774
- type index_gen$l_ContactEmailStatus = ContactEmailStatus;
8775
- type index_gen$l_ContactExtensionEU = ContactExtensionEU;
8776
- type index_gen$l_ContactExtensionFR = ContactExtensionFR;
8777
- type index_gen$l_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
8778
- type index_gen$l_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
8779
- type index_gen$l_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
8780
- type index_gen$l_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
8781
- type index_gen$l_ContactExtensionFRMode = ContactExtensionFRMode;
8782
- type index_gen$l_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
8783
- type index_gen$l_ContactExtensionNL = ContactExtensionNL;
8784
- type index_gen$l_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
8785
- type index_gen$l_ContactLegalForm = ContactLegalForm;
8786
- type index_gen$l_ContactQuestion = ContactQuestion;
8787
- type index_gen$l_ContactRoles = ContactRoles;
8788
- type index_gen$l_ContactRolesRoles = ContactRolesRoles;
8789
- type index_gen$l_CreateDNSZoneRequest = CreateDNSZoneRequest;
8790
- type index_gen$l_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
8791
- type index_gen$l_DNSZone = DNSZone;
8792
- type index_gen$l_DNSZoneStatus = DNSZoneStatus;
8793
- type index_gen$l_DNSZoneVersion = DNSZoneVersion;
8794
- declare const index_gen$l_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
8795
- declare const index_gen$l_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
8796
- declare const index_gen$l_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
8797
- type index_gen$l_DSRecord = DSRecord;
8798
- type index_gen$l_DSRecordAlgorithm = DSRecordAlgorithm;
8799
- type index_gen$l_DSRecordDigest = DSRecordDigest;
8800
- type index_gen$l_DSRecordDigestType = DSRecordDigestType;
8801
- type index_gen$l_DSRecordPublicKey = DSRecordPublicKey;
8802
- type index_gen$l_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
8803
- type index_gen$l_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
8804
- type index_gen$l_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
8805
- type index_gen$l_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
8806
- type index_gen$l_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
8807
- type index_gen$l_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
8808
- type index_gen$l_DomainDNSSEC = DomainDNSSEC;
8809
- type index_gen$l_DomainFeatureStatus = DomainFeatureStatus;
8810
- type index_gen$l_DomainRecord = DomainRecord;
8811
- type index_gen$l_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
8812
- type index_gen$l_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
8813
- type index_gen$l_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
8814
- type index_gen$l_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
8815
- type index_gen$l_DomainRecordType = DomainRecordType;
8816
- type index_gen$l_DomainRecordViewConfig = DomainRecordViewConfig;
8817
- type index_gen$l_DomainRecordViewConfigView = DomainRecordViewConfigView;
8818
- type index_gen$l_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
8819
- type index_gen$l_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
8820
- type index_gen$l_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
8821
- type index_gen$l_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
8822
- type index_gen$l_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
8823
- type index_gen$l_DomainSummary = DomainSummary;
8824
- type index_gen$l_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
8825
- type index_gen$l_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
8826
- type index_gen$l_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
8827
- type index_gen$l_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
8828
- type index_gen$l_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
8829
- type index_gen$l_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
8830
- type index_gen$l_GetSSLCertificateRequest = GetSSLCertificateRequest;
8831
- declare const index_gen$l_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
8832
- type index_gen$l_Host = Host;
8833
- type index_gen$l_HostStatus = HostStatus;
8834
- type index_gen$l_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
8835
- type index_gen$l_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
8836
- type index_gen$l_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
8837
- type index_gen$l_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
8838
- type index_gen$l_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
8839
- type index_gen$l_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
8840
- type index_gen$l_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
8841
- type index_gen$l_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
8842
- type index_gen$l_ListContactsRequestRole = ListContactsRequestRole;
8843
- type index_gen$l_ListContactsResponse = ListContactsResponse;
8844
- type index_gen$l_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
8845
- type index_gen$l_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
8846
- type index_gen$l_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
8847
- type index_gen$l_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
8848
- type index_gen$l_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
8849
- type index_gen$l_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
8850
- type index_gen$l_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
8851
- type index_gen$l_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
8852
- type index_gen$l_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
8853
- type index_gen$l_ListDNSZonesRequest = ListDNSZonesRequest;
8854
- type index_gen$l_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
8855
- type index_gen$l_ListDNSZonesResponse = ListDNSZonesResponse;
8856
- type index_gen$l_ListDomainHostsResponse = ListDomainHostsResponse;
8857
- type index_gen$l_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
8858
- type index_gen$l_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
8859
- type index_gen$l_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
8860
- type index_gen$l_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
8861
- type index_gen$l_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
8862
- type index_gen$l_ListTasksResponse = ListTasksResponse;
8863
- type index_gen$l_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
8864
- type index_gen$l_ListTldsResponse = ListTldsResponse;
8865
- type index_gen$l_NewContact = NewContact;
8866
- type index_gen$l_OrderResponse = OrderResponse;
8867
- type index_gen$l_RawFormat = RawFormat;
8868
- type index_gen$l_RecordChange = RecordChange;
8869
- type index_gen$l_RecordChangeAdd = RecordChangeAdd;
8870
- type index_gen$l_RecordChangeClear = RecordChangeClear;
8871
- type index_gen$l_RecordChangeDelete = RecordChangeDelete;
8872
- type index_gen$l_RecordChangeSet = RecordChangeSet;
8873
- type index_gen$l_RecordIdentifier = RecordIdentifier;
8874
- type index_gen$l_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
8875
- type index_gen$l_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
8876
- type index_gen$l_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
8877
- type index_gen$l_RegistrarAPI = RegistrarAPI;
8878
- declare const index_gen$l_RegistrarAPI: typeof RegistrarAPI;
8879
- type index_gen$l_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
8880
- type index_gen$l_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
8881
- type index_gen$l_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
8882
- type index_gen$l_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
8883
- type index_gen$l_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
8884
- type index_gen$l_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
8885
- type index_gen$l_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
8886
- type index_gen$l_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
8887
- type index_gen$l_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
8888
- type index_gen$l_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
8889
- type index_gen$l_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
8890
- type index_gen$l_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
8891
- type index_gen$l_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
8892
- type index_gen$l_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
8893
- type index_gen$l_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
8894
- type index_gen$l_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
8895
- type index_gen$l_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
8896
- type index_gen$l_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
8897
- type index_gen$l_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
8898
- type index_gen$l_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
8899
- type index_gen$l_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
8900
- type index_gen$l_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
8901
- type index_gen$l_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
8902
- type index_gen$l_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
8903
- type index_gen$l_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
8904
- type index_gen$l_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
8905
- type index_gen$l_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
8906
- type index_gen$l_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
8907
- type index_gen$l_RenewableDomain = RenewableDomain;
8908
- type index_gen$l_RenewableDomainStatus = RenewableDomainStatus;
8909
- type index_gen$l_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
8910
- type index_gen$l_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
8911
- type index_gen$l_SSLCertificate = SSLCertificate;
8912
- type index_gen$l_SSLCertificateStatus = SSLCertificateStatus;
8913
- declare const index_gen$l_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
8914
- type index_gen$l_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
8915
- type index_gen$l_TaskType = TaskType;
8916
- type index_gen$l_Tld = Tld;
8917
- type index_gen$l_TldOffer = TldOffer;
8918
- type index_gen$l_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
8919
- type index_gen$l_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
8920
- type index_gen$l_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
8921
- type index_gen$l_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
8922
- type index_gen$l_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
8923
- type index_gen$l_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
8924
- type index_gen$l_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
8925
- declare namespace index_gen$l {
8926
- 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_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 };
8767
+ type index_gen$m_AvailableDomain = AvailableDomain;
8768
+ type index_gen$m_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
8769
+ type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
8770
+ type index_gen$m_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
8771
+ type index_gen$m_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
8772
+ type index_gen$m_CloneDNSZoneRequest = CloneDNSZoneRequest;
8773
+ type index_gen$m_Contact = Contact;
8774
+ type index_gen$m_ContactEmailStatus = ContactEmailStatus;
8775
+ type index_gen$m_ContactExtensionEU = ContactExtensionEU;
8776
+ type index_gen$m_ContactExtensionFR = ContactExtensionFR;
8777
+ type index_gen$m_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
8778
+ type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
8779
+ type index_gen$m_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
8780
+ type index_gen$m_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
8781
+ type index_gen$m_ContactExtensionFRMode = ContactExtensionFRMode;
8782
+ type index_gen$m_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
8783
+ type index_gen$m_ContactExtensionNL = ContactExtensionNL;
8784
+ type index_gen$m_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
8785
+ type index_gen$m_ContactLegalForm = ContactLegalForm;
8786
+ type index_gen$m_ContactQuestion = ContactQuestion;
8787
+ type index_gen$m_ContactRoles = ContactRoles;
8788
+ type index_gen$m_ContactRolesRoles = ContactRolesRoles;
8789
+ type index_gen$m_CreateDNSZoneRequest = CreateDNSZoneRequest;
8790
+ type index_gen$m_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
8791
+ type index_gen$m_DNSZone = DNSZone;
8792
+ type index_gen$m_DNSZoneStatus = DNSZoneStatus;
8793
+ type index_gen$m_DNSZoneVersion = DNSZoneVersion;
8794
+ declare const index_gen$m_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
8795
+ declare const index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
8796
+ declare const index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
8797
+ type index_gen$m_DSRecord = DSRecord;
8798
+ type index_gen$m_DSRecordAlgorithm = DSRecordAlgorithm;
8799
+ type index_gen$m_DSRecordDigest = DSRecordDigest;
8800
+ type index_gen$m_DSRecordDigestType = DSRecordDigestType;
8801
+ type index_gen$m_DSRecordPublicKey = DSRecordPublicKey;
8802
+ type index_gen$m_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
8803
+ type index_gen$m_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
8804
+ type index_gen$m_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
8805
+ type index_gen$m_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
8806
+ type index_gen$m_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
8807
+ type index_gen$m_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
8808
+ type index_gen$m_DomainDNSSEC = DomainDNSSEC;
8809
+ type index_gen$m_DomainFeatureStatus = DomainFeatureStatus;
8810
+ type index_gen$m_DomainRecord = DomainRecord;
8811
+ type index_gen$m_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
8812
+ type index_gen$m_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
8813
+ type index_gen$m_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
8814
+ type index_gen$m_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
8815
+ type index_gen$m_DomainRecordType = DomainRecordType;
8816
+ type index_gen$m_DomainRecordViewConfig = DomainRecordViewConfig;
8817
+ type index_gen$m_DomainRecordViewConfigView = DomainRecordViewConfigView;
8818
+ type index_gen$m_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
8819
+ type index_gen$m_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
8820
+ type index_gen$m_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
8821
+ type index_gen$m_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
8822
+ type index_gen$m_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
8823
+ type index_gen$m_DomainSummary = DomainSummary;
8824
+ type index_gen$m_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
8825
+ type index_gen$m_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
8826
+ type index_gen$m_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
8827
+ type index_gen$m_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
8828
+ type index_gen$m_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
8829
+ type index_gen$m_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
8830
+ type index_gen$m_GetSSLCertificateRequest = GetSSLCertificateRequest;
8831
+ declare const index_gen$m_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
8832
+ type index_gen$m_Host = Host;
8833
+ type index_gen$m_HostStatus = HostStatus;
8834
+ type index_gen$m_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
8835
+ type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
8836
+ type index_gen$m_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
8837
+ type index_gen$m_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
8838
+ type index_gen$m_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
8839
+ type index_gen$m_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
8840
+ type index_gen$m_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
8841
+ type index_gen$m_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
8842
+ type index_gen$m_ListContactsRequestRole = ListContactsRequestRole;
8843
+ type index_gen$m_ListContactsResponse = ListContactsResponse;
8844
+ type index_gen$m_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
8845
+ type index_gen$m_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
8846
+ type index_gen$m_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
8847
+ type index_gen$m_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
8848
+ type index_gen$m_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
8849
+ type index_gen$m_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
8850
+ type index_gen$m_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
8851
+ type index_gen$m_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
8852
+ type index_gen$m_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
8853
+ type index_gen$m_ListDNSZonesRequest = ListDNSZonesRequest;
8854
+ type index_gen$m_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
8855
+ type index_gen$m_ListDNSZonesResponse = ListDNSZonesResponse;
8856
+ type index_gen$m_ListDomainHostsResponse = ListDomainHostsResponse;
8857
+ type index_gen$m_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
8858
+ type index_gen$m_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
8859
+ type index_gen$m_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
8860
+ type index_gen$m_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
8861
+ type index_gen$m_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
8862
+ type index_gen$m_ListTasksResponse = ListTasksResponse;
8863
+ type index_gen$m_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
8864
+ type index_gen$m_ListTldsResponse = ListTldsResponse;
8865
+ type index_gen$m_NewContact = NewContact;
8866
+ type index_gen$m_OrderResponse = OrderResponse;
8867
+ type index_gen$m_RawFormat = RawFormat;
8868
+ type index_gen$m_RecordChange = RecordChange;
8869
+ type index_gen$m_RecordChangeAdd = RecordChangeAdd;
8870
+ type index_gen$m_RecordChangeClear = RecordChangeClear;
8871
+ type index_gen$m_RecordChangeDelete = RecordChangeDelete;
8872
+ type index_gen$m_RecordChangeSet = RecordChangeSet;
8873
+ type index_gen$m_RecordIdentifier = RecordIdentifier;
8874
+ type index_gen$m_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
8875
+ type index_gen$m_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
8876
+ type index_gen$m_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
8877
+ type index_gen$m_RegistrarAPI = RegistrarAPI;
8878
+ declare const index_gen$m_RegistrarAPI: typeof RegistrarAPI;
8879
+ type index_gen$m_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
8880
+ type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
8881
+ type index_gen$m_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
8882
+ type index_gen$m_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
8883
+ type index_gen$m_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
8884
+ type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
8885
+ type index_gen$m_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
8886
+ type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
8887
+ type index_gen$m_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
8888
+ type index_gen$m_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
8889
+ type index_gen$m_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
8890
+ type index_gen$m_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
8891
+ type index_gen$m_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
8892
+ type index_gen$m_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
8893
+ type index_gen$m_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
8894
+ type index_gen$m_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
8895
+ type index_gen$m_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
8896
+ type index_gen$m_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
8897
+ type index_gen$m_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
8898
+ type index_gen$m_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
8899
+ type index_gen$m_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
8900
+ type index_gen$m_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
8901
+ type index_gen$m_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
8902
+ type index_gen$m_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
8903
+ type index_gen$m_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
8904
+ type index_gen$m_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
8905
+ type index_gen$m_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
8906
+ type index_gen$m_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
8907
+ type index_gen$m_RenewableDomain = RenewableDomain;
8908
+ type index_gen$m_RenewableDomainStatus = RenewableDomainStatus;
8909
+ type index_gen$m_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
8910
+ type index_gen$m_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
8911
+ type index_gen$m_SSLCertificate = SSLCertificate;
8912
+ type index_gen$m_SSLCertificateStatus = SSLCertificateStatus;
8913
+ declare const index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
8914
+ type index_gen$m_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
8915
+ type index_gen$m_TaskType = TaskType;
8916
+ type index_gen$m_Tld = Tld;
8917
+ type index_gen$m_TldOffer = TldOffer;
8918
+ type index_gen$m_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
8919
+ type index_gen$m_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
8920
+ type index_gen$m_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
8921
+ type index_gen$m_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
8922
+ type index_gen$m_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
8923
+ type index_gen$m_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
8924
+ type index_gen$m_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
8925
+ declare namespace index_gen$m {
8926
+ 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 };
8927
8927
  }
8928
8928
 
8929
- declare namespace index$n {
8930
- export { index_gen$l as v2beta1 };
8929
+ declare namespace index$o {
8930
+ export { index_gen$m as v2beta1 };
8931
8931
  }
8932
8932
 
8933
8933
  type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
@@ -9127,7 +9127,7 @@ type UpdateFlexibleIPRequest = {
9127
9127
  };
9128
9128
 
9129
9129
  /** Elastic Metal - Flexible IP API. */
9130
- declare class API$l extends API$v {
9130
+ declare class API$m extends API$w {
9131
9131
  /** Lists the available zones of the API. */
9132
9132
  static readonly LOCALITIES: Zone[];
9133
9133
  /**
@@ -9249,38 +9249,38 @@ declare const ListFlexibleIPsRequest: {
9249
9249
  };
9250
9250
  };
9251
9251
 
9252
- declare const validationRules_gen$7_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
9253
- declare namespace validationRules_gen$7 {
9254
- export { validationRules_gen$7_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
9252
+ declare const validationRules_gen$8_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
9253
+ declare namespace validationRules_gen$8 {
9254
+ export { validationRules_gen$8_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
9255
9255
  }
9256
9256
 
9257
- type index_gen$k_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9258
- type index_gen$k_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9259
- type index_gen$k_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9260
- type index_gen$k_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9261
- type index_gen$k_DeleteMACAddrRequest = DeleteMACAddrRequest;
9262
- type index_gen$k_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9263
- type index_gen$k_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9264
- type index_gen$k_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9265
- declare const index_gen$k_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9266
- type index_gen$k_FlexibleIP = FlexibleIP;
9267
- type index_gen$k_FlexibleIPStatus = FlexibleIPStatus;
9268
- type index_gen$k_GenerateMACAddrRequest = GenerateMACAddrRequest;
9269
- type index_gen$k_GetFlexibleIPRequest = GetFlexibleIPRequest;
9270
- type index_gen$k_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9271
- type index_gen$k_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9272
- type index_gen$k_MACAddress = MACAddress;
9273
- type index_gen$k_MACAddressStatus = MACAddressStatus;
9274
- type index_gen$k_MACAddressType = MACAddressType;
9275
- declare const index_gen$k_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9276
- type index_gen$k_MoveMACAddrRequest = MoveMACAddrRequest;
9277
- type index_gen$k_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9278
- declare namespace index_gen$k {
9279
- 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$7 as ValidationRules };
9257
+ type index_gen$l_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
9258
+ type index_gen$l_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
9259
+ type index_gen$l_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
9260
+ type index_gen$l_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
9261
+ type index_gen$l_DeleteMACAddrRequest = DeleteMACAddrRequest;
9262
+ type index_gen$l_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
9263
+ type index_gen$l_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
9264
+ type index_gen$l_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
9265
+ declare const index_gen$l_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
9266
+ type index_gen$l_FlexibleIP = FlexibleIP;
9267
+ type index_gen$l_FlexibleIPStatus = FlexibleIPStatus;
9268
+ type index_gen$l_GenerateMACAddrRequest = GenerateMACAddrRequest;
9269
+ type index_gen$l_GetFlexibleIPRequest = GetFlexibleIPRequest;
9270
+ type index_gen$l_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
9271
+ type index_gen$l_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
9272
+ type index_gen$l_MACAddress = MACAddress;
9273
+ type index_gen$l_MACAddressStatus = MACAddressStatus;
9274
+ type index_gen$l_MACAddressType = MACAddressType;
9275
+ declare const index_gen$l_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
9276
+ type index_gen$l_MoveMACAddrRequest = MoveMACAddrRequest;
9277
+ type index_gen$l_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
9278
+ declare namespace index_gen$l {
9279
+ 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 };
9280
9280
  }
9281
9281
 
9282
- declare namespace index$m {
9283
- export { index_gen$k as v1alpha1 };
9282
+ declare namespace index$n {
9283
+ export { index_gen$l as v1alpha1 };
9284
9284
  }
9285
9285
 
9286
9286
  type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
@@ -10142,7 +10142,7 @@ interface UploadURL {
10142
10142
  }
10143
10143
 
10144
10144
  /** Serverless Functions API. */
10145
- declare class API$k extends API$v {
10145
+ declare class API$l extends API$w {
10146
10146
  /** Lists the available regions of the API. */
10147
10147
  static readonly LOCALITIES: Region[];
10148
10148
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
@@ -10528,79 +10528,79 @@ declare const UpdateTriggerRequest: {
10528
10528
  };
10529
10529
  };
10530
10530
 
10531
- declare const validationRules_gen$6_CreateTriggerRequest: typeof CreateTriggerRequest;
10532
- declare const validationRules_gen$6_CreateTriggerRequestMnqNatsClientConfig: typeof CreateTriggerRequestMnqNatsClientConfig;
10533
- declare const validationRules_gen$6_CreateTriggerRequestMnqSqsClientConfig: typeof CreateTriggerRequestMnqSqsClientConfig;
10534
- declare const validationRules_gen$6_UpdateTriggerRequest: typeof UpdateTriggerRequest;
10535
- declare namespace validationRules_gen$6 {
10536
- export { validationRules_gen$6_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$6_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$6_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$6_UpdateTriggerRequest as UpdateTriggerRequest };
10531
+ declare const validationRules_gen$7_CreateTriggerRequest: typeof CreateTriggerRequest;
10532
+ declare const validationRules_gen$7_CreateTriggerRequestMnqNatsClientConfig: typeof CreateTriggerRequestMnqNatsClientConfig;
10533
+ declare const validationRules_gen$7_CreateTriggerRequestMnqSqsClientConfig: typeof CreateTriggerRequestMnqSqsClientConfig;
10534
+ declare const validationRules_gen$7_UpdateTriggerRequest: typeof UpdateTriggerRequest;
10535
+ declare namespace validationRules_gen$7 {
10536
+ 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 };
10537
10537
  }
10538
10538
 
10539
- declare const index_gen$j_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
10540
- type index_gen$j_CreateCronRequest = CreateCronRequest;
10541
- type index_gen$j_CreateFunctionRequest = CreateFunctionRequest;
10542
- type index_gen$j_CreateTokenRequest = CreateTokenRequest;
10543
- type index_gen$j_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
10544
- type index_gen$j_Cron = Cron;
10545
- type index_gen$j_CronStatus = CronStatus;
10546
- type index_gen$j_DeleteCronRequest = DeleteCronRequest;
10547
- type index_gen$j_DeleteDomainRequest = DeleteDomainRequest;
10548
- type index_gen$j_DeleteFunctionRequest = DeleteFunctionRequest;
10549
- type index_gen$j_DeleteTokenRequest = DeleteTokenRequest;
10550
- type index_gen$j_DeleteTriggerRequest = DeleteTriggerRequest;
10551
- type index_gen$j_DeployFunctionRequest = DeployFunctionRequest;
10552
- type index_gen$j_DownloadURL = DownloadURL;
10553
- declare const index_gen$j_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
10554
- type index_gen$j_Function = Function;
10555
- type index_gen$j_FunctionHttpOption = FunctionHttpOption;
10556
- type index_gen$j_FunctionPrivacy = FunctionPrivacy;
10557
- type index_gen$j_FunctionRuntime = FunctionRuntime;
10558
- type index_gen$j_FunctionStatus = FunctionStatus;
10559
- type index_gen$j_GetCronRequest = GetCronRequest;
10560
- type index_gen$j_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
10561
- type index_gen$j_GetFunctionRequest = GetFunctionRequest;
10562
- type index_gen$j_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
10563
- type index_gen$j_GetTokenRequest = GetTokenRequest;
10564
- type index_gen$j_GetTriggerRequest = GetTriggerRequest;
10565
- type index_gen$j_IssueJWTRequest = IssueJWTRequest;
10566
- type index_gen$j_ListCronsRequest = ListCronsRequest;
10567
- type index_gen$j_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
10568
- type index_gen$j_ListCronsResponse = ListCronsResponse;
10569
- type index_gen$j_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
10570
- type index_gen$j_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
10571
- type index_gen$j_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
10572
- type index_gen$j_ListFunctionsRequest = ListFunctionsRequest;
10573
- type index_gen$j_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
10574
- type index_gen$j_ListFunctionsResponse = ListFunctionsResponse;
10575
- type index_gen$j_ListTokensRequest = ListTokensRequest;
10576
- type index_gen$j_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
10577
- type index_gen$j_ListTokensResponse = ListTokensResponse;
10578
- type index_gen$j_ListTriggersRequest = ListTriggersRequest;
10579
- type index_gen$j_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
10580
- type index_gen$j_ListTriggersResponse = ListTriggersResponse;
10581
- type index_gen$j_LogStream = LogStream;
10582
- type index_gen$j_RuntimeStatus = RuntimeStatus;
10583
- type index_gen$j_SecretHashedValue = SecretHashedValue;
10584
- declare const index_gen$j_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
10585
- declare const index_gen$j_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
10586
- type index_gen$j_Token = Token;
10587
- type index_gen$j_TokenStatus = TokenStatus;
10588
- type index_gen$j_Trigger = Trigger;
10589
- type index_gen$j_TriggerInputType = TriggerInputType;
10590
- type index_gen$j_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
10591
- type index_gen$j_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
10592
- type index_gen$j_TriggerSqsClientConfig = TriggerSqsClientConfig;
10593
- type index_gen$j_TriggerStatus = TriggerStatus;
10594
- type index_gen$j_UpdateCronRequest = UpdateCronRequest;
10595
- type index_gen$j_UpdateFunctionRequest = UpdateFunctionRequest;
10596
- type index_gen$j_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
10597
- type index_gen$j_UploadURL = UploadURL;
10598
- declare namespace index_gen$j {
10599
- 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$2 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$2 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$2 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$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 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$2 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$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$j_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$j_UploadURL as UploadURL, validationRules_gen$6 as ValidationRules };
10539
+ declare const index_gen$k_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
10540
+ type index_gen$k_CreateCronRequest = CreateCronRequest;
10541
+ type index_gen$k_CreateFunctionRequest = CreateFunctionRequest;
10542
+ type index_gen$k_CreateTokenRequest = CreateTokenRequest;
10543
+ type index_gen$k_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
10544
+ type index_gen$k_Cron = Cron;
10545
+ type index_gen$k_CronStatus = CronStatus;
10546
+ type index_gen$k_DeleteCronRequest = DeleteCronRequest;
10547
+ type index_gen$k_DeleteDomainRequest = DeleteDomainRequest;
10548
+ type index_gen$k_DeleteFunctionRequest = DeleteFunctionRequest;
10549
+ type index_gen$k_DeleteTokenRequest = DeleteTokenRequest;
10550
+ type index_gen$k_DeleteTriggerRequest = DeleteTriggerRequest;
10551
+ type index_gen$k_DeployFunctionRequest = DeployFunctionRequest;
10552
+ type index_gen$k_DownloadURL = DownloadURL;
10553
+ declare const index_gen$k_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
10554
+ type index_gen$k_Function = Function;
10555
+ type index_gen$k_FunctionHttpOption = FunctionHttpOption;
10556
+ type index_gen$k_FunctionPrivacy = FunctionPrivacy;
10557
+ type index_gen$k_FunctionRuntime = FunctionRuntime;
10558
+ type index_gen$k_FunctionStatus = FunctionStatus;
10559
+ type index_gen$k_GetCronRequest = GetCronRequest;
10560
+ type index_gen$k_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
10561
+ type index_gen$k_GetFunctionRequest = GetFunctionRequest;
10562
+ type index_gen$k_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
10563
+ type index_gen$k_GetTokenRequest = GetTokenRequest;
10564
+ type index_gen$k_GetTriggerRequest = GetTriggerRequest;
10565
+ type index_gen$k_IssueJWTRequest = IssueJWTRequest;
10566
+ type index_gen$k_ListCronsRequest = ListCronsRequest;
10567
+ type index_gen$k_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
10568
+ type index_gen$k_ListCronsResponse = ListCronsResponse;
10569
+ type index_gen$k_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
10570
+ type index_gen$k_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
10571
+ type index_gen$k_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
10572
+ type index_gen$k_ListFunctionsRequest = ListFunctionsRequest;
10573
+ type index_gen$k_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
10574
+ type index_gen$k_ListFunctionsResponse = ListFunctionsResponse;
10575
+ type index_gen$k_ListTokensRequest = ListTokensRequest;
10576
+ type index_gen$k_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
10577
+ type index_gen$k_ListTokensResponse = ListTokensResponse;
10578
+ type index_gen$k_ListTriggersRequest = ListTriggersRequest;
10579
+ type index_gen$k_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
10580
+ type index_gen$k_ListTriggersResponse = ListTriggersResponse;
10581
+ type index_gen$k_LogStream = LogStream;
10582
+ type index_gen$k_RuntimeStatus = RuntimeStatus;
10583
+ type index_gen$k_SecretHashedValue = SecretHashedValue;
10584
+ declare const index_gen$k_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
10585
+ declare const index_gen$k_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
10586
+ type index_gen$k_Token = Token;
10587
+ type index_gen$k_TokenStatus = TokenStatus;
10588
+ type index_gen$k_Trigger = Trigger;
10589
+ type index_gen$k_TriggerInputType = TriggerInputType;
10590
+ type index_gen$k_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
10591
+ type index_gen$k_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
10592
+ type index_gen$k_TriggerSqsClientConfig = TriggerSqsClientConfig;
10593
+ type index_gen$k_TriggerStatus = TriggerStatus;
10594
+ type index_gen$k_UpdateCronRequest = UpdateCronRequest;
10595
+ type index_gen$k_UpdateFunctionRequest = UpdateFunctionRequest;
10596
+ type index_gen$k_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
10597
+ type index_gen$k_UploadURL = UploadURL;
10598
+ declare namespace index_gen$k {
10599
+ 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 };
10600
10600
  }
10601
10601
 
10602
- declare namespace index$l {
10603
- export { index_gen$j as v1beta1 };
10602
+ declare namespace index$m {
10603
+ export { index_gen$k as v1beta1 };
10604
10604
  }
10605
10605
 
10606
10606
  type BearerType = 'unknown_bearer_type' | 'user' | 'application';
@@ -11429,7 +11429,7 @@ type UpdateSSHKeyRequest$1 = {
11429
11429
  };
11430
11430
 
11431
11431
  /** IAM API. */
11432
- declare class API$j extends API$v {
11432
+ declare class API$k extends API$w {
11433
11433
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
11434
11434
  /**
11435
11435
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -12084,94 +12084,94 @@ declare const UpdateSSHKeyRequest: {
12084
12084
  };
12085
12085
  };
12086
12086
 
12087
- declare const validationRules_gen$5_CreateAPIKeyRequest: typeof CreateAPIKeyRequest;
12088
- declare const validationRules_gen$5_CreateApplicationRequest: typeof CreateApplicationRequest;
12089
- declare const validationRules_gen$5_CreateGroupRequest: typeof CreateGroupRequest;
12090
- declare const validationRules_gen$5_CreatePolicyRequest: typeof CreatePolicyRequest;
12091
- declare const validationRules_gen$5_CreateSSHKeyRequest: typeof CreateSSHKeyRequest;
12092
- declare const validationRules_gen$5_GetQuotumRequest: typeof GetQuotumRequest;
12093
- declare const validationRules_gen$5_ListAPIKeysRequest: typeof ListAPIKeysRequest;
12094
- declare const validationRules_gen$5_ListApplicationsRequest: typeof ListApplicationsRequest;
12095
- declare const validationRules_gen$5_ListGroupsRequest: typeof ListGroupsRequest;
12096
- declare const validationRules_gen$5_ListJWTsRequest: typeof ListJWTsRequest;
12097
- declare const validationRules_gen$5_ListLogsRequest: typeof ListLogsRequest;
12098
- declare const validationRules_gen$5_ListPermissionSetsRequest: typeof ListPermissionSetsRequest;
12099
- declare const validationRules_gen$5_ListPoliciesRequest: typeof ListPoliciesRequest;
12100
- declare const validationRules_gen$5_ListQuotaRequest: typeof ListQuotaRequest;
12101
- declare const validationRules_gen$5_ListRulesRequest: typeof ListRulesRequest;
12102
- declare const validationRules_gen$5_ListSSHKeysRequest: typeof ListSSHKeysRequest;
12103
- declare const validationRules_gen$5_UpdateAPIKeyRequest: typeof UpdateAPIKeyRequest;
12104
- declare const validationRules_gen$5_UpdateApplicationRequest: typeof UpdateApplicationRequest;
12105
- declare const validationRules_gen$5_UpdateGroupRequest: typeof UpdateGroupRequest;
12106
- declare const validationRules_gen$5_UpdatePolicyRequest: typeof UpdatePolicyRequest;
12107
- declare const validationRules_gen$5_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
12108
- declare namespace validationRules_gen$5 {
12109
- export { validationRules_gen$5_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$5_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$5_CreateGroupRequest as CreateGroupRequest, validationRules_gen$5_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$5_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$5_GetQuotumRequest as GetQuotumRequest, validationRules_gen$5_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$5_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$5_ListGroupsRequest as ListGroupsRequest, validationRules_gen$5_ListJWTsRequest as ListJWTsRequest, validationRules_gen$5_ListLogsRequest as ListLogsRequest, validationRules_gen$5_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$5_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$5_ListQuotaRequest as ListQuotaRequest, validationRules_gen$5_ListRulesRequest as ListRulesRequest, validationRules_gen$5_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$5_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$5_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$5_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$5_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$5_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
12087
+ declare const validationRules_gen$6_CreateAPIKeyRequest: typeof CreateAPIKeyRequest;
12088
+ declare const validationRules_gen$6_CreateApplicationRequest: typeof CreateApplicationRequest;
12089
+ declare const validationRules_gen$6_CreateGroupRequest: typeof CreateGroupRequest;
12090
+ declare const validationRules_gen$6_CreatePolicyRequest: typeof CreatePolicyRequest;
12091
+ declare const validationRules_gen$6_CreateSSHKeyRequest: typeof CreateSSHKeyRequest;
12092
+ declare const validationRules_gen$6_GetQuotumRequest: typeof GetQuotumRequest;
12093
+ declare const validationRules_gen$6_ListAPIKeysRequest: typeof ListAPIKeysRequest;
12094
+ declare const validationRules_gen$6_ListApplicationsRequest: typeof ListApplicationsRequest;
12095
+ declare const validationRules_gen$6_ListGroupsRequest: typeof ListGroupsRequest;
12096
+ declare const validationRules_gen$6_ListJWTsRequest: typeof ListJWTsRequest;
12097
+ declare const validationRules_gen$6_ListLogsRequest: typeof ListLogsRequest;
12098
+ declare const validationRules_gen$6_ListPermissionSetsRequest: typeof ListPermissionSetsRequest;
12099
+ declare const validationRules_gen$6_ListPoliciesRequest: typeof ListPoliciesRequest;
12100
+ declare const validationRules_gen$6_ListQuotaRequest: typeof ListQuotaRequest;
12101
+ declare const validationRules_gen$6_ListRulesRequest: typeof ListRulesRequest;
12102
+ declare const validationRules_gen$6_ListSSHKeysRequest: typeof ListSSHKeysRequest;
12103
+ declare const validationRules_gen$6_UpdateAPIKeyRequest: typeof UpdateAPIKeyRequest;
12104
+ declare const validationRules_gen$6_UpdateApplicationRequest: typeof UpdateApplicationRequest;
12105
+ declare const validationRules_gen$6_UpdateGroupRequest: typeof UpdateGroupRequest;
12106
+ declare const validationRules_gen$6_UpdatePolicyRequest: typeof UpdatePolicyRequest;
12107
+ declare const validationRules_gen$6_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
12108
+ declare namespace validationRules_gen$6 {
12109
+ 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 };
12110
12110
  }
12111
12111
 
12112
- type index_gen$i_APIKey = APIKey;
12113
- type index_gen$i_AddGroupMemberRequest = AddGroupMemberRequest;
12114
- type index_gen$i_AddGroupMembersRequest = AddGroupMembersRequest;
12115
- type index_gen$i_Application = Application;
12116
- type index_gen$i_BearerType = BearerType;
12117
- type index_gen$i_ClonePolicyRequest = ClonePolicyRequest;
12118
- type index_gen$i_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12119
- type index_gen$i_DeleteApplicationRequest = DeleteApplicationRequest;
12120
- type index_gen$i_DeleteGroupRequest = DeleteGroupRequest;
12121
- type index_gen$i_DeleteJWTRequest = DeleteJWTRequest;
12122
- type index_gen$i_DeletePolicyRequest = DeletePolicyRequest;
12123
- type index_gen$i_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12124
- type index_gen$i_GetAPIKeyRequest = GetAPIKeyRequest;
12125
- type index_gen$i_GetApplicationRequest = GetApplicationRequest;
12126
- type index_gen$i_GetGroupRequest = GetGroupRequest;
12127
- type index_gen$i_GetJWTRequest = GetJWTRequest;
12128
- type index_gen$i_GetLogRequest = GetLogRequest;
12129
- type index_gen$i_GetPolicyRequest = GetPolicyRequest;
12130
- type index_gen$i_GetSSHKeyRequest = GetSSHKeyRequest;
12131
- type index_gen$i_GetUserRequest = GetUserRequest;
12132
- type index_gen$i_Group = Group;
12133
- type index_gen$i_JWT = JWT;
12134
- type index_gen$i_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12135
- type index_gen$i_ListAPIKeysResponse = ListAPIKeysResponse;
12136
- type index_gen$i_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12137
- type index_gen$i_ListApplicationsResponse = ListApplicationsResponse;
12138
- type index_gen$i_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12139
- type index_gen$i_ListGroupsResponse = ListGroupsResponse;
12140
- type index_gen$i_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12141
- type index_gen$i_ListJWTsResponse = ListJWTsResponse;
12142
- type index_gen$i_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12143
- type index_gen$i_ListLogsResponse = ListLogsResponse;
12144
- type index_gen$i_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12145
- type index_gen$i_ListPermissionSetsResponse = ListPermissionSetsResponse;
12146
- type index_gen$i_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12147
- type index_gen$i_ListPoliciesResponse = ListPoliciesResponse;
12148
- type index_gen$i_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12149
- type index_gen$i_ListQuotaResponse = ListQuotaResponse;
12150
- type index_gen$i_ListRulesResponse = ListRulesResponse;
12151
- type index_gen$i_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12152
- type index_gen$i_ListSSHKeysResponse = ListSSHKeysResponse;
12153
- type index_gen$i_Log = Log;
12154
- type index_gen$i_LogAction = LogAction;
12155
- type index_gen$i_LogResourceType = LogResourceType;
12156
- type index_gen$i_PermissionSet = PermissionSet;
12157
- type index_gen$i_PermissionSetScopeType = PermissionSetScopeType;
12158
- type index_gen$i_Policy = Policy;
12159
- type index_gen$i_Quotum = Quotum;
12160
- type index_gen$i_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12161
- type index_gen$i_Rule = Rule;
12162
- type index_gen$i_RuleSpecs = RuleSpecs;
12163
- type index_gen$i_SSHKey = SSHKey;
12164
- type index_gen$i_SetGroupMembersRequest = SetGroupMembersRequest;
12165
- type index_gen$i_SetRulesRequest = SetRulesRequest;
12166
- type index_gen$i_SetRulesResponse = SetRulesResponse;
12167
- type index_gen$i_UserStatus = UserStatus;
12168
- type index_gen$i_UserType = UserType;
12169
- declare namespace index_gen$i {
12170
- 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$5 as ValidationRules };
12112
+ type index_gen$j_APIKey = APIKey;
12113
+ type index_gen$j_AddGroupMemberRequest = AddGroupMemberRequest;
12114
+ type index_gen$j_AddGroupMembersRequest = AddGroupMembersRequest;
12115
+ type index_gen$j_Application = Application;
12116
+ type index_gen$j_BearerType = BearerType;
12117
+ type index_gen$j_ClonePolicyRequest = ClonePolicyRequest;
12118
+ type index_gen$j_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
12119
+ type index_gen$j_DeleteApplicationRequest = DeleteApplicationRequest;
12120
+ type index_gen$j_DeleteGroupRequest = DeleteGroupRequest;
12121
+ type index_gen$j_DeleteJWTRequest = DeleteJWTRequest;
12122
+ type index_gen$j_DeletePolicyRequest = DeletePolicyRequest;
12123
+ type index_gen$j_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
12124
+ type index_gen$j_GetAPIKeyRequest = GetAPIKeyRequest;
12125
+ type index_gen$j_GetApplicationRequest = GetApplicationRequest;
12126
+ type index_gen$j_GetGroupRequest = GetGroupRequest;
12127
+ type index_gen$j_GetJWTRequest = GetJWTRequest;
12128
+ type index_gen$j_GetLogRequest = GetLogRequest;
12129
+ type index_gen$j_GetPolicyRequest = GetPolicyRequest;
12130
+ type index_gen$j_GetSSHKeyRequest = GetSSHKeyRequest;
12131
+ type index_gen$j_GetUserRequest = GetUserRequest;
12132
+ type index_gen$j_Group = Group;
12133
+ type index_gen$j_JWT = JWT;
12134
+ type index_gen$j_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
12135
+ type index_gen$j_ListAPIKeysResponse = ListAPIKeysResponse;
12136
+ type index_gen$j_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
12137
+ type index_gen$j_ListApplicationsResponse = ListApplicationsResponse;
12138
+ type index_gen$j_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
12139
+ type index_gen$j_ListGroupsResponse = ListGroupsResponse;
12140
+ type index_gen$j_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
12141
+ type index_gen$j_ListJWTsResponse = ListJWTsResponse;
12142
+ type index_gen$j_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
12143
+ type index_gen$j_ListLogsResponse = ListLogsResponse;
12144
+ type index_gen$j_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
12145
+ type index_gen$j_ListPermissionSetsResponse = ListPermissionSetsResponse;
12146
+ type index_gen$j_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
12147
+ type index_gen$j_ListPoliciesResponse = ListPoliciesResponse;
12148
+ type index_gen$j_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
12149
+ type index_gen$j_ListQuotaResponse = ListQuotaResponse;
12150
+ type index_gen$j_ListRulesResponse = ListRulesResponse;
12151
+ type index_gen$j_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
12152
+ type index_gen$j_ListSSHKeysResponse = ListSSHKeysResponse;
12153
+ type index_gen$j_Log = Log;
12154
+ type index_gen$j_LogAction = LogAction;
12155
+ type index_gen$j_LogResourceType = LogResourceType;
12156
+ type index_gen$j_PermissionSet = PermissionSet;
12157
+ type index_gen$j_PermissionSetScopeType = PermissionSetScopeType;
12158
+ type index_gen$j_Policy = Policy;
12159
+ type index_gen$j_Quotum = Quotum;
12160
+ type index_gen$j_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
12161
+ type index_gen$j_Rule = Rule;
12162
+ type index_gen$j_RuleSpecs = RuleSpecs;
12163
+ type index_gen$j_SSHKey = SSHKey;
12164
+ type index_gen$j_SetGroupMembersRequest = SetGroupMembersRequest;
12165
+ type index_gen$j_SetRulesRequest = SetRulesRequest;
12166
+ type index_gen$j_SetRulesResponse = SetRulesResponse;
12167
+ type index_gen$j_UserStatus = UserStatus;
12168
+ type index_gen$j_UserType = UserType;
12169
+ declare namespace index_gen$j {
12170
+ 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 };
12171
12171
  }
12172
12172
 
12173
- declare namespace index$k {
12174
- export { index_gen$i as v1alpha1 };
12173
+ declare namespace index$l {
12174
+ export { index_gen$j as v1alpha1 };
12175
12175
  }
12176
12176
 
12177
12177
  type Arch = 'x86_64' | 'arm' | 'arm64';
@@ -12444,14 +12444,14 @@ interface VolumeTemplate {
12444
12444
  /**
12445
12445
  * @deprecated Organization ID of the volume.
12446
12446
  *
12447
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12447
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12448
12448
  * could be set.
12449
12449
  */
12450
12450
  organization?: string;
12451
12451
  /**
12452
12452
  * Project ID of the volume.
12453
12453
  *
12454
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12454
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12455
12455
  * could be set.
12456
12456
  */
12457
12457
  project?: string;
@@ -12804,14 +12804,14 @@ type CreateImageRequest = {
12804
12804
  /**
12805
12805
  * @deprecated Organization ID of the image.
12806
12806
  *
12807
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12807
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12808
12808
  * could be set.
12809
12809
  */
12810
12810
  organization?: string;
12811
12811
  /**
12812
12812
  * Project ID of the image.
12813
12813
  *
12814
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12814
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12815
12815
  * could be set.
12816
12816
  */
12817
12817
  project?: string;
@@ -12829,14 +12829,14 @@ type CreateIpRequest$1 = {
12829
12829
  /**
12830
12830
  * @deprecated Organization ID in which the IP is reserved.
12831
12831
  *
12832
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12832
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12833
12833
  * could be set.
12834
12834
  */
12835
12835
  organization?: string;
12836
12836
  /**
12837
12837
  * Project ID in which the IP is reserved.
12838
12838
  *
12839
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12839
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12840
12840
  * could be set.
12841
12841
  */
12842
12842
  project?: string;
@@ -12858,14 +12858,14 @@ type CreatePlacementGroupRequest = {
12858
12858
  /**
12859
12859
  * @deprecated Organization ID of the placement group.
12860
12860
  *
12861
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12861
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12862
12862
  * could be set.
12863
12863
  */
12864
12864
  organization?: string;
12865
12865
  /**
12866
12866
  * Project ID of the placement group.
12867
12867
  *
12868
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12868
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12869
12869
  * could be set.
12870
12870
  */
12871
12871
  project?: string;
@@ -12904,14 +12904,14 @@ type CreateSecurityGroupRequest = {
12904
12904
  /**
12905
12905
  * @deprecated Organization ID the security group belongs to.
12906
12906
  *
12907
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12907
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12908
12908
  * could be set.
12909
12909
  */
12910
12910
  organization?: string;
12911
12911
  /**
12912
12912
  * Project ID the security group belong to.
12913
12913
  *
12914
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
12914
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
12915
12915
  * could be set.
12916
12916
  */
12917
12917
  project?: string;
@@ -12997,14 +12997,14 @@ type CreateServerRequest = {
12997
12997
  /**
12998
12998
  * @deprecated Instance Organization ID.
12999
12999
  *
13000
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13000
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13001
13001
  * could be set.
13002
13002
  */
13003
13003
  organization?: string;
13004
13004
  /**
13005
13005
  * Instance Project ID.
13006
13006
  *
13007
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13007
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13008
13008
  * could be set.
13009
13009
  */
13010
13010
  project?: string;
@@ -13030,14 +13030,14 @@ type CreateSnapshotRequest$1 = {
13030
13030
  /**
13031
13031
  * @deprecated Organization ID of the snapshot.
13032
13032
  *
13033
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13033
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13034
13034
  * could be set.
13035
13035
  */
13036
13036
  organization?: string;
13037
13037
  /**
13038
13038
  * Project ID of the snapshot.
13039
13039
  *
13040
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13040
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13041
13041
  * could be set.
13042
13042
  */
13043
13043
  project?: string;
@@ -13065,14 +13065,14 @@ type CreateVolumeRequest$1 = {
13065
13065
  /**
13066
13066
  * @deprecated Volume Organization ID.
13067
13067
  *
13068
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13068
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13069
13069
  * could be set.
13070
13070
  */
13071
13071
  organization?: string;
13072
13072
  /**
13073
13073
  * Volume Project ID.
13074
13074
  *
13075
- * One-of ('projectIdentifier'): at most one of 'organization', 'project'
13075
+ * One-of ('projectIdentifier'): at most one of 'project', 'organization'
13076
13076
  * could be set.
13077
13077
  */
13078
13078
  project?: string;
@@ -14009,7 +14009,7 @@ interface SetSnapshotResponse {
14009
14009
  }
14010
14010
 
14011
14011
  /** Instance API. */
14012
- declare class API$i extends API$v {
14012
+ declare class API$j extends API$w {
14013
14013
  /** Lists the available zones of the API. */
14014
14014
  static readonly LOCALITIES: Zone[];
14015
14015
  /**
@@ -14601,7 +14601,7 @@ type SetServerUserDataRequest = {
14601
14601
  content: string;
14602
14602
  };
14603
14603
 
14604
- declare class InstanceV1UtilsAPI extends API$i {
14604
+ declare class InstanceV1UtilsAPI extends API$j {
14605
14605
  /**
14606
14606
  * Waits for {@link Image} to be in a final state.
14607
14607
  *
@@ -14742,179 +14742,179 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
14742
14742
  /** Lists transient statutes of the enum {@link VolumeState}. */
14743
14743
  declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
14744
14744
 
14745
- type index$j_ApplyBlockMigrationRequest = ApplyBlockMigrationRequest;
14746
- type index$j_Arch = Arch;
14747
- type index$j_AttachVolumeRequest = AttachVolumeRequest;
14748
- type index$j_AttachVolumeResponse = AttachVolumeResponse;
14749
- type index$j_BootType = BootType;
14750
- type index$j_Bootscript = Bootscript;
14751
- type index$j_CreateImageRequest = CreateImageRequest;
14752
- type index$j_CreateImageResponse = CreateImageResponse;
14753
- type index$j_CreateIpResponse = CreateIpResponse;
14754
- type index$j_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
14755
- type index$j_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
14756
- type index$j_CreatePrivateNICRequest = CreatePrivateNICRequest;
14757
- type index$j_CreatePrivateNICResponse = CreatePrivateNICResponse;
14758
- type index$j_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
14759
- type index$j_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
14760
- type index$j_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
14761
- type index$j_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
14762
- type index$j_CreateServerRequest = CreateServerRequest;
14763
- type index$j_CreateServerResponse = CreateServerResponse;
14764
- type index$j_CreateSnapshotResponse = CreateSnapshotResponse;
14765
- type index$j_CreateVolumeResponse = CreateVolumeResponse;
14766
- type index$j_Dashboard = Dashboard;
14767
- type index$j_DeleteIpRequest = DeleteIpRequest;
14768
- type index$j_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
14769
- type index$j_DeletePrivateNICRequest = DeletePrivateNICRequest;
14770
- type index$j_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
14771
- type index$j_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
14772
- type index$j_DeleteServerRequest = DeleteServerRequest;
14773
- type index$j_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
14774
- type index$j_DetachVolumeRequest = DetachVolumeRequest;
14775
- type index$j_DetachVolumeResponse = DetachVolumeResponse;
14776
- type index$j_ExportSnapshotRequest = ExportSnapshotRequest;
14777
- type index$j_ExportSnapshotResponse = ExportSnapshotResponse;
14778
- type index$j_GetBootscriptRequest = GetBootscriptRequest;
14779
- type index$j_GetBootscriptResponse = GetBootscriptResponse;
14780
- type index$j_GetDashboardRequest = GetDashboardRequest;
14781
- type index$j_GetDashboardResponse = GetDashboardResponse;
14782
- type index$j_GetIpResponse = GetIpResponse;
14783
- type index$j_GetPlacementGroupRequest = GetPlacementGroupRequest;
14784
- type index$j_GetPlacementGroupResponse = GetPlacementGroupResponse;
14785
- type index$j_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
14786
- type index$j_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
14787
- type index$j_GetPrivateNICRequest = GetPrivateNICRequest;
14788
- type index$j_GetPrivateNICResponse = GetPrivateNICResponse;
14789
- type index$j_GetSecurityGroupRequest = GetSecurityGroupRequest;
14790
- type index$j_GetSecurityGroupResponse = GetSecurityGroupResponse;
14791
- type index$j_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
14792
- type index$j_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
14793
- type index$j_GetServerRequest = GetServerRequest;
14794
- type index$j_GetServerResponse = GetServerResponse;
14795
- type index$j_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
14796
- type index$j_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
14797
- type index$j_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
14798
- type index$j_GetServerUserDataRequest = GetServerUserDataRequest;
14799
- type index$j_GetSnapshotResponse = GetSnapshotResponse;
14800
- type index$j_GetVolumeResponse = GetVolumeResponse;
14801
- declare const index$j_IP_TRANSIENT_STATUSES: typeof IP_TRANSIENT_STATUSES;
14802
- type index$j_ImageState = ImageState;
14803
- type index$j_IpState = IpState;
14804
- type index$j_IpType = IpType;
14805
- type index$j_ListBootscriptsRequest = ListBootscriptsRequest;
14806
- type index$j_ListBootscriptsResponse = ListBootscriptsResponse;
14807
- type index$j_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
14808
- type index$j_ListIpsRequest = ListIpsRequest;
14809
- type index$j_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
14810
- type index$j_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
14811
- type index$j_ListPrivateNICsRequest = ListPrivateNICsRequest;
14812
- type index$j_ListPrivateNICsResponse = ListPrivateNICsResponse;
14813
- type index$j_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
14814
- type index$j_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
14815
- type index$j_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
14816
- type index$j_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
14817
- type index$j_ListServerActionsRequest = ListServerActionsRequest;
14818
- type index$j_ListServerActionsResponse = ListServerActionsResponse;
14819
- type index$j_ListServerUserDataRequest = ListServerUserDataRequest;
14820
- type index$j_ListServerUserDataResponse = ListServerUserDataResponse;
14821
- type index$j_ListServersRequest = ListServersRequest;
14822
- type index$j_ListServersRequestOrder = ListServersRequestOrder;
14823
- type index$j_ListServersResponse = ListServersResponse;
14824
- type index$j_ListServersTypesRequest = ListServersTypesRequest;
14825
- type index$j_ListServersTypesResponse = ListServersTypesResponse;
14826
- type index$j_ListVolumesTypesRequest = ListVolumesTypesRequest;
14827
- type index$j_ListVolumesTypesResponse = ListVolumesTypesResponse;
14828
- type index$j_MigrationPlan = MigrationPlan;
14829
- declare const index$j_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
14830
- type index$j_PlacementGroup = PlacementGroup;
14831
- type index$j_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
14832
- type index$j_PlacementGroupPolicyType = PlacementGroupPolicyType;
14833
- type index$j_PlacementGroupServer = PlacementGroupServer;
14834
- type index$j_PlanBlockMigrationRequest = PlanBlockMigrationRequest;
14835
- type index$j_PrivateNIC = PrivateNIC;
14836
- type index$j_PrivateNICState = PrivateNICState;
14837
- declare const index$j_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
14838
- declare const index$j_SERVER_IP_TRANSIENT_STATUSES: typeof SERVER_IP_TRANSIENT_STATUSES;
14839
- declare const index$j_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
14840
- type index$j_SecurityGroup = SecurityGroup;
14841
- type index$j_SecurityGroupPolicy = SecurityGroupPolicy;
14842
- type index$j_SecurityGroupRule = SecurityGroupRule;
14843
- type index$j_SecurityGroupRuleAction = SecurityGroupRuleAction;
14844
- type index$j_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
14845
- type index$j_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
14846
- type index$j_SecurityGroupState = SecurityGroupState;
14847
- type index$j_SecurityGroupSummary = SecurityGroupSummary;
14848
- type index$j_SecurityGroupTemplate = SecurityGroupTemplate;
14849
- type index$j_Server = Server;
14850
- type index$j_ServerAction = ServerAction;
14851
- type index$j_ServerActionRequest = ServerActionRequest;
14852
- type index$j_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
14853
- type index$j_ServerActionResponse = ServerActionResponse;
14854
- type index$j_ServerIp = ServerIp;
14855
- type index$j_ServerIpIpFamily = ServerIpIpFamily;
14856
- type index$j_ServerIpProvisioningMode = ServerIpProvisioningMode;
14857
- type index$j_ServerIpState = ServerIpState;
14858
- type index$j_ServerIpv6 = ServerIpv6;
14859
- type index$j_ServerLocation = ServerLocation;
14860
- type index$j_ServerMaintenance = ServerMaintenance;
14861
- type index$j_ServerState = ServerState;
14862
- type index$j_ServerSummary = ServerSummary;
14863
- type index$j_ServerType = ServerType;
14864
- type index$j_ServerTypeCapabilities = ServerTypeCapabilities;
14865
- type index$j_ServerTypeNetwork = ServerTypeNetwork;
14866
- type index$j_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
14867
- type index$j_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
14868
- type index$j_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
14869
- type index$j_ServerTypesAvailability = ServerTypesAvailability;
14870
- type index$j_SetImageRequest = SetImageRequest;
14871
- type index$j_SetPlacementGroupRequest = SetPlacementGroupRequest;
14872
- type index$j_SetPlacementGroupResponse = SetPlacementGroupResponse;
14873
- type index$j_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
14874
- type index$j_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
14875
- type index$j_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
14876
- type index$j_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
14877
- type index$j_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
14878
- type index$j_SetServerUserDataRequest = SetServerUserDataRequest;
14879
- type index$j_SnapshotBaseVolume = SnapshotBaseVolume;
14880
- type index$j_SnapshotState = SnapshotState;
14881
- type index$j_SnapshotVolumeType = SnapshotVolumeType;
14882
- declare const index$j_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
14883
- type index$j_Task = Task;
14884
- type index$j_TaskStatus = TaskStatus;
14885
- type index$j_UpdateImageResponse = UpdateImageResponse;
14886
- type index$j_UpdateIpResponse = UpdateIpResponse;
14887
- type index$j_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
14888
- type index$j_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
14889
- type index$j_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
14890
- type index$j_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
14891
- type index$j_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
14892
- type index$j_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
14893
- type index$j_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
14894
- type index$j_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
14895
- type index$j_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
14896
- type index$j_UpdateServerRequest = UpdateServerRequest;
14897
- type index$j_UpdateServerResponse = UpdateServerResponse;
14898
- type index$j_UpdateSnapshotResponse = UpdateSnapshotResponse;
14899
- type index$j_UpdateVolumeResponse = UpdateVolumeResponse;
14900
- declare const index$j_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
14901
- declare const index$j_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
14902
- type index$j_VolumeServer = VolumeServer;
14903
- type index$j_VolumeServerState = VolumeServerState;
14904
- type index$j_VolumeServerTemplate = VolumeServerTemplate;
14905
- type index$j_VolumeServerVolumeType = VolumeServerVolumeType;
14906
- type index$j_VolumeState = VolumeState;
14907
- type index$j_VolumeSummary = VolumeSummary;
14908
- type index$j_VolumeTemplate = VolumeTemplate;
14909
- type index$j_VolumeTypeCapabilities = VolumeTypeCapabilities;
14910
- type index$j_VolumeTypeConstraints = VolumeTypeConstraints;
14911
- type index$j_VolumeVolumeType = VolumeVolumeType;
14912
- declare namespace index$j {
14913
- export { InstanceV1UtilsAPI as API, type index$j_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$j_Arch as Arch, type index$j_AttachVolumeRequest as AttachVolumeRequest, type index$j_AttachVolumeResponse as AttachVolumeResponse, type index$j_BootType as BootType, type index$j_Bootscript as Bootscript, type index$j_CreateImageRequest as CreateImageRequest, type index$j_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$j_CreateIpResponse as CreateIpResponse, type index$j_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$j_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$j_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$j_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$j_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$j_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$j_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$j_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$j_CreateServerRequest as CreateServerRequest, type index$j_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$j_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$j_CreateVolumeResponse as CreateVolumeResponse, type index$j_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$j_DeleteIpRequest as DeleteIpRequest, type index$j_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$j_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$j_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$j_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$j_DeleteServerRequest as DeleteServerRequest, type index$j_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$j_DetachVolumeRequest as DetachVolumeRequest, type index$j_DetachVolumeResponse as DetachVolumeResponse, type index$j_ExportSnapshotRequest as ExportSnapshotRequest, type index$j_ExportSnapshotResponse as ExportSnapshotResponse, type index$j_GetBootscriptRequest as GetBootscriptRequest, type index$j_GetBootscriptResponse as GetBootscriptResponse, type index$j_GetDashboardRequest as GetDashboardRequest, type index$j_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$j_GetIpResponse as GetIpResponse, type index$j_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$j_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$j_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$j_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$j_GetPrivateNICRequest as GetPrivateNICRequest, type index$j_GetPrivateNICResponse as GetPrivateNICResponse, type index$j_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$j_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$j_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$j_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$j_GetServerRequest as GetServerRequest, type index$j_GetServerResponse as GetServerResponse, type index$j_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$j_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$j_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$j_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$j_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$j_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$j_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$j_ImageState as ImageState, type Ip$1 as Ip, type index$j_IpState as IpState, type index$j_IpType as IpType, type index$j_ListBootscriptsRequest as ListBootscriptsRequest, type index$j_ListBootscriptsResponse as ListBootscriptsResponse, type index$j_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$j_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$j_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$j_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$j_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$j_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$j_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$j_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$j_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$j_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$j_ListServerActionsRequest as ListServerActionsRequest, type index$j_ListServerActionsResponse as ListServerActionsResponse, type index$j_ListServerUserDataRequest as ListServerUserDataRequest, type index$j_ListServerUserDataResponse as ListServerUserDataResponse, type index$j_ListServersRequest as ListServersRequest, type index$j_ListServersRequestOrder as ListServersRequestOrder, type index$j_ListServersResponse as ListServersResponse, type index$j_ListServersTypesRequest as ListServersTypesRequest, type index$j_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$j_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$j_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$j_MigrationPlan as MigrationPlan, index$j_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$j_PlacementGroup as PlacementGroup, type index$j_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$j_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$j_PlacementGroupServer as PlacementGroupServer, type index$j_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$j_PrivateNIC as PrivateNIC, type index$j_PrivateNICState as PrivateNICState, index$j_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$j_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$j_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$j_SecurityGroup as SecurityGroup, type index$j_SecurityGroupPolicy as SecurityGroupPolicy, type index$j_SecurityGroupRule as SecurityGroupRule, type index$j_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$j_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$j_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$j_SecurityGroupState as SecurityGroupState, type index$j_SecurityGroupSummary as SecurityGroupSummary, type index$j_SecurityGroupTemplate as SecurityGroupTemplate, type index$j_Server as Server, type index$j_ServerAction as ServerAction, type index$j_ServerActionRequest as ServerActionRequest, type index$j_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$j_ServerActionResponse as ServerActionResponse, type index$j_ServerIp as ServerIp, type index$j_ServerIpIpFamily as ServerIpIpFamily, type index$j_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$j_ServerIpState as ServerIpState, type index$j_ServerIpv6 as ServerIpv6, type index$j_ServerLocation as ServerLocation, type index$j_ServerMaintenance as ServerMaintenance, type index$j_ServerState as ServerState, type index$j_ServerSummary as ServerSummary, type index$j_ServerType as ServerType, type index$j_ServerTypeCapabilities as ServerTypeCapabilities, type index$j_ServerTypeNetwork as ServerTypeNetwork, type index$j_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$j_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$j_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$j_ServerTypesAvailability as ServerTypesAvailability, type index$j_SetImageRequest as SetImageRequest, type index$j_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$j_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$j_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$j_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$j_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$j_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$j_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$j_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$j_SnapshotBaseVolume as SnapshotBaseVolume, type index$j_SnapshotState as SnapshotState, type index$j_SnapshotVolumeType as SnapshotVolumeType, index$j_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$j_Task as Task, type index$j_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$j_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$j_UpdateIpResponse as UpdateIpResponse, type index$j_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$j_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$j_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$j_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$j_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$j_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$j_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$j_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$j_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$j_UpdateServerRequest as UpdateServerRequest, type index$j_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$j_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$j_UpdateVolumeResponse as UpdateVolumeResponse, index$j_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$j_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$j_VolumeServer as VolumeServer, type index$j_VolumeServerState as VolumeServerState, type index$j_VolumeServerTemplate as VolumeServerTemplate, type index$j_VolumeServerVolumeType as VolumeServerVolumeType, type index$j_VolumeState as VolumeState, type index$j_VolumeSummary as VolumeSummary, type index$j_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$j_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$j_VolumeTypeConstraints as VolumeTypeConstraints, type index$j_VolumeVolumeType as VolumeVolumeType };
14745
+ type index$k_ApplyBlockMigrationRequest = ApplyBlockMigrationRequest;
14746
+ type index$k_Arch = Arch;
14747
+ type index$k_AttachVolumeRequest = AttachVolumeRequest;
14748
+ type index$k_AttachVolumeResponse = AttachVolumeResponse;
14749
+ type index$k_BootType = BootType;
14750
+ type index$k_Bootscript = Bootscript;
14751
+ type index$k_CreateImageRequest = CreateImageRequest;
14752
+ type index$k_CreateImageResponse = CreateImageResponse;
14753
+ type index$k_CreateIpResponse = CreateIpResponse;
14754
+ type index$k_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
14755
+ type index$k_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
14756
+ type index$k_CreatePrivateNICRequest = CreatePrivateNICRequest;
14757
+ type index$k_CreatePrivateNICResponse = CreatePrivateNICResponse;
14758
+ type index$k_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
14759
+ type index$k_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
14760
+ type index$k_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
14761
+ type index$k_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
14762
+ type index$k_CreateServerRequest = CreateServerRequest;
14763
+ type index$k_CreateServerResponse = CreateServerResponse;
14764
+ type index$k_CreateSnapshotResponse = CreateSnapshotResponse;
14765
+ type index$k_CreateVolumeResponse = CreateVolumeResponse;
14766
+ type index$k_Dashboard = Dashboard;
14767
+ type index$k_DeleteIpRequest = DeleteIpRequest;
14768
+ type index$k_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
14769
+ type index$k_DeletePrivateNICRequest = DeletePrivateNICRequest;
14770
+ type index$k_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
14771
+ type index$k_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
14772
+ type index$k_DeleteServerRequest = DeleteServerRequest;
14773
+ type index$k_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
14774
+ type index$k_DetachVolumeRequest = DetachVolumeRequest;
14775
+ type index$k_DetachVolumeResponse = DetachVolumeResponse;
14776
+ type index$k_ExportSnapshotRequest = ExportSnapshotRequest;
14777
+ type index$k_ExportSnapshotResponse = ExportSnapshotResponse;
14778
+ type index$k_GetBootscriptRequest = GetBootscriptRequest;
14779
+ type index$k_GetBootscriptResponse = GetBootscriptResponse;
14780
+ type index$k_GetDashboardRequest = GetDashboardRequest;
14781
+ type index$k_GetDashboardResponse = GetDashboardResponse;
14782
+ type index$k_GetIpResponse = GetIpResponse;
14783
+ type index$k_GetPlacementGroupRequest = GetPlacementGroupRequest;
14784
+ type index$k_GetPlacementGroupResponse = GetPlacementGroupResponse;
14785
+ type index$k_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
14786
+ type index$k_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
14787
+ type index$k_GetPrivateNICRequest = GetPrivateNICRequest;
14788
+ type index$k_GetPrivateNICResponse = GetPrivateNICResponse;
14789
+ type index$k_GetSecurityGroupRequest = GetSecurityGroupRequest;
14790
+ type index$k_GetSecurityGroupResponse = GetSecurityGroupResponse;
14791
+ type index$k_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
14792
+ type index$k_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
14793
+ type index$k_GetServerRequest = GetServerRequest;
14794
+ type index$k_GetServerResponse = GetServerResponse;
14795
+ type index$k_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
14796
+ type index$k_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
14797
+ type index$k_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
14798
+ type index$k_GetServerUserDataRequest = GetServerUserDataRequest;
14799
+ type index$k_GetSnapshotResponse = GetSnapshotResponse;
14800
+ type index$k_GetVolumeResponse = GetVolumeResponse;
14801
+ declare const index$k_IP_TRANSIENT_STATUSES: typeof IP_TRANSIENT_STATUSES;
14802
+ type index$k_ImageState = ImageState;
14803
+ type index$k_IpState = IpState;
14804
+ type index$k_IpType = IpType;
14805
+ type index$k_ListBootscriptsRequest = ListBootscriptsRequest;
14806
+ type index$k_ListBootscriptsResponse = ListBootscriptsResponse;
14807
+ type index$k_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
14808
+ type index$k_ListIpsRequest = ListIpsRequest;
14809
+ type index$k_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
14810
+ type index$k_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
14811
+ type index$k_ListPrivateNICsRequest = ListPrivateNICsRequest;
14812
+ type index$k_ListPrivateNICsResponse = ListPrivateNICsResponse;
14813
+ type index$k_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
14814
+ type index$k_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
14815
+ type index$k_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
14816
+ type index$k_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
14817
+ type index$k_ListServerActionsRequest = ListServerActionsRequest;
14818
+ type index$k_ListServerActionsResponse = ListServerActionsResponse;
14819
+ type index$k_ListServerUserDataRequest = ListServerUserDataRequest;
14820
+ type index$k_ListServerUserDataResponse = ListServerUserDataResponse;
14821
+ type index$k_ListServersRequest = ListServersRequest;
14822
+ type index$k_ListServersRequestOrder = ListServersRequestOrder;
14823
+ type index$k_ListServersResponse = ListServersResponse;
14824
+ type index$k_ListServersTypesRequest = ListServersTypesRequest;
14825
+ type index$k_ListServersTypesResponse = ListServersTypesResponse;
14826
+ type index$k_ListVolumesTypesRequest = ListVolumesTypesRequest;
14827
+ type index$k_ListVolumesTypesResponse = ListVolumesTypesResponse;
14828
+ type index$k_MigrationPlan = MigrationPlan;
14829
+ declare const index$k_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
14830
+ type index$k_PlacementGroup = PlacementGroup;
14831
+ type index$k_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
14832
+ type index$k_PlacementGroupPolicyType = PlacementGroupPolicyType;
14833
+ type index$k_PlacementGroupServer = PlacementGroupServer;
14834
+ type index$k_PlanBlockMigrationRequest = PlanBlockMigrationRequest;
14835
+ type index$k_PrivateNIC = PrivateNIC;
14836
+ type index$k_PrivateNICState = PrivateNICState;
14837
+ declare const index$k_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
14838
+ declare const index$k_SERVER_IP_TRANSIENT_STATUSES: typeof SERVER_IP_TRANSIENT_STATUSES;
14839
+ declare const index$k_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
14840
+ type index$k_SecurityGroup = SecurityGroup;
14841
+ type index$k_SecurityGroupPolicy = SecurityGroupPolicy;
14842
+ type index$k_SecurityGroupRule = SecurityGroupRule;
14843
+ type index$k_SecurityGroupRuleAction = SecurityGroupRuleAction;
14844
+ type index$k_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
14845
+ type index$k_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
14846
+ type index$k_SecurityGroupState = SecurityGroupState;
14847
+ type index$k_SecurityGroupSummary = SecurityGroupSummary;
14848
+ type index$k_SecurityGroupTemplate = SecurityGroupTemplate;
14849
+ type index$k_Server = Server;
14850
+ type index$k_ServerAction = ServerAction;
14851
+ type index$k_ServerActionRequest = ServerActionRequest;
14852
+ type index$k_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
14853
+ type index$k_ServerActionResponse = ServerActionResponse;
14854
+ type index$k_ServerIp = ServerIp;
14855
+ type index$k_ServerIpIpFamily = ServerIpIpFamily;
14856
+ type index$k_ServerIpProvisioningMode = ServerIpProvisioningMode;
14857
+ type index$k_ServerIpState = ServerIpState;
14858
+ type index$k_ServerIpv6 = ServerIpv6;
14859
+ type index$k_ServerLocation = ServerLocation;
14860
+ type index$k_ServerMaintenance = ServerMaintenance;
14861
+ type index$k_ServerState = ServerState;
14862
+ type index$k_ServerSummary = ServerSummary;
14863
+ type index$k_ServerType = ServerType;
14864
+ type index$k_ServerTypeCapabilities = ServerTypeCapabilities;
14865
+ type index$k_ServerTypeNetwork = ServerTypeNetwork;
14866
+ type index$k_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
14867
+ type index$k_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
14868
+ type index$k_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
14869
+ type index$k_ServerTypesAvailability = ServerTypesAvailability;
14870
+ type index$k_SetImageRequest = SetImageRequest;
14871
+ type index$k_SetPlacementGroupRequest = SetPlacementGroupRequest;
14872
+ type index$k_SetPlacementGroupResponse = SetPlacementGroupResponse;
14873
+ type index$k_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
14874
+ type index$k_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
14875
+ type index$k_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
14876
+ type index$k_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
14877
+ type index$k_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
14878
+ type index$k_SetServerUserDataRequest = SetServerUserDataRequest;
14879
+ type index$k_SnapshotBaseVolume = SnapshotBaseVolume;
14880
+ type index$k_SnapshotState = SnapshotState;
14881
+ type index$k_SnapshotVolumeType = SnapshotVolumeType;
14882
+ declare const index$k_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
14883
+ type index$k_Task = Task;
14884
+ type index$k_TaskStatus = TaskStatus;
14885
+ type index$k_UpdateImageResponse = UpdateImageResponse;
14886
+ type index$k_UpdateIpResponse = UpdateIpResponse;
14887
+ type index$k_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
14888
+ type index$k_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
14889
+ type index$k_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
14890
+ type index$k_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
14891
+ type index$k_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
14892
+ type index$k_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
14893
+ type index$k_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
14894
+ type index$k_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
14895
+ type index$k_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
14896
+ type index$k_UpdateServerRequest = UpdateServerRequest;
14897
+ type index$k_UpdateServerResponse = UpdateServerResponse;
14898
+ type index$k_UpdateSnapshotResponse = UpdateSnapshotResponse;
14899
+ type index$k_UpdateVolumeResponse = UpdateVolumeResponse;
14900
+ declare const index$k_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
14901
+ declare const index$k_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
14902
+ type index$k_VolumeServer = VolumeServer;
14903
+ type index$k_VolumeServerState = VolumeServerState;
14904
+ type index$k_VolumeServerTemplate = VolumeServerTemplate;
14905
+ type index$k_VolumeServerVolumeType = VolumeServerVolumeType;
14906
+ type index$k_VolumeState = VolumeState;
14907
+ type index$k_VolumeSummary = VolumeSummary;
14908
+ type index$k_VolumeTemplate = VolumeTemplate;
14909
+ type index$k_VolumeTypeCapabilities = VolumeTypeCapabilities;
14910
+ type index$k_VolumeTypeConstraints = VolumeTypeConstraints;
14911
+ type index$k_VolumeVolumeType = VolumeVolumeType;
14912
+ declare namespace index$k {
14913
+ 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 };
14914
14914
  }
14915
14915
 
14916
- declare namespace index$i {
14917
- export { index$j as v1 };
14916
+ declare namespace index$j {
14917
+ export { index$k as v1 };
14918
14918
  }
14919
14919
 
14920
14920
  type DeviceMessageFiltersRulePolicy = 'unknown' | 'accept' | 'reject';
@@ -15838,7 +15838,7 @@ type UpdateRouteRequest$1 = {
15838
15838
  *
15839
15839
  * This API allows you to manage IoT hubs and devices.
15840
15840
  */
15841
- declare class API$h extends API$v {
15841
+ declare class API$i extends API$w {
15842
15842
  /** Lists the available regions of the API. */
15843
15843
  static readonly LOCALITIES: Region[];
15844
15844
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -16159,86 +16159,86 @@ declare class API$h extends API$v {
16159
16159
  /** Lists transient statutes of the enum {@link HubStatus}. */
16160
16160
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
16161
16161
 
16162
- type index_gen$h_CreateDeviceRequest = CreateDeviceRequest;
16163
- type index_gen$h_CreateDeviceResponse = CreateDeviceResponse;
16164
- type index_gen$h_CreateHubRequest = CreateHubRequest;
16165
- type index_gen$h_CreateNetworkRequest = CreateNetworkRequest;
16166
- type index_gen$h_CreateNetworkResponse = CreateNetworkResponse;
16167
- type index_gen$h_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16168
- type index_gen$h_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16169
- type index_gen$h_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16170
- type index_gen$h_DeleteDeviceRequest = DeleteDeviceRequest;
16171
- type index_gen$h_DeleteHubRequest = DeleteHubRequest;
16172
- type index_gen$h_DeleteNetworkRequest = DeleteNetworkRequest;
16173
- type index_gen$h_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16174
- type index_gen$h_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16175
- type index_gen$h_Device = Device;
16176
- type index_gen$h_DeviceMessageFilters = DeviceMessageFilters;
16177
- type index_gen$h_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16178
- type index_gen$h_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16179
- type index_gen$h_DeviceStatus = DeviceStatus;
16180
- type index_gen$h_DisableDeviceRequest = DisableDeviceRequest;
16181
- type index_gen$h_DisableHubRequest = DisableHubRequest;
16182
- type index_gen$h_EnableDeviceRequest = EnableDeviceRequest;
16183
- type index_gen$h_EnableHubRequest = EnableHubRequest;
16184
- type index_gen$h_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16185
- type index_gen$h_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16186
- type index_gen$h_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16187
- type index_gen$h_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16188
- type index_gen$h_GetDeviceRequest = GetDeviceRequest;
16189
- type index_gen$h_GetHubCARequest = GetHubCARequest;
16190
- type index_gen$h_GetHubCAResponse = GetHubCAResponse;
16191
- type index_gen$h_GetHubMetricsRequest = GetHubMetricsRequest;
16192
- type index_gen$h_GetHubMetricsResponse = GetHubMetricsResponse;
16193
- type index_gen$h_GetHubRequest = GetHubRequest;
16194
- type index_gen$h_GetNetworkRequest = GetNetworkRequest;
16195
- type index_gen$h_GetTwinDocumentRequest = GetTwinDocumentRequest;
16196
- declare const index_gen$h_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16197
- type index_gen$h_Hub = Hub;
16198
- type index_gen$h_HubProductPlan = HubProductPlan;
16199
- type index_gen$h_HubStatus = HubStatus;
16200
- type index_gen$h_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16201
- type index_gen$h_ListDevicesRequest = ListDevicesRequest;
16202
- type index_gen$h_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16203
- type index_gen$h_ListDevicesResponse = ListDevicesResponse;
16204
- type index_gen$h_ListHubsRequest = ListHubsRequest;
16205
- type index_gen$h_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16206
- type index_gen$h_ListHubsResponse = ListHubsResponse;
16207
- type index_gen$h_ListNetworksRequest = ListNetworksRequest;
16208
- type index_gen$h_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16209
- type index_gen$h_ListNetworksResponse = ListNetworksResponse;
16210
- type index_gen$h_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16211
- type index_gen$h_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16212
- type index_gen$h_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16213
- type index_gen$h_Network = Network;
16214
- type index_gen$h_NetworkNetworkType = NetworkNetworkType;
16215
- type index_gen$h_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16216
- type index_gen$h_PutTwinDocumentRequest = PutTwinDocumentRequest;
16217
- type index_gen$h_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16218
- type index_gen$h_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16219
- type index_gen$h_RouteDatabaseConfig = RouteDatabaseConfig;
16220
- type index_gen$h_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16221
- type index_gen$h_RouteRestConfig = RouteRestConfig;
16222
- type index_gen$h_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16223
- type index_gen$h_RouteRouteType = RouteRouteType;
16224
- type index_gen$h_RouteS3Config = RouteS3Config;
16225
- type index_gen$h_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16226
- type index_gen$h_RouteSummary = RouteSummary;
16227
- type index_gen$h_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16228
- type index_gen$h_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16229
- type index_gen$h_SetHubCARequest = SetHubCARequest;
16230
- type index_gen$h_TwinDocument = TwinDocument;
16231
- type index_gen$h_UpdateDeviceRequest = UpdateDeviceRequest;
16232
- type index_gen$h_UpdateHubRequest = UpdateHubRequest;
16233
- type index_gen$h_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16234
- type index_gen$h_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16235
- type index_gen$h_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16236
- declare namespace index_gen$h {
16237
- 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 };
16162
+ type index_gen$i_CreateDeviceRequest = CreateDeviceRequest;
16163
+ type index_gen$i_CreateDeviceResponse = CreateDeviceResponse;
16164
+ type index_gen$i_CreateHubRequest = CreateHubRequest;
16165
+ type index_gen$i_CreateNetworkRequest = CreateNetworkRequest;
16166
+ type index_gen$i_CreateNetworkResponse = CreateNetworkResponse;
16167
+ type index_gen$i_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
16168
+ type index_gen$i_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
16169
+ type index_gen$i_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
16170
+ type index_gen$i_DeleteDeviceRequest = DeleteDeviceRequest;
16171
+ type index_gen$i_DeleteHubRequest = DeleteHubRequest;
16172
+ type index_gen$i_DeleteNetworkRequest = DeleteNetworkRequest;
16173
+ type index_gen$i_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
16174
+ type index_gen$i_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
16175
+ type index_gen$i_Device = Device;
16176
+ type index_gen$i_DeviceMessageFilters = DeviceMessageFilters;
16177
+ type index_gen$i_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
16178
+ type index_gen$i_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
16179
+ type index_gen$i_DeviceStatus = DeviceStatus;
16180
+ type index_gen$i_DisableDeviceRequest = DisableDeviceRequest;
16181
+ type index_gen$i_DisableHubRequest = DisableHubRequest;
16182
+ type index_gen$i_EnableDeviceRequest = EnableDeviceRequest;
16183
+ type index_gen$i_EnableHubRequest = EnableHubRequest;
16184
+ type index_gen$i_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
16185
+ type index_gen$i_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
16186
+ type index_gen$i_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
16187
+ type index_gen$i_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
16188
+ type index_gen$i_GetDeviceRequest = GetDeviceRequest;
16189
+ type index_gen$i_GetHubCARequest = GetHubCARequest;
16190
+ type index_gen$i_GetHubCAResponse = GetHubCAResponse;
16191
+ type index_gen$i_GetHubMetricsRequest = GetHubMetricsRequest;
16192
+ type index_gen$i_GetHubMetricsResponse = GetHubMetricsResponse;
16193
+ type index_gen$i_GetHubRequest = GetHubRequest;
16194
+ type index_gen$i_GetNetworkRequest = GetNetworkRequest;
16195
+ type index_gen$i_GetTwinDocumentRequest = GetTwinDocumentRequest;
16196
+ declare const index_gen$i_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
16197
+ type index_gen$i_Hub = Hub;
16198
+ type index_gen$i_HubProductPlan = HubProductPlan;
16199
+ type index_gen$i_HubStatus = HubStatus;
16200
+ type index_gen$i_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
16201
+ type index_gen$i_ListDevicesRequest = ListDevicesRequest;
16202
+ type index_gen$i_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
16203
+ type index_gen$i_ListDevicesResponse = ListDevicesResponse;
16204
+ type index_gen$i_ListHubsRequest = ListHubsRequest;
16205
+ type index_gen$i_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
16206
+ type index_gen$i_ListHubsResponse = ListHubsResponse;
16207
+ type index_gen$i_ListNetworksRequest = ListNetworksRequest;
16208
+ type index_gen$i_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
16209
+ type index_gen$i_ListNetworksResponse = ListNetworksResponse;
16210
+ type index_gen$i_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
16211
+ type index_gen$i_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
16212
+ type index_gen$i_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
16213
+ type index_gen$i_Network = Network;
16214
+ type index_gen$i_NetworkNetworkType = NetworkNetworkType;
16215
+ type index_gen$i_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
16216
+ type index_gen$i_PutTwinDocumentRequest = PutTwinDocumentRequest;
16217
+ type index_gen$i_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
16218
+ type index_gen$i_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
16219
+ type index_gen$i_RouteDatabaseConfig = RouteDatabaseConfig;
16220
+ type index_gen$i_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
16221
+ type index_gen$i_RouteRestConfig = RouteRestConfig;
16222
+ type index_gen$i_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
16223
+ type index_gen$i_RouteRouteType = RouteRouteType;
16224
+ type index_gen$i_RouteS3Config = RouteS3Config;
16225
+ type index_gen$i_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
16226
+ type index_gen$i_RouteSummary = RouteSummary;
16227
+ type index_gen$i_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
16228
+ type index_gen$i_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
16229
+ type index_gen$i_SetHubCARequest = SetHubCARequest;
16230
+ type index_gen$i_TwinDocument = TwinDocument;
16231
+ type index_gen$i_UpdateDeviceRequest = UpdateDeviceRequest;
16232
+ type index_gen$i_UpdateHubRequest = UpdateHubRequest;
16233
+ type index_gen$i_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
16234
+ type index_gen$i_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
16235
+ type index_gen$i_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
16236
+ declare namespace index_gen$i {
16237
+ 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 };
16238
16238
  }
16239
16239
 
16240
- declare namespace index$h {
16241
- export { index_gen$h as v1 };
16240
+ declare namespace index$i {
16241
+ export { index_gen$i as v1 };
16242
16242
  }
16243
16243
 
16244
16244
  type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
@@ -16431,7 +16431,7 @@ type UpdateIPRequest$1 = {
16431
16431
  * This API allows you to manage IP addresses with Scaleway's IP Address
16432
16432
  * Management tool.
16433
16433
  */
16434
- declare class API$g extends API$v {
16434
+ declare class API$h extends API$w {
16435
16435
  /** Lists the available regions of the API. */
16436
16436
  static readonly LOCALITIES: Region[];
16437
16437
  /**
@@ -16487,21 +16487,21 @@ declare const ListIPsRequest$2: {
16487
16487
  };
16488
16488
  };
16489
16489
 
16490
- declare namespace validationRules_gen$4 {
16490
+ declare namespace validationRules_gen$5 {
16491
16491
  export { ListIPsRequest$2 as ListIPsRequest };
16492
16492
  }
16493
16493
 
16494
- type index_gen$g_BookIPRequest = BookIPRequest;
16495
- type index_gen$g_ReleaseIPRequest = ReleaseIPRequest;
16496
- type index_gen$g_Resource = Resource;
16497
- type index_gen$g_ResourceType = ResourceType;
16498
- type index_gen$g_Source = Source;
16499
- declare namespace index_gen$g {
16500
- 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$4 as ValidationRules };
16494
+ type index_gen$h_BookIPRequest = BookIPRequest;
16495
+ type index_gen$h_ReleaseIPRequest = ReleaseIPRequest;
16496
+ type index_gen$h_Resource = Resource;
16497
+ type index_gen$h_ResourceType = ResourceType;
16498
+ type index_gen$h_Source = Source;
16499
+ declare namespace index_gen$h {
16500
+ 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 };
16501
16501
  }
16502
16502
 
16503
- declare namespace index$g {
16504
- export { index_gen$g as v1 };
16503
+ declare namespace index$h {
16504
+ export { index_gen$h as v1 };
16505
16505
  }
16506
16506
 
16507
16507
  type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -16822,7 +16822,7 @@ type UpdateVolumeRequest = {
16822
16822
  };
16823
16823
 
16824
16824
  /** IPFS Pinning service API. */
16825
- declare class API$f extends API$v {
16825
+ declare class API$g extends API$w {
16826
16826
  /** Lists the available regions of the API. */
16827
16827
  static readonly LOCALITIES: Region[];
16828
16828
  /**
@@ -16936,7 +16936,7 @@ declare class API$f extends API$v {
16936
16936
  deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
16937
16937
  }
16938
16938
  /** IPFS Naming service API. */
16939
- declare class IpnsAPI extends API$v {
16939
+ declare class IpnsAPI extends API$w {
16940
16940
  /** Lists the available regions of the API. */
16941
16941
  static readonly LOCALITIES: Region[];
16942
16942
  /**
@@ -17008,46 +17008,293 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
17008
17008
  /** Lists transient statutes of the enum {@link PinStatus}. */
17009
17009
  declare const PIN_TRANSIENT_STATUSES: PinStatus[];
17010
17010
 
17011
- type index_gen$f_CreatePinByCIDRequest = CreatePinByCIDRequest;
17012
- type index_gen$f_CreatePinByURLRequest = CreatePinByURLRequest;
17013
- type index_gen$f_CreateVolumeRequest = CreateVolumeRequest;
17014
- type index_gen$f_DeletePinRequest = DeletePinRequest;
17015
- type index_gen$f_DeleteVolumeRequest = DeleteVolumeRequest;
17016
- type index_gen$f_ExportKeyNameResponse = ExportKeyNameResponse;
17017
- type index_gen$f_GetPinRequest = GetPinRequest;
17018
- type index_gen$f_GetVolumeRequest = GetVolumeRequest;
17019
- type index_gen$f_IpnsAPI = IpnsAPI;
17020
- declare const index_gen$f_IpnsAPI: typeof IpnsAPI;
17021
- type index_gen$f_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17022
- type index_gen$f_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17023
- type index_gen$f_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17024
- type index_gen$f_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17025
- type index_gen$f_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17026
- type index_gen$f_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17027
- type index_gen$f_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17028
- type index_gen$f_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17029
- type index_gen$f_ListNamesResponse = ListNamesResponse;
17030
- type index_gen$f_ListPinsRequest = ListPinsRequest;
17031
- type index_gen$f_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17032
- type index_gen$f_ListPinsResponse = ListPinsResponse;
17033
- type index_gen$f_ListVolumesRequest = ListVolumesRequest;
17034
- type index_gen$f_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17035
- type index_gen$f_ListVolumesResponse = ListVolumesResponse;
17036
- declare const index_gen$f_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17037
- type index_gen$f_Name = Name;
17038
- type index_gen$f_NameStatus = NameStatus;
17039
- declare const index_gen$f_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17040
- type index_gen$f_Pin = Pin;
17041
- type index_gen$f_PinCID = PinCID;
17042
- type index_gen$f_PinCIDMeta = PinCIDMeta;
17043
- type index_gen$f_PinDetails = PinDetails;
17044
- type index_gen$f_PinInfo = PinInfo;
17045
- type index_gen$f_PinStatus = PinStatus;
17046
- type index_gen$f_ReplacePinRequest = ReplacePinRequest;
17047
- type index_gen$f_ReplacePinResponse = ReplacePinResponse;
17048
- type index_gen$f_UpdateVolumeRequest = UpdateVolumeRequest;
17011
+ type index_gen$g_CreatePinByCIDRequest = CreatePinByCIDRequest;
17012
+ type index_gen$g_CreatePinByURLRequest = CreatePinByURLRequest;
17013
+ type index_gen$g_CreateVolumeRequest = CreateVolumeRequest;
17014
+ type index_gen$g_DeletePinRequest = DeletePinRequest;
17015
+ type index_gen$g_DeleteVolumeRequest = DeleteVolumeRequest;
17016
+ type index_gen$g_ExportKeyNameResponse = ExportKeyNameResponse;
17017
+ type index_gen$g_GetPinRequest = GetPinRequest;
17018
+ type index_gen$g_GetVolumeRequest = GetVolumeRequest;
17019
+ type index_gen$g_IpnsAPI = IpnsAPI;
17020
+ declare const index_gen$g_IpnsAPI: typeof IpnsAPI;
17021
+ type index_gen$g_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
17022
+ type index_gen$g_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
17023
+ type index_gen$g_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
17024
+ type index_gen$g_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
17025
+ type index_gen$g_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
17026
+ type index_gen$g_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
17027
+ type index_gen$g_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
17028
+ type index_gen$g_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
17029
+ type index_gen$g_ListNamesResponse = ListNamesResponse;
17030
+ type index_gen$g_ListPinsRequest = ListPinsRequest;
17031
+ type index_gen$g_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
17032
+ type index_gen$g_ListPinsResponse = ListPinsResponse;
17033
+ type index_gen$g_ListVolumesRequest = ListVolumesRequest;
17034
+ type index_gen$g_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
17035
+ type index_gen$g_ListVolumesResponse = ListVolumesResponse;
17036
+ declare const index_gen$g_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
17037
+ type index_gen$g_Name = Name;
17038
+ type index_gen$g_NameStatus = NameStatus;
17039
+ declare const index_gen$g_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
17040
+ type index_gen$g_Pin = Pin;
17041
+ type index_gen$g_PinCID = PinCID;
17042
+ type index_gen$g_PinCIDMeta = PinCIDMeta;
17043
+ type index_gen$g_PinDetails = PinDetails;
17044
+ type index_gen$g_PinInfo = PinInfo;
17045
+ type index_gen$g_PinStatus = PinStatus;
17046
+ type index_gen$g_ReplacePinRequest = ReplacePinRequest;
17047
+ type index_gen$g_ReplacePinResponse = ReplacePinResponse;
17048
+ type index_gen$g_UpdateVolumeRequest = UpdateVolumeRequest;
17049
+ declare namespace index_gen$g {
17050
+ 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 };
17051
+ }
17052
+
17053
+ declare namespace index$g {
17054
+ export { index_gen$g as v1alpha1 };
17055
+ }
17056
+
17057
+ type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled';
17058
+ type ListJobDefinitionsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
17059
+ type ListJobRunsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
17060
+ interface JobDefinition {
17061
+ jobDefinitionId: string;
17062
+ name: string;
17063
+ createdAt?: Date;
17064
+ updatedAt?: Date;
17065
+ cpuLimit: number;
17066
+ memoryLimit: number;
17067
+ imageUri: string;
17068
+ command: string;
17069
+ projectId: string;
17070
+ environmentVariables: Record<string, string>;
17071
+ description: string;
17072
+ jobTimeout?: string;
17073
+ /**
17074
+ * Region to target. If none is passed will use default region from the
17075
+ * config.
17076
+ */
17077
+ region: Region;
17078
+ }
17079
+ interface JobRun {
17080
+ jobRunId: string;
17081
+ jobDefinitionId: string;
17082
+ state: JobRunState;
17083
+ createdAt?: Date;
17084
+ updatedAt?: Date;
17085
+ terminatedAt?: Date;
17086
+ exitCode?: number;
17087
+ runDuration?: string;
17088
+ errorMessage: string;
17089
+ /**
17090
+ * Region to target. If none is passed will use default region from the
17091
+ * config.
17092
+ */
17093
+ region: Region;
17094
+ }
17095
+ type CreateJobDefinitionRequest$1 = {
17096
+ /**
17097
+ * Region to target. If none is passed will use default region from the
17098
+ * config.
17099
+ */
17100
+ region?: Region;
17101
+ name?: string;
17102
+ cpuLimit: number;
17103
+ memoryLimit: number;
17104
+ imageUri: string;
17105
+ command: string;
17106
+ projectId?: string;
17107
+ environmentVariables?: Record<string, string>;
17108
+ description: string;
17109
+ jobTimeout?: string;
17110
+ };
17111
+ type DeleteJobDefinitionRequest = {
17112
+ /**
17113
+ * Region to target. If none is passed will use default region from the
17114
+ * config.
17115
+ */
17116
+ region?: Region;
17117
+ jobDefinitionId: string;
17118
+ };
17119
+ type GetJobDefinitionRequest = {
17120
+ /**
17121
+ * Region to target. If none is passed will use default region from the
17122
+ * config.
17123
+ */
17124
+ region?: Region;
17125
+ jobDefinitionId: string;
17126
+ };
17127
+ type GetJobRunRequest = {
17128
+ /**
17129
+ * Region to target. If none is passed will use default region from the
17130
+ * config.
17131
+ */
17132
+ region?: Region;
17133
+ jobRunId: string;
17134
+ };
17135
+ type GetServiceInfoRequest = {
17136
+ /**
17137
+ * Region to target. If none is passed will use default region from the
17138
+ * config.
17139
+ */
17140
+ region?: Region;
17141
+ };
17142
+ type ListJobDefinitionsRequest$1 = {
17143
+ /**
17144
+ * Region to target. If none is passed will use default region from the
17145
+ * config.
17146
+ */
17147
+ region?: Region;
17148
+ page?: number;
17149
+ pageSize?: number;
17150
+ orderBy?: ListJobDefinitionsRequestOrderBy;
17151
+ projectId?: string;
17152
+ };
17153
+ interface ListJobDefinitionsResponse {
17154
+ jobDefinitions: JobDefinition[];
17155
+ totalCount: number;
17156
+ }
17157
+ type ListJobRunsRequest$1 = {
17158
+ /**
17159
+ * Region to target. If none is passed will use default region from the
17160
+ * config.
17161
+ */
17162
+ region?: Region;
17163
+ page?: number;
17164
+ pageSize?: number;
17165
+ orderBy?: ListJobRunsRequestOrderBy;
17166
+ jobDefinitionId?: string;
17167
+ projectId?: string;
17168
+ };
17169
+ interface ListJobRunsResponse {
17170
+ jobRuns: JobRun[];
17171
+ totalCount: number;
17172
+ }
17173
+ type StartJobDefinitionRequest = {
17174
+ /**
17175
+ * Region to target. If none is passed will use default region from the
17176
+ * config.
17177
+ */
17178
+ region?: Region;
17179
+ jobDefinitionId: string;
17180
+ };
17181
+ type StopJobRunRequest = {
17182
+ /**
17183
+ * Region to target. If none is passed will use default region from the
17184
+ * config.
17185
+ */
17186
+ region?: Region;
17187
+ jobRunId: string;
17188
+ };
17189
+ type UpdateJobDefinitionRequest$1 = {
17190
+ /**
17191
+ * Region to target. If none is passed will use default region from the
17192
+ * config.
17193
+ */
17194
+ region?: Region;
17195
+ jobDefinitionId: string;
17196
+ name?: string;
17197
+ cpuLimit?: number;
17198
+ memoryLimit?: number;
17199
+ imageUri?: string;
17200
+ command?: string;
17201
+ environmentVariables?: Record<string, string>;
17202
+ description?: string;
17203
+ jobTimeout?: string;
17204
+ };
17205
+
17206
+ /** Serverless Jobs API. */
17207
+ declare class API$f extends API$w {
17208
+ /** Lists the available regions of the API. */
17209
+ static readonly LOCALITIES: Region[];
17210
+ getServiceInfo: (request?: Readonly<GetServiceInfoRequest>) => Promise<ServiceInfo>;
17211
+ createJobDefinition: (request: Readonly<CreateJobDefinitionRequest$1>) => Promise<JobDefinition>;
17212
+ getJobDefinition: (request: Readonly<GetJobDefinitionRequest>) => Promise<JobDefinition>;
17213
+ protected pageOfListJobDefinitions: (request?: Readonly<ListJobDefinitionsRequest$1>) => Promise<ListJobDefinitionsResponse>;
17214
+ listJobDefinitions: (request?: Readonly<ListJobDefinitionsRequest$1>) => Promise<ListJobDefinitionsResponse> & {
17215
+ all: () => Promise<JobDefinition[]>;
17216
+ [Symbol.asyncIterator]: () => AsyncGenerator<JobDefinition[], void, void>;
17217
+ };
17218
+ updateJobDefinition: (request: Readonly<UpdateJobDefinitionRequest$1>) => Promise<JobDefinition>;
17219
+ deleteJobDefinition: (request: Readonly<DeleteJobDefinitionRequest>) => Promise<void>;
17220
+ startJobDefinition: (request: Readonly<StartJobDefinitionRequest>) => Promise<JobRun>;
17221
+ getJobRun: (request: Readonly<GetJobRunRequest>) => Promise<JobRun>;
17222
+ stopJobRun: (request: Readonly<StopJobRunRequest>) => Promise<JobRun>;
17223
+ protected pageOfListJobRuns: (request?: Readonly<ListJobRunsRequest$1>) => Promise<ListJobRunsResponse>;
17224
+ listJobRuns: (request?: Readonly<ListJobRunsRequest$1>) => Promise<ListJobRunsResponse> & {
17225
+ all: () => Promise<JobRun[]>;
17226
+ [Symbol.asyncIterator]: () => AsyncGenerator<JobRun[], void, void>;
17227
+ };
17228
+ }
17229
+
17230
+ /** Lists transient statutes of the enum {@link JobRunState}. */
17231
+ declare const JOB_RUN_TRANSIENT_STATUSES: JobRunState[];
17232
+
17233
+ declare const CreateJobDefinitionRequest: {
17234
+ cpuLimit: {
17235
+ greaterThan: number;
17236
+ };
17237
+ memoryLimit: {
17238
+ greaterThan: number;
17239
+ };
17240
+ name: {
17241
+ minLength: number;
17242
+ };
17243
+ };
17244
+ declare const ListJobDefinitionsRequest: {
17245
+ page: {
17246
+ greaterThanOrEqual: number;
17247
+ };
17248
+ pageSize: {
17249
+ greaterThanOrEqual: number;
17250
+ lessThanOrEqual: number;
17251
+ };
17252
+ };
17253
+ declare const ListJobRunsRequest: {
17254
+ page: {
17255
+ greaterThanOrEqual: number;
17256
+ };
17257
+ pageSize: {
17258
+ greaterThanOrEqual: number;
17259
+ lessThanOrEqual: number;
17260
+ };
17261
+ };
17262
+ declare const UpdateJobDefinitionRequest: {
17263
+ cpuLimit: {
17264
+ greaterThan: number;
17265
+ };
17266
+ memoryLimit: {
17267
+ greaterThan: number;
17268
+ };
17269
+ name: {
17270
+ minLength: number;
17271
+ };
17272
+ };
17273
+
17274
+ declare const validationRules_gen$4_CreateJobDefinitionRequest: typeof CreateJobDefinitionRequest;
17275
+ declare const validationRules_gen$4_ListJobDefinitionsRequest: typeof ListJobDefinitionsRequest;
17276
+ declare const validationRules_gen$4_ListJobRunsRequest: typeof ListJobRunsRequest;
17277
+ declare const validationRules_gen$4_UpdateJobDefinitionRequest: typeof UpdateJobDefinitionRequest;
17278
+ declare namespace validationRules_gen$4 {
17279
+ 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 };
17280
+ }
17281
+
17282
+ type index_gen$f_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
17283
+ type index_gen$f_GetJobDefinitionRequest = GetJobDefinitionRequest;
17284
+ type index_gen$f_GetJobRunRequest = GetJobRunRequest;
17285
+ type index_gen$f_GetServiceInfoRequest = GetServiceInfoRequest;
17286
+ declare const index_gen$f_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
17287
+ type index_gen$f_JobDefinition = JobDefinition;
17288
+ type index_gen$f_JobRun = JobRun;
17289
+ type index_gen$f_JobRunState = JobRunState;
17290
+ type index_gen$f_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
17291
+ type index_gen$f_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
17292
+ type index_gen$f_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
17293
+ type index_gen$f_ListJobRunsResponse = ListJobRunsResponse;
17294
+ type index_gen$f_StartJobDefinitionRequest = StartJobDefinitionRequest;
17295
+ type index_gen$f_StopJobRunRequest = StopJobRunRequest;
17049
17296
  declare namespace index_gen$f {
17050
- 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 };
17297
+ 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 };
17051
17298
  }
17052
17299
 
17053
17300
  declare namespace index$f {
@@ -17628,14 +17875,14 @@ type CreateClusterRequest$2 = {
17628
17875
  /**
17629
17876
  * @deprecated Organization ID in which the cluster will be created.
17630
17877
  *
17631
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
17878
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
17632
17879
  * could be set.
17633
17880
  */
17634
17881
  organizationId?: string;
17635
17882
  /**
17636
17883
  * Project ID in which the cluster will be created.
17637
17884
  *
17638
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
17885
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
17639
17886
  * could be set.
17640
17887
  */
17641
17888
  projectId?: string;
@@ -18169,7 +18416,7 @@ type UpgradePoolRequest = {
18169
18416
  };
18170
18417
 
18171
18418
  /** Kubernetes API. */
18172
- declare class API$e extends API$v {
18419
+ declare class API$e extends API$w {
18173
18420
  /** Lists the available regions of the API. */
18174
18421
  static readonly LOCALITIES: Region[];
18175
18422
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -19466,14 +19713,14 @@ type CreateIpRequest = {
19466
19713
  * @deprecated Organization ID of the Organization where the IP address should
19467
19714
  * be created.
19468
19715
  *
19469
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19716
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19470
19717
  * could be set.
19471
19718
  */
19472
19719
  organizationId?: string;
19473
19720
  /**
19474
19721
  * Project ID of the Project where the IP address should be created.
19475
19722
  *
19476
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19723
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19477
19724
  * could be set.
19478
19725
  */
19479
19726
  projectId?: string;
@@ -19489,14 +19736,14 @@ type CreateLbRequest = {
19489
19736
  /**
19490
19737
  * @deprecated Scaleway Organization to create the Load Balancer in.
19491
19738
  *
19492
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19739
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19493
19740
  * could be set.
19494
19741
  */
19495
19742
  organizationId?: string;
19496
19743
  /**
19497
19744
  * Scaleway Project to create the Load Balancer in.
19498
19745
  *
19499
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19746
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19500
19747
  * could be set.
19501
19748
  */
19502
19749
  projectId?: string;
@@ -19575,14 +19822,14 @@ type CreateSubscriberRequest = {
19575
19822
  /**
19576
19823
  * @deprecated Organization ID to create the subscriber in.
19577
19824
  *
19578
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19825
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19579
19826
  * could be set.
19580
19827
  */
19581
19828
  organizationId?: string;
19582
19829
  /**
19583
19830
  * Project ID to create the subscriber in.
19584
19831
  *
19585
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
19832
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
19586
19833
  * could be set.
19587
19834
  */
19588
19835
  projectId?: string;
@@ -20582,14 +20829,14 @@ type ZonedApiCreateIpRequest = {
20582
20829
  * @deprecated Organization ID of the Organization where the IP address should
20583
20830
  * be created.
20584
20831
  *
20585
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20832
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20586
20833
  * could be set.
20587
20834
  */
20588
20835
  organizationId?: string;
20589
20836
  /**
20590
20837
  * Project ID of the Project where the IP address should be created.
20591
20838
  *
20592
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20839
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20593
20840
  * could be set.
20594
20841
  */
20595
20842
  projectId?: string;
@@ -20602,14 +20849,14 @@ type ZonedApiCreateLbRequest = {
20602
20849
  /**
20603
20850
  * @deprecated Scaleway Organization to create the Load Balancer in.
20604
20851
  *
20605
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20852
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20606
20853
  * could be set.
20607
20854
  */
20608
20855
  organizationId?: string;
20609
20856
  /**
20610
20857
  * Scaleway Project to create the Load Balancer in.
20611
20858
  *
20612
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20859
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20613
20860
  * could be set.
20614
20861
  */
20615
20862
  projectId?: string;
@@ -20682,14 +20929,14 @@ type ZonedApiCreateSubscriberRequest = {
20682
20929
  /**
20683
20930
  * @deprecated Organization ID to create the subscriber in.
20684
20931
  *
20685
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20932
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20686
20933
  * could be set.
20687
20934
  */
20688
20935
  organizationId?: string;
20689
20936
  /**
20690
20937
  * Project ID to create the subscriber in.
20691
20938
  *
20692
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
20939
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
20693
20940
  * could be set.
20694
20941
  */
20695
20942
  projectId?: string;
@@ -21309,7 +21556,7 @@ type ZonedApiUpdateSubscriberRequest = {
21309
21556
  *
21310
21557
  * This API allows you to manage your Scaleway Load Balancer services.
21311
21558
  */
21312
- declare class ZonedAPI extends API$v {
21559
+ declare class ZonedAPI extends API$w {
21313
21560
  /** Lists the available zones of the API. */
21314
21561
  static readonly LOCALITIES: Zone[];
21315
21562
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -21863,7 +22110,7 @@ declare class ZonedAPI extends API$v {
21863
22110
  *
21864
22111
  * This API allows you to manage your load balancer service.
21865
22112
  */
21866
- declare class API$d extends API$v {
22113
+ declare class API$d extends API$w {
21867
22114
  /** Lists the available regions of the API. */
21868
22115
  static readonly LOCALITIES: Region[];
21869
22116
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -22624,7 +22871,7 @@ interface ListVersionsResponse$1 {
22624
22871
  }
22625
22872
 
22626
22873
  /** Marketplace API. */
22627
- declare class API$c extends API$v {
22874
+ declare class API$c extends API$w {
22628
22875
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
22629
22876
  /**
22630
22877
  * List marketplace images.
@@ -22790,7 +23037,7 @@ interface ListVersionsResponse {
22790
23037
  }
22791
23038
 
22792
23039
  /** Marketplace API. */
22793
- declare class API$b extends API$v {
23040
+ declare class API$b extends API$w {
22794
23041
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
22795
23042
  /**
22796
23043
  * List marketplace images. List all available images on the marketplace,
@@ -23139,7 +23386,7 @@ type UpdateNamespaceRequest$1 = {
23139
23386
  *
23140
23387
  * This API allows you to manage Scaleway Messaging and Queueing brokers.
23141
23388
  */
23142
- declare class API$a extends API$v {
23389
+ declare class API$a extends API$w {
23143
23390
  /** Lists the available regions of the API. */
23144
23391
  static readonly LOCALITIES: Region[];
23145
23392
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
@@ -23715,7 +23962,7 @@ interface SqsInfo {
23715
23962
  *
23716
23963
  * This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
23717
23964
  */
23718
- declare class NatsAPI extends API$v {
23965
+ declare class NatsAPI extends API$w {
23719
23966
  /** Lists the available regions of the API. */
23720
23967
  static readonly LOCALITIES: Region[];
23721
23968
  /**
@@ -23812,7 +24059,7 @@ declare class NatsAPI extends API$v {
23812
24059
  *
23813
24060
  * This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
23814
24061
  */
23815
- declare class SnsAPI extends API$v {
24062
+ declare class SnsAPI extends API$w {
23816
24063
  /** Lists the available regions of the API. */
23817
24064
  static readonly LOCALITIES: Region[];
23818
24065
  /**
@@ -23894,7 +24141,7 @@ declare class SnsAPI extends API$v {
23894
24141
  *
23895
24142
  * This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
23896
24143
  */
23897
- declare class SqsAPI extends API$v {
24144
+ declare class SqsAPI extends API$w {
23898
24145
  /** Lists the available regions of the API. */
23899
24146
  static readonly LOCALITIES: Region[];
23900
24147
  /**
@@ -24715,14 +24962,14 @@ type CreateInstanceRequest = {
24715
24962
  /**
24716
24963
  * @deprecated Please use project_id instead.
24717
24964
  *
24718
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
24965
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
24719
24966
  * could be set.
24720
24967
  */
24721
24968
  organizationId?: string;
24722
24969
  /**
24723
24970
  * The Project ID on which the Database Instance will be created.
24724
24971
  *
24725
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
24972
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
24726
24973
  * could be set.
24727
24974
  */
24728
24975
  projectId?: string;
@@ -25491,7 +25738,7 @@ type UpgradeInstanceRequest = {
25491
25738
  };
25492
25739
 
25493
25740
  /** Managed Database for PostgreSQL and MySQL API. */
25494
- declare class API$9 extends API$v {
25741
+ declare class API$9 extends API$w {
25495
25742
  /** Lists the available regions of the API. */
25496
25743
  static readonly LOCALITIES: Region[];
25497
25744
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -26734,7 +26981,7 @@ type UpdateEndpointRequest = {
26734
26981
  };
26735
26982
 
26736
26983
  /** Managed Database for Redis™ API. */
26737
- declare class API$8 extends API$v {
26984
+ declare class API$8 extends API$w {
26738
26985
  /** Lists the available zones of the API. */
26739
26986
  static readonly LOCALITIES: Zone[];
26740
26987
  /**
@@ -27144,14 +27391,14 @@ type CreateNamespaceRequest = {
27144
27391
  /**
27145
27392
  * @deprecated Namespace owner (deprecated).
27146
27393
  *
27147
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
27394
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
27148
27395
  * could be set.
27149
27396
  */
27150
27397
  organizationId?: string;
27151
27398
  /**
27152
27399
  * Project ID on which the namespace will be created.
27153
27400
  *
27154
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
27401
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
27155
27402
  * could be set.
27156
27403
  */
27157
27404
  projectId?: string;
@@ -27343,7 +27590,7 @@ type UpdateNamespaceRequest = {
27343
27590
  };
27344
27591
 
27345
27592
  /** Container Registry API. */
27346
- declare class API$7 extends API$v {
27593
+ declare class API$7 extends API$w {
27347
27594
  /** Lists the available regions of the API. */
27348
27595
  static readonly LOCALITIES: Region[];
27349
27596
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -27567,6 +27814,8 @@ interface Folder {
27567
27814
  path: string;
27568
27815
  /** Date and time of the folder's creation. */
27569
27816
  createdAt?: Date;
27817
+ /** Region of the folder. */
27818
+ region: Region;
27570
27819
  }
27571
27820
  interface SecretVersion {
27572
27821
  /**
@@ -28120,7 +28369,7 @@ type UpdateSecretVersionRequest = {
28120
28369
  * Secret Manager API. This API allows you to conveniently store, access and
28121
28370
  * share sensitive data.
28122
28371
  */
28123
- declare class API$6 extends API$v {
28372
+ declare class API$6 extends API$w {
28124
28373
  /** Lists the available regions of the API. */
28125
28374
  static readonly LOCALITIES: Region[];
28126
28375
  /**
@@ -28438,13 +28687,13 @@ type CreateHumanRequest = {
28438
28687
  /**
28439
28688
  * @deprecated
28440
28689
  *
28441
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
28690
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
28442
28691
  * could be set.
28443
28692
  */
28444
28693
  organizationId?: string;
28445
28694
  name: string;
28446
28695
  /**
28447
- * One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
28696
+ * One-of ('projectIdentifier'): at most one of 'projectId', 'organizationId'
28448
28697
  * could be set.
28449
28698
  */
28450
28699
  projectId?: string;
@@ -28503,7 +28752,7 @@ type UpdateHumanRequest = {
28503
28752
  *
28504
28753
  * No Auth Service for end-to-end testing.
28505
28754
  */
28506
- declare class API$5 extends API$v {
28755
+ declare class API$5 extends API$w {
28507
28756
  /**
28508
28757
  * Register a user. Register a human and return a access-key and a secret-key
28509
28758
  * that must be used in all other commands.
@@ -28974,7 +29223,7 @@ interface Statistics {
28974
29223
  }
28975
29224
 
28976
29225
  /** Transactional Email API. */
28977
- declare class API$4 extends API$v {
29226
+ declare class API$4 extends API$w {
28978
29227
  /** Lists the available regions of the API. */
28979
29228
  static readonly LOCALITIES: Region[];
28980
29229
  /**
@@ -29248,7 +29497,7 @@ type UpdatePrivateNetworkRequest$1 = {
29248
29497
  };
29249
29498
 
29250
29499
  /** VPC API. */
29251
- declare class API$3 extends API$v {
29500
+ declare class API$3 extends API$w {
29252
29501
  /** Lists the available zones of the API. */
29253
29502
  static readonly LOCALITIES: Zone[];
29254
29503
  protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
@@ -29625,7 +29874,7 @@ type UpdateVPCRequest = {
29625
29874
  };
29626
29875
 
29627
29876
  /** VPC API. */
29628
- declare class API$2 extends API$v {
29877
+ declare class API$2 extends API$w {
29629
29878
  /** Lists the available regions of the API. */
29630
29879
  static readonly LOCALITIES: Region[];
29631
29880
  protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
@@ -30682,7 +30931,7 @@ type UpgradeGatewayRequest = {
30682
30931
  };
30683
30932
 
30684
30933
  /** Public Gateways API. */
30685
- declare class API$1 extends API$v {
30934
+ declare class API$1 extends API$w {
30686
30935
  /** Lists the available zones of the API. */
30687
30936
  static readonly LOCALITIES: Zone[];
30688
30937
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -31424,7 +31673,7 @@ type UpdateHostingRequest = {
31424
31673
  };
31425
31674
 
31426
31675
  /** Web Hosting API. */
31427
- declare class API extends API$v {
31676
+ declare class API extends API$w {
31428
31677
  /** Lists the available regions of the API. */
31429
31678
  static readonly LOCALITIES: Region[];
31430
31679
  /**
@@ -31568,4 +31817,4 @@ declare namespace index {
31568
31817
  export { index_gen as v1alpha1 };
31569
31818
  }
31570
31819
 
31571
- export { API$v as API, index$w as Account, index$v as AppleSilicon, index$t as BareMetal, index$s as Billing, index$r as Block, type Client, type ClientConfig, index$q as Cockpit, index$p as Container, type DefaultValues, index$o as DocumentDB, index$n as Domain, index$x as Errors, index$m as FlexibleIP, index$l as Function, index$k as IAM, index$h as IOT, index$g as IPAM, index$f as IPFS, index$i as Instance, 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 };
31820
+ 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 };