@scaleway/sdk 1.14.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 (49) hide show
  1. package/dist/api/account/v2/api.gen.js +77 -60
  2. package/dist/api/applesilicon/v1alpha1/api.gen.js +174 -152
  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/tem/v1alpha1/api.gen.js +182 -147
  36. package/dist/api/tem/v1alpha1/marshalling.gen.js +32 -1
  37. package/dist/api/test/v1/api.gen.js +116 -104
  38. package/dist/api/vpc/v1/api.gen.js +74 -65
  39. package/dist/api/vpc/v2/api.gen.js +200 -178
  40. package/dist/api/vpc/v2/marshalling.gen.js +1 -0
  41. package/dist/api/vpcgw/v1/api.gen.js +575 -501
  42. package/dist/api/webhosting/v1alpha1/api.gen.js +127 -117
  43. package/dist/index.cjs +732 -311
  44. package/dist/index.d.ts +2040 -1540
  45. package/dist/index.js +28 -26
  46. package/dist/internal/logger/console-logger.js +4 -5
  47. package/dist/scw/constants.js +1 -1
  48. package/dist/scw/errors/scw-error.js +2 -2
  49. 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
 
@@ -1388,7 +1388,7 @@ type ReinstallServerRequest = {
1388
1388
  };
1389
1389
 
1390
1390
  /** Apple silicon API. */
