@scaleway/sdk 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/api/account/v2/api.gen.js +77 -60
  2. package/dist/api/applesilicon/v1alpha1/api.gen.js +175 -173
  3. package/dist/api/baremetal/v1/api.gen.js +434 -378
  4. package/dist/api/baremetal/v1/api.utils.js +19 -22
  5. package/dist/api/billing/v2alpha1/api.gen.js +21 -17
  6. package/dist/api/cockpit/v1beta1/api.gen.js +308 -232
  7. package/dist/api/container/v1beta1/api.gen.js +384 -337
  8. package/dist/api/domain/v2beta1/api.gen.js +754 -668
  9. package/dist/api/flexibleip/v1alpha1/api.gen.js +164 -151
  10. package/dist/api/function/v1beta1/api.gen.js +467 -407
  11. package/dist/api/iam/v1alpha1/api.gen.js +641 -557
  12. package/dist/api/instance/v1/api.gen.js +802 -677
  13. package/dist/api/instance/v1/api.utils.js +337 -325
  14. package/dist/api/instance/v1/marshalling.gen.js +2 -1
  15. package/dist/api/iot/v1/api.gen.js +508 -452
  16. package/dist/api/ipfs/index.js +2 -0
  17. package/dist/api/ipfs/v1alpha1/api.gen.js +197 -0
  18. package/dist/api/ipfs/v1alpha1/content.gen.js +7 -0
  19. package/dist/api/ipfs/v1alpha1/index.gen.js +5 -0
  20. package/dist/api/ipfs/v1alpha1/marshalling.gen.js +125 -0
  21. package/dist/api/k8s/v1/api.gen.js +403 -342
  22. package/dist/api/k8s/v1/api.utils.js +7 -10
  23. package/dist/api/k8s/v1/marshalling.gen.js +19 -1
  24. package/dist/api/k8s/v1/validation-rules.gen.js +10 -1
  25. package/dist/api/lb/v1/api.gen.js +1501 -1363
  26. package/dist/api/lb/v1/api.utils.js +71 -75
  27. package/dist/api/lb/v1/marshalling.gen.js +6 -0
  28. package/dist/api/marketplace/v1/api.gen.js +35 -32
  29. package/dist/api/marketplace/v2/api.gen.js +117 -102
  30. package/dist/api/mnq/v1alpha1/api.gen.js +154 -137
  31. package/dist/api/rdb/v1/api.gen.js +897 -819
  32. package/dist/api/redis/v1/api.gen.js +358 -333
  33. package/dist/api/registry/v1/api.gen.js +211 -189
  34. package/dist/api/secret/v1alpha1/api.gen.js +265 -245
  35. package/dist/api/secret/v1alpha1/marshalling.gen.js +1 -0
  36. package/dist/api/tem/v1alpha1/api.gen.js +183 -156
  37. package/dist/api/tem/v1alpha1/marshalling.gen.js +32 -1
  38. package/dist/api/test/v1/api.gen.js +116 -104
  39. package/dist/api/vpc/v1/api.gen.js +74 -65
  40. package/dist/api/vpc/v2/api.gen.js +200 -178
  41. package/dist/api/vpc/v2/marshalling.gen.js +2 -0
  42. package/dist/api/vpcgw/v1/api.gen.js +575 -501
  43. package/dist/api/webhosting/v1alpha1/api.gen.js +127 -117
  44. package/dist/index.cjs +738 -343
  45. package/dist/index.d.ts +2067 -1592
  46. package/dist/index.js +28 -26
  47. package/dist/internal/logger/console-logger.js +4 -5
  48. package/dist/scw/constants.js +1 -1
  49. package/dist/scw/errors/scw-error.js +0 -1
  50. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -820,57 +820,57 @@ declare class TransientStateError extends ScalewayError {
820
820
  static fromJSON(status: number, obj: Readonly<JSONObject>): ScalewayError | null;
821
821
  }
822
822
 