1391
- declare class API$p extends API$r {
1391
+ declare class API$q extends API$s {
1392
1392
  /** Lists the available zones of the API. */
1393
1393
  static readonly LOCALITIES: Zone[];
1394
1394
  /**
@@ -1507,47 +1507,47 @@ declare class API$p extends API$r {
1507
1507
  /** Lists transient statutes of the enum {@link ServerStatus}. */
1508
1508
  declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
1509
1509
 
1510
- type index_gen$l_GetServerTypeRequest = GetServerTypeRequest;
1511
- type index_gen$l_ListServerTypesRequest = ListServerTypesRequest;
1512
- type index_gen$l_ListServerTypesResponse = ListServerTypesResponse;
1513
- type index_gen$l_ReinstallServerRequest = ReinstallServerRequest;
1514
- type index_gen$l_ServerTypeCPU = ServerTypeCPU;
1515
- type index_gen$l_ServerTypeDisk = ServerTypeDisk;
1516
- type index_gen$l_ServerTypeMemory = ServerTypeMemory;
1517
- type index_gen$l_ServerTypeStock = ServerTypeStock;
1518
- 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 {
1519
1519
  export {
1520
- API$p as API,
1520
+ API$q as API,
1521
1521
  CreateServerRequest$3 as CreateServerRequest,
1522
1522
  DeleteServerRequest$2 as DeleteServerRequest,
1523
1523
  GetOSRequest$1 as GetOSRequest,
1524
1524
  GetServerRequest$2 as GetServerRequest,
1525
- index_gen$l_GetServerTypeRequest as GetServerTypeRequest,
1525
+ index_gen$m_GetServerTypeRequest as GetServerTypeRequest,
1526
1526
  ListOSRequest$2 as ListOSRequest,
1527
1527
  ListOSResponse$1 as ListOSResponse,
1528
- index_gen$l_ListServerTypesRequest as ListServerTypesRequest,
1529
- index_gen$l_ListServerTypesResponse as ListServerTypesResponse,
1528
+ index_gen$m_ListServerTypesRequest as ListServerTypesRequest,
1529
+ index_gen$m_ListServerTypesResponse as ListServerTypesResponse,
1530
1530
  ListServersRequest$3 as ListServersRequest,
1531
1531
  ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
1532
1532
  ListServersResponse$2 as ListServersResponse,
1533
1533
  OS$1 as OS,
1534
1534
  RebootServerRequest$1 as RebootServerRequest,
1535
- index_gen$l_ReinstallServerRequest as ReinstallServerRequest,
1535
+ index_gen$m_ReinstallServerRequest as ReinstallServerRequest,
1536
1536
  SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
1537
1537
  Server$2 as Server,
1538
1538
  ServerStatus$1 as ServerStatus,
1539
1539
  ServerType$1 as ServerType,
1540
- index_gen$l_ServerTypeCPU as ServerTypeCPU,
1541
- index_gen$l_ServerTypeDisk as ServerTypeDisk,
1542
- index_gen$l_ServerTypeMemory as ServerTypeMemory,
1543
- 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,
1544
1544
  UpdateServerRequest$3 as UpdateServerRequest,
1545
1545
  };
1546
1546
  }
1547
1547
 
1548
- declare namespace index$r {
1548
+ declare namespace index$s {
1549
1549
  export {
1550
- index_gen$l as v1alpha1,
1550
+ index_gen$m as v1alpha1,
1551
1551
  };
1552
1552
  }
1553
1553
 
@@ -2263,7 +2263,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
2263
2263
  *
2264
2264
  * This API allows to manage your Elastic Metal server. Elastic Metal API.
2265
2265
  */
2266
- declare class API$o extends API$r {
2266
+ declare class API$p extends API$s {
2267
2267
  /** Lists the available zones of the API. */
2268
2268
  static readonly LOCALITIES: Zone[];
2269
2269
  protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
@@ -2503,7 +2503,7 @@ declare class API$o extends API$r {
2503
2503
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2504
2504
  }
2505
2505
  /** Elastic Metal Private Network API. */
2506
- declare class PrivateNetworkAPI extends API$r {
2506
+ declare class PrivateNetworkAPI extends API$s {
2507
2507
  /** Lists the available zones of the API. */
2508
2508
  static readonly LOCALITIES: Zone[];
2509
2509
  /**
@@ -2543,7 +2543,7 @@ declare class PrivateNetworkAPI extends API$r {
2543
2543
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2544
2544
  }
2545
2545
 
2546
- declare class BaremetalV1UtilsAPI extends API$o {
2546
+ declare class BaremetalV1UtilsAPI extends API$p {
2547
2547
  /**
2548
2548
  * Waits for {@link ServerInstall} to be in a final state.
2549
2549
  *
@@ -2687,152 +2687,152 @@ declare namespace validationRules_gen$4 {
2687
2687
  };
2688
2688
  }
2689
2689
 
2690
- type index$q_AddOptionServerRequest = AddOptionServerRequest;
2691
- type index$q_BMCAccess = BMCAccess;
2692
- type index$q_CPU = CPU;
2693
- type index$q_DeleteOptionServerRequest = DeleteOptionServerRequest;
2694
- type index$q_Disk = Disk;
2695
- type index$q_GetBMCAccessRequest = GetBMCAccessRequest;
2696
- type index$q_GetOSRequest = GetOSRequest;
2697
- type index$q_GetOfferRequest = GetOfferRequest;
2698
- type index$q_GetOptionRequest = GetOptionRequest;
2699
- type index$q_GetServerMetricsRequest = GetServerMetricsRequest;
2700
- type index$q_GetServerMetricsResponse = GetServerMetricsResponse;
2701
- type index$q_IPReverseStatus = IPReverseStatus;
2702
- type index$q_IPVersion = IPVersion;
2703
- type index$q_ListOSResponse = ListOSResponse;
2704
- type index$q_ListOptionsResponse = ListOptionsResponse;
2705
- type index$q_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
2706
- type index$q_ListServerEventsResponse = ListServerEventsResponse;
2707
- type index$q_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
2708
- type index$q_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
2709
- type index$q_ListServersRequestOrderBy = ListServersRequestOrderBy;
2710
- type index$q_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
2711
- type index$q_ListSettingsResponse = ListSettingsResponse;
2712
- type index$q_Memory = Memory;
2713
- type index$q_OS = OS;
2714
- type index$q_OSOSField = OSOSField;
2715
- type index$q_OfferOptionOffer = OfferOptionOffer;
2716
- type index$q_OfferStock = OfferStock;
2717
- type index$q_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
2718
- type index$q_Option = Option;
2719
- type index$q_PersistentMemory = PersistentMemory;
2720
- type index$q_PrivateNetworkAPI = PrivateNetworkAPI;
2721
- declare const index$q_PrivateNetworkAPI: typeof PrivateNetworkAPI;
2722
- type index$q_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
2723
- type index$q_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
2724
- type index$q_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
2725
- type index$q_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
2726
- type index$q_RaidController = RaidController;
2727
- type index$q_RebootServerRequest = RebootServerRequest;
2728
- declare const index$q_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
2729
- declare const index$q_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
2730
- type index$q_ServerBootType = ServerBootType;
2731
- type index$q_ServerEvent = ServerEvent;
2732
- type index$q_ServerInstall = ServerInstall;
2733
- type index$q_ServerInstallStatus = ServerInstallStatus;
2734
- type index$q_ServerOption = ServerOption;
2735
- type index$q_ServerOptionOptionStatus = ServerOptionOptionStatus;
2736
- type index$q_ServerPingStatus = ServerPingStatus;
2737
- type index$q_ServerPrivateNetwork = ServerPrivateNetwork;
2738
- type index$q_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
2739
- type index$q_ServerRescueServer = ServerRescueServer;
2740
- type index$q_ServerStatus = ServerStatus;
2741
- type index$q_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
2742
- type index$q_Setting = Setting;
2743
- type index$q_SettingType = SettingType;
2744
- type index$q_StartBMCAccessRequest = StartBMCAccessRequest;
2745
- type index$q_StartServerRequest = StartServerRequest;
2746
- type index$q_StopBMCAccessRequest = StopBMCAccessRequest;
2747
- type index$q_StopServerRequest = StopServerRequest;
2748
- type index$q_UpdateSettingRequest = UpdateSettingRequest;
2749
- 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 {
2750
2750
  export {
2751
2751
  BaremetalV1UtilsAPI as API,
2752
- index$q_AddOptionServerRequest as AddOptionServerRequest,
2753
- index$q_BMCAccess as BMCAccess,
2754
- index$q_CPU as CPU,
2752
+ index$r_AddOptionServerRequest as AddOptionServerRequest,
2753
+ index$r_BMCAccess as BMCAccess,
2754
+ index$r_CPU as CPU,
2755
2755
  CreateServerRequest$2 as CreateServerRequest,
2756
2756
  CreateServerRequestInstall$1 as CreateServerRequestInstall,
2757
- index$q_DeleteOptionServerRequest as DeleteOptionServerRequest,
2757
+ index$r_DeleteOptionServerRequest as DeleteOptionServerRequest,
2758
2758
  DeleteServerRequest$1 as DeleteServerRequest,
2759
- index$q_Disk as Disk,
2760
- index$q_GetBMCAccessRequest as GetBMCAccessRequest,
2761
- index$q_GetOSRequest as GetOSRequest,
2762
- index$q_GetOfferRequest as GetOfferRequest,
2763
- index$q_GetOptionRequest as GetOptionRequest,
2764
- index$q_GetServerMetricsRequest as GetServerMetricsRequest,
2765
- 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,
2766
2766
  GetServerRequest$1 as GetServerRequest,
2767
2767
  IP$1 as IP,
2768
- index$q_IPReverseStatus as IPReverseStatus,
2769
- index$q_IPVersion as IPVersion,
2768
+ index$r_IPReverseStatus as IPReverseStatus,
2769
+ index$r_IPVersion as IPVersion,
2770
2770
  InstallServerRequest$1 as InstallServerRequest,
2771
2771
  ListOSRequest$1 as ListOSRequest,
2772
- index$q_ListOSResponse as ListOSResponse,
2772
+ index$r_ListOSResponse as ListOSResponse,
2773
2773
  ListOffersRequest$2 as ListOffersRequest,
2774
2774
  ListOffersResponse$1 as ListOffersResponse,
2775
2775
  ListOptionsRequest$1 as ListOptionsRequest,
2776
- index$q_ListOptionsResponse as ListOptionsResponse,
2776
+ index$r_ListOptionsResponse as ListOptionsResponse,
2777
2777
  ListServerEventsRequest$1 as ListServerEventsRequest,
2778
- index$q_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy,
2779
- index$q_ListServerEventsResponse as ListServerEventsResponse,
2780
- index$q_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy,
2781
- 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,
2782
2782
  ListServersRequest$2 as ListServersRequest,
2783
- index$q_ListServersRequestOrderBy as ListServersRequestOrderBy,
2783
+ index$r_ListServersRequestOrderBy as ListServersRequestOrderBy,
2784
2784
  ListServersResponse$1 as ListServersResponse,
2785
2785
  ListSettingsRequest$1 as ListSettingsRequest,
2786
- index$q_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy,
2787
- index$q_ListSettingsResponse as ListSettingsResponse,
2788
- index$q_Memory as Memory,
2789
- index$q_OS as OS,
2790
- 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,
2791
2791
  Offer$1 as Offer,
2792
- index$q_OfferOptionOffer as OfferOptionOffer,
2793
- index$q_OfferStock as OfferStock,
2794
- index$q_OfferSubscriptionPeriod as OfferSubscriptionPeriod,
2795
- index$q_Option as Option,
2796
- index$q_PersistentMemory as PersistentMemory,
2797
- index$q_PrivateNetworkAPI as PrivateNetworkAPI,
2798
- index$q_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest,
2799
- index$q_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest,
2800
- index$q_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest,
2801
- index$q_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest,
2802
- index$q_RaidController as RaidController,
2803
- index$q_RebootServerRequest as RebootServerRequest,
2804
- index$q_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES,
2805
- 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,
2806
2806
  SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES,
2807
2807
  Server$1 as Server,
2808
- index$q_ServerBootType as ServerBootType,
2809
- index$q_ServerEvent as ServerEvent,
2810
- index$q_ServerInstall as ServerInstall,
2811
- index$q_ServerInstallStatus as ServerInstallStatus,
2812
- index$q_ServerOption as ServerOption,
2813
- index$q_ServerOptionOptionStatus as ServerOptionOptionStatus,
2814
- index$q_ServerPingStatus as ServerPingStatus,
2815
- index$q_ServerPrivateNetwork as ServerPrivateNetwork,
2816
- index$q_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus,
2817
- index$q_ServerRescueServer as ServerRescueServer,
2818
- index$q_ServerStatus as ServerStatus,
2819
- index$q_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse,
2820
- index$q_Setting as Setting,
2821
- index$q_SettingType as SettingType,
2822
- index$q_StartBMCAccessRequest as StartBMCAccessRequest,
2823
- index$q_StartServerRequest as StartServerRequest,
2824
- index$q_StopBMCAccessRequest as StopBMCAccessRequest,
2825
- 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,
2826
2826
  UpdateIPRequest$1 as UpdateIPRequest,
2827
2827
  UpdateServerRequest$2 as UpdateServerRequest,
2828
- index$q_UpdateSettingRequest as UpdateSettingRequest,
2828
+ index$r_UpdateSettingRequest as UpdateSettingRequest,
2829
2829
  validationRules_gen$4 as ValidationRules,
2830
2830
  };
2831
2831
  }
2832
2832
 
2833
- declare namespace index$p {
2833
+ declare namespace index$q {
2834
2834
  export {
2835
- index$q as v1,
2835
+ index$r as v1,
2836
2836
  };
2837
2837
  }
2838
2838
 
@@ -2923,7 +2923,7 @@ type DownloadInvoiceRequest = {
2923
2923
  *
2924
2924
  * This API allows you to query your consumption. Billing API.
2925
2925
  */
2926
- declare class API$n extends API$r {
2926
+ declare class API$o extends API$s {
2927
2927
  getConsumption: (request?: Readonly<GetConsumptionRequest>) => Promise<GetConsumptionResponse>;
2928
2928
  protected pageOfListInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse>;
2929
2929
  listInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse> & {
@@ -2933,35 +2933,35 @@ declare class API$n extends API$r {
2933
2933
  downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
2934
2934
  }
2935
2935
 
2936
- type index_gen$k_DownloadInvoiceRequest = DownloadInvoiceRequest;
2937
- type index_gen$k_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
2938
- type index_gen$k_GetConsumptionRequest = GetConsumptionRequest;
2939
- type index_gen$k_GetConsumptionResponse = GetConsumptionResponse;
2940
- type index_gen$k_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
2941
- type index_gen$k_Invoice = Invoice;
2942
- type index_gen$k_InvoiceType = InvoiceType;
2943
- type index_gen$k_ListInvoicesRequest = ListInvoicesRequest;
2944
- type index_gen$k_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
2945
- type index_gen$k_ListInvoicesResponse = ListInvoicesResponse;
2946
- 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 {
2947
2947
  export {
2948
- API$n as API,
2949
- index_gen$k_DownloadInvoiceRequest as DownloadInvoiceRequest,
2950
- index_gen$k_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
2951
- index_gen$k_GetConsumptionRequest as GetConsumptionRequest,
2952
- index_gen$k_GetConsumptionResponse as GetConsumptionResponse,
2953
- index_gen$k_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
2954
- index_gen$k_Invoice as Invoice,
2955
- index_gen$k_InvoiceType as InvoiceType,
2956
- index_gen$k_ListInvoicesRequest as ListInvoicesRequest,
2957
- index_gen$k_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
2958
- 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,
2959
2959
  };
2960
2960
  }
2961
2961
 
2962
- declare namespace index$o {
2962
+ declare namespace index$p {
2963
2963
  export {
2964
- index_gen$k as v2alpha1,
2964
+ index_gen$l as v2alpha1,
2965
2965
  };
2966
2966
  }
2967
2967
 
@@ -3248,7 +3248,7 @@ type SelectPlanRequest = {
3248
3248
  * Projects. Scaleway's Cockpit stores metrics and logs and provides a dedicated
3249
3249
  * Grafana for dashboarding to visualize them.
3250
3250
  */
3251
- declare class API$m extends API$r {
3251
+ declare class API$n extends API$s {
3252
3252
  /**
3253
3253
  * Activate a Cockpit. Activate the Cockpit of the specified Project ID.
3254
3254
  *
@@ -3434,92 +3434,92 @@ declare class API$m extends API$r {
3434
3434
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
3435
3435
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
3436
3436
 
3437
- type index_gen$j_ActivateCockpitRequest = ActivateCockpitRequest;
3438
- declare const index_gen$j_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
3439
- type index_gen$j_Cockpit = Cockpit;
3440
- type index_gen$j_CockpitEndpoints = CockpitEndpoints;
3441
- type index_gen$j_CockpitMetrics = CockpitMetrics;
3442
- type index_gen$j_CockpitStatus = CockpitStatus;
3443
- type index_gen$j_ContactPoint = ContactPoint;
3444
- type index_gen$j_ContactPointEmail = ContactPointEmail;
3445
- type index_gen$j_CreateContactPointRequest = CreateContactPointRequest;
3446
- type index_gen$j_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
3447
- type index_gen$j_DeactivateCockpitRequest = DeactivateCockpitRequest;
3448
- type index_gen$j_DeleteContactPointRequest = DeleteContactPointRequest;
3449
- type index_gen$j_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
3450
- type index_gen$j_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
3451
- type index_gen$j_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
3452
- type index_gen$j_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
3453
- type index_gen$j_GetCockpitRequest = GetCockpitRequest;
3454
- type index_gen$j_GrafanaUser = GrafanaUser;
3455
- type index_gen$j_GrafanaUserRole = GrafanaUserRole;
3456
- type index_gen$j_ListContactPointsRequest = ListContactPointsRequest;
3457
- type index_gen$j_ListContactPointsResponse = ListContactPointsResponse;
3458
- type index_gen$j_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
3459
- type index_gen$j_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
3460
- type index_gen$j_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
3461
- type index_gen$j_ListPlansRequest = ListPlansRequest;
3462
- type index_gen$j_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
3463
- type index_gen$j_ListPlansResponse = ListPlansResponse;
3464
- type index_gen$j_Plan = Plan;
3465
- type index_gen$j_PlanName = PlanName;
3466
- type index_gen$j_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
3467
- type index_gen$j_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
3468
- type index_gen$j_SelectPlanRequest = SelectPlanRequest;
3469
- type index_gen$j_SelectPlanResponse = SelectPlanResponse;
3470
- type index_gen$j_TokenScopes = TokenScopes;
3471
- type index_gen$j_TriggerTestAlertRequest = TriggerTestAlertRequest;
3472
- 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 {
3473
3473
  export {
3474
- API$m as API,
3475
- index_gen$j_ActivateCockpitRequest as ActivateCockpitRequest,
3476
- index_gen$j_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3477
- index_gen$j_Cockpit as Cockpit,
3478
- index_gen$j_CockpitEndpoints as CockpitEndpoints,
3479
- index_gen$j_CockpitMetrics as CockpitMetrics,
3480
- index_gen$j_CockpitStatus as CockpitStatus,
3481
- index_gen$j_ContactPoint as ContactPoint,
3482
- index_gen$j_ContactPointEmail as ContactPointEmail,
3483
- index_gen$j_CreateContactPointRequest as CreateContactPointRequest,
3484
- 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,
3485
3485
  CreateTokenRequest$2 as CreateTokenRequest,
3486
- index_gen$j_DeactivateCockpitRequest as DeactivateCockpitRequest,
3487
- index_gen$j_DeleteContactPointRequest as DeleteContactPointRequest,
3488
- 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,
3489
3489
  DeleteTokenRequest$2 as DeleteTokenRequest,
3490
- index_gen$j_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3491
- index_gen$j_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3492
- index_gen$j_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3493
- 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,
3494
3494
  GetTokenRequest$2 as GetTokenRequest,
3495
- index_gen$j_GrafanaUser as GrafanaUser,
3496
- index_gen$j_GrafanaUserRole as GrafanaUserRole,
3497
- index_gen$j_ListContactPointsRequest as ListContactPointsRequest,
3498
- index_gen$j_ListContactPointsResponse as ListContactPointsResponse,
3499
- index_gen$j_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3500
- index_gen$j_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3501
- index_gen$j_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3502
- index_gen$j_ListPlansRequest as ListPlansRequest,
3503
- index_gen$j_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3504
- 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,
3505
3505
  ListTokensRequest$2 as ListTokensRequest,
3506
3506
  ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
3507
3507
  ListTokensResponse$2 as ListTokensResponse,
3508
- index_gen$j_Plan as Plan,
3509
- index_gen$j_PlanName as PlanName,
3510
- index_gen$j_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3511
- index_gen$j_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3512
- index_gen$j_SelectPlanRequest as SelectPlanRequest,
3513
- 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,
3514
3514
  Token$2 as Token,
3515
- index_gen$j_TokenScopes as TokenScopes,
3516
- index_gen$j_TriggerTestAlertRequest as TriggerTestAlertRequest,
3515
+ index_gen$k_TokenScopes as TokenScopes,
3516
+ index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest,
3517
3517
  };
3518
3518
  }
3519
3519
 
3520
- declare namespace index$n {
3520
+ declare namespace index$o {
3521
3521
  export {
3522
- index_gen$j as v1beta1,
3522
+ index_gen$k as v1beta1,
3523
3523
  };
3524
3524
  }
3525
3525
 
@@ -4140,7 +4140,7 @@ type DeleteTokenRequest$1 = {
4140
4140
  };
4141
4141
 
4142
4142
  /** Serverless Containers API. */
4143
- declare class API$l extends API$r {
4143
+ declare class API$m extends API$s {
4144
4144
  /** Lists the available regions of the API. */
4145
4145
  static readonly LOCALITIES: Region[];
4146
4146
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
@@ -4410,31 +4410,31 @@ declare const NAMESPACE_TRANSIENT_STATUSES$2: NamespaceStatus$2[];
4410
4410
  /** Lists transient statutes of the enum {@link TokenStatus}. */
4411
4411
  declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
4412
4412
 
4413
- declare const index_gen$i_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
4414
- type index_gen$i_Container = Container;
4415
- type index_gen$i_ContainerHttpOption = ContainerHttpOption;
4416
- type index_gen$i_ContainerPrivacy = ContainerPrivacy;
4417
- type index_gen$i_ContainerProtocol = ContainerProtocol;
4418
- type index_gen$i_ContainerStatus = ContainerStatus;
4419
- type index_gen$i_CreateContainerRequest = CreateContainerRequest;
4420
- type index_gen$i_DeleteContainerRequest = DeleteContainerRequest;
4421
- type index_gen$i_DeployContainerRequest = DeployContainerRequest;
4422
- type index_gen$i_GetContainerRequest = GetContainerRequest;
4423
- type index_gen$i_ListContainersRequest = ListContainersRequest;
4424
- type index_gen$i_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4425
- type index_gen$i_ListContainersResponse = ListContainersResponse;
4426
- type index_gen$i_UpdateContainerRequest = UpdateContainerRequest;
4427
- 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 {
4428
4428
  export {
4429
- API$l as API,
4430
- 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,
4431
4431
  CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
4432
- index_gen$i_Container as Container,
4433
- index_gen$i_ContainerHttpOption as ContainerHttpOption,
4434
- index_gen$i_ContainerPrivacy as ContainerPrivacy,
4435
- index_gen$i_ContainerProtocol as ContainerProtocol,
4436
- index_gen$i_ContainerStatus as ContainerStatus,
4437
- 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,
4438
4438
  CreateCronRequest$1 as CreateCronRequest,
4439
4439
  CreateDomainRequest$2 as CreateDomainRequest,
4440
4440
  CreateNamespaceRequest$3 as CreateNamespaceRequest,
@@ -4442,23 +4442,23 @@ declare namespace index_gen$i {
4442
4442
  Cron$1 as Cron,
4443
4443
  CronStatus$1 as CronStatus,
4444
4444
  DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
4445
- index_gen$i_DeleteContainerRequest as DeleteContainerRequest,
4445
+ index_gen$j_DeleteContainerRequest as DeleteContainerRequest,
4446
4446
  DeleteCronRequest$1 as DeleteCronRequest,
4447
4447
  DeleteDomainRequest$1 as DeleteDomainRequest,
4448
4448
  DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
4449
4449
  DeleteTokenRequest$1 as DeleteTokenRequest,
4450
- index_gen$i_DeployContainerRequest as DeployContainerRequest,
4450
+ index_gen$j_DeployContainerRequest as DeployContainerRequest,
4451
4451
  Domain$3 as Domain,
4452
4452
  DomainStatus$3 as DomainStatus,
4453
- index_gen$i_GetContainerRequest as GetContainerRequest,
4453
+ index_gen$j_GetContainerRequest as GetContainerRequest,
4454
4454
  GetCronRequest$1 as GetCronRequest,
4455
4455
  GetDomainRequest$2 as GetDomainRequest,
4456
4456
  GetNamespaceRequest$3 as GetNamespaceRequest,
4457
4457
  GetTokenRequest$1 as GetTokenRequest,
4458
4458
  IssueJWTRequest$1 as IssueJWTRequest,
4459
- index_gen$i_ListContainersRequest as ListContainersRequest,
4460
- index_gen$i_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4461
- 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,
4462
4462
  ListCronsRequest$1 as ListCronsRequest,
4463
4463
  ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
4464
4464
  ListCronsResponse$1 as ListCronsResponse,
@@ -4485,15 +4485,15 @@ declare namespace index_gen$i {
4485
4485
  TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
4486
4486
  Token$1 as Token,
4487
4487
  TokenStatus$1 as TokenStatus,
4488
- index_gen$i_UpdateContainerRequest as UpdateContainerRequest,
4488
+ index_gen$j_UpdateContainerRequest as UpdateContainerRequest,
4489
4489
  UpdateCronRequest$1 as UpdateCronRequest,
4490
4490
  UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
4491
4491
  };
4492
4492
  }
4493
4493
 
4494
- declare namespace index$m {
4494
+ declare namespace index$n {
4495
4495
  export {
4496
- index_gen$i as v1beta1,
4496
+ index_gen$j as v1beta1,
4497
4497
  };
4498
4498
  }
4499
4499
 
@@ -5533,7 +5533,7 @@ type RegistrarApiDeleteDomainHostRequest = {
5533
5533
  * Domains and DNS API. Manage your domains, DNS zones and records with the
5534
5534
  * Domains and DNS API.
5535
5535
  */
5536
- declare class API$k extends API$r {
5536
+ declare class API$l extends API$s {
5537
5537
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
5538
5538
  /**
5539
5539
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -5773,10 +5773,11 @@ declare class API$k extends API$r {
5773
5773
  *
5774
5774
  * Domains and DNS - Registrar API. Manage your domains and contacts.
5775
5775
  */
5776
- declare class RegistrarAPI extends API$r {
5776
+ declare class RegistrarAPI extends API$s {
5777
5777
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
5778
5778
  /**
5779
- * 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.
5780
5781
  *
5781
5782
  * @param request - The request {@link RegistrarApiListTasksRequest}
5782
5783
  * @returns A Promise of ListTasksResponse
@@ -5786,34 +5787,37 @@ declare class RegistrarAPI extends API$r {
5786
5787
  [Symbol.asyncIterator]: () => AsyncGenerator<Task$1[], void, void>;
5787
5788
  };
5788
5789
  /**
5789
- * Buy one or more domains. Request the registration of domain names. You can
5790
- * 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.
5791
5792
  *
5792
5793
  * @param request - The request {@link RegistrarApiBuyDomainsRequest}
5793
5794
  * @returns A Promise of OrderResponse
5794
5795
  */
5795
5796
  buyDomains: (request: Readonly<RegistrarApiBuyDomainsRequest>) => Promise<OrderResponse>;
5796
5797
  /**
5797
- * Renew one or more domains. Request the renewal of domain names.
5798
+ * Renew domains. Request the renewal of one or more domain names.
5798
5799
  *
5799
5800
  * @param request - The request {@link RegistrarApiRenewDomainsRequest}
5800
5801
  * @returns A Promise of OrderResponse
5801
5802
  */
5802
5803
  renewDomains: (request: Readonly<RegistrarApiRenewDomainsRequest>) => Promise<OrderResponse>;
5803
5804
  /**
5804
- * Transfer a domain. Request the transfer from another registrar domain to
5805
- * Scaleway.
5805
+ * Transfer a domain. Request the transfer of a domain from another registrar
5806
+ * to Scaleway Domains and DNS.
5806
5807
  *
5807
5808
  * @param request - The request {@link RegistrarApiTransferInDomainRequest}
5808
5809
  * @returns A Promise of OrderResponse
5809
5810
  */
5810
5811
  transferInDomain: (request: Readonly<RegistrarApiTransferInDomainRequest>) => Promise<OrderResponse>;
5811
5812
  /**
5812
- * Trade a domain contact. Request a trade for the contact owner.<br/> If an
5813
- * `organization_id` is given, the change is from the current Scaleway account
5814
- * to another Scaleway account.<br/> If no contact is given, the first contact
5815
- * of the other Scaleway account is taken.<br/> If the other Scaleway account
5816
- * 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.
5817
5821
  *
5818
5822
  * @param request - The request {@link RegistrarApiTradeDomainRequest}
5819
5823
  * @returns A Promise of OrderResponse
@@ -5836,9 +5840,10 @@ declare class RegistrarAPI extends API$r {
5836
5840
  */
5837
5841
  deleteExternalDomain: (request: Readonly<RegistrarApiDeleteExternalDomainRequest>) => Promise<DeleteExternalDomainResponse>;
5838
5842
  /**
5839
- * Check if contacts are compatible against a domain or a tld. Check if
5840
- * contacts are compatible against a domain or a tld. If not, it will return
5841
- * 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.
5842
5847
  *
5843
5848
  * @param request - The request
5844
5849
  * {@link RegistrarApiCheckContactsCompatibilityRequest}
@@ -5847,8 +5852,8 @@ declare class RegistrarAPI extends API$r {
5847
5852
  checkContactsCompatibility: (request?: Readonly<RegistrarApiCheckContactsCompatibilityRequest>) => Promise<CheckContactsCompatibilityResponse>;
5848
5853
  protected pageOfListContacts: (request?: Readonly<RegistrarApiListContactsRequest>) => Promise<ListContactsResponse>;
5849
5854
  /**
5850
- * List contacts. Return a list of contacts with their domains and roles. You
5851
- * 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.
5852
5857
  *
5853
5858
  * @param request - The request {@link RegistrarApiListContactsRequest}
5854
5859
  * @returns A Promise of ListContactsResponse
@@ -5858,15 +5863,15 @@ declare class RegistrarAPI extends API$r {
5858
5863
  [Symbol.asyncIterator]: () => AsyncGenerator<ContactRoles[], void, void>;
5859
5864
  };
5860
5865
  /**
5861
- * Get a contact. Return a contact details retrieved from the registrar using
5862
- * a given contact ID.
5866
+ * Get a contact. Retrieve a contact's details from the registrar using the
5867
+ * given contact's ID.
5863
5868
  *
5864
5869
  * @param request - The request {@link RegistrarApiGetContactRequest}
5865
5870
  * @returns A Promise of Contact
5866
5871
  */
5867
5872
  getContact: (request: Readonly<RegistrarApiGetContactRequest>) => Promise<Contact>;
5868
5873
  /**
5869
- * Update contact. You can edit the contact coordinates.
5874
+ * Update contact. Edit the contact's information.
5870
5875
  *
5871
5876
  * @param request - The request {@link RegistrarApiUpdateContactRequest}
5872
5877
  * @returns A Promise of Contact
@@ -5874,7 +5879,7 @@ declare class RegistrarAPI extends API$r {
5874
5879
  updateContact: (request: Readonly<RegistrarApiUpdateContactRequest>) => Promise<Contact>;
5875
5880
  protected pageOfListDomains: (request?: Readonly<RegistrarApiListDomainsRequest>) => Promise<ListDomainsResponse$2>;
5876
5881
  /**
5877
- * List domains. Returns a list of domains owned by the user.
5882
+ * List domains. Retrieve the list of domains you own.
5878
5883
  *
5879
5884
  * @param request - The request {@link RegistrarApiListDomainsRequest}
5880
5885
  * @returns A Promise of ListDomainsResponse
@@ -5885,9 +5890,9 @@ declare class RegistrarAPI extends API$r {
5885
5890
  };
5886
5891
  protected pageOfListRenewableDomains: (request?: Readonly<RegistrarApiListRenewableDomainsRequest>) => Promise<ListRenewableDomainsResponse>;
5887
5892
  /**
5888
- * List scaleway domains that can or not be renewed. Returns a list of domains
5889
- * owned by the user with a renew status and if renewable, the maximum renew
5890
- * 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.
5891
5896
  *
5892
5897
  * @param request - The request {@link RegistrarApiListRenewableDomainsRequest}
5893
5898
  * @returns A Promise of ListRenewableDomainsResponse
@@ -5897,7 +5902,8 @@ declare class RegistrarAPI extends API$r {
5897
5902
  [Symbol.asyncIterator]: () => AsyncGenerator<RenewableDomain[], void, void>;
5898
5903
  };
5899
5904
  /**
5900
- * Get domain. Returns a the domain with more informations.
5905
+ * Get domain. Retrieve a specific domain and display the domain's
5906
+ * information.
5901
5907
  *
5902
5908
  * @param request - The request {@link RegistrarApiGetDomainRequest}
5903
5909
  * @returns A Promise of Domain
@@ -5912,32 +5918,36 @@ declare class RegistrarAPI extends API$r {
5912
5918
  */
5913
5919
  waitForDomain: (request: Readonly<RegistrarApiGetDomainRequest>, options?: Readonly<WaitForOptions<Domain$2>>) => Promise<Domain$2>;
5914
5920
  /**
5915
- * Update a domain. Update the domain contacts or create a new one.<br/> If
5916
- * you add the same contact for multiple roles. Only one ID will be created
5917
- * 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.
5918
5925
  *
5919
5926
  * @param request - The request {@link RegistrarApiUpdateDomainRequest}
5920
5927
  * @returns A Promise of Domain
5921
5928
  */
5922
5929
  updateDomain: (request: Readonly<RegistrarApiUpdateDomainRequest>) => Promise<Domain$2>;
5923
5930
  /**
5924
- * Lock domain transfer. Lock domain transfer. A locked domain transfer can't
5925
- * 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.
5926
5934
  *
5927
5935
  * @param request - The request {@link RegistrarApiLockDomainTransferRequest}
5928
5936
  * @returns A Promise of Domain
5929
5937
  */
5930
5938
  lockDomainTransfer: (request: Readonly<RegistrarApiLockDomainTransferRequest>) => Promise<Domain$2>;
5931
5939
  /**
5932
- * Unlock domain transfer. Unlock domain transfer. An unlocked domain can be
5933
- * 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.
5934
5943
  *
5935
5944
  * @param request - The request {@link RegistrarApiUnlockDomainTransferRequest}
5936
5945
  * @returns A Promise of Domain
5937
5946
  */
5938
5947
  unlockDomainTransfer: (request: Readonly<RegistrarApiUnlockDomainTransferRequest>) => Promise<Domain$2>;
5939
5948
  /**
5940
- * 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.
5941
5951
  *
5942
5952
  * @param request - The request
5943
5953
  * {@link RegistrarApiEnableDomainAutoRenewRequest}
@@ -5945,7 +5955,8 @@ declare class RegistrarAPI extends API$r {
5945
5955
  */
5946
5956
  enableDomainAutoRenew: (request: Readonly<RegistrarApiEnableDomainAutoRenewRequest>) => Promise<Domain$2>;
5947
5957
  /**
5948
- * 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.
5949
5960
  *
5950
5961
  * @param request - The request
5951
5962
  * {@link RegistrarApiDisableDomainAutoRenewRequest}
@@ -5953,10 +5964,11 @@ declare class RegistrarAPI extends API$r {
5953
5964
  */
5954
5965
  disableDomainAutoRenew: (request: Readonly<RegistrarApiDisableDomainAutoRenewRequest>) => Promise<Domain$2>;
5955
5966
  /**
5956
- * Return domain auth code. If possible, return the auth code for an unlocked
5957
- * domain transfer, or an error if the domain is locked. Some TLD may have a
5958
- * different procedure to retrieve the auth code, in that case, the
5959
- * 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.
5960
5972
  *
5961
5973
  * @param request - The request {@link RegistrarApiGetDomainAuthCodeRequest}
5962
5974
  * @returns A Promise of GetDomainAuthCodeResponse
@@ -5971,17 +5983,18 @@ declare class RegistrarAPI extends API$r {
5971
5983
  */
5972
5984
  enableDomainDNSSEC: (request: Readonly<RegistrarApiEnableDomainDNSSECRequest>) => Promise<Domain$2>;
5973
5985
  /**
5974
- * Disable domain DNSSEC.
5986
+ * Disable a domain's DNSSEC. Disable DNSSEC for a domain.
5975
5987
  *
5976
5988
  * @param request - The request {@link RegistrarApiDisableDomainDNSSECRequest}
5977
5989
  * @returns A Promise of Domain
5978
5990
  */
5979
5991
  disableDomainDNSSEC: (request: Readonly<RegistrarApiDisableDomainDNSSECRequest>) => Promise<Domain$2>;
5980
5992
  /**
5981
- * 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.
5982
5995
  *
5983
- * If the TLD list is empty or not set the search returns the results from the
5984
- * most popular TLDs.
5996
+ * If the TLD list is empty or not set, the search returns the results from
5997
+ * the most popular TLDs.
5985
5998
  *
5986
5999
  * @param request - The request
5987
6000
  * {@link RegistrarApiSearchAvailableDomainsRequest}
@@ -5989,7 +6002,8 @@ declare class RegistrarAPI extends API$r {
5989
6002
  */
5990
6003
  searchAvailableDomains: (request: Readonly<RegistrarApiSearchAvailableDomainsRequest>) => Promise<SearchAvailableDomainsResponse>;
5991
6004
  /**
5992
- * Create domain hostname with glue IPs.
6005
+ * Create a hostname for a domain. Create a hostname for a domain with glue
6006
+ * IPs.
5993
6007
  *
5994
6008
  * @param request - The request {@link RegistrarApiCreateDomainHostRequest}
5995
6009
  * @returns A Promise of Host
@@ -5997,7 +6011,7 @@ declare class RegistrarAPI extends API$r {
5997
6011
  createDomainHost: (request: Readonly<RegistrarApiCreateDomainHostRequest>) => Promise<Host>;
5998
6012
  protected pageOfListDomainHosts: (request: Readonly<RegistrarApiListDomainHostsRequest>) => Promise<ListDomainHostsResponse>;
5999
6013
  /**
6000
- * List domain hostnames with they glue IPs.
6014
+ * List a domain's hostnames. List a domain's hostnames using their glue IPs.
6001
6015
  *
6002
6016
  * @param request - The request {@link RegistrarApiListDomainHostsRequest}
6003
6017
  * @returns A Promise of ListDomainHostsResponse
@@ -6007,14 +6021,14 @@ declare class RegistrarAPI extends API$r {
6007
6021
  [Symbol.asyncIterator]: () => AsyncGenerator<Host[], void, void>;
6008
6022
  };
6009
6023
  /**
6010
- * Update domain hostname with glue IPs.
6024
+ * Update a domain's hostname. Update a domain's hostname with glue IPs.
6011
6025
  *
6012
6026
  * @param request - The request {@link RegistrarApiUpdateDomainHostRequest}
6013
6027
  * @returns A Promise of Host
6014
6028
  */
6015
6029
  updateDomainHost: (request: Readonly<RegistrarApiUpdateDomainHostRequest>) => Promise<Host>;
6016
6030
  /**
6017
- * Delete domain hostname.
6031
+ * Delete a domain's hostname. Delete a domain's hostname.
6018
6032
  *
6019
6033
  * @param request - The request {@link RegistrarApiDeleteDomainHostRequest}
6020
6034
  * @returns A Promise of Host
@@ -6040,333 +6054,333 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
6040
6054
  /** Lists transient statutes of the enum {@link TaskStatus}. */
6041
6055
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
6042
6056
 
6043
- type index_gen$h_AvailableDomain = AvailableDomain;
6044
- type index_gen$h_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
6045
- type index_gen$h_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
6046
- type index_gen$h_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
6047
- type index_gen$h_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
6048
- type index_gen$h_CloneDNSZoneRequest = CloneDNSZoneRequest;
6049
- type index_gen$h_Contact = Contact;
6050
- type index_gen$h_ContactEmailStatus = ContactEmailStatus;
6051
- type index_gen$h_ContactExtensionEU = ContactExtensionEU;
6052
- type index_gen$h_ContactExtensionFR = ContactExtensionFR;
6053
- type index_gen$h_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
6054
- type index_gen$h_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
6055
- type index_gen$h_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
6056
- type index_gen$h_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
6057
- type index_gen$h_ContactExtensionFRMode = ContactExtensionFRMode;
6058
- type index_gen$h_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
6059
- type index_gen$h_ContactExtensionNL = ContactExtensionNL;
6060
- type index_gen$h_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
6061
- type index_gen$h_ContactLegalForm = ContactLegalForm;
6062
- type index_gen$h_ContactQuestion = ContactQuestion;
6063
- type index_gen$h_ContactRoles = ContactRoles;
6064
- type index_gen$h_ContactRolesRoles = ContactRolesRoles;
6065
- type index_gen$h_CreateDNSZoneRequest = CreateDNSZoneRequest;
6066
- type index_gen$h_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
6067
- type index_gen$h_DNSZone = DNSZone;
6068
- type index_gen$h_DNSZoneStatus = DNSZoneStatus;
6069
- type index_gen$h_DNSZoneVersion = DNSZoneVersion;
6070
- declare const index_gen$h_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
6071
- declare const index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
6072
- declare const index_gen$h_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
6073
- type index_gen$h_DSRecord = DSRecord;
6074
- type index_gen$h_DSRecordAlgorithm = DSRecordAlgorithm;
6075
- type index_gen$h_DSRecordDigest = DSRecordDigest;
6076
- type index_gen$h_DSRecordDigestType = DSRecordDigestType;
6077
- type index_gen$h_DSRecordPublicKey = DSRecordPublicKey;
6078
- type index_gen$h_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
6079
- type index_gen$h_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
6080
- type index_gen$h_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
6081
- type index_gen$h_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
6082
- type index_gen$h_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
6083
- type index_gen$h_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
6084
- type index_gen$h_DomainDNSSEC = DomainDNSSEC;
6085
- type index_gen$h_DomainFeatureStatus = DomainFeatureStatus;
6086
- type index_gen$h_DomainRecord = DomainRecord;
6087
- type index_gen$h_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
6088
- type index_gen$h_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
6089
- type index_gen$h_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
6090
- type index_gen$h_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
6091
- type index_gen$h_DomainRecordType = DomainRecordType;
6092
- type index_gen$h_DomainRecordViewConfig = DomainRecordViewConfig;
6093
- type index_gen$h_DomainRecordViewConfigView = DomainRecordViewConfigView;
6094
- type index_gen$h_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
6095
- type index_gen$h_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
6096
- type index_gen$h_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
6097
- type index_gen$h_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
6098
- type index_gen$h_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
6099
- type index_gen$h_DomainSummary = DomainSummary;
6100
- type index_gen$h_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
6101
- type index_gen$h_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
6102
- type index_gen$h_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
6103
- type index_gen$h_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
6104
- type index_gen$h_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
6105
- type index_gen$h_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
6106
- type index_gen$h_GetSSLCertificateRequest = GetSSLCertificateRequest;
6107
- declare const index_gen$h_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
6108
- type index_gen$h_Host = Host;
6109
- type index_gen$h_HostStatus = HostStatus;
6110
- type index_gen$h_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
6111
- type index_gen$h_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
6112
- type index_gen$h_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
6113
- type index_gen$h_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
6114
- type index_gen$h_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
6115
- type index_gen$h_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
6116
- type index_gen$h_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
6117
- type index_gen$h_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
6118
- type index_gen$h_LanguageCode = LanguageCode;
6119
- type index_gen$h_ListContactsResponse = ListContactsResponse;
6120
- type index_gen$h_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
6121
- type index_gen$h_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
6122
- type index_gen$h_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
6123
- type index_gen$h_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
6124
- type index_gen$h_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
6125
- type index_gen$h_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
6126
- type index_gen$h_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
6127
- type index_gen$h_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
6128
- type index_gen$h_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
6129
- type index_gen$h_ListDNSZonesRequest = ListDNSZonesRequest;
6130
- type index_gen$h_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
6131
- type index_gen$h_ListDNSZonesResponse = ListDNSZonesResponse;
6132
- type index_gen$h_ListDomainHostsResponse = ListDomainHostsResponse;
6133
- type index_gen$h_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
6134
- type index_gen$h_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
6135
- type index_gen$h_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
6136
- type index_gen$h_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
6137
- type index_gen$h_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
6138
- type index_gen$h_ListTasksResponse = ListTasksResponse;
6139
- type index_gen$h_NewContact = NewContact;
6140
- type index_gen$h_OrderResponse = OrderResponse;
6141
- type index_gen$h_RawFormat = RawFormat;
6142
- type index_gen$h_RecordChange = RecordChange;
6143
- type index_gen$h_RecordChangeAdd = RecordChangeAdd;
6144
- type index_gen$h_RecordChangeClear = RecordChangeClear;
6145
- type index_gen$h_RecordChangeDelete = RecordChangeDelete;
6146
- type index_gen$h_RecordChangeSet = RecordChangeSet;
6147
- type index_gen$h_RecordIdentifier = RecordIdentifier;
6148
- type index_gen$h_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
6149
- type index_gen$h_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
6150
- type index_gen$h_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
6151
- type index_gen$h_RegistrarAPI = RegistrarAPI;
6152
- declare const index_gen$h_RegistrarAPI: typeof RegistrarAPI;
6153
- type index_gen$h_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
6154
- type index_gen$h_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
6155
- type index_gen$h_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
6156
- type index_gen$h_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
6157
- type index_gen$h_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
6158
- type index_gen$h_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
6159
- type index_gen$h_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
6160
- type index_gen$h_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
6161
- type index_gen$h_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
6162
- type index_gen$h_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
6163
- type index_gen$h_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
6164
- type index_gen$h_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
6165
- type index_gen$h_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
6166
- type index_gen$h_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
6167
- type index_gen$h_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
6168
- type index_gen$h_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
6169
- type index_gen$h_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
6170
- type index_gen$h_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
6171
- type index_gen$h_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
6172
- type index_gen$h_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
6173
- type index_gen$h_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
6174
- type index_gen$h_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
6175
- type index_gen$h_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
6176
- type index_gen$h_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
6177
- type index_gen$h_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
6178
- type index_gen$h_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
6179
- type index_gen$h_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
6180
- type index_gen$h_RenewableDomain = RenewableDomain;
6181
- type index_gen$h_RenewableDomainStatus = RenewableDomainStatus;
6182
- type index_gen$h_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
6183
- type index_gen$h_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
6184
- type index_gen$h_SSLCertificate = SSLCertificate;
6185
- type index_gen$h_SSLCertificateStatus = SSLCertificateStatus;
6186
- declare const index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
6187
- type index_gen$h_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
6188
- type index_gen$h_TaskType = TaskType;
6189
- type index_gen$h_Tld = Tld;
6190
- type index_gen$h_TldOffer = TldOffer;
6191
- type index_gen$h_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
6192
- type index_gen$h_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
6193
- type index_gen$h_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
6194
- type index_gen$h_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
6195
- type index_gen$h_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6196
- type index_gen$h_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6197
- type index_gen$h_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6198
- 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 {
6199
6213
  export {
6200
- API$k as API,
6201
- index_gen$h_AvailableDomain as AvailableDomain,
6202
- index_gen$h_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6203
- index_gen$h_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6204
- index_gen$h_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6205
- index_gen$h_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6206
- index_gen$h_CloneDNSZoneRequest as CloneDNSZoneRequest,
6207
- index_gen$h_Contact as Contact,
6208
- index_gen$h_ContactEmailStatus as ContactEmailStatus,
6209
- index_gen$h_ContactExtensionEU as ContactExtensionEU,
6210
- index_gen$h_ContactExtensionFR as ContactExtensionFR,
6211
- index_gen$h_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6212
- index_gen$h_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6213
- index_gen$h_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6214
- index_gen$h_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6215
- index_gen$h_ContactExtensionFRMode as ContactExtensionFRMode,
6216
- index_gen$h_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6217
- index_gen$h_ContactExtensionNL as ContactExtensionNL,
6218
- index_gen$h_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6219
- index_gen$h_ContactLegalForm as ContactLegalForm,
6220
- index_gen$h_ContactQuestion as ContactQuestion,
6221
- index_gen$h_ContactRoles as ContactRoles,
6222
- index_gen$h_ContactRolesRoles as ContactRolesRoles,
6223
- index_gen$h_CreateDNSZoneRequest as CreateDNSZoneRequest,
6224
- index_gen$h_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6225
- index_gen$h_DNSZone as DNSZone,
6226
- index_gen$h_DNSZoneStatus as DNSZoneStatus,
6227
- index_gen$h_DNSZoneVersion as DNSZoneVersion,
6228
- index_gen$h_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6229
- index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6230
- 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,
6231
6245
  DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
6232
- index_gen$h_DSRecord as DSRecord,
6233
- index_gen$h_DSRecordAlgorithm as DSRecordAlgorithm,
6234
- index_gen$h_DSRecordDigest as DSRecordDigest,
6235
- index_gen$h_DSRecordDigestType as DSRecordDigestType,
6236
- index_gen$h_DSRecordPublicKey as DSRecordPublicKey,
6237
- index_gen$h_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6238
- index_gen$h_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6239
- index_gen$h_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6240
- index_gen$h_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6241
- index_gen$h_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6242
- 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,
6243
6257
  Domain$2 as Domain,
6244
- index_gen$h_DomainDNSSEC as DomainDNSSEC,
6245
- index_gen$h_DomainFeatureStatus as DomainFeatureStatus,
6246
- index_gen$h_DomainRecord as DomainRecord,
6247
- index_gen$h_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6248
- index_gen$h_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6249
- index_gen$h_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6250
- index_gen$h_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6251
- index_gen$h_DomainRecordType as DomainRecordType,
6252
- index_gen$h_DomainRecordViewConfig as DomainRecordViewConfig,
6253
- index_gen$h_DomainRecordViewConfigView as DomainRecordViewConfigView,
6254
- index_gen$h_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6255
- index_gen$h_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6256
- index_gen$h_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6257
- index_gen$h_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6258
- 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,
6259
6273
  DomainStatus$2 as DomainStatus,
6260
- index_gen$h_DomainSummary as DomainSummary,
6261
- index_gen$h_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6262
- index_gen$h_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6263
- index_gen$h_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6264
- index_gen$h_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6265
- index_gen$h_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6266
- index_gen$h_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6267
- index_gen$h_GetSSLCertificateRequest as GetSSLCertificateRequest,
6268
- index_gen$h_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6269
- index_gen$h_Host as Host,
6270
- index_gen$h_HostStatus as HostStatus,
6271
- index_gen$h_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6272
- index_gen$h_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6273
- index_gen$h_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6274
- index_gen$h_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6275
- index_gen$h_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6276
- index_gen$h_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6277
- index_gen$h_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6278
- index_gen$h_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6279
- index_gen$h_LanguageCode as LanguageCode,
6280
- index_gen$h_ListContactsResponse as ListContactsResponse,
6281
- index_gen$h_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6282
- index_gen$h_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6283
- index_gen$h_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6284
- index_gen$h_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6285
- index_gen$h_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6286
- index_gen$h_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6287
- index_gen$h_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6288
- index_gen$h_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6289
- index_gen$h_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6290
- index_gen$h_ListDNSZonesRequest as ListDNSZonesRequest,
6291
- index_gen$h_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6292
- index_gen$h_ListDNSZonesResponse as ListDNSZonesResponse,
6293
- 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,
6294
6308
  ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
6295
6309
  ListDomainsResponse$2 as ListDomainsResponse,
6296
- index_gen$h_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6297
- index_gen$h_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6298
- index_gen$h_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6299
- index_gen$h_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6300
- index_gen$h_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6301
- 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,
6302
6316
  Nameserver$1 as Nameserver,
6303
- index_gen$h_NewContact as NewContact,
6304
- index_gen$h_OrderResponse as OrderResponse,
6305
- index_gen$h_RawFormat as RawFormat,
6306
- index_gen$h_RecordChange as RecordChange,
6307
- index_gen$h_RecordChangeAdd as RecordChangeAdd,
6308
- index_gen$h_RecordChangeClear as RecordChangeClear,
6309
- index_gen$h_RecordChangeDelete as RecordChangeDelete,
6310
- index_gen$h_RecordChangeSet as RecordChangeSet,
6311
- index_gen$h_RecordIdentifier as RecordIdentifier,
6312
- index_gen$h_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6313
- index_gen$h_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6314
- index_gen$h_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6315
- index_gen$h_RegistrarAPI as RegistrarAPI,
6316
- index_gen$h_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6317
- index_gen$h_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6318
- index_gen$h_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6319
- index_gen$h_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6320
- index_gen$h_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6321
- index_gen$h_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6322
- index_gen$h_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6323
- index_gen$h_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6324
- index_gen$h_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6325
- index_gen$h_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6326
- index_gen$h_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6327
- index_gen$h_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6328
- index_gen$h_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6329
- index_gen$h_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6330
- index_gen$h_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6331
- index_gen$h_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6332
- index_gen$h_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6333
- index_gen$h_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6334
- index_gen$h_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6335
- index_gen$h_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6336
- index_gen$h_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6337
- index_gen$h_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6338
- index_gen$h_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6339
- index_gen$h_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6340
- index_gen$h_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6341
- index_gen$h_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6342
- index_gen$h_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6343
- index_gen$h_RenewableDomain as RenewableDomain,
6344
- index_gen$h_RenewableDomainStatus as RenewableDomainStatus,
6345
- index_gen$h_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6346
- index_gen$h_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6347
- index_gen$h_SSLCertificate as SSLCertificate,
6348
- index_gen$h_SSLCertificateStatus as SSLCertificateStatus,
6349
- index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6350
- 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,
6351
6365
  TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
6352
6366
  Task$1 as Task,
6353
6367
  TaskStatus$1 as TaskStatus,
6354
- index_gen$h_TaskType as TaskType,
6355
- index_gen$h_Tld as Tld,
6356
- index_gen$h_TldOffer as TldOffer,
6357
- index_gen$h_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6358
- index_gen$h_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6359
- index_gen$h_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6360
- index_gen$h_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6361
- index_gen$h_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6362
- index_gen$h_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6363
- 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,
6364
6378
  };
6365
6379
  }
6366
6380
 
6367
- declare namespace index$l {
6381
+ declare namespace index$m {
6368
6382
  export {
6369
- index_gen$h as v2beta1,
6383
+ index_gen$i as v2beta1,
6370
6384
  };
6371
6385
  }
6372
6386
 
@@ -6582,7 +6596,7 @@ type DeleteMACAddrRequest = {
6582
6596
  };
6583
6597
 
6584
6598
  /** Elastic Metal - Flexible IP API. */
6585
- declare class API$j extends API$r {
6599
+ declare class API$k extends API$s {
6586
6600
  /** Lists the available zones of the API. */
6587
6601
  static readonly LOCALITIES: Zone[];
6588
6602
  /**
@@ -6711,59 +6725,59 @@ declare namespace validationRules_gen$3 {
6711
6725
  };
6712
6726
  }
6713
6727
 
6714
- type index_gen$g_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
6715
- type index_gen$g_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
6716
- type index_gen$g_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
6717
- type index_gen$g_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
6718
- type index_gen$g_DeleteMACAddrRequest = DeleteMACAddrRequest;
6719
- type index_gen$g_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
6720
- type index_gen$g_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
6721
- type index_gen$g_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
6722
- declare const index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
6723
- type index_gen$g_FlexibleIP = FlexibleIP;
6724
- type index_gen$g_FlexibleIPStatus = FlexibleIPStatus;
6725
- type index_gen$g_GenerateMACAddrRequest = GenerateMACAddrRequest;
6726
- type index_gen$g_GetFlexibleIPRequest = GetFlexibleIPRequest;
6727
- type index_gen$g_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
6728
- type index_gen$g_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
6729
- type index_gen$g_MACAddress = MACAddress;
6730
- type index_gen$g_MACAddressStatus = MACAddressStatus;
6731
- type index_gen$g_MACAddressType = MACAddressType;
6732
- declare const index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
6733
- type index_gen$g_MoveMACAddrRequest = MoveMACAddrRequest;
6734
- type index_gen$g_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
6735
- 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 {
6736
6750
  export {
6737
- API$j as API,
6738
- index_gen$g_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
6739
- index_gen$g_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
6740
- index_gen$g_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
6741
- index_gen$g_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
6742
- index_gen$g_DeleteMACAddrRequest as DeleteMACAddrRequest,
6743
- index_gen$g_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
6744
- index_gen$g_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
6745
- index_gen$g_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
6746
- index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
6747
- index_gen$g_FlexibleIP as FlexibleIP,
6748
- index_gen$g_FlexibleIPStatus as FlexibleIPStatus,
6749
- index_gen$g_GenerateMACAddrRequest as GenerateMACAddrRequest,
6750
- 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,
6751
6765
  ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
6752
- index_gen$g_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
6753
- index_gen$g_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
6754
- index_gen$g_MACAddress as MACAddress,
6755
- index_gen$g_MACAddressStatus as MACAddressStatus,
6756
- index_gen$g_MACAddressType as MACAddressType,
6757
- index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
6758
- index_gen$g_MoveMACAddrRequest as MoveMACAddrRequest,
6759
- 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,
6760
6774
  validationRules_gen$3 as ValidationRules,
6761
6775
  };
6762
6776
  }
6763
6777
 
6764
- declare namespace index$k {
6778
+ declare namespace index$l {
6765
6779
  export {
6766
- index_gen$g as v1alpha1,
6780
+ index_gen$h as v1alpha1,
6767
6781
  };
6768
6782
  }
6769
6783
 
@@ -7575,7 +7589,7 @@ type DeleteTriggerRequest = {
7575
7589
  };
7576
7590
 
7577
7591
  /** Serverless Functions API. */
7578
- declare class API$i extends API$r {
7592
+ declare class API$j extends API$s {
7579
7593
  /** Lists the available regions of the API. */
7580
7594
  static readonly LOCALITIES: Region[];
7581
7595
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
@@ -7890,169 +7904,169 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
7890
7904
  /** Lists transient statutes of the enum {@link TriggerStatus}. */
7891
7905
  declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
7892
7906
 
7893
- declare const index_gen$f_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
7894
- type index_gen$f_CreateCronRequest = CreateCronRequest;
7895
- type index_gen$f_CreateFunctionRequest = CreateFunctionRequest;
7896
- type index_gen$f_CreateTokenRequest = CreateTokenRequest;
7897
- type index_gen$f_CreateTriggerRequest = CreateTriggerRequest;
7898
- type index_gen$f_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
7899
- type index_gen$f_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
7900
- type index_gen$f_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
7901
- type index_gen$f_Cron = Cron;
7902
- type index_gen$f_CronStatus = CronStatus;
7903
- type index_gen$f_DeleteCronRequest = DeleteCronRequest;
7904
- type index_gen$f_DeleteDomainRequest = DeleteDomainRequest;
7905
- type index_gen$f_DeleteFunctionRequest = DeleteFunctionRequest;
7906
- type index_gen$f_DeleteTokenRequest = DeleteTokenRequest;
7907
- type index_gen$f_DeleteTriggerRequest = DeleteTriggerRequest;
7908
- type index_gen$f_DeployFunctionRequest = DeployFunctionRequest;
7909
- type index_gen$f_DownloadURL = DownloadURL;
7910
- declare const index_gen$f_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
7911
- type index_gen$f_Function = Function;
7912
- type index_gen$f_FunctionHttpOption = FunctionHttpOption;
7913
- type index_gen$f_FunctionPrivacy = FunctionPrivacy;
7914
- type index_gen$f_FunctionRuntime = FunctionRuntime;
7915
- type index_gen$f_FunctionStatus = FunctionStatus;
7916
- type index_gen$f_GetCronRequest = GetCronRequest;
7917
- type index_gen$f_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
7918
- type index_gen$f_GetFunctionRequest = GetFunctionRequest;
7919
- type index_gen$f_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
7920
- type index_gen$f_GetTokenRequest = GetTokenRequest;
7921
- type index_gen$f_GetTriggerRequest = GetTriggerRequest;
7922
- type index_gen$f_IssueJWTRequest = IssueJWTRequest;
7923
- type index_gen$f_ListCronsRequest = ListCronsRequest;
7924
- type index_gen$f_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
7925
- type index_gen$f_ListCronsResponse = ListCronsResponse;
7926
- type index_gen$f_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
7927
- type index_gen$f_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
7928
- type index_gen$f_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
7929
- type index_gen$f_ListFunctionsRequest = ListFunctionsRequest;
7930
- type index_gen$f_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
7931
- type index_gen$f_ListFunctionsResponse = ListFunctionsResponse;
7932
- type index_gen$f_ListLogsRequest = ListLogsRequest;
7933
- type index_gen$f_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
7934
- type index_gen$f_ListLogsResponse = ListLogsResponse;
7935
- type index_gen$f_ListTokensRequest = ListTokensRequest;
7936
- type index_gen$f_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
7937
- type index_gen$f_ListTokensResponse = ListTokensResponse;
7938
- type index_gen$f_ListTriggersRequest = ListTriggersRequest;
7939
- type index_gen$f_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
7940
- type index_gen$f_ListTriggersResponse = ListTriggersResponse;
7941
- type index_gen$f_Log = Log;
7942
- type index_gen$f_LogStream = LogStream;
7943
- type index_gen$f_RuntimeStatus = RuntimeStatus;
7944
- type index_gen$f_SecretHashedValue = SecretHashedValue;
7945
- declare const index_gen$f_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
7946
- declare const index_gen$f_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
7947
- type index_gen$f_Token = Token;
7948
- type index_gen$f_TokenStatus = TokenStatus;
7949
- type index_gen$f_Trigger = Trigger;
7950
- type index_gen$f_TriggerInputType = TriggerInputType;
7951
- type index_gen$f_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
7952
- type index_gen$f_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
7953
- type index_gen$f_TriggerSqsClientConfig = TriggerSqsClientConfig;
7954
- type index_gen$f_TriggerStatus = TriggerStatus;
7955
- type index_gen$f_UpdateCronRequest = UpdateCronRequest;
7956
- type index_gen$f_UpdateFunctionRequest = UpdateFunctionRequest;
7957
- type index_gen$f_UpdateTriggerRequest = UpdateTriggerRequest;
7958
- type index_gen$f_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
7959
- type index_gen$f_UploadURL = UploadURL;
7960
- 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 {
7961
7975
  export {
7962
- API$i as API,
7963
- index_gen$f_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
7964
- 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,
7965
7979
  CreateDomainRequest$1 as CreateDomainRequest,
7966
- index_gen$f_CreateFunctionRequest as CreateFunctionRequest,
7980
+ index_gen$g_CreateFunctionRequest as CreateFunctionRequest,
7967
7981
  CreateNamespaceRequest$2 as CreateNamespaceRequest,
7968
- index_gen$f_CreateTokenRequest as CreateTokenRequest,
7969
- index_gen$f_CreateTriggerRequest as CreateTriggerRequest,
7970
- index_gen$f_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
7971
- index_gen$f_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
7972
- index_gen$f_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
7973
- index_gen$f_Cron as Cron,
7974
- 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,
7975
7989
  DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
7976
- index_gen$f_DeleteCronRequest as DeleteCronRequest,
7977
- index_gen$f_DeleteDomainRequest as DeleteDomainRequest,
7978
- 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,
7979
7993
  DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
7980
- index_gen$f_DeleteTokenRequest as DeleteTokenRequest,
7981
- index_gen$f_DeleteTriggerRequest as DeleteTriggerRequest,
7982
- 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,
7983
7997
  Domain$1 as Domain,
7984
7998
  DomainStatus$1 as DomainStatus,
7985
- index_gen$f_DownloadURL as DownloadURL,
7986
- index_gen$f_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
7987
- index_gen$f_Function as Function,
7988
- index_gen$f_FunctionHttpOption as FunctionHttpOption,
7989
- index_gen$f_FunctionPrivacy as FunctionPrivacy,
7990
- index_gen$f_FunctionRuntime as FunctionRuntime,
7991
- index_gen$f_FunctionStatus as FunctionStatus,
7992
- 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,
7993
8007
  GetDomainRequest$1 as GetDomainRequest,
7994
- index_gen$f_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
7995
- index_gen$f_GetFunctionRequest as GetFunctionRequest,
7996
- 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,
7997
8011
  GetNamespaceRequest$2 as GetNamespaceRequest,
7998
- index_gen$f_GetTokenRequest as GetTokenRequest,
7999
- index_gen$f_GetTriggerRequest as GetTriggerRequest,
8000
- index_gen$f_IssueJWTRequest as IssueJWTRequest,
8001
- index_gen$f_ListCronsRequest as ListCronsRequest,
8002
- index_gen$f_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8003
- 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,
8004
8018
  ListDomainsRequest$1 as ListDomainsRequest,
8005
- index_gen$f_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8019
+ index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8006
8020
  ListDomainsResponse$1 as ListDomainsResponse,
8007
- index_gen$f_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8008
- index_gen$f_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8009
- index_gen$f_ListFunctionsRequest as ListFunctionsRequest,
8010
- index_gen$f_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8011
- index_gen$f_ListFunctionsResponse as ListFunctionsResponse,
8012
- index_gen$f_ListLogsRequest as ListLogsRequest,
8013
- index_gen$f_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8014
- 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,
8015
8029
  ListNamespacesRequest$2 as ListNamespacesRequest,
8016
8030
  ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
8017
8031
  ListNamespacesResponse$2 as ListNamespacesResponse,
8018
- index_gen$f_ListTokensRequest as ListTokensRequest,
8019
- index_gen$f_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8020
- index_gen$f_ListTokensResponse as ListTokensResponse,
8021
- index_gen$f_ListTriggersRequest as ListTriggersRequest,
8022
- index_gen$f_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8023
- index_gen$f_ListTriggersResponse as ListTriggersResponse,
8024
- index_gen$f_Log as Log,
8025
- 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,
8026
8040
  NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
8027
8041
  Namespace$2 as Namespace,
8028
8042
  NamespaceStatus$1 as NamespaceStatus,
8029
8043
  NullValue$1 as NullValue,
8030
8044
  Runtime$1 as Runtime,
8031
- index_gen$f_RuntimeStatus as RuntimeStatus,
8045
+ index_gen$g_RuntimeStatus as RuntimeStatus,
8032
8046
  Secret$1 as Secret,
8033
- index_gen$f_SecretHashedValue as SecretHashedValue,
8034
- index_gen$f_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8035
- index_gen$f_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8036
- index_gen$f_Token as Token,
8037
- index_gen$f_TokenStatus as TokenStatus,
8038
- index_gen$f_Trigger as Trigger,
8039
- index_gen$f_TriggerInputType as TriggerInputType,
8040
- index_gen$f_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8041
- index_gen$f_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8042
- index_gen$f_TriggerSqsClientConfig as TriggerSqsClientConfig,
8043
- index_gen$f_TriggerStatus as TriggerStatus,
8044
- index_gen$f_UpdateCronRequest as UpdateCronRequest,
8045
- 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,
8046
8060
  UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
8047
- index_gen$f_UpdateTriggerRequest as UpdateTriggerRequest,
8048
- index_gen$f_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8049
- 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,
8050
8064
  };
8051
8065
  }
8052
8066
 
8053
- declare namespace index$j {
8067
+ declare namespace index$k {
8054
8068
  export {
8055
- index_gen$f as v1beta1,
8069
+ index_gen$g as v1beta1,
8056
8070
  };
8057
8071
  }
8058
8072
 
@@ -8844,7 +8858,7 @@ type DeleteJWTRequest = {
8844
8858
  };
8845
8859
 
8846
8860
  /** IAM API. */
8847
- declare class API$h extends API$r {
8861
+ declare class API$i extends API$s {
8848
8862
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
8849
8863
  /**
8850
8864
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -9522,143 +9536,143 @@ declare namespace validationRules_gen$2 {
9522
9536
  };
9523
9537
  }
9524
9538
 
9525
- type index_gen$e_APIKey = APIKey;
9526
- type index_gen$e_AddGroupMemberRequest = AddGroupMemberRequest;
9527
- type index_gen$e_AddGroupMembersRequest = AddGroupMembersRequest;
9528
- type index_gen$e_Application = Application;
9529
- type index_gen$e_BearerType = BearerType;
9530
- type index_gen$e_ClonePolicyRequest = ClonePolicyRequest;
9531
- type index_gen$e_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
9532
- type index_gen$e_DeleteApplicationRequest = DeleteApplicationRequest;
9533
- type index_gen$e_DeleteGroupRequest = DeleteGroupRequest;
9534
- type index_gen$e_DeleteJWTRequest = DeleteJWTRequest;
9535
- type index_gen$e_DeletePolicyRequest = DeletePolicyRequest;
9536
- type index_gen$e_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
9537
- type index_gen$e_GetAPIKeyRequest = GetAPIKeyRequest;
9538
- type index_gen$e_GetApplicationRequest = GetApplicationRequest;
9539
- type index_gen$e_GetGroupRequest = GetGroupRequest;
9540
- type index_gen$e_GetJWTRequest = GetJWTRequest;
9541
- type index_gen$e_GetPolicyRequest = GetPolicyRequest;
9542
- type index_gen$e_GetSSHKeyRequest = GetSSHKeyRequest;
9543
- type index_gen$e_GetUserRequest = GetUserRequest;
9544
- type index_gen$e_Group = Group;
9545
- type index_gen$e_JWT = JWT;
9546
- type index_gen$e_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
9547
- type index_gen$e_ListAPIKeysResponse = ListAPIKeysResponse;
9548
- type index_gen$e_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
9549
- type index_gen$e_ListApplicationsResponse = ListApplicationsResponse;
9550
- type index_gen$e_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
9551
- type index_gen$e_ListGroupsResponse = ListGroupsResponse;
9552
- type index_gen$e_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
9553
- type index_gen$e_ListJWTsResponse = ListJWTsResponse;
9554
- type index_gen$e_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
9555
- type index_gen$e_ListPermissionSetsResponse = ListPermissionSetsResponse;
9556
- type index_gen$e_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
9557
- type index_gen$e_ListPoliciesResponse = ListPoliciesResponse;
9558
- type index_gen$e_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
9559
- type index_gen$e_ListQuotaResponse = ListQuotaResponse;
9560
- type index_gen$e_ListRulesResponse = ListRulesResponse;
9561
- type index_gen$e_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
9562
- type index_gen$e_ListSSHKeysResponse = ListSSHKeysResponse;
9563
- type index_gen$e_PermissionSet = PermissionSet;
9564
- type index_gen$e_PermissionSetScopeType = PermissionSetScopeType;
9565
- type index_gen$e_Policy = Policy;
9566
- type index_gen$e_Quotum = Quotum;
9567
- type index_gen$e_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
9568
- type index_gen$e_Rule = Rule;
9569
- type index_gen$e_RuleSpecs = RuleSpecs;
9570
- type index_gen$e_SSHKey = SSHKey;
9571
- type index_gen$e_SetGroupMembersRequest = SetGroupMembersRequest;
9572
- type index_gen$e_SetRulesRequest = SetRulesRequest;
9573
- type index_gen$e_SetRulesResponse = SetRulesResponse;
9574
- type index_gen$e_UserStatus = UserStatus;
9575
- type index_gen$e_UserType = UserType;
9576
- 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 {
9577
9591
  export {
9578
- API$h as API,
9579
- index_gen$e_APIKey as APIKey,
9580
- index_gen$e_AddGroupMemberRequest as AddGroupMemberRequest,
9581
- index_gen$e_AddGroupMembersRequest as AddGroupMembersRequest,
9582
- index_gen$e_Application as Application,
9583
- index_gen$e_BearerType as BearerType,
9584
- 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,
9585
9599
  CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
9586
9600
  CreateApplicationRequest$1 as CreateApplicationRequest,
9587
9601
  CreateGroupRequest$1 as CreateGroupRequest,
9588
9602
  CreatePolicyRequest$1 as CreatePolicyRequest,
9589
9603
  CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
9590
- index_gen$e_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
9591
- index_gen$e_DeleteApplicationRequest as DeleteApplicationRequest,
9592
- index_gen$e_DeleteGroupRequest as DeleteGroupRequest,
9593
- index_gen$e_DeleteJWTRequest as DeleteJWTRequest,
9594
- index_gen$e_DeletePolicyRequest as DeletePolicyRequest,
9595
- 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,
9596
9610
  DeleteUserRequest$1 as DeleteUserRequest,
9597
- index_gen$e_GetAPIKeyRequest as GetAPIKeyRequest,
9598
- index_gen$e_GetApplicationRequest as GetApplicationRequest,
9599
- index_gen$e_GetGroupRequest as GetGroupRequest,
9600
- index_gen$e_GetJWTRequest as GetJWTRequest,
9601
- 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,
9602
9616
  GetQuotumRequest$1 as GetQuotumRequest,
9603
- index_gen$e_GetSSHKeyRequest as GetSSHKeyRequest,
9604
- index_gen$e_GetUserRequest as GetUserRequest,
9605
- index_gen$e_Group as Group,
9606
- 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,
9607
9621
  ListAPIKeysRequest$1 as ListAPIKeysRequest,
9608
- index_gen$e_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9609
- index_gen$e_ListAPIKeysResponse as ListAPIKeysResponse,
9622
+ index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9623
+ index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse,
9610
9624
  ListApplicationsRequest$1 as ListApplicationsRequest,
9611
- index_gen$e_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9612
- index_gen$e_ListApplicationsResponse as ListApplicationsResponse,
9625
+ index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9626
+ index_gen$f_ListApplicationsResponse as ListApplicationsResponse,
9613
9627
  ListGroupsRequest$1 as ListGroupsRequest,
9614
- index_gen$e_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9615
- index_gen$e_ListGroupsResponse as ListGroupsResponse,
9628
+ index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9629
+ index_gen$f_ListGroupsResponse as ListGroupsResponse,
9616
9630
  ListJWTsRequest$1 as ListJWTsRequest,
9617
- index_gen$e_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9618
- index_gen$e_ListJWTsResponse as ListJWTsResponse,
9631
+ index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9632
+ index_gen$f_ListJWTsResponse as ListJWTsResponse,
9619
9633
  ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
9620
- index_gen$e_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9621
- index_gen$e_ListPermissionSetsResponse as ListPermissionSetsResponse,
9634
+ index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9635
+ index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse,
9622
9636
  ListPoliciesRequest$1 as ListPoliciesRequest,
9623
- index_gen$e_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9624
- index_gen$e_ListPoliciesResponse as ListPoliciesResponse,
9637
+ index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9638
+ index_gen$f_ListPoliciesResponse as ListPoliciesResponse,
9625
9639
  ListQuotaRequest$1 as ListQuotaRequest,
9626
- index_gen$e_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9627
- index_gen$e_ListQuotaResponse as ListQuotaResponse,
9640
+ index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9641
+ index_gen$f_ListQuotaResponse as ListQuotaResponse,
9628
9642
  ListRulesRequest$1 as ListRulesRequest,
9629
- index_gen$e_ListRulesResponse as ListRulesResponse,
9643
+ index_gen$f_ListRulesResponse as ListRulesResponse,
9630
9644
  ListSSHKeysRequest$1 as ListSSHKeysRequest,
9631
- index_gen$e_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9632
- index_gen$e_ListSSHKeysResponse as ListSSHKeysResponse,
9645
+ index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9646
+ index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse,
9633
9647
  ListUsersRequest$2 as ListUsersRequest,
9634
9648
  ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
9635
9649
  ListUsersResponse$1 as ListUsersResponse,
9636
- index_gen$e_PermissionSet as PermissionSet,
9637
- index_gen$e_PermissionSetScopeType as PermissionSetScopeType,
9638
- index_gen$e_Policy as Policy,
9639
- index_gen$e_Quotum as Quotum,
9640
- index_gen$e_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
9641
- index_gen$e_Rule as Rule,
9642
- index_gen$e_RuleSpecs as RuleSpecs,
9643
- index_gen$e_SSHKey as SSHKey,
9644
- index_gen$e_SetGroupMembersRequest as SetGroupMembersRequest,
9645
- index_gen$e_SetRulesRequest as SetRulesRequest,
9646
- 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,
9647
9661
  UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
9648
9662
  UpdateApplicationRequest$1 as UpdateApplicationRequest,
9649
9663
  UpdateGroupRequest$1 as UpdateGroupRequest,
9650
9664
  UpdatePolicyRequest$1 as UpdatePolicyRequest,
9651
9665
  UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
9652
9666
  User$1 as User,
9653
- index_gen$e_UserStatus as UserStatus,
9654
- index_gen$e_UserType as UserType,
9667
+ index_gen$f_UserStatus as UserStatus,
9668
+ index_gen$f_UserType as UserType,
9655
9669
  validationRules_gen$2 as ValidationRules,
9656
9670
  };
9657
9671
  }
9658
9672
 
9659
- declare namespace index$i {
9673
+ declare namespace index$j {
9660
9674
  export {
9661
- index_gen$e as v1alpha1,
9675
+ index_gen$f as v1alpha1,
9662
9676
  };
9663
9677
  }
9664
9678
 
@@ -9743,7 +9757,7 @@ interface CreateSnapshotResponse {
9743
9757
  task?: Task;
9744
9758
  }
9745
9759
  interface CreateVolumeResponse {
9746
- volume?: Volume$1;
9760
+ volume?: Volume$2;
9747
9761
  }
9748
9762
  interface Dashboard {
9749
9763
  volumesCount: number;
@@ -9797,8 +9811,11 @@ interface GetSecurityGroupRuleResponse {
9797
9811
  interface GetServerResponse {
9798
9812
  server?: Server;
9799
9813
  }
9814
+ /** Get server types availability response. */
9800
9815
  interface GetServerTypesAvailabilityResponse {
9816
+ /** Map of server types. */
9801
9817
  servers: Record<string, GetServerTypesAvailabilityResponseAvailability>;
9818
+ totalCount: number;
9802
9819
  }
9803
9820
  interface GetServerTypesAvailabilityResponseAvailability {
9804
9821
  availability: ServerTypesAvailability;
@@ -9807,7 +9824,7 @@ interface GetSnapshotResponse {
9807
9824
  snapshot?: Snapshot$1;
9808
9825
  }
9809
9826
  interface GetVolumeResponse {
9810
- volume?: Volume$1;
9827
+ volume?: Volume$2;
9811
9828
  }
9812
9829
  interface Image$3 {
9813
9830
  id: string;
@@ -9817,7 +9834,7 @@ interface Image$3 {
9817
9834
  modificationDate?: Date;
9818
9835
  /** @deprecated */
9819
9836
  defaultBootscript?: Bootscript;
9820
- extraVolumes: Record<string, Volume$1>;
9837
+ extraVolumes: Record<string, Volume$2>;
9821
9838
  fromServer: string;
9822
9839
  organization: string;
9823
9840
  public: boolean;
@@ -9911,11 +9928,11 @@ interface ListSnapshotsResponse$1 {
9911
9928
  snapshots: Snapshot$1[];
9912
9929
  }
9913
9930
  /** List volumes response. */
9914
- interface ListVolumesResponse {
9931
+ interface ListVolumesResponse$1 {
9915
9932
  /** Total number of volumes. */
9916
9933
  totalCount: number;
9917
9934
  /** List of volumes. */
9918
- volumes: Volume$1[];
9935
+ volumes: Volume$2[];
9919
9936
  }
9920
9937
  /** List volumes types response. */
9921
9938
  interface ListVolumesTypesResponse {
@@ -10327,10 +10344,10 @@ interface UpdateServerResponse {
10327
10344
  server?: Server;
10328
10345
  }
10329
10346
  interface UpdateVolumeResponse {
10330
- volume?: Volume$1;
10347
+ volume?: Volume$2;
10331
10348
  }
10332
10349
  /** Volume. */
10333
- interface Volume$1 {
10350
+ interface Volume$2 {
10334
10351
  /** Volume unique ID. */
10335
10352
  id: string;
10336
10353
  /** Volume name. */
@@ -10438,7 +10455,12 @@ interface VolumeTypeConstraints {
10438
10455
  type GetServerTypesAvailabilityRequest = {
10439
10456
  /** Zone to target. If none is passed will use default zone from the config. */
10440
10457
  zone?: Zone;
10458
+ /**
10459
+ * A positive integer lower or equal to 100 to select the number of items to
10460
+ * return.
10461
+ */
10441
10462
  perPage?: number;
10463
+ /** A positive integer to choose the page to return. */
10442
10464
  page?: number;
10443
10465
  };
10444
10466
  type ListServersTypesRequest = {
@@ -10663,7 +10685,7 @@ type ExportSnapshotRequest = {
10663
10685
  /** S3 object key. */
10664
10686
  key: string;
10665
10687
  };
10666
- type ListVolumesRequest = {
10688
+ type ListVolumesRequest$1 = {
10667
10689
  /** Zone to target. If none is passed will use default zone from the config. */
10668
10690
  zone?: Zone;
10669
10691
  /** Filter by volume type. */
@@ -10690,7 +10712,7 @@ type ListVolumesRequest = {
10690
10712
  */
10691
10713
  name?: string;
10692
10714
  };
10693
- type CreateVolumeRequest = {
10715
+ type CreateVolumeRequest$1 = {
10694
10716
  /** Zone to target. If none is passed will use default zone from the config. */
10695
10717
  zone?: Zone;
10696
10718
  /** Volume name. */
@@ -10735,13 +10757,13 @@ type CreateVolumeRequest = {
10735
10757
  */
10736
10758
  baseSnapshot?: string;
10737
10759
  };
10738
- type GetVolumeRequest = {
10760
+ type GetVolumeRequest$1 = {
10739
10761
  /** Zone to target. If none is passed will use default zone from the config. */
10740
10762
  zone?: Zone;
10741
10763
  /** UUID of the volume you want to get. */
10742
10764
  volumeId: string;
10743
10765
  };
10744
- type UpdateVolumeRequest = {
10766
+ type UpdateVolumeRequest$1 = {
10745
10767
  /** Zone to target. If none is passed will use default zone from the config. */
10746
10768
  zone?: Zone;
10747
10769
  /** UUID of the volume. */
@@ -10753,7 +10775,7 @@ type UpdateVolumeRequest = {
10753
10775
  /** Volume disk size, must be a multiple of 512. */
10754
10776
  size?: number;
10755
10777
  };
10756
- type DeleteVolumeRequest = {
10778
+ type DeleteVolumeRequest$1 = {
10757
10779
  /** Zone to target. If none is passed will use default zone from the config. */
10758
10780
  zone?: Zone;
10759
10781
  /** UUID of the volume you want to delete. */
@@ -11259,7 +11281,7 @@ type SetServerRequest = {
11259
11281
  /** Instance boot type. */
11260
11282
  bootType?: BootType;
11261
11283
  /** Instance volumes. */
11262
- volumes?: Record<string, Volume$1>;
11284
+ volumes?: Record<string, Volume$2>;
11263
11285
  /** Instance security group. */
11264
11286
  securityGroup?: SecurityGroupSummary;
11265
11287
  /** Instance planned maintenances. */
@@ -11308,7 +11330,7 @@ type SetImageRequest = {
11308
11330
  modificationDate?: Date;
11309
11331
  /** @deprecated */
11310
11332
  defaultBootscript?: Bootscript;
11311
- extraVolumes?: Record<string, Volume$1>;
11333
+ extraVolumes?: Record<string, Volume$2>;
11312
11334
  fromServer: string;
11313
11335
  organization?: string;
11314
11336
  public: boolean;
@@ -11387,7 +11409,7 @@ type SetSecurityGroupRuleRequest = {
11387
11409
  };
11388
11410
 
11389
11411
  /** Instance API. */
11390
- declare class API$g extends API$r {
11412
+ declare class API$h extends API$s {
11391
11413
  /** Lists the available zones of the API. */
11392
11414
  static readonly LOCALITIES: Zone[];
11393
11415
  /**
@@ -11556,7 +11578,7 @@ declare class API$g extends API$r {
11556
11578
  * @returns A Promise of ExportSnapshotResponse
11557
11579
  */
11558
11580
  exportSnapshot: (request: Readonly<ExportSnapshotRequest>) => Promise<ExportSnapshotResponse>;
11559
- protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
11581
+ protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1>;
11560
11582
  /**
11561
11583
  * List volumes. List volumes in the specified Availability Zone. You can
11562
11584
  * filter the output by volume type.
@@ -11564,9 +11586,9 @@ declare class API$g extends API$r {
11564
11586
  * @param request - The request {@link ListVolumesRequest}
11565
11587
  * @returns A Promise of ListVolumesResponse
11566
11588
  */
11567
- listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
11568
- all: () => Promise<Volume$1[]>;
11569
- [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>;
11570
11592
  };
11571
11593
  /**
11572
11594
  * Create a volume. Create a volume of a specified type in an Availability
@@ -11575,14 +11597,14 @@ declare class API$g extends API$r {
11575
11597
  * @param request - The request {@link CreateVolumeRequest}
11576
11598
  * @returns A Promise of CreateVolumeResponse
11577
11599
  */
11578
- createVolume: (request?: Readonly<CreateVolumeRequest>) => Promise<CreateVolumeResponse>;
11600
+ createVolume: (request?: Readonly<CreateVolumeRequest$1>) => Promise<CreateVolumeResponse>;
11579
11601
  /**
11580
11602
  * Get a volume. Get details of a volume with the specified ID.
11581
11603
  *
11582
11604
  * @param request - The request {@link GetVolumeRequest}
11583
11605
  * @returns A Promise of GetVolumeResponse
11584
11606
  */
11585
- getVolume: (request: Readonly<GetVolumeRequest>) => Promise<GetVolumeResponse>;
11607
+ getVolume: (request: Readonly<GetVolumeRequest$1>) => Promise<GetVolumeResponse>;
11586
11608
  /**
11587
11609
  * Update a volume. Replace the name and/or size properties of a volume
11588
11610
  * specified by its ID, with the specified value(s). Any volume name can be
@@ -11591,13 +11613,13 @@ declare class API$g extends API$r {
11591
11613
  * @param request - The request {@link UpdateVolumeRequest}
11592
11614
  * @returns A Promise of UpdateVolumeResponse
11593
11615
  */
11594
- updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<UpdateVolumeResponse>;
11616
+ updateVolume: (request: Readonly<UpdateVolumeRequest$1>) => Promise<UpdateVolumeResponse>;
11595
11617
  /**
11596
11618
  * Delete a volume. Delete the volume with the specified ID.
11597
11619
  *
11598
11620
  * @param request - The request {@link DeleteVolumeRequest}
11599
11621
  */
11600
- deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
11622
+ deleteVolume: (request: Readonly<DeleteVolumeRequest$1>) => Promise<void>;
11601
11623
  protected pageOfListSecurityGroups: (request?: Readonly<ListSecurityGroupsRequest>) => Promise<ListSecurityGroupsResponse>;
11602
11624
  /**
11603
11625
  * List security groups. List all existing security groups.
@@ -11956,7 +11978,7 @@ type SetServerUserDataRequest = {
11956
11978
  content: string;
11957
11979
  };
11958
11980
 
11959
- declare class InstanceV1UtilsAPI extends API$g {
11981
+ declare class InstanceV1UtilsAPI extends API$h {
11960
11982
  /**
11961
11983
  * Waits for {@link Image} to be in a final state.
11962
11984
  *
@@ -11996,7 +12018,7 @@ declare class InstanceV1UtilsAPI extends API$g {
11996
12018
  * @param options - The waiting options
11997
12019
  * @returns A Promise of Volume
11998
12020
  */
11999
- 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>;
12000
12022
  /**
12001
12023
  * Updates a snapshot.
12002
12024
  *
@@ -12093,362 +12115,356 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
12093
12115
  /** Lists transient statutes of the enum {@link VolumeState}. */
12094
12116
  declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
12095
12117
 
12096
- type index$h_Arch = Arch;
12097
- type index$h_AttachVolumeRequest = AttachVolumeRequest;
12098
- type index$h_AttachVolumeResponse = AttachVolumeResponse;
12099
- type index$h_BootType = BootType;
12100
- type index$h_Bootscript = Bootscript;
12101
- type index$h_CreateImageRequest = CreateImageRequest;
12102
- type index$h_CreateImageResponse = CreateImageResponse;
12103
- type index$h_CreateIpResponse = CreateIpResponse;
12104
- type index$h_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
12105
- type index$h_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
12106
- type index$h_CreatePrivateNICRequest = CreatePrivateNICRequest;
12107
- type index$h_CreatePrivateNICResponse = CreatePrivateNICResponse;
12108
- type index$h_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
12109
- type index$h_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
12110
- type index$h_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
12111
- type index$h_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
12112
- type index$h_CreateServerRequest = CreateServerRequest;
12113
- type index$h_CreateServerResponse = CreateServerResponse;
12114
- type index$h_CreateSnapshotResponse = CreateSnapshotResponse;
12115
- type index$h_CreateVolumeRequest = CreateVolumeRequest;
12116
- type index$h_CreateVolumeResponse = CreateVolumeResponse;
12117
- type index$h_Dashboard = Dashboard;
12118
- type index$h_DeleteIpRequest = DeleteIpRequest;
12119
- type index$h_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
12120
- type index$h_DeletePrivateNICRequest = DeletePrivateNICRequest;
12121
- type index$h_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
12122
- type index$h_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
12123
- type index$h_DeleteServerRequest = DeleteServerRequest;
12124
- type index$h_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
12125
- type index$h_DeleteVolumeRequest = DeleteVolumeRequest;
12126
- type index$h_DetachVolumeRequest = DetachVolumeRequest;
12127
- type index$h_DetachVolumeResponse = DetachVolumeResponse;
12128
- type index$h_ExportSnapshotRequest = ExportSnapshotRequest;
12129
- type index$h_ExportSnapshotResponse = ExportSnapshotResponse;
12130
- type index$h_GetBootscriptRequest = GetBootscriptRequest;
12131
- type index$h_GetBootscriptResponse = GetBootscriptResponse;
12132
- type index$h_GetDashboardRequest = GetDashboardRequest;
12133
- type index$h_GetDashboardResponse = GetDashboardResponse;
12134
- type index$h_GetIpResponse = GetIpResponse;
12135
- type index$h_GetPlacementGroupRequest = GetPlacementGroupRequest;
12136
- type index$h_GetPlacementGroupResponse = GetPlacementGroupResponse;
12137
- type index$h_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
12138
- type index$h_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
12139
- type index$h_GetPrivateNICRequest = GetPrivateNICRequest;
12140
- type index$h_GetPrivateNICResponse = GetPrivateNICResponse;
12141
- type index$h_GetSecurityGroupRequest = GetSecurityGroupRequest;
12142
- type index$h_GetSecurityGroupResponse = GetSecurityGroupResponse;
12143
- type index$h_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
12144
- type index$h_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
12145
- type index$h_GetServerRequest = GetServerRequest;
12146
- type index$h_GetServerResponse = GetServerResponse;
12147
- type index$h_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
12148
- type index$h_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
12149
- type index$h_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
12150
- type index$h_GetServerUserDataRequest = GetServerUserDataRequest;
12151
- type index$h_GetSnapshotResponse = GetSnapshotResponse;
12152
- type index$h_GetVolumeRequest = GetVolumeRequest;
12153
- type index$h_GetVolumeResponse = GetVolumeResponse;
12154
- type index$h_ImageState = ImageState;
12155
- type index$h_ListBootscriptsRequest = ListBootscriptsRequest;
12156
- type index$h_ListBootscriptsResponse = ListBootscriptsResponse;
12157
- type index$h_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
12158
- type index$h_ListIpsRequest = ListIpsRequest;
12159
- type index$h_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
12160
- type index$h_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
12161
- type index$h_ListPrivateNICsRequest = ListPrivateNICsRequest;
12162
- type index$h_ListPrivateNICsResponse = ListPrivateNICsResponse;
12163
- type index$h_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
12164
- type index$h_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
12165
- type index$h_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
12166
- type index$h_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
12167
- type index$h_ListServerActionsRequest = ListServerActionsRequest;
12168
- type index$h_ListServerActionsResponse = ListServerActionsResponse;
12169
- type index$h_ListServerUserDataRequest = ListServerUserDataRequest;
12170
- type index$h_ListServerUserDataResponse = ListServerUserDataResponse;
12171
- type index$h_ListServersRequest = ListServersRequest;
12172
- type index$h_ListServersRequestOrder = ListServersRequestOrder;
12173
- type index$h_ListServersResponse = ListServersResponse;
12174
- type index$h_ListServersTypesRequest = ListServersTypesRequest;
12175
- type index$h_ListServersTypesResponse = ListServersTypesResponse;
12176
- type index$h_ListVolumesRequest = ListVolumesRequest;
12177
- type index$h_ListVolumesResponse = ListVolumesResponse;
12178
- type index$h_ListVolumesTypesRequest = ListVolumesTypesRequest;
12179
- type index$h_ListVolumesTypesResponse = ListVolumesTypesResponse;
12180
- declare const index$h_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
12181
- type index$h_PlacementGroup = PlacementGroup;
12182
- type index$h_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
12183
- type index$h_PlacementGroupPolicyType = PlacementGroupPolicyType;
12184
- type index$h_PlacementGroupServer = PlacementGroupServer;
12185
- type index$h_PrivateNIC = PrivateNIC;
12186
- type index$h_PrivateNICState = PrivateNICState;
12187
- declare const index$h_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
12188
- declare const index$h_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
12189
- type index$h_SecurityGroup = SecurityGroup;
12190
- type index$h_SecurityGroupPolicy = SecurityGroupPolicy;
12191
- type index$h_SecurityGroupRule = SecurityGroupRule;
12192
- type index$h_SecurityGroupRuleAction = SecurityGroupRuleAction;
12193
- type index$h_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
12194
- type index$h_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
12195
- type index$h_SecurityGroupState = SecurityGroupState;
12196
- type index$h_SecurityGroupSummary = SecurityGroupSummary;
12197
- type index$h_SecurityGroupTemplate = SecurityGroupTemplate;
12198
- type index$h_Server = Server;
12199
- type index$h_ServerAction = ServerAction;
12200
- type index$h_ServerActionRequest = ServerActionRequest;
12201
- type index$h_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
12202
- type index$h_ServerActionResponse = ServerActionResponse;
12203
- type index$h_ServerIp = ServerIp;
12204
- type index$h_ServerIpv6 = ServerIpv6;
12205
- type index$h_ServerLocation = ServerLocation;
12206
- type index$h_ServerMaintenance = ServerMaintenance;
12207
- type index$h_ServerState = ServerState;
12208
- type index$h_ServerSummary = ServerSummary;
12209
- type index$h_ServerType = ServerType;
12210
- type index$h_ServerTypeCapabilities = ServerTypeCapabilities;
12211
- type index$h_ServerTypeNetwork = ServerTypeNetwork;
12212
- type index$h_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
12213
- type index$h_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
12214
- type index$h_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
12215
- type index$h_ServerTypesAvailability = ServerTypesAvailability;
12216
- type index$h_SetPlacementGroupRequest = SetPlacementGroupRequest;
12217
- type index$h_SetPlacementGroupResponse = SetPlacementGroupResponse;
12218
- type index$h_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
12219
- type index$h_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
12220
- type index$h_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
12221
- type index$h_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
12222
- type index$h_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
12223
- type index$h_SetServerUserDataRequest = SetServerUserDataRequest;
12224
- type index$h_SnapshotBaseVolume = SnapshotBaseVolume;
12225
- type index$h_SnapshotState = SnapshotState;
12226
- type index$h_SnapshotVolumeType = SnapshotVolumeType;
12227
- declare const index$h_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
12228
- type index$h_Task = Task;
12229
- type index$h_TaskStatus = TaskStatus;
12230
- type index$h_UpdateImageResponse = UpdateImageResponse;
12231
- type index$h_UpdateIpResponse = UpdateIpResponse;
12232
- type index$h_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
12233
- type index$h_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
12234
- type index$h_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
12235
- type index$h_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
12236
- type index$h_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
12237
- type index$h_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
12238
- type index$h_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
12239
- type index$h_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
12240
- type index$h_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
12241
- type index$h_UpdateServerRequest = UpdateServerRequest;
12242
- type index$h_UpdateServerResponse = UpdateServerResponse;
12243
- type index$h_UpdateSnapshotResponse = UpdateSnapshotResponse;
12244
- type index$h_UpdateVolumeRequest = UpdateVolumeRequest;
12245
- type index$h_UpdateVolumeResponse = UpdateVolumeResponse;
12246
- declare const index$h_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
12247
- declare const index$h_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
12248
- type index$h_VolumeServer = VolumeServer;
12249
- type index$h_VolumeServerState = VolumeServerState;
12250
- type index$h_VolumeServerTemplate = VolumeServerTemplate;
12251
- type index$h_VolumeServerVolumeType = VolumeServerVolumeType;
12252
- type index$h_VolumeState = VolumeState;
12253
- type index$h_VolumeSummary = VolumeSummary;
12254
- type index$h_VolumeTemplate = VolumeTemplate;
12255
- type index$h_VolumeTypeCapabilities = VolumeTypeCapabilities;
12256
- type index$h_VolumeTypeConstraints = VolumeTypeConstraints;
12257
- type index$h_VolumeVolumeType = VolumeVolumeType;
12258
- 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 {
12259
12275
  export {
12260
12276
  InstanceV1UtilsAPI as API,
12261
- index$h_Arch as Arch,
12262
- index$h_AttachVolumeRequest as AttachVolumeRequest,
12263
- index$h_AttachVolumeResponse as AttachVolumeResponse,
12264
- index$h_BootType as BootType,
12265
- index$h_Bootscript as Bootscript,
12266
- index$h_CreateImageRequest as CreateImageRequest,
12267
- 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,
12268
12284
  CreateIpRequest$1 as CreateIpRequest,
12269
- index$h_CreateIpResponse as CreateIpResponse,
12270
- index$h_CreatePlacementGroupRequest as CreatePlacementGroupRequest,
12271
- index$h_CreatePlacementGroupResponse as CreatePlacementGroupResponse,
12272
- index$h_CreatePrivateNICRequest as CreatePrivateNICRequest,
12273
- index$h_CreatePrivateNICResponse as CreatePrivateNICResponse,
12274
- index$h_CreateSecurityGroupRequest as CreateSecurityGroupRequest,
12275
- index$h_CreateSecurityGroupResponse as CreateSecurityGroupResponse,
12276
- index$h_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest,
12277
- index$h_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse,
12278
- index$h_CreateServerRequest as CreateServerRequest,
12279
- 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,
12280
12296
  CreateSnapshotRequest$1 as CreateSnapshotRequest,
12281
- index$h_CreateSnapshotResponse as CreateSnapshotResponse,
12282
- index$h_CreateVolumeRequest as CreateVolumeRequest,
12283
- index$h_CreateVolumeResponse as CreateVolumeResponse,
12284
- 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,
12285
12301
  DeleteImageRequest$1 as DeleteImageRequest,
12286
- index$h_DeleteIpRequest as DeleteIpRequest,
12287
- index$h_DeletePlacementGroupRequest as DeletePlacementGroupRequest,
12288
- index$h_DeletePrivateNICRequest as DeletePrivateNICRequest,
12289
- index$h_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest,
12290
- index$h_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest,
12291
- index$h_DeleteServerRequest as DeleteServerRequest,
12292
- 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,
12293
12309
  DeleteSnapshotRequest$1 as DeleteSnapshotRequest,
12294
- index$h_DeleteVolumeRequest as DeleteVolumeRequest,
12295
- index$h_DetachVolumeRequest as DetachVolumeRequest,
12296
- index$h_DetachVolumeResponse as DetachVolumeResponse,
12297
- index$h_ExportSnapshotRequest as ExportSnapshotRequest,
12298
- index$h_ExportSnapshotResponse as ExportSnapshotResponse,
12299
- index$h_GetBootscriptRequest as GetBootscriptRequest,
12300
- index$h_GetBootscriptResponse as GetBootscriptResponse,
12301
- index$h_GetDashboardRequest as GetDashboardRequest,
12302
- 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,
12303
12319
  GetImageRequest$3 as GetImageRequest,
12304
12320
  GetImageResponse$1 as GetImageResponse,
12305
12321
  GetIpRequest$1 as GetIpRequest,
12306
- index$h_GetIpResponse as GetIpResponse,
12307
- index$h_GetPlacementGroupRequest as GetPlacementGroupRequest,
12308
- index$h_GetPlacementGroupResponse as GetPlacementGroupResponse,
12309
- index$h_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest,
12310
- index$h_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse,
12311
- index$h_GetPrivateNICRequest as GetPrivateNICRequest,
12312
- index$h_GetPrivateNICResponse as GetPrivateNICResponse,
12313
- index$h_GetSecurityGroupRequest as GetSecurityGroupRequest,
12314
- index$h_GetSecurityGroupResponse as GetSecurityGroupResponse,
12315
- index$h_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest,
12316
- index$h_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse,
12317
- index$h_GetServerRequest as GetServerRequest,
12318
- index$h_GetServerResponse as GetServerResponse,
12319
- index$h_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest,
12320
- index$h_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse,
12321
- index$h_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability,
12322
- 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,
12323
12339
  GetSnapshotRequest$1 as GetSnapshotRequest,
12324
- index$h_GetSnapshotResponse as GetSnapshotResponse,
12325
- index$h_GetVolumeRequest as GetVolumeRequest,
12326
- index$h_GetVolumeResponse as GetVolumeResponse,
12340
+ index$i_GetSnapshotResponse as GetSnapshotResponse,
12341
+ GetVolumeRequest$1 as GetVolumeRequest,
12342
+ index$i_GetVolumeResponse as GetVolumeResponse,
12327
12343
  IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES,
12328
12344
  Image$3 as Image,
12329
- index$h_ImageState as ImageState,
12345
+ index$i_ImageState as ImageState,
12330
12346
  Ip$1 as Ip,
12331
- index$h_ListBootscriptsRequest as ListBootscriptsRequest,
12332
- index$h_ListBootscriptsResponse as ListBootscriptsResponse,
12333
- index$h_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
12347
+ index$i_ListBootscriptsRequest as ListBootscriptsRequest,
12348
+ index$i_ListBootscriptsResponse as ListBootscriptsResponse,
12349
+ index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
12334
12350
  ListImagesRequest$3 as ListImagesRequest,
12335
12351
  ListImagesResponse$3 as ListImagesResponse,
12336
- index$h_ListIpsRequest as ListIpsRequest,
12352
+ index$i_ListIpsRequest as ListIpsRequest,
12337
12353
  ListIpsResponse$1 as ListIpsResponse,
12338
- index$h_ListPlacementGroupsRequest as ListPlacementGroupsRequest,
12339
- index$h_ListPlacementGroupsResponse as ListPlacementGroupsResponse,
12340
- index$h_ListPrivateNICsRequest as ListPrivateNICsRequest,
12341
- index$h_ListPrivateNICsResponse as ListPrivateNICsResponse,
12342
- index$h_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest,
12343
- index$h_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse,
12344
- index$h_ListSecurityGroupsRequest as ListSecurityGroupsRequest,
12345
- index$h_ListSecurityGroupsResponse as ListSecurityGroupsResponse,
12346
- index$h_ListServerActionsRequest as ListServerActionsRequest,
12347
- index$h_ListServerActionsResponse as ListServerActionsResponse,
12348
- index$h_ListServerUserDataRequest as ListServerUserDataRequest,
12349
- index$h_ListServerUserDataResponse as ListServerUserDataResponse,
12350
- index$h_ListServersRequest as ListServersRequest,
12351
- index$h_ListServersRequestOrder as ListServersRequestOrder,
12352
- index$h_ListServersResponse as ListServersResponse,
12353
- index$h_ListServersTypesRequest as ListServersTypesRequest,
12354
- 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,
12355
12371
  ListSnapshotsRequest$1 as ListSnapshotsRequest,
12356
12372
  ListSnapshotsResponse$1 as ListSnapshotsResponse,
12357
- index$h_ListVolumesRequest as ListVolumesRequest,
12358
- index$h_ListVolumesResponse as ListVolumesResponse,
12359
- index$h_ListVolumesTypesRequest as ListVolumesTypesRequest,
12360
- index$h_ListVolumesTypesResponse as ListVolumesTypesResponse,
12361
- index$h_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES,
12362
- index$h_PlacementGroup as PlacementGroup,
12363
- index$h_PlacementGroupPolicyMode as PlacementGroupPolicyMode,
12364
- index$h_PlacementGroupPolicyType as PlacementGroupPolicyType,
12365
- index$h_PlacementGroupServer as PlacementGroupServer,
12366
- index$h_PrivateNIC as PrivateNIC,
12367
- index$h_PrivateNICState as PrivateNICState,
12368
- index$h_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES,
12369
- 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,
12370
12386
  SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES,
12371
- index$h_SecurityGroup as SecurityGroup,
12372
- index$h_SecurityGroupPolicy as SecurityGroupPolicy,
12373
- index$h_SecurityGroupRule as SecurityGroupRule,
12374
- index$h_SecurityGroupRuleAction as SecurityGroupRuleAction,
12375
- index$h_SecurityGroupRuleDirection as SecurityGroupRuleDirection,
12376
- index$h_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol,
12377
- index$h_SecurityGroupState as SecurityGroupState,
12378
- index$h_SecurityGroupSummary as SecurityGroupSummary,
12379
- index$h_SecurityGroupTemplate as SecurityGroupTemplate,
12380
- index$h_Server as Server,
12381
- index$h_ServerAction as ServerAction,
12382
- index$h_ServerActionRequest as ServerActionRequest,
12383
- index$h_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate,
12384
- index$h_ServerActionResponse as ServerActionResponse,
12385
- index$h_ServerIp as ServerIp,
12386
- index$h_ServerIpv6 as ServerIpv6,
12387
- index$h_ServerLocation as ServerLocation,
12388
- index$h_ServerMaintenance as ServerMaintenance,
12389
- index$h_ServerState as ServerState,
12390
- index$h_ServerSummary as ServerSummary,
12391
- index$h_ServerType as ServerType,
12392
- index$h_ServerTypeCapabilities as ServerTypeCapabilities,
12393
- index$h_ServerTypeNetwork as ServerTypeNetwork,
12394
- index$h_ServerTypeNetworkInterface as ServerTypeNetworkInterface,
12395
- index$h_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes,
12396
- index$h_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType,
12397
- index$h_ServerTypesAvailability as ServerTypesAvailability,
12398
- index$h_SetPlacementGroupRequest as SetPlacementGroupRequest,
12399
- index$h_SetPlacementGroupResponse as SetPlacementGroupResponse,
12400
- index$h_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest,
12401
- index$h_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse,
12402
- index$h_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest,
12403
- index$h_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule,
12404
- index$h_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse,
12405
- 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,
12406
12422
  Snapshot$1 as Snapshot,
12407
- index$h_SnapshotBaseVolume as SnapshotBaseVolume,
12408
- index$h_SnapshotState as SnapshotState,
12409
- index$h_SnapshotVolumeType as SnapshotVolumeType,
12410
- index$h_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES,
12411
- index$h_Task as Task,
12412
- 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,
12413
12429
  UpdateImageRequest$1 as UpdateImageRequest,
12414
- index$h_UpdateImageResponse as UpdateImageResponse,
12430
+ index$i_UpdateImageResponse as UpdateImageResponse,
12415
12431
  UpdateIpRequest$1 as UpdateIpRequest,
12416
- index$h_UpdateIpResponse as UpdateIpResponse,
12417
- index$h_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest,
12418
- index$h_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse,
12419
- index$h_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest,
12420
- index$h_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse,
12421
- index$h_UpdatePrivateNICRequest as UpdatePrivateNICRequest,
12422
- index$h_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest,
12423
- index$h_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse,
12424
- index$h_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest,
12425
- index$h_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse,
12426
- index$h_UpdateServerRequest as UpdateServerRequest,
12427
- 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,
12428
12444
  UpdateSnapshotRequest$1 as UpdateSnapshotRequest,
12429
- index$h_UpdateSnapshotResponse as UpdateSnapshotResponse,
12430
- index$h_UpdateVolumeRequest as UpdateVolumeRequest,
12431
- index$h_UpdateVolumeResponse as UpdateVolumeResponse,
12432
- index$h_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES,
12433
- index$h_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES,
12434
- Volume$1 as Volume,
12435
- index$h_VolumeServer as VolumeServer,
12436
- index$h_VolumeServerState as VolumeServerState,
12437
- index$h_VolumeServerTemplate as VolumeServerTemplate,
12438
- index$h_VolumeServerVolumeType as VolumeServerVolumeType,
12439
- index$h_VolumeState as VolumeState,
12440
- index$h_VolumeSummary as VolumeSummary,
12441
- 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,
12442
12458
  VolumeType$1 as VolumeType,
12443
- index$h_VolumeTypeCapabilities as VolumeTypeCapabilities,
12444
- index$h_VolumeTypeConstraints as VolumeTypeConstraints,
12445
- index$h_VolumeVolumeType as VolumeVolumeType,
12459
+ index$i_VolumeTypeCapabilities as VolumeTypeCapabilities,
12460
+ index$i_VolumeTypeConstraints as VolumeTypeConstraints,
12461
+ index$i_VolumeVolumeType as VolumeVolumeType,
12446
12462
  };
12447
12463
  }
12448
12464
 
12449
- declare namespace index$g {
12465
+ declare namespace index$h {
12450
12466
  export {
12451
- index$h as v1,
12467
+ index$i as v1,
12452
12468
  };
12453
12469
  }
12454
12470
 
@@ -13407,7 +13423,7 @@ type DeleteTwinDocumentsRequest = {
13407
13423
  *
13408
13424
  * This API allows you to manage IoT hubs and devices. IoT Hub API.
13409
13425
  */
13410
- declare class API$f extends API$r {
13426
+ declare class API$g extends API$s {
13411
13427
  /** Lists the available regions of the API. */
13412
13428
  static readonly LOCALITIES: Region[];
13413
13429
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -13728,174 +13744,519 @@ declare class API$f extends API$r {
13728
13744
  /** Lists transient statutes of the enum {@link HubStatus}. */
13729
13745
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
13730
13746
 
13731
- type index_gen$d_CreateDeviceRequest = CreateDeviceRequest;
13732
- type index_gen$d_CreateDeviceResponse = CreateDeviceResponse;
13733
- type index_gen$d_CreateHubRequest = CreateHubRequest;
13734
- type index_gen$d_CreateNetworkRequest = CreateNetworkRequest;
13735
- type index_gen$d_CreateNetworkResponse = CreateNetworkResponse;
13736
- type index_gen$d_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
13737
- type index_gen$d_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
13738
- type index_gen$d_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
13739
- type index_gen$d_DeleteDeviceRequest = DeleteDeviceRequest;
13740
- type index_gen$d_DeleteHubRequest = DeleteHubRequest;
13741
- type index_gen$d_DeleteNetworkRequest = DeleteNetworkRequest;
13742
- type index_gen$d_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
13743
- type index_gen$d_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
13744
- type index_gen$d_Device = Device;
13745
- type index_gen$d_DeviceMessageFilters = DeviceMessageFilters;
13746
- type index_gen$d_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
13747
- type index_gen$d_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
13748
- type index_gen$d_DeviceStatus = DeviceStatus;
13749
- type index_gen$d_DisableDeviceRequest = DisableDeviceRequest;
13750
- type index_gen$d_DisableHubRequest = DisableHubRequest;
13751
- type index_gen$d_EnableDeviceRequest = EnableDeviceRequest;
13752
- type index_gen$d_EnableHubRequest = EnableHubRequest;
13753
- type index_gen$d_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
13754
- type index_gen$d_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
13755
- type index_gen$d_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
13756
- type index_gen$d_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
13757
- type index_gen$d_GetDeviceRequest = GetDeviceRequest;
13758
- type index_gen$d_GetHubCARequest = GetHubCARequest;
13759
- type index_gen$d_GetHubCAResponse = GetHubCAResponse;
13760
- type index_gen$d_GetHubMetricsRequest = GetHubMetricsRequest;
13761
- type index_gen$d_GetHubMetricsResponse = GetHubMetricsResponse;
13762
- type index_gen$d_GetHubRequest = GetHubRequest;
13763
- type index_gen$d_GetNetworkRequest = GetNetworkRequest;
13764
- type index_gen$d_GetTwinDocumentRequest = GetTwinDocumentRequest;
13765
- declare const index_gen$d_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
13766
- type index_gen$d_Hub = Hub;
13767
- type index_gen$d_HubProductPlan = HubProductPlan;
13768
- type index_gen$d_HubStatus = HubStatus;
13769
- type index_gen$d_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
13770
- type index_gen$d_ListDevicesRequest = ListDevicesRequest;
13771
- type index_gen$d_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
13772
- type index_gen$d_ListDevicesResponse = ListDevicesResponse;
13773
- type index_gen$d_ListHubsRequest = ListHubsRequest;
13774
- type index_gen$d_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
13775
- type index_gen$d_ListHubsResponse = ListHubsResponse;
13776
- type index_gen$d_ListNetworksRequest = ListNetworksRequest;
13777
- type index_gen$d_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
13778
- type index_gen$d_ListNetworksResponse = ListNetworksResponse;
13779
- type index_gen$d_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
13780
- type index_gen$d_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
13781
- type index_gen$d_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
13782
- type index_gen$d_Network = Network;
13783
- type index_gen$d_NetworkNetworkType = NetworkNetworkType;
13784
- type index_gen$d_NullValue = NullValue;
13785
- type index_gen$d_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
13786
- type index_gen$d_PutTwinDocumentRequest = PutTwinDocumentRequest;
13787
- type index_gen$d_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
13788
- type index_gen$d_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
13789
- type index_gen$d_RouteDatabaseConfig = RouteDatabaseConfig;
13790
- type index_gen$d_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
13791
- type index_gen$d_RouteRestConfig = RouteRestConfig;
13792
- type index_gen$d_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
13793
- type index_gen$d_RouteRouteType = RouteRouteType;
13794
- type index_gen$d_RouteS3Config = RouteS3Config;
13795
- type index_gen$d_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
13796
- type index_gen$d_RouteSummary = RouteSummary;
13797
- type index_gen$d_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
13798
- type index_gen$d_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
13799
- type index_gen$d_SetHubCARequest = SetHubCARequest;
13800
- type index_gen$d_TwinDocument = TwinDocument;
13801
- type index_gen$d_UpdateDeviceRequest = UpdateDeviceRequest;
13802
- type index_gen$d_UpdateHubRequest = UpdateHubRequest;
13803
- type index_gen$d_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
13804
- type index_gen$d_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
13805
- type index_gen$d_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
13806
- 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 {
13807
13823
  export {
13808
- API$f as API,
13824
+ API$g as API,
13809
13825
  Certificate$1 as Certificate,
13810
- index_gen$d_CreateDeviceRequest as CreateDeviceRequest,
13811
- index_gen$d_CreateDeviceResponse as CreateDeviceResponse,
13812
- index_gen$d_CreateHubRequest as CreateHubRequest,
13813
- index_gen$d_CreateNetworkRequest as CreateNetworkRequest,
13814
- 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,
13815
13831
  CreateRouteRequest$1 as CreateRouteRequest,
13816
- index_gen$d_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
13817
- index_gen$d_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
13818
- index_gen$d_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
13819
- index_gen$d_DeleteDeviceRequest as DeleteDeviceRequest,
13820
- index_gen$d_DeleteHubRequest as DeleteHubRequest,
13821
- 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,
13822
13838
  DeleteRouteRequest$1 as DeleteRouteRequest,
13823
- index_gen$d_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
13824
- index_gen$d_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
13825
- index_gen$d_Device as Device,
13826
- index_gen$d_DeviceMessageFilters as DeviceMessageFilters,
13827
- index_gen$d_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
13828
- index_gen$d_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
13829
- index_gen$d_DeviceStatus as DeviceStatus,
13830
- index_gen$d_DisableDeviceRequest as DisableDeviceRequest,
13831
- index_gen$d_DisableHubRequest as DisableHubRequest,
13832
- index_gen$d_EnableDeviceRequest as EnableDeviceRequest,
13833
- index_gen$d_EnableHubRequest as EnableHubRequest,
13834
- index_gen$d_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
13835
- index_gen$d_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
13836
- index_gen$d_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
13837
- index_gen$d_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
13838
- index_gen$d_GetDeviceRequest as GetDeviceRequest,
13839
- index_gen$d_GetHubCARequest as GetHubCARequest,
13840
- index_gen$d_GetHubCAResponse as GetHubCAResponse,
13841
- index_gen$d_GetHubMetricsRequest as GetHubMetricsRequest,
13842
- index_gen$d_GetHubMetricsResponse as GetHubMetricsResponse,
13843
- index_gen$d_GetHubRequest as GetHubRequest,
13844
- 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,
13845
13861
  GetRouteRequest$1 as GetRouteRequest,
13846
- index_gen$d_GetTwinDocumentRequest as GetTwinDocumentRequest,
13847
- index_gen$d_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
13848
- index_gen$d_Hub as Hub,
13849
- index_gen$d_HubProductPlan as HubProductPlan,
13850
- index_gen$d_HubStatus as HubStatus,
13851
- index_gen$d_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
13852
- index_gen$d_ListDevicesRequest as ListDevicesRequest,
13853
- index_gen$d_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
13854
- index_gen$d_ListDevicesResponse as ListDevicesResponse,
13855
- index_gen$d_ListHubsRequest as ListHubsRequest,
13856
- index_gen$d_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
13857
- index_gen$d_ListHubsResponse as ListHubsResponse,
13858
- index_gen$d_ListNetworksRequest as ListNetworksRequest,
13859
- index_gen$d_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
13860
- 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,
13861
13877
  ListRoutesRequest$1 as ListRoutesRequest,
13862
13878
  ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
13863
13879
  ListRoutesResponse$1 as ListRoutesResponse,
13864
- index_gen$d_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
13865
- index_gen$d_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
13866
- index_gen$d_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
13867
- index_gen$d_Network as Network,
13868
- index_gen$d_NetworkNetworkType as NetworkNetworkType,
13869
- index_gen$d_NullValue as NullValue,
13870
- index_gen$d_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
13871
- index_gen$d_PutTwinDocumentRequest as PutTwinDocumentRequest,
13872
- index_gen$d_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
13873
- 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,
13874
13890
  Route$1 as Route,
13875
- index_gen$d_RouteDatabaseConfig as RouteDatabaseConfig,
13876
- index_gen$d_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
13877
- index_gen$d_RouteRestConfig as RouteRestConfig,
13878
- index_gen$d_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
13879
- index_gen$d_RouteRouteType as RouteRouteType,
13880
- index_gen$d_RouteS3Config as RouteS3Config,
13881
- index_gen$d_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
13882
- index_gen$d_RouteSummary as RouteSummary,
13883
- index_gen$d_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
13884
- index_gen$d_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
13885
- index_gen$d_SetHubCARequest as SetHubCARequest,
13886
- index_gen$d_TwinDocument as TwinDocument,
13887
- index_gen$d_UpdateDeviceRequest as UpdateDeviceRequest,
13888
- 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,
13889
13905
  UpdateRouteRequest$1 as UpdateRouteRequest,
13890
- index_gen$d_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
13891
- index_gen$d_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
13892
- 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,
13893
14254
  };
13894
14255
  }
13895
14256
 
13896
14257
  declare namespace index$f {
13897
14258
  export {
13898
- index_gen$d as v1,
14259
+ index_gen$d as v1alpha1,
13899
14260
  };
13900
14261
  }
13901
14262
 
@@ -13903,6 +14264,7 @@ type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
13903
14264
  type AutoscalerExpander = 'unknown_expander' | 'random' | 'most_pods' | 'least_waste' | 'priority' | 'price';
13904
14265
  type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo';
13905
14266
  type ClusterStatus$1 = 'unknown' | 'creating' | 'ready' | 'deleting' | 'deleted' | 'updating' | 'locked' | 'pool_required';
14267
+ type ClusterTypeAvailability = 'available' | 'scarce' | 'shortage';
13906
14268
  type Ingress = 'unknown_ingress' | 'none' | 'nginx' | 'traefik' | 'traefik2';
13907
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';
13908
14270
  type ListNodesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -14063,6 +14425,13 @@ interface ClusterOpenIDConnectConfig {
14063
14425
  */
14064
14426
  requiredClaim: string[];
14065
14427
  }
14428
+ /** Cluster type. */
14429
+ interface ClusterType {
14430
+ /** Cluster type name. */
14431
+ name: string;
14432
+ /** Cluster type availability. */
14433
+ availability: ClusterTypeAvailability;
14434
+ }
14066
14435
  /** Create cluster request. auto upgrade. */
14067
14436
  interface CreateClusterRequestAutoUpgrade {
14068
14437
  /** Defines whether auto upgrade is enabled for the cluster. */
@@ -14232,6 +14601,13 @@ interface ListClusterAvailableVersionsResponse {
14232
14601
  /** Available Kubernetes versions for the cluster. */
14233
14602
  versions: Version$2[];
14234
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
+ }
14235
14611
  /** List clusters response. */
14236
14612
  interface ListClustersResponse$1 {
14237
14613
  /** Total number of clusters. */
@@ -14947,6 +15323,17 @@ type GetVersionRequest$2 = {
14947
15323
  /** Requested version name. */
14948
15324
  versionName: string;
14949
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
+ };
14950
15337
 
14951
15338
  type GetClusterKubeConfigRequest = {
14952
15339
  /**
@@ -14959,7 +15346,7 @@ type GetClusterKubeConfigRequest = {
14959
15346
  };
14960
15347
 
14961
15348
  /** Kubernetes API. */
14962
- declare class API$e extends API$r {
15349
+ declare class API$e extends API$s {
14963
15350
  /** Lists the available regions of the API. */
14964
15351
  static readonly LOCALITIES: Region[];
14965
15352
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -15203,6 +15590,18 @@ declare class API$e extends API$r {
15203
15590
  * @returns A Promise of Version
15204
15591
  */
15205
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
+ };
15206
15605
  }
15207
15606
 
15208
15607
  declare class K8SUtilsAPI extends API$e {
@@ -15257,6 +15656,15 @@ declare const CreatePoolRequest: {
15257
15656
  minLength: number;
15258
15657
  };
15259
15658
  };
15659
+ declare const ListClusterTypesRequest: {
15660
+ page: {
15661
+ greaterThan: number;
15662
+ };
15663
+ pageSize: {
15664
+ greaterThan: number;
15665
+ lessThanOrEqual: number;
15666
+ };
15667
+ };
15260
15668
  declare const ListClustersRequest$1: {
15261
15669
  name: {
15262
15670
  minLength: number;
@@ -15314,6 +15722,7 @@ declare const validationRules_gen$1_CreateClusterRequestAutoscalerConfig: typeof
15314
15722
  declare const validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
15315
15723
  declare const validationRules_gen$1_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
15316
15724
  declare const validationRules_gen$1_CreatePoolRequest: typeof CreatePoolRequest;
15725
+ declare const validationRules_gen$1_ListClusterTypesRequest: typeof ListClusterTypesRequest;
15317
15726
  declare const validationRules_gen$1_ListNodesRequest: typeof ListNodesRequest;
15318
15727
  declare const validationRules_gen$1_ListPoolsRequest: typeof ListPoolsRequest;
15319
15728
  declare const validationRules_gen$1_MaintenanceWindow: typeof MaintenanceWindow;
@@ -15325,6 +15734,7 @@ declare namespace validationRules_gen$1 {
15325
15734
  validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig,
15326
15735
  validationRules_gen$1_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig,
15327
15736
  validationRules_gen$1_CreatePoolRequest as CreatePoolRequest,
15737
+ validationRules_gen$1_ListClusterTypesRequest as ListClusterTypesRequest,
15328
15738
  ListClustersRequest$1 as ListClustersRequest,
15329
15739
  validationRules_gen$1_ListNodesRequest as ListNodesRequest,
15330
15740
  validationRules_gen$1_ListPoolsRequest as ListPoolsRequest,
@@ -15340,6 +15750,8 @@ type index$e_CNI = CNI;
15340
15750
  type index$e_ClusterAutoUpgrade = ClusterAutoUpgrade;
15341
15751
  type index$e_ClusterAutoscalerConfig = ClusterAutoscalerConfig;
15342
15752
  type index$e_ClusterOpenIDConnectConfig = ClusterOpenIDConnectConfig;
15753
+ type index$e_ClusterType = ClusterType;
15754
+ type index$e_ClusterTypeAvailability = ClusterTypeAvailability;
15343
15755
  type index$e_CreateClusterRequestAutoUpgrade = CreateClusterRequestAutoUpgrade;
15344
15756
  type index$e_CreateClusterRequestPoolConfigUpgradePolicy = CreateClusterRequestPoolConfigUpgradePolicy;
15345
15757
  type index$e_CreateExternalNodeRequest = CreateExternalNodeRequest;
@@ -15353,6 +15765,7 @@ type index$e_GetPoolRequest = GetPoolRequest;
15353
15765
  type index$e_Ingress = Ingress;
15354
15766
  type index$e_ListClusterAvailableVersionsRequest = ListClusterAvailableVersionsRequest;
15355
15767
  type index$e_ListClusterAvailableVersionsResponse = ListClusterAvailableVersionsResponse;
15768
+ type index$e_ListClusterTypesResponse = ListClusterTypesResponse;
15356
15769
  type index$e_ListNodesRequestOrderBy = ListNodesRequestOrderBy;
15357
15770
  type index$e_ListNodesResponse = ListNodesResponse;
15358
15771
  type index$e_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
@@ -15390,6 +15803,8 @@ declare namespace index$e {
15390
15803
  index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig,
15391
15804
  index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig,
15392
15805
  ClusterStatus$1 as ClusterStatus,
15806
+ index$e_ClusterType as ClusterType,
15807
+ index$e_ClusterTypeAvailability as ClusterTypeAvailability,
15393
15808
  CreateClusterRequest$2 as CreateClusterRequest,
15394
15809
  index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade,
15395
15810
  CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig,
@@ -15411,6 +15826,8 @@ declare namespace index$e {
15411
15826
  index$e_Ingress as Ingress,
15412
15827
  index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest,
15413
15828
  index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse,
15829
+ ListClusterTypesRequest$1 as ListClusterTypesRequest,
15830
+ index$e_ListClusterTypesResponse as ListClusterTypesResponse,
15414
15831
  ListClustersRequest$2 as ListClustersRequest,
15415
15832
  ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy,
15416
15833
  ListClustersResponse$1 as ListClustersResponse,
@@ -16258,8 +16675,18 @@ type CreateLbRequest = {
16258
16675
  name?: string;
16259
16676
  /** Description for the Load Balancer. */
16260
16677
  description: string;
16261
- /** 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
+ */
16262
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[];
16263
16690
  /** List of tags for the Load Balancer. */
16264
16691
  tags?: string[];
16265
16692
  /**
@@ -16385,6 +16812,8 @@ type CreateIpRequest = {
16385
16812
  projectId?: string;
16386
16813
  /** Reverse DNS (domain name) for the IP address. */
16387
16814
  reverse?: string;
16815
+ /** If true, creates a Flexible IP with an ipv6 address. */
16816
+ isIpv6: boolean;
16388
16817
  };
16389
16818
  type GetIpRequest = {
16390
16819
  /**
@@ -16905,6 +17334,8 @@ type ListBackendStatsRequest = {
16905
17334
  page?: number;
16906
17335
  /** Number of items to return. */
16907
17336
  pageSize?: number;
17337
+ /** ID of the backend. */
17338
+ backendId?: string;
16908
17339
  };
16909
17340
  type ListAclsRequest = {
16910
17341
  /**
@@ -17300,8 +17731,18 @@ type ZonedApiCreateLbRequest = {
17300
17731
  name?: string;
17301
17732
  /** Description for the Load Balancer. */
17302
17733
  description: string;
17303
- /** 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
+ */
17304
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[];
17305
17746
  /** List of tags for the Load Balancer. */
17306
17747
  tags?: string[];
17307
17748
  /**
@@ -17409,6 +17850,8 @@ type ZonedApiCreateIpRequest = {
17409
17850
  projectId?: string;
17410
17851
  /** Reverse DNS (domain name) for the IP address. */
17411
17852
  reverse?: string;
17853
+ /** If true, creates a Flexible IP with an ipv6 address. */
17854
+ isIpv6: boolean;
17412
17855
  };
17413
17856
  type ZonedApiGetIpRequest = {
17414
17857
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -17857,6 +18300,8 @@ type ZonedApiListBackendStatsRequest = {
17857
18300
  page?: number;
17858
18301
  /** Number of items to return. */
17859
18302
  pageSize?: number;
18303
+ /** ID of the backend. */
18304
+ backendId?: string;
17860
18305
  };
17861
18306
  type ZonedApiListAclsRequest = {
17862
18307
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -18163,7 +18608,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
18163
18608
  *
18164
18609
  * This API allows you to manage your load balancer service. Load balancer API.
18165
18610
  */
18166
- declare class API$d extends API$r {
18611
+ declare class API$d extends API$s {
18167
18612
  /** Lists the available regions of the API. */
18168
18613
  static readonly LOCALITIES: Region[];
18169
18614
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -18236,7 +18681,7 @@ declare class API$d extends API$r {
18236
18681
  * @param request - The request {@link CreateIpRequest}
18237
18682
  * @returns A Promise of Ip
18238
18683
  */
18239
- createIp: (request?: Readonly<CreateIpRequest>) => Promise<Ip>;
18684
+ createIp: (request: Readonly<CreateIpRequest>) => Promise<Ip>;
18240
18685
  /**
18241
18686
  * Get an IP.
18242
18687
  *
@@ -18591,7 +19036,7 @@ declare class API$d extends API$r {
18591
19036
  * This API allows you to manage your Scaleway Load Balancer services. Load
18592
19037
  * Balancer API.
18593
19038
  */
18594
- declare class ZonedAPI extends API$r {
19039
+ declare class ZonedAPI extends API$s {
18595
19040
  /** Lists the available zones of the API. */
18596
19041
  static readonly LOCALITIES: Zone[];
18597
19042
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -18682,7 +19127,7 @@ declare class ZonedAPI extends API$r {
18682
19127
  * @param request - The request {@link ZonedApiCreateIpRequest}
18683
19128
  * @returns A Promise of Ip
18684
19129
  */
18685
- createIp: (request?: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
19130
+ createIp: (request: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
18686
19131
  /**
18687
19132
  * Get an IP address. Retrieve the full details of a Load Balancer flexible IP
18688
19133
  * address.
@@ -19670,7 +20115,7 @@ type GetVersionRequest$1 = {
19670
20115
  };
19671
20116
 
19672
20117
  /** Marketplace API. */
19673
- declare class API$c extends API$r {
20118
+ declare class API$c extends API$s {
19674
20119
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
19675
20120
  /**
19676
20121
  * List marketplace images.
@@ -19854,7 +20299,7 @@ type GetCategoryRequest = {
19854
20299
  };
19855
20300
 
19856
20301
  /** Marketplace API. */
19857
- declare class API$b extends API$r {
20302
+ declare class API$b extends API$s {
19858
20303
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
19859
20304
  /**
19860
20305
  * List marketplace images. List all available images on the marketplace,
@@ -20236,7 +20681,7 @@ type GetCredentialRequest = {
20236
20681
  * This API allows you to manage Scaleway Messaging and Queueing brokers.
20237
20682
  * Messaging and Queuing API.
20238
20683
  */
20239
- declare class API$a extends API$r {
20684
+ declare class API$a extends API$s {
20240
20685
  /** Lists the available regions of the API. */
20241
20686
  static readonly LOCALITIES: Region[];
20242
20687
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
@@ -21769,7 +22214,7 @@ type MigrateEndpointRequest = {
21769
22214
  };
21770
22215
 
21771
22216
  /** Managed Database for PostgreSQL and MySQL API. */
21772
- declare class API$9 extends API$r {
22217
+ declare class API$9 extends API$s {
21773
22218
  /** Lists the available regions of the API. */
21774
22219
  static readonly LOCALITIES: Region[];
21775
22220
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -22339,9 +22784,7 @@ declare class API$9 extends API$r {
22339
22784
  /**
22340
22785
  * Create a new Database Instance endpoint. Create a new endpoint for a
22341
22786
  * Database Instance. You can add `load_balancer` and `private_network`
22342
- * specifications to the body of the request. Note that this action replaces
22343
- * your current endpoint, which means you might need to update any environment
22344
- * configurations that point to the old endpoint.
22787
+ * specifications to the body of the request.
22345
22788
  *
22346
22789
  * @param request - The request {@link CreateEndpointRequest}
22347
22790
  * @returns A Promise of Endpoint
@@ -23153,7 +23596,7 @@ type UpdateEndpointRequest = {
23153
23596
  };
23154
23597
 
23155
23598
  /** Managed Database for Redis™ API. */
23156
- declare class API$8 extends API$r {
23599
+ declare class API$8 extends API$s {
23157
23600
  /** Lists the available zones of the API. */
23158
23601
  static readonly LOCALITIES: Zone[];
23159
23602
  /**
@@ -23823,7 +24266,7 @@ type DeleteTagRequest = {
23823
24266
  };
23824
24267
 
23825
24268
  /** Container Registry API. */
23826
- declare class API$7 extends API$r {
24269
+ declare class API$7 extends API$s {
23827
24270
  /** Lists the available regions of the API. */
23828
24271
  static readonly LOCALITIES: Region[];
23829
24272
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -24485,7 +24928,7 @@ type DestroySecretVersionRequest = {
24485
24928
  * Secret Manager API. This API allows you to conveniently store, access and
24486
24929
  * share sensitive data.
24487
24930
  */
24488
- declare class API$6 extends API$r {
24931
+ declare class API$6 extends API$s {
24489
24932
  /** Lists the available regions of the API. */
24490
24933
  static readonly LOCALITIES: Region[];
24491
24934
  /**
@@ -24832,7 +25275,7 @@ type SmokeHumanRequest = {
24832
25275
  * access-key. Then, you can use other test commands by setting the
24833
25276
  * SCW_SECRET_KEY env variable.
24834
25277
  */
24835
- declare class API$5 extends API$r {
25278
+ declare class API$5 extends API$s {
24836
25279
  /**
24837
25280
  * Register a user. Register a human and return a access-key and a secret-key
24838
25281
  * that must be used in all other commands.
@@ -24954,6 +25397,7 @@ declare namespace index$4 {
24954
25397
  };
24955
25398
  }
24956
25399
 
25400
+ type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
24957
25401
  type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
24958
25402
  type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
24959
25403
  type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
@@ -24999,7 +25443,7 @@ interface Domain {
24999
25443
  lastValidAt?: Date;
25000
25444
  /** Date and time of the domain's deletion. */
25001
25445
  revokedAt?: Date;
25002
- /** Error message returned if the last check failed. */
25446
+ /** @deprecated Error message returned if the last check failed. */
25003
25447
  lastError?: string;
25004
25448
  /** Snippet of the SPF record to register in the DNS zone. */
25005
25449
  spfConfig: string;
@@ -25009,6 +25453,35 @@ interface Domain {
25009
25453
  statistics?: DomainStatistics;
25010
25454
  region: Region;
25011
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
+ }
25012
25485
  interface DomainStatistics {
25013
25486
  totalCount: number;
25014
25487
  sentCount: number;
@@ -25025,7 +25498,7 @@ interface Email {
25025
25498
  projectId: string;
25026
25499
  /** Email address of the sender. */
25027
25500
  mailFrom: string;
25028
- /** @deprecated (Deprecated) Email address of the recipient. */
25501
+ /** @deprecated Email address of the recipient. */
25029
25502
  rcptTo?: string;
25030
25503
  /** Email address of the recipient. */
25031
25504
  mailRcpt: string;
@@ -25162,10 +25635,7 @@ type ListEmailsRequest = {
25162
25635
  until?: Date;
25163
25636
  /** (Optional) List emails sent with this sender's email address. */
25164
25637
  mailFrom?: string;
25165
- /**
25166
- * @deprecated (Deprecated) List emails sent to this recipient's email
25167
- * address.
25168
- */
25638
+ /** @deprecated List emails sent to this recipient's email address. */
25169
25639
  mailTo?: string;
25170
25640
  /** (Optional) List emails sent to this recipient's email address. */
25171
25641
  mailRcpt?: string;
@@ -25262,9 +25732,18 @@ type CheckDomainRequest = {
25262
25732
  /** ID of the domain to check. */
25263
25733
  domainId: string;
25264
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
+ };
25265
25744
 
25266
25745
  /** Transactional Email API. */
25267
- declare class API$4 extends API$r {
25746
+ declare class API$4 extends API$s {
25268
25747
  /** Lists the available regions of the API. */
25269
25748
  static readonly LOCALITIES: Region[];
25270
25749
  /**
@@ -25374,6 +25853,15 @@ declare class API$4 extends API$r {
25374
25853
  * @returns A Promise of Domain
25375
25854
  */
25376
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>;
25377
25865
  }
25378
25866
 
25379
25867
  /** Lists transient statutes of the enum {@link DomainStatus}. */
@@ -25390,6 +25878,10 @@ type index_gen$4_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
25390
25878
  type index_gen$4_CreateEmailResponse = CreateEmailResponse;
25391
25879
  declare const index_gen$4_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
25392
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;
25393
25885
  type index_gen$4_DomainStatistics = DomainStatistics;
25394
25886
  type index_gen$4_DomainStatus = DomainStatus;
25395
25887
  declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
@@ -25397,6 +25889,7 @@ type index_gen$4_Email = Email;
25397
25889
  type index_gen$4_EmailRcptType = EmailRcptType;
25398
25890
  type index_gen$4_EmailStatus = EmailStatus;
25399
25891
  type index_gen$4_EmailTry = EmailTry;
25892
+ type index_gen$4_GetDomainLastStatusRequest = GetDomainLastStatusRequest;
25400
25893
  type index_gen$4_GetDomainRequest = GetDomainRequest;
25401
25894
  type index_gen$4_GetEmailRequest = GetEmailRequest;
25402
25895
  type index_gen$4_GetStatisticsRequest = GetStatisticsRequest;
@@ -25419,6 +25912,10 @@ declare namespace index_gen$4 {
25419
25912
  index_gen$4_CreateEmailResponse as CreateEmailResponse,
25420
25913
  index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
25421
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,
25422
25919
  index_gen$4_DomainStatistics as DomainStatistics,
25423
25920
  index_gen$4_DomainStatus as DomainStatus,
25424
25921
  index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
@@ -25426,6 +25923,7 @@ declare namespace index_gen$4 {
25426
25923
  index_gen$4_EmailRcptType as EmailRcptType,
25427
25924
  index_gen$4_EmailStatus as EmailStatus,
25428
25925
  index_gen$4_EmailTry as EmailTry,
25926
+ index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest,
25429
25927
  index_gen$4_GetDomainRequest as GetDomainRequest,
25430
25928
  index_gen$4_GetEmailRequest as GetEmailRequest,
25431
25929
  index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
@@ -25546,7 +26044,7 @@ type DeletePrivateNetworkRequest$1 = {
25546
26044
  };
25547
26045
 
25548
26046
  /** VPC API. */
25549
- declare class API$3 extends API$r {
26047
+ declare class API$3 extends API$s {
25550
26048
  /** Lists the available zones of the API. */
25551
26049
  static readonly LOCALITIES: Zone[];
25552
26050
  protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
@@ -25733,6 +26231,8 @@ type CreateVPCRequest = {
25733
26231
  region?: Region;
25734
26232
  /** Name for the VPC. */
25735
26233
  name?: string;
26234
+ /** Name for the VPC's associated default Private Network. */
26235
+ defaultPrivateNetworkName: string;
25736
26236
  /** Scaleway Project in which to create the VPC. */
25737
26237
  projectId?: string;
25738
26238
  /** Tags for the VPC. */
@@ -25920,7 +26420,7 @@ type DeleteSubnetsRequest = {
25920
26420
  };
25921
26421
 
25922
26422
  /** VPC API. */
25923
- declare class API$2 extends API$r {
26423
+ declare class API$2 extends API$s {
25924
26424
  /** Lists the available regions of the API. */
25925
26425
  static readonly LOCALITIES: Region[];
25926
26426
  protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
@@ -25940,7 +26440,7 @@ declare class API$2 extends API$r {
25940
26440
  * @param request - The request {@link CreateVPCRequest}
25941
26441
  * @returns A Promise of VPC
25942
26442
  */
25943
- createVPC: (request?: Readonly<CreateVPCRequest>) => Promise<VPC>;
26443
+ createVPC: (request: Readonly<CreateVPCRequest>) => Promise<VPC>;
25944
26444
  /**
25945
26445
  * Get a VPC. Retrieve details of an existing VPC, specified by its VPC ID.
25946
26446
  *
@@ -26968,7 +27468,7 @@ type RefreshSSHKeysRequest = {
26968
27468
  };
26969
27469
 
26970
27470
  /** Public Gateways API. */
26971
- declare class API$1 extends API$r {
27471
+ declare class API$1 extends API$s {
26972
27472
  /** Lists the available zones of the API. */
26973
27473
  static readonly LOCALITIES: Zone[];
26974
27474
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -27772,7 +28272,7 @@ type ListOffersRequest = {
27772
28272
  };
27773
28273
 
27774
28274
  /** Web Hosting API. */
27775
- declare class API extends API$r {
28275
+ declare class API extends API$s {
27776
28276
  /** Lists the available regions of the API. */
27777
28277
  static readonly LOCALITIES: Region[];
27778
28278
  /**
@@ -27951,4 +28451,4 @@ declare namespace index {
27951
28451
  };
27952
28452
  }
27953
28453
 
27954
- 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 };