823
- type index$t_AlreadyExistsError = AlreadyExistsError;
824
- declare const index$t_AlreadyExistsError: typeof AlreadyExistsError;
825
- type index$t_DeniedAuthenticationError = DeniedAuthenticationError;
826
- declare const index$t_DeniedAuthenticationError: typeof DeniedAuthenticationError;
827
- type index$t_InvalidArgumentsError = InvalidArgumentsError;
828
- declare const index$t_InvalidArgumentsError: typeof InvalidArgumentsError;
829
- type index$t_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
830
- type index$t_OutOfStockError = OutOfStockError;
831
- declare const index$t_OutOfStockError: typeof OutOfStockError;
832
- type index$t_PermissionsDeniedError = PermissionsDeniedError;
833
- declare const index$t_PermissionsDeniedError: typeof PermissionsDeniedError;
834
- type index$t_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
835
- type index$t_PreconditionFailedError = PreconditionFailedError;
836
- declare const index$t_PreconditionFailedError: typeof PreconditionFailedError;
837
- type index$t_QuotasExceededError = QuotasExceededError;
838
- declare const index$t_QuotasExceededError: typeof QuotasExceededError;
839
- type index$t_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
840
- type index$t_QuotasExceededErrorScope = QuotasExceededErrorScope;
841
- type index$t_ResourceExpiredError = ResourceExpiredError;
842
- declare const index$t_ResourceExpiredError: typeof ResourceExpiredError;
843
- type index$t_ResourceLockedError = ResourceLockedError;
844
- declare const index$t_ResourceLockedError: typeof ResourceLockedError;
845
- type index$t_ResourceNotFoundError = ResourceNotFoundError;
846
- declare const index$t_ResourceNotFoundError: typeof ResourceNotFoundError;
847
- type index$t_ScalewayError = ScalewayError;
848
- declare const index$t_ScalewayError: typeof ScalewayError;
849
- type index$t_TooManyRequestsError = TooManyRequestsError;
850
- declare const index$t_TooManyRequestsError: typeof TooManyRequestsError;
851
- type index$t_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
852
- type index$t_TransientStateError = TransientStateError;
853
- declare const index$t_TransientStateError: typeof TransientStateError;
854
- declare namespace index$t {
823
+ type index$u_AlreadyExistsError = AlreadyExistsError;
824
+ declare const index$u_AlreadyExistsError: typeof AlreadyExistsError;
825
+ type index$u_DeniedAuthenticationError = DeniedAuthenticationError;
826
+ declare const index$u_DeniedAuthenticationError: typeof DeniedAuthenticationError;
827
+ type index$u_InvalidArgumentsError = InvalidArgumentsError;
828
+ declare const index$u_InvalidArgumentsError: typeof InvalidArgumentsError;
829
+ type index$u_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
830
+ type index$u_OutOfStockError = OutOfStockError;
831
+ declare const index$u_OutOfStockError: typeof OutOfStockError;
832
+ type index$u_PermissionsDeniedError = PermissionsDeniedError;
833
+ declare const index$u_PermissionsDeniedError: typeof PermissionsDeniedError;
834
+ type index$u_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
835
+ type index$u_PreconditionFailedError = PreconditionFailedError;
836
+ declare const index$u_PreconditionFailedError: typeof PreconditionFailedError;
837
+ type index$u_QuotasExceededError = QuotasExceededError;
838
+ declare const index$u_QuotasExceededError: typeof QuotasExceededError;
839
+ type index$u_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
840
+ type index$u_QuotasExceededErrorScope = QuotasExceededErrorScope;
841
+ type index$u_ResourceExpiredError = ResourceExpiredError;
842
+ declare const index$u_ResourceExpiredError: typeof ResourceExpiredError;
843
+ type index$u_ResourceLockedError = ResourceLockedError;
844
+ declare const index$u_ResourceLockedError: typeof ResourceLockedError;
845
+ type index$u_ResourceNotFoundError = ResourceNotFoundError;
846
+ declare const index$u_ResourceNotFoundError: typeof ResourceNotFoundError;
847
+ type index$u_ScalewayError = ScalewayError;
848
+ declare const index$u_ScalewayError: typeof ScalewayError;
849
+ type index$u_TooManyRequestsError = TooManyRequestsError;
850
+ declare const index$u_TooManyRequestsError: typeof TooManyRequestsError;
851
+ type index$u_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
852
+ type index$u_TransientStateError = TransientStateError;
853
+ declare const index$u_TransientStateError: typeof TransientStateError;
854
+ declare namespace index$u {
855
855
  export {
856
- index$t_AlreadyExistsError as AlreadyExistsError,
857
- index$t_DeniedAuthenticationError as DeniedAuthenticationError,
858
- index$t_InvalidArgumentsError as InvalidArgumentsError,
859
- index$t_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails,
860
- index$t_OutOfStockError as OutOfStockError,
861
- index$t_PermissionsDeniedError as PermissionsDeniedError,
862
- index$t_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails,
863
- index$t_PreconditionFailedError as PreconditionFailedError,
864
- index$t_QuotasExceededError as QuotasExceededError,
865
- index$t_QuotasExceededErrorDetails as QuotasExceededErrorDetails,
866
- index$t_QuotasExceededErrorScope as QuotasExceededErrorScope,
867
- index$t_ResourceExpiredError as ResourceExpiredError,
868
- index$t_ResourceLockedError as ResourceLockedError,
869
- index$t_ResourceNotFoundError as ResourceNotFoundError,
870
- index$t_ScalewayError as ScalewayError,
871
- index$t_TooManyRequestsError as TooManyRequestsError,
872
- index$t_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy,
873
- index$t_TransientStateError as TransientStateError,
856
+ index$u_AlreadyExistsError as AlreadyExistsError,
857
+ index$u_DeniedAuthenticationError as DeniedAuthenticationError,
858
+ index$u_InvalidArgumentsError as InvalidArgumentsError,
859
+ index$u_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails,
860
+ index$u_OutOfStockError as OutOfStockError,
861
+ index$u_PermissionsDeniedError as PermissionsDeniedError,
862
+ index$u_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails,
863
+ index$u_PreconditionFailedError as PreconditionFailedError,
864
+ index$u_QuotasExceededError as QuotasExceededError,
865
+ index$u_QuotasExceededErrorDetails as QuotasExceededErrorDetails,
866
+ index$u_QuotasExceededErrorScope as QuotasExceededErrorScope,
867
+ index$u_ResourceExpiredError as ResourceExpiredError,
868
+ index$u_ResourceLockedError as ResourceLockedError,
869
+ index$u_ResourceNotFoundError as ResourceNotFoundError,
870
+ index$u_ScalewayError as ScalewayError,
871
+ index$u_TooManyRequestsError as TooManyRequestsError,
872
+ index$u_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy,
873
+ index$u_TransientStateError as TransientStateError,
874
874
  };
875
875
  }
876
876
 
@@ -890,7 +890,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
890
890
  *
891
891
  * @internal
892
892
  */
893
- declare abstract class API$r {
893
+ declare abstract class API$s {
894
894
  protected client: Client;
895
895
  constructor(client: Client);
896
896
  }
@@ -1122,7 +1122,7 @@ type UpdateProjectRequest = {
1122
1122
  *
1123
1123
  * User related data. This API allows you to manage projects.
1124
1124
  */
1125
- declare class API$q extends API$r {
1125
+ declare class API$r extends API$s {
1126
1126
  /**
1127
1127
  * Create a new Project for an Organization. Generate a new Project for an
1128
1128
  * Organization, specifying its configuration including name and description.
@@ -1173,31 +1173,31 @@ declare class API$q extends API$r {
1173
1173
  updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project>;
1174
1174
  }
1175
1175
 
1176
- type index_gen$m_CreateProjectRequest = CreateProjectRequest;
1177
- type index_gen$m_DeleteProjectRequest = DeleteProjectRequest;
1178
- type index_gen$m_GetProjectRequest = GetProjectRequest;
1179
- type index_gen$m_ListProjectsRequest = ListProjectsRequest;
1180
- type index_gen$m_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1181
- type index_gen$m_ListProjectsResponse = ListProjectsResponse;
1182
- type index_gen$m_Project = Project;
1183
- type index_gen$m_UpdateProjectRequest = UpdateProjectRequest;
1184
- declare namespace index_gen$m {
1176
+ type index_gen$n_CreateProjectRequest = CreateProjectRequest;
1177
+ type index_gen$n_DeleteProjectRequest = DeleteProjectRequest;
1178
+ type index_gen$n_GetProjectRequest = GetProjectRequest;
1179
+ type index_gen$n_ListProjectsRequest = ListProjectsRequest;
1180
+ type index_gen$n_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1181
+ type index_gen$n_ListProjectsResponse = ListProjectsResponse;
1182
+ type index_gen$n_Project = Project;
1183
+ type index_gen$n_UpdateProjectRequest = UpdateProjectRequest;
1184
+ declare namespace index_gen$n {
1185
1185
  export {
1186
- API$q as API,
1187
- index_gen$m_CreateProjectRequest as CreateProjectRequest,
1188
- index_gen$m_DeleteProjectRequest as DeleteProjectRequest,
1189
- index_gen$m_GetProjectRequest as GetProjectRequest,
1190
- index_gen$m_ListProjectsRequest as ListProjectsRequest,
1191
- index_gen$m_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy,
1192
- index_gen$m_ListProjectsResponse as ListProjectsResponse,
1193
- index_gen$m_Project as Project,
1194
- index_gen$m_UpdateProjectRequest as UpdateProjectRequest,
1186
+ API$r as API,
1187
+ index_gen$n_CreateProjectRequest as CreateProjectRequest,
1188
+ index_gen$n_DeleteProjectRequest as DeleteProjectRequest,
1189
+ index_gen$n_GetProjectRequest as GetProjectRequest,
1190
+ index_gen$n_ListProjectsRequest as ListProjectsRequest,
1191
+ index_gen$n_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy,
1192
+ index_gen$n_ListProjectsResponse as ListProjectsResponse,
1193
+ index_gen$n_Project as Project,
1194
+ index_gen$n_UpdateProjectRequest as UpdateProjectRequest,
1195
1195
  };
1196
1196
  }
1197
1197
 
1198
- declare namespace index$s {
1198
+ declare namespace index$t {
1199
1199
  export {
1200
- index_gen$m as v2,
1200
+ index_gen$n as v2,
1201
1201
  };
1202
1202
  }
1203
1203
 
@@ -1387,28 +1387,8 @@ type ReinstallServerRequest = {
1387
1387
  serverId: string;
1388
1388
  };
1389
1389
 
1390
- /**
1391
- * Apple silicon API.
1392
- *
1393
- * Apple Mac mini as a service. Scaleway Apple silicon as-a-Service is built
1394
- * using the latest generation of Apple Mac mini hardware (fifth generation).
1395
- *
1396
- * These dedicated Mac mini M1s are designed for developing, building, testing,
1397
- * and signing applications for Apple devices, including iPhones, iPads, Mac
1398
- * computers and much more.
1399
- *
1400
- * Get set to explore, learn and build on a dedicated Mac mini M1 with more
1401
- * performance and speed than you ever thought possible.
1402
- *
1403
- * _Apple silicon as a Service comes with a minimum allocation period of 24
1404
- * hours_*.
1405
- *
1406
- * Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and
1407
- * other countries and regions. IOS is a trademark or registered trademark of
1408
- * Cisco in the U.S. and other countries and is used by Apple under license.
1409
- * Scaleway is not affiliated with Apple Inc.
1410
- */
1411
- declare class API$p extends API$r {
1390
+ /** Apple silicon API. */
1391
+ declare class API$q extends API$s {
1412
1392
  /** Lists the available zones of the API. */
1413
1393
  static readonly LOCALITIES: Zone[];
1414
1394
  /**
@@ -1527,47 +1507,47 @@ declare class API$p extends API$r {
1527
1507
  /** Lists transient statutes of the enum {@link ServerStatus}. */
1528
1508
  declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
1529
1509
 
1530
- type index_gen$l_GetServerTypeRequest = GetServerTypeRequest;
1531
- type index_gen$l_ListServerTypesRequest = ListServerTypesRequest;
1532
- type index_gen$l_ListServerTypesResponse = ListServerTypesResponse;
1533
- type index_gen$l_ReinstallServerRequest = ReinstallServerRequest;
1534
- type index_gen$l_ServerTypeCPU = ServerTypeCPU;
1535
- type index_gen$l_ServerTypeDisk = ServerTypeDisk;
1536
- type index_gen$l_ServerTypeMemory = ServerTypeMemory;
1537
- type index_gen$l_ServerTypeStock = ServerTypeStock;
1538
- declare namespace index_gen$l {
1510
+ type index_gen$m_GetServerTypeRequest = GetServerTypeRequest;
1511
+ type index_gen$m_ListServerTypesRequest = ListServerTypesRequest;
1512
+ type index_gen$m_ListServerTypesResponse = ListServerTypesResponse;
1513
+ type index_gen$m_ReinstallServerRequest = ReinstallServerRequest;
1514
+ type index_gen$m_ServerTypeCPU = ServerTypeCPU;
1515
+ type index_gen$m_ServerTypeDisk = ServerTypeDisk;
1516
+ type index_gen$m_ServerTypeMemory = ServerTypeMemory;
1517
+ type index_gen$m_ServerTypeStock = ServerTypeStock;
1518
+ declare namespace index_gen$m {
1539
1519
  export {
1540
- API$p as API,
1520
+ API$q as API,
1541
1521
  CreateServerRequest$3 as CreateServerRequest,
1542
1522
  DeleteServerRequest$2 as DeleteServerRequest,
1543
1523
  GetOSRequest$1 as GetOSRequest,
1544
1524
  GetServerRequest$2 as GetServerRequest,
1545
- index_gen$l_GetServerTypeRequest as GetServerTypeRequest,
1525
+ index_gen$m_GetServerTypeRequest as GetServerTypeRequest,
1546
1526
  ListOSRequest$2 as ListOSRequest,
1547
1527
  ListOSResponse$1 as ListOSResponse,
1548
- index_gen$l_ListServerTypesRequest as ListServerTypesRequest,
1549
- index_gen$l_ListServerTypesResponse as ListServerTypesResponse,
1528
+ index_gen$m_ListServerTypesRequest as ListServerTypesRequest,
1529
+ index_gen$m_ListServerTypesResponse as ListServerTypesResponse,
1550
1530
  ListServersRequest$3 as ListServersRequest,
1551
1531
  ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
1552
1532
  ListServersResponse$2 as ListServersResponse,
1553
1533
  OS$1 as OS,
1554
1534
  RebootServerRequest$1 as RebootServerRequest,
1555
- index_gen$l_ReinstallServerRequest as ReinstallServerRequest,
1535
+ index_gen$m_ReinstallServerRequest as ReinstallServerRequest,
1556
1536
  SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
1557
1537
  Server$2 as Server,
1558
1538
  ServerStatus$1 as ServerStatus,
1559
1539
  ServerType$1 as ServerType,
1560
- index_gen$l_ServerTypeCPU as ServerTypeCPU,
1561
- index_gen$l_ServerTypeDisk as ServerTypeDisk,
1562
- index_gen$l_ServerTypeMemory as ServerTypeMemory,
1563
- index_gen$l_ServerTypeStock as ServerTypeStock,
1540
+ index_gen$m_ServerTypeCPU as ServerTypeCPU,
1541
+ index_gen$m_ServerTypeDisk as ServerTypeDisk,
1542
+ index_gen$m_ServerTypeMemory as ServerTypeMemory,
1543
+ index_gen$m_ServerTypeStock as ServerTypeStock,
1564
1544
  UpdateServerRequest$3 as UpdateServerRequest,
1565
1545
  };
1566
1546
  }
1567
1547
 
1568
- declare namespace index$r {
1548
+ declare namespace index$s {
1569
1549
  export {
1570
- index_gen$l as v1alpha1,
1550
+ index_gen$m as v1alpha1,
1571
1551
  };
1572
1552
  }
1573
1553
 
@@ -2283,7 +2263,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
2283
2263
  *
2284
2264
  * This API allows to manage your Elastic Metal server. Elastic Metal API.
2285
2265
  */
2286
- declare class API$o extends API$r {
2266
+ declare class API$p extends API$s {
2287
2267
  /** Lists the available zones of the API. */
2288
2268
  static readonly LOCALITIES: Zone[];
2289
2269
  protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
@@ -2523,7 +2503,7 @@ declare class API$o extends API$r {
2523
2503
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2524
2504
  }
2525
2505
  /** Elastic Metal Private Network API. */
2526
- declare class PrivateNetworkAPI extends API$r {
2506
+ declare class PrivateNetworkAPI extends API$s {
2527
2507
  /** Lists the available zones of the API. */
2528
2508
  static readonly LOCALITIES: Zone[];
2529
2509
  /**
@@ -2563,7 +2543,7 @@ declare class PrivateNetworkAPI extends API$r {
2563
2543
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2564
2544
  }
2565
2545
 
2566
- declare class BaremetalV1UtilsAPI extends API$o {
2546
+ declare class BaremetalV1UtilsAPI extends API$p {
2567
2547
  /**
2568
2548
  * Waits for {@link ServerInstall} to be in a final state.
2569
2549
  *
@@ -2707,152 +2687,152 @@ declare namespace validationRules_gen$4 {
2707
2687
  };
2708
2688
  }
2709
2689
 
2710
- type index$q_AddOptionServerRequest = AddOptionServerRequest;
2711
- type index$q_BMCAccess = BMCAccess;
2712
- type index$q_CPU = CPU;
2713
- type index$q_DeleteOptionServerRequest = DeleteOptionServerRequest;
2714
- type index$q_Disk = Disk;
2715
- type index$q_GetBMCAccessRequest = GetBMCAccessRequest;
2716
- type index$q_GetOSRequest = GetOSRequest;
2717
- type index$q_GetOfferRequest = GetOfferRequest;
2718
- type index$q_GetOptionRequest = GetOptionRequest;
2719
- type index$q_GetServerMetricsRequest = GetServerMetricsRequest;
2720
- type index$q_GetServerMetricsResponse = GetServerMetricsResponse;
2721
- type index$q_IPReverseStatus = IPReverseStatus;
2722
- type index$q_IPVersion = IPVersion;
2723
- type index$q_ListOSResponse = ListOSResponse;
2724
- type index$q_ListOptionsResponse = ListOptionsResponse;
2725
- type index$q_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
2726
- type index$q_ListServerEventsResponse = ListServerEventsResponse;
2727
- type index$q_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
2728
- type index$q_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
2729
- type index$q_ListServersRequestOrderBy = ListServersRequestOrderBy;
2730
- type index$q_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
2731
- type index$q_ListSettingsResponse = ListSettingsResponse;
2732
- type index$q_Memory = Memory;
2733
- type index$q_OS = OS;
2734
- type index$q_OSOSField = OSOSField;
2735
- type index$q_OfferOptionOffer = OfferOptionOffer;
2736
- type index$q_OfferStock = OfferStock;
2737
- type index$q_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
2738
- type index$q_Option = Option;
2739
- type index$q_PersistentMemory = PersistentMemory;
2740
- type index$q_PrivateNetworkAPI = PrivateNetworkAPI;
2741
- declare const index$q_PrivateNetworkAPI: typeof PrivateNetworkAPI;
2742
- type index$q_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
2743
- type index$q_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
2744
- type index$q_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
2745
- type index$q_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
2746
- type index$q_RaidController = RaidController;
2747
- type index$q_RebootServerRequest = RebootServerRequest;
2748
- declare const index$q_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
2749
- declare const index$q_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
2750
- type index$q_ServerBootType = ServerBootType;
2751
- type index$q_ServerEvent = ServerEvent;
2752
- type index$q_ServerInstall = ServerInstall;
2753
- type index$q_ServerInstallStatus = ServerInstallStatus;
2754
- type index$q_ServerOption = ServerOption;
2755
- type index$q_ServerOptionOptionStatus = ServerOptionOptionStatus;
2756
- type index$q_ServerPingStatus = ServerPingStatus;
2757
- type index$q_ServerPrivateNetwork = ServerPrivateNetwork;
2758
- type index$q_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
2759
- type index$q_ServerRescueServer = ServerRescueServer;
2760
- type index$q_ServerStatus = ServerStatus;
2761
- type index$q_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
2762
- type index$q_Setting = Setting;
2763
- type index$q_SettingType = SettingType;
2764
- type index$q_StartBMCAccessRequest = StartBMCAccessRequest;
2765
- type index$q_StartServerRequest = StartServerRequest;
2766
- type index$q_StopBMCAccessRequest = StopBMCAccessRequest;
2767
- type index$q_StopServerRequest = StopServerRequest;
2768
- type index$q_UpdateSettingRequest = UpdateSettingRequest;
2769
- declare namespace index$q {
2690
+ type index$r_AddOptionServerRequest = AddOptionServerRequest;
2691
+ type index$r_BMCAccess = BMCAccess;
2692
+ type index$r_CPU = CPU;
2693
+ type index$r_DeleteOptionServerRequest = DeleteOptionServerRequest;
2694
+ type index$r_Disk = Disk;
2695
+ type index$r_GetBMCAccessRequest = GetBMCAccessRequest;
2696
+ type index$r_GetOSRequest = GetOSRequest;
2697
+ type index$r_GetOfferRequest = GetOfferRequest;
2698
+ type index$r_GetOptionRequest = GetOptionRequest;
2699
+ type index$r_GetServerMetricsRequest = GetServerMetricsRequest;
2700
+ type index$r_GetServerMetricsResponse = GetServerMetricsResponse;
2701
+ type index$r_IPReverseStatus = IPReverseStatus;
2702
+ type index$r_IPVersion = IPVersion;
2703
+ type index$r_ListOSResponse = ListOSResponse;
2704
+ type index$r_ListOptionsResponse = ListOptionsResponse;
2705
+ type index$r_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
2706
+ type index$r_ListServerEventsResponse = ListServerEventsResponse;
2707
+ type index$r_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
2708
+ type index$r_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
2709
+ type index$r_ListServersRequestOrderBy = ListServersRequestOrderBy;
2710
+ type index$r_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
2711
+ type index$r_ListSettingsResponse = ListSettingsResponse;
2712
+ type index$r_Memory = Memory;
2713
+ type index$r_OS = OS;
2714
+ type index$r_OSOSField = OSOSField;
2715
+ type index$r_OfferOptionOffer = OfferOptionOffer;
2716
+ type index$r_OfferStock = OfferStock;
2717
+ type index$r_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
2718
+ type index$r_Option = Option;
2719
+ type index$r_PersistentMemory = PersistentMemory;
2720
+ type index$r_PrivateNetworkAPI = PrivateNetworkAPI;
2721
+ declare const index$r_PrivateNetworkAPI: typeof PrivateNetworkAPI;
2722
+ type index$r_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
2723
+ type index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
2724
+ type index$r_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
2725
+ type index$r_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
2726
+ type index$r_RaidController = RaidController;
2727
+ type index$r_RebootServerRequest = RebootServerRequest;
2728
+ declare const index$r_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
2729
+ declare const index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
2730
+ type index$r_ServerBootType = ServerBootType;
2731
+ type index$r_ServerEvent = ServerEvent;
2732
+ type index$r_ServerInstall = ServerInstall;
2733
+ type index$r_ServerInstallStatus = ServerInstallStatus;
2734
+ type index$r_ServerOption = ServerOption;
2735
+ type index$r_ServerOptionOptionStatus = ServerOptionOptionStatus;
2736
+ type index$r_ServerPingStatus = ServerPingStatus;
2737
+ type index$r_ServerPrivateNetwork = ServerPrivateNetwork;
2738
+ type index$r_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
2739
+ type index$r_ServerRescueServer = ServerRescueServer;
2740
+ type index$r_ServerStatus = ServerStatus;
2741
+ type index$r_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
2742
+ type index$r_Setting = Setting;
2743
+ type index$r_SettingType = SettingType;
2744
+ type index$r_StartBMCAccessRequest = StartBMCAccessRequest;
2745
+ type index$r_StartServerRequest = StartServerRequest;
2746
+ type index$r_StopBMCAccessRequest = StopBMCAccessRequest;
2747
+ type index$r_StopServerRequest = StopServerRequest;
2748
+ type index$r_UpdateSettingRequest = UpdateSettingRequest;
2749
+ declare namespace index$r {
2770
2750
  export {
2771
2751
  BaremetalV1UtilsAPI as API,
2772
- index$q_AddOptionServerRequest as AddOptionServerRequest,
2773
- index$q_BMCAccess as BMCAccess,
2774
- index$q_CPU as CPU,
2752
+ index$r_AddOptionServerRequest as AddOptionServerRequest,
2753
+ index$r_BMCAccess as BMCAccess,
2754
+ index$r_CPU as CPU,
2775
2755
  CreateServerRequest$2 as CreateServerRequest,
2776
2756
  CreateServerRequestInstall$1 as CreateServerRequestInstall,
2777
- index$q_DeleteOptionServerRequest as DeleteOptionServerRequest,
2757
+ index$r_DeleteOptionServerRequest as DeleteOptionServerRequest,
2778
2758
  DeleteServerRequest$1 as DeleteServerRequest,
2779
- index$q_Disk as Disk,
2780
- index$q_GetBMCAccessRequest as GetBMCAccessRequest,
2781
- index$q_GetOSRequest as GetOSRequest,
2782
- index$q_GetOfferRequest as GetOfferRequest,
2783
- index$q_GetOptionRequest as GetOptionRequest,
2784
- index$q_GetServerMetricsRequest as GetServerMetricsRequest,
2785
- index$q_GetServerMetricsResponse as GetServerMetricsResponse,
2759
+ index$r_Disk as Disk,
2760
+ index$r_GetBMCAccessRequest as GetBMCAccessRequest,
2761
+ index$r_GetOSRequest as GetOSRequest,
2762
+ index$r_GetOfferRequest as GetOfferRequest,
2763
+ index$r_GetOptionRequest as GetOptionRequest,
2764
+ index$r_GetServerMetricsRequest as GetServerMetricsRequest,
2765
+ index$r_GetServerMetricsResponse as GetServerMetricsResponse,
2786
2766
  GetServerRequest$1 as GetServerRequest,
2787
2767
  IP$1 as IP,
2788
- index$q_IPReverseStatus as IPReverseStatus,
2789
- index$q_IPVersion as IPVersion,
2768
+ index$r_IPReverseStatus as IPReverseStatus,
2769
+ index$r_IPVersion as IPVersion,
2790
2770
  InstallServerRequest$1 as InstallServerRequest,
2791
2771
  ListOSRequest$1 as ListOSRequest,
2792
- index$q_ListOSResponse as ListOSResponse,
2772
+ index$r_ListOSResponse as ListOSResponse,
2793
2773
  ListOffersRequest$2 as ListOffersRequest,
2794
2774
  ListOffersResponse$1 as ListOffersResponse,
2795
2775
  ListOptionsRequest$1 as ListOptionsRequest,
2796
- index$q_ListOptionsResponse as ListOptionsResponse,
2776
+ index$r_ListOptionsResponse as ListOptionsResponse,
2797
2777
  ListServerEventsRequest$1 as ListServerEventsRequest,
2798
- index$q_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy,
2799
- index$q_ListServerEventsResponse as ListServerEventsResponse,
2800
- index$q_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy,
2801
- index$q_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse,
2778
+ index$r_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy,
2779
+ index$r_ListServerEventsResponse as ListServerEventsResponse,
2780
+ index$r_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy,
2781
+ index$r_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse,
2802
2782
  ListServersRequest$2 as ListServersRequest,
2803
- index$q_ListServersRequestOrderBy as ListServersRequestOrderBy,
2783
+ index$r_ListServersRequestOrderBy as ListServersRequestOrderBy,
2804
2784
  ListServersResponse$1 as ListServersResponse,
2805
2785
  ListSettingsRequest$1 as ListSettingsRequest,
2806
- index$q_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy,
2807
- index$q_ListSettingsResponse as ListSettingsResponse,
2808
- index$q_Memory as Memory,
2809
- index$q_OS as OS,
2810
- index$q_OSOSField as OSOSField,
2786
+ index$r_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy,
2787
+ index$r_ListSettingsResponse as ListSettingsResponse,
2788
+ index$r_Memory as Memory,
2789
+ index$r_OS as OS,
2790
+ index$r_OSOSField as OSOSField,
2811
2791
  Offer$1 as Offer,
2812
- index$q_OfferOptionOffer as OfferOptionOffer,
2813
- index$q_OfferStock as OfferStock,
2814
- index$q_OfferSubscriptionPeriod as OfferSubscriptionPeriod,
2815
- index$q_Option as Option,
2816
- index$q_PersistentMemory as PersistentMemory,
2817
- index$q_PrivateNetworkAPI as PrivateNetworkAPI,
2818
- index$q_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest,
2819
- index$q_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest,
2820
- index$q_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest,
2821
- index$q_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest,
2822
- index$q_RaidController as RaidController,
2823
- index$q_RebootServerRequest as RebootServerRequest,
2824
- index$q_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES,
2825
- index$q_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
2792
+ index$r_OfferOptionOffer as OfferOptionOffer,
2793
+ index$r_OfferStock as OfferStock,
2794
+ index$r_OfferSubscriptionPeriod as OfferSubscriptionPeriod,
2795
+ index$r_Option as Option,
2796
+ index$r_PersistentMemory as PersistentMemory,
2797
+ index$r_PrivateNetworkAPI as PrivateNetworkAPI,
2798
+ index$r_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest,
2799
+ index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest,
2800
+ index$r_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest,
2801
+ index$r_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest,
2802
+ index$r_RaidController as RaidController,
2803
+ index$r_RebootServerRequest as RebootServerRequest,
2804
+ index$r_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES,
2805
+ index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
2826
2806
  SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES,
2827
2807
  Server$1 as Server,
2828
- index$q_ServerBootType as ServerBootType,
2829
- index$q_ServerEvent as ServerEvent,
2830
- index$q_ServerInstall as ServerInstall,
2831
- index$q_ServerInstallStatus as ServerInstallStatus,
2832
- index$q_ServerOption as ServerOption,
2833
- index$q_ServerOptionOptionStatus as ServerOptionOptionStatus,
2834
- index$q_ServerPingStatus as ServerPingStatus,
2835
- index$q_ServerPrivateNetwork as ServerPrivateNetwork,
2836
- index$q_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus,
2837
- index$q_ServerRescueServer as ServerRescueServer,
2838
- index$q_ServerStatus as ServerStatus,
2839
- index$q_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse,
2840
- index$q_Setting as Setting,
2841
- index$q_SettingType as SettingType,
2842
- index$q_StartBMCAccessRequest as StartBMCAccessRequest,
2843
- index$q_StartServerRequest as StartServerRequest,
2844
- index$q_StopBMCAccessRequest as StopBMCAccessRequest,
2845
- index$q_StopServerRequest as StopServerRequest,
2808
+ index$r_ServerBootType as ServerBootType,
2809
+ index$r_ServerEvent as ServerEvent,
2810
+ index$r_ServerInstall as ServerInstall,
2811
+ index$r_ServerInstallStatus as ServerInstallStatus,
2812
+ index$r_ServerOption as ServerOption,
2813
+ index$r_ServerOptionOptionStatus as ServerOptionOptionStatus,
2814
+ index$r_ServerPingStatus as ServerPingStatus,
2815
+ index$r_ServerPrivateNetwork as ServerPrivateNetwork,
2816
+ index$r_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus,
2817
+ index$r_ServerRescueServer as ServerRescueServer,
2818
+ index$r_ServerStatus as ServerStatus,
2819
+ index$r_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse,
2820
+ index$r_Setting as Setting,
2821
+ index$r_SettingType as SettingType,
2822
+ index$r_StartBMCAccessRequest as StartBMCAccessRequest,
2823
+ index$r_StartServerRequest as StartServerRequest,
2824
+ index$r_StopBMCAccessRequest as StopBMCAccessRequest,
2825
+ index$r_StopServerRequest as StopServerRequest,
2846
2826
  UpdateIPRequest$1 as UpdateIPRequest,
2847
2827
  UpdateServerRequest$2 as UpdateServerRequest,
2848
- index$q_UpdateSettingRequest as UpdateSettingRequest,
2828
+ index$r_UpdateSettingRequest as UpdateSettingRequest,
2849
2829
  validationRules_gen$4 as ValidationRules,
2850
2830
  };
2851
2831
  }
2852
2832
 
2853
- declare namespace index$p {
2833
+ declare namespace index$q {
2854
2834
  export {
2855
- index$q as v1,
2835
+ index$r as v1,
2856
2836
  };
2857
2837
  }
2858
2838
 
@@ -2943,7 +2923,7 @@ type DownloadInvoiceRequest = {
2943
2923
  *
2944
2924
  * This API allows you to query your consumption. Billing API.
2945
2925
  */
2946
- declare class API$n extends API$r {
2926
+ declare class API$o extends API$s {
2947
2927
  getConsumption: (request?: Readonly<GetConsumptionRequest>) => Promise<GetConsumptionResponse>;
2948
2928
  protected pageOfListInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse>;
2949
2929
  listInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse> & {
@@ -2953,35 +2933,35 @@ declare class API$n extends API$r {
2953
2933
  downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
2954
2934
  }
2955
2935
 
2956
- type index_gen$k_DownloadInvoiceRequest = DownloadInvoiceRequest;
2957
- type index_gen$k_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
2958
- type index_gen$k_GetConsumptionRequest = GetConsumptionRequest;
2959
- type index_gen$k_GetConsumptionResponse = GetConsumptionResponse;
2960
- type index_gen$k_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
2961
- type index_gen$k_Invoice = Invoice;
2962
- type index_gen$k_InvoiceType = InvoiceType;
2963
- type index_gen$k_ListInvoicesRequest = ListInvoicesRequest;
2964
- type index_gen$k_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
2965
- type index_gen$k_ListInvoicesResponse = ListInvoicesResponse;
2966
- declare namespace index_gen$k {
2936
+ type index_gen$l_DownloadInvoiceRequest = DownloadInvoiceRequest;
2937
+ type index_gen$l_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
2938
+ type index_gen$l_GetConsumptionRequest = GetConsumptionRequest;
2939
+ type index_gen$l_GetConsumptionResponse = GetConsumptionResponse;
2940
+ type index_gen$l_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
2941
+ type index_gen$l_Invoice = Invoice;
2942
+ type index_gen$l_InvoiceType = InvoiceType;
2943
+ type index_gen$l_ListInvoicesRequest = ListInvoicesRequest;
2944
+ type index_gen$l_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
2945
+ type index_gen$l_ListInvoicesResponse = ListInvoicesResponse;
2946
+ declare namespace index_gen$l {
2967
2947
  export {
2968
- API$n as API,
2969
- index_gen$k_DownloadInvoiceRequest as DownloadInvoiceRequest,
2970
- index_gen$k_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
2971
- index_gen$k_GetConsumptionRequest as GetConsumptionRequest,
2972
- index_gen$k_GetConsumptionResponse as GetConsumptionResponse,
2973
- index_gen$k_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
2974
- index_gen$k_Invoice as Invoice,
2975
- index_gen$k_InvoiceType as InvoiceType,
2976
- index_gen$k_ListInvoicesRequest as ListInvoicesRequest,
2977
- index_gen$k_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
2978
- index_gen$k_ListInvoicesResponse as ListInvoicesResponse,
2948
+ API$o as API,
2949
+ index_gen$l_DownloadInvoiceRequest as DownloadInvoiceRequest,
2950
+ index_gen$l_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
2951
+ index_gen$l_GetConsumptionRequest as GetConsumptionRequest,
2952
+ index_gen$l_GetConsumptionResponse as GetConsumptionResponse,
2953
+ index_gen$l_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
2954
+ index_gen$l_Invoice as Invoice,
2955
+ index_gen$l_InvoiceType as InvoiceType,
2956
+ index_gen$l_ListInvoicesRequest as ListInvoicesRequest,
2957
+ index_gen$l_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
2958
+ index_gen$l_ListInvoicesResponse as ListInvoicesResponse,
2979
2959
  };
2980
2960
  }
2981
2961
 
2982
- declare namespace index$o {
2962
+ declare namespace index$p {
2983
2963
  export {
2984
- index_gen$k as v2alpha1,
2964
+ index_gen$l as v2alpha1,
2985
2965
  };
2986
2966
  }
2987
2967
 
@@ -3268,7 +3248,7 @@ type SelectPlanRequest = {
3268
3248
  * Projects. Scaleway's Cockpit stores metrics and logs and provides a dedicated
3269
3249
  * Grafana for dashboarding to visualize them.
3270
3250
  */
3271
- declare class API$m extends API$r {
3251
+ declare class API$n extends API$s {
3272
3252
  /**
3273
3253
  * Activate a Cockpit. Activate the Cockpit of the specified Project ID.
3274
3254
  *
@@ -3454,92 +3434,92 @@ declare class API$m extends API$r {
3454
3434
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
3455
3435
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
3456
3436
 
3457
- type index_gen$j_ActivateCockpitRequest = ActivateCockpitRequest;
3458
- declare const index_gen$j_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
3459
- type index_gen$j_Cockpit = Cockpit;
3460
- type index_gen$j_CockpitEndpoints = CockpitEndpoints;
3461
- type index_gen$j_CockpitMetrics = CockpitMetrics;
3462
- type index_gen$j_CockpitStatus = CockpitStatus;
3463
- type index_gen$j_ContactPoint = ContactPoint;
3464
- type index_gen$j_ContactPointEmail = ContactPointEmail;
3465
- type index_gen$j_CreateContactPointRequest = CreateContactPointRequest;
3466
- type index_gen$j_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
3467
- type index_gen$j_DeactivateCockpitRequest = DeactivateCockpitRequest;
3468
- type index_gen$j_DeleteContactPointRequest = DeleteContactPointRequest;
3469
- type index_gen$j_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
3470
- type index_gen$j_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
3471
- type index_gen$j_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
3472
- type index_gen$j_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
3473
- type index_gen$j_GetCockpitRequest = GetCockpitRequest;
3474
- type index_gen$j_GrafanaUser = GrafanaUser;
3475
- type index_gen$j_GrafanaUserRole = GrafanaUserRole;
3476
- type index_gen$j_ListContactPointsRequest = ListContactPointsRequest;
3477
- type index_gen$j_ListContactPointsResponse = ListContactPointsResponse;
3478
- type index_gen$j_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
3479
- type index_gen$j_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
3480
- type index_gen$j_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
3481
- type index_gen$j_ListPlansRequest = ListPlansRequest;
3482
- type index_gen$j_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
3483
- type index_gen$j_ListPlansResponse = ListPlansResponse;
3484
- type index_gen$j_Plan = Plan;
3485
- type index_gen$j_PlanName = PlanName;
3486
- type index_gen$j_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
3487
- type index_gen$j_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
3488
- type index_gen$j_SelectPlanRequest = SelectPlanRequest;
3489
- type index_gen$j_SelectPlanResponse = SelectPlanResponse;
3490
- type index_gen$j_TokenScopes = TokenScopes;
3491
- type index_gen$j_TriggerTestAlertRequest = TriggerTestAlertRequest;
3492
- declare namespace index_gen$j {
3437
+ type index_gen$k_ActivateCockpitRequest = ActivateCockpitRequest;
3438
+ declare const index_gen$k_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
3439
+ type index_gen$k_Cockpit = Cockpit;
3440
+ type index_gen$k_CockpitEndpoints = CockpitEndpoints;
3441
+ type index_gen$k_CockpitMetrics = CockpitMetrics;
3442
+ type index_gen$k_CockpitStatus = CockpitStatus;
3443
+ type index_gen$k_ContactPoint = ContactPoint;
3444
+ type index_gen$k_ContactPointEmail = ContactPointEmail;
3445
+ type index_gen$k_CreateContactPointRequest = CreateContactPointRequest;
3446
+ type index_gen$k_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
3447
+ type index_gen$k_DeactivateCockpitRequest = DeactivateCockpitRequest;
3448
+ type index_gen$k_DeleteContactPointRequest = DeleteContactPointRequest;
3449
+ type index_gen$k_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
3450
+ type index_gen$k_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
3451
+ type index_gen$k_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
3452
+ type index_gen$k_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
3453
+ type index_gen$k_GetCockpitRequest = GetCockpitRequest;
3454
+ type index_gen$k_GrafanaUser = GrafanaUser;
3455
+ type index_gen$k_GrafanaUserRole = GrafanaUserRole;
3456
+ type index_gen$k_ListContactPointsRequest = ListContactPointsRequest;
3457
+ type index_gen$k_ListContactPointsResponse = ListContactPointsResponse;
3458
+ type index_gen$k_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
3459
+ type index_gen$k_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
3460
+ type index_gen$k_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
3461
+ type index_gen$k_ListPlansRequest = ListPlansRequest;
3462
+ type index_gen$k_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
3463
+ type index_gen$k_ListPlansResponse = ListPlansResponse;
3464
+ type index_gen$k_Plan = Plan;
3465
+ type index_gen$k_PlanName = PlanName;
3466
+ type index_gen$k_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
3467
+ type index_gen$k_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
3468
+ type index_gen$k_SelectPlanRequest = SelectPlanRequest;
3469
+ type index_gen$k_SelectPlanResponse = SelectPlanResponse;
3470
+ type index_gen$k_TokenScopes = TokenScopes;
3471
+ type index_gen$k_TriggerTestAlertRequest = TriggerTestAlertRequest;
3472
+ declare namespace index_gen$k {
3493
3473
  export {
3494
- API$m as API,
3495
- index_gen$j_ActivateCockpitRequest as ActivateCockpitRequest,
3496
- index_gen$j_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3497
- index_gen$j_Cockpit as Cockpit,
3498
- index_gen$j_CockpitEndpoints as CockpitEndpoints,
3499
- index_gen$j_CockpitMetrics as CockpitMetrics,
3500
- index_gen$j_CockpitStatus as CockpitStatus,
3501
- index_gen$j_ContactPoint as ContactPoint,
3502
- index_gen$j_ContactPointEmail as ContactPointEmail,
3503
- index_gen$j_CreateContactPointRequest as CreateContactPointRequest,
3504
- index_gen$j_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
3474
+ API$n as API,
3475
+ index_gen$k_ActivateCockpitRequest as ActivateCockpitRequest,
3476
+ index_gen$k_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3477
+ index_gen$k_Cockpit as Cockpit,
3478
+ index_gen$k_CockpitEndpoints as CockpitEndpoints,
3479
+ index_gen$k_CockpitMetrics as CockpitMetrics,
3480
+ index_gen$k_CockpitStatus as CockpitStatus,
3481
+ index_gen$k_ContactPoint as ContactPoint,
3482
+ index_gen$k_ContactPointEmail as ContactPointEmail,
3483
+ index_gen$k_CreateContactPointRequest as CreateContactPointRequest,
3484
+ index_gen$k_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
3505
3485
  CreateTokenRequest$2 as CreateTokenRequest,
3506
- index_gen$j_DeactivateCockpitRequest as DeactivateCockpitRequest,
3507
- index_gen$j_DeleteContactPointRequest as DeleteContactPointRequest,
3508
- index_gen$j_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
3486
+ index_gen$k_DeactivateCockpitRequest as DeactivateCockpitRequest,
3487
+ index_gen$k_DeleteContactPointRequest as DeleteContactPointRequest,
3488
+ index_gen$k_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
3509
3489
  DeleteTokenRequest$2 as DeleteTokenRequest,
3510
- index_gen$j_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3511
- index_gen$j_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3512
- index_gen$j_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3513
- index_gen$j_GetCockpitRequest as GetCockpitRequest,
3490
+ index_gen$k_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3491
+ index_gen$k_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3492
+ index_gen$k_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3493
+ index_gen$k_GetCockpitRequest as GetCockpitRequest,
3514
3494
  GetTokenRequest$2 as GetTokenRequest,
3515
- index_gen$j_GrafanaUser as GrafanaUser,
3516
- index_gen$j_GrafanaUserRole as GrafanaUserRole,
3517
- index_gen$j_ListContactPointsRequest as ListContactPointsRequest,
3518
- index_gen$j_ListContactPointsResponse as ListContactPointsResponse,
3519
- index_gen$j_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3520
- index_gen$j_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3521
- index_gen$j_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3522
- index_gen$j_ListPlansRequest as ListPlansRequest,
3523
- index_gen$j_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3524
- index_gen$j_ListPlansResponse as ListPlansResponse,
3495
+ index_gen$k_GrafanaUser as GrafanaUser,
3496
+ index_gen$k_GrafanaUserRole as GrafanaUserRole,
3497
+ index_gen$k_ListContactPointsRequest as ListContactPointsRequest,
3498
+ index_gen$k_ListContactPointsResponse as ListContactPointsResponse,
3499
+ index_gen$k_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3500
+ index_gen$k_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3501
+ index_gen$k_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3502
+ index_gen$k_ListPlansRequest as ListPlansRequest,
3503
+ index_gen$k_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3504
+ index_gen$k_ListPlansResponse as ListPlansResponse,
3525
3505
  ListTokensRequest$2 as ListTokensRequest,
3526
3506
  ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
3527
3507
  ListTokensResponse$2 as ListTokensResponse,
3528
- index_gen$j_Plan as Plan,
3529
- index_gen$j_PlanName as PlanName,
3530
- index_gen$j_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3531
- index_gen$j_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3532
- index_gen$j_SelectPlanRequest as SelectPlanRequest,
3533
- index_gen$j_SelectPlanResponse as SelectPlanResponse,
3508
+ index_gen$k_Plan as Plan,
3509
+ index_gen$k_PlanName as PlanName,
3510
+ index_gen$k_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3511
+ index_gen$k_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3512
+ index_gen$k_SelectPlanRequest as SelectPlanRequest,
3513
+ index_gen$k_SelectPlanResponse as SelectPlanResponse,
3534
3514
  Token$2 as Token,
3535
- index_gen$j_TokenScopes as TokenScopes,
3536
- index_gen$j_TriggerTestAlertRequest as TriggerTestAlertRequest,
3515
+ index_gen$k_TokenScopes as TokenScopes,
3516
+ index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest,
3537
3517
  };
3538
3518
  }
3539
3519
 
3540
- declare namespace index$n {
3520
+ declare namespace index$o {
3541
3521
  export {
3542
- index_gen$j as v1beta1,
3522
+ index_gen$k as v1beta1,
3543
3523
  };
3544
3524
  }
3545
3525
 
@@ -4160,7 +4140,7 @@ type DeleteTokenRequest$1 = {
4160
4140
  };
4161
4141
 
4162
4142
  /** Serverless Containers API. */
4163
- declare class API$l extends API$r {
4143
+ declare class API$m extends API$s {
4164
4144
  /** Lists the available regions of the API. */
4165
4145
  static readonly LOCALITIES: Region[];
4166
4146
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
@@ -4430,31 +4410,31 @@ declare const NAMESPACE_TRANSIENT_STATUSES$2: NamespaceStatus$2[];
4430
4410
  /** Lists transient statutes of the enum {@link TokenStatus}. */
4431
4411
  declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
4432
4412
 
4433
- declare const index_gen$i_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
4434
- type index_gen$i_Container = Container;
4435
- type index_gen$i_ContainerHttpOption = ContainerHttpOption;
4436
- type index_gen$i_ContainerPrivacy = ContainerPrivacy;
4437
- type index_gen$i_ContainerProtocol = ContainerProtocol;
4438
- type index_gen$i_ContainerStatus = ContainerStatus;
4439
- type index_gen$i_CreateContainerRequest = CreateContainerRequest;
4440
- type index_gen$i_DeleteContainerRequest = DeleteContainerRequest;
4441
- type index_gen$i_DeployContainerRequest = DeployContainerRequest;
4442
- type index_gen$i_GetContainerRequest = GetContainerRequest;
4443
- type index_gen$i_ListContainersRequest = ListContainersRequest;
4444
- type index_gen$i_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4445
- type index_gen$i_ListContainersResponse = ListContainersResponse;
4446
- type index_gen$i_UpdateContainerRequest = UpdateContainerRequest;
4447
- declare namespace index_gen$i {
4413
+ declare const index_gen$j_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
4414
+ type index_gen$j_Container = Container;
4415
+ type index_gen$j_ContainerHttpOption = ContainerHttpOption;
4416
+ type index_gen$j_ContainerPrivacy = ContainerPrivacy;
4417
+ type index_gen$j_ContainerProtocol = ContainerProtocol;
4418
+ type index_gen$j_ContainerStatus = ContainerStatus;
4419
+ type index_gen$j_CreateContainerRequest = CreateContainerRequest;
4420
+ type index_gen$j_DeleteContainerRequest = DeleteContainerRequest;
4421
+ type index_gen$j_DeployContainerRequest = DeployContainerRequest;
4422
+ type index_gen$j_GetContainerRequest = GetContainerRequest;
4423
+ type index_gen$j_ListContainersRequest = ListContainersRequest;
4424
+ type index_gen$j_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4425
+ type index_gen$j_ListContainersResponse = ListContainersResponse;
4426
+ type index_gen$j_UpdateContainerRequest = UpdateContainerRequest;
4427
+ declare namespace index_gen$j {
4448
4428
  export {
4449
- API$l as API,
4450
- index_gen$i_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
4429
+ API$m as API,
4430
+ index_gen$j_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
4451
4431
  CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
4452
- index_gen$i_Container as Container,
4453
- index_gen$i_ContainerHttpOption as ContainerHttpOption,
4454
- index_gen$i_ContainerPrivacy as ContainerPrivacy,
4455
- index_gen$i_ContainerProtocol as ContainerProtocol,
4456
- index_gen$i_ContainerStatus as ContainerStatus,
4457
- index_gen$i_CreateContainerRequest as CreateContainerRequest,
4432
+ index_gen$j_Container as Container,
4433
+ index_gen$j_ContainerHttpOption as ContainerHttpOption,
4434
+ index_gen$j_ContainerPrivacy as ContainerPrivacy,
4435
+ index_gen$j_ContainerProtocol as ContainerProtocol,
4436
+ index_gen$j_ContainerStatus as ContainerStatus,
4437
+ index_gen$j_CreateContainerRequest as CreateContainerRequest,
4458
4438
  CreateCronRequest$1 as CreateCronRequest,
4459
4439
  CreateDomainRequest$2 as CreateDomainRequest,
4460
4440
  CreateNamespaceRequest$3 as CreateNamespaceRequest,
@@ -4462,23 +4442,23 @@ declare namespace index_gen$i {
4462
4442
  Cron$1 as Cron,
4463
4443
  CronStatus$1 as CronStatus,
4464
4444
  DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
4465
- index_gen$i_DeleteContainerRequest as DeleteContainerRequest,
4445
+ index_gen$j_DeleteContainerRequest as DeleteContainerRequest,
4466
4446
  DeleteCronRequest$1 as DeleteCronRequest,
4467
4447
  DeleteDomainRequest$1 as DeleteDomainRequest,
4468
4448
  DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
4469
4449
  DeleteTokenRequest$1 as DeleteTokenRequest,
4470
- index_gen$i_DeployContainerRequest as DeployContainerRequest,
4450
+ index_gen$j_DeployContainerRequest as DeployContainerRequest,
4471
4451
  Domain$3 as Domain,
4472
4452
  DomainStatus$3 as DomainStatus,
4473
- index_gen$i_GetContainerRequest as GetContainerRequest,
4453
+ index_gen$j_GetContainerRequest as GetContainerRequest,
4474
4454
  GetCronRequest$1 as GetCronRequest,
4475
4455
  GetDomainRequest$2 as GetDomainRequest,
4476
4456
  GetNamespaceRequest$3 as GetNamespaceRequest,
4477
4457
  GetTokenRequest$1 as GetTokenRequest,
4478
4458
  IssueJWTRequest$1 as IssueJWTRequest,
4479
- index_gen$i_ListContainersRequest as ListContainersRequest,
4480
- index_gen$i_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4481
- index_gen$i_ListContainersResponse as ListContainersResponse,
4459
+ index_gen$j_ListContainersRequest as ListContainersRequest,
4460
+ index_gen$j_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4461
+ index_gen$j_ListContainersResponse as ListContainersResponse,
4482
4462
  ListCronsRequest$1 as ListCronsRequest,
4483
4463
  ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
4484
4464
  ListCronsResponse$1 as ListCronsResponse,
@@ -4505,15 +4485,15 @@ declare namespace index_gen$i {
4505
4485
  TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
4506
4486
  Token$1 as Token,
4507
4487
  TokenStatus$1 as TokenStatus,
4508
- index_gen$i_UpdateContainerRequest as UpdateContainerRequest,
4488
+ index_gen$j_UpdateContainerRequest as UpdateContainerRequest,
4509
4489
  UpdateCronRequest$1 as UpdateCronRequest,
4510
4490
  UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
4511
4491
  };
4512
4492
  }
4513
4493
 
4514
- declare namespace index$m {
4494
+ declare namespace index$n {
4515
4495
  export {
4516
- index_gen$i as v1beta1,
4496
+ index_gen$j as v1beta1,
4517
4497
  };
4518
4498
  }
4519
4499
 
@@ -5553,7 +5533,7 @@ type RegistrarApiDeleteDomainHostRequest = {
5553
5533
  * Domains and DNS API. Manage your domains, DNS zones and records with the
5554
5534
  * Domains and DNS API.
5555
5535
  */
5556
- declare class API$k extends API$r {
5536
+ declare class API$l extends API$s {
5557
5537
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
5558
5538
  /**
5559
5539
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -5793,10 +5773,11 @@ declare class API$k extends API$r {
5793
5773
  *
5794
5774
  * Domains and DNS - Registrar API. Manage your domains and contacts.
5795
5775
  */
5796
- declare class RegistrarAPI extends API$r {
5776
+ declare class RegistrarAPI extends API$s {
5797
5777
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
5798
5778
  /**
5799
- * List tasks. List all account tasks. You can filter the list by domain name.
5779
+ * List tasks. List all operations performed on the account. You can filter
5780
+ * the list of tasks by domain name.
5800
5781
  *
5801
5782
  * @param request - The request {@link RegistrarApiListTasksRequest}
5802
5783
  * @returns A Promise of ListTasksResponse
@@ -5806,34 +5787,37 @@ declare class RegistrarAPI extends API$r {
5806
5787
  [Symbol.asyncIterator]: () => AsyncGenerator<Task$1[], void, void>;
5807
5788
  };
5808
5789
  /**
5809
- * Buy one or more domains. Request the registration of domain names. You can
5810
- * provide an already existing domain's contact or a new contact.
5790
+ * Purchase domains. Request the registration of domain names. You can provide
5791
+ * a domain's already existing contact or a new contact.
5811
5792
  *
5812
5793
  * @param request - The request {@link RegistrarApiBuyDomainsRequest}
5813
5794
  * @returns A Promise of OrderResponse
5814
5795
  */
5815
5796
  buyDomains: (request: Readonly<RegistrarApiBuyDomainsRequest>) => Promise<OrderResponse>;
5816
5797
  /**
5817
- * Renew one or more domains. Request the renewal of domain names.
5798
+ * Renew domains. Request the renewal of one or more domain names.
5818
5799
  *
5819
5800
  * @param request - The request {@link RegistrarApiRenewDomainsRequest}
5820
5801
  * @returns A Promise of OrderResponse
5821
5802
  */
5822
5803
  renewDomains: (request: Readonly<RegistrarApiRenewDomainsRequest>) => Promise<OrderResponse>;
5823
5804
  /**
5824
- * Transfer a domain. Request the transfer from another registrar domain to
5825
- * Scaleway.
5805
+ * Transfer a domain. Request the transfer of a domain from another registrar
5806
+ * to Scaleway Domains and DNS.
5826
5807
  *
5827
5808
  * @param request - The request {@link RegistrarApiTransferInDomainRequest}
5828
5809
  * @returns A Promise of OrderResponse
5829
5810
  */
5830
5811
  transferInDomain: (request: Readonly<RegistrarApiTransferInDomainRequest>) => Promise<OrderResponse>;
5831
5812
  /**
5832
- * Trade a domain contact. Request a trade for the contact owner.<br/> If an
5833
- * `organization_id` is given, the change is from the current Scaleway account
5834
- * to another Scaleway account.<br/> If no contact is given, the first contact
5835
- * of the other Scaleway account is taken.<br/> If the other Scaleway account
5836
- * has no contact. An error occurs.
5813
+ * Trade a domain's contact. Request to change a domain's contact owner.<br/>
5814
+ * If you specify the `organization_id` of the domain's new owner, the contact
5815
+ * will change from the current owner's Scaleway account to the new owner's
5816
+ * Scaleway account.<br/> If the new owner's current contact information is
5817
+ * not available, the first ever contact they have created for previous
5818
+ * domains is taken into account to operate the change.<br/> If the new owner
5819
+ * has never created a contact to register domains before, an error message
5820
+ * displays.
5837
5821
  *
5838
5822
  * @param request - The request {@link RegistrarApiTradeDomainRequest}
5839
5823
  * @returns A Promise of OrderResponse
@@ -5856,9 +5840,10 @@ declare class RegistrarAPI extends API$r {
5856
5840
  */
5857
5841
  deleteExternalDomain: (request: Readonly<RegistrarApiDeleteExternalDomainRequest>) => Promise<DeleteExternalDomainResponse>;
5858
5842
  /**
5859
- * Check if contacts are compatible against a domain or a tld. Check if
5860
- * contacts are compatible against a domain or a tld. If not, it will return
5861
- * the information requiring a correction.
5843
+ * Check if contacts are compatible with a domain or a TLD. Check whether
5844
+ * contacts are compatible with a domain or a TLD. If contacts are not
5845
+ * compatible with either the domain or the TLD, the information that needs to
5846
+ * be corrected is returned.
5862
5847
  *
5863
5848
  * @param request - The request
5864
5849
  * {@link RegistrarApiCheckContactsCompatibilityRequest}
@@ -5867,8 +5852,8 @@ declare class RegistrarAPI extends API$r {
5867
5852
  checkContactsCompatibility: (request?: Readonly<RegistrarApiCheckContactsCompatibilityRequest>) => Promise<CheckContactsCompatibilityResponse>;
5868
5853
  protected pageOfListContacts: (request?: Readonly<RegistrarApiListContactsRequest>) => Promise<ListContactsResponse>;
5869
5854
  /**
5870
- * List contacts. Return a list of contacts with their domains and roles. You
5871
- * can filter the list by domain name.
5855
+ * List contacts. Retrieve the list of contacts and their associated domains
5856
+ * and roles. You can filter the list by domain name.
5872
5857
  *
5873
5858
  * @param request - The request {@link RegistrarApiListContactsRequest}
5874
5859
  * @returns A Promise of ListContactsResponse
@@ -5878,15 +5863,15 @@ declare class RegistrarAPI extends API$r {
5878
5863
  [Symbol.asyncIterator]: () => AsyncGenerator<ContactRoles[], void, void>;
5879
5864
  };
5880
5865
  /**
5881
- * Get a contact. Return a contact details retrieved from the registrar using
5882
- * a given contact ID.
5866
+ * Get a contact. Retrieve a contact's details from the registrar using the
5867
+ * given contact's ID.
5883
5868
  *
5884
5869
  * @param request - The request {@link RegistrarApiGetContactRequest}
5885
5870
  * @returns A Promise of Contact
5886
5871
  */
5887
5872
  getContact: (request: Readonly<RegistrarApiGetContactRequest>) => Promise<Contact>;
5888
5873
  /**
5889
- * Update contact. You can edit the contact coordinates.
5874
+ * Update contact. Edit the contact's information.
5890
5875
  *
5891
5876
  * @param request - The request {@link RegistrarApiUpdateContactRequest}
5892
5877
  * @returns A Promise of Contact
@@ -5894,7 +5879,7 @@ declare class RegistrarAPI extends API$r {
5894
5879
  updateContact: (request: Readonly<RegistrarApiUpdateContactRequest>) => Promise<Contact>;
5895
5880
  protected pageOfListDomains: (request?: Readonly<RegistrarApiListDomainsRequest>) => Promise<ListDomainsResponse$2>;
5896
5881
  /**
5897
- * List domains. Returns a list of domains owned by the user.
5882
+ * List domains. Retrieve the list of domains you own.
5898
5883
  *
5899
5884
  * @param request - The request {@link RegistrarApiListDomainsRequest}
5900
5885
  * @returns A Promise of ListDomainsResponse
@@ -5905,9 +5890,9 @@ declare class RegistrarAPI extends API$r {
5905
5890
  };
5906
5891
  protected pageOfListRenewableDomains: (request?: Readonly<RegistrarApiListRenewableDomainsRequest>) => Promise<ListRenewableDomainsResponse>;
5907
5892
  /**
5908
- * List scaleway domains that can or not be renewed. Returns a list of domains
5909
- * owned by the user with a renew status and if renewable, the maximum renew
5910
- * duration in years.
5893
+ * List domains that can be renewed. Retrieve the list of domains you own that
5894
+ * can be renewed. You can also see the maximum renewal duration in years for
5895
+ * your domains that are renewable.
5911
5896
  *
5912
5897
  * @param request - The request {@link RegistrarApiListRenewableDomainsRequest}
5913
5898
  * @returns A Promise of ListRenewableDomainsResponse
@@ -5917,7 +5902,8 @@ declare class RegistrarAPI extends API$r {
5917
5902
  [Symbol.asyncIterator]: () => AsyncGenerator<RenewableDomain[], void, void>;
5918
5903
  };
5919
5904
  /**
5920
- * Get domain. Returns a the domain with more informations.
5905
+ * Get domain. Retrieve a specific domain and display the domain's
5906
+ * information.
5921
5907
  *
5922
5908
  * @param request - The request {@link RegistrarApiGetDomainRequest}
5923
5909
  * @returns A Promise of Domain
@@ -5932,32 +5918,36 @@ declare class RegistrarAPI extends API$r {
5932
5918
  */
5933
5919
  waitForDomain: (request: Readonly<RegistrarApiGetDomainRequest>, options?: Readonly<WaitForOptions<Domain$2>>) => Promise<Domain$2>;
5934
5920
  /**
5935
- * Update a domain. Update the domain contacts or create a new one.<br/> If
5936
- * you add the same contact for multiple roles. Only one ID will be created
5937
- * and used for all of them.
5921
+ * Update a domain's contacts. Update contacts for a specific domain or create
5922
+ * a new contact.<br/> If you add the same contact for multiple roles (owner,
5923
+ * administrative, technical), only one ID will be created and used for all of
5924
+ * the roles.
5938
5925
  *
5939
5926
  * @param request - The request {@link RegistrarApiUpdateDomainRequest}
5940
5927
  * @returns A Promise of Domain
5941
5928
  */
5942
5929
  updateDomain: (request: Readonly<RegistrarApiUpdateDomainRequest>) => Promise<Domain$2>;
5943
5930
  /**
5944
- * Lock domain transfer. Lock domain transfer. A locked domain transfer can't
5945
- * be transferred and the auth code can't be requested.
5931
+ * Lock the transfer of a domain. Lock the transfer of a domain. This means
5932
+ * that the domain cannot be transferred and the authorization code cannot be
5933
+ * requested to your current registrar.
5946
5934
  *
5947
5935
  * @param request - The request {@link RegistrarApiLockDomainTransferRequest}
5948
5936
  * @returns A Promise of Domain
5949
5937
  */
5950
5938
  lockDomainTransfer: (request: Readonly<RegistrarApiLockDomainTransferRequest>) => Promise<Domain$2>;
5951
5939
  /**
5952
- * Unlock domain transfer. Unlock domain transfer. An unlocked domain can be
5953
- * transferred and the auth code can be requested for this.
5940
+ * Unlock the transfer of a domain. Unlock the transfer of a domain. This
5941
+ * means that the domain can be transferred and the authorization code can be
5942
+ * requested to your current registrar.
5954
5943
  *
5955
5944
  * @param request - The request {@link RegistrarApiUnlockDomainTransferRequest}
5956
5945
  * @returns A Promise of Domain
5957
5946
  */
5958
5947
  unlockDomainTransfer: (request: Readonly<RegistrarApiUnlockDomainTransferRequest>) => Promise<Domain$2>;
5959
5948
  /**
5960
- * Enable domain auto renew.
5949
+ * Enable auto renew. Enable the `auto renew` feature for a domain. This means
5950
+ * the domain will be automatically renewed before its expiry date.
5961
5951
  *
5962
5952
  * @param request - The request
5963
5953
  * {@link RegistrarApiEnableDomainAutoRenewRequest}
@@ -5965,7 +5955,8 @@ declare class RegistrarAPI extends API$r {
5965
5955
  */
5966
5956
  enableDomainAutoRenew: (request: Readonly<RegistrarApiEnableDomainAutoRenewRequest>) => Promise<Domain$2>;
5967
5957
  /**
5968
- * Disable domain auto renew.
5958
+ * Disable auto renew. Disable the `auto renew` feature for a domain. This
5959
+ * means the domain will not be renewed before its expiry date.
5969
5960
  *
5970
5961
  * @param request - The request
5971
5962
  * {@link RegistrarApiDisableDomainAutoRenewRequest}
@@ -5973,10 +5964,11 @@ declare class RegistrarAPI extends API$r {
5973
5964
  */
5974
5965
  disableDomainAutoRenew: (request: Readonly<RegistrarApiDisableDomainAutoRenewRequest>) => Promise<Domain$2>;
5975
5966
  /**
5976
- * Return domain auth code. If possible, return the auth code for an unlocked
5977
- * domain transfer, or an error if the domain is locked. Some TLD may have a
5978
- * different procedure to retrieve the auth code, in that case, the
5979
- * information is given in the message field.
5967
+ * Get a domain's authorization code. Retrieve the authorization code to
5968
+ * tranfer an unlocked domain. The output returns an error if the domain is
5969
+ * locked. Some TLDs may have a different procedure to retrieve the
5970
+ * authorization code. In that case, the information displays in the message
5971
+ * field.
5980
5972
  *
5981
5973
  * @param request - The request {@link RegistrarApiGetDomainAuthCodeRequest}
5982
5974
  * @returns A Promise of GetDomainAuthCodeResponse
@@ -5991,17 +5983,18 @@ declare class RegistrarAPI extends API$r {
5991
5983
  */
5992
5984
  enableDomainDNSSEC: (request: Readonly<RegistrarApiEnableDomainDNSSECRequest>) => Promise<Domain$2>;
5993
5985
  /**
5994
- * Disable domain DNSSEC.
5986
+ * Disable a domain's DNSSEC. Disable DNSSEC for a domain.
5995
5987
  *
5996
5988
  * @param request - The request {@link RegistrarApiDisableDomainDNSSECRequest}
5997
5989
  * @returns A Promise of Domain
5998
5990
  */
5999
5991
  disableDomainDNSSEC: (request: Readonly<RegistrarApiDisableDomainDNSSECRequest>) => Promise<Domain$2>;
6000
5992
  /**
6001
- * Search available domains. Search a domain (or at maximum, 10 domains).
5993
+ * Search available domains. Search a domain or a maximum of 10 domains that
5994
+ * are available.
6002
5995
  *
6003
- * If the TLD list is empty or not set the search returns the results from the
6004
- * most popular TLDs.
5996
+ * If the TLD list is empty or not set, the search returns the results from
5997
+ * the most popular TLDs.
6005
5998
  *
6006
5999
  * @param request - The request
6007
6000
  * {@link RegistrarApiSearchAvailableDomainsRequest}
@@ -6009,7 +6002,8 @@ declare class RegistrarAPI extends API$r {
6009
6002
  */
6010
6003
  searchAvailableDomains: (request: Readonly<RegistrarApiSearchAvailableDomainsRequest>) => Promise<SearchAvailableDomainsResponse>;
6011
6004
  /**
6012
- * Create domain hostname with glue IPs.
6005
+ * Create a hostname for a domain. Create a hostname for a domain with glue
6006
+ * IPs.
6013
6007
  *
6014
6008
  * @param request - The request {@link RegistrarApiCreateDomainHostRequest}
6015
6009
  * @returns A Promise of Host
@@ -6017,7 +6011,7 @@ declare class RegistrarAPI extends API$r {
6017
6011
  createDomainHost: (request: Readonly<RegistrarApiCreateDomainHostRequest>) => Promise<Host>;
6018
6012
  protected pageOfListDomainHosts: (request: Readonly<RegistrarApiListDomainHostsRequest>) => Promise<ListDomainHostsResponse>;
6019
6013
  /**
6020
- * List domain hostnames with they glue IPs.
6014
+ * List a domain's hostnames. List a domain's hostnames using their glue IPs.
6021
6015
  *
6022
6016
  * @param request - The request {@link RegistrarApiListDomainHostsRequest}
6023
6017
  * @returns A Promise of ListDomainHostsResponse
@@ -6027,14 +6021,14 @@ declare class RegistrarAPI extends API$r {
6027
6021
  [Symbol.asyncIterator]: () => AsyncGenerator<Host[], void, void>;
6028
6022
  };
6029
6023
  /**
6030
- * Update domain hostname with glue IPs.
6024
+ * Update a domain's hostname. Update a domain's hostname with glue IPs.
6031
6025
  *
6032
6026
  * @param request - The request {@link RegistrarApiUpdateDomainHostRequest}
6033
6027
  * @returns A Promise of Host
6034
6028
  */
6035
6029
  updateDomainHost: (request: Readonly<RegistrarApiUpdateDomainHostRequest>) => Promise<Host>;
6036
6030
  /**
6037
- * Delete domain hostname.
6031
+ * Delete a domain's hostname. Delete a domain's hostname.
6038
6032
  *
6039
6033
  * @param request - The request {@link RegistrarApiDeleteDomainHostRequest}
6040
6034
  * @returns A Promise of Host
@@ -6060,333 +6054,333 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
6060
6054
  /** Lists transient statutes of the enum {@link TaskStatus}. */
6061
6055
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
6062
6056
 
6063
- type index_gen$h_AvailableDomain = AvailableDomain;
6064
- type index_gen$h_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
6065
- type index_gen$h_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
6066
- type index_gen$h_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
6067
- type index_gen$h_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
6068
- type index_gen$h_CloneDNSZoneRequest = CloneDNSZoneRequest;
6069
- type index_gen$h_Contact = Contact;
6070
- type index_gen$h_ContactEmailStatus = ContactEmailStatus;
6071
- type index_gen$h_ContactExtensionEU = ContactExtensionEU;
6072
- type index_gen$h_ContactExtensionFR = ContactExtensionFR;
6073
- type index_gen$h_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
6074
- type index_gen$h_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
6075
- type index_gen$h_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
6076
- type index_gen$h_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
6077
- type index_gen$h_ContactExtensionFRMode = ContactExtensionFRMode;
6078
- type index_gen$h_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
6079
- type index_gen$h_ContactExtensionNL = ContactExtensionNL;
6080
- type index_gen$h_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
6081
- type index_gen$h_ContactLegalForm = ContactLegalForm;
6082
- type index_gen$h_ContactQuestion = ContactQuestion;
6083
- type index_gen$h_ContactRoles = ContactRoles;
6084
- type index_gen$h_ContactRolesRoles = ContactRolesRoles;
6085
- type index_gen$h_CreateDNSZoneRequest = CreateDNSZoneRequest;
6086
- type index_gen$h_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
6087
- type index_gen$h_DNSZone = DNSZone;
6088
- type index_gen$h_DNSZoneStatus = DNSZoneStatus;
6089
- type index_gen$h_DNSZoneVersion = DNSZoneVersion;
6090
- declare const index_gen$h_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
6091
- declare const index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
6092
- declare const index_gen$h_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
6093
- type index_gen$h_DSRecord = DSRecord;
6094
- type index_gen$h_DSRecordAlgorithm = DSRecordAlgorithm;
6095
- type index_gen$h_DSRecordDigest = DSRecordDigest;
6096
- type index_gen$h_DSRecordDigestType = DSRecordDigestType;
6097
- type index_gen$h_DSRecordPublicKey = DSRecordPublicKey;
6098
- type index_gen$h_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
6099
- type index_gen$h_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
6100
- type index_gen$h_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
6101
- type index_gen$h_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
6102
- type index_gen$h_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
6103
- type index_gen$h_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
6104
- type index_gen$h_DomainDNSSEC = DomainDNSSEC;
6105
- type index_gen$h_DomainFeatureStatus = DomainFeatureStatus;
6106
- type index_gen$h_DomainRecord = DomainRecord;
6107
- type index_gen$h_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
6108
- type index_gen$h_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
6109
- type index_gen$h_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
6110
- type index_gen$h_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
6111
- type index_gen$h_DomainRecordType = DomainRecordType;
6112
- type index_gen$h_DomainRecordViewConfig = DomainRecordViewConfig;
6113
- type index_gen$h_DomainRecordViewConfigView = DomainRecordViewConfigView;
6114
- type index_gen$h_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
6115
- type index_gen$h_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
6116
- type index_gen$h_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
6117
- type index_gen$h_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
6118
- type index_gen$h_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
6119
- type index_gen$h_DomainSummary = DomainSummary;
6120
- type index_gen$h_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
6121
- type index_gen$h_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
6122
- type index_gen$h_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
6123
- type index_gen$h_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
6124
- type index_gen$h_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
6125
- type index_gen$h_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
6126
- type index_gen$h_GetSSLCertificateRequest = GetSSLCertificateRequest;
6127
- declare const index_gen$h_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
6128
- type index_gen$h_Host = Host;
6129
- type index_gen$h_HostStatus = HostStatus;
6130
- type index_gen$h_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
6131
- type index_gen$h_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
6132
- type index_gen$h_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
6133
- type index_gen$h_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
6134
- type index_gen$h_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
6135
- type index_gen$h_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
6136
- type index_gen$h_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
6137
- type index_gen$h_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
6138
- type index_gen$h_LanguageCode = LanguageCode;
6139
- type index_gen$h_ListContactsResponse = ListContactsResponse;
6140
- type index_gen$h_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
6141
- type index_gen$h_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
6142
- type index_gen$h_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
6143
- type index_gen$h_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
6144
- type index_gen$h_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
6145
- type index_gen$h_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
6146
- type index_gen$h_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
6147
- type index_gen$h_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
6148
- type index_gen$h_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
6149
- type index_gen$h_ListDNSZonesRequest = ListDNSZonesRequest;
6150
- type index_gen$h_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
6151
- type index_gen$h_ListDNSZonesResponse = ListDNSZonesResponse;
6152
- type index_gen$h_ListDomainHostsResponse = ListDomainHostsResponse;
6153
- type index_gen$h_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
6154
- type index_gen$h_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
6155
- type index_gen$h_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
6156
- type index_gen$h_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
6157
- type index_gen$h_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
6158
- type index_gen$h_ListTasksResponse = ListTasksResponse;
6159
- type index_gen$h_NewContact = NewContact;
6160
- type index_gen$h_OrderResponse = OrderResponse;
6161
- type index_gen$h_RawFormat = RawFormat;
6162
- type index_gen$h_RecordChange = RecordChange;
6163
- type index_gen$h_RecordChangeAdd = RecordChangeAdd;
6164
- type index_gen$h_RecordChangeClear = RecordChangeClear;
6165
- type index_gen$h_RecordChangeDelete = RecordChangeDelete;
6166
- type index_gen$h_RecordChangeSet = RecordChangeSet;
6167
- type index_gen$h_RecordIdentifier = RecordIdentifier;
6168
- type index_gen$h_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
6169
- type index_gen$h_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
6170
- type index_gen$h_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
6171
- type index_gen$h_RegistrarAPI = RegistrarAPI;
6172
- declare const index_gen$h_RegistrarAPI: typeof RegistrarAPI;
6173
- type index_gen$h_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
6174
- type index_gen$h_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
6175
- type index_gen$h_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
6176
- type index_gen$h_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
6177
- type index_gen$h_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
6178
- type index_gen$h_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
6179
- type index_gen$h_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
6180
- type index_gen$h_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
6181
- type index_gen$h_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
6182
- type index_gen$h_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
6183
- type index_gen$h_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
6184
- type index_gen$h_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
6185
- type index_gen$h_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
6186
- type index_gen$h_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
6187
- type index_gen$h_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
6188
- type index_gen$h_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
6189
- type index_gen$h_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
6190
- type index_gen$h_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
6191
- type index_gen$h_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
6192
- type index_gen$h_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
6193
- type index_gen$h_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
6194
- type index_gen$h_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
6195
- type index_gen$h_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
6196
- type index_gen$h_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
6197
- type index_gen$h_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
6198
- type index_gen$h_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
6199
- type index_gen$h_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
6200
- type index_gen$h_RenewableDomain = RenewableDomain;
6201
- type index_gen$h_RenewableDomainStatus = RenewableDomainStatus;
6202
- type index_gen$h_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
6203
- type index_gen$h_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
6204
- type index_gen$h_SSLCertificate = SSLCertificate;
6205
- type index_gen$h_SSLCertificateStatus = SSLCertificateStatus;
6206
- declare const index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
6207
- type index_gen$h_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
6208
- type index_gen$h_TaskType = TaskType;
6209
- type index_gen$h_Tld = Tld;
6210
- type index_gen$h_TldOffer = TldOffer;
6211
- type index_gen$h_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
6212
- type index_gen$h_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
6213
- type index_gen$h_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
6214
- type index_gen$h_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
6215
- type index_gen$h_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6216
- type index_gen$h_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6217
- type index_gen$h_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6218
- declare namespace index_gen$h {
6057
+ type index_gen$i_AvailableDomain = AvailableDomain;
6058
+ type index_gen$i_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
6059
+ type index_gen$i_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
6060
+ type index_gen$i_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
6061
+ type index_gen$i_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
6062
+ type index_gen$i_CloneDNSZoneRequest = CloneDNSZoneRequest;
6063
+ type index_gen$i_Contact = Contact;
6064
+ type index_gen$i_ContactEmailStatus = ContactEmailStatus;
6065
+ type index_gen$i_ContactExtensionEU = ContactExtensionEU;
6066
+ type index_gen$i_ContactExtensionFR = ContactExtensionFR;
6067
+ type index_gen$i_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
6068
+ type index_gen$i_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
6069
+ type index_gen$i_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
6070
+ type index_gen$i_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
6071
+ type index_gen$i_ContactExtensionFRMode = ContactExtensionFRMode;
6072
+ type index_gen$i_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
6073
+ type index_gen$i_ContactExtensionNL = ContactExtensionNL;
6074
+ type index_gen$i_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
6075
+ type index_gen$i_ContactLegalForm = ContactLegalForm;
6076
+ type index_gen$i_ContactQuestion = ContactQuestion;
6077
+ type index_gen$i_ContactRoles = ContactRoles;
6078
+ type index_gen$i_ContactRolesRoles = ContactRolesRoles;
6079
+ type index_gen$i_CreateDNSZoneRequest = CreateDNSZoneRequest;
6080
+ type index_gen$i_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
6081
+ type index_gen$i_DNSZone = DNSZone;
6082
+ type index_gen$i_DNSZoneStatus = DNSZoneStatus;
6083
+ type index_gen$i_DNSZoneVersion = DNSZoneVersion;
6084
+ declare const index_gen$i_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
6085
+ declare const index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
6086
+ declare const index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
6087
+ type index_gen$i_DSRecord = DSRecord;
6088
+ type index_gen$i_DSRecordAlgorithm = DSRecordAlgorithm;
6089
+ type index_gen$i_DSRecordDigest = DSRecordDigest;
6090
+ type index_gen$i_DSRecordDigestType = DSRecordDigestType;
6091
+ type index_gen$i_DSRecordPublicKey = DSRecordPublicKey;
6092
+ type index_gen$i_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
6093
+ type index_gen$i_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
6094
+ type index_gen$i_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
6095
+ type index_gen$i_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
6096
+ type index_gen$i_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
6097
+ type index_gen$i_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
6098
+ type index_gen$i_DomainDNSSEC = DomainDNSSEC;
6099
+ type index_gen$i_DomainFeatureStatus = DomainFeatureStatus;
6100
+ type index_gen$i_DomainRecord = DomainRecord;
6101
+ type index_gen$i_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
6102
+ type index_gen$i_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
6103
+ type index_gen$i_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
6104
+ type index_gen$i_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
6105
+ type index_gen$i_DomainRecordType = DomainRecordType;
6106
+ type index_gen$i_DomainRecordViewConfig = DomainRecordViewConfig;
6107
+ type index_gen$i_DomainRecordViewConfigView = DomainRecordViewConfigView;
6108
+ type index_gen$i_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
6109
+ type index_gen$i_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
6110
+ type index_gen$i_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
6111
+ type index_gen$i_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
6112
+ type index_gen$i_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
6113
+ type index_gen$i_DomainSummary = DomainSummary;
6114
+ type index_gen$i_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
6115
+ type index_gen$i_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
6116
+ type index_gen$i_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
6117
+ type index_gen$i_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
6118
+ type index_gen$i_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
6119
+ type index_gen$i_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
6120
+ type index_gen$i_GetSSLCertificateRequest = GetSSLCertificateRequest;
6121
+ declare const index_gen$i_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
6122
+ type index_gen$i_Host = Host;
6123
+ type index_gen$i_HostStatus = HostStatus;
6124
+ type index_gen$i_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
6125
+ type index_gen$i_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
6126
+ type index_gen$i_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
6127
+ type index_gen$i_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
6128
+ type index_gen$i_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
6129
+ type index_gen$i_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
6130
+ type index_gen$i_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
6131
+ type index_gen$i_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
6132
+ type index_gen$i_LanguageCode = LanguageCode;
6133
+ type index_gen$i_ListContactsResponse = ListContactsResponse;
6134
+ type index_gen$i_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
6135
+ type index_gen$i_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
6136
+ type index_gen$i_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
6137
+ type index_gen$i_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
6138
+ type index_gen$i_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
6139
+ type index_gen$i_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
6140
+ type index_gen$i_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
6141
+ type index_gen$i_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
6142
+ type index_gen$i_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
6143
+ type index_gen$i_ListDNSZonesRequest = ListDNSZonesRequest;
6144
+ type index_gen$i_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
6145
+ type index_gen$i_ListDNSZonesResponse = ListDNSZonesResponse;
6146
+ type index_gen$i_ListDomainHostsResponse = ListDomainHostsResponse;
6147
+ type index_gen$i_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
6148
+ type index_gen$i_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
6149
+ type index_gen$i_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
6150
+ type index_gen$i_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
6151
+ type index_gen$i_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
6152
+ type index_gen$i_ListTasksResponse = ListTasksResponse;
6153
+ type index_gen$i_NewContact = NewContact;
6154
+ type index_gen$i_OrderResponse = OrderResponse;
6155
+ type index_gen$i_RawFormat = RawFormat;
6156
+ type index_gen$i_RecordChange = RecordChange;
6157
+ type index_gen$i_RecordChangeAdd = RecordChangeAdd;
6158
+ type index_gen$i_RecordChangeClear = RecordChangeClear;
6159
+ type index_gen$i_RecordChangeDelete = RecordChangeDelete;
6160
+ type index_gen$i_RecordChangeSet = RecordChangeSet;
6161
+ type index_gen$i_RecordIdentifier = RecordIdentifier;
6162
+ type index_gen$i_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
6163
+ type index_gen$i_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
6164
+ type index_gen$i_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
6165
+ type index_gen$i_RegistrarAPI = RegistrarAPI;
6166
+ declare const index_gen$i_RegistrarAPI: typeof RegistrarAPI;
6167
+ type index_gen$i_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
6168
+ type index_gen$i_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
6169
+ type index_gen$i_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
6170
+ type index_gen$i_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
6171
+ type index_gen$i_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
6172
+ type index_gen$i_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
6173
+ type index_gen$i_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
6174
+ type index_gen$i_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
6175
+ type index_gen$i_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
6176
+ type index_gen$i_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
6177
+ type index_gen$i_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
6178
+ type index_gen$i_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
6179
+ type index_gen$i_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
6180
+ type index_gen$i_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
6181
+ type index_gen$i_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
6182
+ type index_gen$i_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
6183
+ type index_gen$i_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
6184
+ type index_gen$i_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
6185
+ type index_gen$i_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
6186
+ type index_gen$i_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
6187
+ type index_gen$i_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
6188
+ type index_gen$i_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
6189
+ type index_gen$i_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
6190
+ type index_gen$i_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
6191
+ type index_gen$i_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
6192
+ type index_gen$i_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
6193
+ type index_gen$i_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
6194
+ type index_gen$i_RenewableDomain = RenewableDomain;
6195
+ type index_gen$i_RenewableDomainStatus = RenewableDomainStatus;
6196
+ type index_gen$i_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
6197
+ type index_gen$i_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
6198
+ type index_gen$i_SSLCertificate = SSLCertificate;
6199
+ type index_gen$i_SSLCertificateStatus = SSLCertificateStatus;
6200
+ declare const index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
6201
+ type index_gen$i_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
6202
+ type index_gen$i_TaskType = TaskType;
6203
+ type index_gen$i_Tld = Tld;
6204
+ type index_gen$i_TldOffer = TldOffer;
6205
+ type index_gen$i_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
6206
+ type index_gen$i_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
6207
+ type index_gen$i_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
6208
+ type index_gen$i_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
6209
+ type index_gen$i_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6210
+ type index_gen$i_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6211
+ type index_gen$i_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6212
+ declare namespace index_gen$i {
6219
6213
  export {
6220
- API$k as API,
6221
- index_gen$h_AvailableDomain as AvailableDomain,
6222
- index_gen$h_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6223
- index_gen$h_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6224
- index_gen$h_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6225
- index_gen$h_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6226
- index_gen$h_CloneDNSZoneRequest as CloneDNSZoneRequest,
6227
- index_gen$h_Contact as Contact,
6228
- index_gen$h_ContactEmailStatus as ContactEmailStatus,
6229
- index_gen$h_ContactExtensionEU as ContactExtensionEU,
6230
- index_gen$h_ContactExtensionFR as ContactExtensionFR,
6231
- index_gen$h_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6232
- index_gen$h_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6233
- index_gen$h_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6234
- index_gen$h_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6235
- index_gen$h_ContactExtensionFRMode as ContactExtensionFRMode,
6236
- index_gen$h_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6237
- index_gen$h_ContactExtensionNL as ContactExtensionNL,
6238
- index_gen$h_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6239
- index_gen$h_ContactLegalForm as ContactLegalForm,
6240
- index_gen$h_ContactQuestion as ContactQuestion,
6241
- index_gen$h_ContactRoles as ContactRoles,
6242
- index_gen$h_ContactRolesRoles as ContactRolesRoles,
6243
- index_gen$h_CreateDNSZoneRequest as CreateDNSZoneRequest,
6244
- index_gen$h_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6245
- index_gen$h_DNSZone as DNSZone,
6246
- index_gen$h_DNSZoneStatus as DNSZoneStatus,
6247
- index_gen$h_DNSZoneVersion as DNSZoneVersion,
6248
- index_gen$h_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6249
- index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6250
- index_gen$h_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
6214
+ API$l as API,
6215
+ index_gen$i_AvailableDomain as AvailableDomain,
6216
+ index_gen$i_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6217
+ index_gen$i_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6218
+ index_gen$i_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6219
+ index_gen$i_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6220
+ index_gen$i_CloneDNSZoneRequest as CloneDNSZoneRequest,
6221
+ index_gen$i_Contact as Contact,
6222
+ index_gen$i_ContactEmailStatus as ContactEmailStatus,
6223
+ index_gen$i_ContactExtensionEU as ContactExtensionEU,
6224
+ index_gen$i_ContactExtensionFR as ContactExtensionFR,
6225
+ index_gen$i_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6226
+ index_gen$i_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6227
+ index_gen$i_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6228
+ index_gen$i_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6229
+ index_gen$i_ContactExtensionFRMode as ContactExtensionFRMode,
6230
+ index_gen$i_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6231
+ index_gen$i_ContactExtensionNL as ContactExtensionNL,
6232
+ index_gen$i_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6233
+ index_gen$i_ContactLegalForm as ContactLegalForm,
6234
+ index_gen$i_ContactQuestion as ContactQuestion,
6235
+ index_gen$i_ContactRoles as ContactRoles,
6236
+ index_gen$i_ContactRolesRoles as ContactRolesRoles,
6237
+ index_gen$i_CreateDNSZoneRequest as CreateDNSZoneRequest,
6238
+ index_gen$i_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6239
+ index_gen$i_DNSZone as DNSZone,
6240
+ index_gen$i_DNSZoneStatus as DNSZoneStatus,
6241
+ index_gen$i_DNSZoneVersion as DNSZoneVersion,
6242
+ index_gen$i_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6243
+ index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6244
+ index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
6251
6245
  DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
6252
- index_gen$h_DSRecord as DSRecord,
6253
- index_gen$h_DSRecordAlgorithm as DSRecordAlgorithm,
6254
- index_gen$h_DSRecordDigest as DSRecordDigest,
6255
- index_gen$h_DSRecordDigestType as DSRecordDigestType,
6256
- index_gen$h_DSRecordPublicKey as DSRecordPublicKey,
6257
- index_gen$h_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6258
- index_gen$h_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6259
- index_gen$h_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6260
- index_gen$h_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6261
- index_gen$h_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6262
- index_gen$h_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
6246
+ index_gen$i_DSRecord as DSRecord,
6247
+ index_gen$i_DSRecordAlgorithm as DSRecordAlgorithm,
6248
+ index_gen$i_DSRecordDigest as DSRecordDigest,
6249
+ index_gen$i_DSRecordDigestType as DSRecordDigestType,
6250
+ index_gen$i_DSRecordPublicKey as DSRecordPublicKey,
6251
+ index_gen$i_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6252
+ index_gen$i_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6253
+ index_gen$i_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6254
+ index_gen$i_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6255
+ index_gen$i_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6256
+ index_gen$i_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
6263
6257
  Domain$2 as Domain,
6264
- index_gen$h_DomainDNSSEC as DomainDNSSEC,
6265
- index_gen$h_DomainFeatureStatus as DomainFeatureStatus,
6266
- index_gen$h_DomainRecord as DomainRecord,
6267
- index_gen$h_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6268
- index_gen$h_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6269
- index_gen$h_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6270
- index_gen$h_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6271
- index_gen$h_DomainRecordType as DomainRecordType,
6272
- index_gen$h_DomainRecordViewConfig as DomainRecordViewConfig,
6273
- index_gen$h_DomainRecordViewConfigView as DomainRecordViewConfigView,
6274
- index_gen$h_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6275
- index_gen$h_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6276
- index_gen$h_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6277
- index_gen$h_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6278
- index_gen$h_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
6258
+ index_gen$i_DomainDNSSEC as DomainDNSSEC,
6259
+ index_gen$i_DomainFeatureStatus as DomainFeatureStatus,
6260
+ index_gen$i_DomainRecord as DomainRecord,
6261
+ index_gen$i_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6262
+ index_gen$i_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6263
+ index_gen$i_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6264
+ index_gen$i_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6265
+ index_gen$i_DomainRecordType as DomainRecordType,
6266
+ index_gen$i_DomainRecordViewConfig as DomainRecordViewConfig,
6267
+ index_gen$i_DomainRecordViewConfigView as DomainRecordViewConfigView,
6268
+ index_gen$i_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6269
+ index_gen$i_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6270
+ index_gen$i_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6271
+ index_gen$i_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6272
+ index_gen$i_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
6279
6273
  DomainStatus$2 as DomainStatus,
6280
- index_gen$h_DomainSummary as DomainSummary,
6281
- index_gen$h_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6282
- index_gen$h_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6283
- index_gen$h_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6284
- index_gen$h_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6285
- index_gen$h_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6286
- index_gen$h_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6287
- index_gen$h_GetSSLCertificateRequest as GetSSLCertificateRequest,
6288
- index_gen$h_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6289
- index_gen$h_Host as Host,
6290
- index_gen$h_HostStatus as HostStatus,
6291
- index_gen$h_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6292
- index_gen$h_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6293
- index_gen$h_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6294
- index_gen$h_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6295
- index_gen$h_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6296
- index_gen$h_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6297
- index_gen$h_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6298
- index_gen$h_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6299
- index_gen$h_LanguageCode as LanguageCode,
6300
- index_gen$h_ListContactsResponse as ListContactsResponse,
6301
- index_gen$h_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6302
- index_gen$h_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6303
- index_gen$h_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6304
- index_gen$h_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6305
- index_gen$h_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6306
- index_gen$h_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6307
- index_gen$h_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6308
- index_gen$h_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6309
- index_gen$h_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6310
- index_gen$h_ListDNSZonesRequest as ListDNSZonesRequest,
6311
- index_gen$h_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6312
- index_gen$h_ListDNSZonesResponse as ListDNSZonesResponse,
6313
- index_gen$h_ListDomainHostsResponse as ListDomainHostsResponse,
6274
+ index_gen$i_DomainSummary as DomainSummary,
6275
+ index_gen$i_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6276
+ index_gen$i_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6277
+ index_gen$i_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6278
+ index_gen$i_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6279
+ index_gen$i_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6280
+ index_gen$i_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6281
+ index_gen$i_GetSSLCertificateRequest as GetSSLCertificateRequest,
6282
+ index_gen$i_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6283
+ index_gen$i_Host as Host,
6284
+ index_gen$i_HostStatus as HostStatus,
6285
+ index_gen$i_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6286
+ index_gen$i_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6287
+ index_gen$i_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6288
+ index_gen$i_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6289
+ index_gen$i_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6290
+ index_gen$i_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6291
+ index_gen$i_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6292
+ index_gen$i_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6293
+ index_gen$i_LanguageCode as LanguageCode,
6294
+ index_gen$i_ListContactsResponse as ListContactsResponse,
6295
+ index_gen$i_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6296
+ index_gen$i_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6297
+ index_gen$i_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6298
+ index_gen$i_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6299
+ index_gen$i_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6300
+ index_gen$i_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6301
+ index_gen$i_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6302
+ index_gen$i_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6303
+ index_gen$i_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6304
+ index_gen$i_ListDNSZonesRequest as ListDNSZonesRequest,
6305
+ index_gen$i_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6306
+ index_gen$i_ListDNSZonesResponse as ListDNSZonesResponse,
6307
+ index_gen$i_ListDomainHostsResponse as ListDomainHostsResponse,
6314
6308
  ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
6315
6309
  ListDomainsResponse$2 as ListDomainsResponse,
6316
- index_gen$h_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6317
- index_gen$h_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6318
- index_gen$h_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6319
- index_gen$h_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6320
- index_gen$h_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6321
- index_gen$h_ListTasksResponse as ListTasksResponse,
6310
+ index_gen$i_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6311
+ index_gen$i_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6312
+ index_gen$i_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6313
+ index_gen$i_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6314
+ index_gen$i_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6315
+ index_gen$i_ListTasksResponse as ListTasksResponse,
6322
6316
  Nameserver$1 as Nameserver,
6323
- index_gen$h_NewContact as NewContact,
6324
- index_gen$h_OrderResponse as OrderResponse,
6325
- index_gen$h_RawFormat as RawFormat,
6326
- index_gen$h_RecordChange as RecordChange,
6327
- index_gen$h_RecordChangeAdd as RecordChangeAdd,
6328
- index_gen$h_RecordChangeClear as RecordChangeClear,
6329
- index_gen$h_RecordChangeDelete as RecordChangeDelete,
6330
- index_gen$h_RecordChangeSet as RecordChangeSet,
6331
- index_gen$h_RecordIdentifier as RecordIdentifier,
6332
- index_gen$h_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6333
- index_gen$h_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6334
- index_gen$h_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6335
- index_gen$h_RegistrarAPI as RegistrarAPI,
6336
- index_gen$h_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6337
- index_gen$h_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6338
- index_gen$h_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6339
- index_gen$h_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6340
- index_gen$h_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6341
- index_gen$h_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6342
- index_gen$h_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6343
- index_gen$h_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6344
- index_gen$h_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6345
- index_gen$h_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6346
- index_gen$h_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6347
- index_gen$h_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6348
- index_gen$h_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6349
- index_gen$h_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6350
- index_gen$h_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6351
- index_gen$h_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6352
- index_gen$h_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6353
- index_gen$h_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6354
- index_gen$h_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6355
- index_gen$h_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6356
- index_gen$h_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6357
- index_gen$h_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6358
- index_gen$h_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6359
- index_gen$h_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6360
- index_gen$h_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6361
- index_gen$h_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6362
- index_gen$h_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6363
- index_gen$h_RenewableDomain as RenewableDomain,
6364
- index_gen$h_RenewableDomainStatus as RenewableDomainStatus,
6365
- index_gen$h_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6366
- index_gen$h_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6367
- index_gen$h_SSLCertificate as SSLCertificate,
6368
- index_gen$h_SSLCertificateStatus as SSLCertificateStatus,
6369
- index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6370
- index_gen$h_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
6317
+ index_gen$i_NewContact as NewContact,
6318
+ index_gen$i_OrderResponse as OrderResponse,
6319
+ index_gen$i_RawFormat as RawFormat,
6320
+ index_gen$i_RecordChange as RecordChange,
6321
+ index_gen$i_RecordChangeAdd as RecordChangeAdd,
6322
+ index_gen$i_RecordChangeClear as RecordChangeClear,
6323
+ index_gen$i_RecordChangeDelete as RecordChangeDelete,
6324
+ index_gen$i_RecordChangeSet as RecordChangeSet,
6325
+ index_gen$i_RecordIdentifier as RecordIdentifier,
6326
+ index_gen$i_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6327
+ index_gen$i_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6328
+ index_gen$i_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6329
+ index_gen$i_RegistrarAPI as RegistrarAPI,
6330
+ index_gen$i_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6331
+ index_gen$i_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6332
+ index_gen$i_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6333
+ index_gen$i_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6334
+ index_gen$i_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6335
+ index_gen$i_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6336
+ index_gen$i_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6337
+ index_gen$i_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6338
+ index_gen$i_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6339
+ index_gen$i_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6340
+ index_gen$i_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6341
+ index_gen$i_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6342
+ index_gen$i_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6343
+ index_gen$i_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6344
+ index_gen$i_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6345
+ index_gen$i_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6346
+ index_gen$i_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6347
+ index_gen$i_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6348
+ index_gen$i_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6349
+ index_gen$i_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6350
+ index_gen$i_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6351
+ index_gen$i_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6352
+ index_gen$i_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6353
+ index_gen$i_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6354
+ index_gen$i_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6355
+ index_gen$i_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6356
+ index_gen$i_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6357
+ index_gen$i_RenewableDomain as RenewableDomain,
6358
+ index_gen$i_RenewableDomainStatus as RenewableDomainStatus,
6359
+ index_gen$i_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6360
+ index_gen$i_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6361
+ index_gen$i_SSLCertificate as SSLCertificate,
6362
+ index_gen$i_SSLCertificateStatus as SSLCertificateStatus,
6363
+ index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6364
+ index_gen$i_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
6371
6365
  TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
6372
6366
  Task$1 as Task,
6373
6367
  TaskStatus$1 as TaskStatus,
6374
- index_gen$h_TaskType as TaskType,
6375
- index_gen$h_Tld as Tld,
6376
- index_gen$h_TldOffer as TldOffer,
6377
- index_gen$h_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6378
- index_gen$h_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6379
- index_gen$h_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6380
- index_gen$h_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6381
- index_gen$h_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6382
- index_gen$h_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6383
- index_gen$h_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
6368
+ index_gen$i_TaskType as TaskType,
6369
+ index_gen$i_Tld as Tld,
6370
+ index_gen$i_TldOffer as TldOffer,
6371
+ index_gen$i_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6372
+ index_gen$i_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6373
+ index_gen$i_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6374
+ index_gen$i_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6375
+ index_gen$i_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6376
+ index_gen$i_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6377
+ index_gen$i_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
6384
6378
  };
6385
6379
  }
6386
6380
 
6387
- declare namespace index$l {
6381
+ declare namespace index$m {
6388
6382
  export {
6389
- index_gen$h as v2beta1,
6383
+ index_gen$i as v2beta1,
6390
6384
  };
6391
6385
  }
6392
6386
 
@@ -6602,7 +6596,7 @@ type DeleteMACAddrRequest = {
6602
6596
  };
6603
6597
 
6604
6598
  /** Elastic Metal - Flexible IP API. */
6605
- declare class API$j extends API$r {
6599
+ declare class API$k extends API$s {
6606
6600
  /** Lists the available zones of the API. */
6607
6601
  static readonly LOCALITIES: Zone[];
6608
6602
  /**
@@ -6731,59 +6725,59 @@ declare namespace validationRules_gen$3 {
6731
6725
  };
6732
6726
  }
6733
6727
 
6734
- type index_gen$g_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
6735
- type index_gen$g_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
6736
- type index_gen$g_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
6737
- type index_gen$g_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
6738
- type index_gen$g_DeleteMACAddrRequest = DeleteMACAddrRequest;
6739
- type index_gen$g_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
6740
- type index_gen$g_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
6741
- type index_gen$g_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
6742
- declare const index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
6743
- type index_gen$g_FlexibleIP = FlexibleIP;
6744
- type index_gen$g_FlexibleIPStatus = FlexibleIPStatus;
6745
- type index_gen$g_GenerateMACAddrRequest = GenerateMACAddrRequest;
6746
- type index_gen$g_GetFlexibleIPRequest = GetFlexibleIPRequest;
6747
- type index_gen$g_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
6748
- type index_gen$g_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
6749
- type index_gen$g_MACAddress = MACAddress;
6750
- type index_gen$g_MACAddressStatus = MACAddressStatus;
6751
- type index_gen$g_MACAddressType = MACAddressType;
6752
- declare const index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
6753
- type index_gen$g_MoveMACAddrRequest = MoveMACAddrRequest;
6754
- type index_gen$g_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
6755
- declare namespace index_gen$g {
6728
+ type index_gen$h_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
6729
+ type index_gen$h_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
6730
+ type index_gen$h_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
6731
+ type index_gen$h_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
6732
+ type index_gen$h_DeleteMACAddrRequest = DeleteMACAddrRequest;
6733
+ type index_gen$h_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
6734
+ type index_gen$h_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
6735
+ type index_gen$h_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
6736
+ declare const index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
6737
+ type index_gen$h_FlexibleIP = FlexibleIP;
6738
+ type index_gen$h_FlexibleIPStatus = FlexibleIPStatus;
6739
+ type index_gen$h_GenerateMACAddrRequest = GenerateMACAddrRequest;
6740
+ type index_gen$h_GetFlexibleIPRequest = GetFlexibleIPRequest;
6741
+ type index_gen$h_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
6742
+ type index_gen$h_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
6743
+ type index_gen$h_MACAddress = MACAddress;
6744
+ type index_gen$h_MACAddressStatus = MACAddressStatus;
6745
+ type index_gen$h_MACAddressType = MACAddressType;
6746
+ declare const index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
6747
+ type index_gen$h_MoveMACAddrRequest = MoveMACAddrRequest;
6748
+ type index_gen$h_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
6749
+ declare namespace index_gen$h {
6756
6750
  export {
6757
- API$j as API,
6758
- index_gen$g_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
6759
- index_gen$g_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
6760
- index_gen$g_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
6761
- index_gen$g_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
6762
- index_gen$g_DeleteMACAddrRequest as DeleteMACAddrRequest,
6763
- index_gen$g_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
6764
- index_gen$g_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
6765
- index_gen$g_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
6766
- index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
6767
- index_gen$g_FlexibleIP as FlexibleIP,
6768
- index_gen$g_FlexibleIPStatus as FlexibleIPStatus,
6769
- index_gen$g_GenerateMACAddrRequest as GenerateMACAddrRequest,
6770
- index_gen$g_GetFlexibleIPRequest as GetFlexibleIPRequest,
6751
+ API$k as API,
6752
+ index_gen$h_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
6753
+ index_gen$h_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
6754
+ index_gen$h_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
6755
+ index_gen$h_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
6756
+ index_gen$h_DeleteMACAddrRequest as DeleteMACAddrRequest,
6757
+ index_gen$h_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
6758
+ index_gen$h_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
6759
+ index_gen$h_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
6760
+ index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
6761
+ index_gen$h_FlexibleIP as FlexibleIP,
6762
+ index_gen$h_FlexibleIPStatus as FlexibleIPStatus,
6763
+ index_gen$h_GenerateMACAddrRequest as GenerateMACAddrRequest,
6764
+ index_gen$h_GetFlexibleIPRequest as GetFlexibleIPRequest,
6771
6765
  ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
6772
- index_gen$g_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
6773
- index_gen$g_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
6774
- index_gen$g_MACAddress as MACAddress,
6775
- index_gen$g_MACAddressStatus as MACAddressStatus,
6776
- index_gen$g_MACAddressType as MACAddressType,
6777
- index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
6778
- index_gen$g_MoveMACAddrRequest as MoveMACAddrRequest,
6779
- index_gen$g_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
6766
+ index_gen$h_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
6767
+ index_gen$h_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
6768
+ index_gen$h_MACAddress as MACAddress,
6769
+ index_gen$h_MACAddressStatus as MACAddressStatus,
6770
+ index_gen$h_MACAddressType as MACAddressType,
6771
+ index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
6772
+ index_gen$h_MoveMACAddrRequest as MoveMACAddrRequest,
6773
+ index_gen$h_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
6780
6774
  validationRules_gen$3 as ValidationRules,
6781
6775
  };
6782
6776
  }
6783
6777
 
6784
- declare namespace index$k {
6778
+ declare namespace index$l {
6785
6779
  export {
6786
- index_gen$g as v1alpha1,
6780
+ index_gen$h as v1alpha1,
6787
6781
  };
6788
6782
  }
6789
6783
 
@@ -7595,7 +7589,7 @@ type DeleteTriggerRequest = {
7595
7589
  };
7596
7590
 
7597
7591
  /** Serverless Functions API. */
7598
- declare class API$i extends API$r {
7592
+ declare class API$j extends API$s {
7599
7593
  /** Lists the available regions of the API. */
7600
7594
  static readonly LOCALITIES: Region[];
7601
7595
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
@@ -7627,7 +7621,7 @@ declare class API$i extends API$r {
7627
7621
  waitForNamespace: (request: Readonly<GetNamespaceRequest$2>, options?: Readonly<WaitForOptions<Namespace$2>>) => Promise<Namespace$2>;
7628
7622
  /**
7629
7623
  * Create a new namespace. Create a new namespace in a specified Organization
7630
- * or Proejct.
7624
+ * or Project.
7631
7625
  *
7632
7626
  * @param request - The request {@link CreateNamespaceRequest}
7633
7627
  * @returns A Promise of Namespace
@@ -7910,169 +7904,169 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
7910
7904
  /** Lists transient statutes of the enum {@link TriggerStatus}. */
7911
7905
  declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
7912
7906
 
7913
- declare const index_gen$f_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
7914
- type index_gen$f_CreateCronRequest = CreateCronRequest;
7915
- type index_gen$f_CreateFunctionRequest = CreateFunctionRequest;
7916
- type index_gen$f_CreateTokenRequest = CreateTokenRequest;
7917
- type index_gen$f_CreateTriggerRequest = CreateTriggerRequest;
7918
- type index_gen$f_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
7919
- type index_gen$f_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
7920
- type index_gen$f_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
7921
- type index_gen$f_Cron = Cron;
7922
- type index_gen$f_CronStatus = CronStatus;
7923
- type index_gen$f_DeleteCronRequest = DeleteCronRequest;
7924
- type index_gen$f_DeleteDomainRequest = DeleteDomainRequest;
7925
- type index_gen$f_DeleteFunctionRequest = DeleteFunctionRequest;
7926
- type index_gen$f_DeleteTokenRequest = DeleteTokenRequest;
7927
- type index_gen$f_DeleteTriggerRequest = DeleteTriggerRequest;
7928
- type index_gen$f_DeployFunctionRequest = DeployFunctionRequest;
7929
- type index_gen$f_DownloadURL = DownloadURL;
7930
- declare const index_gen$f_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
7931
- type index_gen$f_Function = Function;
7932
- type index_gen$f_FunctionHttpOption = FunctionHttpOption;
7933
- type index_gen$f_FunctionPrivacy = FunctionPrivacy;
7934
- type index_gen$f_FunctionRuntime = FunctionRuntime;
7935
- type index_gen$f_FunctionStatus = FunctionStatus;
7936
- type index_gen$f_GetCronRequest = GetCronRequest;
7937
- type index_gen$f_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
7938
- type index_gen$f_GetFunctionRequest = GetFunctionRequest;
7939
- type index_gen$f_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
7940
- type index_gen$f_GetTokenRequest = GetTokenRequest;
7941
- type index_gen$f_GetTriggerRequest = GetTriggerRequest;
7942
- type index_gen$f_IssueJWTRequest = IssueJWTRequest;
7943
- type index_gen$f_ListCronsRequest = ListCronsRequest;
7944
- type index_gen$f_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
7945
- type index_gen$f_ListCronsResponse = ListCronsResponse;
7946
- type index_gen$f_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
7947
- type index_gen$f_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
7948
- type index_gen$f_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
7949
- type index_gen$f_ListFunctionsRequest = ListFunctionsRequest;
7950
- type index_gen$f_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
7951
- type index_gen$f_ListFunctionsResponse = ListFunctionsResponse;
7952
- type index_gen$f_ListLogsRequest = ListLogsRequest;
7953
- type index_gen$f_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
7954
- type index_gen$f_ListLogsResponse = ListLogsResponse;
7955
- type index_gen$f_ListTokensRequest = ListTokensRequest;
7956
- type index_gen$f_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
7957
- type index_gen$f_ListTokensResponse = ListTokensResponse;
7958
- type index_gen$f_ListTriggersRequest = ListTriggersRequest;
7959
- type index_gen$f_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
7960
- type index_gen$f_ListTriggersResponse = ListTriggersResponse;
7961
- type index_gen$f_Log = Log;
7962
- type index_gen$f_LogStream = LogStream;
7963
- type index_gen$f_RuntimeStatus = RuntimeStatus;
7964
- type index_gen$f_SecretHashedValue = SecretHashedValue;
7965
- declare const index_gen$f_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
7966
- declare const index_gen$f_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
7967
- type index_gen$f_Token = Token;
7968
- type index_gen$f_TokenStatus = TokenStatus;
7969
- type index_gen$f_Trigger = Trigger;
7970
- type index_gen$f_TriggerInputType = TriggerInputType;
7971
- type index_gen$f_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
7972
- type index_gen$f_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
7973
- type index_gen$f_TriggerSqsClientConfig = TriggerSqsClientConfig;
7974
- type index_gen$f_TriggerStatus = TriggerStatus;
7975
- type index_gen$f_UpdateCronRequest = UpdateCronRequest;
7976
- type index_gen$f_UpdateFunctionRequest = UpdateFunctionRequest;
7977
- type index_gen$f_UpdateTriggerRequest = UpdateTriggerRequest;
7978
- type index_gen$f_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
7979
- type index_gen$f_UploadURL = UploadURL;
7980
- declare namespace index_gen$f {
7907
+ declare const index_gen$g_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
7908
+ type index_gen$g_CreateCronRequest = CreateCronRequest;
7909
+ type index_gen$g_CreateFunctionRequest = CreateFunctionRequest;
7910
+ type index_gen$g_CreateTokenRequest = CreateTokenRequest;
7911
+ type index_gen$g_CreateTriggerRequest = CreateTriggerRequest;
7912
+ type index_gen$g_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
7913
+ type index_gen$g_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
7914
+ type index_gen$g_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
7915
+ type index_gen$g_Cron = Cron;
7916
+ type index_gen$g_CronStatus = CronStatus;
7917
+ type index_gen$g_DeleteCronRequest = DeleteCronRequest;
7918
+ type index_gen$g_DeleteDomainRequest = DeleteDomainRequest;
7919
+ type index_gen$g_DeleteFunctionRequest = DeleteFunctionRequest;
7920
+ type index_gen$g_DeleteTokenRequest = DeleteTokenRequest;
7921
+ type index_gen$g_DeleteTriggerRequest = DeleteTriggerRequest;
7922
+ type index_gen$g_DeployFunctionRequest = DeployFunctionRequest;
7923
+ type index_gen$g_DownloadURL = DownloadURL;
7924
+ declare const index_gen$g_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
7925
+ type index_gen$g_Function = Function;
7926
+ type index_gen$g_FunctionHttpOption = FunctionHttpOption;
7927
+ type index_gen$g_FunctionPrivacy = FunctionPrivacy;
7928
+ type index_gen$g_FunctionRuntime = FunctionRuntime;
7929
+ type index_gen$g_FunctionStatus = FunctionStatus;
7930
+ type index_gen$g_GetCronRequest = GetCronRequest;
7931
+ type index_gen$g_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
7932
+ type index_gen$g_GetFunctionRequest = GetFunctionRequest;
7933
+ type index_gen$g_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
7934
+ type index_gen$g_GetTokenRequest = GetTokenRequest;
7935
+ type index_gen$g_GetTriggerRequest = GetTriggerRequest;
7936
+ type index_gen$g_IssueJWTRequest = IssueJWTRequest;
7937
+ type index_gen$g_ListCronsRequest = ListCronsRequest;
7938
+ type index_gen$g_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
7939
+ type index_gen$g_ListCronsResponse = ListCronsResponse;
7940
+ type index_gen$g_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
7941
+ type index_gen$g_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
7942
+ type index_gen$g_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
7943
+ type index_gen$g_ListFunctionsRequest = ListFunctionsRequest;
7944
+ type index_gen$g_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
7945
+ type index_gen$g_ListFunctionsResponse = ListFunctionsResponse;
7946
+ type index_gen$g_ListLogsRequest = ListLogsRequest;
7947
+ type index_gen$g_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
7948
+ type index_gen$g_ListLogsResponse = ListLogsResponse;
7949
+ type index_gen$g_ListTokensRequest = ListTokensRequest;
7950
+ type index_gen$g_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
7951
+ type index_gen$g_ListTokensResponse = ListTokensResponse;
7952
+ type index_gen$g_ListTriggersRequest = ListTriggersRequest;
7953
+ type index_gen$g_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
7954
+ type index_gen$g_ListTriggersResponse = ListTriggersResponse;
7955
+ type index_gen$g_Log = Log;
7956
+ type index_gen$g_LogStream = LogStream;
7957
+ type index_gen$g_RuntimeStatus = RuntimeStatus;
7958
+ type index_gen$g_SecretHashedValue = SecretHashedValue;
7959
+ declare const index_gen$g_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
7960
+ declare const index_gen$g_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
7961
+ type index_gen$g_Token = Token;
7962
+ type index_gen$g_TokenStatus = TokenStatus;
7963
+ type index_gen$g_Trigger = Trigger;
7964
+ type index_gen$g_TriggerInputType = TriggerInputType;
7965
+ type index_gen$g_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
7966
+ type index_gen$g_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
7967
+ type index_gen$g_TriggerSqsClientConfig = TriggerSqsClientConfig;
7968
+ type index_gen$g_TriggerStatus = TriggerStatus;
7969
+ type index_gen$g_UpdateCronRequest = UpdateCronRequest;
7970
+ type index_gen$g_UpdateFunctionRequest = UpdateFunctionRequest;
7971
+ type index_gen$g_UpdateTriggerRequest = UpdateTriggerRequest;
7972
+ type index_gen$g_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
7973
+ type index_gen$g_UploadURL = UploadURL;
7974
+ declare namespace index_gen$g {
7981
7975
  export {
7982
- API$i as API,
7983
- index_gen$f_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
7984
- index_gen$f_CreateCronRequest as CreateCronRequest,
7976
+ API$j as API,
7977
+ index_gen$g_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
7978
+ index_gen$g_CreateCronRequest as CreateCronRequest,
7985
7979
  CreateDomainRequest$1 as CreateDomainRequest,
7986
- index_gen$f_CreateFunctionRequest as CreateFunctionRequest,
7980
+ index_gen$g_CreateFunctionRequest as CreateFunctionRequest,
7987
7981
  CreateNamespaceRequest$2 as CreateNamespaceRequest,
7988
- index_gen$f_CreateTokenRequest as CreateTokenRequest,
7989
- index_gen$f_CreateTriggerRequest as CreateTriggerRequest,
7990
- index_gen$f_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
7991
- index_gen$f_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
7992
- index_gen$f_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
7993
- index_gen$f_Cron as Cron,
7994
- index_gen$f_CronStatus as CronStatus,
7982
+ index_gen$g_CreateTokenRequest as CreateTokenRequest,
7983
+ index_gen$g_CreateTriggerRequest as CreateTriggerRequest,
7984
+ index_gen$g_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
7985
+ index_gen$g_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
7986
+ index_gen$g_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
7987
+ index_gen$g_Cron as Cron,
7988
+ index_gen$g_CronStatus as CronStatus,
7995
7989
  DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
7996
- index_gen$f_DeleteCronRequest as DeleteCronRequest,
7997
- index_gen$f_DeleteDomainRequest as DeleteDomainRequest,
7998
- index_gen$f_DeleteFunctionRequest as DeleteFunctionRequest,
7990
+ index_gen$g_DeleteCronRequest as DeleteCronRequest,
7991
+ index_gen$g_DeleteDomainRequest as DeleteDomainRequest,
7992
+ index_gen$g_DeleteFunctionRequest as DeleteFunctionRequest,
7999
7993
  DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
8000
- index_gen$f_DeleteTokenRequest as DeleteTokenRequest,
8001
- index_gen$f_DeleteTriggerRequest as DeleteTriggerRequest,
8002
- index_gen$f_DeployFunctionRequest as DeployFunctionRequest,
7994
+ index_gen$g_DeleteTokenRequest as DeleteTokenRequest,
7995
+ index_gen$g_DeleteTriggerRequest as DeleteTriggerRequest,
7996
+ index_gen$g_DeployFunctionRequest as DeployFunctionRequest,
8003
7997
  Domain$1 as Domain,
8004
7998
  DomainStatus$1 as DomainStatus,
8005
- index_gen$f_DownloadURL as DownloadURL,
8006
- index_gen$f_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
8007
- index_gen$f_Function as Function,
8008
- index_gen$f_FunctionHttpOption as FunctionHttpOption,
8009
- index_gen$f_FunctionPrivacy as FunctionPrivacy,
8010
- index_gen$f_FunctionRuntime as FunctionRuntime,
8011
- index_gen$f_FunctionStatus as FunctionStatus,
8012
- index_gen$f_GetCronRequest as GetCronRequest,
7999
+ index_gen$g_DownloadURL as DownloadURL,
8000
+ index_gen$g_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
8001
+ index_gen$g_Function as Function,
8002
+ index_gen$g_FunctionHttpOption as FunctionHttpOption,
8003
+ index_gen$g_FunctionPrivacy as FunctionPrivacy,
8004
+ index_gen$g_FunctionRuntime as FunctionRuntime,
8005
+ index_gen$g_FunctionStatus as FunctionStatus,
8006
+ index_gen$g_GetCronRequest as GetCronRequest,
8013
8007
  GetDomainRequest$1 as GetDomainRequest,
8014
- index_gen$f_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
8015
- index_gen$f_GetFunctionRequest as GetFunctionRequest,
8016
- index_gen$f_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
8008
+ index_gen$g_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
8009
+ index_gen$g_GetFunctionRequest as GetFunctionRequest,
8010
+ index_gen$g_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
8017
8011
  GetNamespaceRequest$2 as GetNamespaceRequest,
8018
- index_gen$f_GetTokenRequest as GetTokenRequest,
8019
- index_gen$f_GetTriggerRequest as GetTriggerRequest,
8020
- index_gen$f_IssueJWTRequest as IssueJWTRequest,
8021
- index_gen$f_ListCronsRequest as ListCronsRequest,
8022
- index_gen$f_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8023
- index_gen$f_ListCronsResponse as ListCronsResponse,
8012
+ index_gen$g_GetTokenRequest as GetTokenRequest,
8013
+ index_gen$g_GetTriggerRequest as GetTriggerRequest,
8014
+ index_gen$g_IssueJWTRequest as IssueJWTRequest,
8015
+ index_gen$g_ListCronsRequest as ListCronsRequest,
8016
+ index_gen$g_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8017
+ index_gen$g_ListCronsResponse as ListCronsResponse,
8024
8018
  ListDomainsRequest$1 as ListDomainsRequest,
8025
- index_gen$f_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8019
+ index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8026
8020
  ListDomainsResponse$1 as ListDomainsResponse,
8027
- index_gen$f_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8028
- index_gen$f_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8029
- index_gen$f_ListFunctionsRequest as ListFunctionsRequest,
8030
- index_gen$f_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8031
- index_gen$f_ListFunctionsResponse as ListFunctionsResponse,
8032
- index_gen$f_ListLogsRequest as ListLogsRequest,
8033
- index_gen$f_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8034
- index_gen$f_ListLogsResponse as ListLogsResponse,
8021
+ index_gen$g_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8022
+ index_gen$g_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8023
+ index_gen$g_ListFunctionsRequest as ListFunctionsRequest,
8024
+ index_gen$g_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8025
+ index_gen$g_ListFunctionsResponse as ListFunctionsResponse,
8026
+ index_gen$g_ListLogsRequest as ListLogsRequest,
8027
+ index_gen$g_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8028
+ index_gen$g_ListLogsResponse as ListLogsResponse,
8035
8029
  ListNamespacesRequest$2 as ListNamespacesRequest,
8036
8030
  ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
8037
8031
  ListNamespacesResponse$2 as ListNamespacesResponse,
8038
- index_gen$f_ListTokensRequest as ListTokensRequest,
8039
- index_gen$f_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8040
- index_gen$f_ListTokensResponse as ListTokensResponse,
8041
- index_gen$f_ListTriggersRequest as ListTriggersRequest,
8042
- index_gen$f_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8043
- index_gen$f_ListTriggersResponse as ListTriggersResponse,
8044
- index_gen$f_Log as Log,
8045
- index_gen$f_LogStream as LogStream,
8032
+ index_gen$g_ListTokensRequest as ListTokensRequest,
8033
+ index_gen$g_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8034
+ index_gen$g_ListTokensResponse as ListTokensResponse,
8035
+ index_gen$g_ListTriggersRequest as ListTriggersRequest,
8036
+ index_gen$g_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8037
+ index_gen$g_ListTriggersResponse as ListTriggersResponse,
8038
+ index_gen$g_Log as Log,
8039
+ index_gen$g_LogStream as LogStream,
8046
8040
  NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
8047
8041
  Namespace$2 as Namespace,
8048
8042
  NamespaceStatus$1 as NamespaceStatus,
8049
8043
  NullValue$1 as NullValue,
8050
8044
  Runtime$1 as Runtime,
8051
- index_gen$f_RuntimeStatus as RuntimeStatus,
8045
+ index_gen$g_RuntimeStatus as RuntimeStatus,
8052
8046
  Secret$1 as Secret,
8053
- index_gen$f_SecretHashedValue as SecretHashedValue,
8054
- index_gen$f_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8055
- index_gen$f_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8056
- index_gen$f_Token as Token,
8057
- index_gen$f_TokenStatus as TokenStatus,
8058
- index_gen$f_Trigger as Trigger,
8059
- index_gen$f_TriggerInputType as TriggerInputType,
8060
- index_gen$f_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8061
- index_gen$f_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8062
- index_gen$f_TriggerSqsClientConfig as TriggerSqsClientConfig,
8063
- index_gen$f_TriggerStatus as TriggerStatus,
8064
- index_gen$f_UpdateCronRequest as UpdateCronRequest,
8065
- index_gen$f_UpdateFunctionRequest as UpdateFunctionRequest,
8047
+ index_gen$g_SecretHashedValue as SecretHashedValue,
8048
+ index_gen$g_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8049
+ index_gen$g_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8050
+ index_gen$g_Token as Token,
8051
+ index_gen$g_TokenStatus as TokenStatus,
8052
+ index_gen$g_Trigger as Trigger,
8053
+ index_gen$g_TriggerInputType as TriggerInputType,
8054
+ index_gen$g_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8055
+ index_gen$g_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8056
+ index_gen$g_TriggerSqsClientConfig as TriggerSqsClientConfig,
8057
+ index_gen$g_TriggerStatus as TriggerStatus,
8058
+ index_gen$g_UpdateCronRequest as UpdateCronRequest,
8059
+ index_gen$g_UpdateFunctionRequest as UpdateFunctionRequest,
8066
8060
  UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
8067
- index_gen$f_UpdateTriggerRequest as UpdateTriggerRequest,
8068
- index_gen$f_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8069
- index_gen$f_UploadURL as UploadURL,
8061
+ index_gen$g_UpdateTriggerRequest as UpdateTriggerRequest,
8062
+ index_gen$g_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8063
+ index_gen$g_UploadURL as UploadURL,
8070
8064
  };
8071
8065
  }
8072
8066
 
8073
- declare namespace index$j {
8067
+ declare namespace index$k {
8074
8068
  export {
8075
- index_gen$f as v1beta1,
8069
+ index_gen$g as v1beta1,
8076
8070
  };
8077
8071
  }
8078
8072
 
@@ -8864,7 +8858,7 @@ type DeleteJWTRequest = {
8864
8858
  };
8865
8859
 
8866
8860
  /** IAM API. */
8867
- declare class API$h extends API$r {
8861
+ declare class API$i extends API$s {
8868
8862
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
8869
8863
  /**
8870
8864
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -9542,143 +9536,143 @@ declare namespace validationRules_gen$2 {
9542
9536
  };
9543
9537
  }
9544
9538
 
9545
- type index_gen$e_APIKey = APIKey;
9546
- type index_gen$e_AddGroupMemberRequest = AddGroupMemberRequest;
9547
- type index_gen$e_AddGroupMembersRequest = AddGroupMembersRequest;
9548
- type index_gen$e_Application = Application;
9549
- type index_gen$e_BearerType = BearerType;
9550
- type index_gen$e_ClonePolicyRequest = ClonePolicyRequest;
9551
- type index_gen$e_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
9552
- type index_gen$e_DeleteApplicationRequest = DeleteApplicationRequest;
9553
- type index_gen$e_DeleteGroupRequest = DeleteGroupRequest;
9554
- type index_gen$e_DeleteJWTRequest = DeleteJWTRequest;
9555
- type index_gen$e_DeletePolicyRequest = DeletePolicyRequest;
9556
- type index_gen$e_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
9557
- type index_gen$e_GetAPIKeyRequest = GetAPIKeyRequest;
9558
- type index_gen$e_GetApplicationRequest = GetApplicationRequest;
9559
- type index_gen$e_GetGroupRequest = GetGroupRequest;
9560
- type index_gen$e_GetJWTRequest = GetJWTRequest;
9561
- type index_gen$e_GetPolicyRequest = GetPolicyRequest;
9562
- type index_gen$e_GetSSHKeyRequest = GetSSHKeyRequest;
9563
- type index_gen$e_GetUserRequest = GetUserRequest;
9564
- type index_gen$e_Group = Group;
9565
- type index_gen$e_JWT = JWT;
9566
- type index_gen$e_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
9567
- type index_gen$e_ListAPIKeysResponse = ListAPIKeysResponse;
9568
- type index_gen$e_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
9569
- type index_gen$e_ListApplicationsResponse = ListApplicationsResponse;
9570
- type index_gen$e_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
9571
- type index_gen$e_ListGroupsResponse = ListGroupsResponse;
9572
- type index_gen$e_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
9573
- type index_gen$e_ListJWTsResponse = ListJWTsResponse;
9574
- type index_gen$e_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
9575
- type index_gen$e_ListPermissionSetsResponse = ListPermissionSetsResponse;
9576
- type index_gen$e_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
9577
- type index_gen$e_ListPoliciesResponse = ListPoliciesResponse;
9578
- type index_gen$e_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
9579
- type index_gen$e_ListQuotaResponse = ListQuotaResponse;
9580
- type index_gen$e_ListRulesResponse = ListRulesResponse;
9581
- type index_gen$e_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
9582
- type index_gen$e_ListSSHKeysResponse = ListSSHKeysResponse;
9583
- type index_gen$e_PermissionSet = PermissionSet;
9584
- type index_gen$e_PermissionSetScopeType = PermissionSetScopeType;
9585
- type index_gen$e_Policy = Policy;
9586
- type index_gen$e_Quotum = Quotum;
9587
- type index_gen$e_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
9588
- type index_gen$e_Rule = Rule;
9589
- type index_gen$e_RuleSpecs = RuleSpecs;
9590
- type index_gen$e_SSHKey = SSHKey;
9591
- type index_gen$e_SetGroupMembersRequest = SetGroupMembersRequest;
9592
- type index_gen$e_SetRulesRequest = SetRulesRequest;
9593
- type index_gen$e_SetRulesResponse = SetRulesResponse;
9594
- type index_gen$e_UserStatus = UserStatus;
9595
- type index_gen$e_UserType = UserType;
9596
- declare namespace index_gen$e {
9539
+ type index_gen$f_APIKey = APIKey;
9540
+ type index_gen$f_AddGroupMemberRequest = AddGroupMemberRequest;
9541
+ type index_gen$f_AddGroupMembersRequest = AddGroupMembersRequest;
9542
+ type index_gen$f_Application = Application;
9543
+ type index_gen$f_BearerType = BearerType;
9544
+ type index_gen$f_ClonePolicyRequest = ClonePolicyRequest;
9545
+ type index_gen$f_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
9546
+ type index_gen$f_DeleteApplicationRequest = DeleteApplicationRequest;
9547
+ type index_gen$f_DeleteGroupRequest = DeleteGroupRequest;
9548
+ type index_gen$f_DeleteJWTRequest = DeleteJWTRequest;
9549
+ type index_gen$f_DeletePolicyRequest = DeletePolicyRequest;
9550
+ type index_gen$f_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
9551
+ type index_gen$f_GetAPIKeyRequest = GetAPIKeyRequest;
9552
+ type index_gen$f_GetApplicationRequest = GetApplicationRequest;
9553
+ type index_gen$f_GetGroupRequest = GetGroupRequest;
9554
+ type index_gen$f_GetJWTRequest = GetJWTRequest;
9555
+ type index_gen$f_GetPolicyRequest = GetPolicyRequest;
9556
+ type index_gen$f_GetSSHKeyRequest = GetSSHKeyRequest;
9557
+ type index_gen$f_GetUserRequest = GetUserRequest;
9558
+ type index_gen$f_Group = Group;
9559
+ type index_gen$f_JWT = JWT;
9560
+ type index_gen$f_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
9561
+ type index_gen$f_ListAPIKeysResponse = ListAPIKeysResponse;
9562
+ type index_gen$f_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
9563
+ type index_gen$f_ListApplicationsResponse = ListApplicationsResponse;
9564
+ type index_gen$f_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
9565
+ type index_gen$f_ListGroupsResponse = ListGroupsResponse;
9566
+ type index_gen$f_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
9567
+ type index_gen$f_ListJWTsResponse = ListJWTsResponse;
9568
+ type index_gen$f_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
9569
+ type index_gen$f_ListPermissionSetsResponse = ListPermissionSetsResponse;
9570
+ type index_gen$f_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
9571
+ type index_gen$f_ListPoliciesResponse = ListPoliciesResponse;
9572
+ type index_gen$f_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
9573
+ type index_gen$f_ListQuotaResponse = ListQuotaResponse;
9574
+ type index_gen$f_ListRulesResponse = ListRulesResponse;
9575
+ type index_gen$f_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
9576
+ type index_gen$f_ListSSHKeysResponse = ListSSHKeysResponse;
9577
+ type index_gen$f_PermissionSet = PermissionSet;
9578
+ type index_gen$f_PermissionSetScopeType = PermissionSetScopeType;
9579
+ type index_gen$f_Policy = Policy;
9580
+ type index_gen$f_Quotum = Quotum;
9581
+ type index_gen$f_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
9582
+ type index_gen$f_Rule = Rule;
9583
+ type index_gen$f_RuleSpecs = RuleSpecs;
9584
+ type index_gen$f_SSHKey = SSHKey;
9585
+ type index_gen$f_SetGroupMembersRequest = SetGroupMembersRequest;
9586
+ type index_gen$f_SetRulesRequest = SetRulesRequest;
9587
+ type index_gen$f_SetRulesResponse = SetRulesResponse;
9588
+ type index_gen$f_UserStatus = UserStatus;
9589
+ type index_gen$f_UserType = UserType;
9590
+ declare namespace index_gen$f {
9597
9591
  export {
9598
- API$h as API,
9599
- index_gen$e_APIKey as APIKey,
9600
- index_gen$e_AddGroupMemberRequest as AddGroupMemberRequest,
9601
- index_gen$e_AddGroupMembersRequest as AddGroupMembersRequest,
9602
- index_gen$e_Application as Application,
9603
- index_gen$e_BearerType as BearerType,
9604
- index_gen$e_ClonePolicyRequest as ClonePolicyRequest,
9592
+ API$i as API,
9593
+ index_gen$f_APIKey as APIKey,
9594
+ index_gen$f_AddGroupMemberRequest as AddGroupMemberRequest,
9595
+ index_gen$f_AddGroupMembersRequest as AddGroupMembersRequest,
9596
+ index_gen$f_Application as Application,
9597
+ index_gen$f_BearerType as BearerType,
9598
+ index_gen$f_ClonePolicyRequest as ClonePolicyRequest,
9605
9599
  CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
9606
9600
  CreateApplicationRequest$1 as CreateApplicationRequest,
9607
9601
  CreateGroupRequest$1 as CreateGroupRequest,
9608
9602
  CreatePolicyRequest$1 as CreatePolicyRequest,
9609
9603
  CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
9610
- index_gen$e_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
9611
- index_gen$e_DeleteApplicationRequest as DeleteApplicationRequest,
9612
- index_gen$e_DeleteGroupRequest as DeleteGroupRequest,
9613
- index_gen$e_DeleteJWTRequest as DeleteJWTRequest,
9614
- index_gen$e_DeletePolicyRequest as DeletePolicyRequest,
9615
- index_gen$e_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
9604
+ index_gen$f_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
9605
+ index_gen$f_DeleteApplicationRequest as DeleteApplicationRequest,
9606
+ index_gen$f_DeleteGroupRequest as DeleteGroupRequest,
9607
+ index_gen$f_DeleteJWTRequest as DeleteJWTRequest,
9608
+ index_gen$f_DeletePolicyRequest as DeletePolicyRequest,
9609
+ index_gen$f_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
9616
9610
  DeleteUserRequest$1 as DeleteUserRequest,
9617
- index_gen$e_GetAPIKeyRequest as GetAPIKeyRequest,
9618
- index_gen$e_GetApplicationRequest as GetApplicationRequest,
9619
- index_gen$e_GetGroupRequest as GetGroupRequest,
9620
- index_gen$e_GetJWTRequest as GetJWTRequest,
9621
- index_gen$e_GetPolicyRequest as GetPolicyRequest,
9611
+ index_gen$f_GetAPIKeyRequest as GetAPIKeyRequest,
9612
+ index_gen$f_GetApplicationRequest as GetApplicationRequest,
9613
+ index_gen$f_GetGroupRequest as GetGroupRequest,
9614
+ index_gen$f_GetJWTRequest as GetJWTRequest,
9615
+ index_gen$f_GetPolicyRequest as GetPolicyRequest,
9622
9616
  GetQuotumRequest$1 as GetQuotumRequest,
9623
- index_gen$e_GetSSHKeyRequest as GetSSHKeyRequest,
9624
- index_gen$e_GetUserRequest as GetUserRequest,
9625
- index_gen$e_Group as Group,
9626
- index_gen$e_JWT as JWT,
9617
+ index_gen$f_GetSSHKeyRequest as GetSSHKeyRequest,
9618
+ index_gen$f_GetUserRequest as GetUserRequest,
9619
+ index_gen$f_Group as Group,
9620
+ index_gen$f_JWT as JWT,
9627
9621
  ListAPIKeysRequest$1 as ListAPIKeysRequest,
9628
- index_gen$e_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9629
- index_gen$e_ListAPIKeysResponse as ListAPIKeysResponse,
9622
+ index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9623
+ index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse,
9630
9624
  ListApplicationsRequest$1 as ListApplicationsRequest,
9631
- index_gen$e_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9632
- index_gen$e_ListApplicationsResponse as ListApplicationsResponse,
9625
+ index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9626
+ index_gen$f_ListApplicationsResponse as ListApplicationsResponse,
9633
9627
  ListGroupsRequest$1 as ListGroupsRequest,
9634
- index_gen$e_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9635
- index_gen$e_ListGroupsResponse as ListGroupsResponse,
9628
+ index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9629
+ index_gen$f_ListGroupsResponse as ListGroupsResponse,
9636
9630
  ListJWTsRequest$1 as ListJWTsRequest,
9637
- index_gen$e_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9638
- index_gen$e_ListJWTsResponse as ListJWTsResponse,
9631
+ index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9632
+ index_gen$f_ListJWTsResponse as ListJWTsResponse,
9639
9633
  ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
9640
- index_gen$e_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9641
- index_gen$e_ListPermissionSetsResponse as ListPermissionSetsResponse,
9634
+ index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9635
+ index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse,
9642
9636
  ListPoliciesRequest$1 as ListPoliciesRequest,
9643
- index_gen$e_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9644
- index_gen$e_ListPoliciesResponse as ListPoliciesResponse,
9637
+ index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9638
+ index_gen$f_ListPoliciesResponse as ListPoliciesResponse,
9645
9639
  ListQuotaRequest$1 as ListQuotaRequest,
9646
- index_gen$e_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9647
- index_gen$e_ListQuotaResponse as ListQuotaResponse,
9640
+ index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9641
+ index_gen$f_ListQuotaResponse as ListQuotaResponse,
9648
9642
  ListRulesRequest$1 as ListRulesRequest,
9649
- index_gen$e_ListRulesResponse as ListRulesResponse,
9643
+ index_gen$f_ListRulesResponse as ListRulesResponse,
9650
9644
  ListSSHKeysRequest$1 as ListSSHKeysRequest,
9651
- index_gen$e_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9652
- index_gen$e_ListSSHKeysResponse as ListSSHKeysResponse,
9645
+ index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9646
+ index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse,
9653
9647
  ListUsersRequest$2 as ListUsersRequest,
9654
9648
  ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
9655
9649
  ListUsersResponse$1 as ListUsersResponse,
9656
- index_gen$e_PermissionSet as PermissionSet,
9657
- index_gen$e_PermissionSetScopeType as PermissionSetScopeType,
9658
- index_gen$e_Policy as Policy,
9659
- index_gen$e_Quotum as Quotum,
9660
- index_gen$e_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
9661
- index_gen$e_Rule as Rule,
9662
- index_gen$e_RuleSpecs as RuleSpecs,
9663
- index_gen$e_SSHKey as SSHKey,
9664
- index_gen$e_SetGroupMembersRequest as SetGroupMembersRequest,
9665
- index_gen$e_SetRulesRequest as SetRulesRequest,
9666
- index_gen$e_SetRulesResponse as SetRulesResponse,
9650
+ index_gen$f_PermissionSet as PermissionSet,
9651
+ index_gen$f_PermissionSetScopeType as PermissionSetScopeType,
9652
+ index_gen$f_Policy as Policy,
9653
+ index_gen$f_Quotum as Quotum,
9654
+ index_gen$f_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
9655
+ index_gen$f_Rule as Rule,
9656
+ index_gen$f_RuleSpecs as RuleSpecs,
9657
+ index_gen$f_SSHKey as SSHKey,
9658
+ index_gen$f_SetGroupMembersRequest as SetGroupMembersRequest,
9659
+ index_gen$f_SetRulesRequest as SetRulesRequest,
9660
+ index_gen$f_SetRulesResponse as SetRulesResponse,
9667
9661
  UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
9668
9662
  UpdateApplicationRequest$1 as UpdateApplicationRequest,
9669
9663
  UpdateGroupRequest$1 as UpdateGroupRequest,
9670
9664
  UpdatePolicyRequest$1 as UpdatePolicyRequest,
9671
9665
  UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
9672
9666
  User$1 as User,
9673
- index_gen$e_UserStatus as UserStatus,
9674
- index_gen$e_UserType as UserType,
9667
+ index_gen$f_UserStatus as UserStatus,
9668
+ index_gen$f_UserType as UserType,
9675
9669
  validationRules_gen$2 as ValidationRules,
9676
9670
  };
9677
9671
  }
9678
9672
 
9679
- declare namespace index$i {
9673
+ declare namespace index$j {
9680
9674
  export {
9681
- index_gen$e as v1alpha1,
9675
+ index_gen$f as v1alpha1,
9682
9676
  };
9683
9677
  }
9684
9678
 
@@ -9763,7 +9757,7 @@ interface CreateSnapshotResponse {
9763
9757
  task?: Task;
9764
9758
  }
9765
9759
  interface CreateVolumeResponse {
9766
- volume?: Volume$1;
9760
+ volume?: Volume$2;
9767
9761
  }
9768
9762
  interface Dashboard {
9769
9763
  volumesCount: number;
@@ -9817,8 +9811,11 @@ interface GetSecurityGroupRuleResponse {
9817
9811
  interface GetServerResponse {
9818
9812
  server?: Server;
9819
9813
  }
9814
+ /** Get server types availability response. */
9820
9815
  interface GetServerTypesAvailabilityResponse {
9816
+ /** Map of server types. */
9821
9817
  servers: Record<string, GetServerTypesAvailabilityResponseAvailability>;
9818
+ totalCount: number;
9822
9819
  }
9823
9820
  interface GetServerTypesAvailabilityResponseAvailability {
9824
9821
  availability: ServerTypesAvailability;
@@ -9827,7 +9824,7 @@ interface GetSnapshotResponse {
9827
9824
  snapshot?: Snapshot$1;
9828
9825
  }
9829
9826
  interface GetVolumeResponse {
9830
- volume?: Volume$1;
9827
+ volume?: Volume$2;
9831
9828
  }
9832
9829
  interface Image$3 {
9833
9830
  id: string;
@@ -9837,7 +9834,7 @@ interface Image$3 {
9837
9834
  modificationDate?: Date;
9838
9835
  /** @deprecated */
9839
9836
  defaultBootscript?: Bootscript;
9840
- extraVolumes: Record<string, Volume$1>;
9837
+ extraVolumes: Record<string, Volume$2>;
9841
9838
  fromServer: string;
9842
9839
  organization: string;
9843
9840
  public: boolean;
@@ -9931,11 +9928,11 @@ interface ListSnapshotsResponse$1 {
9931
9928
  snapshots: Snapshot$1[];
9932
9929
  }
9933
9930
  /** List volumes response. */
9934
- interface ListVolumesResponse {
9931
+ interface ListVolumesResponse$1 {
9935
9932
  /** Total number of volumes. */
9936
9933
  totalCount: number;
9937
9934
  /** List of volumes. */
9938
- volumes: Volume$1[];
9935
+ volumes: Volume$2[];
9939
9936
  }
9940
9937
  /** List volumes types response. */
9941
9938
  interface ListVolumesTypesResponse {
@@ -10347,10 +10344,10 @@ interface UpdateServerResponse {
10347
10344
  server?: Server;
10348
10345
  }
10349
10346
  interface UpdateVolumeResponse {
10350
- volume?: Volume$1;
10347
+ volume?: Volume$2;
10351
10348
  }
10352
10349
  /** Volume. */
10353
- interface Volume$1 {
10350
+ interface Volume$2 {
10354
10351
  /** Volume unique ID. */
10355
10352
  id: string;
10356
10353
  /** Volume name. */
@@ -10458,7 +10455,12 @@ interface VolumeTypeConstraints {
10458
10455
  type GetServerTypesAvailabilityRequest = {
10459
10456
  /** Zone to target. If none is passed will use default zone from the config. */
10460
10457
  zone?: Zone;
10458
+ /**
10459
+ * A positive integer lower or equal to 100 to select the number of items to
10460
+ * return.
10461
+ */
10461
10462
  perPage?: number;
10463
+ /** A positive integer to choose the page to return. */
10462
10464
  page?: number;
10463
10465
  };
10464
10466
  type ListServersTypesRequest = {
@@ -10683,7 +10685,7 @@ type ExportSnapshotRequest = {
10683
10685
  /** S3 object key. */
10684
10686
  key: string;
10685
10687
  };
10686
- type ListVolumesRequest = {
10688
+ type ListVolumesRequest$1 = {
10687
10689
  /** Zone to target. If none is passed will use default zone from the config. */
10688
10690
  zone?: Zone;
10689
10691
  /** Filter by volume type. */
@@ -10710,7 +10712,7 @@ type ListVolumesRequest = {
10710
10712
  */
10711
10713
  name?: string;
10712
10714
  };
10713
- type CreateVolumeRequest = {
10715
+ type CreateVolumeRequest$1 = {
10714
10716
  /** Zone to target. If none is passed will use default zone from the config. */
10715
10717
  zone?: Zone;
10716
10718
  /** Volume name. */
@@ -10755,13 +10757,13 @@ type CreateVolumeRequest = {
10755
10757
  */
10756
10758
  baseSnapshot?: string;
10757
10759
  };
10758
- type GetVolumeRequest = {
10760
+ type GetVolumeRequest$1 = {
10759
10761
  /** Zone to target. If none is passed will use default zone from the config. */
10760
10762
  zone?: Zone;
10761
10763
  /** UUID of the volume you want to get. */
10762
10764
  volumeId: string;
10763
10765
  };
10764
- type UpdateVolumeRequest = {
10766
+ type UpdateVolumeRequest$1 = {
10765
10767
  /** Zone to target. If none is passed will use default zone from the config. */
10766
10768
  zone?: Zone;
10767
10769
  /** UUID of the volume. */
@@ -10773,7 +10775,7 @@ type UpdateVolumeRequest = {
10773
10775
  /** Volume disk size, must be a multiple of 512. */
10774
10776
  size?: number;
10775
10777
  };
10776
- type DeleteVolumeRequest = {
10778
+ type DeleteVolumeRequest$1 = {
10777
10779
  /** Zone to target. If none is passed will use default zone from the config. */
10778
10780
  zone?: Zone;
10779
10781
  /** UUID of the volume you want to delete. */
@@ -11279,7 +11281,7 @@ type SetServerRequest = {
11279
11281
  /** Instance boot type. */
11280
11282
  bootType?: BootType;
11281
11283
  /** Instance volumes. */
11282
- volumes?: Record<string, Volume$1>;
11284
+ volumes?: Record<string, Volume$2>;
11283
11285
  /** Instance security group. */
11284
11286
  securityGroup?: SecurityGroupSummary;
11285
11287
  /** Instance planned maintenances. */
@@ -11328,7 +11330,7 @@ type SetImageRequest = {
11328
11330
  modificationDate?: Date;
11329
11331
  /** @deprecated */
11330
11332
  defaultBootscript?: Bootscript;
11331
- extraVolumes?: Record<string, Volume$1>;
11333
+ extraVolumes?: Record<string, Volume$2>;
11332
11334
  fromServer: string;
11333
11335
  organization?: string;
11334
11336
  public: boolean;
@@ -11407,7 +11409,7 @@ type SetSecurityGroupRuleRequest = {
11407
11409
  };
11408
11410
 
11409
11411
  /** Instance API. */
11410
- declare class API$g extends API$r {
11412
+ declare class API$h extends API$s {
11411
11413
  /** Lists the available zones of the API. */
11412
11414
  static readonly LOCALITIES: Zone[];
11413
11415
  /**
@@ -11576,7 +11578,7 @@ declare class API$g extends API$r {
11576
11578
  * @returns A Promise of ExportSnapshotResponse
11577
11579
  */
11578
11580
  exportSnapshot: (request: Readonly<ExportSnapshotRequest>) => Promise<ExportSnapshotResponse>;
11579
- protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
11581
+ protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1>;
11580
11582
  /**
11581
11583
  * List volumes. List volumes in the specified Availability Zone. You can
11582
11584
  * filter the output by volume type.
@@ -11584,9 +11586,9 @@ declare class API$g extends API$r {
11584
11586
  * @param request - The request {@link ListVolumesRequest}
11585
11587
  * @returns A Promise of ListVolumesResponse
11586
11588
  */
11587
- listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
11588
- all: () => Promise<Volume$1[]>;
11589
- [Symbol.asyncIterator]: () => AsyncGenerator<Volume$1[], void, void>;
11589
+ listVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1> & {
11590
+ all: () => Promise<Volume$2[]>;
11591
+ [Symbol.asyncIterator]: () => AsyncGenerator<Volume$2[], void, void>;
11590
11592
  };
11591
11593
  /**
11592
11594
  * Create a volume. Create a volume of a specified type in an Availability
@@ -11595,14 +11597,14 @@ declare class API$g extends API$r {
11595
11597
  * @param request - The request {@link CreateVolumeRequest}
11596
11598
  * @returns A Promise of CreateVolumeResponse
11597
11599
  */
11598
- createVolume: (request?: Readonly<CreateVolumeRequest>) => Promise<CreateVolumeResponse>;
11600
+ createVolume: (request?: Readonly<CreateVolumeRequest$1>) => Promise<CreateVolumeResponse>;
11599
11601
  /**
11600
11602
  * Get a volume. Get details of a volume with the specified ID.
11601
11603
  *
11602
11604
  * @param request - The request {@link GetVolumeRequest}
11603
11605
  * @returns A Promise of GetVolumeResponse
11604
11606
  */
11605
- getVolume: (request: Readonly<GetVolumeRequest>) => Promise<GetVolumeResponse>;
11607
+ getVolume: (request: Readonly<GetVolumeRequest$1>) => Promise<GetVolumeResponse>;
11606
11608
  /**
11607
11609
  * Update a volume. Replace the name and/or size properties of a volume
11608
11610
  * specified by its ID, with the specified value(s). Any volume name can be
@@ -11611,13 +11613,13 @@ declare class API$g extends API$r {
11611
11613
  * @param request - The request {@link UpdateVolumeRequest}
11612
11614
  * @returns A Promise of UpdateVolumeResponse
11613
11615
  */
11614
- updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<UpdateVolumeResponse>;
11616
+ updateVolume: (request: Readonly<UpdateVolumeRequest$1>) => Promise<UpdateVolumeResponse>;
11615
11617
  /**
11616
11618
  * Delete a volume. Delete the volume with the specified ID.
11617
11619
  *
11618
11620
  * @param request - The request {@link DeleteVolumeRequest}
11619
11621
  */
11620
- deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
11622
+ deleteVolume: (request: Readonly<DeleteVolumeRequest$1>) => Promise<void>;
11621
11623
  protected pageOfListSecurityGroups: (request?: Readonly<ListSecurityGroupsRequest>) => Promise<ListSecurityGroupsResponse>;
11622
11624
  /**
11623
11625
  * List security groups. List all existing security groups.
@@ -11976,7 +11978,7 @@ type SetServerUserDataRequest = {
11976
11978
  content: string;
11977
11979
  };
11978
11980
 
11979
- declare class InstanceV1UtilsAPI extends API$g {
11981
+ declare class InstanceV1UtilsAPI extends API$h {
11980
11982
  /**
11981
11983
  * Waits for {@link Image} to be in a final state.
11982
11984
  *
@@ -12016,7 +12018,7 @@ declare class InstanceV1UtilsAPI extends API$g {
12016
12018
  * @param options - The waiting options
12017
12019
  * @returns A Promise of Volume
12018
12020
  */
12019
- waitForVolume: (request: Readonly<GetVolumeRequest>, options?: Readonly<WaitForOptions<Volume$1>>) => Promise<Volume$1>;
12021
+ waitForVolume: (request: Readonly<GetVolumeRequest$1>, options?: Readonly<WaitForOptions<Volume$2>>) => Promise<Volume$2>;
12020
12022
  /**
12021
12023
  * Updates a snapshot.
12022
12024
  *
@@ -12113,362 +12115,356 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
12113
12115
  /** Lists transient statutes of the enum {@link VolumeState}. */
12114
12116
  declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
12115
12117
 
12116
- type index$h_Arch = Arch;
12117
- type index$h_AttachVolumeRequest = AttachVolumeRequest;
12118
- type index$h_AttachVolumeResponse = AttachVolumeResponse;
12119
- type index$h_BootType = BootType;
12120
- type index$h_Bootscript = Bootscript;
12121
- type index$h_CreateImageRequest = CreateImageRequest;
12122
- type index$h_CreateImageResponse = CreateImageResponse;
12123
- type index$h_CreateIpResponse = CreateIpResponse;
12124
- type index$h_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
12125
- type index$h_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
12126
- type index$h_CreatePrivateNICRequest = CreatePrivateNICRequest;
12127
- type index$h_CreatePrivateNICResponse = CreatePrivateNICResponse;
12128
- type index$h_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
12129
- type index$h_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
12130
- type index$h_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
12131
- type index$h_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
12132
- type index$h_CreateServerRequest = CreateServerRequest;
12133
- type index$h_CreateServerResponse = CreateServerResponse;
12134
- type index$h_CreateSnapshotResponse = CreateSnapshotResponse;
12135
- type index$h_CreateVolumeRequest = CreateVolumeRequest;
12136
- type index$h_CreateVolumeResponse = CreateVolumeResponse;
12137
- type index$h_Dashboard = Dashboard;
12138
- type index$h_DeleteIpRequest = DeleteIpRequest;
12139
- type index$h_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
12140
- type index$h_DeletePrivateNICRequest = DeletePrivateNICRequest;
12141
- type index$h_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
12142
- type index$h_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
12143
- type index$h_DeleteServerRequest = DeleteServerRequest;
12144
- type index$h_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
12145
- type index$h_DeleteVolumeRequest = DeleteVolumeRequest;
12146
- type index$h_DetachVolumeRequest = DetachVolumeRequest;
12147
- type index$h_DetachVolumeResponse = DetachVolumeResponse;
12148
- type index$h_ExportSnapshotRequest = ExportSnapshotRequest;
12149
- type index$h_ExportSnapshotResponse = ExportSnapshotResponse;
12150
- type index$h_GetBootscriptRequest = GetBootscriptRequest;
12151
- type index$h_GetBootscriptResponse = GetBootscriptResponse;
12152
- type index$h_GetDashboardRequest = GetDashboardRequest;
12153
- type index$h_GetDashboardResponse = GetDashboardResponse;
12154
- type index$h_GetIpResponse = GetIpResponse;
12155
- type index$h_GetPlacementGroupRequest = GetPlacementGroupRequest;
12156
- type index$h_GetPlacementGroupResponse = GetPlacementGroupResponse;
12157
- type index$h_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
12158
- type index$h_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
12159
- type index$h_GetPrivateNICRequest = GetPrivateNICRequest;
12160
- type index$h_GetPrivateNICResponse = GetPrivateNICResponse;
12161
- type index$h_GetSecurityGroupRequest = GetSecurityGroupRequest;
12162
- type index$h_GetSecurityGroupResponse = GetSecurityGroupResponse;
12163
- type index$h_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
12164
- type index$h_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
12165
- type index$h_GetServerRequest = GetServerRequest;
12166
- type index$h_GetServerResponse = GetServerResponse;
12167
- type index$h_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
12168
- type index$h_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
12169
- type index$h_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
12170
- type index$h_GetServerUserDataRequest = GetServerUserDataRequest;
12171
- type index$h_GetSnapshotResponse = GetSnapshotResponse;
12172
- type index$h_GetVolumeRequest = GetVolumeRequest;
12173
- type index$h_GetVolumeResponse = GetVolumeResponse;
12174
- type index$h_ImageState = ImageState;
12175
- type index$h_ListBootscriptsRequest = ListBootscriptsRequest;
12176
- type index$h_ListBootscriptsResponse = ListBootscriptsResponse;
12177
- type index$h_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
12178
- type index$h_ListIpsRequest = ListIpsRequest;
12179
- type index$h_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
12180
- type index$h_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
12181
- type index$h_ListPrivateNICsRequest = ListPrivateNICsRequest;
12182
- type index$h_ListPrivateNICsResponse = ListPrivateNICsResponse;
12183
- type index$h_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
12184
- type index$h_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
12185
- type index$h_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
12186
- type index$h_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
12187
- type index$h_ListServerActionsRequest = ListServerActionsRequest;
12188
- type index$h_ListServerActionsResponse = ListServerActionsResponse;
12189
- type index$h_ListServerUserDataRequest = ListServerUserDataRequest;
12190
- type index$h_ListServerUserDataResponse = ListServerUserDataResponse;
12191
- type index$h_ListServersRequest = ListServersRequest;
12192
- type index$h_ListServersRequestOrder = ListServersRequestOrder;
12193
- type index$h_ListServersResponse = ListServersResponse;
12194
- type index$h_ListServersTypesRequest = ListServersTypesRequest;
12195
- type index$h_ListServersTypesResponse = ListServersTypesResponse;
12196
- type index$h_ListVolumesRequest = ListVolumesRequest;
12197
- type index$h_ListVolumesResponse = ListVolumesResponse;
12198
- type index$h_ListVolumesTypesRequest = ListVolumesTypesRequest;
12199
- type index$h_ListVolumesTypesResponse = ListVolumesTypesResponse;
12200
- declare const index$h_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
12201
- type index$h_PlacementGroup = PlacementGroup;
12202
- type index$h_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
12203
- type index$h_PlacementGroupPolicyType = PlacementGroupPolicyType;
12204
- type index$h_PlacementGroupServer = PlacementGroupServer;
12205
- type index$h_PrivateNIC = PrivateNIC;
12206
- type index$h_PrivateNICState = PrivateNICState;
12207
- declare const index$h_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
12208
- declare const index$h_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
12209
- type index$h_SecurityGroup = SecurityGroup;
12210
- type index$h_SecurityGroupPolicy = SecurityGroupPolicy;
12211
- type index$h_SecurityGroupRule = SecurityGroupRule;
12212
- type index$h_SecurityGroupRuleAction = SecurityGroupRuleAction;
12213
- type index$h_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
12214
- type index$h_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
12215
- type index$h_SecurityGroupState = SecurityGroupState;
12216
- type index$h_SecurityGroupSummary = SecurityGroupSummary;
12217
- type index$h_SecurityGroupTemplate = SecurityGroupTemplate;
12218
- type index$h_Server = Server;
12219
- type index$h_ServerAction = ServerAction;
12220
- type index$h_ServerActionRequest = ServerActionRequest;
12221
- type index$h_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
12222
- type index$h_ServerActionResponse = ServerActionResponse;
12223
- type index$h_ServerIp = ServerIp;
12224
- type index$h_ServerIpv6 = ServerIpv6;
12225
- type index$h_ServerLocation = ServerLocation;
12226
- type index$h_ServerMaintenance = ServerMaintenance;
12227
- type index$h_ServerState = ServerState;
12228
- type index$h_ServerSummary = ServerSummary;
12229
- type index$h_ServerType = ServerType;
12230
- type index$h_ServerTypeCapabilities = ServerTypeCapabilities;
12231
- type index$h_ServerTypeNetwork = ServerTypeNetwork;
12232
- type index$h_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
12233
- type index$h_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
12234
- type index$h_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
12235
- type index$h_ServerTypesAvailability = ServerTypesAvailability;
12236
- type index$h_SetPlacementGroupRequest = SetPlacementGroupRequest;
12237
- type index$h_SetPlacementGroupResponse = SetPlacementGroupResponse;
12238
- type index$h_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
12239
- type index$h_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
12240
- type index$h_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
12241
- type index$h_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
12242
- type index$h_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
12243
- type index$h_SetServerUserDataRequest = SetServerUserDataRequest;
12244
- type index$h_SnapshotBaseVolume = SnapshotBaseVolume;
12245
- type index$h_SnapshotState = SnapshotState;
12246
- type index$h_SnapshotVolumeType = SnapshotVolumeType;
12247
- declare const index$h_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
12248
- type index$h_Task = Task;
12249
- type index$h_TaskStatus = TaskStatus;
12250
- type index$h_UpdateImageResponse = UpdateImageResponse;
12251
- type index$h_UpdateIpResponse = UpdateIpResponse;
12252
- type index$h_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
12253
- type index$h_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
12254
- type index$h_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
12255
- type index$h_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
12256
- type index$h_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
12257
- type index$h_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
12258
- type index$h_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
12259
- type index$h_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
12260
- type index$h_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
12261
- type index$h_UpdateServerRequest = UpdateServerRequest;
12262
- type index$h_UpdateServerResponse = UpdateServerResponse;
12263
- type index$h_UpdateSnapshotResponse = UpdateSnapshotResponse;
12264
- type index$h_UpdateVolumeRequest = UpdateVolumeRequest;
12265
- type index$h_UpdateVolumeResponse = UpdateVolumeResponse;
12266
- declare const index$h_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
12267
- declare const index$h_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
12268
- type index$h_VolumeServer = VolumeServer;
12269
- type index$h_VolumeServerState = VolumeServerState;
12270
- type index$h_VolumeServerTemplate = VolumeServerTemplate;
12271
- type index$h_VolumeServerVolumeType = VolumeServerVolumeType;
12272
- type index$h_VolumeState = VolumeState;
12273
- type index$h_VolumeSummary = VolumeSummary;
12274
- type index$h_VolumeTemplate = VolumeTemplate;
12275
- type index$h_VolumeTypeCapabilities = VolumeTypeCapabilities;
12276
- type index$h_VolumeTypeConstraints = VolumeTypeConstraints;
12277
- type index$h_VolumeVolumeType = VolumeVolumeType;
12278
- declare namespace index$h {
12118
+ type index$i_Arch = Arch;
12119
+ type index$i_AttachVolumeRequest = AttachVolumeRequest;
12120
+ type index$i_AttachVolumeResponse = AttachVolumeResponse;
12121
+ type index$i_BootType = BootType;
12122
+ type index$i_Bootscript = Bootscript;
12123
+ type index$i_CreateImageRequest = CreateImageRequest;
12124
+ type index$i_CreateImageResponse = CreateImageResponse;
12125
+ type index$i_CreateIpResponse = CreateIpResponse;
12126
+ type index$i_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
12127
+ type index$i_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
12128
+ type index$i_CreatePrivateNICRequest = CreatePrivateNICRequest;
12129
+ type index$i_CreatePrivateNICResponse = CreatePrivateNICResponse;
12130
+ type index$i_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
12131
+ type index$i_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
12132
+ type index$i_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
12133
+ type index$i_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
12134
+ type index$i_CreateServerRequest = CreateServerRequest;
12135
+ type index$i_CreateServerResponse = CreateServerResponse;
12136
+ type index$i_CreateSnapshotResponse = CreateSnapshotResponse;
12137
+ type index$i_CreateVolumeResponse = CreateVolumeResponse;
12138
+ type index$i_Dashboard = Dashboard;
12139
+ type index$i_DeleteIpRequest = DeleteIpRequest;
12140
+ type index$i_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
12141
+ type index$i_DeletePrivateNICRequest = DeletePrivateNICRequest;
12142
+ type index$i_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
12143
+ type index$i_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
12144
+ type index$i_DeleteServerRequest = DeleteServerRequest;
12145
+ type index$i_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
12146
+ type index$i_DetachVolumeRequest = DetachVolumeRequest;
12147
+ type index$i_DetachVolumeResponse = DetachVolumeResponse;
12148
+ type index$i_ExportSnapshotRequest = ExportSnapshotRequest;
12149
+ type index$i_ExportSnapshotResponse = ExportSnapshotResponse;
12150
+ type index$i_GetBootscriptRequest = GetBootscriptRequest;
12151
+ type index$i_GetBootscriptResponse = GetBootscriptResponse;
12152
+ type index$i_GetDashboardRequest = GetDashboardRequest;
12153
+ type index$i_GetDashboardResponse = GetDashboardResponse;
12154
+ type index$i_GetIpResponse = GetIpResponse;
12155
+ type index$i_GetPlacementGroupRequest = GetPlacementGroupRequest;
12156
+ type index$i_GetPlacementGroupResponse = GetPlacementGroupResponse;
12157
+ type index$i_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
12158
+ type index$i_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
12159
+ type index$i_GetPrivateNICRequest = GetPrivateNICRequest;
12160
+ type index$i_GetPrivateNICResponse = GetPrivateNICResponse;
12161
+ type index$i_GetSecurityGroupRequest = GetSecurityGroupRequest;
12162
+ type index$i_GetSecurityGroupResponse = GetSecurityGroupResponse;
12163
+ type index$i_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
12164
+ type index$i_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
12165
+ type index$i_GetServerRequest = GetServerRequest;
12166
+ type index$i_GetServerResponse = GetServerResponse;
12167
+ type index$i_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
12168
+ type index$i_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
12169
+ type index$i_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
12170
+ type index$i_GetServerUserDataRequest = GetServerUserDataRequest;
12171
+ type index$i_GetSnapshotResponse = GetSnapshotResponse;
12172
+ type index$i_GetVolumeResponse = GetVolumeResponse;
12173
+ type index$i_ImageState = ImageState;
12174
+ type index$i_ListBootscriptsRequest = ListBootscriptsRequest;
12175
+ type index$i_ListBootscriptsResponse = ListBootscriptsResponse;
12176
+ type index$i_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
12177
+ type index$i_ListIpsRequest = ListIpsRequest;
12178
+ type index$i_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
12179
+ type index$i_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
12180
+ type index$i_ListPrivateNICsRequest = ListPrivateNICsRequest;
12181
+ type index$i_ListPrivateNICsResponse = ListPrivateNICsResponse;
12182
+ type index$i_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
12183
+ type index$i_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
12184
+ type index$i_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
12185
+ type index$i_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
12186
+ type index$i_ListServerActionsRequest = ListServerActionsRequest;
12187
+ type index$i_ListServerActionsResponse = ListServerActionsResponse;
12188
+ type index$i_ListServerUserDataRequest = ListServerUserDataRequest;
12189
+ type index$i_ListServerUserDataResponse = ListServerUserDataResponse;
12190
+ type index$i_ListServersRequest = ListServersRequest;
12191
+ type index$i_ListServersRequestOrder = ListServersRequestOrder;
12192
+ type index$i_ListServersResponse = ListServersResponse;
12193
+ type index$i_ListServersTypesRequest = ListServersTypesRequest;
12194
+ type index$i_ListServersTypesResponse = ListServersTypesResponse;
12195
+ type index$i_ListVolumesTypesRequest = ListVolumesTypesRequest;
12196
+ type index$i_ListVolumesTypesResponse = ListVolumesTypesResponse;
12197
+ declare const index$i_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
12198
+ type index$i_PlacementGroup = PlacementGroup;
12199
+ type index$i_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
12200
+ type index$i_PlacementGroupPolicyType = PlacementGroupPolicyType;
12201
+ type index$i_PlacementGroupServer = PlacementGroupServer;
12202
+ type index$i_PrivateNIC = PrivateNIC;
12203
+ type index$i_PrivateNICState = PrivateNICState;
12204
+ declare const index$i_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
12205
+ declare const index$i_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
12206
+ type index$i_SecurityGroup = SecurityGroup;
12207
+ type index$i_SecurityGroupPolicy = SecurityGroupPolicy;
12208
+ type index$i_SecurityGroupRule = SecurityGroupRule;
12209
+ type index$i_SecurityGroupRuleAction = SecurityGroupRuleAction;
12210
+ type index$i_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
12211
+ type index$i_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
12212
+ type index$i_SecurityGroupState = SecurityGroupState;
12213
+ type index$i_SecurityGroupSummary = SecurityGroupSummary;
12214
+ type index$i_SecurityGroupTemplate = SecurityGroupTemplate;
12215
+ type index$i_Server = Server;
12216
+ type index$i_ServerAction = ServerAction;
12217
+ type index$i_ServerActionRequest = ServerActionRequest;
12218
+ type index$i_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
12219
+ type index$i_ServerActionResponse = ServerActionResponse;
12220
+ type index$i_ServerIp = ServerIp;
12221
+ type index$i_ServerIpv6 = ServerIpv6;
12222
+ type index$i_ServerLocation = ServerLocation;
12223
+ type index$i_ServerMaintenance = ServerMaintenance;
12224
+ type index$i_ServerState = ServerState;
12225
+ type index$i_ServerSummary = ServerSummary;
12226
+ type index$i_ServerType = ServerType;
12227
+ type index$i_ServerTypeCapabilities = ServerTypeCapabilities;
12228
+ type index$i_ServerTypeNetwork = ServerTypeNetwork;
12229
+ type index$i_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
12230
+ type index$i_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
12231
+ type index$i_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
12232
+ type index$i_ServerTypesAvailability = ServerTypesAvailability;
12233
+ type index$i_SetPlacementGroupRequest = SetPlacementGroupRequest;
12234
+ type index$i_SetPlacementGroupResponse = SetPlacementGroupResponse;
12235
+ type index$i_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
12236
+ type index$i_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
12237
+ type index$i_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
12238
+ type index$i_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
12239
+ type index$i_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
12240
+ type index$i_SetServerUserDataRequest = SetServerUserDataRequest;
12241
+ type index$i_SnapshotBaseVolume = SnapshotBaseVolume;
12242
+ type index$i_SnapshotState = SnapshotState;
12243
+ type index$i_SnapshotVolumeType = SnapshotVolumeType;
12244
+ declare const index$i_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
12245
+ type index$i_Task = Task;
12246
+ type index$i_TaskStatus = TaskStatus;
12247
+ type index$i_UpdateImageResponse = UpdateImageResponse;
12248
+ type index$i_UpdateIpResponse = UpdateIpResponse;
12249
+ type index$i_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
12250
+ type index$i_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
12251
+ type index$i_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
12252
+ type index$i_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
12253
+ type index$i_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
12254
+ type index$i_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
12255
+ type index$i_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
12256
+ type index$i_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
12257
+ type index$i_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
12258
+ type index$i_UpdateServerRequest = UpdateServerRequest;
12259
+ type index$i_UpdateServerResponse = UpdateServerResponse;
12260
+ type index$i_UpdateSnapshotResponse = UpdateSnapshotResponse;
12261
+ type index$i_UpdateVolumeResponse = UpdateVolumeResponse;
12262
+ declare const index$i_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
12263
+ declare const index$i_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
12264
+ type index$i_VolumeServer = VolumeServer;
12265
+ type index$i_VolumeServerState = VolumeServerState;
12266
+ type index$i_VolumeServerTemplate = VolumeServerTemplate;
12267
+ type index$i_VolumeServerVolumeType = VolumeServerVolumeType;
12268
+ type index$i_VolumeState = VolumeState;
12269
+ type index$i_VolumeSummary = VolumeSummary;
12270
+ type index$i_VolumeTemplate = VolumeTemplate;
12271
+ type index$i_VolumeTypeCapabilities = VolumeTypeCapabilities;
12272
+ type index$i_VolumeTypeConstraints = VolumeTypeConstraints;
12273
+ type index$i_VolumeVolumeType = VolumeVolumeType;
12274
+ declare namespace index$i {
12279
12275
  export {
12280
12276
  InstanceV1UtilsAPI as API,
12281
- index$h_Arch as Arch,
12282
- index$h_AttachVolumeRequest as AttachVolumeRequest,
12283
- index$h_AttachVolumeResponse as AttachVolumeResponse,
12284
- index$h_BootType as BootType,
12285
- index$h_Bootscript as Bootscript,
12286
- index$h_CreateImageRequest as CreateImageRequest,
12287
- index$h_CreateImageResponse as CreateImageResponse,
12277
+ index$i_Arch as Arch,
12278
+ index$i_AttachVolumeRequest as AttachVolumeRequest,
12279
+ index$i_AttachVolumeResponse as AttachVolumeResponse,
12280
+ index$i_BootType as BootType,
12281
+ index$i_Bootscript as Bootscript,
12282
+ index$i_CreateImageRequest as CreateImageRequest,
12283
+ index$i_CreateImageResponse as CreateImageResponse,
12288
12284
  CreateIpRequest$1 as CreateIpRequest,
12289
- index$h_CreateIpResponse as CreateIpResponse,
12290
- index$h_CreatePlacementGroupRequest as CreatePlacementGroupRequest,
12291
- index$h_CreatePlacementGroupResponse as CreatePlacementGroupResponse,
12292
- index$h_CreatePrivateNICRequest as CreatePrivateNICRequest,
12293
- index$h_CreatePrivateNICResponse as CreatePrivateNICResponse,
12294
- index$h_CreateSecurityGroupRequest as CreateSecurityGroupRequest,
12295
- index$h_CreateSecurityGroupResponse as CreateSecurityGroupResponse,
12296
- index$h_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest,
12297
- index$h_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse,
12298
- index$h_CreateServerRequest as CreateServerRequest,
12299
- index$h_CreateServerResponse as CreateServerResponse,
12285
+ index$i_CreateIpResponse as CreateIpResponse,
12286
+ index$i_CreatePlacementGroupRequest as CreatePlacementGroupRequest,
12287
+ index$i_CreatePlacementGroupResponse as CreatePlacementGroupResponse,
12288
+ index$i_CreatePrivateNICRequest as CreatePrivateNICRequest,
12289
+ index$i_CreatePrivateNICResponse as CreatePrivateNICResponse,
12290
+ index$i_CreateSecurityGroupRequest as CreateSecurityGroupRequest,
12291
+ index$i_CreateSecurityGroupResponse as CreateSecurityGroupResponse,
12292
+ index$i_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest,
12293
+ index$i_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse,
12294
+ index$i_CreateServerRequest as CreateServerRequest,
12295
+ index$i_CreateServerResponse as CreateServerResponse,
12300
12296
  CreateSnapshotRequest$1 as CreateSnapshotRequest,
12301
- index$h_CreateSnapshotResponse as CreateSnapshotResponse,
12302
- index$h_CreateVolumeRequest as CreateVolumeRequest,
12303
- index$h_CreateVolumeResponse as CreateVolumeResponse,
12304
- index$h_Dashboard as Dashboard,
12297
+ index$i_CreateSnapshotResponse as CreateSnapshotResponse,
12298
+ CreateVolumeRequest$1 as CreateVolumeRequest,
12299
+ index$i_CreateVolumeResponse as CreateVolumeResponse,
12300
+ index$i_Dashboard as Dashboard,
12305
12301
  DeleteImageRequest$1 as DeleteImageRequest,
12306
- index$h_DeleteIpRequest as DeleteIpRequest,
12307
- index$h_DeletePlacementGroupRequest as DeletePlacementGroupRequest,
12308
- index$h_DeletePrivateNICRequest as DeletePrivateNICRequest,
12309
- index$h_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest,
12310
- index$h_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest,
12311
- index$h_DeleteServerRequest as DeleteServerRequest,
12312
- index$h_DeleteServerUserDataRequest as DeleteServerUserDataRequest,
12302
+ index$i_DeleteIpRequest as DeleteIpRequest,
12303
+ index$i_DeletePlacementGroupRequest as DeletePlacementGroupRequest,
12304
+ index$i_DeletePrivateNICRequest as DeletePrivateNICRequest,
12305
+ index$i_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest,
12306
+ index$i_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest,
12307
+ index$i_DeleteServerRequest as DeleteServerRequest,
12308
+ index$i_DeleteServerUserDataRequest as DeleteServerUserDataRequest,
12313
12309
  DeleteSnapshotRequest$1 as DeleteSnapshotRequest,
12314
- index$h_DeleteVolumeRequest as DeleteVolumeRequest,
12315
- index$h_DetachVolumeRequest as DetachVolumeRequest,
12316
- index$h_DetachVolumeResponse as DetachVolumeResponse,
12317
- index$h_ExportSnapshotRequest as ExportSnapshotRequest,
12318
- index$h_ExportSnapshotResponse as ExportSnapshotResponse,
12319
- index$h_GetBootscriptRequest as GetBootscriptRequest,
12320
- index$h_GetBootscriptResponse as GetBootscriptResponse,
12321
- index$h_GetDashboardRequest as GetDashboardRequest,
12322
- index$h_GetDashboardResponse as GetDashboardResponse,
12310
+ DeleteVolumeRequest$1 as DeleteVolumeRequest,
12311
+ index$i_DetachVolumeRequest as DetachVolumeRequest,
12312
+ index$i_DetachVolumeResponse as DetachVolumeResponse,
12313
+ index$i_ExportSnapshotRequest as ExportSnapshotRequest,
12314
+ index$i_ExportSnapshotResponse as ExportSnapshotResponse,
12315
+ index$i_GetBootscriptRequest as GetBootscriptRequest,
12316
+ index$i_GetBootscriptResponse as GetBootscriptResponse,
12317
+ index$i_GetDashboardRequest as GetDashboardRequest,
12318
+ index$i_GetDashboardResponse as GetDashboardResponse,
12323
12319
  GetImageRequest$3 as GetImageRequest,
12324
12320
  GetImageResponse$1 as GetImageResponse,
12325
12321
  GetIpRequest$1 as GetIpRequest,
12326
- index$h_GetIpResponse as GetIpResponse,
12327
- index$h_GetPlacementGroupRequest as GetPlacementGroupRequest,
12328
- index$h_GetPlacementGroupResponse as GetPlacementGroupResponse,
12329
- index$h_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest,
12330
- index$h_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse,
12331
- index$h_GetPrivateNICRequest as GetPrivateNICRequest,
12332
- index$h_GetPrivateNICResponse as GetPrivateNICResponse,
12333
- index$h_GetSecurityGroupRequest as GetSecurityGroupRequest,
12334
- index$h_GetSecurityGroupResponse as GetSecurityGroupResponse,
12335
- index$h_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest,
12336
- index$h_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse,
12337
- index$h_GetServerRequest as GetServerRequest,
12338
- index$h_GetServerResponse as GetServerResponse,
12339
- index$h_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest,
12340
- index$h_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse,
12341
- index$h_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability,
12342
- index$h_GetServerUserDataRequest as GetServerUserDataRequest,
12322
+ index$i_GetIpResponse as GetIpResponse,
12323
+ index$i_GetPlacementGroupRequest as GetPlacementGroupRequest,
12324
+ index$i_GetPlacementGroupResponse as GetPlacementGroupResponse,
12325
+ index$i_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest,
12326
+ index$i_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse,
12327
+ index$i_GetPrivateNICRequest as GetPrivateNICRequest,
12328
+ index$i_GetPrivateNICResponse as GetPrivateNICResponse,
12329
+ index$i_GetSecurityGroupRequest as GetSecurityGroupRequest,
12330
+ index$i_GetSecurityGroupResponse as GetSecurityGroupResponse,
12331
+ index$i_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest,
12332
+ index$i_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse,
12333
+ index$i_GetServerRequest as GetServerRequest,
12334
+ index$i_GetServerResponse as GetServerResponse,
12335
+ index$i_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest,
12336
+ index$i_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse,
12337
+ index$i_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability,
12338
+ index$i_GetServerUserDataRequest as GetServerUserDataRequest,
12343
12339
  GetSnapshotRequest$1 as GetSnapshotRequest,
12344
- index$h_GetSnapshotResponse as GetSnapshotResponse,
12345
- index$h_GetVolumeRequest as GetVolumeRequest,
12346
- index$h_GetVolumeResponse as GetVolumeResponse,
12340
+ index$i_GetSnapshotResponse as GetSnapshotResponse,
12341
+ GetVolumeRequest$1 as GetVolumeRequest,
12342
+ index$i_GetVolumeResponse as GetVolumeResponse,
12347
12343
  IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES,
12348
12344
  Image$3 as Image,
12349
- index$h_ImageState as ImageState,
12345
+ index$i_ImageState as ImageState,
12350
12346
  Ip$1 as Ip,
12351
- index$h_ListBootscriptsRequest as ListBootscriptsRequest,
12352
- index$h_ListBootscriptsResponse as ListBootscriptsResponse,
12353
- index$h_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
12347
+ index$i_ListBootscriptsRequest as ListBootscriptsRequest,
12348
+ index$i_ListBootscriptsResponse as ListBootscriptsResponse,
12349
+ index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
12354
12350
  ListImagesRequest$3 as ListImagesRequest,
12355
12351
  ListImagesResponse$3 as ListImagesResponse,
12356
- index$h_ListIpsRequest as ListIpsRequest,
12352
+ index$i_ListIpsRequest as ListIpsRequest,
12357
12353
  ListIpsResponse$1 as ListIpsResponse,
12358
- index$h_ListPlacementGroupsRequest as ListPlacementGroupsRequest,
12359
- index$h_ListPlacementGroupsResponse as ListPlacementGroupsResponse,
12360
- index$h_ListPrivateNICsRequest as ListPrivateNICsRequest,
12361
- index$h_ListPrivateNICsResponse as ListPrivateNICsResponse,
12362
- index$h_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest,
12363
- index$h_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse,
12364
- index$h_ListSecurityGroupsRequest as ListSecurityGroupsRequest,
12365
- index$h_ListSecurityGroupsResponse as ListSecurityGroupsResponse,
12366
- index$h_ListServerActionsRequest as ListServerActionsRequest,
12367
- index$h_ListServerActionsResponse as ListServerActionsResponse,
12368
- index$h_ListServerUserDataRequest as ListServerUserDataRequest,
12369
- index$h_ListServerUserDataResponse as ListServerUserDataResponse,
12370
- index$h_ListServersRequest as ListServersRequest,
12371
- index$h_ListServersRequestOrder as ListServersRequestOrder,
12372
- index$h_ListServersResponse as ListServersResponse,
12373
- index$h_ListServersTypesRequest as ListServersTypesRequest,
12374
- index$h_ListServersTypesResponse as ListServersTypesResponse,
12354
+ index$i_ListPlacementGroupsRequest as ListPlacementGroupsRequest,
12355
+ index$i_ListPlacementGroupsResponse as ListPlacementGroupsResponse,
12356
+ index$i_ListPrivateNICsRequest as ListPrivateNICsRequest,
12357
+ index$i_ListPrivateNICsResponse as ListPrivateNICsResponse,
12358
+ index$i_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest,
12359
+ index$i_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse,
12360
+ index$i_ListSecurityGroupsRequest as ListSecurityGroupsRequest,
12361
+ index$i_ListSecurityGroupsResponse as ListSecurityGroupsResponse,
12362
+ index$i_ListServerActionsRequest as ListServerActionsRequest,
12363
+ index$i_ListServerActionsResponse as ListServerActionsResponse,
12364
+ index$i_ListServerUserDataRequest as ListServerUserDataRequest,
12365
+ index$i_ListServerUserDataResponse as ListServerUserDataResponse,
12366
+ index$i_ListServersRequest as ListServersRequest,
12367
+ index$i_ListServersRequestOrder as ListServersRequestOrder,
12368
+ index$i_ListServersResponse as ListServersResponse,
12369
+ index$i_ListServersTypesRequest as ListServersTypesRequest,
12370
+ index$i_ListServersTypesResponse as ListServersTypesResponse,
12375
12371
  ListSnapshotsRequest$1 as ListSnapshotsRequest,
12376
12372
  ListSnapshotsResponse$1 as ListSnapshotsResponse,
12377
- index$h_ListVolumesRequest as ListVolumesRequest,
12378
- index$h_ListVolumesResponse as ListVolumesResponse,
12379
- index$h_ListVolumesTypesRequest as ListVolumesTypesRequest,
12380
- index$h_ListVolumesTypesResponse as ListVolumesTypesResponse,
12381
- index$h_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES,
12382
- index$h_PlacementGroup as PlacementGroup,
12383
- index$h_PlacementGroupPolicyMode as PlacementGroupPolicyMode,
12384
- index$h_PlacementGroupPolicyType as PlacementGroupPolicyType,
12385
- index$h_PlacementGroupServer as PlacementGroupServer,
12386
- index$h_PrivateNIC as PrivateNIC,
12387
- index$h_PrivateNICState as PrivateNICState,
12388
- index$h_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES,
12389
- index$h_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES,
12373
+ ListVolumesRequest$1 as ListVolumesRequest,
12374
+ ListVolumesResponse$1 as ListVolumesResponse,
12375
+ index$i_ListVolumesTypesRequest as ListVolumesTypesRequest,
12376
+ index$i_ListVolumesTypesResponse as ListVolumesTypesResponse,
12377
+ index$i_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES,
12378
+ index$i_PlacementGroup as PlacementGroup,
12379
+ index$i_PlacementGroupPolicyMode as PlacementGroupPolicyMode,
12380
+ index$i_PlacementGroupPolicyType as PlacementGroupPolicyType,
12381
+ index$i_PlacementGroupServer as PlacementGroupServer,
12382
+ index$i_PrivateNIC as PrivateNIC,
12383
+ index$i_PrivateNICState as PrivateNICState,
12384
+ index$i_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES,
12385
+ index$i_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES,
12390
12386
  SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES,
12391
- index$h_SecurityGroup as SecurityGroup,
12392
- index$h_SecurityGroupPolicy as SecurityGroupPolicy,
12393
- index$h_SecurityGroupRule as SecurityGroupRule,
12394
- index$h_SecurityGroupRuleAction as SecurityGroupRuleAction,
12395
- index$h_SecurityGroupRuleDirection as SecurityGroupRuleDirection,
12396
- index$h_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol,
12397
- index$h_SecurityGroupState as SecurityGroupState,
12398
- index$h_SecurityGroupSummary as SecurityGroupSummary,
12399
- index$h_SecurityGroupTemplate as SecurityGroupTemplate,
12400
- index$h_Server as Server,
12401
- index$h_ServerAction as ServerAction,
12402
- index$h_ServerActionRequest as ServerActionRequest,
12403
- index$h_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate,
12404
- index$h_ServerActionResponse as ServerActionResponse,
12405
- index$h_ServerIp as ServerIp,
12406
- index$h_ServerIpv6 as ServerIpv6,
12407
- index$h_ServerLocation as ServerLocation,
12408
- index$h_ServerMaintenance as ServerMaintenance,
12409
- index$h_ServerState as ServerState,
12410
- index$h_ServerSummary as ServerSummary,
12411
- index$h_ServerType as ServerType,
12412
- index$h_ServerTypeCapabilities as ServerTypeCapabilities,
12413
- index$h_ServerTypeNetwork as ServerTypeNetwork,
12414
- index$h_ServerTypeNetworkInterface as ServerTypeNetworkInterface,
12415
- index$h_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes,
12416
- index$h_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType,
12417
- index$h_ServerTypesAvailability as ServerTypesAvailability,
12418
- index$h_SetPlacementGroupRequest as SetPlacementGroupRequest,
12419
- index$h_SetPlacementGroupResponse as SetPlacementGroupResponse,
12420
- index$h_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest,
12421
- index$h_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse,
12422
- index$h_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest,
12423
- index$h_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule,
12424
- index$h_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse,
12425
- index$h_SetServerUserDataRequest as SetServerUserDataRequest,
12387
+ index$i_SecurityGroup as SecurityGroup,
12388
+ index$i_SecurityGroupPolicy as SecurityGroupPolicy,
12389
+ index$i_SecurityGroupRule as SecurityGroupRule,
12390
+ index$i_SecurityGroupRuleAction as SecurityGroupRuleAction,
12391
+ index$i_SecurityGroupRuleDirection as SecurityGroupRuleDirection,
12392
+ index$i_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol,
12393
+ index$i_SecurityGroupState as SecurityGroupState,
12394
+ index$i_SecurityGroupSummary as SecurityGroupSummary,
12395
+ index$i_SecurityGroupTemplate as SecurityGroupTemplate,
12396
+ index$i_Server as Server,
12397
+ index$i_ServerAction as ServerAction,
12398
+ index$i_ServerActionRequest as ServerActionRequest,
12399
+ index$i_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate,
12400
+ index$i_ServerActionResponse as ServerActionResponse,
12401
+ index$i_ServerIp as ServerIp,
12402
+ index$i_ServerIpv6 as ServerIpv6,
12403
+ index$i_ServerLocation as ServerLocation,
12404
+ index$i_ServerMaintenance as ServerMaintenance,
12405
+ index$i_ServerState as ServerState,
12406
+ index$i_ServerSummary as ServerSummary,
12407
+ index$i_ServerType as ServerType,
12408
+ index$i_ServerTypeCapabilities as ServerTypeCapabilities,
12409
+ index$i_ServerTypeNetwork as ServerTypeNetwork,
12410
+ index$i_ServerTypeNetworkInterface as ServerTypeNetworkInterface,
12411
+ index$i_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes,
12412
+ index$i_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType,
12413
+ index$i_ServerTypesAvailability as ServerTypesAvailability,
12414
+ index$i_SetPlacementGroupRequest as SetPlacementGroupRequest,
12415
+ index$i_SetPlacementGroupResponse as SetPlacementGroupResponse,
12416
+ index$i_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest,
12417
+ index$i_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse,
12418
+ index$i_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest,
12419
+ index$i_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule,
12420
+ index$i_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse,
12421
+ index$i_SetServerUserDataRequest as SetServerUserDataRequest,
12426
12422
  Snapshot$1 as Snapshot,
12427
- index$h_SnapshotBaseVolume as SnapshotBaseVolume,
12428
- index$h_SnapshotState as SnapshotState,
12429
- index$h_SnapshotVolumeType as SnapshotVolumeType,
12430
- index$h_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES,
12431
- index$h_Task as Task,
12432
- index$h_TaskStatus as TaskStatus,
12423
+ index$i_SnapshotBaseVolume as SnapshotBaseVolume,
12424
+ index$i_SnapshotState as SnapshotState,
12425
+ index$i_SnapshotVolumeType as SnapshotVolumeType,
12426
+ index$i_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES,
12427
+ index$i_Task as Task,
12428
+ index$i_TaskStatus as TaskStatus,
12433
12429
  UpdateImageRequest$1 as UpdateImageRequest,
12434
- index$h_UpdateImageResponse as UpdateImageResponse,
12430
+ index$i_UpdateImageResponse as UpdateImageResponse,
12435
12431
  UpdateIpRequest$1 as UpdateIpRequest,
12436
- index$h_UpdateIpResponse as UpdateIpResponse,
12437
- index$h_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest,
12438
- index$h_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse,
12439
- index$h_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest,
12440
- index$h_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse,
12441
- index$h_UpdatePrivateNICRequest as UpdatePrivateNICRequest,
12442
- index$h_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest,
12443
- index$h_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse,
12444
- index$h_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest,
12445
- index$h_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse,
12446
- index$h_UpdateServerRequest as UpdateServerRequest,
12447
- index$h_UpdateServerResponse as UpdateServerResponse,
12432
+ index$i_UpdateIpResponse as UpdateIpResponse,
12433
+ index$i_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest,
12434
+ index$i_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse,
12435
+ index$i_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest,
12436
+ index$i_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse,
12437
+ index$i_UpdatePrivateNICRequest as UpdatePrivateNICRequest,
12438
+ index$i_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest,
12439
+ index$i_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse,
12440
+ index$i_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest,
12441
+ index$i_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse,
12442
+ index$i_UpdateServerRequest as UpdateServerRequest,
12443
+ index$i_UpdateServerResponse as UpdateServerResponse,
12448
12444
  UpdateSnapshotRequest$1 as UpdateSnapshotRequest,
12449
- index$h_UpdateSnapshotResponse as UpdateSnapshotResponse,
12450
- index$h_UpdateVolumeRequest as UpdateVolumeRequest,
12451
- index$h_UpdateVolumeResponse as UpdateVolumeResponse,
12452
- index$h_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES,
12453
- index$h_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES,
12454
- Volume$1 as Volume,
12455
- index$h_VolumeServer as VolumeServer,
12456
- index$h_VolumeServerState as VolumeServerState,
12457
- index$h_VolumeServerTemplate as VolumeServerTemplate,
12458
- index$h_VolumeServerVolumeType as VolumeServerVolumeType,
12459
- index$h_VolumeState as VolumeState,
12460
- index$h_VolumeSummary as VolumeSummary,
12461
- index$h_VolumeTemplate as VolumeTemplate,
12445
+ index$i_UpdateSnapshotResponse as UpdateSnapshotResponse,
12446
+ UpdateVolumeRequest$1 as UpdateVolumeRequest,
12447
+ index$i_UpdateVolumeResponse as UpdateVolumeResponse,
12448
+ index$i_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES,
12449
+ index$i_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES,
12450
+ Volume$2 as Volume,
12451
+ index$i_VolumeServer as VolumeServer,
12452
+ index$i_VolumeServerState as VolumeServerState,
12453
+ index$i_VolumeServerTemplate as VolumeServerTemplate,
12454
+ index$i_VolumeServerVolumeType as VolumeServerVolumeType,
12455
+ index$i_VolumeState as VolumeState,
12456
+ index$i_VolumeSummary as VolumeSummary,
12457
+ index$i_VolumeTemplate as VolumeTemplate,
12462
12458
  VolumeType$1 as VolumeType,
12463
- index$h_VolumeTypeCapabilities as VolumeTypeCapabilities,
12464
- index$h_VolumeTypeConstraints as VolumeTypeConstraints,
12465
- index$h_VolumeVolumeType as VolumeVolumeType,
12459
+ index$i_VolumeTypeCapabilities as VolumeTypeCapabilities,
12460
+ index$i_VolumeTypeConstraints as VolumeTypeConstraints,
12461
+ index$i_VolumeVolumeType as VolumeVolumeType,
12466
12462
  };
12467
12463
  }
12468
12464
 
12469
- declare namespace index$g {
12465
+ declare namespace index$h {
12470
12466
  export {
12471
- index$h as v1,
12467
+ index$i as v1,
12472
12468
  };
12473
12469
  }
12474
12470
 
@@ -13427,7 +13423,7 @@ type DeleteTwinDocumentsRequest = {
13427
13423
  *
13428
13424
  * This API allows you to manage IoT hubs and devices. IoT Hub API.
13429
13425
  */
13430
- declare class API$f extends API$r {
13426
+ declare class API$g extends API$s {
13431
13427
  /** Lists the available regions of the API. */
13432
13428
  static readonly LOCALITIES: Region[];
13433
13429
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -13748,174 +13744,519 @@ declare class API$f extends API$r {
13748
13744
  /** Lists transient statutes of the enum {@link HubStatus}. */
13749
13745
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
13750
13746
 
13751
- type index_gen$d_CreateDeviceRequest = CreateDeviceRequest;
13752
- type index_gen$d_CreateDeviceResponse = CreateDeviceResponse;
13753
- type index_gen$d_CreateHubRequest = CreateHubRequest;
13754
- type index_gen$d_CreateNetworkRequest = CreateNetworkRequest;
13755
- type index_gen$d_CreateNetworkResponse = CreateNetworkResponse;
13756
- type index_gen$d_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
13757
- type index_gen$d_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
13758
- type index_gen$d_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
13759
- type index_gen$d_DeleteDeviceRequest = DeleteDeviceRequest;
13760
- type index_gen$d_DeleteHubRequest = DeleteHubRequest;
13761
- type index_gen$d_DeleteNetworkRequest = DeleteNetworkRequest;
13762
- type index_gen$d_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
13763
- type index_gen$d_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
13764
- type index_gen$d_Device = Device;
13765
- type index_gen$d_DeviceMessageFilters = DeviceMessageFilters;
13766
- type index_gen$d_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
13767
- type index_gen$d_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
13768
- type index_gen$d_DeviceStatus = DeviceStatus;
13769
- type index_gen$d_DisableDeviceRequest = DisableDeviceRequest;
13770
- type index_gen$d_DisableHubRequest = DisableHubRequest;
13771
- type index_gen$d_EnableDeviceRequest = EnableDeviceRequest;
13772
- type index_gen$d_EnableHubRequest = EnableHubRequest;
13773
- type index_gen$d_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
13774
- type index_gen$d_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
13775
- type index_gen$d_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
13776
- type index_gen$d_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
13777
- type index_gen$d_GetDeviceRequest = GetDeviceRequest;
13778
- type index_gen$d_GetHubCARequest = GetHubCARequest;
13779
- type index_gen$d_GetHubCAResponse = GetHubCAResponse;
13780
- type index_gen$d_GetHubMetricsRequest = GetHubMetricsRequest;
13781
- type index_gen$d_GetHubMetricsResponse = GetHubMetricsResponse;
13782
- type index_gen$d_GetHubRequest = GetHubRequest;
13783
- type index_gen$d_GetNetworkRequest = GetNetworkRequest;
13784
- type index_gen$d_GetTwinDocumentRequest = GetTwinDocumentRequest;
13785
- declare const index_gen$d_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
13786
- type index_gen$d_Hub = Hub;
13787
- type index_gen$d_HubProductPlan = HubProductPlan;
13788
- type index_gen$d_HubStatus = HubStatus;
13789
- type index_gen$d_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
13790
- type index_gen$d_ListDevicesRequest = ListDevicesRequest;
13791
- type index_gen$d_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
13792
- type index_gen$d_ListDevicesResponse = ListDevicesResponse;
13793
- type index_gen$d_ListHubsRequest = ListHubsRequest;
13794
- type index_gen$d_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
13795
- type index_gen$d_ListHubsResponse = ListHubsResponse;
13796
- type index_gen$d_ListNetworksRequest = ListNetworksRequest;
13797
- type index_gen$d_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
13798
- type index_gen$d_ListNetworksResponse = ListNetworksResponse;
13799
- type index_gen$d_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
13800
- type index_gen$d_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
13801
- type index_gen$d_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
13802
- type index_gen$d_Network = Network;
13803
- type index_gen$d_NetworkNetworkType = NetworkNetworkType;
13804
- type index_gen$d_NullValue = NullValue;
13805
- type index_gen$d_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
13806
- type index_gen$d_PutTwinDocumentRequest = PutTwinDocumentRequest;
13807
- type index_gen$d_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
13808
- type index_gen$d_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
13809
- type index_gen$d_RouteDatabaseConfig = RouteDatabaseConfig;
13810
- type index_gen$d_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
13811
- type index_gen$d_RouteRestConfig = RouteRestConfig;
13812
- type index_gen$d_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
13813
- type index_gen$d_RouteRouteType = RouteRouteType;
13814
- type index_gen$d_RouteS3Config = RouteS3Config;
13815
- type index_gen$d_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
13816
- type index_gen$d_RouteSummary = RouteSummary;
13817
- type index_gen$d_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
13818
- type index_gen$d_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
13819
- type index_gen$d_SetHubCARequest = SetHubCARequest;
13820
- type index_gen$d_TwinDocument = TwinDocument;
13821
- type index_gen$d_UpdateDeviceRequest = UpdateDeviceRequest;
13822
- type index_gen$d_UpdateHubRequest = UpdateHubRequest;
13823
- type index_gen$d_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
13824
- type index_gen$d_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
13825
- type index_gen$d_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
13826
- declare namespace index_gen$d {
13747
+ type index_gen$e_CreateDeviceRequest = CreateDeviceRequest;
13748
+ type index_gen$e_CreateDeviceResponse = CreateDeviceResponse;
13749
+ type index_gen$e_CreateHubRequest = CreateHubRequest;
13750
+ type index_gen$e_CreateNetworkRequest = CreateNetworkRequest;
13751
+ type index_gen$e_CreateNetworkResponse = CreateNetworkResponse;
13752
+ type index_gen$e_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
13753
+ type index_gen$e_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
13754
+ type index_gen$e_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
13755
+ type index_gen$e_DeleteDeviceRequest = DeleteDeviceRequest;
13756
+ type index_gen$e_DeleteHubRequest = DeleteHubRequest;
13757
+ type index_gen$e_DeleteNetworkRequest = DeleteNetworkRequest;
13758
+ type index_gen$e_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
13759
+ type index_gen$e_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
13760
+ type index_gen$e_Device = Device;
13761
+ type index_gen$e_DeviceMessageFilters = DeviceMessageFilters;
13762
+ type index_gen$e_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
13763
+ type index_gen$e_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
13764
+ type index_gen$e_DeviceStatus = DeviceStatus;
13765
+ type index_gen$e_DisableDeviceRequest = DisableDeviceRequest;
13766
+ type index_gen$e_DisableHubRequest = DisableHubRequest;
13767
+ type index_gen$e_EnableDeviceRequest = EnableDeviceRequest;
13768
+ type index_gen$e_EnableHubRequest = EnableHubRequest;
13769
+ type index_gen$e_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
13770
+ type index_gen$e_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
13771
+ type index_gen$e_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
13772
+ type index_gen$e_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
13773
+ type index_gen$e_GetDeviceRequest = GetDeviceRequest;
13774
+ type index_gen$e_GetHubCARequest = GetHubCARequest;
13775
+ type index_gen$e_GetHubCAResponse = GetHubCAResponse;
13776
+ type index_gen$e_GetHubMetricsRequest = GetHubMetricsRequest;
13777
+ type index_gen$e_GetHubMetricsResponse = GetHubMetricsResponse;
13778
+ type index_gen$e_GetHubRequest = GetHubRequest;
13779
+ type index_gen$e_GetNetworkRequest = GetNetworkRequest;
13780
+ type index_gen$e_GetTwinDocumentRequest = GetTwinDocumentRequest;
13781
+ declare const index_gen$e_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
13782
+ type index_gen$e_Hub = Hub;
13783
+ type index_gen$e_HubProductPlan = HubProductPlan;
13784
+ type index_gen$e_HubStatus = HubStatus;
13785
+ type index_gen$e_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
13786
+ type index_gen$e_ListDevicesRequest = ListDevicesRequest;
13787
+ type index_gen$e_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
13788
+ type index_gen$e_ListDevicesResponse = ListDevicesResponse;
13789
+ type index_gen$e_ListHubsRequest = ListHubsRequest;
13790
+ type index_gen$e_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
13791
+ type index_gen$e_ListHubsResponse = ListHubsResponse;
13792
+ type index_gen$e_ListNetworksRequest = ListNetworksRequest;
13793
+ type index_gen$e_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
13794
+ type index_gen$e_ListNetworksResponse = ListNetworksResponse;
13795
+ type index_gen$e_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
13796
+ type index_gen$e_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
13797
+ type index_gen$e_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
13798
+ type index_gen$e_Network = Network;
13799
+ type index_gen$e_NetworkNetworkType = NetworkNetworkType;
13800
+ type index_gen$e_NullValue = NullValue;
13801
+ type index_gen$e_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
13802
+ type index_gen$e_PutTwinDocumentRequest = PutTwinDocumentRequest;
13803
+ type index_gen$e_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
13804
+ type index_gen$e_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
13805
+ type index_gen$e_RouteDatabaseConfig = RouteDatabaseConfig;
13806
+ type index_gen$e_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
13807
+ type index_gen$e_RouteRestConfig = RouteRestConfig;
13808
+ type index_gen$e_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
13809
+ type index_gen$e_RouteRouteType = RouteRouteType;
13810
+ type index_gen$e_RouteS3Config = RouteS3Config;
13811
+ type index_gen$e_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
13812
+ type index_gen$e_RouteSummary = RouteSummary;
13813
+ type index_gen$e_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
13814
+ type index_gen$e_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
13815
+ type index_gen$e_SetHubCARequest = SetHubCARequest;
13816
+ type index_gen$e_TwinDocument = TwinDocument;
13817
+ type index_gen$e_UpdateDeviceRequest = UpdateDeviceRequest;
13818
+ type index_gen$e_UpdateHubRequest = UpdateHubRequest;
13819
+ type index_gen$e_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
13820
+ type index_gen$e_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
13821
+ type index_gen$e_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
13822
+ declare namespace index_gen$e {
13827
13823
  export {
13828
- API$f as API,
13824
+ API$g as API,
13829
13825
  Certificate$1 as Certificate,
13830
- index_gen$d_CreateDeviceRequest as CreateDeviceRequest,
13831
- index_gen$d_CreateDeviceResponse as CreateDeviceResponse,
13832
- index_gen$d_CreateHubRequest as CreateHubRequest,
13833
- index_gen$d_CreateNetworkRequest as CreateNetworkRequest,
13834
- index_gen$d_CreateNetworkResponse as CreateNetworkResponse,
13826
+ index_gen$e_CreateDeviceRequest as CreateDeviceRequest,
13827
+ index_gen$e_CreateDeviceResponse as CreateDeviceResponse,
13828
+ index_gen$e_CreateHubRequest as CreateHubRequest,
13829
+ index_gen$e_CreateNetworkRequest as CreateNetworkRequest,
13830
+ index_gen$e_CreateNetworkResponse as CreateNetworkResponse,
13835
13831
  CreateRouteRequest$1 as CreateRouteRequest,
13836
- index_gen$d_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
13837
- index_gen$d_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
13838
- index_gen$d_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
13839
- index_gen$d_DeleteDeviceRequest as DeleteDeviceRequest,
13840
- index_gen$d_DeleteHubRequest as DeleteHubRequest,
13841
- index_gen$d_DeleteNetworkRequest as DeleteNetworkRequest,
13832
+ index_gen$e_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
13833
+ index_gen$e_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
13834
+ index_gen$e_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
13835
+ index_gen$e_DeleteDeviceRequest as DeleteDeviceRequest,
13836
+ index_gen$e_DeleteHubRequest as DeleteHubRequest,
13837
+ index_gen$e_DeleteNetworkRequest as DeleteNetworkRequest,
13842
13838
  DeleteRouteRequest$1 as DeleteRouteRequest,
13843
- index_gen$d_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
13844
- index_gen$d_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
13845
- index_gen$d_Device as Device,
13846
- index_gen$d_DeviceMessageFilters as DeviceMessageFilters,
13847
- index_gen$d_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
13848
- index_gen$d_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
13849
- index_gen$d_DeviceStatus as DeviceStatus,
13850
- index_gen$d_DisableDeviceRequest as DisableDeviceRequest,
13851
- index_gen$d_DisableHubRequest as DisableHubRequest,
13852
- index_gen$d_EnableDeviceRequest as EnableDeviceRequest,
13853
- index_gen$d_EnableHubRequest as EnableHubRequest,
13854
- index_gen$d_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
13855
- index_gen$d_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
13856
- index_gen$d_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
13857
- index_gen$d_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
13858
- index_gen$d_GetDeviceRequest as GetDeviceRequest,
13859
- index_gen$d_GetHubCARequest as GetHubCARequest,
13860
- index_gen$d_GetHubCAResponse as GetHubCAResponse,
13861
- index_gen$d_GetHubMetricsRequest as GetHubMetricsRequest,
13862
- index_gen$d_GetHubMetricsResponse as GetHubMetricsResponse,
13863
- index_gen$d_GetHubRequest as GetHubRequest,
13864
- index_gen$d_GetNetworkRequest as GetNetworkRequest,
13839
+ index_gen$e_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
13840
+ index_gen$e_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
13841
+ index_gen$e_Device as Device,
13842
+ index_gen$e_DeviceMessageFilters as DeviceMessageFilters,
13843
+ index_gen$e_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
13844
+ index_gen$e_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
13845
+ index_gen$e_DeviceStatus as DeviceStatus,
13846
+ index_gen$e_DisableDeviceRequest as DisableDeviceRequest,
13847
+ index_gen$e_DisableHubRequest as DisableHubRequest,
13848
+ index_gen$e_EnableDeviceRequest as EnableDeviceRequest,
13849
+ index_gen$e_EnableHubRequest as EnableHubRequest,
13850
+ index_gen$e_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
13851
+ index_gen$e_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
13852
+ index_gen$e_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
13853
+ index_gen$e_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
13854
+ index_gen$e_GetDeviceRequest as GetDeviceRequest,
13855
+ index_gen$e_GetHubCARequest as GetHubCARequest,
13856
+ index_gen$e_GetHubCAResponse as GetHubCAResponse,
13857
+ index_gen$e_GetHubMetricsRequest as GetHubMetricsRequest,
13858
+ index_gen$e_GetHubMetricsResponse as GetHubMetricsResponse,
13859
+ index_gen$e_GetHubRequest as GetHubRequest,
13860
+ index_gen$e_GetNetworkRequest as GetNetworkRequest,
13865
13861
  GetRouteRequest$1 as GetRouteRequest,
13866
- index_gen$d_GetTwinDocumentRequest as GetTwinDocumentRequest,
13867
- index_gen$d_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
13868
- index_gen$d_Hub as Hub,
13869
- index_gen$d_HubProductPlan as HubProductPlan,
13870
- index_gen$d_HubStatus as HubStatus,
13871
- index_gen$d_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
13872
- index_gen$d_ListDevicesRequest as ListDevicesRequest,
13873
- index_gen$d_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
13874
- index_gen$d_ListDevicesResponse as ListDevicesResponse,
13875
- index_gen$d_ListHubsRequest as ListHubsRequest,
13876
- index_gen$d_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
13877
- index_gen$d_ListHubsResponse as ListHubsResponse,
13878
- index_gen$d_ListNetworksRequest as ListNetworksRequest,
13879
- index_gen$d_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
13880
- index_gen$d_ListNetworksResponse as ListNetworksResponse,
13862
+ index_gen$e_GetTwinDocumentRequest as GetTwinDocumentRequest,
13863
+ index_gen$e_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
13864
+ index_gen$e_Hub as Hub,
13865
+ index_gen$e_HubProductPlan as HubProductPlan,
13866
+ index_gen$e_HubStatus as HubStatus,
13867
+ index_gen$e_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
13868
+ index_gen$e_ListDevicesRequest as ListDevicesRequest,
13869
+ index_gen$e_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
13870
+ index_gen$e_ListDevicesResponse as ListDevicesResponse,
13871
+ index_gen$e_ListHubsRequest as ListHubsRequest,
13872
+ index_gen$e_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
13873
+ index_gen$e_ListHubsResponse as ListHubsResponse,
13874
+ index_gen$e_ListNetworksRequest as ListNetworksRequest,
13875
+ index_gen$e_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
13876
+ index_gen$e_ListNetworksResponse as ListNetworksResponse,
13881
13877
  ListRoutesRequest$1 as ListRoutesRequest,
13882
13878
  ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
13883
13879
  ListRoutesResponse$1 as ListRoutesResponse,
13884
- index_gen$d_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
13885
- index_gen$d_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
13886
- index_gen$d_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
13887
- index_gen$d_Network as Network,
13888
- index_gen$d_NetworkNetworkType as NetworkNetworkType,
13889
- index_gen$d_NullValue as NullValue,
13890
- index_gen$d_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
13891
- index_gen$d_PutTwinDocumentRequest as PutTwinDocumentRequest,
13892
- index_gen$d_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
13893
- index_gen$d_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
13880
+ index_gen$e_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
13881
+ index_gen$e_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
13882
+ index_gen$e_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
13883
+ index_gen$e_Network as Network,
13884
+ index_gen$e_NetworkNetworkType as NetworkNetworkType,
13885
+ index_gen$e_NullValue as NullValue,
13886
+ index_gen$e_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
13887
+ index_gen$e_PutTwinDocumentRequest as PutTwinDocumentRequest,
13888
+ index_gen$e_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
13889
+ index_gen$e_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
13894
13890
  Route$1 as Route,
13895
- index_gen$d_RouteDatabaseConfig as RouteDatabaseConfig,
13896
- index_gen$d_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
13897
- index_gen$d_RouteRestConfig as RouteRestConfig,
13898
- index_gen$d_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
13899
- index_gen$d_RouteRouteType as RouteRouteType,
13900
- index_gen$d_RouteS3Config as RouteS3Config,
13901
- index_gen$d_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
13902
- index_gen$d_RouteSummary as RouteSummary,
13903
- index_gen$d_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
13904
- index_gen$d_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
13905
- index_gen$d_SetHubCARequest as SetHubCARequest,
13906
- index_gen$d_TwinDocument as TwinDocument,
13907
- index_gen$d_UpdateDeviceRequest as UpdateDeviceRequest,
13908
- index_gen$d_UpdateHubRequest as UpdateHubRequest,
13891
+ index_gen$e_RouteDatabaseConfig as RouteDatabaseConfig,
13892
+ index_gen$e_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
13893
+ index_gen$e_RouteRestConfig as RouteRestConfig,
13894
+ index_gen$e_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
13895
+ index_gen$e_RouteRouteType as RouteRouteType,
13896
+ index_gen$e_RouteS3Config as RouteS3Config,
13897
+ index_gen$e_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
13898
+ index_gen$e_RouteSummary as RouteSummary,
13899
+ index_gen$e_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
13900
+ index_gen$e_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
13901
+ index_gen$e_SetHubCARequest as SetHubCARequest,
13902
+ index_gen$e_TwinDocument as TwinDocument,
13903
+ index_gen$e_UpdateDeviceRequest as UpdateDeviceRequest,
13904
+ index_gen$e_UpdateHubRequest as UpdateHubRequest,
13909
13905
  UpdateRouteRequest$1 as UpdateRouteRequest,
13910
- index_gen$d_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
13911
- index_gen$d_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
13912
- index_gen$d_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
13906
+ index_gen$e_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
13907
+ index_gen$e_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
13908
+ index_gen$e_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
13909
+ };
13910
+ }
13911
+
13912
+ declare namespace index$g {
13913
+ export {
13914
+ index_gen$e as v1,
13915
+ };
13916
+ }
13917
+
13918
+ type ListPinsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
13919
+ type ListVolumesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
13920
+ type PinStatus = 'unknown_status' | 'queued' | 'pinning' | 'failed' | 'pinned';
13921
+ interface ListPinsResponse {
13922
+ totalCount: number;
13923
+ pins: Pin[];
13924
+ }
13925
+ interface ListVolumesResponse {
13926
+ volumes: Volume$1[];
13927
+ totalCount: number;
13928
+ }
13929
+ interface Pin {
13930
+ pinId: string;
13931
+ status: PinStatus;
13932
+ createdAt?: Date;
13933
+ cid?: PinCID;
13934
+ delegates: string[];
13935
+ info?: PinInfo;
13936
+ }
13937
+ interface PinCID {
13938
+ cid?: string;
13939
+ name?: string;
13940
+ origins: string[];
13941
+ meta?: PinCIDMeta;
13942
+ }
13943
+ interface PinCIDMeta {
13944
+ id?: string;
13945
+ }
13946
+ interface PinInfo {
13947
+ statusDetails?: string;
13948
+ id?: string;
13949
+ url?: string;
13950
+ size?: number;
13951
+ progress?: number;
13952
+ }
13953
+ interface PinOptions {
13954
+ requiredZones: string[];
13955
+ replicationCount: number;
13956
+ }
13957
+ interface ReplacePinResponse {
13958
+ pin?: Pin;
13959
+ }
13960
+ interface Volume$1 {
13961
+ id: string;
13962
+ projectId: string;
13963
+ region: Region;
13964
+ countPin: number;
13965
+ createdAt?: Date;
13966
+ updatedAt?: Date;
13967
+ tags: string[];
13968
+ name: string;
13969
+ size?: number;
13970
+ }
13971
+ type CreateVolumeRequest = {
13972
+ /**
13973
+ * Region to target. If none is passed will use default region from the
13974
+ * config.
13975
+ */
13976
+ region?: Region;
13977
+ projectId?: string;
13978
+ name: string;
13979
+ };
13980
+ type GetVolumeRequest = {
13981
+ /**
13982
+ * Region to target. If none is passed will use default region from the
13983
+ * config.
13984
+ */
13985
+ region?: Region;
13986
+ volumeId: string;
13987
+ };
13988
+ type ListVolumesRequest = {
13989
+ /**
13990
+ * Region to target. If none is passed will use default region from the
13991
+ * config.
13992
+ */
13993
+ region?: Region;
13994
+ projectId?: string;
13995
+ page?: number;
13996
+ pageSize?: number;
13997
+ orderBy?: ListVolumesRequestOrderBy;
13998
+ };
13999
+ type UpdateVolumeRequest = {
14000
+ /**
14001
+ * Region to target. If none is passed will use default region from the
14002
+ * config.
14003
+ */
14004
+ region?: Region;
14005
+ volumeId: string;
14006
+ name?: string;
14007
+ tags?: string[];
14008
+ };
14009
+ type DeleteVolumeRequest = {
14010
+ /**
14011
+ * Region to target. If none is passed will use default region from the
14012
+ * config.
14013
+ */
14014
+ region?: Region;
14015
+ volumeId: string;
14016
+ };
14017
+ type CreatePinByURLRequest = {
14018
+ /**
14019
+ * Region to target. If none is passed will use default region from the
14020
+ * config.
14021
+ */
14022
+ region?: Region;
14023
+ volumeId: string;
14024
+ url: string;
14025
+ name?: string;
14026
+ pinOptions?: PinOptions;
14027
+ };
14028
+ type CreatePinByCIDRequest = {
14029
+ /**
14030
+ * Region to target. If none is passed will use default region from the
14031
+ * config.
14032
+ */
14033
+ region?: Region;
14034
+ volumeId: string;
14035
+ cid: string;
14036
+ name?: string;
14037
+ origins?: string[];
14038
+ pinOptions?: PinOptions;
14039
+ };
14040
+ type ReplacePinRequest = {
14041
+ /**
14042
+ * Region to target. If none is passed will use default region from the
14043
+ * config.
14044
+ */
14045
+ region?: Region;
14046
+ pinId: string;
14047
+ volumeId: string;
14048
+ cid: string;
14049
+ name?: string;
14050
+ origins?: string[];
14051
+ pinOptions?: PinOptions;
14052
+ };
14053
+ type GetPinRequest = {
14054
+ /**
14055
+ * Region to target. If none is passed will use default region from the
14056
+ * config.
14057
+ */
14058
+ region?: Region;
14059
+ pinId: string;
14060
+ volumeId: string;
14061
+ };
14062
+ type ListPinsRequest = {
14063
+ /**
14064
+ * Region to target. If none is passed will use default region from the
14065
+ * config.
14066
+ */
14067
+ region?: Region;
14068
+ volumeId: string;
14069
+ projectId?: string;
14070
+ organizationId?: string;
14071
+ page?: number;
14072
+ pageSize?: number;
14073
+ orderBy?: ListPinsRequestOrderBy;
14074
+ status?: PinStatus;
14075
+ };
14076
+ type DeletePinRequest = {
14077
+ /**
14078
+ * Region to target. If none is passed will use default region from the
14079
+ * config.
14080
+ */
14081
+ region?: Region;
14082
+ pinId: string;
14083
+ volumeId: string;
14084
+ };
14085
+
14086
+ /** IPFS Pinning service API. */
14087
+ declare class API$f extends API$s {
14088
+ /** Lists the available regions of the API. */
14089
+ static readonly LOCALITIES: Region[];
14090
+ /**
14091
+ * Create a new volume. Create a new volume from a Project ID. Volume is
14092
+ * identified by an ID and used to host pin references. Volume is personal (at
14093
+ * least to your organization) even if IPFS blocks and CID are available to
14094
+ * anyone. Should be the first command you made because every pin must be
14095
+ * attached to a volume.
14096
+ *
14097
+ * @param request - The request {@link CreateVolumeRequest}
14098
+ * @returns A Promise of Volume
14099
+ */
14100
+ createVolume: (request: Readonly<CreateVolumeRequest>) => Promise<Volume$1>;
14101
+ /**
14102
+ * Get information about a volume. Retrieve information about a specific
14103
+ * volume.
14104
+ *
14105
+ * @param request - The request {@link GetVolumeRequest}
14106
+ * @returns A Promise of Volume
14107
+ */
14108
+ getVolume: (request: Readonly<GetVolumeRequest>) => Promise<Volume$1>;
14109
+ protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
14110
+ /**
14111
+ * List all volumes by a Project ID. Retrieve information about all volumes
14112
+ * from a Project ID.
14113
+ *
14114
+ * @param request - The request {@link ListVolumesRequest}
14115
+ * @returns A Promise of ListVolumesResponse
14116
+ */
14117
+ listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
14118
+ all: () => Promise<Volume$1[]>;
14119
+ [Symbol.asyncIterator]: () => AsyncGenerator<Volume$1[], void, void>;
14120
+ };
14121
+ /**
14122
+ * Update volume information. Update volume information (tag, name...).
14123
+ *
14124
+ * @param request - The request {@link UpdateVolumeRequest}
14125
+ * @returns A Promise of Volume
14126
+ */
14127
+ updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<Volume$1>;
14128
+ /**
14129
+ * Delete an existing volume. Delete a volume by its ID and every pin attached
14130
+ * to this volume. This process can take a while to conclude, depending on the
14131
+ * size of your pinned content.
14132
+ *
14133
+ * @param request - The request {@link DeleteVolumeRequest}
14134
+ */
14135
+ deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
14136
+ /**
14137
+ * Create a pin by URL. Will fetch and store the content pointed by the
14138
+ * provided URL. The content must be available on the public IPFS network. The
14139
+ * content (IPFS blocks) will be host by the pinning service until pin
14140
+ * deletion. From that point, any other IPFS peer can fetch and host your
14141
+ * content: Make sure to pin public or encrypted content. Many pin requests
14142
+ * (from different users) can target the same CID. A pin is defined by its ID
14143
+ * (UUID), its status (queued, pinning, pinned or failed) and target CID.
14144
+ *
14145
+ * @param request - The request {@link CreatePinByURLRequest}
14146
+ * @returns A Promise of Pin
14147
+ */
14148
+ createPinByURL: (request: Readonly<CreatePinByURLRequest>) => Promise<Pin>;
14149
+ /**
14150
+ * Create a pin by CID. Will fetch and store the content pointed by the
14151
+ * provided CID. The content must be available on the public IPFS network. The
14152
+ * content (IPFS blocks) will be host by the pinning service until pin
14153
+ * deletion. From that point, any other IPFS peer can fetch and host your
14154
+ * content: Make sure to pin public or encrypted content. Many pin requests
14155
+ * (from different users) can target the same CID. A pin is defined by its ID
14156
+ * (UUID), its status (queued, pinning, pinned or failed) and target CID.
14157
+ *
14158
+ * @param request - The request {@link CreatePinByCIDRequest}
14159
+ * @returns A Promise of Pin
14160
+ */
14161
+ createPinByCID: (request: Readonly<CreatePinByCIDRequest>) => Promise<Pin>;
14162
+ replacePin: (request: Readonly<ReplacePinRequest>) => Promise<ReplacePinResponse>;
14163
+ /**
14164
+ * Get pin information. Retrieve information about the provided **pin ID**,
14165
+ * such as status, last modification, and CID.
14166
+ *
14167
+ * @param request - The request {@link GetPinRequest}
14168
+ * @returns A Promise of Pin
14169
+ */
14170
+ getPin: (request: Readonly<GetPinRequest>) => Promise<Pin>;
14171
+ /**
14172
+ * Waits for {@link Pin} to be in a final state.
14173
+ *
14174
+ * @param request - The request {@link GetPinRequest}
14175
+ * @param options - The waiting options
14176
+ * @returns A Promise of Pin
14177
+ */
14178
+ waitForPin: (request: Readonly<GetPinRequest>, options?: Readonly<WaitForOptions<Pin>>) => Promise<Pin>;
14179
+ protected pageOfListPins: (request: Readonly<ListPinsRequest>) => Promise<ListPinsResponse>;
14180
+ /**
14181
+ * List all pins within a volume. Retrieve information about all pins into a
14182
+ * volume.
14183
+ *
14184
+ * @param request - The request {@link ListPinsRequest}
14185
+ * @returns A Promise of ListPinsResponse
14186
+ */
14187
+ listPins: (request: Readonly<ListPinsRequest>) => Promise<ListPinsResponse> & {
14188
+ all: () => Promise<Pin[]>;
14189
+ [Symbol.asyncIterator]: () => AsyncGenerator<Pin[], void, void>;
14190
+ };
14191
+ /**
14192
+ * Create an unpin request. An unpin request means that you no longer own the
14193
+ * content. This content can therefore be removed and no longer provided on
14194
+ * the IPFS network.
14195
+ *
14196
+ * @param request - The request {@link DeletePinRequest}
14197
+ */
14198
+ deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
14199
+ }
14200
+
14201
+ /** Lists transient statutes of the enum {@link PinStatus}. */
14202
+ declare const PIN_TRANSIENT_STATUSES: PinStatus[];
14203
+
14204
+ type index_gen$d_CreatePinByCIDRequest = CreatePinByCIDRequest;
14205
+ type index_gen$d_CreatePinByURLRequest = CreatePinByURLRequest;
14206
+ type index_gen$d_CreateVolumeRequest = CreateVolumeRequest;
14207
+ type index_gen$d_DeletePinRequest = DeletePinRequest;
14208
+ type index_gen$d_DeleteVolumeRequest = DeleteVolumeRequest;
14209
+ type index_gen$d_GetPinRequest = GetPinRequest;
14210
+ type index_gen$d_GetVolumeRequest = GetVolumeRequest;
14211
+ type index_gen$d_ListPinsRequest = ListPinsRequest;
14212
+ type index_gen$d_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
14213
+ type index_gen$d_ListPinsResponse = ListPinsResponse;
14214
+ type index_gen$d_ListVolumesRequest = ListVolumesRequest;
14215
+ type index_gen$d_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
14216
+ type index_gen$d_ListVolumesResponse = ListVolumesResponse;
14217
+ declare const index_gen$d_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
14218
+ type index_gen$d_Pin = Pin;
14219
+ type index_gen$d_PinCID = PinCID;
14220
+ type index_gen$d_PinCIDMeta = PinCIDMeta;
14221
+ type index_gen$d_PinInfo = PinInfo;
14222
+ type index_gen$d_PinOptions = PinOptions;
14223
+ type index_gen$d_PinStatus = PinStatus;
14224
+ type index_gen$d_ReplacePinRequest = ReplacePinRequest;
14225
+ type index_gen$d_ReplacePinResponse = ReplacePinResponse;
14226
+ type index_gen$d_UpdateVolumeRequest = UpdateVolumeRequest;
14227
+ declare namespace index_gen$d {
14228
+ export {
14229
+ API$f as API,
14230
+ index_gen$d_CreatePinByCIDRequest as CreatePinByCIDRequest,
14231
+ index_gen$d_CreatePinByURLRequest as CreatePinByURLRequest,
14232
+ index_gen$d_CreateVolumeRequest as CreateVolumeRequest,
14233
+ index_gen$d_DeletePinRequest as DeletePinRequest,
14234
+ index_gen$d_DeleteVolumeRequest as DeleteVolumeRequest,
14235
+ index_gen$d_GetPinRequest as GetPinRequest,
14236
+ index_gen$d_GetVolumeRequest as GetVolumeRequest,
14237
+ index_gen$d_ListPinsRequest as ListPinsRequest,
14238
+ index_gen$d_ListPinsRequestOrderBy as ListPinsRequestOrderBy,
14239
+ index_gen$d_ListPinsResponse as ListPinsResponse,
14240
+ index_gen$d_ListVolumesRequest as ListVolumesRequest,
14241
+ index_gen$d_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy,
14242
+ index_gen$d_ListVolumesResponse as ListVolumesResponse,
14243
+ index_gen$d_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES,
14244
+ index_gen$d_Pin as Pin,
14245
+ index_gen$d_PinCID as PinCID,
14246
+ index_gen$d_PinCIDMeta as PinCIDMeta,
14247
+ index_gen$d_PinInfo as PinInfo,
14248
+ index_gen$d_PinOptions as PinOptions,
14249
+ index_gen$d_PinStatus as PinStatus,
14250
+ index_gen$d_ReplacePinRequest as ReplacePinRequest,
14251
+ index_gen$d_ReplacePinResponse as ReplacePinResponse,
14252
+ index_gen$d_UpdateVolumeRequest as UpdateVolumeRequest,
14253
+ Volume$1 as Volume,
13913
14254
  };
13914
14255
  }
13915
14256
 
13916
14257
  declare namespace index$f {
13917
14258
  export {
13918
- index_gen$d as v1,
14259
+ index_gen$d as v1alpha1,
13919
14260
  };
13920
14261
  }
13921
14262
 
@@ -13923,6 +14264,7 @@ type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
13923
14264
  type AutoscalerExpander = 'unknown_expander' | 'random' | 'most_pods' | 'least_waste' | 'priority' | 'price';
13924
14265
  type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo';
13925
14266
  type ClusterStatus$1 = 'unknown' | 'creating' | 'ready' | 'deleting' | 'deleted' | 'updating' | 'locked' | 'pool_required';
14267
+ type ClusterTypeAvailability = 'available' | 'scarce' | 'shortage';
13926
14268
  type Ingress = 'unknown_ingress' | 'none' | 'nginx' | 'traefik' | 'traefik2';
13927
14269
  type ListClustersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc' | 'status_asc' | 'status_desc' | 'version_asc' | 'version_desc';
13928
14270
  type ListNodesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -14083,6 +14425,13 @@ interface ClusterOpenIDConnectConfig {
14083
14425
  */
14084
14426
  requiredClaim: string[];
14085
14427
  }
14428
+ /** Cluster type. */
14429
+ interface ClusterType {
14430
+ /** Cluster type name. */
14431
+ name: string;
14432
+ /** Cluster type availability. */
14433
+ availability: ClusterTypeAvailability;
14434
+ }
14086
14435
  /** Create cluster request. auto upgrade. */
14087
14436
  interface CreateClusterRequestAutoUpgrade {
14088
14437
  /** Defines whether auto upgrade is enabled for the cluster. */
@@ -14252,6 +14601,13 @@ interface ListClusterAvailableVersionsResponse {
14252
14601
  /** Available Kubernetes versions for the cluster. */
14253
14602
  versions: Version$2[];
14254
14603
  }
14604
+ /** List cluster types response. */
14605
+ interface ListClusterTypesResponse {
14606
+ /** Total number of cluster-types. */
14607
+ totalCount: number;
14608
+ /** Paginated returned cluster-types. */
14609
+ clusterTypes: ClusterType[];
14610
+ }
14255
14611
  /** List clusters response. */
14256
14612
  interface ListClustersResponse$1 {
14257
14613
  /** Total number of clusters. */
@@ -14668,8 +15024,9 @@ type DeleteClusterRequest$1 = {
14668
15024
  /** ID of the cluster to delete. */
14669
15025
  clusterId: string;
14670
15026
  /**
14671
- * Defines whether all volumes (including retain volume type) and Load
14672
- * Balancers with a name starting with the cluster ID will also be deleted.
15027
+ * Defines whether all volumes (including retain volume type), empty Private
15028
+ * Networks and Load Balancers with a name starting with the cluster ID will
15029
+ * also be deleted.
14673
15030
  */
14674
15031
  withAdditionalResources: boolean;
14675
15032
  };
@@ -14966,6 +15323,17 @@ type GetVersionRequest$2 = {
14966
15323
  /** Requested version name. */
14967
15324
  versionName: string;
14968
15325
  };
15326
+ type ListClusterTypesRequest$1 = {
15327
+ /**
15328
+ * Region to target. If none is passed will use default region from the
15329
+ * config.
15330
+ */
15331
+ region?: Region;
15332
+ /** Page number, from the paginated results, to return for cluster-types. */
15333
+ page?: number;
15334
+ /** Maximum number of clusters per page. */
15335
+ pageSize?: number;
15336
+ };
14969
15337
 
14970
15338
  type GetClusterKubeConfigRequest = {
14971
15339
  /**
@@ -14978,7 +15346,7 @@ type GetClusterKubeConfigRequest = {
14978
15346
  };
14979
15347
 
14980
15348
  /** Kubernetes API. */
14981
- declare class API$e extends API$r {
15349
+ declare class API$e extends API$s {
14982
15350
  /** Lists the available regions of the API. */
14983
15351
  static readonly LOCALITIES: Region[];
14984
15352
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -15222,6 +15590,18 @@ declare class API$e extends API$r {
15222
15590
  * @returns A Promise of Version
15223
15591
  */
15224
15592
  getVersion: (request: Readonly<GetVersionRequest$2>) => Promise<Version$2>;
15593
+ protected pageOfListClusterTypes: (request?: Readonly<ListClusterTypesRequest$1>) => Promise<ListClusterTypesResponse>;
15594
+ /**
15595
+ * List cluster types. List available cluster types and their technical
15596
+ * details.
15597
+ *
15598
+ * @param request - The request {@link ListClusterTypesRequest}
15599
+ * @returns A Promise of ListClusterTypesResponse
15600
+ */
15601
+ listClusterTypes: (request?: Readonly<ListClusterTypesRequest$1>) => Promise<ListClusterTypesResponse> & {
15602
+ all: () => Promise<ClusterType[]>;
15603
+ [Symbol.asyncIterator]: () => AsyncGenerator<ClusterType[], void, void>;
15604
+ };
15225
15605
  }
15226
15606
 
15227
15607
  declare class K8SUtilsAPI extends API$e {
@@ -15276,6 +15656,15 @@ declare const CreatePoolRequest: {
15276
15656
  minLength: number;
15277
15657
  };
15278
15658
  };
15659
+ declare const ListClusterTypesRequest: {
15660
+ page: {
15661
+ greaterThan: number;
15662
+ };
15663
+ pageSize: {
15664
+ greaterThan: number;
15665
+ lessThanOrEqual: number;
15666
+ };
15667
+ };
15279
15668
  declare const ListClustersRequest$1: {
15280
15669
  name: {
15281
15670
  minLength: number;
@@ -15333,6 +15722,7 @@ declare const validationRules_gen$1_CreateClusterRequestAutoscalerConfig: typeof
15333
15722
  declare const validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
15334
15723
  declare const validationRules_gen$1_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
15335
15724
  declare const validationRules_gen$1_CreatePoolRequest: typeof CreatePoolRequest;
15725
+ declare const validationRules_gen$1_ListClusterTypesRequest: typeof ListClusterTypesRequest;
15336
15726
  declare const validationRules_gen$1_ListNodesRequest: typeof ListNodesRequest;
15337
15727
  declare const validationRules_gen$1_ListPoolsRequest: typeof ListPoolsRequest;
15338
15728
  declare const validationRules_gen$1_MaintenanceWindow: typeof MaintenanceWindow;
@@ -15344,6 +15734,7 @@ declare namespace validationRules_gen$1 {
15344
15734
  validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig,
15345
15735
  validationRules_gen$1_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig,
15346
15736
  validationRules_gen$1_CreatePoolRequest as CreatePoolRequest,
15737
+ validationRules_gen$1_ListClusterTypesRequest as ListClusterTypesRequest,
15347
15738
  ListClustersRequest$1 as ListClustersRequest,
15348
15739
  validationRules_gen$1_ListNodesRequest as ListNodesRequest,
15349
15740
  validationRules_gen$1_ListPoolsRequest as ListPoolsRequest,
@@ -15359,6 +15750,8 @@ type index$e_CNI = CNI;
15359
15750
  type index$e_ClusterAutoUpgrade = ClusterAutoUpgrade;
15360
15751
  type index$e_ClusterAutoscalerConfig = ClusterAutoscalerConfig;
15361
15752
  type index$e_ClusterOpenIDConnectConfig = ClusterOpenIDConnectConfig;
15753
+ type index$e_ClusterType = ClusterType;
15754
+ type index$e_ClusterTypeAvailability = ClusterTypeAvailability;
15362
15755
  type index$e_CreateClusterRequestAutoUpgrade = CreateClusterRequestAutoUpgrade;
15363
15756
  type index$e_CreateClusterRequestPoolConfigUpgradePolicy = CreateClusterRequestPoolConfigUpgradePolicy;
15364
15757
  type index$e_CreateExternalNodeRequest = CreateExternalNodeRequest;
@@ -15372,6 +15765,7 @@ type index$e_GetPoolRequest = GetPoolRequest;
15372
15765
  type index$e_Ingress = Ingress;
15373
15766
  type index$e_ListClusterAvailableVersionsRequest = ListClusterAvailableVersionsRequest;
15374
15767
  type index$e_ListClusterAvailableVersionsResponse = ListClusterAvailableVersionsResponse;
15768
+ type index$e_ListClusterTypesResponse = ListClusterTypesResponse;
15375
15769
  type index$e_ListNodesRequestOrderBy = ListNodesRequestOrderBy;
15376
15770
  type index$e_ListNodesResponse = ListNodesResponse;
15377
15771
  type index$e_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
@@ -15409,6 +15803,8 @@ declare namespace index$e {
15409
15803
  index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig,
15410
15804
  index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig,
15411
15805
  ClusterStatus$1 as ClusterStatus,
15806
+ index$e_ClusterType as ClusterType,
15807
+ index$e_ClusterTypeAvailability as ClusterTypeAvailability,
15412
15808
  CreateClusterRequest$2 as CreateClusterRequest,
15413
15809
  index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade,
15414
15810
  CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig,
@@ -15430,6 +15826,8 @@ declare namespace index$e {
15430
15826
  index$e_Ingress as Ingress,
15431
15827
  index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest,
15432
15828
  index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse,
15829
+ ListClusterTypesRequest$1 as ListClusterTypesRequest,
15830
+ index$e_ListClusterTypesResponse as ListClusterTypesResponse,
15433
15831
  ListClustersRequest$2 as ListClustersRequest,
15434
15832
  ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy,
15435
15833
  ListClustersResponse$1 as ListClustersResponse,
@@ -16277,8 +16675,18 @@ type CreateLbRequest = {
16277
16675
  name?: string;
16278
16676
  /** Description for the Load Balancer. */
16279
16677
  description: string;
16280
- /** ID of an existing flexible IP address to attach to the Load Balancer. */
16678
+ /**
16679
+ * @deprecated ID of an existing flexible IP address to attach to the Load
16680
+ * Balancer.
16681
+ */
16281
16682
  ipId?: string;
16683
+ /**
16684
+ * Defines whether to automatically assign a flexible public IP to lb. Default
16685
+ * value is `false` (do not assign).
16686
+ */
16687
+ assignFlexibleIp?: boolean;
16688
+ /** List of IP IDs to attach to the Load Balancer. */
16689
+ ipIds?: string[];
16282
16690
  /** List of tags for the Load Balancer. */
16283
16691
  tags?: string[];
16284
16692
  /**
@@ -16404,6 +16812,8 @@ type CreateIpRequest = {
16404
16812
  projectId?: string;
16405
16813
  /** Reverse DNS (domain name) for the IP address. */
16406
16814
  reverse?: string;
16815
+ /** If true, creates a Flexible IP with an ipv6 address. */
16816
+ isIpv6: boolean;
16407
16817
  };
16408
16818
  type GetIpRequest = {
16409
16819
  /**
@@ -16924,6 +17334,8 @@ type ListBackendStatsRequest = {
16924
17334
  page?: number;
16925
17335
  /** Number of items to return. */
16926
17336
  pageSize?: number;
17337
+ /** ID of the backend. */
17338
+ backendId?: string;
16927
17339
  };
16928
17340
  type ListAclsRequest = {
16929
17341
  /**
@@ -17319,8 +17731,18 @@ type ZonedApiCreateLbRequest = {
17319
17731
  name?: string;
17320
17732
  /** Description for the Load Balancer. */
17321
17733
  description: string;
17322
- /** ID of an existing flexible IP address to attach to the Load Balancer. */
17734
+ /**
17735
+ * @deprecated ID of an existing flexible IP address to attach to the Load
17736
+ * Balancer.
17737
+ */
17323
17738
  ipId?: string;
17739
+ /**
17740
+ * Defines whether to automatically assign a flexible public IP to lb. Default
17741
+ * value is `false` (do not assign).
17742
+ */
17743
+ assignFlexibleIp?: boolean;
17744
+ /** List of IP IDs to attach to the Load Balancer. */
17745
+ ipIds?: string[];
17324
17746
  /** List of tags for the Load Balancer. */
17325
17747
  tags?: string[];
17326
17748
  /**
@@ -17428,6 +17850,8 @@ type ZonedApiCreateIpRequest = {
17428
17850
  projectId?: string;
17429
17851
  /** Reverse DNS (domain name) for the IP address. */
17430
17852
  reverse?: string;
17853
+ /** If true, creates a Flexible IP with an ipv6 address. */
17854
+ isIpv6: boolean;
17431
17855
  };
17432
17856
  type ZonedApiGetIpRequest = {
17433
17857
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -17876,6 +18300,8 @@ type ZonedApiListBackendStatsRequest = {
17876
18300
  page?: number;
17877
18301
  /** Number of items to return. */
17878
18302
  pageSize?: number;
18303
+ /** ID of the backend. */
18304
+ backendId?: string;
17879
18305
  };
17880
18306
  type ZonedApiListAclsRequest = {
17881
18307
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -18182,7 +18608,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
18182
18608
  *
18183
18609
  * This API allows you to manage your load balancer service. Load balancer API.
18184
18610
  */
18185
- declare class API$d extends API$r {
18611
+ declare class API$d extends API$s {
18186
18612
  /** Lists the available regions of the API. */
18187
18613
  static readonly LOCALITIES: Region[];
18188
18614
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -18255,7 +18681,7 @@ declare class API$d extends API$r {
18255
18681
  * @param request - The request {@link CreateIpRequest}
18256
18682
  * @returns A Promise of Ip
18257
18683
  */
18258
- createIp: (request?: Readonly<CreateIpRequest>) => Promise<Ip>;
18684
+ createIp: (request: Readonly<CreateIpRequest>) => Promise<Ip>;
18259
18685
  /**
18260
18686
  * Get an IP.
18261
18687
  *
@@ -18610,7 +19036,7 @@ declare class API$d extends API$r {
18610
19036
  * This API allows you to manage your Scaleway Load Balancer services. Load
18611
19037
  * Balancer API.
18612
19038
  */
18613
- declare class ZonedAPI extends API$r {
19039
+ declare class ZonedAPI extends API$s {
18614
19040
  /** Lists the available zones of the API. */
18615
19041
  static readonly LOCALITIES: Zone[];
18616
19042
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -18701,7 +19127,7 @@ declare class ZonedAPI extends API$r {
18701
19127
  * @param request - The request {@link ZonedApiCreateIpRequest}
18702
19128
  * @returns A Promise of Ip
18703
19129
  */
18704
- createIp: (request?: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
19130
+ createIp: (request: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
18705
19131
  /**
18706
19132
  * Get an IP address. Retrieve the full details of a Load Balancer flexible IP
18707
19133
  * address.
@@ -19689,7 +20115,7 @@ type GetVersionRequest$1 = {
19689
20115
  };
19690
20116
 
19691
20117
  /** Marketplace API. */
19692
- declare class API$c extends API$r {
20118
+ declare class API$c extends API$s {
19693
20119
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
19694
20120
  /**
19695
20121
  * List marketplace images.
@@ -19873,7 +20299,7 @@ type GetCategoryRequest = {
19873
20299
  };
19874
20300
 
19875
20301
  /** Marketplace API. */
19876
- declare class API$b extends API$r {
20302
+ declare class API$b extends API$s {
19877
20303
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
19878
20304
  /**
19879
20305
  * List marketplace images. List all available images on the marketplace,
@@ -20255,7 +20681,7 @@ type GetCredentialRequest = {
20255
20681
  * This API allows you to manage Scaleway Messaging and Queueing brokers.
20256
20682
  * Messaging and Queuing API.
20257
20683
  */
20258
- declare class API$a extends API$r {
20684
+ declare class API$a extends API$s {
20259
20685
  /** Lists the available regions of the API. */
20260
20686
  static readonly LOCALITIES: Region[];
20261
20687
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
@@ -21788,7 +22214,7 @@ type MigrateEndpointRequest = {
21788
22214
  };
21789
22215
 
21790
22216
  /** Managed Database for PostgreSQL and MySQL API. */
21791
- declare class API$9 extends API$r {
22217
+ declare class API$9 extends API$s {
21792
22218
  /** Lists the available regions of the API. */
21793
22219
  static readonly LOCALITIES: Region[];
21794
22220
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -22358,9 +22784,7 @@ declare class API$9 extends API$r {
22358
22784
  /**
22359
22785
  * Create a new Database Instance endpoint. Create a new endpoint for a
22360
22786
  * Database Instance. You can add `load_balancer` and `private_network`
22361
- * specifications to the body of the request. Note that this action replaces
22362
- * your current endpoint, which means you might need to update any environment
22363
- * configurations that point to the old endpoint.
22787
+ * specifications to the body of the request.
22364
22788
  *
22365
22789
  * @param request - The request {@link CreateEndpointRequest}
22366
22790
  * @returns A Promise of Endpoint
@@ -23172,7 +23596,7 @@ type UpdateEndpointRequest = {
23172
23596
  };
23173
23597
 
23174
23598
  /** Managed Database for Redis™ API. */
23175
- declare class API$8 extends API$r {
23599
+ declare class API$8 extends API$s {
23176
23600
  /** Lists the available zones of the API. */
23177
23601
  static readonly LOCALITIES: Zone[];
23178
23602
  /**
@@ -23835,14 +24259,14 @@ type DeleteTagRequest = {
23835
24259
  /** UUID of the tag. */
23836
24260
  tagId: string;
23837
24261
  /**
23838
- * If two tags share the same digest the deletion will fail unless this
23839
- * parameter is set to true.
24262
+ * @deprecated If two tags share the same digest the deletion will fail unless
24263
+ * this parameter is set to true (deprecated).
23840
24264
  */
23841
- force: boolean;
24265
+ force?: boolean;
23842
24266
  };
23843
24267
 
23844
24268
  /** Container Registry API. */
23845
- declare class API$7 extends API$r {
24269
+ declare class API$7 extends API$s {
23846
24270
  /** Lists the available regions of the API. */
23847
24271
  static readonly LOCALITIES: Region[];
23848
24272
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -24071,6 +24495,7 @@ declare namespace index$6 {
24071
24495
  }
24072
24496
 
24073
24497
  type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
24498
+ type Product = 'unknown';
24074
24499
  type SecretStatus = 'ready' | 'locked';
24075
24500
  type SecretVersionStatus = 'unknown' | 'enabled' | 'disabled' | 'destroyed';
24076
24501
  /** Access secret version response. */
@@ -24260,8 +24685,13 @@ type AddSecretOwnerRequest = {
24260
24685
  region?: Region;
24261
24686
  /** ID of the secret. */
24262
24687
  secretId: string;
24263
- /** Name of the product to add. */
24264
- productName: string;
24688
+ /**
24689
+ * @deprecated (Deprecated: use product field) ID of the product to add (see
24690
+ * product enum).
24691
+ */
24692
+ productName?: string;
24693
+ /** ID of the product to add (see product enum). */
24694
+ product?: Product;
24265
24695
  };
24266
24696
  type CreateSecretVersionRequest = {
24267
24697
  /**
@@ -24498,7 +24928,7 @@ type DestroySecretVersionRequest = {
24498
24928
  * Secret Manager API. This API allows you to conveniently store, access and
24499
24929
  * share sensitive data.
24500
24930
  */
24501
- declare class API$6 extends API$r {
24931
+ declare class API$6 extends API$s {
24502
24932
  /** Lists the available regions of the API. */
24503
24933
  static readonly LOCALITIES: Region[];
24504
24934
  /**
@@ -24694,6 +25124,7 @@ type index_gen$6_ListSecretsRequest = ListSecretsRequest;
24694
25124
  type index_gen$6_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
24695
25125
  type index_gen$6_ListSecretsResponse = ListSecretsResponse;
24696
25126
  type index_gen$6_PasswordGenerationParams = PasswordGenerationParams;
25127
+ type index_gen$6_Product = Product;
24697
25128
  type index_gen$6_Secret = Secret;
24698
25129
  type index_gen$6_SecretStatus = SecretStatus;
24699
25130
  type index_gen$6_SecretVersion = SecretVersion;
@@ -24725,6 +25156,7 @@ declare namespace index_gen$6 {
24725
25156
  index_gen$6_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy,
24726
25157
  index_gen$6_ListSecretsResponse as ListSecretsResponse,
24727
25158
  index_gen$6_PasswordGenerationParams as PasswordGenerationParams,
25159
+ index_gen$6_Product as Product,
24728
25160
  index_gen$6_Secret as Secret,
24729
25161
  index_gen$6_SecretStatus as SecretStatus,
24730
25162
  index_gen$6_SecretVersion as SecretVersion,
@@ -24843,7 +25275,7 @@ type SmokeHumanRequest = {
24843
25275
  * access-key. Then, you can use other test commands by setting the
24844
25276
  * SCW_SECRET_KEY env variable.
24845
25277
  */
24846
- declare class API$5 extends API$r {
25278
+ declare class API$5 extends API$s {
24847
25279
  /**
24848
25280
  * Register a user. Register a human and return a access-key and a secret-key
24849
25281
  * that must be used in all other commands.
@@ -24965,6 +25397,7 @@ declare namespace index$4 {
24965
25397
  };
24966
25398
  }
24967
25399
 
25400
+ type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
24968
25401
  type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
24969
25402
  type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
24970
25403
  type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
@@ -25010,7 +25443,7 @@ interface Domain {
25010
25443
  lastValidAt?: Date;
25011
25444
  /** Date and time of the domain's deletion. */
25012
25445
  revokedAt?: Date;
25013
- /** Error message returned if the last check failed. */
25446
+ /** @deprecated Error message returned if the last check failed. */
25014
25447
  lastError?: string;
25015
25448
  /** Snippet of the SPF record to register in the DNS zone. */
25016
25449
  spfConfig: string;
@@ -25020,6 +25453,35 @@ interface Domain {
25020
25453
  statistics?: DomainStatistics;
25021
25454
  region: Region;
25022
25455
  }
25456
+ /** Domain last status. */
25457
+ interface DomainLastStatus {
25458
+ /** The id of the domain. */
25459
+ domainId: string;
25460
+ /** The domain name (example.com). */
25461
+ domainName: string;
25462
+ /** The SPF record verification data. */
25463
+ spfRecord?: DomainLastStatusSpfRecord;
25464
+ /** The DKIM record verification data. */
25465
+ dkimRecord?: DomainLastStatusDkimRecord;
25466
+ }
25467
+ /** Domain last status. dkim record. */
25468
+ interface DomainLastStatusDkimRecord {
25469
+ /** Status of the DKIM record's configurartion. */
25470
+ status: DomainLastStatusRecordStatus;
25471
+ /** Time and date the DKIM record was last valid. */
25472
+ lastValidAt?: Date;
25473
+ /** An error text displays in case the record is not valid. */
25474
+ error?: string;
25475
+ }
25476
+ /** Domain last status. spf record. */
25477
+ interface DomainLastStatusSpfRecord {
25478
+ /** Status of the SPF record's configurartion. */
25479
+ status: DomainLastStatusRecordStatus;
25480
+ /** Time and date the SPF record was last valid. */
25481
+ lastValidAt?: Date;
25482
+ /** An error text displays in case the record is not valid. */
25483
+ error?: string;
25484
+ }
25023
25485
  interface DomainStatistics {
25024
25486
  totalCount: number;
25025
25487
  sentCount: number;
@@ -25036,7 +25498,7 @@ interface Email {
25036
25498
  projectId: string;
25037
25499
  /** Email address of the sender. */
25038
25500
  mailFrom: string;
25039
- /** @deprecated (Deprecated) Email address of the recipient. */
25501
+ /** @deprecated Email address of the recipient. */
25040
25502
  rcptTo?: string;
25041
25503
  /** Email address of the recipient. */
25042
25504
  mailRcpt: string;
@@ -25125,11 +25587,11 @@ type CreateEmailRequest = {
25125
25587
  region?: Region;
25126
25588
  /** Sender information. Must be from a checked domain declared in the Project. */
25127
25589
  from?: CreateEmailRequestAddress;
25128
- /** Array of recipient information (limited to 1 recipient). */
25590
+ /** An array of the primary recipient's information. */
25129
25591
  to?: CreateEmailRequestAddress[];
25130
- /** Array of recipient information (unimplemented). */
25592
+ /** An array of the carbon copy recipient's information. */
25131
25593
  cc?: CreateEmailRequestAddress[];
25132
- /** Array of recipient information (unimplemented). */
25594
+ /** An array of the blind carbon copy recipient's information. */
25133
25595
  bcc?: CreateEmailRequestAddress[];
25134
25596
  /** Subject of the email. */
25135
25597
  subject: string;
@@ -25173,10 +25635,7 @@ type ListEmailsRequest = {
25173
25635
  until?: Date;
25174
25636
  /** (Optional) List emails sent with this sender's email address. */
25175
25637
  mailFrom?: string;
25176
- /**
25177
- * @deprecated (Deprecated) List emails sent to this recipient's email
25178
- * address.
25179
- */
25638
+ /** @deprecated List emails sent to this recipient's email address. */
25180
25639
  mailTo?: string;
25181
25640
  /** (Optional) List emails sent to this recipient's email address. */
25182
25641
  mailRcpt?: string;
@@ -25184,17 +25643,9 @@ type ListEmailsRequest = {
25184
25643
  statuses?: EmailStatus[];
25185
25644
  /** (Optional) List emails with this subject. */
25186
25645
  subject?: string;
25187
- /**
25188
- * (Optional) List emails corresponding to specific criteria. You can filter
25189
- * your emails in ascending or descending order using:
25190
- *
25191
- * - Created_at
25192
- * - Updated_at
25193
- * - Status
25194
- * - Mail_from
25195
- * - Mail_rcpt
25196
- * - Subject.
25197
- */
25646
+ /** (Optional) List emails by searching to all fields. */
25647
+ search?: string;
25648
+ /** (Optional) List emails corresponding to specific criteria. */
25198
25649
  orderBy?: ListEmailsRequestOrderBy;
25199
25650
  };
25200
25651
  type GetStatisticsRequest = {
@@ -25281,9 +25732,18 @@ type CheckDomainRequest = {
25281
25732
  /** ID of the domain to check. */
25282
25733
  domainId: string;
25283
25734
  };
25735
+ type GetDomainLastStatusRequest = {
25736
+ /**
25737
+ * Region to target. If none is passed will use default region from the
25738
+ * config.
25739
+ */
25740
+ region?: Region;
25741
+ /** ID of the domain to delete. */
25742
+ domainId: string;
25743
+ };
25284
25744
 
25285
25745
  /** Transactional Email API. */
25286
- declare class API$4 extends API$r {
25746
+ declare class API$4 extends API$s {
25287
25747
  /** Lists the available regions of the API. */
25288
25748
  static readonly LOCALITIES: Region[];
25289
25749
  /**
@@ -25315,15 +25775,7 @@ declare class API$4 extends API$r {
25315
25775
  protected pageOfListEmails: (request?: Readonly<ListEmailsRequest>) => Promise<ListEmailsResponse>;
25316
25776
  /**
25317
25777
  * List emails. Retrieve the list of emails sent from a specific domain or for
25318
- * a specific Project or Organization. You must specify the `region`. You can
25319
- * filter your emails in ascending or descending order using:
25320
- *
25321
- * - Created_at
25322
- * - Updated_at
25323
- * - Status
25324
- * - Mail_from
25325
- * - Mail_rcpt
25326
- * - Subject
25778
+ * a specific Project or Organization. You must specify the `region`.
25327
25779
  *
25328
25780
  * @param request - The request {@link ListEmailsRequest}
25329
25781
  * @returns A Promise of ListEmailsResponse
@@ -25401,6 +25853,15 @@ declare class API$4 extends API$r {
25401
25853
  * @returns A Promise of Domain
25402
25854
  */
25403
25855
  checkDomain: (request: Readonly<CheckDomainRequest>) => Promise<Domain>;
25856
+ /**
25857
+ * Display SPF and DKIM records status and potential errors. Display SPF and
25858
+ * DKIM records status and potential errors, including the found records to
25859
+ * make debugging easier.
25860
+ *
25861
+ * @param request - The request {@link GetDomainLastStatusRequest}
25862
+ * @returns A Promise of DomainLastStatus
25863
+ */
25864
+ getDomainLastStatus: (request: Readonly<GetDomainLastStatusRequest>) => Promise<DomainLastStatus>;
25404
25865
  }
25405
25866
 
25406
25867
  /** Lists transient statutes of the enum {@link DomainStatus}. */
@@ -25417,6 +25878,10 @@ type index_gen$4_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
25417
25878
  type index_gen$4_CreateEmailResponse = CreateEmailResponse;
25418
25879
  declare const index_gen$4_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
25419
25880
  type index_gen$4_Domain = Domain;
25881
+ type index_gen$4_DomainLastStatus = DomainLastStatus;
25882
+ type index_gen$4_DomainLastStatusDkimRecord = DomainLastStatusDkimRecord;
25883
+ type index_gen$4_DomainLastStatusRecordStatus = DomainLastStatusRecordStatus;
25884
+ type index_gen$4_DomainLastStatusSpfRecord = DomainLastStatusSpfRecord;
25420
25885
  type index_gen$4_DomainStatistics = DomainStatistics;
25421
25886
  type index_gen$4_DomainStatus = DomainStatus;
25422
25887
  declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
@@ -25424,6 +25889,7 @@ type index_gen$4_Email = Email;
25424
25889
  type index_gen$4_EmailRcptType = EmailRcptType;
25425
25890
  type index_gen$4_EmailStatus = EmailStatus;
25426
25891
  type index_gen$4_EmailTry = EmailTry;
25892
+ type index_gen$4_GetDomainLastStatusRequest = GetDomainLastStatusRequest;
25427
25893
  type index_gen$4_GetDomainRequest = GetDomainRequest;
25428
25894
  type index_gen$4_GetEmailRequest = GetEmailRequest;
25429
25895
  type index_gen$4_GetStatisticsRequest = GetStatisticsRequest;
@@ -25446,6 +25912,10 @@ declare namespace index_gen$4 {
25446
25912
  index_gen$4_CreateEmailResponse as CreateEmailResponse,
25447
25913
  index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
25448
25914
  index_gen$4_Domain as Domain,
25915
+ index_gen$4_DomainLastStatus as DomainLastStatus,
25916
+ index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord,
25917
+ index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus,
25918
+ index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord,
25449
25919
  index_gen$4_DomainStatistics as DomainStatistics,
25450
25920
  index_gen$4_DomainStatus as DomainStatus,
25451
25921
  index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
@@ -25453,6 +25923,7 @@ declare namespace index_gen$4 {
25453
25923
  index_gen$4_EmailRcptType as EmailRcptType,
25454
25924
  index_gen$4_EmailStatus as EmailStatus,
25455
25925
  index_gen$4_EmailTry as EmailTry,
25926
+ index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest,
25456
25927
  index_gen$4_GetDomainRequest as GetDomainRequest,
25457
25928
  index_gen$4_GetEmailRequest as GetEmailRequest,
25458
25929
  index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
@@ -25573,7 +26044,7 @@ type DeletePrivateNetworkRequest$1 = {
25573
26044
  };
25574
26045
 
25575
26046
  /** VPC API. */
25576
- declare class API$3 extends API$r {
26047
+ declare class API$3 extends API$s {
25577
26048
  /** Lists the available zones of the API. */
25578
26049
  static readonly LOCALITIES: Zone[];
25579
26050
  protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
@@ -25711,6 +26182,8 @@ interface VPC {
25711
26182
  createdAt?: Date;
25712
26183
  /** Date the VPC was last modified. */
25713
26184
  updatedAt?: Date;
26185
+ /** Number of Private Networks within this VPC. */
26186
+ privateNetworkCount: number;
25714
26187
  }
25715
26188
  type ListVPCsRequest = {
25716
26189
  /**
@@ -25758,6 +26231,8 @@ type CreateVPCRequest = {
25758
26231
  region?: Region;
25759
26232
  /** Name for the VPC. */
25760
26233
  name?: string;
26234
+ /** Name for the VPC's associated default Private Network. */
26235
+ defaultPrivateNetworkName: string;
25761
26236
  /** Scaleway Project in which to create the VPC. */
25762
26237
  projectId?: string;
25763
26238
  /** Tags for the VPC. */
@@ -25945,7 +26420,7 @@ type DeleteSubnetsRequest = {
25945
26420
  };
25946
26421
 
25947
26422
  /** VPC API. */
25948
- declare class API$2 extends API$r {
26423
+ declare class API$2 extends API$s {
25949
26424
  /** Lists the available regions of the API. */
25950
26425
  static readonly LOCALITIES: Region[];
25951
26426
  protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
@@ -25965,7 +26440,7 @@ declare class API$2 extends API$r {
25965
26440
  * @param request - The request {@link CreateVPCRequest}
25966
26441
  * @returns A Promise of VPC
25967
26442
  */
25968
- createVPC: (request?: Readonly<CreateVPCRequest>) => Promise<VPC>;
26443
+ createVPC: (request: Readonly<CreateVPCRequest>) => Promise<VPC>;
25969
26444
  /**
25970
26445
  * Get a VPC. Retrieve details of an existing VPC, specified by its VPC ID.
25971
26446
  *
@@ -26993,7 +27468,7 @@ type RefreshSSHKeysRequest = {
26993
27468
  };
26994
27469
 
26995
27470
  /** Public Gateways API. */
26996
- declare class API$1 extends API$r {
27471
+ declare class API$1 extends API$s {
26997
27472
  /** Lists the available zones of the API. */
26998
27473
  static readonly LOCALITIES: Zone[];
26999
27474
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -27797,7 +28272,7 @@ type ListOffersRequest = {
27797
28272
  };
27798
28273
 
27799
28274
  /** Web Hosting API. */
27800
- declare class API extends API$r {
28275
+ declare class API extends API$s {
27801
28276
  /** Lists the available regions of the API. */
27802
28277
  static readonly LOCALITIES: Region[];
27803
28278
  /**
@@ -27976,4 +28451,4 @@ declare namespace index {
27976
28451
  };
27977
28452
  }
27978
28453
 
27979
- export { API$r as API, index$s as Account, index$r as AppleSilicon, index$p as BareMetal, index$o as Billing, Client, ClientConfig, index$n as Cockpit, index$m as Container, DefaultValues, index$l as Domain, index$t as Errors, index$k as FlexibleIP, index$j as Function, index$i as IAM, index$f as IOT, index$g as Instance, index$d as K8S, index$b as LB, Logger, index$9 as MNQ, index$a as Marketplace, Money, NetworkInterceptors, Profile, index$8 as RDB, index$7 as Redis, Region, index$6 as Registry, RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, ScwFile, index$5 as Secret, ServiceInfo, Settings, index$4 as Test, TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, WaitForOptions, WaitForStopCondition, index as Webhosting, 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 };
28454
+ export { API$s as API, index$t as Account, index$s as AppleSilicon, index$q as BareMetal, index$p as Billing, Client, ClientConfig, index$o as Cockpit, index$n as Container, DefaultValues, index$m as Domain, index$u as Errors, index$l as FlexibleIP, index$k as Function, index$j as IAM, index$g as IOT, index$f as IPFS, index$h as Instance, index$d as K8S, index$b as LB, Logger, index$9 as MNQ, index$a as Marketplace, Money, NetworkInterceptors, Profile, index$8 as RDB, index$7 as Redis, Region, index$6 as Registry, RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, ScwFile, index$5 as Secret, ServiceInfo, Settings, index$4 as Test, TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, WaitForOptions, WaitForStopCondition, index as Webhosting, 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 };