@scaleway/sdk 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -890,7 +890,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
890
890
  *
891
891
  * @internal
892
892
  */
893
- declare abstract class API$q {
893
+ declare abstract class API$r {
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$p extends API$q {
1125
+ declare class API$q extends API$r {
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$p extends API$q {
1173
1173
  updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project>;
1174
1174
  }
1175
1175
 
1176
- type index_gen$l_CreateProjectRequest = CreateProjectRequest;
1177
- type index_gen$l_DeleteProjectRequest = DeleteProjectRequest;
1178
- type index_gen$l_GetProjectRequest = GetProjectRequest;
1179
- type index_gen$l_ListProjectsRequest = ListProjectsRequest;
1180
- type index_gen$l_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
1181
- type index_gen$l_ListProjectsResponse = ListProjectsResponse;
1182
- type index_gen$l_Project = Project;
1183
- type index_gen$l_UpdateProjectRequest = UpdateProjectRequest;
1184
- declare namespace index_gen$l {
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 {
1185
1185
  export {
1186
- API$p as API,
1187
- index_gen$l_CreateProjectRequest as CreateProjectRequest,
1188
- index_gen$l_DeleteProjectRequest as DeleteProjectRequest,
1189
- index_gen$l_GetProjectRequest as GetProjectRequest,
1190
- index_gen$l_ListProjectsRequest as ListProjectsRequest,
1191
- index_gen$l_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy,
1192
- index_gen$l_ListProjectsResponse as ListProjectsResponse,
1193
- index_gen$l_Project as Project,
1194
- index_gen$l_UpdateProjectRequest as UpdateProjectRequest,
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,
1195
1195
  };
1196
1196
  }
1197
1197
 
1198
1198
  declare namespace index$s {
1199
1199
  export {
1200
- index_gen$l as v2,
1200
+ index_gen$m as v2,
1201
1201
  };
1202
1202
  }
1203
1203
 
@@ -1408,7 +1408,7 @@ type ReinstallServerRequest = {
1408
1408
  * Cisco in the U.S. and other countries and is used by Apple under license.
1409
1409
  * Scaleway is not affiliated with Apple Inc.
1410
1410
  */
1411
- declare class API$o extends API$q {
1411
+ declare class API$p extends API$r {
1412
1412
  /** Lists the available zones of the API. */
1413
1413
  static readonly LOCALITIES: Zone[];
1414
1414
  /**
@@ -1527,47 +1527,47 @@ declare class API$o extends API$q {
1527
1527
  /** Lists transient statutes of the enum {@link ServerStatus}. */
1528
1528
  declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
1529
1529
 
1530
- type index_gen$k_GetServerTypeRequest = GetServerTypeRequest;
1531
- type index_gen$k_ListServerTypesRequest = ListServerTypesRequest;
1532
- type index_gen$k_ListServerTypesResponse = ListServerTypesResponse;
1533
- type index_gen$k_ReinstallServerRequest = ReinstallServerRequest;
1534
- type index_gen$k_ServerTypeCPU = ServerTypeCPU;
1535
- type index_gen$k_ServerTypeDisk = ServerTypeDisk;
1536
- type index_gen$k_ServerTypeMemory = ServerTypeMemory;
1537
- type index_gen$k_ServerTypeStock = ServerTypeStock;
1538
- declare namespace index_gen$k {
1530
+ type index_gen$l_GetServerTypeRequest = GetServerTypeRequest;
1531
+ type index_gen$l_ListServerTypesRequest = ListServerTypesRequest;
1532
+ type index_gen$l_ListServerTypesResponse = ListServerTypesResponse;
1533
+ type index_gen$l_ReinstallServerRequest = ReinstallServerRequest;
1534
+ type index_gen$l_ServerTypeCPU = ServerTypeCPU;
1535
+ type index_gen$l_ServerTypeDisk = ServerTypeDisk;
1536
+ type index_gen$l_ServerTypeMemory = ServerTypeMemory;
1537
+ type index_gen$l_ServerTypeStock = ServerTypeStock;
1538
+ declare namespace index_gen$l {
1539
1539
  export {
1540
- API$o as API,
1540
+ API$p as API,
1541
1541
  CreateServerRequest$3 as CreateServerRequest,
1542
1542
  DeleteServerRequest$2 as DeleteServerRequest,
1543
1543
  GetOSRequest$1 as GetOSRequest,
1544
1544
  GetServerRequest$2 as GetServerRequest,
1545
- index_gen$k_GetServerTypeRequest as GetServerTypeRequest,
1545
+ index_gen$l_GetServerTypeRequest as GetServerTypeRequest,
1546
1546
  ListOSRequest$2 as ListOSRequest,
1547
1547
  ListOSResponse$1 as ListOSResponse,
1548
- index_gen$k_ListServerTypesRequest as ListServerTypesRequest,
1549
- index_gen$k_ListServerTypesResponse as ListServerTypesResponse,
1548
+ index_gen$l_ListServerTypesRequest as ListServerTypesRequest,
1549
+ index_gen$l_ListServerTypesResponse as ListServerTypesResponse,
1550
1550
  ListServersRequest$3 as ListServersRequest,
1551
1551
  ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
1552
1552
  ListServersResponse$2 as ListServersResponse,
1553
1553
  OS$1 as OS,
1554
1554
  RebootServerRequest$1 as RebootServerRequest,
1555
- index_gen$k_ReinstallServerRequest as ReinstallServerRequest,
1555
+ index_gen$l_ReinstallServerRequest as ReinstallServerRequest,
1556
1556
  SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
1557
1557
  Server$2 as Server,
1558
1558
  ServerStatus$1 as ServerStatus,
1559
1559
  ServerType$1 as ServerType,
1560
- index_gen$k_ServerTypeCPU as ServerTypeCPU,
1561
- index_gen$k_ServerTypeDisk as ServerTypeDisk,
1562
- index_gen$k_ServerTypeMemory as ServerTypeMemory,
1563
- index_gen$k_ServerTypeStock as ServerTypeStock,
1560
+ index_gen$l_ServerTypeCPU as ServerTypeCPU,
1561
+ index_gen$l_ServerTypeDisk as ServerTypeDisk,
1562
+ index_gen$l_ServerTypeMemory as ServerTypeMemory,
1563
+ index_gen$l_ServerTypeStock as ServerTypeStock,
1564
1564
  UpdateServerRequest$3 as UpdateServerRequest,
1565
1565
  };
1566
1566
  }
1567
1567
 
1568
1568
  declare namespace index$r {
1569
1569
  export {
1570
- index_gen$k as v1alpha1,
1570
+ index_gen$l as v1alpha1,
1571
1571
  };
1572
1572
  }
1573
1573
 
@@ -2283,7 +2283,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
2283
2283
  *
2284
2284
  * This API allows to manage your Elastic Metal server. Elastic Metal API.
2285
2285
  */
2286
- declare class API$n extends API$q {
2286
+ declare class API$o extends API$r {
2287
2287
  /** Lists the available zones of the API. */
2288
2288
  static readonly LOCALITIES: Zone[];
2289
2289
  protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
@@ -2523,7 +2523,7 @@ declare class API$n extends API$q {
2523
2523
  getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
2524
2524
  }
2525
2525
  /** Elastic Metal Private Network API. */
2526
- declare class PrivateNetworkAPI extends API$q {
2526
+ declare class PrivateNetworkAPI extends API$r {
2527
2527
  /** Lists the available zones of the API. */
2528
2528
  static readonly LOCALITIES: Zone[];
2529
2529
  /**
@@ -2563,7 +2563,7 @@ declare class PrivateNetworkAPI extends API$q {
2563
2563
  deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
2564
2564
  }
2565
2565
 
2566
- declare class BaremetalV1UtilsAPI extends API$n {
2566
+ declare class BaremetalV1UtilsAPI extends API$o {
2567
2567
  /**
2568
2568
  * Waits for {@link ServerInstall} to be in a final state.
2569
2569
  *
@@ -2943,7 +2943,7 @@ type DownloadInvoiceRequest = {
2943
2943
  *
2944
2944
  * This API allows you to query your consumption. Billing API.
2945
2945
  */
2946
- declare class API$m extends API$q {
2946
+ declare class API$n extends API$r {
2947
2947
  getConsumption: (request?: Readonly<GetConsumptionRequest>) => Promise<GetConsumptionResponse>;
2948
2948
  protected pageOfListInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse>;
2949
2949
  listInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse> & {
@@ -2953,35 +2953,35 @@ declare class API$m extends API$q {
2953
2953
  downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
2954
2954
  }
2955
2955
 
2956
- type index_gen$j_DownloadInvoiceRequest = DownloadInvoiceRequest;
2957
- type index_gen$j_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
2958
- type index_gen$j_GetConsumptionRequest = GetConsumptionRequest;
2959
- type index_gen$j_GetConsumptionResponse = GetConsumptionResponse;
2960
- type index_gen$j_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
2961
- type index_gen$j_Invoice = Invoice;
2962
- type index_gen$j_InvoiceType = InvoiceType;
2963
- type index_gen$j_ListInvoicesRequest = ListInvoicesRequest;
2964
- type index_gen$j_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
2965
- type index_gen$j_ListInvoicesResponse = ListInvoicesResponse;
2966
- declare namespace index_gen$j {
2956
+ type index_gen$k_DownloadInvoiceRequest = DownloadInvoiceRequest;
2957
+ type index_gen$k_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
2958
+ type index_gen$k_GetConsumptionRequest = GetConsumptionRequest;
2959
+ type index_gen$k_GetConsumptionResponse = GetConsumptionResponse;
2960
+ type index_gen$k_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
2961
+ type index_gen$k_Invoice = Invoice;
2962
+ type index_gen$k_InvoiceType = InvoiceType;
2963
+ type index_gen$k_ListInvoicesRequest = ListInvoicesRequest;
2964
+ type index_gen$k_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
2965
+ type index_gen$k_ListInvoicesResponse = ListInvoicesResponse;
2966
+ declare namespace index_gen$k {
2967
2967
  export {
2968
- API$m as API,
2969
- index_gen$j_DownloadInvoiceRequest as DownloadInvoiceRequest,
2970
- index_gen$j_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
2971
- index_gen$j_GetConsumptionRequest as GetConsumptionRequest,
2972
- index_gen$j_GetConsumptionResponse as GetConsumptionResponse,
2973
- index_gen$j_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
2974
- index_gen$j_Invoice as Invoice,
2975
- index_gen$j_InvoiceType as InvoiceType,
2976
- index_gen$j_ListInvoicesRequest as ListInvoicesRequest,
2977
- index_gen$j_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
2978
- index_gen$j_ListInvoicesResponse as ListInvoicesResponse,
2968
+ API$n as API,
2969
+ index_gen$k_DownloadInvoiceRequest as DownloadInvoiceRequest,
2970
+ index_gen$k_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
2971
+ index_gen$k_GetConsumptionRequest as GetConsumptionRequest,
2972
+ index_gen$k_GetConsumptionResponse as GetConsumptionResponse,
2973
+ index_gen$k_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
2974
+ index_gen$k_Invoice as Invoice,
2975
+ index_gen$k_InvoiceType as InvoiceType,
2976
+ index_gen$k_ListInvoicesRequest as ListInvoicesRequest,
2977
+ index_gen$k_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
2978
+ index_gen$k_ListInvoicesResponse as ListInvoicesResponse,
2979
2979
  };
2980
2980
  }
2981
2981
 
2982
2982
  declare namespace index$o {
2983
2983
  export {
2984
- index_gen$j as v2alpha1,
2984
+ index_gen$k as v2alpha1,
2985
2985
  };
2986
2986
  }
2987
2987
 
@@ -3268,7 +3268,7 @@ type SelectPlanRequest = {
3268
3268
  * Projects. Scaleway's Cockpit stores metrics and logs and provides a dedicated
3269
3269
  * Grafana for dashboarding to visualize them.
3270
3270
  */
3271
- declare class API$l extends API$q {
3271
+ declare class API$m extends API$r {
3272
3272
  /**
3273
3273
  * Activate a Cockpit. Activate the Cockpit of the specified Project ID.
3274
3274
  *
@@ -3454,92 +3454,92 @@ declare class API$l extends API$q {
3454
3454
  /** Lists transient statutes of the enum {@link CockpitStatus}. */
3455
3455
  declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
3456
3456
 
3457
- type index_gen$i_ActivateCockpitRequest = ActivateCockpitRequest;
3458
- declare const index_gen$i_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
3459
- type index_gen$i_Cockpit = Cockpit;
3460
- type index_gen$i_CockpitEndpoints = CockpitEndpoints;
3461
- type index_gen$i_CockpitMetrics = CockpitMetrics;
3462
- type index_gen$i_CockpitStatus = CockpitStatus;
3463
- type index_gen$i_ContactPoint = ContactPoint;
3464
- type index_gen$i_ContactPointEmail = ContactPointEmail;
3465
- type index_gen$i_CreateContactPointRequest = CreateContactPointRequest;
3466
- type index_gen$i_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
3467
- type index_gen$i_DeactivateCockpitRequest = DeactivateCockpitRequest;
3468
- type index_gen$i_DeleteContactPointRequest = DeleteContactPointRequest;
3469
- type index_gen$i_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
3470
- type index_gen$i_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
3471
- type index_gen$i_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
3472
- type index_gen$i_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
3473
- type index_gen$i_GetCockpitRequest = GetCockpitRequest;
3474
- type index_gen$i_GrafanaUser = GrafanaUser;
3475
- type index_gen$i_GrafanaUserRole = GrafanaUserRole;
3476
- type index_gen$i_ListContactPointsRequest = ListContactPointsRequest;
3477
- type index_gen$i_ListContactPointsResponse = ListContactPointsResponse;
3478
- type index_gen$i_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
3479
- type index_gen$i_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
3480
- type index_gen$i_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
3481
- type index_gen$i_ListPlansRequest = ListPlansRequest;
3482
- type index_gen$i_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
3483
- type index_gen$i_ListPlansResponse = ListPlansResponse;
3484
- type index_gen$i_Plan = Plan;
3485
- type index_gen$i_PlanName = PlanName;
3486
- type index_gen$i_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
3487
- type index_gen$i_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
3488
- type index_gen$i_SelectPlanRequest = SelectPlanRequest;
3489
- type index_gen$i_SelectPlanResponse = SelectPlanResponse;
3490
- type index_gen$i_TokenScopes = TokenScopes;
3491
- type index_gen$i_TriggerTestAlertRequest = TriggerTestAlertRequest;
3492
- declare namespace index_gen$i {
3457
+ type index_gen$j_ActivateCockpitRequest = ActivateCockpitRequest;
3458
+ declare const index_gen$j_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
3459
+ type index_gen$j_Cockpit = Cockpit;
3460
+ type index_gen$j_CockpitEndpoints = CockpitEndpoints;
3461
+ type index_gen$j_CockpitMetrics = CockpitMetrics;
3462
+ type index_gen$j_CockpitStatus = CockpitStatus;
3463
+ type index_gen$j_ContactPoint = ContactPoint;
3464
+ type index_gen$j_ContactPointEmail = ContactPointEmail;
3465
+ type index_gen$j_CreateContactPointRequest = CreateContactPointRequest;
3466
+ type index_gen$j_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
3467
+ type index_gen$j_DeactivateCockpitRequest = DeactivateCockpitRequest;
3468
+ type index_gen$j_DeleteContactPointRequest = DeleteContactPointRequest;
3469
+ type index_gen$j_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
3470
+ type index_gen$j_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
3471
+ type index_gen$j_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
3472
+ type index_gen$j_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
3473
+ type index_gen$j_GetCockpitRequest = GetCockpitRequest;
3474
+ type index_gen$j_GrafanaUser = GrafanaUser;
3475
+ type index_gen$j_GrafanaUserRole = GrafanaUserRole;
3476
+ type index_gen$j_ListContactPointsRequest = ListContactPointsRequest;
3477
+ type index_gen$j_ListContactPointsResponse = ListContactPointsResponse;
3478
+ type index_gen$j_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
3479
+ type index_gen$j_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
3480
+ type index_gen$j_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
3481
+ type index_gen$j_ListPlansRequest = ListPlansRequest;
3482
+ type index_gen$j_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
3483
+ type index_gen$j_ListPlansResponse = ListPlansResponse;
3484
+ type index_gen$j_Plan = Plan;
3485
+ type index_gen$j_PlanName = PlanName;
3486
+ type index_gen$j_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
3487
+ type index_gen$j_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
3488
+ type index_gen$j_SelectPlanRequest = SelectPlanRequest;
3489
+ type index_gen$j_SelectPlanResponse = SelectPlanResponse;
3490
+ type index_gen$j_TokenScopes = TokenScopes;
3491
+ type index_gen$j_TriggerTestAlertRequest = TriggerTestAlertRequest;
3492
+ declare namespace index_gen$j {
3493
3493
  export {
3494
- API$l as API,
3495
- index_gen$i_ActivateCockpitRequest as ActivateCockpitRequest,
3496
- index_gen$i_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3497
- index_gen$i_Cockpit as Cockpit,
3498
- index_gen$i_CockpitEndpoints as CockpitEndpoints,
3499
- index_gen$i_CockpitMetrics as CockpitMetrics,
3500
- index_gen$i_CockpitStatus as CockpitStatus,
3501
- index_gen$i_ContactPoint as ContactPoint,
3502
- index_gen$i_ContactPointEmail as ContactPointEmail,
3503
- index_gen$i_CreateContactPointRequest as CreateContactPointRequest,
3504
- index_gen$i_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
3494
+ API$m as API,
3495
+ index_gen$j_ActivateCockpitRequest as ActivateCockpitRequest,
3496
+ index_gen$j_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3497
+ index_gen$j_Cockpit as Cockpit,
3498
+ index_gen$j_CockpitEndpoints as CockpitEndpoints,
3499
+ index_gen$j_CockpitMetrics as CockpitMetrics,
3500
+ index_gen$j_CockpitStatus as CockpitStatus,
3501
+ index_gen$j_ContactPoint as ContactPoint,
3502
+ index_gen$j_ContactPointEmail as ContactPointEmail,
3503
+ index_gen$j_CreateContactPointRequest as CreateContactPointRequest,
3504
+ index_gen$j_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
3505
3505
  CreateTokenRequest$2 as CreateTokenRequest,
3506
- index_gen$i_DeactivateCockpitRequest as DeactivateCockpitRequest,
3507
- index_gen$i_DeleteContactPointRequest as DeleteContactPointRequest,
3508
- index_gen$i_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
3506
+ index_gen$j_DeactivateCockpitRequest as DeactivateCockpitRequest,
3507
+ index_gen$j_DeleteContactPointRequest as DeleteContactPointRequest,
3508
+ index_gen$j_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
3509
3509
  DeleteTokenRequest$2 as DeleteTokenRequest,
3510
- index_gen$i_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3511
- index_gen$i_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3512
- index_gen$i_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3513
- index_gen$i_GetCockpitRequest as GetCockpitRequest,
3510
+ index_gen$j_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3511
+ index_gen$j_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3512
+ index_gen$j_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3513
+ index_gen$j_GetCockpitRequest as GetCockpitRequest,
3514
3514
  GetTokenRequest$2 as GetTokenRequest,
3515
- index_gen$i_GrafanaUser as GrafanaUser,
3516
- index_gen$i_GrafanaUserRole as GrafanaUserRole,
3517
- index_gen$i_ListContactPointsRequest as ListContactPointsRequest,
3518
- index_gen$i_ListContactPointsResponse as ListContactPointsResponse,
3519
- index_gen$i_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3520
- index_gen$i_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3521
- index_gen$i_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3522
- index_gen$i_ListPlansRequest as ListPlansRequest,
3523
- index_gen$i_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3524
- index_gen$i_ListPlansResponse as ListPlansResponse,
3515
+ index_gen$j_GrafanaUser as GrafanaUser,
3516
+ index_gen$j_GrafanaUserRole as GrafanaUserRole,
3517
+ index_gen$j_ListContactPointsRequest as ListContactPointsRequest,
3518
+ index_gen$j_ListContactPointsResponse as ListContactPointsResponse,
3519
+ index_gen$j_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3520
+ index_gen$j_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3521
+ index_gen$j_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3522
+ index_gen$j_ListPlansRequest as ListPlansRequest,
3523
+ index_gen$j_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3524
+ index_gen$j_ListPlansResponse as ListPlansResponse,
3525
3525
  ListTokensRequest$2 as ListTokensRequest,
3526
3526
  ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
3527
3527
  ListTokensResponse$2 as ListTokensResponse,
3528
- index_gen$i_Plan as Plan,
3529
- index_gen$i_PlanName as PlanName,
3530
- index_gen$i_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3531
- index_gen$i_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3532
- index_gen$i_SelectPlanRequest as SelectPlanRequest,
3533
- index_gen$i_SelectPlanResponse as SelectPlanResponse,
3528
+ index_gen$j_Plan as Plan,
3529
+ index_gen$j_PlanName as PlanName,
3530
+ index_gen$j_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3531
+ index_gen$j_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3532
+ index_gen$j_SelectPlanRequest as SelectPlanRequest,
3533
+ index_gen$j_SelectPlanResponse as SelectPlanResponse,
3534
3534
  Token$2 as Token,
3535
- index_gen$i_TokenScopes as TokenScopes,
3536
- index_gen$i_TriggerTestAlertRequest as TriggerTestAlertRequest,
3535
+ index_gen$j_TokenScopes as TokenScopes,
3536
+ index_gen$j_TriggerTestAlertRequest as TriggerTestAlertRequest,
3537
3537
  };
3538
3538
  }
3539
3539
 
3540
3540
  declare namespace index$n {
3541
3541
  export {
3542
- index_gen$i as v1beta1,
3542
+ index_gen$j as v1beta1,
3543
3543
  };
3544
3544
  }
3545
3545
 
@@ -4160,7 +4160,7 @@ type DeleteTokenRequest$1 = {
4160
4160
  };
4161
4161
 
4162
4162
  /** Serverless Containers API. */
4163
- declare class API$k extends API$q {
4163
+ declare class API$l extends API$r {
4164
4164
  /** Lists the available regions of the API. */
4165
4165
  static readonly LOCALITIES: Region[];
4166
4166
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
@@ -4430,31 +4430,31 @@ declare const NAMESPACE_TRANSIENT_STATUSES$2: NamespaceStatus$2[];
4430
4430
  /** Lists transient statutes of the enum {@link TokenStatus}. */
4431
4431
  declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
4432
4432
 
4433
- declare const index_gen$h_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
4434
- type index_gen$h_Container = Container;
4435
- type index_gen$h_ContainerHttpOption = ContainerHttpOption;
4436
- type index_gen$h_ContainerPrivacy = ContainerPrivacy;
4437
- type index_gen$h_ContainerProtocol = ContainerProtocol;
4438
- type index_gen$h_ContainerStatus = ContainerStatus;
4439
- type index_gen$h_CreateContainerRequest = CreateContainerRequest;
4440
- type index_gen$h_DeleteContainerRequest = DeleteContainerRequest;
4441
- type index_gen$h_DeployContainerRequest = DeployContainerRequest;
4442
- type index_gen$h_GetContainerRequest = GetContainerRequest;
4443
- type index_gen$h_ListContainersRequest = ListContainersRequest;
4444
- type index_gen$h_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4445
- type index_gen$h_ListContainersResponse = ListContainersResponse;
4446
- type index_gen$h_UpdateContainerRequest = UpdateContainerRequest;
4447
- declare namespace index_gen$h {
4433
+ declare const index_gen$i_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
4434
+ type index_gen$i_Container = Container;
4435
+ type index_gen$i_ContainerHttpOption = ContainerHttpOption;
4436
+ type index_gen$i_ContainerPrivacy = ContainerPrivacy;
4437
+ type index_gen$i_ContainerProtocol = ContainerProtocol;
4438
+ type index_gen$i_ContainerStatus = ContainerStatus;
4439
+ type index_gen$i_CreateContainerRequest = CreateContainerRequest;
4440
+ type index_gen$i_DeleteContainerRequest = DeleteContainerRequest;
4441
+ type index_gen$i_DeployContainerRequest = DeployContainerRequest;
4442
+ type index_gen$i_GetContainerRequest = GetContainerRequest;
4443
+ type index_gen$i_ListContainersRequest = ListContainersRequest;
4444
+ type index_gen$i_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4445
+ type index_gen$i_ListContainersResponse = ListContainersResponse;
4446
+ type index_gen$i_UpdateContainerRequest = UpdateContainerRequest;
4447
+ declare namespace index_gen$i {
4448
4448
  export {
4449
- API$k as API,
4450
- index_gen$h_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
4449
+ API$l as API,
4450
+ index_gen$i_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
4451
4451
  CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
4452
- index_gen$h_Container as Container,
4453
- index_gen$h_ContainerHttpOption as ContainerHttpOption,
4454
- index_gen$h_ContainerPrivacy as ContainerPrivacy,
4455
- index_gen$h_ContainerProtocol as ContainerProtocol,
4456
- index_gen$h_ContainerStatus as ContainerStatus,
4457
- index_gen$h_CreateContainerRequest as CreateContainerRequest,
4452
+ index_gen$i_Container as Container,
4453
+ index_gen$i_ContainerHttpOption as ContainerHttpOption,
4454
+ index_gen$i_ContainerPrivacy as ContainerPrivacy,
4455
+ index_gen$i_ContainerProtocol as ContainerProtocol,
4456
+ index_gen$i_ContainerStatus as ContainerStatus,
4457
+ index_gen$i_CreateContainerRequest as CreateContainerRequest,
4458
4458
  CreateCronRequest$1 as CreateCronRequest,
4459
4459
  CreateDomainRequest$2 as CreateDomainRequest,
4460
4460
  CreateNamespaceRequest$3 as CreateNamespaceRequest,
@@ -4462,23 +4462,23 @@ declare namespace index_gen$h {
4462
4462
  Cron$1 as Cron,
4463
4463
  CronStatus$1 as CronStatus,
4464
4464
  DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
4465
- index_gen$h_DeleteContainerRequest as DeleteContainerRequest,
4465
+ index_gen$i_DeleteContainerRequest as DeleteContainerRequest,
4466
4466
  DeleteCronRequest$1 as DeleteCronRequest,
4467
4467
  DeleteDomainRequest$1 as DeleteDomainRequest,
4468
4468
  DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
4469
4469
  DeleteTokenRequest$1 as DeleteTokenRequest,
4470
- index_gen$h_DeployContainerRequest as DeployContainerRequest,
4470
+ index_gen$i_DeployContainerRequest as DeployContainerRequest,
4471
4471
  Domain$3 as Domain,
4472
4472
  DomainStatus$3 as DomainStatus,
4473
- index_gen$h_GetContainerRequest as GetContainerRequest,
4473
+ index_gen$i_GetContainerRequest as GetContainerRequest,
4474
4474
  GetCronRequest$1 as GetCronRequest,
4475
4475
  GetDomainRequest$2 as GetDomainRequest,
4476
4476
  GetNamespaceRequest$3 as GetNamespaceRequest,
4477
4477
  GetTokenRequest$1 as GetTokenRequest,
4478
4478
  IssueJWTRequest$1 as IssueJWTRequest,
4479
- index_gen$h_ListContainersRequest as ListContainersRequest,
4480
- index_gen$h_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4481
- index_gen$h_ListContainersResponse as ListContainersResponse,
4479
+ index_gen$i_ListContainersRequest as ListContainersRequest,
4480
+ index_gen$i_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4481
+ index_gen$i_ListContainersResponse as ListContainersResponse,
4482
4482
  ListCronsRequest$1 as ListCronsRequest,
4483
4483
  ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
4484
4484
  ListCronsResponse$1 as ListCronsResponse,
@@ -4505,7 +4505,7 @@ declare namespace index_gen$h {
4505
4505
  TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
4506
4506
  Token$1 as Token,
4507
4507
  TokenStatus$1 as TokenStatus,
4508
- index_gen$h_UpdateContainerRequest as UpdateContainerRequest,
4508
+ index_gen$i_UpdateContainerRequest as UpdateContainerRequest,
4509
4509
  UpdateCronRequest$1 as UpdateCronRequest,
4510
4510
  UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
4511
4511
  };
@@ -4513,7 +4513,7 @@ declare namespace index_gen$h {
4513
4513
 
4514
4514
  declare namespace index$m {
4515
4515
  export {
4516
- index_gen$h as v1beta1,
4516
+ index_gen$i as v1beta1,
4517
4517
  };
4518
4518
  }
4519
4519
 
@@ -5553,7 +5553,7 @@ type RegistrarApiDeleteDomainHostRequest = {
5553
5553
  * Domains and DNS API. Manage your domains, DNS zones and records with the
5554
5554
  * Domains and DNS API.
5555
5555
  */
5556
- declare class API$j extends API$q {
5556
+ declare class API$k extends API$r {
5557
5557
  protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
5558
5558
  /**
5559
5559
  * List DNS zones. Retrieve the list of DNS zones you can manage and filter
@@ -5793,7 +5793,7 @@ declare class API$j extends API$q {
5793
5793
  *
5794
5794
  * Domains and DNS - Registrar API. Manage your domains and contacts.
5795
5795
  */
5796
- declare class RegistrarAPI extends API$q {
5796
+ declare class RegistrarAPI extends API$r {
5797
5797
  protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
5798
5798
  /**
5799
5799
  * List tasks. List all account tasks. You can filter the list by domain name.
@@ -5984,27 +5984,7 @@ declare class RegistrarAPI extends API$q {
5984
5984
  getDomainAuthCode: (request: Readonly<RegistrarApiGetDomainAuthCodeRequest>) => Promise<GetDomainAuthCodeResponse>;
5985
5985
  /**
5986
5986
  * Update domain DNSSEC. If your domain has the default Scaleway NS and uses
5987
- * another registrar, you have to update the DS record manually. For the
5988
- * algorithm, here are the code numbers for each type:
5989
- *
5990
- * - 1: RSAMD5
5991
- * - 2: DIFFIE_HELLMAN
5992
- * - 3: DSA_SHA1
5993
- * - 5: RSA_SHA1
5994
- * - 6: DSA_NSEC3_SHA1
5995
- * - 7: RSASHA1_NSEC3_SHA1
5996
- * - 8: RSASHA256
5997
- * - 10: RSASHA512
5998
- * - 12: ECC_GOST
5999
- * - 13: ECDSAP256SHA256
6000
- * - 14: ECDSAP384SHA384
6001
- *
6002
- * And for the digest type:
6003
- *
6004
- * - 1: SHA_1
6005
- * - 2: SHA_256
6006
- * - 3: GOST_R_34_11_94
6007
- * - 4: SHA_384
5987
+ * another registrar, you have to update the DS record manually.
6008
5988
  *
6009
5989
  * @param request - The request {@link RegistrarApiEnableDomainDNSSECRequest}
6010
5990
  * @returns A Promise of Domain
@@ -6080,333 +6060,333 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
6080
6060
  /** Lists transient statutes of the enum {@link TaskStatus}. */
6081
6061
  declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
6082
6062
 
6083
- type index_gen$g_AvailableDomain = AvailableDomain;
6084
- type index_gen$g_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
6085
- type index_gen$g_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
6086
- type index_gen$g_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
6087
- type index_gen$g_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
6088
- type index_gen$g_CloneDNSZoneRequest = CloneDNSZoneRequest;
6089
- type index_gen$g_Contact = Contact;
6090
- type index_gen$g_ContactEmailStatus = ContactEmailStatus;
6091
- type index_gen$g_ContactExtensionEU = ContactExtensionEU;
6092
- type index_gen$g_ContactExtensionFR = ContactExtensionFR;
6093
- type index_gen$g_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
6094
- type index_gen$g_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
6095
- type index_gen$g_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
6096
- type index_gen$g_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
6097
- type index_gen$g_ContactExtensionFRMode = ContactExtensionFRMode;
6098
- type index_gen$g_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
6099
- type index_gen$g_ContactExtensionNL = ContactExtensionNL;
6100
- type index_gen$g_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
6101
- type index_gen$g_ContactLegalForm = ContactLegalForm;
6102
- type index_gen$g_ContactQuestion = ContactQuestion;
6103
- type index_gen$g_ContactRoles = ContactRoles;
6104
- type index_gen$g_ContactRolesRoles = ContactRolesRoles;
6105
- type index_gen$g_CreateDNSZoneRequest = CreateDNSZoneRequest;
6106
- type index_gen$g_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
6107
- type index_gen$g_DNSZone = DNSZone;
6108
- type index_gen$g_DNSZoneStatus = DNSZoneStatus;
6109
- type index_gen$g_DNSZoneVersion = DNSZoneVersion;
6110
- declare const index_gen$g_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
6111
- declare const index_gen$g_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
6112
- declare const index_gen$g_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
6113
- type index_gen$g_DSRecord = DSRecord;
6114
- type index_gen$g_DSRecordAlgorithm = DSRecordAlgorithm;
6115
- type index_gen$g_DSRecordDigest = DSRecordDigest;
6116
- type index_gen$g_DSRecordDigestType = DSRecordDigestType;
6117
- type index_gen$g_DSRecordPublicKey = DSRecordPublicKey;
6118
- type index_gen$g_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
6119
- type index_gen$g_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
6120
- type index_gen$g_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
6121
- type index_gen$g_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
6122
- type index_gen$g_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
6123
- type index_gen$g_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
6124
- type index_gen$g_DomainDNSSEC = DomainDNSSEC;
6125
- type index_gen$g_DomainFeatureStatus = DomainFeatureStatus;
6126
- type index_gen$g_DomainRecord = DomainRecord;
6127
- type index_gen$g_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
6128
- type index_gen$g_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
6129
- type index_gen$g_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
6130
- type index_gen$g_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
6131
- type index_gen$g_DomainRecordType = DomainRecordType;
6132
- type index_gen$g_DomainRecordViewConfig = DomainRecordViewConfig;
6133
- type index_gen$g_DomainRecordViewConfigView = DomainRecordViewConfigView;
6134
- type index_gen$g_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
6135
- type index_gen$g_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
6136
- type index_gen$g_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
6137
- type index_gen$g_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
6138
- type index_gen$g_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
6139
- type index_gen$g_DomainSummary = DomainSummary;
6140
- type index_gen$g_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
6141
- type index_gen$g_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
6142
- type index_gen$g_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
6143
- type index_gen$g_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
6144
- type index_gen$g_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
6145
- type index_gen$g_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
6146
- type index_gen$g_GetSSLCertificateRequest = GetSSLCertificateRequest;
6147
- declare const index_gen$g_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
6148
- type index_gen$g_Host = Host;
6149
- type index_gen$g_HostStatus = HostStatus;
6150
- type index_gen$g_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
6151
- type index_gen$g_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
6152
- type index_gen$g_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
6153
- type index_gen$g_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
6154
- type index_gen$g_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
6155
- type index_gen$g_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
6156
- type index_gen$g_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
6157
- type index_gen$g_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
6158
- type index_gen$g_LanguageCode = LanguageCode;
6159
- type index_gen$g_ListContactsResponse = ListContactsResponse;
6160
- type index_gen$g_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
6161
- type index_gen$g_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
6162
- type index_gen$g_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
6163
- type index_gen$g_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
6164
- type index_gen$g_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
6165
- type index_gen$g_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
6166
- type index_gen$g_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
6167
- type index_gen$g_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
6168
- type index_gen$g_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
6169
- type index_gen$g_ListDNSZonesRequest = ListDNSZonesRequest;
6170
- type index_gen$g_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
6171
- type index_gen$g_ListDNSZonesResponse = ListDNSZonesResponse;
6172
- type index_gen$g_ListDomainHostsResponse = ListDomainHostsResponse;
6173
- type index_gen$g_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
6174
- type index_gen$g_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
6175
- type index_gen$g_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
6176
- type index_gen$g_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
6177
- type index_gen$g_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
6178
- type index_gen$g_ListTasksResponse = ListTasksResponse;
6179
- type index_gen$g_NewContact = NewContact;
6180
- type index_gen$g_OrderResponse = OrderResponse;
6181
- type index_gen$g_RawFormat = RawFormat;
6182
- type index_gen$g_RecordChange = RecordChange;
6183
- type index_gen$g_RecordChangeAdd = RecordChangeAdd;
6184
- type index_gen$g_RecordChangeClear = RecordChangeClear;
6185
- type index_gen$g_RecordChangeDelete = RecordChangeDelete;
6186
- type index_gen$g_RecordChangeSet = RecordChangeSet;
6187
- type index_gen$g_RecordIdentifier = RecordIdentifier;
6188
- type index_gen$g_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
6189
- type index_gen$g_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
6190
- type index_gen$g_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
6191
- type index_gen$g_RegistrarAPI = RegistrarAPI;
6192
- declare const index_gen$g_RegistrarAPI: typeof RegistrarAPI;
6193
- type index_gen$g_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
6194
- type index_gen$g_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
6195
- type index_gen$g_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
6196
- type index_gen$g_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
6197
- type index_gen$g_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
6198
- type index_gen$g_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
6199
- type index_gen$g_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
6200
- type index_gen$g_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
6201
- type index_gen$g_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
6202
- type index_gen$g_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
6203
- type index_gen$g_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
6204
- type index_gen$g_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
6205
- type index_gen$g_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
6206
- type index_gen$g_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
6207
- type index_gen$g_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
6208
- type index_gen$g_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
6209
- type index_gen$g_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
6210
- type index_gen$g_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
6211
- type index_gen$g_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
6212
- type index_gen$g_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
6213
- type index_gen$g_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
6214
- type index_gen$g_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
6215
- type index_gen$g_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
6216
- type index_gen$g_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
6217
- type index_gen$g_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
6218
- type index_gen$g_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
6219
- type index_gen$g_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
6220
- type index_gen$g_RenewableDomain = RenewableDomain;
6221
- type index_gen$g_RenewableDomainStatus = RenewableDomainStatus;
6222
- type index_gen$g_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
6223
- type index_gen$g_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
6224
- type index_gen$g_SSLCertificate = SSLCertificate;
6225
- type index_gen$g_SSLCertificateStatus = SSLCertificateStatus;
6226
- declare const index_gen$g_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
6227
- type index_gen$g_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
6228
- type index_gen$g_TaskType = TaskType;
6229
- type index_gen$g_Tld = Tld;
6230
- type index_gen$g_TldOffer = TldOffer;
6231
- type index_gen$g_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
6232
- type index_gen$g_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
6233
- type index_gen$g_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
6234
- type index_gen$g_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
6235
- type index_gen$g_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6236
- type index_gen$g_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6237
- type index_gen$g_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6238
- declare namespace index_gen$g {
6063
+ type index_gen$h_AvailableDomain = AvailableDomain;
6064
+ type index_gen$h_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
6065
+ type index_gen$h_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
6066
+ type index_gen$h_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
6067
+ type index_gen$h_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
6068
+ type index_gen$h_CloneDNSZoneRequest = CloneDNSZoneRequest;
6069
+ type index_gen$h_Contact = Contact;
6070
+ type index_gen$h_ContactEmailStatus = ContactEmailStatus;
6071
+ type index_gen$h_ContactExtensionEU = ContactExtensionEU;
6072
+ type index_gen$h_ContactExtensionFR = ContactExtensionFR;
6073
+ type index_gen$h_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
6074
+ type index_gen$h_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
6075
+ type index_gen$h_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
6076
+ type index_gen$h_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
6077
+ type index_gen$h_ContactExtensionFRMode = ContactExtensionFRMode;
6078
+ type index_gen$h_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
6079
+ type index_gen$h_ContactExtensionNL = ContactExtensionNL;
6080
+ type index_gen$h_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
6081
+ type index_gen$h_ContactLegalForm = ContactLegalForm;
6082
+ type index_gen$h_ContactQuestion = ContactQuestion;
6083
+ type index_gen$h_ContactRoles = ContactRoles;
6084
+ type index_gen$h_ContactRolesRoles = ContactRolesRoles;
6085
+ type index_gen$h_CreateDNSZoneRequest = CreateDNSZoneRequest;
6086
+ type index_gen$h_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
6087
+ type index_gen$h_DNSZone = DNSZone;
6088
+ type index_gen$h_DNSZoneStatus = DNSZoneStatus;
6089
+ type index_gen$h_DNSZoneVersion = DNSZoneVersion;
6090
+ declare const index_gen$h_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
6091
+ declare const index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
6092
+ declare const index_gen$h_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
6093
+ type index_gen$h_DSRecord = DSRecord;
6094
+ type index_gen$h_DSRecordAlgorithm = DSRecordAlgorithm;
6095
+ type index_gen$h_DSRecordDigest = DSRecordDigest;
6096
+ type index_gen$h_DSRecordDigestType = DSRecordDigestType;
6097
+ type index_gen$h_DSRecordPublicKey = DSRecordPublicKey;
6098
+ type index_gen$h_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
6099
+ type index_gen$h_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
6100
+ type index_gen$h_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
6101
+ type index_gen$h_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
6102
+ type index_gen$h_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
6103
+ type index_gen$h_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
6104
+ type index_gen$h_DomainDNSSEC = DomainDNSSEC;
6105
+ type index_gen$h_DomainFeatureStatus = DomainFeatureStatus;
6106
+ type index_gen$h_DomainRecord = DomainRecord;
6107
+ type index_gen$h_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
6108
+ type index_gen$h_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
6109
+ type index_gen$h_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
6110
+ type index_gen$h_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
6111
+ type index_gen$h_DomainRecordType = DomainRecordType;
6112
+ type index_gen$h_DomainRecordViewConfig = DomainRecordViewConfig;
6113
+ type index_gen$h_DomainRecordViewConfigView = DomainRecordViewConfigView;
6114
+ type index_gen$h_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
6115
+ type index_gen$h_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
6116
+ type index_gen$h_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
6117
+ type index_gen$h_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
6118
+ type index_gen$h_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
6119
+ type index_gen$h_DomainSummary = DomainSummary;
6120
+ type index_gen$h_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
6121
+ type index_gen$h_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
6122
+ type index_gen$h_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
6123
+ type index_gen$h_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
6124
+ type index_gen$h_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
6125
+ type index_gen$h_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
6126
+ type index_gen$h_GetSSLCertificateRequest = GetSSLCertificateRequest;
6127
+ declare const index_gen$h_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
6128
+ type index_gen$h_Host = Host;
6129
+ type index_gen$h_HostStatus = HostStatus;
6130
+ type index_gen$h_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
6131
+ type index_gen$h_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
6132
+ type index_gen$h_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
6133
+ type index_gen$h_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
6134
+ type index_gen$h_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
6135
+ type index_gen$h_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
6136
+ type index_gen$h_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
6137
+ type index_gen$h_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
6138
+ type index_gen$h_LanguageCode = LanguageCode;
6139
+ type index_gen$h_ListContactsResponse = ListContactsResponse;
6140
+ type index_gen$h_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
6141
+ type index_gen$h_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
6142
+ type index_gen$h_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
6143
+ type index_gen$h_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
6144
+ type index_gen$h_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
6145
+ type index_gen$h_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
6146
+ type index_gen$h_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
6147
+ type index_gen$h_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
6148
+ type index_gen$h_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
6149
+ type index_gen$h_ListDNSZonesRequest = ListDNSZonesRequest;
6150
+ type index_gen$h_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
6151
+ type index_gen$h_ListDNSZonesResponse = ListDNSZonesResponse;
6152
+ type index_gen$h_ListDomainHostsResponse = ListDomainHostsResponse;
6153
+ type index_gen$h_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
6154
+ type index_gen$h_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
6155
+ type index_gen$h_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
6156
+ type index_gen$h_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
6157
+ type index_gen$h_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
6158
+ type index_gen$h_ListTasksResponse = ListTasksResponse;
6159
+ type index_gen$h_NewContact = NewContact;
6160
+ type index_gen$h_OrderResponse = OrderResponse;
6161
+ type index_gen$h_RawFormat = RawFormat;
6162
+ type index_gen$h_RecordChange = RecordChange;
6163
+ type index_gen$h_RecordChangeAdd = RecordChangeAdd;
6164
+ type index_gen$h_RecordChangeClear = RecordChangeClear;
6165
+ type index_gen$h_RecordChangeDelete = RecordChangeDelete;
6166
+ type index_gen$h_RecordChangeSet = RecordChangeSet;
6167
+ type index_gen$h_RecordIdentifier = RecordIdentifier;
6168
+ type index_gen$h_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
6169
+ type index_gen$h_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
6170
+ type index_gen$h_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
6171
+ type index_gen$h_RegistrarAPI = RegistrarAPI;
6172
+ declare const index_gen$h_RegistrarAPI: typeof RegistrarAPI;
6173
+ type index_gen$h_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
6174
+ type index_gen$h_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
6175
+ type index_gen$h_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
6176
+ type index_gen$h_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
6177
+ type index_gen$h_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
6178
+ type index_gen$h_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
6179
+ type index_gen$h_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
6180
+ type index_gen$h_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
6181
+ type index_gen$h_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
6182
+ type index_gen$h_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
6183
+ type index_gen$h_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
6184
+ type index_gen$h_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
6185
+ type index_gen$h_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
6186
+ type index_gen$h_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
6187
+ type index_gen$h_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
6188
+ type index_gen$h_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
6189
+ type index_gen$h_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
6190
+ type index_gen$h_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
6191
+ type index_gen$h_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
6192
+ type index_gen$h_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
6193
+ type index_gen$h_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
6194
+ type index_gen$h_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
6195
+ type index_gen$h_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
6196
+ type index_gen$h_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
6197
+ type index_gen$h_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
6198
+ type index_gen$h_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
6199
+ type index_gen$h_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
6200
+ type index_gen$h_RenewableDomain = RenewableDomain;
6201
+ type index_gen$h_RenewableDomainStatus = RenewableDomainStatus;
6202
+ type index_gen$h_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
6203
+ type index_gen$h_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
6204
+ type index_gen$h_SSLCertificate = SSLCertificate;
6205
+ type index_gen$h_SSLCertificateStatus = SSLCertificateStatus;
6206
+ declare const index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
6207
+ type index_gen$h_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
6208
+ type index_gen$h_TaskType = TaskType;
6209
+ type index_gen$h_Tld = Tld;
6210
+ type index_gen$h_TldOffer = TldOffer;
6211
+ type index_gen$h_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
6212
+ type index_gen$h_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
6213
+ type index_gen$h_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
6214
+ type index_gen$h_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
6215
+ type index_gen$h_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6216
+ type index_gen$h_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6217
+ type index_gen$h_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6218
+ declare namespace index_gen$h {
6239
6219
  export {
6240
- API$j as API,
6241
- index_gen$g_AvailableDomain as AvailableDomain,
6242
- index_gen$g_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6243
- index_gen$g_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6244
- index_gen$g_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6245
- index_gen$g_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6246
- index_gen$g_CloneDNSZoneRequest as CloneDNSZoneRequest,
6247
- index_gen$g_Contact as Contact,
6248
- index_gen$g_ContactEmailStatus as ContactEmailStatus,
6249
- index_gen$g_ContactExtensionEU as ContactExtensionEU,
6250
- index_gen$g_ContactExtensionFR as ContactExtensionFR,
6251
- index_gen$g_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6252
- index_gen$g_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6253
- index_gen$g_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6254
- index_gen$g_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6255
- index_gen$g_ContactExtensionFRMode as ContactExtensionFRMode,
6256
- index_gen$g_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6257
- index_gen$g_ContactExtensionNL as ContactExtensionNL,
6258
- index_gen$g_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6259
- index_gen$g_ContactLegalForm as ContactLegalForm,
6260
- index_gen$g_ContactQuestion as ContactQuestion,
6261
- index_gen$g_ContactRoles as ContactRoles,
6262
- index_gen$g_ContactRolesRoles as ContactRolesRoles,
6263
- index_gen$g_CreateDNSZoneRequest as CreateDNSZoneRequest,
6264
- index_gen$g_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6265
- index_gen$g_DNSZone as DNSZone,
6266
- index_gen$g_DNSZoneStatus as DNSZoneStatus,
6267
- index_gen$g_DNSZoneVersion as DNSZoneVersion,
6268
- index_gen$g_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6269
- index_gen$g_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6270
- index_gen$g_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
6220
+ API$k as API,
6221
+ index_gen$h_AvailableDomain as AvailableDomain,
6222
+ index_gen$h_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6223
+ index_gen$h_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6224
+ index_gen$h_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6225
+ index_gen$h_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6226
+ index_gen$h_CloneDNSZoneRequest as CloneDNSZoneRequest,
6227
+ index_gen$h_Contact as Contact,
6228
+ index_gen$h_ContactEmailStatus as ContactEmailStatus,
6229
+ index_gen$h_ContactExtensionEU as ContactExtensionEU,
6230
+ index_gen$h_ContactExtensionFR as ContactExtensionFR,
6231
+ index_gen$h_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6232
+ index_gen$h_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6233
+ index_gen$h_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6234
+ index_gen$h_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6235
+ index_gen$h_ContactExtensionFRMode as ContactExtensionFRMode,
6236
+ index_gen$h_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6237
+ index_gen$h_ContactExtensionNL as ContactExtensionNL,
6238
+ index_gen$h_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6239
+ index_gen$h_ContactLegalForm as ContactLegalForm,
6240
+ index_gen$h_ContactQuestion as ContactQuestion,
6241
+ index_gen$h_ContactRoles as ContactRoles,
6242
+ index_gen$h_ContactRolesRoles as ContactRolesRoles,
6243
+ index_gen$h_CreateDNSZoneRequest as CreateDNSZoneRequest,
6244
+ index_gen$h_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6245
+ index_gen$h_DNSZone as DNSZone,
6246
+ index_gen$h_DNSZoneStatus as DNSZoneStatus,
6247
+ index_gen$h_DNSZoneVersion as DNSZoneVersion,
6248
+ index_gen$h_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6249
+ index_gen$h_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6250
+ index_gen$h_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
6271
6251
  DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
6272
- index_gen$g_DSRecord as DSRecord,
6273
- index_gen$g_DSRecordAlgorithm as DSRecordAlgorithm,
6274
- index_gen$g_DSRecordDigest as DSRecordDigest,
6275
- index_gen$g_DSRecordDigestType as DSRecordDigestType,
6276
- index_gen$g_DSRecordPublicKey as DSRecordPublicKey,
6277
- index_gen$g_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6278
- index_gen$g_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6279
- index_gen$g_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6280
- index_gen$g_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6281
- index_gen$g_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6282
- index_gen$g_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
6252
+ index_gen$h_DSRecord as DSRecord,
6253
+ index_gen$h_DSRecordAlgorithm as DSRecordAlgorithm,
6254
+ index_gen$h_DSRecordDigest as DSRecordDigest,
6255
+ index_gen$h_DSRecordDigestType as DSRecordDigestType,
6256
+ index_gen$h_DSRecordPublicKey as DSRecordPublicKey,
6257
+ index_gen$h_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6258
+ index_gen$h_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6259
+ index_gen$h_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6260
+ index_gen$h_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6261
+ index_gen$h_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6262
+ index_gen$h_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
6283
6263
  Domain$2 as Domain,
6284
- index_gen$g_DomainDNSSEC as DomainDNSSEC,
6285
- index_gen$g_DomainFeatureStatus as DomainFeatureStatus,
6286
- index_gen$g_DomainRecord as DomainRecord,
6287
- index_gen$g_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6288
- index_gen$g_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6289
- index_gen$g_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6290
- index_gen$g_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6291
- index_gen$g_DomainRecordType as DomainRecordType,
6292
- index_gen$g_DomainRecordViewConfig as DomainRecordViewConfig,
6293
- index_gen$g_DomainRecordViewConfigView as DomainRecordViewConfigView,
6294
- index_gen$g_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6295
- index_gen$g_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6296
- index_gen$g_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6297
- index_gen$g_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6298
- index_gen$g_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
6264
+ index_gen$h_DomainDNSSEC as DomainDNSSEC,
6265
+ index_gen$h_DomainFeatureStatus as DomainFeatureStatus,
6266
+ index_gen$h_DomainRecord as DomainRecord,
6267
+ index_gen$h_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6268
+ index_gen$h_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6269
+ index_gen$h_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6270
+ index_gen$h_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6271
+ index_gen$h_DomainRecordType as DomainRecordType,
6272
+ index_gen$h_DomainRecordViewConfig as DomainRecordViewConfig,
6273
+ index_gen$h_DomainRecordViewConfigView as DomainRecordViewConfigView,
6274
+ index_gen$h_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6275
+ index_gen$h_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6276
+ index_gen$h_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6277
+ index_gen$h_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6278
+ index_gen$h_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
6299
6279
  DomainStatus$2 as DomainStatus,
6300
- index_gen$g_DomainSummary as DomainSummary,
6301
- index_gen$g_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6302
- index_gen$g_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6303
- index_gen$g_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6304
- index_gen$g_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6305
- index_gen$g_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6306
- index_gen$g_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6307
- index_gen$g_GetSSLCertificateRequest as GetSSLCertificateRequest,
6308
- index_gen$g_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6309
- index_gen$g_Host as Host,
6310
- index_gen$g_HostStatus as HostStatus,
6311
- index_gen$g_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6312
- index_gen$g_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6313
- index_gen$g_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6314
- index_gen$g_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6315
- index_gen$g_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6316
- index_gen$g_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6317
- index_gen$g_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6318
- index_gen$g_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6319
- index_gen$g_LanguageCode as LanguageCode,
6320
- index_gen$g_ListContactsResponse as ListContactsResponse,
6321
- index_gen$g_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6322
- index_gen$g_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6323
- index_gen$g_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6324
- index_gen$g_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6325
- index_gen$g_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6326
- index_gen$g_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6327
- index_gen$g_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6328
- index_gen$g_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6329
- index_gen$g_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6330
- index_gen$g_ListDNSZonesRequest as ListDNSZonesRequest,
6331
- index_gen$g_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6332
- index_gen$g_ListDNSZonesResponse as ListDNSZonesResponse,
6333
- index_gen$g_ListDomainHostsResponse as ListDomainHostsResponse,
6280
+ index_gen$h_DomainSummary as DomainSummary,
6281
+ index_gen$h_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6282
+ index_gen$h_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6283
+ index_gen$h_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6284
+ index_gen$h_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6285
+ index_gen$h_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6286
+ index_gen$h_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6287
+ index_gen$h_GetSSLCertificateRequest as GetSSLCertificateRequest,
6288
+ index_gen$h_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6289
+ index_gen$h_Host as Host,
6290
+ index_gen$h_HostStatus as HostStatus,
6291
+ index_gen$h_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6292
+ index_gen$h_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6293
+ index_gen$h_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6294
+ index_gen$h_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6295
+ index_gen$h_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6296
+ index_gen$h_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6297
+ index_gen$h_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6298
+ index_gen$h_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6299
+ index_gen$h_LanguageCode as LanguageCode,
6300
+ index_gen$h_ListContactsResponse as ListContactsResponse,
6301
+ index_gen$h_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6302
+ index_gen$h_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6303
+ index_gen$h_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6304
+ index_gen$h_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6305
+ index_gen$h_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6306
+ index_gen$h_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6307
+ index_gen$h_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6308
+ index_gen$h_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6309
+ index_gen$h_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6310
+ index_gen$h_ListDNSZonesRequest as ListDNSZonesRequest,
6311
+ index_gen$h_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6312
+ index_gen$h_ListDNSZonesResponse as ListDNSZonesResponse,
6313
+ index_gen$h_ListDomainHostsResponse as ListDomainHostsResponse,
6334
6314
  ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
6335
6315
  ListDomainsResponse$2 as ListDomainsResponse,
6336
- index_gen$g_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6337
- index_gen$g_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6338
- index_gen$g_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6339
- index_gen$g_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6340
- index_gen$g_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6341
- index_gen$g_ListTasksResponse as ListTasksResponse,
6316
+ index_gen$h_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6317
+ index_gen$h_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6318
+ index_gen$h_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6319
+ index_gen$h_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6320
+ index_gen$h_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6321
+ index_gen$h_ListTasksResponse as ListTasksResponse,
6342
6322
  Nameserver$1 as Nameserver,
6343
- index_gen$g_NewContact as NewContact,
6344
- index_gen$g_OrderResponse as OrderResponse,
6345
- index_gen$g_RawFormat as RawFormat,
6346
- index_gen$g_RecordChange as RecordChange,
6347
- index_gen$g_RecordChangeAdd as RecordChangeAdd,
6348
- index_gen$g_RecordChangeClear as RecordChangeClear,
6349
- index_gen$g_RecordChangeDelete as RecordChangeDelete,
6350
- index_gen$g_RecordChangeSet as RecordChangeSet,
6351
- index_gen$g_RecordIdentifier as RecordIdentifier,
6352
- index_gen$g_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6353
- index_gen$g_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6354
- index_gen$g_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6355
- index_gen$g_RegistrarAPI as RegistrarAPI,
6356
- index_gen$g_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6357
- index_gen$g_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6358
- index_gen$g_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6359
- index_gen$g_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6360
- index_gen$g_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6361
- index_gen$g_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6362
- index_gen$g_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6363
- index_gen$g_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6364
- index_gen$g_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6365
- index_gen$g_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6366
- index_gen$g_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6367
- index_gen$g_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6368
- index_gen$g_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6369
- index_gen$g_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6370
- index_gen$g_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6371
- index_gen$g_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6372
- index_gen$g_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6373
- index_gen$g_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6374
- index_gen$g_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6375
- index_gen$g_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6376
- index_gen$g_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6377
- index_gen$g_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6378
- index_gen$g_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6379
- index_gen$g_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6380
- index_gen$g_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6381
- index_gen$g_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6382
- index_gen$g_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6383
- index_gen$g_RenewableDomain as RenewableDomain,
6384
- index_gen$g_RenewableDomainStatus as RenewableDomainStatus,
6385
- index_gen$g_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6386
- index_gen$g_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6387
- index_gen$g_SSLCertificate as SSLCertificate,
6388
- index_gen$g_SSLCertificateStatus as SSLCertificateStatus,
6389
- index_gen$g_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6390
- index_gen$g_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
6323
+ index_gen$h_NewContact as NewContact,
6324
+ index_gen$h_OrderResponse as OrderResponse,
6325
+ index_gen$h_RawFormat as RawFormat,
6326
+ index_gen$h_RecordChange as RecordChange,
6327
+ index_gen$h_RecordChangeAdd as RecordChangeAdd,
6328
+ index_gen$h_RecordChangeClear as RecordChangeClear,
6329
+ index_gen$h_RecordChangeDelete as RecordChangeDelete,
6330
+ index_gen$h_RecordChangeSet as RecordChangeSet,
6331
+ index_gen$h_RecordIdentifier as RecordIdentifier,
6332
+ index_gen$h_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6333
+ index_gen$h_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6334
+ index_gen$h_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6335
+ index_gen$h_RegistrarAPI as RegistrarAPI,
6336
+ index_gen$h_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6337
+ index_gen$h_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6338
+ index_gen$h_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6339
+ index_gen$h_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6340
+ index_gen$h_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6341
+ index_gen$h_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6342
+ index_gen$h_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6343
+ index_gen$h_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6344
+ index_gen$h_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6345
+ index_gen$h_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6346
+ index_gen$h_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6347
+ index_gen$h_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6348
+ index_gen$h_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6349
+ index_gen$h_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6350
+ index_gen$h_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6351
+ index_gen$h_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6352
+ index_gen$h_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6353
+ index_gen$h_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6354
+ index_gen$h_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6355
+ index_gen$h_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6356
+ index_gen$h_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6357
+ index_gen$h_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6358
+ index_gen$h_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6359
+ index_gen$h_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6360
+ index_gen$h_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6361
+ index_gen$h_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6362
+ index_gen$h_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6363
+ index_gen$h_RenewableDomain as RenewableDomain,
6364
+ index_gen$h_RenewableDomainStatus as RenewableDomainStatus,
6365
+ index_gen$h_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6366
+ index_gen$h_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6367
+ index_gen$h_SSLCertificate as SSLCertificate,
6368
+ index_gen$h_SSLCertificateStatus as SSLCertificateStatus,
6369
+ index_gen$h_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6370
+ index_gen$h_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
6391
6371
  TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
6392
6372
  Task$1 as Task,
6393
6373
  TaskStatus$1 as TaskStatus,
6394
- index_gen$g_TaskType as TaskType,
6395
- index_gen$g_Tld as Tld,
6396
- index_gen$g_TldOffer as TldOffer,
6397
- index_gen$g_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6398
- index_gen$g_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6399
- index_gen$g_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6400
- index_gen$g_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6401
- index_gen$g_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6402
- index_gen$g_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6403
- index_gen$g_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
6374
+ index_gen$h_TaskType as TaskType,
6375
+ index_gen$h_Tld as Tld,
6376
+ index_gen$h_TldOffer as TldOffer,
6377
+ index_gen$h_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6378
+ index_gen$h_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6379
+ index_gen$h_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6380
+ index_gen$h_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6381
+ index_gen$h_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6382
+ index_gen$h_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6383
+ index_gen$h_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
6404
6384
  };
6405
6385
  }
6406
6386
 
6407
6387
  declare namespace index$l {
6408
6388
  export {
6409
- index_gen$g as v2beta1,
6389
+ index_gen$h as v2beta1,
6410
6390
  };
6411
6391
  }
6412
6392
 
@@ -6622,7 +6602,7 @@ type DeleteMACAddrRequest = {
6622
6602
  };
6623
6603
 
6624
6604
  /** Elastic Metal - Flexible IP API. */
6625
- declare class API$i extends API$q {
6605
+ declare class API$j extends API$r {
6626
6606
  /** Lists the available zones of the API. */
6627
6607
  static readonly LOCALITIES: Zone[];
6628
6608
  /**
@@ -6751,59 +6731,59 @@ declare namespace validationRules_gen$3 {
6751
6731
  };
6752
6732
  }
6753
6733
 
6754
- type index_gen$f_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
6755
- type index_gen$f_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
6756
- type index_gen$f_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
6757
- type index_gen$f_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
6758
- type index_gen$f_DeleteMACAddrRequest = DeleteMACAddrRequest;
6759
- type index_gen$f_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
6760
- type index_gen$f_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
6761
- type index_gen$f_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
6762
- declare const index_gen$f_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
6763
- type index_gen$f_FlexibleIP = FlexibleIP;
6764
- type index_gen$f_FlexibleIPStatus = FlexibleIPStatus;
6765
- type index_gen$f_GenerateMACAddrRequest = GenerateMACAddrRequest;
6766
- type index_gen$f_GetFlexibleIPRequest = GetFlexibleIPRequest;
6767
- type index_gen$f_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
6768
- type index_gen$f_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
6769
- type index_gen$f_MACAddress = MACAddress;
6770
- type index_gen$f_MACAddressStatus = MACAddressStatus;
6771
- type index_gen$f_MACAddressType = MACAddressType;
6772
- declare const index_gen$f_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
6773
- type index_gen$f_MoveMACAddrRequest = MoveMACAddrRequest;
6774
- type index_gen$f_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
6775
- declare namespace index_gen$f {
6734
+ type index_gen$g_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
6735
+ type index_gen$g_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
6736
+ type index_gen$g_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
6737
+ type index_gen$g_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
6738
+ type index_gen$g_DeleteMACAddrRequest = DeleteMACAddrRequest;
6739
+ type index_gen$g_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
6740
+ type index_gen$g_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
6741
+ type index_gen$g_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
6742
+ declare const index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
6743
+ type index_gen$g_FlexibleIP = FlexibleIP;
6744
+ type index_gen$g_FlexibleIPStatus = FlexibleIPStatus;
6745
+ type index_gen$g_GenerateMACAddrRequest = GenerateMACAddrRequest;
6746
+ type index_gen$g_GetFlexibleIPRequest = GetFlexibleIPRequest;
6747
+ type index_gen$g_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
6748
+ type index_gen$g_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
6749
+ type index_gen$g_MACAddress = MACAddress;
6750
+ type index_gen$g_MACAddressStatus = MACAddressStatus;
6751
+ type index_gen$g_MACAddressType = MACAddressType;
6752
+ declare const index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
6753
+ type index_gen$g_MoveMACAddrRequest = MoveMACAddrRequest;
6754
+ type index_gen$g_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
6755
+ declare namespace index_gen$g {
6776
6756
  export {
6777
- API$i as API,
6778
- index_gen$f_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
6779
- index_gen$f_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
6780
- index_gen$f_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
6781
- index_gen$f_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
6782
- index_gen$f_DeleteMACAddrRequest as DeleteMACAddrRequest,
6783
- index_gen$f_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
6784
- index_gen$f_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
6785
- index_gen$f_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
6786
- index_gen$f_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
6787
- index_gen$f_FlexibleIP as FlexibleIP,
6788
- index_gen$f_FlexibleIPStatus as FlexibleIPStatus,
6789
- index_gen$f_GenerateMACAddrRequest as GenerateMACAddrRequest,
6790
- index_gen$f_GetFlexibleIPRequest as GetFlexibleIPRequest,
6757
+ API$j as API,
6758
+ index_gen$g_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
6759
+ index_gen$g_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
6760
+ index_gen$g_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
6761
+ index_gen$g_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
6762
+ index_gen$g_DeleteMACAddrRequest as DeleteMACAddrRequest,
6763
+ index_gen$g_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
6764
+ index_gen$g_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
6765
+ index_gen$g_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
6766
+ index_gen$g_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
6767
+ index_gen$g_FlexibleIP as FlexibleIP,
6768
+ index_gen$g_FlexibleIPStatus as FlexibleIPStatus,
6769
+ index_gen$g_GenerateMACAddrRequest as GenerateMACAddrRequest,
6770
+ index_gen$g_GetFlexibleIPRequest as GetFlexibleIPRequest,
6791
6771
  ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
6792
- index_gen$f_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
6793
- index_gen$f_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
6794
- index_gen$f_MACAddress as MACAddress,
6795
- index_gen$f_MACAddressStatus as MACAddressStatus,
6796
- index_gen$f_MACAddressType as MACAddressType,
6797
- index_gen$f_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
6798
- index_gen$f_MoveMACAddrRequest as MoveMACAddrRequest,
6799
- index_gen$f_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
6772
+ index_gen$g_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
6773
+ index_gen$g_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
6774
+ index_gen$g_MACAddress as MACAddress,
6775
+ index_gen$g_MACAddressStatus as MACAddressStatus,
6776
+ index_gen$g_MACAddressType as MACAddressType,
6777
+ index_gen$g_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
6778
+ index_gen$g_MoveMACAddrRequest as MoveMACAddrRequest,
6779
+ index_gen$g_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
6800
6780
  validationRules_gen$3 as ValidationRules,
6801
6781
  };
6802
6782
  }
6803
6783
 
6804
6784
  declare namespace index$k {
6805
6785
  export {
6806
- index_gen$f as v1alpha1,
6786
+ index_gen$g as v1alpha1,
6807
6787
  };
6808
6788
  }
6809
6789
 
@@ -7615,7 +7595,7 @@ type DeleteTriggerRequest = {
7615
7595
  };
7616
7596
 
7617
7597
  /** Serverless Functions API. */
7618
- declare class API$h extends API$q {
7598
+ declare class API$i extends API$r {
7619
7599
  /** Lists the available regions of the API. */
7620
7600
  static readonly LOCALITIES: Region[];
7621
7601
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
@@ -7930,169 +7910,169 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
7930
7910
  /** Lists transient statutes of the enum {@link TriggerStatus}. */
7931
7911
  declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
7932
7912
 
7933
- declare const index_gen$e_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
7934
- type index_gen$e_CreateCronRequest = CreateCronRequest;
7935
- type index_gen$e_CreateFunctionRequest = CreateFunctionRequest;
7936
- type index_gen$e_CreateTokenRequest = CreateTokenRequest;
7937
- type index_gen$e_CreateTriggerRequest = CreateTriggerRequest;
7938
- type index_gen$e_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
7939
- type index_gen$e_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
7940
- type index_gen$e_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
7941
- type index_gen$e_Cron = Cron;
7942
- type index_gen$e_CronStatus = CronStatus;
7943
- type index_gen$e_DeleteCronRequest = DeleteCronRequest;
7944
- type index_gen$e_DeleteDomainRequest = DeleteDomainRequest;
7945
- type index_gen$e_DeleteFunctionRequest = DeleteFunctionRequest;
7946
- type index_gen$e_DeleteTokenRequest = DeleteTokenRequest;
7947
- type index_gen$e_DeleteTriggerRequest = DeleteTriggerRequest;
7948
- type index_gen$e_DeployFunctionRequest = DeployFunctionRequest;
7949
- type index_gen$e_DownloadURL = DownloadURL;
7950
- declare const index_gen$e_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
7951
- type index_gen$e_Function = Function;
7952
- type index_gen$e_FunctionHttpOption = FunctionHttpOption;
7953
- type index_gen$e_FunctionPrivacy = FunctionPrivacy;
7954
- type index_gen$e_FunctionRuntime = FunctionRuntime;
7955
- type index_gen$e_FunctionStatus = FunctionStatus;
7956
- type index_gen$e_GetCronRequest = GetCronRequest;
7957
- type index_gen$e_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
7958
- type index_gen$e_GetFunctionRequest = GetFunctionRequest;
7959
- type index_gen$e_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
7960
- type index_gen$e_GetTokenRequest = GetTokenRequest;
7961
- type index_gen$e_GetTriggerRequest = GetTriggerRequest;
7962
- type index_gen$e_IssueJWTRequest = IssueJWTRequest;
7963
- type index_gen$e_ListCronsRequest = ListCronsRequest;
7964
- type index_gen$e_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
7965
- type index_gen$e_ListCronsResponse = ListCronsResponse;
7966
- type index_gen$e_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
7967
- type index_gen$e_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
7968
- type index_gen$e_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
7969
- type index_gen$e_ListFunctionsRequest = ListFunctionsRequest;
7970
- type index_gen$e_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
7971
- type index_gen$e_ListFunctionsResponse = ListFunctionsResponse;
7972
- type index_gen$e_ListLogsRequest = ListLogsRequest;
7973
- type index_gen$e_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
7974
- type index_gen$e_ListLogsResponse = ListLogsResponse;
7975
- type index_gen$e_ListTokensRequest = ListTokensRequest;
7976
- type index_gen$e_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
7977
- type index_gen$e_ListTokensResponse = ListTokensResponse;
7978
- type index_gen$e_ListTriggersRequest = ListTriggersRequest;
7979
- type index_gen$e_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
7980
- type index_gen$e_ListTriggersResponse = ListTriggersResponse;
7981
- type index_gen$e_Log = Log;
7982
- type index_gen$e_LogStream = LogStream;
7983
- type index_gen$e_RuntimeStatus = RuntimeStatus;
7984
- type index_gen$e_SecretHashedValue = SecretHashedValue;
7985
- declare const index_gen$e_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
7986
- declare const index_gen$e_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
7987
- type index_gen$e_Token = Token;
7988
- type index_gen$e_TokenStatus = TokenStatus;
7989
- type index_gen$e_Trigger = Trigger;
7990
- type index_gen$e_TriggerInputType = TriggerInputType;
7991
- type index_gen$e_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
7992
- type index_gen$e_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
7993
- type index_gen$e_TriggerSqsClientConfig = TriggerSqsClientConfig;
7994
- type index_gen$e_TriggerStatus = TriggerStatus;
7995
- type index_gen$e_UpdateCronRequest = UpdateCronRequest;
7996
- type index_gen$e_UpdateFunctionRequest = UpdateFunctionRequest;
7997
- type index_gen$e_UpdateTriggerRequest = UpdateTriggerRequest;
7998
- type index_gen$e_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
7999
- type index_gen$e_UploadURL = UploadURL;
8000
- declare namespace index_gen$e {
7913
+ declare const index_gen$f_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
7914
+ type index_gen$f_CreateCronRequest = CreateCronRequest;
7915
+ type index_gen$f_CreateFunctionRequest = CreateFunctionRequest;
7916
+ type index_gen$f_CreateTokenRequest = CreateTokenRequest;
7917
+ type index_gen$f_CreateTriggerRequest = CreateTriggerRequest;
7918
+ type index_gen$f_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
7919
+ type index_gen$f_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
7920
+ type index_gen$f_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
7921
+ type index_gen$f_Cron = Cron;
7922
+ type index_gen$f_CronStatus = CronStatus;
7923
+ type index_gen$f_DeleteCronRequest = DeleteCronRequest;
7924
+ type index_gen$f_DeleteDomainRequest = DeleteDomainRequest;
7925
+ type index_gen$f_DeleteFunctionRequest = DeleteFunctionRequest;
7926
+ type index_gen$f_DeleteTokenRequest = DeleteTokenRequest;
7927
+ type index_gen$f_DeleteTriggerRequest = DeleteTriggerRequest;
7928
+ type index_gen$f_DeployFunctionRequest = DeployFunctionRequest;
7929
+ type index_gen$f_DownloadURL = DownloadURL;
7930
+ declare const index_gen$f_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
7931
+ type index_gen$f_Function = Function;
7932
+ type index_gen$f_FunctionHttpOption = FunctionHttpOption;
7933
+ type index_gen$f_FunctionPrivacy = FunctionPrivacy;
7934
+ type index_gen$f_FunctionRuntime = FunctionRuntime;
7935
+ type index_gen$f_FunctionStatus = FunctionStatus;
7936
+ type index_gen$f_GetCronRequest = GetCronRequest;
7937
+ type index_gen$f_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
7938
+ type index_gen$f_GetFunctionRequest = GetFunctionRequest;
7939
+ type index_gen$f_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
7940
+ type index_gen$f_GetTokenRequest = GetTokenRequest;
7941
+ type index_gen$f_GetTriggerRequest = GetTriggerRequest;
7942
+ type index_gen$f_IssueJWTRequest = IssueJWTRequest;
7943
+ type index_gen$f_ListCronsRequest = ListCronsRequest;
7944
+ type index_gen$f_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
7945
+ type index_gen$f_ListCronsResponse = ListCronsResponse;
7946
+ type index_gen$f_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
7947
+ type index_gen$f_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
7948
+ type index_gen$f_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
7949
+ type index_gen$f_ListFunctionsRequest = ListFunctionsRequest;
7950
+ type index_gen$f_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
7951
+ type index_gen$f_ListFunctionsResponse = ListFunctionsResponse;
7952
+ type index_gen$f_ListLogsRequest = ListLogsRequest;
7953
+ type index_gen$f_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
7954
+ type index_gen$f_ListLogsResponse = ListLogsResponse;
7955
+ type index_gen$f_ListTokensRequest = ListTokensRequest;
7956
+ type index_gen$f_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
7957
+ type index_gen$f_ListTokensResponse = ListTokensResponse;
7958
+ type index_gen$f_ListTriggersRequest = ListTriggersRequest;
7959
+ type index_gen$f_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
7960
+ type index_gen$f_ListTriggersResponse = ListTriggersResponse;
7961
+ type index_gen$f_Log = Log;
7962
+ type index_gen$f_LogStream = LogStream;
7963
+ type index_gen$f_RuntimeStatus = RuntimeStatus;
7964
+ type index_gen$f_SecretHashedValue = SecretHashedValue;
7965
+ declare const index_gen$f_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
7966
+ declare const index_gen$f_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
7967
+ type index_gen$f_Token = Token;
7968
+ type index_gen$f_TokenStatus = TokenStatus;
7969
+ type index_gen$f_Trigger = Trigger;
7970
+ type index_gen$f_TriggerInputType = TriggerInputType;
7971
+ type index_gen$f_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
7972
+ type index_gen$f_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
7973
+ type index_gen$f_TriggerSqsClientConfig = TriggerSqsClientConfig;
7974
+ type index_gen$f_TriggerStatus = TriggerStatus;
7975
+ type index_gen$f_UpdateCronRequest = UpdateCronRequest;
7976
+ type index_gen$f_UpdateFunctionRequest = UpdateFunctionRequest;
7977
+ type index_gen$f_UpdateTriggerRequest = UpdateTriggerRequest;
7978
+ type index_gen$f_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
7979
+ type index_gen$f_UploadURL = UploadURL;
7980
+ declare namespace index_gen$f {
8001
7981
  export {
8002
- API$h as API,
8003
- index_gen$e_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
8004
- index_gen$e_CreateCronRequest as CreateCronRequest,
7982
+ API$i as API,
7983
+ index_gen$f_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
7984
+ index_gen$f_CreateCronRequest as CreateCronRequest,
8005
7985
  CreateDomainRequest$1 as CreateDomainRequest,
8006
- index_gen$e_CreateFunctionRequest as CreateFunctionRequest,
7986
+ index_gen$f_CreateFunctionRequest as CreateFunctionRequest,
8007
7987
  CreateNamespaceRequest$2 as CreateNamespaceRequest,
8008
- index_gen$e_CreateTokenRequest as CreateTokenRequest,
8009
- index_gen$e_CreateTriggerRequest as CreateTriggerRequest,
8010
- index_gen$e_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
8011
- index_gen$e_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
8012
- index_gen$e_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
8013
- index_gen$e_Cron as Cron,
8014
- index_gen$e_CronStatus as CronStatus,
7988
+ index_gen$f_CreateTokenRequest as CreateTokenRequest,
7989
+ index_gen$f_CreateTriggerRequest as CreateTriggerRequest,
7990
+ index_gen$f_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
7991
+ index_gen$f_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
7992
+ index_gen$f_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
7993
+ index_gen$f_Cron as Cron,
7994
+ index_gen$f_CronStatus as CronStatus,
8015
7995
  DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
8016
- index_gen$e_DeleteCronRequest as DeleteCronRequest,
8017
- index_gen$e_DeleteDomainRequest as DeleteDomainRequest,
8018
- index_gen$e_DeleteFunctionRequest as DeleteFunctionRequest,
7996
+ index_gen$f_DeleteCronRequest as DeleteCronRequest,
7997
+ index_gen$f_DeleteDomainRequest as DeleteDomainRequest,
7998
+ index_gen$f_DeleteFunctionRequest as DeleteFunctionRequest,
8019
7999
  DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
8020
- index_gen$e_DeleteTokenRequest as DeleteTokenRequest,
8021
- index_gen$e_DeleteTriggerRequest as DeleteTriggerRequest,
8022
- index_gen$e_DeployFunctionRequest as DeployFunctionRequest,
8000
+ index_gen$f_DeleteTokenRequest as DeleteTokenRequest,
8001
+ index_gen$f_DeleteTriggerRequest as DeleteTriggerRequest,
8002
+ index_gen$f_DeployFunctionRequest as DeployFunctionRequest,
8023
8003
  Domain$1 as Domain,
8024
8004
  DomainStatus$1 as DomainStatus,
8025
- index_gen$e_DownloadURL as DownloadURL,
8026
- index_gen$e_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
8027
- index_gen$e_Function as Function,
8028
- index_gen$e_FunctionHttpOption as FunctionHttpOption,
8029
- index_gen$e_FunctionPrivacy as FunctionPrivacy,
8030
- index_gen$e_FunctionRuntime as FunctionRuntime,
8031
- index_gen$e_FunctionStatus as FunctionStatus,
8032
- index_gen$e_GetCronRequest as GetCronRequest,
8005
+ index_gen$f_DownloadURL as DownloadURL,
8006
+ index_gen$f_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
8007
+ index_gen$f_Function as Function,
8008
+ index_gen$f_FunctionHttpOption as FunctionHttpOption,
8009
+ index_gen$f_FunctionPrivacy as FunctionPrivacy,
8010
+ index_gen$f_FunctionRuntime as FunctionRuntime,
8011
+ index_gen$f_FunctionStatus as FunctionStatus,
8012
+ index_gen$f_GetCronRequest as GetCronRequest,
8033
8013
  GetDomainRequest$1 as GetDomainRequest,
8034
- index_gen$e_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
8035
- index_gen$e_GetFunctionRequest as GetFunctionRequest,
8036
- index_gen$e_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
8014
+ index_gen$f_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
8015
+ index_gen$f_GetFunctionRequest as GetFunctionRequest,
8016
+ index_gen$f_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
8037
8017
  GetNamespaceRequest$2 as GetNamespaceRequest,
8038
- index_gen$e_GetTokenRequest as GetTokenRequest,
8039
- index_gen$e_GetTriggerRequest as GetTriggerRequest,
8040
- index_gen$e_IssueJWTRequest as IssueJWTRequest,
8041
- index_gen$e_ListCronsRequest as ListCronsRequest,
8042
- index_gen$e_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8043
- index_gen$e_ListCronsResponse as ListCronsResponse,
8018
+ index_gen$f_GetTokenRequest as GetTokenRequest,
8019
+ index_gen$f_GetTriggerRequest as GetTriggerRequest,
8020
+ index_gen$f_IssueJWTRequest as IssueJWTRequest,
8021
+ index_gen$f_ListCronsRequest as ListCronsRequest,
8022
+ index_gen$f_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8023
+ index_gen$f_ListCronsResponse as ListCronsResponse,
8044
8024
  ListDomainsRequest$1 as ListDomainsRequest,
8045
- index_gen$e_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8025
+ index_gen$f_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8046
8026
  ListDomainsResponse$1 as ListDomainsResponse,
8047
- index_gen$e_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8048
- index_gen$e_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8049
- index_gen$e_ListFunctionsRequest as ListFunctionsRequest,
8050
- index_gen$e_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8051
- index_gen$e_ListFunctionsResponse as ListFunctionsResponse,
8052
- index_gen$e_ListLogsRequest as ListLogsRequest,
8053
- index_gen$e_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8054
- index_gen$e_ListLogsResponse as ListLogsResponse,
8027
+ index_gen$f_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8028
+ index_gen$f_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8029
+ index_gen$f_ListFunctionsRequest as ListFunctionsRequest,
8030
+ index_gen$f_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8031
+ index_gen$f_ListFunctionsResponse as ListFunctionsResponse,
8032
+ index_gen$f_ListLogsRequest as ListLogsRequest,
8033
+ index_gen$f_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8034
+ index_gen$f_ListLogsResponse as ListLogsResponse,
8055
8035
  ListNamespacesRequest$2 as ListNamespacesRequest,
8056
8036
  ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
8057
8037
  ListNamespacesResponse$2 as ListNamespacesResponse,
8058
- index_gen$e_ListTokensRequest as ListTokensRequest,
8059
- index_gen$e_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8060
- index_gen$e_ListTokensResponse as ListTokensResponse,
8061
- index_gen$e_ListTriggersRequest as ListTriggersRequest,
8062
- index_gen$e_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8063
- index_gen$e_ListTriggersResponse as ListTriggersResponse,
8064
- index_gen$e_Log as Log,
8065
- index_gen$e_LogStream as LogStream,
8038
+ index_gen$f_ListTokensRequest as ListTokensRequest,
8039
+ index_gen$f_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8040
+ index_gen$f_ListTokensResponse as ListTokensResponse,
8041
+ index_gen$f_ListTriggersRequest as ListTriggersRequest,
8042
+ index_gen$f_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8043
+ index_gen$f_ListTriggersResponse as ListTriggersResponse,
8044
+ index_gen$f_Log as Log,
8045
+ index_gen$f_LogStream as LogStream,
8066
8046
  NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
8067
8047
  Namespace$2 as Namespace,
8068
8048
  NamespaceStatus$1 as NamespaceStatus,
8069
8049
  NullValue$1 as NullValue,
8070
8050
  Runtime$1 as Runtime,
8071
- index_gen$e_RuntimeStatus as RuntimeStatus,
8051
+ index_gen$f_RuntimeStatus as RuntimeStatus,
8072
8052
  Secret$1 as Secret,
8073
- index_gen$e_SecretHashedValue as SecretHashedValue,
8074
- index_gen$e_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8075
- index_gen$e_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8076
- index_gen$e_Token as Token,
8077
- index_gen$e_TokenStatus as TokenStatus,
8078
- index_gen$e_Trigger as Trigger,
8079
- index_gen$e_TriggerInputType as TriggerInputType,
8080
- index_gen$e_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8081
- index_gen$e_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8082
- index_gen$e_TriggerSqsClientConfig as TriggerSqsClientConfig,
8083
- index_gen$e_TriggerStatus as TriggerStatus,
8084
- index_gen$e_UpdateCronRequest as UpdateCronRequest,
8085
- index_gen$e_UpdateFunctionRequest as UpdateFunctionRequest,
8053
+ index_gen$f_SecretHashedValue as SecretHashedValue,
8054
+ index_gen$f_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8055
+ index_gen$f_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8056
+ index_gen$f_Token as Token,
8057
+ index_gen$f_TokenStatus as TokenStatus,
8058
+ index_gen$f_Trigger as Trigger,
8059
+ index_gen$f_TriggerInputType as TriggerInputType,
8060
+ index_gen$f_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8061
+ index_gen$f_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8062
+ index_gen$f_TriggerSqsClientConfig as TriggerSqsClientConfig,
8063
+ index_gen$f_TriggerStatus as TriggerStatus,
8064
+ index_gen$f_UpdateCronRequest as UpdateCronRequest,
8065
+ index_gen$f_UpdateFunctionRequest as UpdateFunctionRequest,
8086
8066
  UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
8087
- index_gen$e_UpdateTriggerRequest as UpdateTriggerRequest,
8088
- index_gen$e_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8089
- index_gen$e_UploadURL as UploadURL,
8067
+ index_gen$f_UpdateTriggerRequest as UpdateTriggerRequest,
8068
+ index_gen$f_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8069
+ index_gen$f_UploadURL as UploadURL,
8090
8070
  };
8091
8071
  }
8092
8072
 
8093
8073
  declare namespace index$j {
8094
8074
  export {
8095
- index_gen$e as v1beta1,
8075
+ index_gen$f as v1beta1,
8096
8076
  };
8097
8077
  }
8098
8078
 
@@ -8884,7 +8864,7 @@ type DeleteJWTRequest = {
8884
8864
  };
8885
8865
 
8886
8866
  /** IAM API. */
8887
- declare class API$g extends API$q {
8867
+ declare class API$h extends API$r {
8888
8868
  protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
8889
8869
  /**
8890
8870
  * List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
@@ -9562,143 +9542,143 @@ declare namespace validationRules_gen$2 {
9562
9542
  };
9563
9543
  }
9564
9544
 
9565
- type index_gen$d_APIKey = APIKey;
9566
- type index_gen$d_AddGroupMemberRequest = AddGroupMemberRequest;
9567
- type index_gen$d_AddGroupMembersRequest = AddGroupMembersRequest;
9568
- type index_gen$d_Application = Application;
9569
- type index_gen$d_BearerType = BearerType;
9570
- type index_gen$d_ClonePolicyRequest = ClonePolicyRequest;
9571
- type index_gen$d_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
9572
- type index_gen$d_DeleteApplicationRequest = DeleteApplicationRequest;
9573
- type index_gen$d_DeleteGroupRequest = DeleteGroupRequest;
9574
- type index_gen$d_DeleteJWTRequest = DeleteJWTRequest;
9575
- type index_gen$d_DeletePolicyRequest = DeletePolicyRequest;
9576
- type index_gen$d_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
9577
- type index_gen$d_GetAPIKeyRequest = GetAPIKeyRequest;
9578
- type index_gen$d_GetApplicationRequest = GetApplicationRequest;
9579
- type index_gen$d_GetGroupRequest = GetGroupRequest;
9580
- type index_gen$d_GetJWTRequest = GetJWTRequest;
9581
- type index_gen$d_GetPolicyRequest = GetPolicyRequest;
9582
- type index_gen$d_GetSSHKeyRequest = GetSSHKeyRequest;
9583
- type index_gen$d_GetUserRequest = GetUserRequest;
9584
- type index_gen$d_Group = Group;
9585
- type index_gen$d_JWT = JWT;
9586
- type index_gen$d_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
9587
- type index_gen$d_ListAPIKeysResponse = ListAPIKeysResponse;
9588
- type index_gen$d_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
9589
- type index_gen$d_ListApplicationsResponse = ListApplicationsResponse;
9590
- type index_gen$d_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
9591
- type index_gen$d_ListGroupsResponse = ListGroupsResponse;
9592
- type index_gen$d_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
9593
- type index_gen$d_ListJWTsResponse = ListJWTsResponse;
9594
- type index_gen$d_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
9595
- type index_gen$d_ListPermissionSetsResponse = ListPermissionSetsResponse;
9596
- type index_gen$d_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
9597
- type index_gen$d_ListPoliciesResponse = ListPoliciesResponse;
9598
- type index_gen$d_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
9599
- type index_gen$d_ListQuotaResponse = ListQuotaResponse;
9600
- type index_gen$d_ListRulesResponse = ListRulesResponse;
9601
- type index_gen$d_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
9602
- type index_gen$d_ListSSHKeysResponse = ListSSHKeysResponse;
9603
- type index_gen$d_PermissionSet = PermissionSet;
9604
- type index_gen$d_PermissionSetScopeType = PermissionSetScopeType;
9605
- type index_gen$d_Policy = Policy;
9606
- type index_gen$d_Quotum = Quotum;
9607
- type index_gen$d_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
9608
- type index_gen$d_Rule = Rule;
9609
- type index_gen$d_RuleSpecs = RuleSpecs;
9610
- type index_gen$d_SSHKey = SSHKey;
9611
- type index_gen$d_SetGroupMembersRequest = SetGroupMembersRequest;
9612
- type index_gen$d_SetRulesRequest = SetRulesRequest;
9613
- type index_gen$d_SetRulesResponse = SetRulesResponse;
9614
- type index_gen$d_UserStatus = UserStatus;
9615
- type index_gen$d_UserType = UserType;
9616
- declare namespace index_gen$d {
9545
+ type index_gen$e_APIKey = APIKey;
9546
+ type index_gen$e_AddGroupMemberRequest = AddGroupMemberRequest;
9547
+ type index_gen$e_AddGroupMembersRequest = AddGroupMembersRequest;
9548
+ type index_gen$e_Application = Application;
9549
+ type index_gen$e_BearerType = BearerType;
9550
+ type index_gen$e_ClonePolicyRequest = ClonePolicyRequest;
9551
+ type index_gen$e_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
9552
+ type index_gen$e_DeleteApplicationRequest = DeleteApplicationRequest;
9553
+ type index_gen$e_DeleteGroupRequest = DeleteGroupRequest;
9554
+ type index_gen$e_DeleteJWTRequest = DeleteJWTRequest;
9555
+ type index_gen$e_DeletePolicyRequest = DeletePolicyRequest;
9556
+ type index_gen$e_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
9557
+ type index_gen$e_GetAPIKeyRequest = GetAPIKeyRequest;
9558
+ type index_gen$e_GetApplicationRequest = GetApplicationRequest;
9559
+ type index_gen$e_GetGroupRequest = GetGroupRequest;
9560
+ type index_gen$e_GetJWTRequest = GetJWTRequest;
9561
+ type index_gen$e_GetPolicyRequest = GetPolicyRequest;
9562
+ type index_gen$e_GetSSHKeyRequest = GetSSHKeyRequest;
9563
+ type index_gen$e_GetUserRequest = GetUserRequest;
9564
+ type index_gen$e_Group = Group;
9565
+ type index_gen$e_JWT = JWT;
9566
+ type index_gen$e_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
9567
+ type index_gen$e_ListAPIKeysResponse = ListAPIKeysResponse;
9568
+ type index_gen$e_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
9569
+ type index_gen$e_ListApplicationsResponse = ListApplicationsResponse;
9570
+ type index_gen$e_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
9571
+ type index_gen$e_ListGroupsResponse = ListGroupsResponse;
9572
+ type index_gen$e_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
9573
+ type index_gen$e_ListJWTsResponse = ListJWTsResponse;
9574
+ type index_gen$e_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
9575
+ type index_gen$e_ListPermissionSetsResponse = ListPermissionSetsResponse;
9576
+ type index_gen$e_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
9577
+ type index_gen$e_ListPoliciesResponse = ListPoliciesResponse;
9578
+ type index_gen$e_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
9579
+ type index_gen$e_ListQuotaResponse = ListQuotaResponse;
9580
+ type index_gen$e_ListRulesResponse = ListRulesResponse;
9581
+ type index_gen$e_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
9582
+ type index_gen$e_ListSSHKeysResponse = ListSSHKeysResponse;
9583
+ type index_gen$e_PermissionSet = PermissionSet;
9584
+ type index_gen$e_PermissionSetScopeType = PermissionSetScopeType;
9585
+ type index_gen$e_Policy = Policy;
9586
+ type index_gen$e_Quotum = Quotum;
9587
+ type index_gen$e_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
9588
+ type index_gen$e_Rule = Rule;
9589
+ type index_gen$e_RuleSpecs = RuleSpecs;
9590
+ type index_gen$e_SSHKey = SSHKey;
9591
+ type index_gen$e_SetGroupMembersRequest = SetGroupMembersRequest;
9592
+ type index_gen$e_SetRulesRequest = SetRulesRequest;
9593
+ type index_gen$e_SetRulesResponse = SetRulesResponse;
9594
+ type index_gen$e_UserStatus = UserStatus;
9595
+ type index_gen$e_UserType = UserType;
9596
+ declare namespace index_gen$e {
9617
9597
  export {
9618
- API$g as API,
9619
- index_gen$d_APIKey as APIKey,
9620
- index_gen$d_AddGroupMemberRequest as AddGroupMemberRequest,
9621
- index_gen$d_AddGroupMembersRequest as AddGroupMembersRequest,
9622
- index_gen$d_Application as Application,
9623
- index_gen$d_BearerType as BearerType,
9624
- index_gen$d_ClonePolicyRequest as ClonePolicyRequest,
9598
+ API$h as API,
9599
+ index_gen$e_APIKey as APIKey,
9600
+ index_gen$e_AddGroupMemberRequest as AddGroupMemberRequest,
9601
+ index_gen$e_AddGroupMembersRequest as AddGroupMembersRequest,
9602
+ index_gen$e_Application as Application,
9603
+ index_gen$e_BearerType as BearerType,
9604
+ index_gen$e_ClonePolicyRequest as ClonePolicyRequest,
9625
9605
  CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
9626
9606
  CreateApplicationRequest$1 as CreateApplicationRequest,
9627
9607
  CreateGroupRequest$1 as CreateGroupRequest,
9628
9608
  CreatePolicyRequest$1 as CreatePolicyRequest,
9629
9609
  CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
9630
- index_gen$d_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
9631
- index_gen$d_DeleteApplicationRequest as DeleteApplicationRequest,
9632
- index_gen$d_DeleteGroupRequest as DeleteGroupRequest,
9633
- index_gen$d_DeleteJWTRequest as DeleteJWTRequest,
9634
- index_gen$d_DeletePolicyRequest as DeletePolicyRequest,
9635
- index_gen$d_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
9610
+ index_gen$e_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
9611
+ index_gen$e_DeleteApplicationRequest as DeleteApplicationRequest,
9612
+ index_gen$e_DeleteGroupRequest as DeleteGroupRequest,
9613
+ index_gen$e_DeleteJWTRequest as DeleteJWTRequest,
9614
+ index_gen$e_DeletePolicyRequest as DeletePolicyRequest,
9615
+ index_gen$e_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
9636
9616
  DeleteUserRequest$1 as DeleteUserRequest,
9637
- index_gen$d_GetAPIKeyRequest as GetAPIKeyRequest,
9638
- index_gen$d_GetApplicationRequest as GetApplicationRequest,
9639
- index_gen$d_GetGroupRequest as GetGroupRequest,
9640
- index_gen$d_GetJWTRequest as GetJWTRequest,
9641
- index_gen$d_GetPolicyRequest as GetPolicyRequest,
9617
+ index_gen$e_GetAPIKeyRequest as GetAPIKeyRequest,
9618
+ index_gen$e_GetApplicationRequest as GetApplicationRequest,
9619
+ index_gen$e_GetGroupRequest as GetGroupRequest,
9620
+ index_gen$e_GetJWTRequest as GetJWTRequest,
9621
+ index_gen$e_GetPolicyRequest as GetPolicyRequest,
9642
9622
  GetQuotumRequest$1 as GetQuotumRequest,
9643
- index_gen$d_GetSSHKeyRequest as GetSSHKeyRequest,
9644
- index_gen$d_GetUserRequest as GetUserRequest,
9645
- index_gen$d_Group as Group,
9646
- index_gen$d_JWT as JWT,
9623
+ index_gen$e_GetSSHKeyRequest as GetSSHKeyRequest,
9624
+ index_gen$e_GetUserRequest as GetUserRequest,
9625
+ index_gen$e_Group as Group,
9626
+ index_gen$e_JWT as JWT,
9647
9627
  ListAPIKeysRequest$1 as ListAPIKeysRequest,
9648
- index_gen$d_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9649
- index_gen$d_ListAPIKeysResponse as ListAPIKeysResponse,
9628
+ index_gen$e_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
9629
+ index_gen$e_ListAPIKeysResponse as ListAPIKeysResponse,
9650
9630
  ListApplicationsRequest$1 as ListApplicationsRequest,
9651
- index_gen$d_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9652
- index_gen$d_ListApplicationsResponse as ListApplicationsResponse,
9631
+ index_gen$e_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
9632
+ index_gen$e_ListApplicationsResponse as ListApplicationsResponse,
9653
9633
  ListGroupsRequest$1 as ListGroupsRequest,
9654
- index_gen$d_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9655
- index_gen$d_ListGroupsResponse as ListGroupsResponse,
9634
+ index_gen$e_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
9635
+ index_gen$e_ListGroupsResponse as ListGroupsResponse,
9656
9636
  ListJWTsRequest$1 as ListJWTsRequest,
9657
- index_gen$d_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9658
- index_gen$d_ListJWTsResponse as ListJWTsResponse,
9637
+ index_gen$e_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
9638
+ index_gen$e_ListJWTsResponse as ListJWTsResponse,
9659
9639
  ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
9660
- index_gen$d_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9661
- index_gen$d_ListPermissionSetsResponse as ListPermissionSetsResponse,
9640
+ index_gen$e_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
9641
+ index_gen$e_ListPermissionSetsResponse as ListPermissionSetsResponse,
9662
9642
  ListPoliciesRequest$1 as ListPoliciesRequest,
9663
- index_gen$d_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9664
- index_gen$d_ListPoliciesResponse as ListPoliciesResponse,
9643
+ index_gen$e_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
9644
+ index_gen$e_ListPoliciesResponse as ListPoliciesResponse,
9665
9645
  ListQuotaRequest$1 as ListQuotaRequest,
9666
- index_gen$d_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9667
- index_gen$d_ListQuotaResponse as ListQuotaResponse,
9646
+ index_gen$e_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
9647
+ index_gen$e_ListQuotaResponse as ListQuotaResponse,
9668
9648
  ListRulesRequest$1 as ListRulesRequest,
9669
- index_gen$d_ListRulesResponse as ListRulesResponse,
9649
+ index_gen$e_ListRulesResponse as ListRulesResponse,
9670
9650
  ListSSHKeysRequest$1 as ListSSHKeysRequest,
9671
- index_gen$d_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9672
- index_gen$d_ListSSHKeysResponse as ListSSHKeysResponse,
9651
+ index_gen$e_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
9652
+ index_gen$e_ListSSHKeysResponse as ListSSHKeysResponse,
9673
9653
  ListUsersRequest$2 as ListUsersRequest,
9674
9654
  ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
9675
9655
  ListUsersResponse$1 as ListUsersResponse,
9676
- index_gen$d_PermissionSet as PermissionSet,
9677
- index_gen$d_PermissionSetScopeType as PermissionSetScopeType,
9678
- index_gen$d_Policy as Policy,
9679
- index_gen$d_Quotum as Quotum,
9680
- index_gen$d_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
9681
- index_gen$d_Rule as Rule,
9682
- index_gen$d_RuleSpecs as RuleSpecs,
9683
- index_gen$d_SSHKey as SSHKey,
9684
- index_gen$d_SetGroupMembersRequest as SetGroupMembersRequest,
9685
- index_gen$d_SetRulesRequest as SetRulesRequest,
9686
- index_gen$d_SetRulesResponse as SetRulesResponse,
9656
+ index_gen$e_PermissionSet as PermissionSet,
9657
+ index_gen$e_PermissionSetScopeType as PermissionSetScopeType,
9658
+ index_gen$e_Policy as Policy,
9659
+ index_gen$e_Quotum as Quotum,
9660
+ index_gen$e_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
9661
+ index_gen$e_Rule as Rule,
9662
+ index_gen$e_RuleSpecs as RuleSpecs,
9663
+ index_gen$e_SSHKey as SSHKey,
9664
+ index_gen$e_SetGroupMembersRequest as SetGroupMembersRequest,
9665
+ index_gen$e_SetRulesRequest as SetRulesRequest,
9666
+ index_gen$e_SetRulesResponse as SetRulesResponse,
9687
9667
  UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
9688
9668
  UpdateApplicationRequest$1 as UpdateApplicationRequest,
9689
9669
  UpdateGroupRequest$1 as UpdateGroupRequest,
9690
9670
  UpdatePolicyRequest$1 as UpdatePolicyRequest,
9691
9671
  UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
9692
9672
  User$1 as User,
9693
- index_gen$d_UserStatus as UserStatus,
9694
- index_gen$d_UserType as UserType,
9673
+ index_gen$e_UserStatus as UserStatus,
9674
+ index_gen$e_UserType as UserType,
9695
9675
  validationRules_gen$2 as ValidationRules,
9696
9676
  };
9697
9677
  }
9698
9678
 
9699
9679
  declare namespace index$i {
9700
9680
  export {
9701
- index_gen$d as v1alpha1,
9681
+ index_gen$e as v1alpha1,
9702
9682
  };
9703
9683
  }
9704
9684
 
@@ -11427,7 +11407,7 @@ type SetSecurityGroupRuleRequest = {
11427
11407
  };
11428
11408
 
11429
11409
  /** Instance API. */
11430
- declare class API$f extends API$q {
11410
+ declare class API$g extends API$r {
11431
11411
  /** Lists the available zones of the API. */
11432
11412
  static readonly LOCALITIES: Zone[];
11433
11413
  /**
@@ -11996,7 +11976,7 @@ type SetServerUserDataRequest = {
11996
11976
  content: string;
11997
11977
  };
11998
11978
 
11999
- declare class InstanceV1UtilsAPI extends API$f {
11979
+ declare class InstanceV1UtilsAPI extends API$g {
12000
11980
  /**
12001
11981
  * Waits for {@link Image} to be in a final state.
12002
11982
  *
@@ -13447,7 +13427,7 @@ type DeleteTwinDocumentsRequest = {
13447
13427
  *
13448
13428
  * This API allows you to manage IoT hubs and devices. IoT Hub API.
13449
13429
  */
13450
- declare class API$e extends API$q {
13430
+ declare class API$f extends API$r {
13451
13431
  /** Lists the available regions of the API. */
13452
13432
  static readonly LOCALITIES: Region[];
13453
13433
  protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
@@ -13768,174 +13748,174 @@ declare class API$e extends API$q {
13768
13748
  /** Lists transient statutes of the enum {@link HubStatus}. */
13769
13749
  declare const HUB_TRANSIENT_STATUSES: HubStatus[];
13770
13750
 
13771
- type index_gen$c_CreateDeviceRequest = CreateDeviceRequest;
13772
- type index_gen$c_CreateDeviceResponse = CreateDeviceResponse;
13773
- type index_gen$c_CreateHubRequest = CreateHubRequest;
13774
- type index_gen$c_CreateNetworkRequest = CreateNetworkRequest;
13775
- type index_gen$c_CreateNetworkResponse = CreateNetworkResponse;
13776
- type index_gen$c_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
13777
- type index_gen$c_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
13778
- type index_gen$c_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
13779
- type index_gen$c_DeleteDeviceRequest = DeleteDeviceRequest;
13780
- type index_gen$c_DeleteHubRequest = DeleteHubRequest;
13781
- type index_gen$c_DeleteNetworkRequest = DeleteNetworkRequest;
13782
- type index_gen$c_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
13783
- type index_gen$c_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
13784
- type index_gen$c_Device = Device;
13785
- type index_gen$c_DeviceMessageFilters = DeviceMessageFilters;
13786
- type index_gen$c_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
13787
- type index_gen$c_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
13788
- type index_gen$c_DeviceStatus = DeviceStatus;
13789
- type index_gen$c_DisableDeviceRequest = DisableDeviceRequest;
13790
- type index_gen$c_DisableHubRequest = DisableHubRequest;
13791
- type index_gen$c_EnableDeviceRequest = EnableDeviceRequest;
13792
- type index_gen$c_EnableHubRequest = EnableHubRequest;
13793
- type index_gen$c_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
13794
- type index_gen$c_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
13795
- type index_gen$c_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
13796
- type index_gen$c_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
13797
- type index_gen$c_GetDeviceRequest = GetDeviceRequest;
13798
- type index_gen$c_GetHubCARequest = GetHubCARequest;
13799
- type index_gen$c_GetHubCAResponse = GetHubCAResponse;
13800
- type index_gen$c_GetHubMetricsRequest = GetHubMetricsRequest;
13801
- type index_gen$c_GetHubMetricsResponse = GetHubMetricsResponse;
13802
- type index_gen$c_GetHubRequest = GetHubRequest;
13803
- type index_gen$c_GetNetworkRequest = GetNetworkRequest;
13804
- type index_gen$c_GetTwinDocumentRequest = GetTwinDocumentRequest;
13805
- declare const index_gen$c_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
13806
- type index_gen$c_Hub = Hub;
13807
- type index_gen$c_HubProductPlan = HubProductPlan;
13808
- type index_gen$c_HubStatus = HubStatus;
13809
- type index_gen$c_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
13810
- type index_gen$c_ListDevicesRequest = ListDevicesRequest;
13811
- type index_gen$c_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
13812
- type index_gen$c_ListDevicesResponse = ListDevicesResponse;
13813
- type index_gen$c_ListHubsRequest = ListHubsRequest;
13814
- type index_gen$c_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
13815
- type index_gen$c_ListHubsResponse = ListHubsResponse;
13816
- type index_gen$c_ListNetworksRequest = ListNetworksRequest;
13817
- type index_gen$c_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
13818
- type index_gen$c_ListNetworksResponse = ListNetworksResponse;
13819
- type index_gen$c_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
13820
- type index_gen$c_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
13821
- type index_gen$c_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
13822
- type index_gen$c_Network = Network;
13823
- type index_gen$c_NetworkNetworkType = NetworkNetworkType;
13824
- type index_gen$c_NullValue = NullValue;
13825
- type index_gen$c_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
13826
- type index_gen$c_PutTwinDocumentRequest = PutTwinDocumentRequest;
13827
- type index_gen$c_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
13828
- type index_gen$c_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
13829
- type index_gen$c_RouteDatabaseConfig = RouteDatabaseConfig;
13830
- type index_gen$c_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
13831
- type index_gen$c_RouteRestConfig = RouteRestConfig;
13832
- type index_gen$c_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
13833
- type index_gen$c_RouteRouteType = RouteRouteType;
13834
- type index_gen$c_RouteS3Config = RouteS3Config;
13835
- type index_gen$c_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
13836
- type index_gen$c_RouteSummary = RouteSummary;
13837
- type index_gen$c_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
13838
- type index_gen$c_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
13839
- type index_gen$c_SetHubCARequest = SetHubCARequest;
13840
- type index_gen$c_TwinDocument = TwinDocument;
13841
- type index_gen$c_UpdateDeviceRequest = UpdateDeviceRequest;
13842
- type index_gen$c_UpdateHubRequest = UpdateHubRequest;
13843
- type index_gen$c_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
13844
- type index_gen$c_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
13845
- type index_gen$c_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
13846
- declare namespace index_gen$c {
13751
+ type index_gen$d_CreateDeviceRequest = CreateDeviceRequest;
13752
+ type index_gen$d_CreateDeviceResponse = CreateDeviceResponse;
13753
+ type index_gen$d_CreateHubRequest = CreateHubRequest;
13754
+ type index_gen$d_CreateNetworkRequest = CreateNetworkRequest;
13755
+ type index_gen$d_CreateNetworkResponse = CreateNetworkResponse;
13756
+ type index_gen$d_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
13757
+ type index_gen$d_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
13758
+ type index_gen$d_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
13759
+ type index_gen$d_DeleteDeviceRequest = DeleteDeviceRequest;
13760
+ type index_gen$d_DeleteHubRequest = DeleteHubRequest;
13761
+ type index_gen$d_DeleteNetworkRequest = DeleteNetworkRequest;
13762
+ type index_gen$d_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
13763
+ type index_gen$d_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
13764
+ type index_gen$d_Device = Device;
13765
+ type index_gen$d_DeviceMessageFilters = DeviceMessageFilters;
13766
+ type index_gen$d_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
13767
+ type index_gen$d_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
13768
+ type index_gen$d_DeviceStatus = DeviceStatus;
13769
+ type index_gen$d_DisableDeviceRequest = DisableDeviceRequest;
13770
+ type index_gen$d_DisableHubRequest = DisableHubRequest;
13771
+ type index_gen$d_EnableDeviceRequest = EnableDeviceRequest;
13772
+ type index_gen$d_EnableHubRequest = EnableHubRequest;
13773
+ type index_gen$d_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
13774
+ type index_gen$d_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
13775
+ type index_gen$d_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
13776
+ type index_gen$d_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
13777
+ type index_gen$d_GetDeviceRequest = GetDeviceRequest;
13778
+ type index_gen$d_GetHubCARequest = GetHubCARequest;
13779
+ type index_gen$d_GetHubCAResponse = GetHubCAResponse;
13780
+ type index_gen$d_GetHubMetricsRequest = GetHubMetricsRequest;
13781
+ type index_gen$d_GetHubMetricsResponse = GetHubMetricsResponse;
13782
+ type index_gen$d_GetHubRequest = GetHubRequest;
13783
+ type index_gen$d_GetNetworkRequest = GetNetworkRequest;
13784
+ type index_gen$d_GetTwinDocumentRequest = GetTwinDocumentRequest;
13785
+ declare const index_gen$d_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
13786
+ type index_gen$d_Hub = Hub;
13787
+ type index_gen$d_HubProductPlan = HubProductPlan;
13788
+ type index_gen$d_HubStatus = HubStatus;
13789
+ type index_gen$d_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
13790
+ type index_gen$d_ListDevicesRequest = ListDevicesRequest;
13791
+ type index_gen$d_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
13792
+ type index_gen$d_ListDevicesResponse = ListDevicesResponse;
13793
+ type index_gen$d_ListHubsRequest = ListHubsRequest;
13794
+ type index_gen$d_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
13795
+ type index_gen$d_ListHubsResponse = ListHubsResponse;
13796
+ type index_gen$d_ListNetworksRequest = ListNetworksRequest;
13797
+ type index_gen$d_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
13798
+ type index_gen$d_ListNetworksResponse = ListNetworksResponse;
13799
+ type index_gen$d_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
13800
+ type index_gen$d_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
13801
+ type index_gen$d_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
13802
+ type index_gen$d_Network = Network;
13803
+ type index_gen$d_NetworkNetworkType = NetworkNetworkType;
13804
+ type index_gen$d_NullValue = NullValue;
13805
+ type index_gen$d_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
13806
+ type index_gen$d_PutTwinDocumentRequest = PutTwinDocumentRequest;
13807
+ type index_gen$d_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
13808
+ type index_gen$d_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
13809
+ type index_gen$d_RouteDatabaseConfig = RouteDatabaseConfig;
13810
+ type index_gen$d_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
13811
+ type index_gen$d_RouteRestConfig = RouteRestConfig;
13812
+ type index_gen$d_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
13813
+ type index_gen$d_RouteRouteType = RouteRouteType;
13814
+ type index_gen$d_RouteS3Config = RouteS3Config;
13815
+ type index_gen$d_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
13816
+ type index_gen$d_RouteSummary = RouteSummary;
13817
+ type index_gen$d_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
13818
+ type index_gen$d_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
13819
+ type index_gen$d_SetHubCARequest = SetHubCARequest;
13820
+ type index_gen$d_TwinDocument = TwinDocument;
13821
+ type index_gen$d_UpdateDeviceRequest = UpdateDeviceRequest;
13822
+ type index_gen$d_UpdateHubRequest = UpdateHubRequest;
13823
+ type index_gen$d_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
13824
+ type index_gen$d_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
13825
+ type index_gen$d_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
13826
+ declare namespace index_gen$d {
13847
13827
  export {
13848
- API$e as API,
13828
+ API$f as API,
13849
13829
  Certificate$1 as Certificate,
13850
- index_gen$c_CreateDeviceRequest as CreateDeviceRequest,
13851
- index_gen$c_CreateDeviceResponse as CreateDeviceResponse,
13852
- index_gen$c_CreateHubRequest as CreateHubRequest,
13853
- index_gen$c_CreateNetworkRequest as CreateNetworkRequest,
13854
- index_gen$c_CreateNetworkResponse as CreateNetworkResponse,
13830
+ index_gen$d_CreateDeviceRequest as CreateDeviceRequest,
13831
+ index_gen$d_CreateDeviceResponse as CreateDeviceResponse,
13832
+ index_gen$d_CreateHubRequest as CreateHubRequest,
13833
+ index_gen$d_CreateNetworkRequest as CreateNetworkRequest,
13834
+ index_gen$d_CreateNetworkResponse as CreateNetworkResponse,
13855
13835
  CreateRouteRequest$1 as CreateRouteRequest,
13856
- index_gen$c_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
13857
- index_gen$c_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
13858
- index_gen$c_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
13859
- index_gen$c_DeleteDeviceRequest as DeleteDeviceRequest,
13860
- index_gen$c_DeleteHubRequest as DeleteHubRequest,
13861
- index_gen$c_DeleteNetworkRequest as DeleteNetworkRequest,
13836
+ index_gen$d_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
13837
+ index_gen$d_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
13838
+ index_gen$d_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
13839
+ index_gen$d_DeleteDeviceRequest as DeleteDeviceRequest,
13840
+ index_gen$d_DeleteHubRequest as DeleteHubRequest,
13841
+ index_gen$d_DeleteNetworkRequest as DeleteNetworkRequest,
13862
13842
  DeleteRouteRequest$1 as DeleteRouteRequest,
13863
- index_gen$c_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
13864
- index_gen$c_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
13865
- index_gen$c_Device as Device,
13866
- index_gen$c_DeviceMessageFilters as DeviceMessageFilters,
13867
- index_gen$c_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
13868
- index_gen$c_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
13869
- index_gen$c_DeviceStatus as DeviceStatus,
13870
- index_gen$c_DisableDeviceRequest as DisableDeviceRequest,
13871
- index_gen$c_DisableHubRequest as DisableHubRequest,
13872
- index_gen$c_EnableDeviceRequest as EnableDeviceRequest,
13873
- index_gen$c_EnableHubRequest as EnableHubRequest,
13874
- index_gen$c_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
13875
- index_gen$c_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
13876
- index_gen$c_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
13877
- index_gen$c_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
13878
- index_gen$c_GetDeviceRequest as GetDeviceRequest,
13879
- index_gen$c_GetHubCARequest as GetHubCARequest,
13880
- index_gen$c_GetHubCAResponse as GetHubCAResponse,
13881
- index_gen$c_GetHubMetricsRequest as GetHubMetricsRequest,
13882
- index_gen$c_GetHubMetricsResponse as GetHubMetricsResponse,
13883
- index_gen$c_GetHubRequest as GetHubRequest,
13884
- index_gen$c_GetNetworkRequest as GetNetworkRequest,
13843
+ index_gen$d_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
13844
+ index_gen$d_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
13845
+ index_gen$d_Device as Device,
13846
+ index_gen$d_DeviceMessageFilters as DeviceMessageFilters,
13847
+ index_gen$d_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
13848
+ index_gen$d_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
13849
+ index_gen$d_DeviceStatus as DeviceStatus,
13850
+ index_gen$d_DisableDeviceRequest as DisableDeviceRequest,
13851
+ index_gen$d_DisableHubRequest as DisableHubRequest,
13852
+ index_gen$d_EnableDeviceRequest as EnableDeviceRequest,
13853
+ index_gen$d_EnableHubRequest as EnableHubRequest,
13854
+ index_gen$d_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
13855
+ index_gen$d_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
13856
+ index_gen$d_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
13857
+ index_gen$d_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
13858
+ index_gen$d_GetDeviceRequest as GetDeviceRequest,
13859
+ index_gen$d_GetHubCARequest as GetHubCARequest,
13860
+ index_gen$d_GetHubCAResponse as GetHubCAResponse,
13861
+ index_gen$d_GetHubMetricsRequest as GetHubMetricsRequest,
13862
+ index_gen$d_GetHubMetricsResponse as GetHubMetricsResponse,
13863
+ index_gen$d_GetHubRequest as GetHubRequest,
13864
+ index_gen$d_GetNetworkRequest as GetNetworkRequest,
13885
13865
  GetRouteRequest$1 as GetRouteRequest,
13886
- index_gen$c_GetTwinDocumentRequest as GetTwinDocumentRequest,
13887
- index_gen$c_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
13888
- index_gen$c_Hub as Hub,
13889
- index_gen$c_HubProductPlan as HubProductPlan,
13890
- index_gen$c_HubStatus as HubStatus,
13891
- index_gen$c_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
13892
- index_gen$c_ListDevicesRequest as ListDevicesRequest,
13893
- index_gen$c_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
13894
- index_gen$c_ListDevicesResponse as ListDevicesResponse,
13895
- index_gen$c_ListHubsRequest as ListHubsRequest,
13896
- index_gen$c_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
13897
- index_gen$c_ListHubsResponse as ListHubsResponse,
13898
- index_gen$c_ListNetworksRequest as ListNetworksRequest,
13899
- index_gen$c_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
13900
- index_gen$c_ListNetworksResponse as ListNetworksResponse,
13866
+ index_gen$d_GetTwinDocumentRequest as GetTwinDocumentRequest,
13867
+ index_gen$d_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
13868
+ index_gen$d_Hub as Hub,
13869
+ index_gen$d_HubProductPlan as HubProductPlan,
13870
+ index_gen$d_HubStatus as HubStatus,
13871
+ index_gen$d_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
13872
+ index_gen$d_ListDevicesRequest as ListDevicesRequest,
13873
+ index_gen$d_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
13874
+ index_gen$d_ListDevicesResponse as ListDevicesResponse,
13875
+ index_gen$d_ListHubsRequest as ListHubsRequest,
13876
+ index_gen$d_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
13877
+ index_gen$d_ListHubsResponse as ListHubsResponse,
13878
+ index_gen$d_ListNetworksRequest as ListNetworksRequest,
13879
+ index_gen$d_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
13880
+ index_gen$d_ListNetworksResponse as ListNetworksResponse,
13901
13881
  ListRoutesRequest$1 as ListRoutesRequest,
13902
13882
  ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
13903
13883
  ListRoutesResponse$1 as ListRoutesResponse,
13904
- index_gen$c_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
13905
- index_gen$c_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
13906
- index_gen$c_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
13907
- index_gen$c_Network as Network,
13908
- index_gen$c_NetworkNetworkType as NetworkNetworkType,
13909
- index_gen$c_NullValue as NullValue,
13910
- index_gen$c_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
13911
- index_gen$c_PutTwinDocumentRequest as PutTwinDocumentRequest,
13912
- index_gen$c_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
13913
- index_gen$c_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
13884
+ index_gen$d_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
13885
+ index_gen$d_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
13886
+ index_gen$d_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
13887
+ index_gen$d_Network as Network,
13888
+ index_gen$d_NetworkNetworkType as NetworkNetworkType,
13889
+ index_gen$d_NullValue as NullValue,
13890
+ index_gen$d_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
13891
+ index_gen$d_PutTwinDocumentRequest as PutTwinDocumentRequest,
13892
+ index_gen$d_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
13893
+ index_gen$d_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
13914
13894
  Route$1 as Route,
13915
- index_gen$c_RouteDatabaseConfig as RouteDatabaseConfig,
13916
- index_gen$c_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
13917
- index_gen$c_RouteRestConfig as RouteRestConfig,
13918
- index_gen$c_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
13919
- index_gen$c_RouteRouteType as RouteRouteType,
13920
- index_gen$c_RouteS3Config as RouteS3Config,
13921
- index_gen$c_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
13922
- index_gen$c_RouteSummary as RouteSummary,
13923
- index_gen$c_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
13924
- index_gen$c_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
13925
- index_gen$c_SetHubCARequest as SetHubCARequest,
13926
- index_gen$c_TwinDocument as TwinDocument,
13927
- index_gen$c_UpdateDeviceRequest as UpdateDeviceRequest,
13928
- index_gen$c_UpdateHubRequest as UpdateHubRequest,
13895
+ index_gen$d_RouteDatabaseConfig as RouteDatabaseConfig,
13896
+ index_gen$d_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
13897
+ index_gen$d_RouteRestConfig as RouteRestConfig,
13898
+ index_gen$d_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
13899
+ index_gen$d_RouteRouteType as RouteRouteType,
13900
+ index_gen$d_RouteS3Config as RouteS3Config,
13901
+ index_gen$d_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
13902
+ index_gen$d_RouteSummary as RouteSummary,
13903
+ index_gen$d_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
13904
+ index_gen$d_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
13905
+ index_gen$d_SetHubCARequest as SetHubCARequest,
13906
+ index_gen$d_TwinDocument as TwinDocument,
13907
+ index_gen$d_UpdateDeviceRequest as UpdateDeviceRequest,
13908
+ index_gen$d_UpdateHubRequest as UpdateHubRequest,
13929
13909
  UpdateRouteRequest$1 as UpdateRouteRequest,
13930
- index_gen$c_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
13931
- index_gen$c_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
13932
- index_gen$c_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
13910
+ index_gen$d_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
13911
+ index_gen$d_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
13912
+ index_gen$d_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
13933
13913
  };
13934
13914
  }
13935
13915
 
13936
13916
  declare namespace index$f {
13937
13917
  export {
13938
- index_gen$c as v1,
13918
+ index_gen$d as v1,
13939
13919
  };
13940
13920
  }
13941
13921
 
@@ -14745,6 +14725,17 @@ type ResetClusterAdminTokenRequest = {
14745
14725
  /** Cluster ID on which the admin token will be renewed. */
14746
14726
  clusterId: string;
14747
14727
  };
14728
+ type MigrateToPrivateNetworkClusterRequest = {
14729
+ /**
14730
+ * Region to target. If none is passed will use default region from the
14731
+ * config.
14732
+ */
14733
+ region?: Region;
14734
+ /** ID of the cluster to migrate. */
14735
+ clusterId: string;
14736
+ /** ID of the Private Network to link to the cluster. */
14737
+ privateNetworkId: string;
14738
+ };
14748
14739
  type ListPoolsRequest$1 = {
14749
14740
  /**
14750
14741
  * Region to target. If none is passed will use default region from the
@@ -14987,7 +14978,7 @@ type GetClusterKubeConfigRequest = {
14987
14978
  };
14988
14979
 
14989
14980
  /** Kubernetes API. */
14990
- declare class API$d extends API$q {
14981
+ declare class API$e extends API$r {
14991
14982
  /** Lists the available regions of the API. */
14992
14983
  static readonly LOCALITIES: Region[];
14993
14984
  protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
@@ -15077,6 +15068,15 @@ declare class API$d extends API$q {
15077
15068
  * @param request - The request {@link ResetClusterAdminTokenRequest}
15078
15069
  */
15079
15070
  resetClusterAdminToken: (request: Readonly<ResetClusterAdminTokenRequest>) => Promise<void>;
15071
+ /**
15072
+ * Migrate an existing cluster to a Private Network cluster. Migrate a cluster
15073
+ * that was created before the release of Private Network clusters to a new
15074
+ * one with a Private Network.
15075
+ *
15076
+ * @param request - The request {@link MigrateToPrivateNetworkClusterRequest}
15077
+ * @returns A Promise of Cluster
15078
+ */
15079
+ migrateToPrivateNetworkCluster: (request: Readonly<MigrateToPrivateNetworkClusterRequest>) => Promise<Cluster$1>;
15080
15080
  protected pageOfListPools: (request: Readonly<ListPoolsRequest$1>) => Promise<ListPoolsResponse>;
15081
15081
  /**
15082
15082
  * List Pools in a Cluster. List all the existing pools for a specific
@@ -15224,7 +15224,7 @@ declare class API$d extends API$q {
15224
15224
  getVersion: (request: Readonly<GetVersionRequest$2>) => Promise<Version$2>;
15225
15225
  }
15226
15226
 
15227
- declare class K8SUtilsAPI extends API$d {
15227
+ declare class K8SUtilsAPI extends API$e {
15228
15228
  /**
15229
15229
  * Get configuration of a kube cluster.
15230
15230
  *
@@ -15377,6 +15377,7 @@ type index$e_ListNodesResponse = ListNodesResponse;
15377
15377
  type index$e_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
15378
15378
  type index$e_ListPoolsResponse = ListPoolsResponse;
15379
15379
  type index$e_MaintenanceWindowDayOfTheWeek = MaintenanceWindowDayOfTheWeek;
15380
+ type index$e_MigrateToPrivateNetworkClusterRequest = MigrateToPrivateNetworkClusterRequest;
15380
15381
  declare const index$e_NODE_TRANSIENT_STATUSES: typeof NODE_TRANSIENT_STATUSES;
15381
15382
  type index$e_Node = Node;
15382
15383
  type index$e_NodeStatus = NodeStatus;
@@ -15442,6 +15443,7 @@ declare namespace index$e {
15442
15443
  ListVersionsResponse$2 as ListVersionsResponse,
15443
15444
  MaintenanceWindow$1 as MaintenanceWindow,
15444
15445
  index$e_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek,
15446
+ index$e_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest,
15445
15447
  index$e_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES,
15446
15448
  index$e_Node as Node,
15447
15449
  index$e_NodeStatus as NodeStatus,
@@ -15490,7 +15492,7 @@ type ListBackendsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_a
15490
15492
  type ListCertificatesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
15491
15493
  type ListFrontendsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
15492
15494
  type ListLbsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
15493
- type ListPrivateNetworksRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
15495
+ type ListPrivateNetworksRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc';
15494
15496
  type ListRoutesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
15495
15497
  type ListSubscriberRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
15496
15498
  type OnMarkedDownAction = 'on_marked_down_action_none' | 'shutdown_sessions';
@@ -16072,7 +16074,7 @@ interface ListIpsResponse {
16072
16074
  /** List lb private networks response. */
16073
16075
  interface ListLbPrivateNetworksResponse {
16074
16076
  /** List of Private Network objects attached to the Load Balancer. */
16075
- privateNetwork: PrivateNetwork$2[];
16077
+ privateNetwork: PrivateNetwork$3[];
16076
16078
  /** Total number of objects in the response. */
16077
16079
  totalCount: number;
16078
16080
  }
@@ -16105,7 +16107,7 @@ interface ListSubscriberResponse {
16105
16107
  totalCount: number;
16106
16108
  }
16107
16109
  /** Private network. */
16108
- interface PrivateNetwork$2 {
16110
+ interface PrivateNetwork$3 {
16109
16111
  /** Load Balancer object which is attached to the Private Network. */
16110
16112
  lb?: Lb;
16111
16113
  /**
@@ -16907,6 +16909,8 @@ type GetLbStatsRequest = {
16907
16909
  region?: Region;
16908
16910
  /** Load Balancer ID. */
16909
16911
  lbId: string;
16912
+ /** ID of the backend. */
16913
+ backendId?: string;
16910
16914
  };
16911
16915
  type ListBackendStatsRequest = {
16912
16916
  /**
@@ -17222,7 +17226,7 @@ type ListLbPrivateNetworksRequest = {
17222
17226
  /** Load Balancer ID. */
17223
17227
  lbId: string;
17224
17228
  /** Sort order of Private Network objects in the response. */
17225
- orderBy?: ListPrivateNetworksRequestOrderBy$1;
17229
+ orderBy?: ListPrivateNetworksRequestOrderBy$2;
17226
17230
  /** Number of objects to return. */
17227
17231
  pageSize?: number;
17228
17232
  /** The page number to return, from the paginated results. */
@@ -17860,6 +17864,8 @@ type ZonedApiGetLbStatsRequest = {
17860
17864
  zone?: Zone;
17861
17865
  /** Load Balancer ID. */
17862
17866
  lbId: string;
17867
+ /** ID of the backend. */
17868
+ backendId?: string;
17863
17869
  };
17864
17870
  type ZonedApiListBackendStatsRequest = {
17865
17871
  /** Zone to target. If none is passed will use default zone from the config. */
@@ -18126,7 +18132,7 @@ type ZonedApiListLbPrivateNetworksRequest = {
18126
18132
  /** Load Balancer ID. */
18127
18133
  lbId: string;
18128
18134
  /** Sort order of Private Network objects in the response. */
18129
- orderBy?: ListPrivateNetworksRequestOrderBy$1;
18135
+ orderBy?: ListPrivateNetworksRequestOrderBy$2;
18130
18136
  /** Number of objects to return. */
18131
18137
  pageSize?: number;
18132
18138
  /** The page number to return, from the paginated results. */
@@ -18176,7 +18182,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
18176
18182
  *
18177
18183
  * This API allows you to manage your load balancer service. Load balancer API.
18178
18184
  */
18179
- declare class API$c extends API$q {
18185
+ declare class API$d extends API$r {
18180
18186
  /** Lists the available regions of the API. */
18181
18187
  static readonly LOCALITIES: Region[];
18182
18188
  protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
@@ -18581,8 +18587,8 @@ declare class API$c extends API$q {
18581
18587
  * @returns A Promise of ListLbPrivateNetworksResponse
18582
18588
  */
18583
18589
  listLbPrivateNetworks: (request: Readonly<ListLbPrivateNetworksRequest>) => Promise<ListLbPrivateNetworksResponse> & {
18584
- all: () => Promise<PrivateNetwork$2[]>;
18585
- [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork$2[], void, void>;
18590
+ all: () => Promise<PrivateNetwork$3[]>;
18591
+ [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork$3[], void, void>;
18586
18592
  };
18587
18593
  /**
18588
18594
  * Add load balancer on instance private network.
@@ -18590,7 +18596,7 @@ declare class API$c extends API$q {
18590
18596
  * @param request - The request {@link AttachPrivateNetworkRequest}
18591
18597
  * @returns A Promise of PrivateNetwork
18592
18598
  */
18593
- attachPrivateNetwork: (request: Readonly<AttachPrivateNetworkRequest>) => Promise<PrivateNetwork$2>;
18599
+ attachPrivateNetwork: (request: Readonly<AttachPrivateNetworkRequest>) => Promise<PrivateNetwork$3>;
18594
18600
  /**
18595
18601
  * Remove load balancer of private network.
18596
18602
  *
@@ -18604,7 +18610,7 @@ declare class API$c extends API$q {
18604
18610
  * This API allows you to manage your Scaleway Load Balancer services. Load
18605
18611
  * Balancer API.
18606
18612
  */
18607
- declare class ZonedAPI extends API$q {
18613
+ declare class ZonedAPI extends API$r {
18608
18614
  /** Lists the available zones of the API. */
18609
18615
  static readonly LOCALITIES: Zone[];
18610
18616
  protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
@@ -19133,8 +19139,8 @@ declare class ZonedAPI extends API$q {
19133
19139
  * @returns A Promise of ListLbPrivateNetworksResponse
19134
19140
  */
19135
19141
  listLbPrivateNetworks: (request: Readonly<ZonedApiListLbPrivateNetworksRequest>) => Promise<ListLbPrivateNetworksResponse> & {
19136
- all: () => Promise<PrivateNetwork$2[]>;
19137
- [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork$2[], void, void>;
19142
+ all: () => Promise<PrivateNetwork$3[]>;
19143
+ [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork$3[], void, void>;
19138
19144
  };
19139
19145
  /**
19140
19146
  * Attach a Load Balancer to a Private Network. Attach a specified Load
@@ -19144,7 +19150,7 @@ declare class ZonedAPI extends API$q {
19144
19150
  * @param request - The request {@link ZonedApiAttachPrivateNetworkRequest}
19145
19151
  * @returns A Promise of PrivateNetwork
19146
19152
  */
19147
- attachPrivateNetwork: (request: Readonly<ZonedApiAttachPrivateNetworkRequest>) => Promise<PrivateNetwork$2>;
19153
+ attachPrivateNetwork: (request: Readonly<ZonedApiAttachPrivateNetworkRequest>) => Promise<PrivateNetwork$3>;
19148
19154
  /**
19149
19155
  * Detach Load Balancer from Private Network. Detach a specified Load Balancer
19150
19156
  * from a specified Private Network.
@@ -19167,7 +19173,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
19167
19173
  lbId: string;
19168
19174
  };
19169
19175
 
19170
- declare class LbV1UtilsAPI extends API$c {
19176
+ declare class LbV1UtilsAPI extends API$d {
19171
19177
  /**
19172
19178
  * Waits for all private networks of a load balancer to be in a final state.
19173
19179
  *
@@ -19175,7 +19181,7 @@ declare class LbV1UtilsAPI extends API$c {
19175
19181
  * @param options - The waiting options
19176
19182
  * @returns A Promise of ListLbPrivateNetworksResponse
19177
19183
  */
19178
- waitForLbPrivateNetworks: (request: Readonly<WaitForLbPrivateNetworksRequest>, options?: Readonly<WaitForOptions<PrivateNetwork$2>>) => Promise<ListLbPrivateNetworksResponse>;
19184
+ waitForLbPrivateNetworks: (request: Readonly<WaitForLbPrivateNetworksRequest>, options?: Readonly<WaitForOptions<PrivateNetwork$3>>) => Promise<ListLbPrivateNetworksResponse>;
19179
19185
  /**
19180
19186
  * Waits for all instances of a load balancer to be in a final state.
19181
19187
  *
@@ -19482,7 +19488,7 @@ declare namespace index$c {
19482
19488
  index$c_ListLbsRequest as ListLbsRequest,
19483
19489
  index$c_ListLbsRequestOrderBy as ListLbsRequestOrderBy,
19484
19490
  index$c_ListLbsResponse as ListLbsResponse,
19485
- ListPrivateNetworksRequestOrderBy$1 as ListPrivateNetworksRequestOrderBy,
19491
+ ListPrivateNetworksRequestOrderBy$2 as ListPrivateNetworksRequestOrderBy,
19486
19492
  index$c_ListRoutesRequest as ListRoutesRequest,
19487
19493
  index$c_ListRoutesRequestOrderBy as ListRoutesRequestOrderBy,
19488
19494
  index$c_ListRoutesResponse as ListRoutesResponse,
@@ -19492,7 +19498,7 @@ declare namespace index$c {
19492
19498
  index$c_MigrateLbRequest as MigrateLbRequest,
19493
19499
  index$c_OnMarkedDownAction as OnMarkedDownAction,
19494
19500
  index$c_PRIVATE_NETWORK_TRANSIENT_STATUSES as PRIVATE_NETWORK_TRANSIENT_STATUSES,
19495
- PrivateNetwork$2 as PrivateNetwork,
19501
+ PrivateNetwork$3 as PrivateNetwork,
19496
19502
  index$c_PrivateNetworkDHCPConfig as PrivateNetworkDHCPConfig,
19497
19503
  index$c_PrivateNetworkIpamConfig as PrivateNetworkIpamConfig,
19498
19504
  index$c_PrivateNetworkStaticConfig as PrivateNetworkStaticConfig,
@@ -19683,7 +19689,7 @@ type GetVersionRequest$1 = {
19683
19689
  };
19684
19690
 
19685
19691
  /** Marketplace API. */
19686
- declare class API$b extends API$q {
19692
+ declare class API$c extends API$r {
19687
19693
  protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
19688
19694
  /**
19689
19695
  * List marketplace images.
@@ -19706,23 +19712,23 @@ declare class API$b extends API$q {
19706
19712
  getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<GetVersionResponse>;
19707
19713
  }
19708
19714
 
19709
- type index_gen$b_GetImageResponse = GetImageResponse;
19710
- type index_gen$b_GetVersionResponse = GetVersionResponse;
19711
- type index_gen$b_Organization = Organization;
19712
- declare namespace index_gen$b {
19715
+ type index_gen$c_GetImageResponse = GetImageResponse;
19716
+ type index_gen$c_GetVersionResponse = GetVersionResponse;
19717
+ type index_gen$c_Organization = Organization;
19718
+ declare namespace index_gen$c {
19713
19719
  export {
19714
- API$b as API,
19720
+ API$c as API,
19715
19721
  GetImageRequest$2 as GetImageRequest,
19716
- index_gen$b_GetImageResponse as GetImageResponse,
19722
+ index_gen$c_GetImageResponse as GetImageResponse,
19717
19723
  GetVersionRequest$1 as GetVersionRequest,
19718
- index_gen$b_GetVersionResponse as GetVersionResponse,
19724
+ index_gen$c_GetVersionResponse as GetVersionResponse,
19719
19725
  Image$2 as Image,
19720
19726
  ListImagesRequest$2 as ListImagesRequest,
19721
19727
  ListImagesResponse$2 as ListImagesResponse,
19722
19728
  ListVersionsRequest$1 as ListVersionsRequest,
19723
19729
  ListVersionsResponse$1 as ListVersionsResponse,
19724
19730
  LocalImage$1 as LocalImage,
19725
- index_gen$b_Organization as Organization,
19731
+ index_gen$c_Organization as Organization,
19726
19732
  Version$1 as Version,
19727
19733
  };
19728
19734
  }
@@ -19867,7 +19873,7 @@ type GetCategoryRequest = {
19867
19873
  };
19868
19874
 
19869
19875
  /** Marketplace API. */
19870
- declare class API$a extends API$q {
19876
+ declare class API$b extends API$r {
19871
19877
  protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
19872
19878
  /**
19873
19879
  * List marketplace images. List all available images on the marketplace,
@@ -19955,49 +19961,49 @@ declare class API$a extends API$q {
19955
19961
  getCategory: (request: Readonly<GetCategoryRequest>) => Promise<Category>;
19956
19962
  }
19957
19963
 
19958
- type index_gen$a_Category = Category;
19959
- type index_gen$a_GetCategoryRequest = GetCategoryRequest;
19960
- type index_gen$a_GetLocalImageRequest = GetLocalImageRequest;
19961
- type index_gen$a_GetVersionRequest = GetVersionRequest;
19962
- type index_gen$a_ListCategoriesRequest = ListCategoriesRequest;
19963
- type index_gen$a_ListCategoriesResponse = ListCategoriesResponse;
19964
- type index_gen$a_ListLocalImagesRequest = ListLocalImagesRequest;
19965
- type index_gen$a_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
19966
- type index_gen$a_ListLocalImagesResponse = ListLocalImagesResponse;
19967
- type index_gen$a_ListVersionsRequest = ListVersionsRequest;
19968
- type index_gen$a_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
19969
- type index_gen$a_ListVersionsResponse = ListVersionsResponse;
19970
- type index_gen$a_LocalImage = LocalImage;
19971
- type index_gen$a_Version = Version;
19972
- declare namespace index_gen$a {
19964
+ type index_gen$b_Category = Category;
19965
+ type index_gen$b_GetCategoryRequest = GetCategoryRequest;
19966
+ type index_gen$b_GetLocalImageRequest = GetLocalImageRequest;
19967
+ type index_gen$b_GetVersionRequest = GetVersionRequest;
19968
+ type index_gen$b_ListCategoriesRequest = ListCategoriesRequest;
19969
+ type index_gen$b_ListCategoriesResponse = ListCategoriesResponse;
19970
+ type index_gen$b_ListLocalImagesRequest = ListLocalImagesRequest;
19971
+ type index_gen$b_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
19972
+ type index_gen$b_ListLocalImagesResponse = ListLocalImagesResponse;
19973
+ type index_gen$b_ListVersionsRequest = ListVersionsRequest;
19974
+ type index_gen$b_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
19975
+ type index_gen$b_ListVersionsResponse = ListVersionsResponse;
19976
+ type index_gen$b_LocalImage = LocalImage;
19977
+ type index_gen$b_Version = Version;
19978
+ declare namespace index_gen$b {
19973
19979
  export {
19974
- API$a as API,
19975
- index_gen$a_Category as Category,
19976
- index_gen$a_GetCategoryRequest as GetCategoryRequest,
19980
+ API$b as API,
19981
+ index_gen$b_Category as Category,
19982
+ index_gen$b_GetCategoryRequest as GetCategoryRequest,
19977
19983
  GetImageRequest$1 as GetImageRequest,
19978
- index_gen$a_GetLocalImageRequest as GetLocalImageRequest,
19979
- index_gen$a_GetVersionRequest as GetVersionRequest,
19984
+ index_gen$b_GetLocalImageRequest as GetLocalImageRequest,
19985
+ index_gen$b_GetVersionRequest as GetVersionRequest,
19980
19986
  Image$1 as Image,
19981
- index_gen$a_ListCategoriesRequest as ListCategoriesRequest,
19982
- index_gen$a_ListCategoriesResponse as ListCategoriesResponse,
19987
+ index_gen$b_ListCategoriesRequest as ListCategoriesRequest,
19988
+ index_gen$b_ListCategoriesResponse as ListCategoriesResponse,
19983
19989
  ListImagesRequest$1 as ListImagesRequest,
19984
19990
  ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy,
19985
19991
  ListImagesResponse$1 as ListImagesResponse,
19986
- index_gen$a_ListLocalImagesRequest as ListLocalImagesRequest,
19987
- index_gen$a_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy,
19988
- index_gen$a_ListLocalImagesResponse as ListLocalImagesResponse,
19989
- index_gen$a_ListVersionsRequest as ListVersionsRequest,
19990
- index_gen$a_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy,
19991
- index_gen$a_ListVersionsResponse as ListVersionsResponse,
19992
- index_gen$a_LocalImage as LocalImage,
19993
- index_gen$a_Version as Version,
19992
+ index_gen$b_ListLocalImagesRequest as ListLocalImagesRequest,
19993
+ index_gen$b_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy,
19994
+ index_gen$b_ListLocalImagesResponse as ListLocalImagesResponse,
19995
+ index_gen$b_ListVersionsRequest as ListVersionsRequest,
19996
+ index_gen$b_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy,
19997
+ index_gen$b_ListVersionsResponse as ListVersionsResponse,
19998
+ index_gen$b_LocalImage as LocalImage,
19999
+ index_gen$b_Version as Version,
19994
20000
  };
19995
20001
  }
19996
20002
 
19997
20003
  declare namespace index$a {
19998
20004
  export {
19999
- index_gen$b as v1,
20000
- index_gen$a as v2,
20005
+ index_gen$c as v1,
20006
+ index_gen$b as v2,
20001
20007
  };
20002
20008
  }
20003
20009
 
@@ -20249,7 +20255,7 @@ type GetCredentialRequest = {
20249
20255
  * This API allows you to manage Scaleway Messaging and Queueing brokers.
20250
20256
  * Messaging and Queuing API.
20251
20257
  */
20252
- declare class API$9 extends API$q {
20258
+ declare class API$a extends API$r {
20253
20259
  /** Lists the available regions of the API. */
20254
20260
  static readonly LOCALITIES: Region[];
20255
20261
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
@@ -20353,51 +20359,51 @@ declare class API$9 extends API$q {
20353
20359
  getCredential: (request: Readonly<GetCredentialRequest>) => Promise<Credential>;
20354
20360
  }
20355
20361
 
20356
- type index_gen$9_CreateCredentialRequest = CreateCredentialRequest;
20357
- type index_gen$9_Credential = Credential;
20358
- type index_gen$9_CredentialNATSCredsFile = CredentialNATSCredsFile;
20359
- type index_gen$9_CredentialSQSSNSCreds = CredentialSQSSNSCreds;
20360
- type index_gen$9_CredentialSummary = CredentialSummary;
20361
- type index_gen$9_CredentialSummarySQSSNSCreds = CredentialSummarySQSSNSCreds;
20362
- type index_gen$9_DeleteCredentialRequest = DeleteCredentialRequest;
20363
- type index_gen$9_GetCredentialRequest = GetCredentialRequest;
20364
- type index_gen$9_ListCredentialsRequest = ListCredentialsRequest;
20365
- type index_gen$9_ListCredentialsRequestOrderBy = ListCredentialsRequestOrderBy;
20366
- type index_gen$9_ListCredentialsResponse = ListCredentialsResponse;
20367
- type index_gen$9_NamespaceProtocol = NamespaceProtocol;
20368
- type index_gen$9_Permissions = Permissions;
20369
- type index_gen$9_UpdateCredentialRequest = UpdateCredentialRequest;
20370
- declare namespace index_gen$9 {
20362
+ type index_gen$a_CreateCredentialRequest = CreateCredentialRequest;
20363
+ type index_gen$a_Credential = Credential;
20364
+ type index_gen$a_CredentialNATSCredsFile = CredentialNATSCredsFile;
20365
+ type index_gen$a_CredentialSQSSNSCreds = CredentialSQSSNSCreds;
20366
+ type index_gen$a_CredentialSummary = CredentialSummary;
20367
+ type index_gen$a_CredentialSummarySQSSNSCreds = CredentialSummarySQSSNSCreds;
20368
+ type index_gen$a_DeleteCredentialRequest = DeleteCredentialRequest;
20369
+ type index_gen$a_GetCredentialRequest = GetCredentialRequest;
20370
+ type index_gen$a_ListCredentialsRequest = ListCredentialsRequest;
20371
+ type index_gen$a_ListCredentialsRequestOrderBy = ListCredentialsRequestOrderBy;
20372
+ type index_gen$a_ListCredentialsResponse = ListCredentialsResponse;
20373
+ type index_gen$a_NamespaceProtocol = NamespaceProtocol;
20374
+ type index_gen$a_Permissions = Permissions;
20375
+ type index_gen$a_UpdateCredentialRequest = UpdateCredentialRequest;
20376
+ declare namespace index_gen$a {
20371
20377
  export {
20372
- API$9 as API,
20373
- index_gen$9_CreateCredentialRequest as CreateCredentialRequest,
20378
+ API$a as API,
20379
+ index_gen$a_CreateCredentialRequest as CreateCredentialRequest,
20374
20380
  CreateNamespaceRequest$1 as CreateNamespaceRequest,
20375
- index_gen$9_Credential as Credential,
20376
- index_gen$9_CredentialNATSCredsFile as CredentialNATSCredsFile,
20377
- index_gen$9_CredentialSQSSNSCreds as CredentialSQSSNSCreds,
20378
- index_gen$9_CredentialSummary as CredentialSummary,
20379
- index_gen$9_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds,
20380
- index_gen$9_DeleteCredentialRequest as DeleteCredentialRequest,
20381
+ index_gen$a_Credential as Credential,
20382
+ index_gen$a_CredentialNATSCredsFile as CredentialNATSCredsFile,
20383
+ index_gen$a_CredentialSQSSNSCreds as CredentialSQSSNSCreds,
20384
+ index_gen$a_CredentialSummary as CredentialSummary,
20385
+ index_gen$a_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds,
20386
+ index_gen$a_DeleteCredentialRequest as DeleteCredentialRequest,
20381
20387
  DeleteNamespaceRequest$1 as DeleteNamespaceRequest,
20382
- index_gen$9_GetCredentialRequest as GetCredentialRequest,
20388
+ index_gen$a_GetCredentialRequest as GetCredentialRequest,
20383
20389
  GetNamespaceRequest$1 as GetNamespaceRequest,
20384
- index_gen$9_ListCredentialsRequest as ListCredentialsRequest,
20385
- index_gen$9_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy,
20386
- index_gen$9_ListCredentialsResponse as ListCredentialsResponse,
20390
+ index_gen$a_ListCredentialsRequest as ListCredentialsRequest,
20391
+ index_gen$a_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy,
20392
+ index_gen$a_ListCredentialsResponse as ListCredentialsResponse,
20387
20393
  ListNamespacesRequest$1 as ListNamespacesRequest,
20388
20394
  ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy,
20389
20395
  ListNamespacesResponse$1 as ListNamespacesResponse,
20390
20396
  Namespace$1 as Namespace,
20391
- index_gen$9_NamespaceProtocol as NamespaceProtocol,
20392
- index_gen$9_Permissions as Permissions,
20393
- index_gen$9_UpdateCredentialRequest as UpdateCredentialRequest,
20397
+ index_gen$a_NamespaceProtocol as NamespaceProtocol,
20398
+ index_gen$a_Permissions as Permissions,
20399
+ index_gen$a_UpdateCredentialRequest as UpdateCredentialRequest,
20394
20400
  UpdateNamespaceRequest$1 as UpdateNamespaceRequest,
20395
20401
  };
20396
20402
  }
20397
20403
 
20398
20404
  declare namespace index$9 {
20399
20405
  export {
20400
- index_gen$9 as v1alpha1,
20406
+ index_gen$a as v1alpha1,
20401
20407
  };
20402
20408
  }
20403
20409
 
@@ -20904,6 +20910,11 @@ interface ReadReplica {
20904
20910
  status: ReadReplicaStatus;
20905
20911
  /** Region the Read Replica is in. */
20906
20912
  region: Region;
20913
+ /**
20914
+ * Whether the replica is in the same availability zone as the main instance
20915
+ * nodes or not.
20916
+ */
20917
+ sameZone: boolean;
20907
20918
  }
20908
20919
  /** Read replica endpoint spec. */
20909
20920
  interface ReadReplicaEndpointSpec {
@@ -21348,6 +21359,11 @@ type CreateReadReplicaRequest = {
21348
21359
  instanceId: string;
21349
21360
  /** Specification of the endpoint you want to create. */
21350
21361
  endpointSpec?: ReadReplicaEndpointSpec[];
21362
+ /**
21363
+ * Defines whether to create the replica in the same availability zone as the
21364
+ * main instance nodes or not.
21365
+ */
21366
+ sameZone?: boolean;
21351
21367
  };
21352
21368
  type GetReadReplicaRequest = {
21353
21369
  /**
@@ -21772,7 +21788,7 @@ type MigrateEndpointRequest = {
21772
21788
  };
21773
21789
 
21774
21790
  /** Managed Database for PostgreSQL and MySQL API. */
21775
- declare class API$8 extends API$q {
21791
+ declare class API$9 extends API$r {
21776
21792
  /** Lists the available regions of the API. */
21777
21793
  static readonly LOCALITIES: Region[];
21778
21794
  protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
@@ -22391,280 +22407,280 @@ declare const READ_REPLICA_TRANSIENT_STATUSES: ReadReplicaStatus[];
22391
22407
  /** Lists transient statutes of the enum {@link SnapshotStatus}. */
22392
22408
  declare const SNAPSHOT_TRANSIENT_STATUSES: SnapshotStatus[];
22393
22409
 
22394
- type index_gen$8_ACLRuleAction = ACLRuleAction;
22395
- type index_gen$8_ACLRuleDirection = ACLRuleDirection;
22396
- type index_gen$8_ACLRuleProtocol = ACLRuleProtocol;
22397
- type index_gen$8_ACLRuleRequest = ACLRuleRequest;
22398
- type index_gen$8_AddInstanceACLRulesRequest = AddInstanceACLRulesRequest;
22399
- type index_gen$8_AddInstanceACLRulesResponse = AddInstanceACLRulesResponse;
22400
- type index_gen$8_AddInstanceSettingsRequest = AddInstanceSettingsRequest;
22401
- type index_gen$8_AddInstanceSettingsResponse = AddInstanceSettingsResponse;
22402
- type index_gen$8_BackupSchedule = BackupSchedule;
22403
- type index_gen$8_CloneInstanceRequest = CloneInstanceRequest;
22404
- type index_gen$8_CreateDatabaseBackupRequest = CreateDatabaseBackupRequest;
22405
- type index_gen$8_CreateDatabaseRequest = CreateDatabaseRequest;
22406
- type index_gen$8_CreateEndpointRequest = CreateEndpointRequest;
22407
- type index_gen$8_CreateInstanceFromSnapshotRequest = CreateInstanceFromSnapshotRequest;
22408
- type index_gen$8_CreateInstanceRequest = CreateInstanceRequest;
22409
- type index_gen$8_CreateReadReplicaEndpointRequest = CreateReadReplicaEndpointRequest;
22410
- type index_gen$8_CreateReadReplicaRequest = CreateReadReplicaRequest;
22411
- type index_gen$8_CreateSnapshotRequest = CreateSnapshotRequest;
22412
- type index_gen$8_CreateUserRequest = CreateUserRequest;
22413
- declare const index_gen$8_DATABASE_BACKUP_TRANSIENT_STATUSES: typeof DATABASE_BACKUP_TRANSIENT_STATUSES;
22414
- type index_gen$8_Database = Database;
22415
- type index_gen$8_DatabaseBackup = DatabaseBackup;
22416
- type index_gen$8_DatabaseBackupStatus = DatabaseBackupStatus;
22417
- type index_gen$8_DatabaseEngine = DatabaseEngine;
22418
- type index_gen$8_DeleteDatabaseBackupRequest = DeleteDatabaseBackupRequest;
22419
- type index_gen$8_DeleteDatabaseRequest = DeleteDatabaseRequest;
22420
- type index_gen$8_DeleteInstanceACLRulesRequest = DeleteInstanceACLRulesRequest;
22421
- type index_gen$8_DeleteInstanceACLRulesResponse = DeleteInstanceACLRulesResponse;
22422
- type index_gen$8_DeleteInstanceRequest = DeleteInstanceRequest;
22423
- type index_gen$8_DeleteInstanceSettingsRequest = DeleteInstanceSettingsRequest;
22424
- type index_gen$8_DeleteInstanceSettingsResponse = DeleteInstanceSettingsResponse;
22425
- type index_gen$8_DeleteReadReplicaRequest = DeleteReadReplicaRequest;
22426
- type index_gen$8_DeleteSnapshotRequest = DeleteSnapshotRequest;
22427
- type index_gen$8_DeleteUserRequest = DeleteUserRequest;
22428
- type index_gen$8_EndpointDirectAccessDetails = EndpointDirectAccessDetails;
22429
- type index_gen$8_EndpointLoadBalancerDetails = EndpointLoadBalancerDetails;
22430
- type index_gen$8_EndpointPrivateNetworkDetails = EndpointPrivateNetworkDetails;
22431
- type index_gen$8_EndpointSpecLoadBalancer = EndpointSpecLoadBalancer;
22432
- type index_gen$8_EndpointSpecPrivateNetwork = EndpointSpecPrivateNetwork;
22433
- type index_gen$8_EndpointSpecPrivateNetworkIpamConfig = EndpointSpecPrivateNetworkIpamConfig;
22434
- type index_gen$8_EngineSetting = EngineSetting;
22435
- type index_gen$8_EngineSettingPropertyType = EngineSettingPropertyType;
22436
- type index_gen$8_EngineVersion = EngineVersion;
22437
- type index_gen$8_ExportDatabaseBackupRequest = ExportDatabaseBackupRequest;
22438
- type index_gen$8_GetDatabaseBackupRequest = GetDatabaseBackupRequest;
22439
- type index_gen$8_GetInstanceCertificateRequest = GetInstanceCertificateRequest;
22440
- type index_gen$8_GetInstanceLogRequest = GetInstanceLogRequest;
22441
- type index_gen$8_GetInstanceMetricsRequest = GetInstanceMetricsRequest;
22442
- type index_gen$8_GetInstanceRequest = GetInstanceRequest;
22443
- type index_gen$8_GetReadReplicaRequest = GetReadReplicaRequest;
22444
- type index_gen$8_GetSnapshotRequest = GetSnapshotRequest;
22445
- declare const index_gen$8_INSTANCE_LOG_TRANSIENT_STATUSES: typeof INSTANCE_LOG_TRANSIENT_STATUSES;
22446
- declare const index_gen$8_INSTANCE_TRANSIENT_STATUSES: typeof INSTANCE_TRANSIENT_STATUSES;
22447
- type index_gen$8_Instance = Instance;
22448
- type index_gen$8_InstanceLog = InstanceLog;
22449
- type index_gen$8_InstanceLogStatus = InstanceLogStatus;
22450
- type index_gen$8_InstanceMetrics = InstanceMetrics;
22451
- type index_gen$8_InstanceSetting = InstanceSetting;
22452
- type index_gen$8_InstanceStatus = InstanceStatus;
22453
- type index_gen$8_ListDatabaseBackupsRequest = ListDatabaseBackupsRequest;
22454
- type index_gen$8_ListDatabaseBackupsRequestOrderBy = ListDatabaseBackupsRequestOrderBy;
22455
- type index_gen$8_ListDatabaseBackupsResponse = ListDatabaseBackupsResponse;
22456
- type index_gen$8_ListDatabaseEnginesRequest = ListDatabaseEnginesRequest;
22457
- type index_gen$8_ListDatabaseEnginesResponse = ListDatabaseEnginesResponse;
22458
- type index_gen$8_ListDatabasesRequest = ListDatabasesRequest;
22459
- type index_gen$8_ListDatabasesRequestOrderBy = ListDatabasesRequestOrderBy;
22460
- type index_gen$8_ListDatabasesResponse = ListDatabasesResponse;
22461
- type index_gen$8_ListInstanceACLRulesRequest = ListInstanceACLRulesRequest;
22462
- type index_gen$8_ListInstanceACLRulesResponse = ListInstanceACLRulesResponse;
22463
- type index_gen$8_ListInstanceLogsDetailsRequest = ListInstanceLogsDetailsRequest;
22464
- type index_gen$8_ListInstanceLogsDetailsResponse = ListInstanceLogsDetailsResponse;
22465
- type index_gen$8_ListInstanceLogsDetailsResponseInstanceLogDetail = ListInstanceLogsDetailsResponseInstanceLogDetail;
22466
- type index_gen$8_ListInstanceLogsRequest = ListInstanceLogsRequest;
22467
- type index_gen$8_ListInstanceLogsRequestOrderBy = ListInstanceLogsRequestOrderBy;
22468
- type index_gen$8_ListInstanceLogsResponse = ListInstanceLogsResponse;
22469
- type index_gen$8_ListInstancesRequest = ListInstancesRequest;
22470
- type index_gen$8_ListInstancesRequestOrderBy = ListInstancesRequestOrderBy;
22471
- type index_gen$8_ListInstancesResponse = ListInstancesResponse;
22472
- type index_gen$8_ListPrivilegesRequest = ListPrivilegesRequest;
22473
- type index_gen$8_ListPrivilegesRequestOrderBy = ListPrivilegesRequestOrderBy;
22474
- type index_gen$8_ListPrivilegesResponse = ListPrivilegesResponse;
22475
- type index_gen$8_ListSnapshotsRequest = ListSnapshotsRequest;
22476
- type index_gen$8_ListSnapshotsRequestOrderBy = ListSnapshotsRequestOrderBy;
22477
- type index_gen$8_ListSnapshotsResponse = ListSnapshotsResponse;
22478
- type index_gen$8_ListUsersRequest = ListUsersRequest;
22479
- type index_gen$8_ListUsersRequestOrderBy = ListUsersRequestOrderBy;
22480
- type index_gen$8_ListUsersResponse = ListUsersResponse;
22481
- type index_gen$8_LogsPolicy = LogsPolicy;
22482
- declare const index_gen$8_MAINTENANCE_TRANSIENT_STATUSES: typeof MAINTENANCE_TRANSIENT_STATUSES;
22483
- type index_gen$8_Maintenance = Maintenance;
22484
- type index_gen$8_MaintenanceStatus = MaintenanceStatus;
22485
- type index_gen$8_MigrateEndpointRequest = MigrateEndpointRequest;
22486
- type index_gen$8_NodeTypeGeneration = NodeTypeGeneration;
22487
- type index_gen$8_NodeTypeVolumeConstraintSizes = NodeTypeVolumeConstraintSizes;
22488
- type index_gen$8_NodeTypeVolumeType = NodeTypeVolumeType;
22489
- type index_gen$8_Permission = Permission;
22490
- type index_gen$8_PrepareInstanceLogsRequest = PrepareInstanceLogsRequest;
22491
- type index_gen$8_PrepareInstanceLogsResponse = PrepareInstanceLogsResponse;
22492
- type index_gen$8_Privilege = Privilege;
22493
- type index_gen$8_PurgeInstanceLogsRequest = PurgeInstanceLogsRequest;
22494
- declare const index_gen$8_READ_REPLICA_TRANSIENT_STATUSES: typeof READ_REPLICA_TRANSIENT_STATUSES;
22495
- type index_gen$8_ReadReplica = ReadReplica;
22496
- type index_gen$8_ReadReplicaEndpointSpec = ReadReplicaEndpointSpec;
22497
- type index_gen$8_ReadReplicaEndpointSpecDirectAccess = ReadReplicaEndpointSpecDirectAccess;
22498
- type index_gen$8_ReadReplicaEndpointSpecPrivateNetwork = ReadReplicaEndpointSpecPrivateNetwork;
22499
- type index_gen$8_ReadReplicaEndpointSpecPrivateNetworkIpamConfig = ReadReplicaEndpointSpecPrivateNetworkIpamConfig;
22500
- type index_gen$8_ReadReplicaStatus = ReadReplicaStatus;
22501
- type index_gen$8_RenewInstanceCertificateRequest = RenewInstanceCertificateRequest;
22502
- type index_gen$8_ResetReadReplicaRequest = ResetReadReplicaRequest;
22503
- type index_gen$8_RestartInstanceRequest = RestartInstanceRequest;
22504
- type index_gen$8_RestoreDatabaseBackupRequest = RestoreDatabaseBackupRequest;
22505
- declare const index_gen$8_SNAPSHOT_TRANSIENT_STATUSES: typeof SNAPSHOT_TRANSIENT_STATUSES;
22506
- type index_gen$8_SetInstanceACLRulesRequest = SetInstanceACLRulesRequest;
22507
- type index_gen$8_SetInstanceACLRulesResponse = SetInstanceACLRulesResponse;
22508
- type index_gen$8_SetInstanceSettingsRequest = SetInstanceSettingsRequest;
22509
- type index_gen$8_SetInstanceSettingsResponse = SetInstanceSettingsResponse;
22510
- type index_gen$8_SetPrivilegeRequest = SetPrivilegeRequest;
22511
- type index_gen$8_Snapshot = Snapshot;
22512
- type index_gen$8_SnapshotStatus = SnapshotStatus;
22513
- type index_gen$8_UpdateDatabaseBackupRequest = UpdateDatabaseBackupRequest;
22514
- type index_gen$8_UpdateInstanceRequest = UpdateInstanceRequest;
22515
- type index_gen$8_UpdateSnapshotRequest = UpdateSnapshotRequest;
22516
- type index_gen$8_UpdateUserRequest = UpdateUserRequest;
22517
- type index_gen$8_UpgradableVersion = UpgradableVersion;
22518
- type index_gen$8_UpgradeInstanceRequest = UpgradeInstanceRequest;
22519
- type index_gen$8_User = User;
22520
- type index_gen$8_Volume = Volume;
22521
- type index_gen$8_VolumeType = VolumeType;
22522
- declare namespace index_gen$8 {
22410
+ type index_gen$9_ACLRuleAction = ACLRuleAction;
22411
+ type index_gen$9_ACLRuleDirection = ACLRuleDirection;
22412
+ type index_gen$9_ACLRuleProtocol = ACLRuleProtocol;
22413
+ type index_gen$9_ACLRuleRequest = ACLRuleRequest;
22414
+ type index_gen$9_AddInstanceACLRulesRequest = AddInstanceACLRulesRequest;
22415
+ type index_gen$9_AddInstanceACLRulesResponse = AddInstanceACLRulesResponse;
22416
+ type index_gen$9_AddInstanceSettingsRequest = AddInstanceSettingsRequest;
22417
+ type index_gen$9_AddInstanceSettingsResponse = AddInstanceSettingsResponse;
22418
+ type index_gen$9_BackupSchedule = BackupSchedule;
22419
+ type index_gen$9_CloneInstanceRequest = CloneInstanceRequest;
22420
+ type index_gen$9_CreateDatabaseBackupRequest = CreateDatabaseBackupRequest;
22421
+ type index_gen$9_CreateDatabaseRequest = CreateDatabaseRequest;
22422
+ type index_gen$9_CreateEndpointRequest = CreateEndpointRequest;
22423
+ type index_gen$9_CreateInstanceFromSnapshotRequest = CreateInstanceFromSnapshotRequest;
22424
+ type index_gen$9_CreateInstanceRequest = CreateInstanceRequest;
22425
+ type index_gen$9_CreateReadReplicaEndpointRequest = CreateReadReplicaEndpointRequest;
22426
+ type index_gen$9_CreateReadReplicaRequest = CreateReadReplicaRequest;
22427
+ type index_gen$9_CreateSnapshotRequest = CreateSnapshotRequest;
22428
+ type index_gen$9_CreateUserRequest = CreateUserRequest;
22429
+ declare const index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES: typeof DATABASE_BACKUP_TRANSIENT_STATUSES;
22430
+ type index_gen$9_Database = Database;
22431
+ type index_gen$9_DatabaseBackup = DatabaseBackup;
22432
+ type index_gen$9_DatabaseBackupStatus = DatabaseBackupStatus;
22433
+ type index_gen$9_DatabaseEngine = DatabaseEngine;
22434
+ type index_gen$9_DeleteDatabaseBackupRequest = DeleteDatabaseBackupRequest;
22435
+ type index_gen$9_DeleteDatabaseRequest = DeleteDatabaseRequest;
22436
+ type index_gen$9_DeleteInstanceACLRulesRequest = DeleteInstanceACLRulesRequest;
22437
+ type index_gen$9_DeleteInstanceACLRulesResponse = DeleteInstanceACLRulesResponse;
22438
+ type index_gen$9_DeleteInstanceRequest = DeleteInstanceRequest;
22439
+ type index_gen$9_DeleteInstanceSettingsRequest = DeleteInstanceSettingsRequest;
22440
+ type index_gen$9_DeleteInstanceSettingsResponse = DeleteInstanceSettingsResponse;
22441
+ type index_gen$9_DeleteReadReplicaRequest = DeleteReadReplicaRequest;
22442
+ type index_gen$9_DeleteSnapshotRequest = DeleteSnapshotRequest;
22443
+ type index_gen$9_DeleteUserRequest = DeleteUserRequest;
22444
+ type index_gen$9_EndpointDirectAccessDetails = EndpointDirectAccessDetails;
22445
+ type index_gen$9_EndpointLoadBalancerDetails = EndpointLoadBalancerDetails;
22446
+ type index_gen$9_EndpointPrivateNetworkDetails = EndpointPrivateNetworkDetails;
22447
+ type index_gen$9_EndpointSpecLoadBalancer = EndpointSpecLoadBalancer;
22448
+ type index_gen$9_EndpointSpecPrivateNetwork = EndpointSpecPrivateNetwork;
22449
+ type index_gen$9_EndpointSpecPrivateNetworkIpamConfig = EndpointSpecPrivateNetworkIpamConfig;
22450
+ type index_gen$9_EngineSetting = EngineSetting;
22451
+ type index_gen$9_EngineSettingPropertyType = EngineSettingPropertyType;
22452
+ type index_gen$9_EngineVersion = EngineVersion;
22453
+ type index_gen$9_ExportDatabaseBackupRequest = ExportDatabaseBackupRequest;
22454
+ type index_gen$9_GetDatabaseBackupRequest = GetDatabaseBackupRequest;
22455
+ type index_gen$9_GetInstanceCertificateRequest = GetInstanceCertificateRequest;
22456
+ type index_gen$9_GetInstanceLogRequest = GetInstanceLogRequest;
22457
+ type index_gen$9_GetInstanceMetricsRequest = GetInstanceMetricsRequest;
22458
+ type index_gen$9_GetInstanceRequest = GetInstanceRequest;
22459
+ type index_gen$9_GetReadReplicaRequest = GetReadReplicaRequest;
22460
+ type index_gen$9_GetSnapshotRequest = GetSnapshotRequest;
22461
+ declare const index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES: typeof INSTANCE_LOG_TRANSIENT_STATUSES;
22462
+ declare const index_gen$9_INSTANCE_TRANSIENT_STATUSES: typeof INSTANCE_TRANSIENT_STATUSES;
22463
+ type index_gen$9_Instance = Instance;
22464
+ type index_gen$9_InstanceLog = InstanceLog;
22465
+ type index_gen$9_InstanceLogStatus = InstanceLogStatus;
22466
+ type index_gen$9_InstanceMetrics = InstanceMetrics;
22467
+ type index_gen$9_InstanceSetting = InstanceSetting;
22468
+ type index_gen$9_InstanceStatus = InstanceStatus;
22469
+ type index_gen$9_ListDatabaseBackupsRequest = ListDatabaseBackupsRequest;
22470
+ type index_gen$9_ListDatabaseBackupsRequestOrderBy = ListDatabaseBackupsRequestOrderBy;
22471
+ type index_gen$9_ListDatabaseBackupsResponse = ListDatabaseBackupsResponse;
22472
+ type index_gen$9_ListDatabaseEnginesRequest = ListDatabaseEnginesRequest;
22473
+ type index_gen$9_ListDatabaseEnginesResponse = ListDatabaseEnginesResponse;
22474
+ type index_gen$9_ListDatabasesRequest = ListDatabasesRequest;
22475
+ type index_gen$9_ListDatabasesRequestOrderBy = ListDatabasesRequestOrderBy;
22476
+ type index_gen$9_ListDatabasesResponse = ListDatabasesResponse;
22477
+ type index_gen$9_ListInstanceACLRulesRequest = ListInstanceACLRulesRequest;
22478
+ type index_gen$9_ListInstanceACLRulesResponse = ListInstanceACLRulesResponse;
22479
+ type index_gen$9_ListInstanceLogsDetailsRequest = ListInstanceLogsDetailsRequest;
22480
+ type index_gen$9_ListInstanceLogsDetailsResponse = ListInstanceLogsDetailsResponse;
22481
+ type index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail = ListInstanceLogsDetailsResponseInstanceLogDetail;
22482
+ type index_gen$9_ListInstanceLogsRequest = ListInstanceLogsRequest;
22483
+ type index_gen$9_ListInstanceLogsRequestOrderBy = ListInstanceLogsRequestOrderBy;
22484
+ type index_gen$9_ListInstanceLogsResponse = ListInstanceLogsResponse;
22485
+ type index_gen$9_ListInstancesRequest = ListInstancesRequest;
22486
+ type index_gen$9_ListInstancesRequestOrderBy = ListInstancesRequestOrderBy;
22487
+ type index_gen$9_ListInstancesResponse = ListInstancesResponse;
22488
+ type index_gen$9_ListPrivilegesRequest = ListPrivilegesRequest;
22489
+ type index_gen$9_ListPrivilegesRequestOrderBy = ListPrivilegesRequestOrderBy;
22490
+ type index_gen$9_ListPrivilegesResponse = ListPrivilegesResponse;
22491
+ type index_gen$9_ListSnapshotsRequest = ListSnapshotsRequest;
22492
+ type index_gen$9_ListSnapshotsRequestOrderBy = ListSnapshotsRequestOrderBy;
22493
+ type index_gen$9_ListSnapshotsResponse = ListSnapshotsResponse;
22494
+ type index_gen$9_ListUsersRequest = ListUsersRequest;
22495
+ type index_gen$9_ListUsersRequestOrderBy = ListUsersRequestOrderBy;
22496
+ type index_gen$9_ListUsersResponse = ListUsersResponse;
22497
+ type index_gen$9_LogsPolicy = LogsPolicy;
22498
+ declare const index_gen$9_MAINTENANCE_TRANSIENT_STATUSES: typeof MAINTENANCE_TRANSIENT_STATUSES;
22499
+ type index_gen$9_Maintenance = Maintenance;
22500
+ type index_gen$9_MaintenanceStatus = MaintenanceStatus;
22501
+ type index_gen$9_MigrateEndpointRequest = MigrateEndpointRequest;
22502
+ type index_gen$9_NodeTypeGeneration = NodeTypeGeneration;
22503
+ type index_gen$9_NodeTypeVolumeConstraintSizes = NodeTypeVolumeConstraintSizes;
22504
+ type index_gen$9_NodeTypeVolumeType = NodeTypeVolumeType;
22505
+ type index_gen$9_Permission = Permission;
22506
+ type index_gen$9_PrepareInstanceLogsRequest = PrepareInstanceLogsRequest;
22507
+ type index_gen$9_PrepareInstanceLogsResponse = PrepareInstanceLogsResponse;
22508
+ type index_gen$9_Privilege = Privilege;
22509
+ type index_gen$9_PurgeInstanceLogsRequest = PurgeInstanceLogsRequest;
22510
+ declare const index_gen$9_READ_REPLICA_TRANSIENT_STATUSES: typeof READ_REPLICA_TRANSIENT_STATUSES;
22511
+ type index_gen$9_ReadReplica = ReadReplica;
22512
+ type index_gen$9_ReadReplicaEndpointSpec = ReadReplicaEndpointSpec;
22513
+ type index_gen$9_ReadReplicaEndpointSpecDirectAccess = ReadReplicaEndpointSpecDirectAccess;
22514
+ type index_gen$9_ReadReplicaEndpointSpecPrivateNetwork = ReadReplicaEndpointSpecPrivateNetwork;
22515
+ type index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig = ReadReplicaEndpointSpecPrivateNetworkIpamConfig;
22516
+ type index_gen$9_ReadReplicaStatus = ReadReplicaStatus;
22517
+ type index_gen$9_RenewInstanceCertificateRequest = RenewInstanceCertificateRequest;
22518
+ type index_gen$9_ResetReadReplicaRequest = ResetReadReplicaRequest;
22519
+ type index_gen$9_RestartInstanceRequest = RestartInstanceRequest;
22520
+ type index_gen$9_RestoreDatabaseBackupRequest = RestoreDatabaseBackupRequest;
22521
+ declare const index_gen$9_SNAPSHOT_TRANSIENT_STATUSES: typeof SNAPSHOT_TRANSIENT_STATUSES;
22522
+ type index_gen$9_SetInstanceACLRulesRequest = SetInstanceACLRulesRequest;
22523
+ type index_gen$9_SetInstanceACLRulesResponse = SetInstanceACLRulesResponse;
22524
+ type index_gen$9_SetInstanceSettingsRequest = SetInstanceSettingsRequest;
22525
+ type index_gen$9_SetInstanceSettingsResponse = SetInstanceSettingsResponse;
22526
+ type index_gen$9_SetPrivilegeRequest = SetPrivilegeRequest;
22527
+ type index_gen$9_Snapshot = Snapshot;
22528
+ type index_gen$9_SnapshotStatus = SnapshotStatus;
22529
+ type index_gen$9_UpdateDatabaseBackupRequest = UpdateDatabaseBackupRequest;
22530
+ type index_gen$9_UpdateInstanceRequest = UpdateInstanceRequest;
22531
+ type index_gen$9_UpdateSnapshotRequest = UpdateSnapshotRequest;
22532
+ type index_gen$9_UpdateUserRequest = UpdateUserRequest;
22533
+ type index_gen$9_UpgradableVersion = UpgradableVersion;
22534
+ type index_gen$9_UpgradeInstanceRequest = UpgradeInstanceRequest;
22535
+ type index_gen$9_User = User;
22536
+ type index_gen$9_Volume = Volume;
22537
+ type index_gen$9_VolumeType = VolumeType;
22538
+ declare namespace index_gen$9 {
22523
22539
  export {
22524
22540
  ACLRule$1 as ACLRule,
22525
- index_gen$8_ACLRuleAction as ACLRuleAction,
22526
- index_gen$8_ACLRuleDirection as ACLRuleDirection,
22527
- index_gen$8_ACLRuleProtocol as ACLRuleProtocol,
22528
- index_gen$8_ACLRuleRequest as ACLRuleRequest,
22529
- API$8 as API,
22530
- index_gen$8_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest,
22531
- index_gen$8_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse,
22532
- index_gen$8_AddInstanceSettingsRequest as AddInstanceSettingsRequest,
22533
- index_gen$8_AddInstanceSettingsResponse as AddInstanceSettingsResponse,
22534
- index_gen$8_BackupSchedule as BackupSchedule,
22535
- index_gen$8_CloneInstanceRequest as CloneInstanceRequest,
22536
- index_gen$8_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest,
22537
- index_gen$8_CreateDatabaseRequest as CreateDatabaseRequest,
22538
- index_gen$8_CreateEndpointRequest as CreateEndpointRequest,
22539
- index_gen$8_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest,
22540
- index_gen$8_CreateInstanceRequest as CreateInstanceRequest,
22541
- index_gen$8_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest,
22542
- index_gen$8_CreateReadReplicaRequest as CreateReadReplicaRequest,
22543
- index_gen$8_CreateSnapshotRequest as CreateSnapshotRequest,
22544
- index_gen$8_CreateUserRequest as CreateUserRequest,
22545
- index_gen$8_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES,
22546
- index_gen$8_Database as Database,
22547
- index_gen$8_DatabaseBackup as DatabaseBackup,
22548
- index_gen$8_DatabaseBackupStatus as DatabaseBackupStatus,
22549
- index_gen$8_DatabaseEngine as DatabaseEngine,
22550
- index_gen$8_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest,
22551
- index_gen$8_DeleteDatabaseRequest as DeleteDatabaseRequest,
22541
+ index_gen$9_ACLRuleAction as ACLRuleAction,
22542
+ index_gen$9_ACLRuleDirection as ACLRuleDirection,
22543
+ index_gen$9_ACLRuleProtocol as ACLRuleProtocol,
22544
+ index_gen$9_ACLRuleRequest as ACLRuleRequest,
22545
+ API$9 as API,
22546
+ index_gen$9_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest,
22547
+ index_gen$9_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse,
22548
+ index_gen$9_AddInstanceSettingsRequest as AddInstanceSettingsRequest,
22549
+ index_gen$9_AddInstanceSettingsResponse as AddInstanceSettingsResponse,
22550
+ index_gen$9_BackupSchedule as BackupSchedule,
22551
+ index_gen$9_CloneInstanceRequest as CloneInstanceRequest,
22552
+ index_gen$9_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest,
22553
+ index_gen$9_CreateDatabaseRequest as CreateDatabaseRequest,
22554
+ index_gen$9_CreateEndpointRequest as CreateEndpointRequest,
22555
+ index_gen$9_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest,
22556
+ index_gen$9_CreateInstanceRequest as CreateInstanceRequest,
22557
+ index_gen$9_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest,
22558
+ index_gen$9_CreateReadReplicaRequest as CreateReadReplicaRequest,
22559
+ index_gen$9_CreateSnapshotRequest as CreateSnapshotRequest,
22560
+ index_gen$9_CreateUserRequest as CreateUserRequest,
22561
+ index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES,
22562
+ index_gen$9_Database as Database,
22563
+ index_gen$9_DatabaseBackup as DatabaseBackup,
22564
+ index_gen$9_DatabaseBackupStatus as DatabaseBackupStatus,
22565
+ index_gen$9_DatabaseEngine as DatabaseEngine,
22566
+ index_gen$9_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest,
22567
+ index_gen$9_DeleteDatabaseRequest as DeleteDatabaseRequest,
22552
22568
  DeleteEndpointRequest$1 as DeleteEndpointRequest,
22553
- index_gen$8_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest,
22554
- index_gen$8_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse,
22555
- index_gen$8_DeleteInstanceRequest as DeleteInstanceRequest,
22556
- index_gen$8_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest,
22557
- index_gen$8_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse,
22558
- index_gen$8_DeleteReadReplicaRequest as DeleteReadReplicaRequest,
22559
- index_gen$8_DeleteSnapshotRequest as DeleteSnapshotRequest,
22560
- index_gen$8_DeleteUserRequest as DeleteUserRequest,
22569
+ index_gen$9_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest,
22570
+ index_gen$9_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse,
22571
+ index_gen$9_DeleteInstanceRequest as DeleteInstanceRequest,
22572
+ index_gen$9_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest,
22573
+ index_gen$9_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse,
22574
+ index_gen$9_DeleteReadReplicaRequest as DeleteReadReplicaRequest,
22575
+ index_gen$9_DeleteSnapshotRequest as DeleteSnapshotRequest,
22576
+ index_gen$9_DeleteUserRequest as DeleteUserRequest,
22561
22577
  Endpoint$1 as Endpoint,
22562
- index_gen$8_EndpointDirectAccessDetails as EndpointDirectAccessDetails,
22563
- index_gen$8_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails,
22564
- index_gen$8_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails,
22578
+ index_gen$9_EndpointDirectAccessDetails as EndpointDirectAccessDetails,
22579
+ index_gen$9_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails,
22580
+ index_gen$9_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails,
22565
22581
  EndpointSpec$1 as EndpointSpec,
22566
- index_gen$8_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer,
22567
- index_gen$8_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork,
22568
- index_gen$8_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig,
22569
- index_gen$8_EngineSetting as EngineSetting,
22570
- index_gen$8_EngineSettingPropertyType as EngineSettingPropertyType,
22571
- index_gen$8_EngineVersion as EngineVersion,
22572
- index_gen$8_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest,
22573
- index_gen$8_GetDatabaseBackupRequest as GetDatabaseBackupRequest,
22582
+ index_gen$9_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer,
22583
+ index_gen$9_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork,
22584
+ index_gen$9_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig,
22585
+ index_gen$9_EngineSetting as EngineSetting,
22586
+ index_gen$9_EngineSettingPropertyType as EngineSettingPropertyType,
22587
+ index_gen$9_EngineVersion as EngineVersion,
22588
+ index_gen$9_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest,
22589
+ index_gen$9_GetDatabaseBackupRequest as GetDatabaseBackupRequest,
22574
22590
  GetEndpointRequest$1 as GetEndpointRequest,
22575
- index_gen$8_GetInstanceCertificateRequest as GetInstanceCertificateRequest,
22576
- index_gen$8_GetInstanceLogRequest as GetInstanceLogRequest,
22577
- index_gen$8_GetInstanceMetricsRequest as GetInstanceMetricsRequest,
22578
- index_gen$8_GetInstanceRequest as GetInstanceRequest,
22579
- index_gen$8_GetReadReplicaRequest as GetReadReplicaRequest,
22580
- index_gen$8_GetSnapshotRequest as GetSnapshotRequest,
22581
- index_gen$8_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES,
22582
- index_gen$8_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES,
22583
- index_gen$8_Instance as Instance,
22584
- index_gen$8_InstanceLog as InstanceLog,
22585
- index_gen$8_InstanceLogStatus as InstanceLogStatus,
22586
- index_gen$8_InstanceMetrics as InstanceMetrics,
22587
- index_gen$8_InstanceSetting as InstanceSetting,
22588
- index_gen$8_InstanceStatus as InstanceStatus,
22589
- index_gen$8_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest,
22590
- index_gen$8_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy,
22591
- index_gen$8_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse,
22592
- index_gen$8_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest,
22593
- index_gen$8_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse,
22594
- index_gen$8_ListDatabasesRequest as ListDatabasesRequest,
22595
- index_gen$8_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy,
22596
- index_gen$8_ListDatabasesResponse as ListDatabasesResponse,
22597
- index_gen$8_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest,
22598
- index_gen$8_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse,
22599
- index_gen$8_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest,
22600
- index_gen$8_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse,
22601
- index_gen$8_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail,
22602
- index_gen$8_ListInstanceLogsRequest as ListInstanceLogsRequest,
22603
- index_gen$8_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy,
22604
- index_gen$8_ListInstanceLogsResponse as ListInstanceLogsResponse,
22605
- index_gen$8_ListInstancesRequest as ListInstancesRequest,
22606
- index_gen$8_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy,
22607
- index_gen$8_ListInstancesResponse as ListInstancesResponse,
22591
+ index_gen$9_GetInstanceCertificateRequest as GetInstanceCertificateRequest,
22592
+ index_gen$9_GetInstanceLogRequest as GetInstanceLogRequest,
22593
+ index_gen$9_GetInstanceMetricsRequest as GetInstanceMetricsRequest,
22594
+ index_gen$9_GetInstanceRequest as GetInstanceRequest,
22595
+ index_gen$9_GetReadReplicaRequest as GetReadReplicaRequest,
22596
+ index_gen$9_GetSnapshotRequest as GetSnapshotRequest,
22597
+ index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES,
22598
+ index_gen$9_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES,
22599
+ index_gen$9_Instance as Instance,
22600
+ index_gen$9_InstanceLog as InstanceLog,
22601
+ index_gen$9_InstanceLogStatus as InstanceLogStatus,
22602
+ index_gen$9_InstanceMetrics as InstanceMetrics,
22603
+ index_gen$9_InstanceSetting as InstanceSetting,
22604
+ index_gen$9_InstanceStatus as InstanceStatus,
22605
+ index_gen$9_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest,
22606
+ index_gen$9_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy,
22607
+ index_gen$9_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse,
22608
+ index_gen$9_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest,
22609
+ index_gen$9_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse,
22610
+ index_gen$9_ListDatabasesRequest as ListDatabasesRequest,
22611
+ index_gen$9_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy,
22612
+ index_gen$9_ListDatabasesResponse as ListDatabasesResponse,
22613
+ index_gen$9_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest,
22614
+ index_gen$9_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse,
22615
+ index_gen$9_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest,
22616
+ index_gen$9_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse,
22617
+ index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail,
22618
+ index_gen$9_ListInstanceLogsRequest as ListInstanceLogsRequest,
22619
+ index_gen$9_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy,
22620
+ index_gen$9_ListInstanceLogsResponse as ListInstanceLogsResponse,
22621
+ index_gen$9_ListInstancesRequest as ListInstancesRequest,
22622
+ index_gen$9_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy,
22623
+ index_gen$9_ListInstancesResponse as ListInstancesResponse,
22608
22624
  ListNodeTypesRequest$1 as ListNodeTypesRequest,
22609
22625
  ListNodeTypesResponse$1 as ListNodeTypesResponse,
22610
- index_gen$8_ListPrivilegesRequest as ListPrivilegesRequest,
22611
- index_gen$8_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy,
22612
- index_gen$8_ListPrivilegesResponse as ListPrivilegesResponse,
22613
- index_gen$8_ListSnapshotsRequest as ListSnapshotsRequest,
22614
- index_gen$8_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy,
22615
- index_gen$8_ListSnapshotsResponse as ListSnapshotsResponse,
22616
- index_gen$8_ListUsersRequest as ListUsersRequest,
22617
- index_gen$8_ListUsersRequestOrderBy as ListUsersRequestOrderBy,
22618
- index_gen$8_ListUsersResponse as ListUsersResponse,
22619
- index_gen$8_LogsPolicy as LogsPolicy,
22620
- index_gen$8_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES,
22621
- index_gen$8_Maintenance as Maintenance,
22622
- index_gen$8_MaintenanceStatus as MaintenanceStatus,
22623
- index_gen$8_MigrateEndpointRequest as MigrateEndpointRequest,
22626
+ index_gen$9_ListPrivilegesRequest as ListPrivilegesRequest,
22627
+ index_gen$9_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy,
22628
+ index_gen$9_ListPrivilegesResponse as ListPrivilegesResponse,
22629
+ index_gen$9_ListSnapshotsRequest as ListSnapshotsRequest,
22630
+ index_gen$9_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy,
22631
+ index_gen$9_ListSnapshotsResponse as ListSnapshotsResponse,
22632
+ index_gen$9_ListUsersRequest as ListUsersRequest,
22633
+ index_gen$9_ListUsersRequestOrderBy as ListUsersRequestOrderBy,
22634
+ index_gen$9_ListUsersResponse as ListUsersResponse,
22635
+ index_gen$9_LogsPolicy as LogsPolicy,
22636
+ index_gen$9_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES,
22637
+ index_gen$9_Maintenance as Maintenance,
22638
+ index_gen$9_MaintenanceStatus as MaintenanceStatus,
22639
+ index_gen$9_MigrateEndpointRequest as MigrateEndpointRequest,
22624
22640
  NodeType$1 as NodeType,
22625
- index_gen$8_NodeTypeGeneration as NodeTypeGeneration,
22641
+ index_gen$9_NodeTypeGeneration as NodeTypeGeneration,
22626
22642
  NodeTypeStock$1 as NodeTypeStock,
22627
- index_gen$8_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes,
22628
- index_gen$8_NodeTypeVolumeType as NodeTypeVolumeType,
22629
- index_gen$8_Permission as Permission,
22630
- index_gen$8_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest,
22631
- index_gen$8_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse,
22632
- index_gen$8_Privilege as Privilege,
22633
- index_gen$8_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest,
22634
- index_gen$8_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES,
22635
- index_gen$8_ReadReplica as ReadReplica,
22636
- index_gen$8_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec,
22637
- index_gen$8_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess,
22638
- index_gen$8_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork,
22639
- index_gen$8_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig,
22640
- index_gen$8_ReadReplicaStatus as ReadReplicaStatus,
22641
- index_gen$8_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest,
22642
- index_gen$8_ResetReadReplicaRequest as ResetReadReplicaRequest,
22643
- index_gen$8_RestartInstanceRequest as RestartInstanceRequest,
22644
- index_gen$8_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest,
22645
- index_gen$8_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES,
22646
- index_gen$8_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest,
22647
- index_gen$8_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse,
22648
- index_gen$8_SetInstanceSettingsRequest as SetInstanceSettingsRequest,
22649
- index_gen$8_SetInstanceSettingsResponse as SetInstanceSettingsResponse,
22650
- index_gen$8_SetPrivilegeRequest as SetPrivilegeRequest,
22651
- index_gen$8_Snapshot as Snapshot,
22652
- index_gen$8_SnapshotStatus as SnapshotStatus,
22653
- index_gen$8_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest,
22654
- index_gen$8_UpdateInstanceRequest as UpdateInstanceRequest,
22655
- index_gen$8_UpdateSnapshotRequest as UpdateSnapshotRequest,
22656
- index_gen$8_UpdateUserRequest as UpdateUserRequest,
22657
- index_gen$8_UpgradableVersion as UpgradableVersion,
22658
- index_gen$8_UpgradeInstanceRequest as UpgradeInstanceRequest,
22659
- index_gen$8_User as User,
22660
- index_gen$8_Volume as Volume,
22661
- index_gen$8_VolumeType as VolumeType,
22643
+ index_gen$9_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes,
22644
+ index_gen$9_NodeTypeVolumeType as NodeTypeVolumeType,
22645
+ index_gen$9_Permission as Permission,
22646
+ index_gen$9_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest,
22647
+ index_gen$9_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse,
22648
+ index_gen$9_Privilege as Privilege,
22649
+ index_gen$9_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest,
22650
+ index_gen$9_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES,
22651
+ index_gen$9_ReadReplica as ReadReplica,
22652
+ index_gen$9_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec,
22653
+ index_gen$9_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess,
22654
+ index_gen$9_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork,
22655
+ index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig,
22656
+ index_gen$9_ReadReplicaStatus as ReadReplicaStatus,
22657
+ index_gen$9_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest,
22658
+ index_gen$9_ResetReadReplicaRequest as ResetReadReplicaRequest,
22659
+ index_gen$9_RestartInstanceRequest as RestartInstanceRequest,
22660
+ index_gen$9_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest,
22661
+ index_gen$9_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES,
22662
+ index_gen$9_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest,
22663
+ index_gen$9_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse,
22664
+ index_gen$9_SetInstanceSettingsRequest as SetInstanceSettingsRequest,
22665
+ index_gen$9_SetInstanceSettingsResponse as SetInstanceSettingsResponse,
22666
+ index_gen$9_SetPrivilegeRequest as SetPrivilegeRequest,
22667
+ index_gen$9_Snapshot as Snapshot,
22668
+ index_gen$9_SnapshotStatus as SnapshotStatus,
22669
+ index_gen$9_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest,
22670
+ index_gen$9_UpdateInstanceRequest as UpdateInstanceRequest,
22671
+ index_gen$9_UpdateSnapshotRequest as UpdateSnapshotRequest,
22672
+ index_gen$9_UpdateUserRequest as UpdateUserRequest,
22673
+ index_gen$9_UpgradableVersion as UpgradableVersion,
22674
+ index_gen$9_UpgradeInstanceRequest as UpgradeInstanceRequest,
22675
+ index_gen$9_User as User,
22676
+ index_gen$9_Volume as Volume,
22677
+ index_gen$9_VolumeType as VolumeType,
22662
22678
  };
22663
22679
  }
22664
22680
 
22665
22681
  declare namespace index$8 {
22666
22682
  export {
22667
- index_gen$8 as v1,
22683
+ index_gen$9 as v1,
22668
22684
  };
22669
22685
  }
22670
22686
 
@@ -22798,7 +22814,7 @@ interface Endpoint {
22798
22814
  * One-of ('details'): at most one of 'privateNetwork', 'publicNetwork' could
22799
22815
  * be set.
22800
22816
  */
22801
- privateNetwork?: PrivateNetwork$1;
22817
+ privateNetwork?: PrivateNetwork$2;
22802
22818
  /**
22803
22819
  * Public network details.
22804
22820
  *
@@ -22889,7 +22905,7 @@ interface NodeType {
22889
22905
  zone: Zone;
22890
22906
  }
22891
22907
  /** Private network. */
22892
- interface PrivateNetwork$1 {
22908
+ interface PrivateNetwork$2 {
22893
22909
  /** UUID of the Private Network. */
22894
22910
  id: string;
22895
22911
  /** List of IPv4 CIDR notation addresses of the endpoint. */
@@ -23156,7 +23172,7 @@ type UpdateEndpointRequest = {
23156
23172
  };
23157
23173
 
23158
23174
  /** Managed Database for Redis™ API. */
23159
- declare class API$7 extends API$q {
23175
+ declare class API$8 extends API$r {
23160
23176
  /** Lists the available zones of the API. */
23161
23177
  static readonly LOCALITIES: Zone[];
23162
23178
  /**
@@ -23405,116 +23421,116 @@ declare class API$7 extends API$q {
23405
23421
  /** Lists transient statutes of the enum {@link ClusterStatus}. */
23406
23422
  declare const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[];
23407
23423
 
23408
- type index_gen$7_ACLRule = ACLRule;
23409
- type index_gen$7_ACLRuleSpec = ACLRuleSpec;
23410
- type index_gen$7_AddAclRulesRequest = AddAclRulesRequest;
23411
- type index_gen$7_AddAclRulesResponse = AddAclRulesResponse;
23412
- type index_gen$7_AddClusterSettingsRequest = AddClusterSettingsRequest;
23413
- type index_gen$7_AddEndpointsRequest = AddEndpointsRequest;
23414
- type index_gen$7_AddEndpointsResponse = AddEndpointsResponse;
23415
- type index_gen$7_AvailableClusterSetting = AvailableClusterSetting;
23416
- type index_gen$7_AvailableClusterSettingPropertyType = AvailableClusterSettingPropertyType;
23417
- declare const index_gen$7_CLUSTER_TRANSIENT_STATUSES: typeof CLUSTER_TRANSIENT_STATUSES;
23418
- type index_gen$7_Cluster = Cluster;
23419
- type index_gen$7_ClusterMetricsResponse = ClusterMetricsResponse;
23420
- type index_gen$7_ClusterSetting = ClusterSetting;
23421
- type index_gen$7_ClusterSettingsResponse = ClusterSettingsResponse;
23422
- type index_gen$7_ClusterStatus = ClusterStatus;
23423
- type index_gen$7_ClusterVersion = ClusterVersion;
23424
- type index_gen$7_CreateClusterRequest = CreateClusterRequest;
23425
- type index_gen$7_DeleteAclRuleRequest = DeleteAclRuleRequest;
23426
- type index_gen$7_DeleteClusterRequest = DeleteClusterRequest;
23427
- type index_gen$7_DeleteClusterSettingRequest = DeleteClusterSettingRequest;
23428
- type index_gen$7_DeleteEndpointRequest = DeleteEndpointRequest;
23429
- type index_gen$7_Endpoint = Endpoint;
23430
- type index_gen$7_EndpointSpec = EndpointSpec;
23431
- type index_gen$7_EndpointSpecPrivateNetworkSpec = EndpointSpecPrivateNetworkSpec;
23432
- type index_gen$7_EndpointSpecPrivateNetworkSpecIpamConfig = EndpointSpecPrivateNetworkSpecIpamConfig;
23433
- type index_gen$7_EndpointSpecPublicNetworkSpec = EndpointSpecPublicNetworkSpec;
23434
- type index_gen$7_GetAclRuleRequest = GetAclRuleRequest;
23435
- type index_gen$7_GetClusterCertificateRequest = GetClusterCertificateRequest;
23436
- type index_gen$7_GetClusterMetricsRequest = GetClusterMetricsRequest;
23437
- type index_gen$7_GetClusterRequest = GetClusterRequest;
23438
- type index_gen$7_GetEndpointRequest = GetEndpointRequest;
23439
- type index_gen$7_ListClusterVersionsRequest = ListClusterVersionsRequest;
23440
- type index_gen$7_ListClusterVersionsResponse = ListClusterVersionsResponse;
23441
- type index_gen$7_ListClustersRequest = ListClustersRequest;
23442
- type index_gen$7_ListClustersRequestOrderBy = ListClustersRequestOrderBy;
23443
- type index_gen$7_ListClustersResponse = ListClustersResponse;
23444
- type index_gen$7_ListNodeTypesRequest = ListNodeTypesRequest;
23445
- type index_gen$7_ListNodeTypesResponse = ListNodeTypesResponse;
23446
- type index_gen$7_MigrateClusterRequest = MigrateClusterRequest;
23447
- type index_gen$7_NodeType = NodeType;
23448
- type index_gen$7_NodeTypeStock = NodeTypeStock;
23449
- type index_gen$7_PublicNetwork = PublicNetwork;
23450
- type index_gen$7_RenewClusterCertificateRequest = RenewClusterCertificateRequest;
23451
- type index_gen$7_SetAclRulesRequest = SetAclRulesRequest;
23452
- type index_gen$7_SetAclRulesResponse = SetAclRulesResponse;
23453
- type index_gen$7_SetClusterSettingsRequest = SetClusterSettingsRequest;
23454
- type index_gen$7_SetEndpointsRequest = SetEndpointsRequest;
23455
- type index_gen$7_SetEndpointsResponse = SetEndpointsResponse;
23456
- type index_gen$7_UpdateClusterRequest = UpdateClusterRequest;
23457
- type index_gen$7_UpdateEndpointRequest = UpdateEndpointRequest;
23458
- declare namespace index_gen$7 {
23424
+ type index_gen$8_ACLRule = ACLRule;
23425
+ type index_gen$8_ACLRuleSpec = ACLRuleSpec;
23426
+ type index_gen$8_AddAclRulesRequest = AddAclRulesRequest;
23427
+ type index_gen$8_AddAclRulesResponse = AddAclRulesResponse;
23428
+ type index_gen$8_AddClusterSettingsRequest = AddClusterSettingsRequest;
23429
+ type index_gen$8_AddEndpointsRequest = AddEndpointsRequest;
23430
+ type index_gen$8_AddEndpointsResponse = AddEndpointsResponse;
23431
+ type index_gen$8_AvailableClusterSetting = AvailableClusterSetting;
23432
+ type index_gen$8_AvailableClusterSettingPropertyType = AvailableClusterSettingPropertyType;
23433
+ declare const index_gen$8_CLUSTER_TRANSIENT_STATUSES: typeof CLUSTER_TRANSIENT_STATUSES;
23434
+ type index_gen$8_Cluster = Cluster;
23435
+ type index_gen$8_ClusterMetricsResponse = ClusterMetricsResponse;
23436
+ type index_gen$8_ClusterSetting = ClusterSetting;
23437
+ type index_gen$8_ClusterSettingsResponse = ClusterSettingsResponse;
23438
+ type index_gen$8_ClusterStatus = ClusterStatus;
23439
+ type index_gen$8_ClusterVersion = ClusterVersion;
23440
+ type index_gen$8_CreateClusterRequest = CreateClusterRequest;
23441
+ type index_gen$8_DeleteAclRuleRequest = DeleteAclRuleRequest;
23442
+ type index_gen$8_DeleteClusterRequest = DeleteClusterRequest;
23443
+ type index_gen$8_DeleteClusterSettingRequest = DeleteClusterSettingRequest;
23444
+ type index_gen$8_DeleteEndpointRequest = DeleteEndpointRequest;
23445
+ type index_gen$8_Endpoint = Endpoint;
23446
+ type index_gen$8_EndpointSpec = EndpointSpec;
23447
+ type index_gen$8_EndpointSpecPrivateNetworkSpec = EndpointSpecPrivateNetworkSpec;
23448
+ type index_gen$8_EndpointSpecPrivateNetworkSpecIpamConfig = EndpointSpecPrivateNetworkSpecIpamConfig;
23449
+ type index_gen$8_EndpointSpecPublicNetworkSpec = EndpointSpecPublicNetworkSpec;
23450
+ type index_gen$8_GetAclRuleRequest = GetAclRuleRequest;
23451
+ type index_gen$8_GetClusterCertificateRequest = GetClusterCertificateRequest;
23452
+ type index_gen$8_GetClusterMetricsRequest = GetClusterMetricsRequest;
23453
+ type index_gen$8_GetClusterRequest = GetClusterRequest;
23454
+ type index_gen$8_GetEndpointRequest = GetEndpointRequest;
23455
+ type index_gen$8_ListClusterVersionsRequest = ListClusterVersionsRequest;
23456
+ type index_gen$8_ListClusterVersionsResponse = ListClusterVersionsResponse;
23457
+ type index_gen$8_ListClustersRequest = ListClustersRequest;
23458
+ type index_gen$8_ListClustersRequestOrderBy = ListClustersRequestOrderBy;
23459
+ type index_gen$8_ListClustersResponse = ListClustersResponse;
23460
+ type index_gen$8_ListNodeTypesRequest = ListNodeTypesRequest;
23461
+ type index_gen$8_ListNodeTypesResponse = ListNodeTypesResponse;
23462
+ type index_gen$8_MigrateClusterRequest = MigrateClusterRequest;
23463
+ type index_gen$8_NodeType = NodeType;
23464
+ type index_gen$8_NodeTypeStock = NodeTypeStock;
23465
+ type index_gen$8_PublicNetwork = PublicNetwork;
23466
+ type index_gen$8_RenewClusterCertificateRequest = RenewClusterCertificateRequest;
23467
+ type index_gen$8_SetAclRulesRequest = SetAclRulesRequest;
23468
+ type index_gen$8_SetAclRulesResponse = SetAclRulesResponse;
23469
+ type index_gen$8_SetClusterSettingsRequest = SetClusterSettingsRequest;
23470
+ type index_gen$8_SetEndpointsRequest = SetEndpointsRequest;
23471
+ type index_gen$8_SetEndpointsResponse = SetEndpointsResponse;
23472
+ type index_gen$8_UpdateClusterRequest = UpdateClusterRequest;
23473
+ type index_gen$8_UpdateEndpointRequest = UpdateEndpointRequest;
23474
+ declare namespace index_gen$8 {
23459
23475
  export {
23460
- index_gen$7_ACLRule as ACLRule,
23461
- index_gen$7_ACLRuleSpec as ACLRuleSpec,
23462
- API$7 as API,
23463
- index_gen$7_AddAclRulesRequest as AddAclRulesRequest,
23464
- index_gen$7_AddAclRulesResponse as AddAclRulesResponse,
23465
- index_gen$7_AddClusterSettingsRequest as AddClusterSettingsRequest,
23466
- index_gen$7_AddEndpointsRequest as AddEndpointsRequest,
23467
- index_gen$7_AddEndpointsResponse as AddEndpointsResponse,
23468
- index_gen$7_AvailableClusterSetting as AvailableClusterSetting,
23469
- index_gen$7_AvailableClusterSettingPropertyType as AvailableClusterSettingPropertyType,
23470
- index_gen$7_CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES,
23471
- index_gen$7_Cluster as Cluster,
23472
- index_gen$7_ClusterMetricsResponse as ClusterMetricsResponse,
23473
- index_gen$7_ClusterSetting as ClusterSetting,
23474
- index_gen$7_ClusterSettingsResponse as ClusterSettingsResponse,
23475
- index_gen$7_ClusterStatus as ClusterStatus,
23476
- index_gen$7_ClusterVersion as ClusterVersion,
23477
- index_gen$7_CreateClusterRequest as CreateClusterRequest,
23478
- index_gen$7_DeleteAclRuleRequest as DeleteAclRuleRequest,
23479
- index_gen$7_DeleteClusterRequest as DeleteClusterRequest,
23480
- index_gen$7_DeleteClusterSettingRequest as DeleteClusterSettingRequest,
23481
- index_gen$7_DeleteEndpointRequest as DeleteEndpointRequest,
23482
- index_gen$7_Endpoint as Endpoint,
23483
- index_gen$7_EndpointSpec as EndpointSpec,
23484
- index_gen$7_EndpointSpecPrivateNetworkSpec as EndpointSpecPrivateNetworkSpec,
23485
- index_gen$7_EndpointSpecPrivateNetworkSpecIpamConfig as EndpointSpecPrivateNetworkSpecIpamConfig,
23486
- index_gen$7_EndpointSpecPublicNetworkSpec as EndpointSpecPublicNetworkSpec,
23487
- index_gen$7_GetAclRuleRequest as GetAclRuleRequest,
23488
- index_gen$7_GetClusterCertificateRequest as GetClusterCertificateRequest,
23489
- index_gen$7_GetClusterMetricsRequest as GetClusterMetricsRequest,
23490
- index_gen$7_GetClusterRequest as GetClusterRequest,
23491
- index_gen$7_GetEndpointRequest as GetEndpointRequest,
23492
- index_gen$7_ListClusterVersionsRequest as ListClusterVersionsRequest,
23493
- index_gen$7_ListClusterVersionsResponse as ListClusterVersionsResponse,
23494
- index_gen$7_ListClustersRequest as ListClustersRequest,
23495
- index_gen$7_ListClustersRequestOrderBy as ListClustersRequestOrderBy,
23496
- index_gen$7_ListClustersResponse as ListClustersResponse,
23497
- index_gen$7_ListNodeTypesRequest as ListNodeTypesRequest,
23498
- index_gen$7_ListNodeTypesResponse as ListNodeTypesResponse,
23499
- index_gen$7_MigrateClusterRequest as MigrateClusterRequest,
23500
- index_gen$7_NodeType as NodeType,
23501
- index_gen$7_NodeTypeStock as NodeTypeStock,
23502
- PrivateNetwork$1 as PrivateNetwork,
23503
- index_gen$7_PublicNetwork as PublicNetwork,
23504
- index_gen$7_RenewClusterCertificateRequest as RenewClusterCertificateRequest,
23505
- index_gen$7_SetAclRulesRequest as SetAclRulesRequest,
23506
- index_gen$7_SetAclRulesResponse as SetAclRulesResponse,
23507
- index_gen$7_SetClusterSettingsRequest as SetClusterSettingsRequest,
23508
- index_gen$7_SetEndpointsRequest as SetEndpointsRequest,
23509
- index_gen$7_SetEndpointsResponse as SetEndpointsResponse,
23510
- index_gen$7_UpdateClusterRequest as UpdateClusterRequest,
23511
- index_gen$7_UpdateEndpointRequest as UpdateEndpointRequest,
23476
+ index_gen$8_ACLRule as ACLRule,
23477
+ index_gen$8_ACLRuleSpec as ACLRuleSpec,
23478
+ API$8 as API,
23479
+ index_gen$8_AddAclRulesRequest as AddAclRulesRequest,
23480
+ index_gen$8_AddAclRulesResponse as AddAclRulesResponse,
23481
+ index_gen$8_AddClusterSettingsRequest as AddClusterSettingsRequest,
23482
+ index_gen$8_AddEndpointsRequest as AddEndpointsRequest,
23483
+ index_gen$8_AddEndpointsResponse as AddEndpointsResponse,
23484
+ index_gen$8_AvailableClusterSetting as AvailableClusterSetting,
23485
+ index_gen$8_AvailableClusterSettingPropertyType as AvailableClusterSettingPropertyType,
23486
+ index_gen$8_CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES,
23487
+ index_gen$8_Cluster as Cluster,
23488
+ index_gen$8_ClusterMetricsResponse as ClusterMetricsResponse,
23489
+ index_gen$8_ClusterSetting as ClusterSetting,
23490
+ index_gen$8_ClusterSettingsResponse as ClusterSettingsResponse,
23491
+ index_gen$8_ClusterStatus as ClusterStatus,
23492
+ index_gen$8_ClusterVersion as ClusterVersion,
23493
+ index_gen$8_CreateClusterRequest as CreateClusterRequest,
23494
+ index_gen$8_DeleteAclRuleRequest as DeleteAclRuleRequest,
23495
+ index_gen$8_DeleteClusterRequest as DeleteClusterRequest,
23496
+ index_gen$8_DeleteClusterSettingRequest as DeleteClusterSettingRequest,
23497
+ index_gen$8_DeleteEndpointRequest as DeleteEndpointRequest,
23498
+ index_gen$8_Endpoint as Endpoint,
23499
+ index_gen$8_EndpointSpec as EndpointSpec,
23500
+ index_gen$8_EndpointSpecPrivateNetworkSpec as EndpointSpecPrivateNetworkSpec,
23501
+ index_gen$8_EndpointSpecPrivateNetworkSpecIpamConfig as EndpointSpecPrivateNetworkSpecIpamConfig,
23502
+ index_gen$8_EndpointSpecPublicNetworkSpec as EndpointSpecPublicNetworkSpec,
23503
+ index_gen$8_GetAclRuleRequest as GetAclRuleRequest,
23504
+ index_gen$8_GetClusterCertificateRequest as GetClusterCertificateRequest,
23505
+ index_gen$8_GetClusterMetricsRequest as GetClusterMetricsRequest,
23506
+ index_gen$8_GetClusterRequest as GetClusterRequest,
23507
+ index_gen$8_GetEndpointRequest as GetEndpointRequest,
23508
+ index_gen$8_ListClusterVersionsRequest as ListClusterVersionsRequest,
23509
+ index_gen$8_ListClusterVersionsResponse as ListClusterVersionsResponse,
23510
+ index_gen$8_ListClustersRequest as ListClustersRequest,
23511
+ index_gen$8_ListClustersRequestOrderBy as ListClustersRequestOrderBy,
23512
+ index_gen$8_ListClustersResponse as ListClustersResponse,
23513
+ index_gen$8_ListNodeTypesRequest as ListNodeTypesRequest,
23514
+ index_gen$8_ListNodeTypesResponse as ListNodeTypesResponse,
23515
+ index_gen$8_MigrateClusterRequest as MigrateClusterRequest,
23516
+ index_gen$8_NodeType as NodeType,
23517
+ index_gen$8_NodeTypeStock as NodeTypeStock,
23518
+ PrivateNetwork$2 as PrivateNetwork,
23519
+ index_gen$8_PublicNetwork as PublicNetwork,
23520
+ index_gen$8_RenewClusterCertificateRequest as RenewClusterCertificateRequest,
23521
+ index_gen$8_SetAclRulesRequest as SetAclRulesRequest,
23522
+ index_gen$8_SetAclRulesResponse as SetAclRulesResponse,
23523
+ index_gen$8_SetClusterSettingsRequest as SetClusterSettingsRequest,
23524
+ index_gen$8_SetEndpointsRequest as SetEndpointsRequest,
23525
+ index_gen$8_SetEndpointsResponse as SetEndpointsResponse,
23526
+ index_gen$8_UpdateClusterRequest as UpdateClusterRequest,
23527
+ index_gen$8_UpdateEndpointRequest as UpdateEndpointRequest,
23512
23528
  };
23513
23529
  }
23514
23530
 
23515
23531
  declare namespace index$7 {
23516
23532
  export {
23517
- index_gen$7 as v1,
23533
+ index_gen$8 as v1,
23518
23534
  };
23519
23535
  }
23520
23536
 
@@ -23826,7 +23842,7 @@ type DeleteTagRequest = {
23826
23842
  };
23827
23843
 
23828
23844
  /** Container Registry API. */
23829
- declare class API$6 extends API$q {
23845
+ declare class API$7 extends API$r {
23830
23846
  /** Lists the available regions of the API. */
23831
23847
  static readonly LOCALITIES: Region[];
23832
23848
  protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
@@ -23986,71 +24002,71 @@ declare const NAMESPACE_TRANSIENT_STATUSES: NamespaceStatus[];
23986
24002
  /** Lists transient statutes of the enum {@link TagStatus}. */
23987
24003
  declare const TAG_TRANSIENT_STATUSES: TagStatus[];
23988
24004
 
23989
- type index_gen$6_CreateNamespaceRequest = CreateNamespaceRequest;
23990
- type index_gen$6_DeleteImageRequest = DeleteImageRequest;
23991
- type index_gen$6_DeleteNamespaceRequest = DeleteNamespaceRequest;
23992
- type index_gen$6_DeleteTagRequest = DeleteTagRequest;
23993
- type index_gen$6_GetImageRequest = GetImageRequest;
23994
- type index_gen$6_GetNamespaceRequest = GetNamespaceRequest;
23995
- type index_gen$6_GetTagRequest = GetTagRequest;
23996
- declare const index_gen$6_IMAGE_TRANSIENT_STATUSES: typeof IMAGE_TRANSIENT_STATUSES;
23997
- type index_gen$6_Image = Image;
23998
- type index_gen$6_ImageStatus = ImageStatus;
23999
- type index_gen$6_ImageVisibility = ImageVisibility;
24000
- type index_gen$6_ListImagesRequest = ListImagesRequest;
24001
- type index_gen$6_ListImagesRequestOrderBy = ListImagesRequestOrderBy;
24002
- type index_gen$6_ListImagesResponse = ListImagesResponse;
24003
- type index_gen$6_ListNamespacesRequest = ListNamespacesRequest;
24004
- type index_gen$6_ListNamespacesRequestOrderBy = ListNamespacesRequestOrderBy;
24005
- type index_gen$6_ListNamespacesResponse = ListNamespacesResponse;
24006
- type index_gen$6_ListTagsRequest = ListTagsRequest;
24007
- type index_gen$6_ListTagsRequestOrderBy = ListTagsRequestOrderBy;
24008
- type index_gen$6_ListTagsResponse = ListTagsResponse;
24009
- declare const index_gen$6_NAMESPACE_TRANSIENT_STATUSES: typeof NAMESPACE_TRANSIENT_STATUSES;
24010
- type index_gen$6_Namespace = Namespace;
24011
- type index_gen$6_NamespaceStatus = NamespaceStatus;
24012
- declare const index_gen$6_TAG_TRANSIENT_STATUSES: typeof TAG_TRANSIENT_STATUSES;
24013
- type index_gen$6_Tag = Tag;
24014
- type index_gen$6_TagStatus = TagStatus;
24015
- type index_gen$6_UpdateImageRequest = UpdateImageRequest;
24016
- type index_gen$6_UpdateNamespaceRequest = UpdateNamespaceRequest;
24017
- declare namespace index_gen$6 {
24005
+ type index_gen$7_CreateNamespaceRequest = CreateNamespaceRequest;
24006
+ type index_gen$7_DeleteImageRequest = DeleteImageRequest;
24007
+ type index_gen$7_DeleteNamespaceRequest = DeleteNamespaceRequest;
24008
+ type index_gen$7_DeleteTagRequest = DeleteTagRequest;
24009
+ type index_gen$7_GetImageRequest = GetImageRequest;
24010
+ type index_gen$7_GetNamespaceRequest = GetNamespaceRequest;
24011
+ type index_gen$7_GetTagRequest = GetTagRequest;
24012
+ declare const index_gen$7_IMAGE_TRANSIENT_STATUSES: typeof IMAGE_TRANSIENT_STATUSES;
24013
+ type index_gen$7_Image = Image;
24014
+ type index_gen$7_ImageStatus = ImageStatus;
24015
+ type index_gen$7_ImageVisibility = ImageVisibility;
24016
+ type index_gen$7_ListImagesRequest = ListImagesRequest;
24017
+ type index_gen$7_ListImagesRequestOrderBy = ListImagesRequestOrderBy;
24018
+ type index_gen$7_ListImagesResponse = ListImagesResponse;
24019
+ type index_gen$7_ListNamespacesRequest = ListNamespacesRequest;
24020
+ type index_gen$7_ListNamespacesRequestOrderBy = ListNamespacesRequestOrderBy;
24021
+ type index_gen$7_ListNamespacesResponse = ListNamespacesResponse;
24022
+ type index_gen$7_ListTagsRequest = ListTagsRequest;
24023
+ type index_gen$7_ListTagsRequestOrderBy = ListTagsRequestOrderBy;
24024
+ type index_gen$7_ListTagsResponse = ListTagsResponse;
24025
+ declare const index_gen$7_NAMESPACE_TRANSIENT_STATUSES: typeof NAMESPACE_TRANSIENT_STATUSES;
24026
+ type index_gen$7_Namespace = Namespace;
24027
+ type index_gen$7_NamespaceStatus = NamespaceStatus;
24028
+ declare const index_gen$7_TAG_TRANSIENT_STATUSES: typeof TAG_TRANSIENT_STATUSES;
24029
+ type index_gen$7_Tag = Tag;
24030
+ type index_gen$7_TagStatus = TagStatus;
24031
+ type index_gen$7_UpdateImageRequest = UpdateImageRequest;
24032
+ type index_gen$7_UpdateNamespaceRequest = UpdateNamespaceRequest;
24033
+ declare namespace index_gen$7 {
24018
24034
  export {
24019
- API$6 as API,
24020
- index_gen$6_CreateNamespaceRequest as CreateNamespaceRequest,
24021
- index_gen$6_DeleteImageRequest as DeleteImageRequest,
24022
- index_gen$6_DeleteNamespaceRequest as DeleteNamespaceRequest,
24023
- index_gen$6_DeleteTagRequest as DeleteTagRequest,
24024
- index_gen$6_GetImageRequest as GetImageRequest,
24025
- index_gen$6_GetNamespaceRequest as GetNamespaceRequest,
24026
- index_gen$6_GetTagRequest as GetTagRequest,
24027
- index_gen$6_IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES,
24028
- index_gen$6_Image as Image,
24029
- index_gen$6_ImageStatus as ImageStatus,
24030
- index_gen$6_ImageVisibility as ImageVisibility,
24031
- index_gen$6_ListImagesRequest as ListImagesRequest,
24032
- index_gen$6_ListImagesRequestOrderBy as ListImagesRequestOrderBy,
24033
- index_gen$6_ListImagesResponse as ListImagesResponse,
24034
- index_gen$6_ListNamespacesRequest as ListNamespacesRequest,
24035
- index_gen$6_ListNamespacesRequestOrderBy as ListNamespacesRequestOrderBy,
24036
- index_gen$6_ListNamespacesResponse as ListNamespacesResponse,
24037
- index_gen$6_ListTagsRequest as ListTagsRequest,
24038
- index_gen$6_ListTagsRequestOrderBy as ListTagsRequestOrderBy,
24039
- index_gen$6_ListTagsResponse as ListTagsResponse,
24040
- index_gen$6_NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES,
24041
- index_gen$6_Namespace as Namespace,
24042
- index_gen$6_NamespaceStatus as NamespaceStatus,
24043
- index_gen$6_TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES,
24044
- index_gen$6_Tag as Tag,
24045
- index_gen$6_TagStatus as TagStatus,
24046
- index_gen$6_UpdateImageRequest as UpdateImageRequest,
24047
- index_gen$6_UpdateNamespaceRequest as UpdateNamespaceRequest,
24035
+ API$7 as API,
24036
+ index_gen$7_CreateNamespaceRequest as CreateNamespaceRequest,
24037
+ index_gen$7_DeleteImageRequest as DeleteImageRequest,
24038
+ index_gen$7_DeleteNamespaceRequest as DeleteNamespaceRequest,
24039
+ index_gen$7_DeleteTagRequest as DeleteTagRequest,
24040
+ index_gen$7_GetImageRequest as GetImageRequest,
24041
+ index_gen$7_GetNamespaceRequest as GetNamespaceRequest,
24042
+ index_gen$7_GetTagRequest as GetTagRequest,
24043
+ index_gen$7_IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES,
24044
+ index_gen$7_Image as Image,
24045
+ index_gen$7_ImageStatus as ImageStatus,
24046
+ index_gen$7_ImageVisibility as ImageVisibility,
24047
+ index_gen$7_ListImagesRequest as ListImagesRequest,
24048
+ index_gen$7_ListImagesRequestOrderBy as ListImagesRequestOrderBy,
24049
+ index_gen$7_ListImagesResponse as ListImagesResponse,
24050
+ index_gen$7_ListNamespacesRequest as ListNamespacesRequest,
24051
+ index_gen$7_ListNamespacesRequestOrderBy as ListNamespacesRequestOrderBy,
24052
+ index_gen$7_ListNamespacesResponse as ListNamespacesResponse,
24053
+ index_gen$7_ListTagsRequest as ListTagsRequest,
24054
+ index_gen$7_ListTagsRequestOrderBy as ListTagsRequestOrderBy,
24055
+ index_gen$7_ListTagsResponse as ListTagsResponse,
24056
+ index_gen$7_NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES,
24057
+ index_gen$7_Namespace as Namespace,
24058
+ index_gen$7_NamespaceStatus as NamespaceStatus,
24059
+ index_gen$7_TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES,
24060
+ index_gen$7_Tag as Tag,
24061
+ index_gen$7_TagStatus as TagStatus,
24062
+ index_gen$7_UpdateImageRequest as UpdateImageRequest,
24063
+ index_gen$7_UpdateNamespaceRequest as UpdateNamespaceRequest,
24048
24064
  };
24049
24065
  }
24050
24066
 
24051
24067
  declare namespace index$6 {
24052
24068
  export {
24053
- index_gen$6 as v1,
24069
+ index_gen$7 as v1,
24054
24070
  };
24055
24071
  }
24056
24072
 
@@ -24151,7 +24167,7 @@ interface SecretVersion {
24151
24167
  updatedAt?: Date;
24152
24168
  /** Description of the version. */
24153
24169
  description?: string;
24154
- /** True if the version is the latest one. */
24170
+ /** Returns `true` if the version is the latest. */
24155
24171
  isLatest: boolean;
24156
24172
  }
24157
24173
  type CreateSecretRequest = {
@@ -24186,6 +24202,11 @@ type GetSecretByNameRequest = {
24186
24202
  region?: Region;
24187
24203
  /** Name of the secret. */
24188
24204
  secretName: string;
24205
+ /**
24206
+ * ID of the Project to target. (Optional.) If not specified, Secret Manager
24207
+ * will look for the secret in all Projects.
24208
+ */
24209
+ projectId?: string;
24189
24210
  };
24190
24211
  type UpdateSecretRequest = {
24191
24212
  /**
@@ -24255,29 +24276,66 @@ type CreateSecretVersionRequest = {
24255
24276
  /** Description of the version. */
24256
24277
  description?: string;
24257
24278
  /**
24258
- * Disable the previous secret version. Optional. If there is no previous
24279
+ * Disable the previous secret version. (Optional.) If there is no previous
24259
24280
  * version or if the previous version was already disabled, does nothing.
24260
24281
  */
24261
24282
  disablePrevious?: boolean;
24262
24283
  /**
24263
- * Options to generate a password. Optional. If specified, a random password
24264
- * will be generated. The `data` and `data_crc32` fields must be empty. By
24265
- * default, the generator will use upper and lower case letters, and digits.
24266
- * This behavior can be tuned using the generation parameters.
24284
+ * @deprecated Options to generate a password. (Optional.) If specified, a
24285
+ * random password will be generated. The `data` and `data_crc32` fields
24286
+ * must be empty. By default, the generator will use upper and lower case
24287
+ * letters, and digits. This behavior can be tuned using the generation
24288
+ * parameters.
24267
24289
  *
24268
- * One-of ('PasswordGeneration'): at most one of 'passwordGeneration' could be
24269
- * set.
24290
+ * One-of ('PasswordGeneration'): at most one of 'passwordGeneration' could be
24291
+ * set.
24270
24292
  */
24271
24293
  passwordGeneration?: PasswordGenerationParams;
24272
24294
  /**
24273
- * The CRC32 checksum of the data as a base-10 integer. Optional. If
24295
+ * (Optional.) The CRC32 checksum of the data as a base-10 integer. If
24274
24296
  * specified, Secret Manager will verify the integrity of the data received
24275
- * against the given CRC32. An error is returned if the CRC32 does not match.
24276
- * Otherwise, the CRC32 will be stored and returned along with the
24277
- * SecretVersion on futur accesses.
24297
+ * against the given CRC32 checksum. An error is returned if the CRC32 does
24298
+ * not match. If, however, the CRC32 matches, it will be stored and returned
24299
+ * along with the SecretVersion on future access requests.
24278
24300
  */
24279
24301
  dataCrc32?: number;
24280
24302
  };
24303
+ type GeneratePasswordRequest = {
24304
+ /**
24305
+ * Region to target. If none is passed will use default region from the
24306
+ * config.
24307
+ */
24308
+ region?: Region;
24309
+ /** ID of the secret. */
24310
+ secretId: string;
24311
+ /** Description of the version. */
24312
+ description?: string;
24313
+ /**
24314
+ * (Optional.) Disable the previous secret version. This has no effect if
24315
+ * there is no previous version or if the previous version was already
24316
+ * disabled.
24317
+ */
24318
+ disablePrevious?: boolean;
24319
+ /** Length of the password to generate (between 1 and 1024 characters). */
24320
+ length: number;
24321
+ /**
24322
+ * (Optional.) Exclude lower case letters by default in the password character
24323
+ * set.
24324
+ */
24325
+ noLowercaseLetters?: boolean;
24326
+ /**
24327
+ * (Optional.) Exclude upper case letters by default in the password character
24328
+ * set.
24329
+ */
24330
+ noUppercaseLetters?: boolean;
24331
+ /** (Optional.) Exclude digits by default in the password character set. */
24332
+ noDigits?: boolean;
24333
+ /**
24334
+ * (Optional.) Additional ASCII characters to be included in the password
24335
+ * character set.
24336
+ */
24337
+ additionalChars?: string;
24338
+ };
24281
24339
  type GetSecretVersionRequest = {
24282
24340
  /**
24283
24341
  * Region to target. If none is passed will use default region from the
@@ -24305,6 +24363,11 @@ type GetSecretVersionByNameRequest = {
24305
24363
  * subsequent revisions augment by 1. Value can be a number or "latest".
24306
24364
  */
24307
24365
  revision: string;
24366
+ /**
24367
+ * ID of the Project to target. (Optional.) If not specified, Secret Manager
24368
+ * will look for the secret version in all Projects.
24369
+ */
24370
+ projectId?: string;
24308
24371
  };
24309
24372
  type UpdateSecretVersionRequest = {
24310
24373
  /**
@@ -24347,6 +24410,11 @@ type ListSecretVersionsByNameRequest = {
24347
24410
  pageSize?: number;
24348
24411
  /** Filter results by status. */
24349
24412
  status?: SecretVersionStatus[];
24413
+ /**
24414
+ * ID of the Project to target. (Optional.) If not specified, Secret Manager
24415
+ * will look for the secret in all Projects.
24416
+ */
24417
+ projectId?: string;
24350
24418
  };
24351
24419
  type EnableSecretVersionRequest = {
24352
24420
  /**
@@ -24403,6 +24471,11 @@ type AccessSecretVersionByNameRequest = {
24403
24471
  * subsequent revisions augment by 1. Value can be a number or "latest".
24404
24472
  */
24405
24473
  revision: string;
24474
+ /**
24475
+ * ID of the Project to target. (Optional.) If not specified, Secret Manager
24476
+ * will look for the secret version in all Projects.
24477
+ */
24478
+ projectId?: string;
24406
24479
  };
24407
24480
  type DestroySecretVersionRequest = {
24408
24481
  /**
@@ -24425,7 +24498,7 @@ type DestroySecretVersionRequest = {
24425
24498
  * Secret Manager API. This API allows you to conveniently store, access and
24426
24499
  * share sensitive data.
24427
24500
  */
24428
- declare class API$5 extends API$q {
24501
+ declare class API$6 extends API$r {
24429
24502
  /** Lists the available regions of the API. */
24430
24503
  static readonly LOCALITIES: Region[];
24431
24504
  /**
@@ -24445,7 +24518,7 @@ declare class API$5 extends API$q {
24445
24518
  getSecret: (request: Readonly<GetSecretRequest>) => Promise<Secret>;
24446
24519
  /**
24447
24520
  * Get metadata using the secret's ID. Retrieve the metadata of a secret
24448
- * specified by the `region` and the `secret_id` parameters.
24521
+ * specified by the `region`, `secret_id` and `project_id` parameters.
24449
24522
  *
24450
24523
  * @param request - The request {@link GetSecretByNameRequest}
24451
24524
  * @returns A Promise of Secret
@@ -24494,6 +24567,15 @@ declare class API$5 extends API$q {
24494
24567
  * @returns A Promise of SecretVersion
24495
24568
  */
24496
24569
  createSecretVersion: (request: Readonly<CreateSecretVersionRequest>) => Promise<SecretVersion>;
24570
+ /**
24571
+ * Generate a password in a new version. Generate a password for the given
24572
+ * secret specified by the `region` and `secret_id` parameters. This will also
24573
+ * create a new version of the secret that will store the password.
24574
+ *
24575
+ * @param request - The request {@link GeneratePasswordRequest}
24576
+ * @returns A Promise of SecretVersion
24577
+ */
24578
+ generatePassword: (request: Readonly<GeneratePasswordRequest>) => Promise<SecretVersion>;
24497
24579
  /**
24498
24580
  * Get metadata of a secret's version using the secret's ID. Retrieve the
24499
24581
  * metadata of a secret's given version specified by the `region`, `secret_id`
@@ -24506,7 +24588,7 @@ declare class API$5 extends API$q {
24506
24588
  /**
24507
24589
  * Get metadata of a secret's version using the secret's name. Retrieve the
24508
24590
  * metadata of a secret's given version specified by the `region`,
24509
- * `secret_name` and `revision` parameters.
24591
+ * `secret_name`, `revision` and `project_id` parameters.
24510
24592
  *
24511
24593
  * @param request - The request {@link GetSecretVersionByNameRequest}
24512
24594
  * @returns A Promise of SecretVersion
@@ -24536,8 +24618,8 @@ declare class API$5 extends API$q {
24536
24618
  protected pageOfListSecretVersionsByName: (request: Readonly<ListSecretVersionsByNameRequest>) => Promise<ListSecretVersionsResponse>;
24537
24619
  /**
24538
24620
  * List versions of a secret using the secret's name. Retrieve the list of a
24539
- * given secret's versions specified by the `secret_name` and `region`
24540
- * parameters.
24621
+ * given secret's versions specified by the `secret_name`,`region` and
24622
+ * `project_id` parameters.
24541
24623
  *
24542
24624
  * @param request - The request {@link ListSecretVersionsByNameRequest}
24543
24625
  * @returns A Promise of ListSecretVersionsResponse
@@ -24573,8 +24655,8 @@ declare class API$5 extends API$q {
24573
24655
  accessSecretVersion: (request: Readonly<AccessSecretVersionRequest>) => Promise<AccessSecretVersionResponse>;
24574
24656
  /**
24575
24657
  * Access a secret's version using the secret's name. Access sensitive data in
24576
- * a secret's version specified by the `region`, `secret_name` and `revision`
24577
- * parameters.
24658
+ * a secret's version specified by the `region`, `secret_name`, `revision` and
24659
+ * `project_id` parameters.
24578
24660
  *
24579
24661
  * @param request - The request {@link AccessSecretVersionByNameRequest}
24580
24662
  * @returns A Promise of AccessSecretVersionResponse
@@ -24590,69 +24672,71 @@ declare class API$5 extends API$q {
24590
24672
  destroySecretVersion: (request: Readonly<DestroySecretVersionRequest>) => Promise<SecretVersion>;
24591
24673
  }
24592
24674
 
24593
- type index_gen$5_AccessSecretVersionByNameRequest = AccessSecretVersionByNameRequest;
24594
- type index_gen$5_AccessSecretVersionRequest = AccessSecretVersionRequest;
24595
- type index_gen$5_AccessSecretVersionResponse = AccessSecretVersionResponse;
24596
- type index_gen$5_AddSecretOwnerRequest = AddSecretOwnerRequest;
24597
- type index_gen$5_CreateSecretRequest = CreateSecretRequest;
24598
- type index_gen$5_CreateSecretVersionRequest = CreateSecretVersionRequest;
24599
- type index_gen$5_DeleteSecretRequest = DeleteSecretRequest;
24600
- type index_gen$5_DestroySecretVersionRequest = DestroySecretVersionRequest;
24601
- type index_gen$5_DisableSecretVersionRequest = DisableSecretVersionRequest;
24602
- type index_gen$5_EnableSecretVersionRequest = EnableSecretVersionRequest;
24603
- type index_gen$5_GetSecretByNameRequest = GetSecretByNameRequest;
24604
- type index_gen$5_GetSecretRequest = GetSecretRequest;
24605
- type index_gen$5_GetSecretVersionByNameRequest = GetSecretVersionByNameRequest;
24606
- type index_gen$5_GetSecretVersionRequest = GetSecretVersionRequest;
24607
- type index_gen$5_ListSecretVersionsByNameRequest = ListSecretVersionsByNameRequest;
24608
- type index_gen$5_ListSecretVersionsRequest = ListSecretVersionsRequest;
24609
- type index_gen$5_ListSecretVersionsResponse = ListSecretVersionsResponse;
24610
- type index_gen$5_ListSecretsRequest = ListSecretsRequest;
24611
- type index_gen$5_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
24612
- type index_gen$5_ListSecretsResponse = ListSecretsResponse;
24613
- type index_gen$5_PasswordGenerationParams = PasswordGenerationParams;
24614
- type index_gen$5_Secret = Secret;
24615
- type index_gen$5_SecretStatus = SecretStatus;
24616
- type index_gen$5_SecretVersion = SecretVersion;
24617
- type index_gen$5_SecretVersionStatus = SecretVersionStatus;
24618
- type index_gen$5_UpdateSecretRequest = UpdateSecretRequest;
24619
- type index_gen$5_UpdateSecretVersionRequest = UpdateSecretVersionRequest;
24620
- declare namespace index_gen$5 {
24675
+ type index_gen$6_AccessSecretVersionByNameRequest = AccessSecretVersionByNameRequest;
24676
+ type index_gen$6_AccessSecretVersionRequest = AccessSecretVersionRequest;
24677
+ type index_gen$6_AccessSecretVersionResponse = AccessSecretVersionResponse;
24678
+ type index_gen$6_AddSecretOwnerRequest = AddSecretOwnerRequest;
24679
+ type index_gen$6_CreateSecretRequest = CreateSecretRequest;
24680
+ type index_gen$6_CreateSecretVersionRequest = CreateSecretVersionRequest;
24681
+ type index_gen$6_DeleteSecretRequest = DeleteSecretRequest;
24682
+ type index_gen$6_DestroySecretVersionRequest = DestroySecretVersionRequest;
24683
+ type index_gen$6_DisableSecretVersionRequest = DisableSecretVersionRequest;
24684
+ type index_gen$6_EnableSecretVersionRequest = EnableSecretVersionRequest;
24685
+ type index_gen$6_GeneratePasswordRequest = GeneratePasswordRequest;
24686
+ type index_gen$6_GetSecretByNameRequest = GetSecretByNameRequest;
24687
+ type index_gen$6_GetSecretRequest = GetSecretRequest;
24688
+ type index_gen$6_GetSecretVersionByNameRequest = GetSecretVersionByNameRequest;
24689
+ type index_gen$6_GetSecretVersionRequest = GetSecretVersionRequest;
24690
+ type index_gen$6_ListSecretVersionsByNameRequest = ListSecretVersionsByNameRequest;
24691
+ type index_gen$6_ListSecretVersionsRequest = ListSecretVersionsRequest;
24692
+ type index_gen$6_ListSecretVersionsResponse = ListSecretVersionsResponse;
24693
+ type index_gen$6_ListSecretsRequest = ListSecretsRequest;
24694
+ type index_gen$6_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
24695
+ type index_gen$6_ListSecretsResponse = ListSecretsResponse;
24696
+ type index_gen$6_PasswordGenerationParams = PasswordGenerationParams;
24697
+ type index_gen$6_Secret = Secret;
24698
+ type index_gen$6_SecretStatus = SecretStatus;
24699
+ type index_gen$6_SecretVersion = SecretVersion;
24700
+ type index_gen$6_SecretVersionStatus = SecretVersionStatus;
24701
+ type index_gen$6_UpdateSecretRequest = UpdateSecretRequest;
24702
+ type index_gen$6_UpdateSecretVersionRequest = UpdateSecretVersionRequest;
24703
+ declare namespace index_gen$6 {
24621
24704
  export {
24622
- API$5 as API,
24623
- index_gen$5_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest,
24624
- index_gen$5_AccessSecretVersionRequest as AccessSecretVersionRequest,
24625
- index_gen$5_AccessSecretVersionResponse as AccessSecretVersionResponse,
24626
- index_gen$5_AddSecretOwnerRequest as AddSecretOwnerRequest,
24627
- index_gen$5_CreateSecretRequest as CreateSecretRequest,
24628
- index_gen$5_CreateSecretVersionRequest as CreateSecretVersionRequest,
24629
- index_gen$5_DeleteSecretRequest as DeleteSecretRequest,
24630
- index_gen$5_DestroySecretVersionRequest as DestroySecretVersionRequest,
24631
- index_gen$5_DisableSecretVersionRequest as DisableSecretVersionRequest,
24632
- index_gen$5_EnableSecretVersionRequest as EnableSecretVersionRequest,
24633
- index_gen$5_GetSecretByNameRequest as GetSecretByNameRequest,
24634
- index_gen$5_GetSecretRequest as GetSecretRequest,
24635
- index_gen$5_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest,
24636
- index_gen$5_GetSecretVersionRequest as GetSecretVersionRequest,
24637
- index_gen$5_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest,
24638
- index_gen$5_ListSecretVersionsRequest as ListSecretVersionsRequest,
24639
- index_gen$5_ListSecretVersionsResponse as ListSecretVersionsResponse,
24640
- index_gen$5_ListSecretsRequest as ListSecretsRequest,
24641
- index_gen$5_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy,
24642
- index_gen$5_ListSecretsResponse as ListSecretsResponse,
24643
- index_gen$5_PasswordGenerationParams as PasswordGenerationParams,
24644
- index_gen$5_Secret as Secret,
24645
- index_gen$5_SecretStatus as SecretStatus,
24646
- index_gen$5_SecretVersion as SecretVersion,
24647
- index_gen$5_SecretVersionStatus as SecretVersionStatus,
24648
- index_gen$5_UpdateSecretRequest as UpdateSecretRequest,
24649
- index_gen$5_UpdateSecretVersionRequest as UpdateSecretVersionRequest,
24705
+ API$6 as API,
24706
+ index_gen$6_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest,
24707
+ index_gen$6_AccessSecretVersionRequest as AccessSecretVersionRequest,
24708
+ index_gen$6_AccessSecretVersionResponse as AccessSecretVersionResponse,
24709
+ index_gen$6_AddSecretOwnerRequest as AddSecretOwnerRequest,
24710
+ index_gen$6_CreateSecretRequest as CreateSecretRequest,
24711
+ index_gen$6_CreateSecretVersionRequest as CreateSecretVersionRequest,
24712
+ index_gen$6_DeleteSecretRequest as DeleteSecretRequest,
24713
+ index_gen$6_DestroySecretVersionRequest as DestroySecretVersionRequest,
24714
+ index_gen$6_DisableSecretVersionRequest as DisableSecretVersionRequest,
24715
+ index_gen$6_EnableSecretVersionRequest as EnableSecretVersionRequest,
24716
+ index_gen$6_GeneratePasswordRequest as GeneratePasswordRequest,
24717
+ index_gen$6_GetSecretByNameRequest as GetSecretByNameRequest,
24718
+ index_gen$6_GetSecretRequest as GetSecretRequest,
24719
+ index_gen$6_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest,
24720
+ index_gen$6_GetSecretVersionRequest as GetSecretVersionRequest,
24721
+ index_gen$6_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest,
24722
+ index_gen$6_ListSecretVersionsRequest as ListSecretVersionsRequest,
24723
+ index_gen$6_ListSecretVersionsResponse as ListSecretVersionsResponse,
24724
+ index_gen$6_ListSecretsRequest as ListSecretsRequest,
24725
+ index_gen$6_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy,
24726
+ index_gen$6_ListSecretsResponse as ListSecretsResponse,
24727
+ index_gen$6_PasswordGenerationParams as PasswordGenerationParams,
24728
+ index_gen$6_Secret as Secret,
24729
+ index_gen$6_SecretStatus as SecretStatus,
24730
+ index_gen$6_SecretVersion as SecretVersion,
24731
+ index_gen$6_SecretVersionStatus as SecretVersionStatus,
24732
+ index_gen$6_UpdateSecretRequest as UpdateSecretRequest,
24733
+ index_gen$6_UpdateSecretVersionRequest as UpdateSecretVersionRequest,
24650
24734
  };
24651
24735
  }
24652
24736
 
24653
24737
  declare namespace index$5 {
24654
24738
  export {
24655
- index_gen$5 as v1alpha1,
24739
+ index_gen$6 as v1alpha1,
24656
24740
  };
24657
24741
  }
24658
24742
 
@@ -24759,7 +24843,7 @@ type SmokeHumanRequest = {
24759
24843
  * access-key. Then, you can use other test commands by setting the
24760
24844
  * SCW_SECRET_KEY env variable.
24761
24845
  */
24762
- declare class API$4 extends API$q {
24846
+ declare class API$5 extends API$r {
24763
24847
  /**
24764
24848
  * Register a user. Register a human and return a access-key and a secret-key
24765
24849
  * that must be used in all other commands.
@@ -24839,45 +24923,45 @@ declare class API$4 extends API$q {
24839
24923
  /** Lists transient statutes of the enum {@link HumanStatus}. */
24840
24924
  declare const HUMAN_TRANSIENT_STATUSES: HumanStatus[];
24841
24925
 
24842
- type index_gen$4_CreateHumanRequest = CreateHumanRequest;
24843
- type index_gen$4_DeleteHumanRequest = DeleteHumanRequest;
24844
- type index_gen$4_EyeColors = EyeColors;
24845
- type index_gen$4_GetHumanRequest = GetHumanRequest;
24846
- declare const index_gen$4_HUMAN_TRANSIENT_STATUSES: typeof HUMAN_TRANSIENT_STATUSES;
24847
- type index_gen$4_Human = Human;
24848
- type index_gen$4_HumanStatus = HumanStatus;
24849
- type index_gen$4_ListHumansRequest = ListHumansRequest;
24850
- type index_gen$4_ListHumansRequestOrderBy = ListHumansRequestOrderBy;
24851
- type index_gen$4_ListHumansResponse = ListHumansResponse;
24852
- type index_gen$4_RegisterRequest = RegisterRequest;
24853
- type index_gen$4_RegisterResponse = RegisterResponse;
24854
- type index_gen$4_RunHumanRequest = RunHumanRequest;
24855
- type index_gen$4_SmokeHumanRequest = SmokeHumanRequest;
24856
- type index_gen$4_UpdateHumanRequest = UpdateHumanRequest;
24857
- declare namespace index_gen$4 {
24926
+ type index_gen$5_CreateHumanRequest = CreateHumanRequest;
24927
+ type index_gen$5_DeleteHumanRequest = DeleteHumanRequest;
24928
+ type index_gen$5_EyeColors = EyeColors;
24929
+ type index_gen$5_GetHumanRequest = GetHumanRequest;
24930
+ declare const index_gen$5_HUMAN_TRANSIENT_STATUSES: typeof HUMAN_TRANSIENT_STATUSES;
24931
+ type index_gen$5_Human = Human;
24932
+ type index_gen$5_HumanStatus = HumanStatus;
24933
+ type index_gen$5_ListHumansRequest = ListHumansRequest;
24934
+ type index_gen$5_ListHumansRequestOrderBy = ListHumansRequestOrderBy;
24935
+ type index_gen$5_ListHumansResponse = ListHumansResponse;
24936
+ type index_gen$5_RegisterRequest = RegisterRequest;
24937
+ type index_gen$5_RegisterResponse = RegisterResponse;
24938
+ type index_gen$5_RunHumanRequest = RunHumanRequest;
24939
+ type index_gen$5_SmokeHumanRequest = SmokeHumanRequest;
24940
+ type index_gen$5_UpdateHumanRequest = UpdateHumanRequest;
24941
+ declare namespace index_gen$5 {
24858
24942
  export {
24859
- API$4 as API,
24860
- index_gen$4_CreateHumanRequest as CreateHumanRequest,
24861
- index_gen$4_DeleteHumanRequest as DeleteHumanRequest,
24862
- index_gen$4_EyeColors as EyeColors,
24863
- index_gen$4_GetHumanRequest as GetHumanRequest,
24864
- index_gen$4_HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES,
24865
- index_gen$4_Human as Human,
24866
- index_gen$4_HumanStatus as HumanStatus,
24867
- index_gen$4_ListHumansRequest as ListHumansRequest,
24868
- index_gen$4_ListHumansRequestOrderBy as ListHumansRequestOrderBy,
24869
- index_gen$4_ListHumansResponse as ListHumansResponse,
24870
- index_gen$4_RegisterRequest as RegisterRequest,
24871
- index_gen$4_RegisterResponse as RegisterResponse,
24872
- index_gen$4_RunHumanRequest as RunHumanRequest,
24873
- index_gen$4_SmokeHumanRequest as SmokeHumanRequest,
24874
- index_gen$4_UpdateHumanRequest as UpdateHumanRequest,
24943
+ API$5 as API,
24944
+ index_gen$5_CreateHumanRequest as CreateHumanRequest,
24945
+ index_gen$5_DeleteHumanRequest as DeleteHumanRequest,
24946
+ index_gen$5_EyeColors as EyeColors,
24947
+ index_gen$5_GetHumanRequest as GetHumanRequest,
24948
+ index_gen$5_HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES,
24949
+ index_gen$5_Human as Human,
24950
+ index_gen$5_HumanStatus as HumanStatus,
24951
+ index_gen$5_ListHumansRequest as ListHumansRequest,
24952
+ index_gen$5_ListHumansRequestOrderBy as ListHumansRequestOrderBy,
24953
+ index_gen$5_ListHumansResponse as ListHumansResponse,
24954
+ index_gen$5_RegisterRequest as RegisterRequest,
24955
+ index_gen$5_RegisterResponse as RegisterResponse,
24956
+ index_gen$5_RunHumanRequest as RunHumanRequest,
24957
+ index_gen$5_SmokeHumanRequest as SmokeHumanRequest,
24958
+ index_gen$5_UpdateHumanRequest as UpdateHumanRequest,
24875
24959
  };
24876
24960
  }
24877
24961
 
24878
24962
  declare namespace index$4 {
24879
24963
  export {
24880
- index_gen$4 as v1,
24964
+ index_gen$5 as v1,
24881
24965
  };
24882
24966
  }
24883
24967
 
@@ -25199,7 +25283,7 @@ type CheckDomainRequest = {
25199
25283
  };
25200
25284
 
25201
25285
  /** Transactional Email API. */
25202
- declare class API$3 extends API$q {
25286
+ declare class API$4 extends API$r {
25203
25287
  /** Lists the available regions of the API. */
25204
25288
  static readonly LOCALITIES: Region[];
25205
25289
  /**
@@ -25324,77 +25408,77 @@ declare const DOMAIN_TRANSIENT_STATUSES: DomainStatus[];
25324
25408
  /** Lists transient statutes of the enum {@link EmailStatus}. */
25325
25409
  declare const EMAIL_TRANSIENT_STATUSES: EmailStatus[];
25326
25410
 
25327
- type index_gen$3_CancelEmailRequest = CancelEmailRequest;
25328
- type index_gen$3_CheckDomainRequest = CheckDomainRequest;
25329
- type index_gen$3_CreateDomainRequest = CreateDomainRequest;
25330
- type index_gen$3_CreateEmailRequest = CreateEmailRequest;
25331
- type index_gen$3_CreateEmailRequestAddress = CreateEmailRequestAddress;
25332
- type index_gen$3_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
25333
- type index_gen$3_CreateEmailResponse = CreateEmailResponse;
25334
- declare const index_gen$3_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
25335
- type index_gen$3_Domain = Domain;
25336
- type index_gen$3_DomainStatistics = DomainStatistics;
25337
- type index_gen$3_DomainStatus = DomainStatus;
25338
- declare const index_gen$3_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
25339
- type index_gen$3_Email = Email;
25340
- type index_gen$3_EmailRcptType = EmailRcptType;
25341
- type index_gen$3_EmailStatus = EmailStatus;
25342
- type index_gen$3_EmailTry = EmailTry;
25343
- type index_gen$3_GetDomainRequest = GetDomainRequest;
25344
- type index_gen$3_GetEmailRequest = GetEmailRequest;
25345
- type index_gen$3_GetStatisticsRequest = GetStatisticsRequest;
25346
- type index_gen$3_ListDomainsRequest = ListDomainsRequest;
25347
- type index_gen$3_ListDomainsResponse = ListDomainsResponse;
25348
- type index_gen$3_ListEmailsRequest = ListEmailsRequest;
25349
- type index_gen$3_ListEmailsRequestOrderBy = ListEmailsRequestOrderBy;
25350
- type index_gen$3_ListEmailsResponse = ListEmailsResponse;
25351
- type index_gen$3_RevokeDomainRequest = RevokeDomainRequest;
25352
- type index_gen$3_Statistics = Statistics;
25353
- declare namespace index_gen$3 {
25411
+ type index_gen$4_CancelEmailRequest = CancelEmailRequest;
25412
+ type index_gen$4_CheckDomainRequest = CheckDomainRequest;
25413
+ type index_gen$4_CreateDomainRequest = CreateDomainRequest;
25414
+ type index_gen$4_CreateEmailRequest = CreateEmailRequest;
25415
+ type index_gen$4_CreateEmailRequestAddress = CreateEmailRequestAddress;
25416
+ type index_gen$4_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
25417
+ type index_gen$4_CreateEmailResponse = CreateEmailResponse;
25418
+ declare const index_gen$4_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
25419
+ type index_gen$4_Domain = Domain;
25420
+ type index_gen$4_DomainStatistics = DomainStatistics;
25421
+ type index_gen$4_DomainStatus = DomainStatus;
25422
+ declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
25423
+ type index_gen$4_Email = Email;
25424
+ type index_gen$4_EmailRcptType = EmailRcptType;
25425
+ type index_gen$4_EmailStatus = EmailStatus;
25426
+ type index_gen$4_EmailTry = EmailTry;
25427
+ type index_gen$4_GetDomainRequest = GetDomainRequest;
25428
+ type index_gen$4_GetEmailRequest = GetEmailRequest;
25429
+ type index_gen$4_GetStatisticsRequest = GetStatisticsRequest;
25430
+ type index_gen$4_ListDomainsRequest = ListDomainsRequest;
25431
+ type index_gen$4_ListDomainsResponse = ListDomainsResponse;
25432
+ type index_gen$4_ListEmailsRequest = ListEmailsRequest;
25433
+ type index_gen$4_ListEmailsRequestOrderBy = ListEmailsRequestOrderBy;
25434
+ type index_gen$4_ListEmailsResponse = ListEmailsResponse;
25435
+ type index_gen$4_RevokeDomainRequest = RevokeDomainRequest;
25436
+ type index_gen$4_Statistics = Statistics;
25437
+ declare namespace index_gen$4 {
25354
25438
  export {
25355
- API$3 as API,
25356
- index_gen$3_CancelEmailRequest as CancelEmailRequest,
25357
- index_gen$3_CheckDomainRequest as CheckDomainRequest,
25358
- index_gen$3_CreateDomainRequest as CreateDomainRequest,
25359
- index_gen$3_CreateEmailRequest as CreateEmailRequest,
25360
- index_gen$3_CreateEmailRequestAddress as CreateEmailRequestAddress,
25361
- index_gen$3_CreateEmailRequestAttachment as CreateEmailRequestAttachment,
25362
- index_gen$3_CreateEmailResponse as CreateEmailResponse,
25363
- index_gen$3_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
25364
- index_gen$3_Domain as Domain,
25365
- index_gen$3_DomainStatistics as DomainStatistics,
25366
- index_gen$3_DomainStatus as DomainStatus,
25367
- index_gen$3_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
25368
- index_gen$3_Email as Email,
25369
- index_gen$3_EmailRcptType as EmailRcptType,
25370
- index_gen$3_EmailStatus as EmailStatus,
25371
- index_gen$3_EmailTry as EmailTry,
25372
- index_gen$3_GetDomainRequest as GetDomainRequest,
25373
- index_gen$3_GetEmailRequest as GetEmailRequest,
25374
- index_gen$3_GetStatisticsRequest as GetStatisticsRequest,
25375
- index_gen$3_ListDomainsRequest as ListDomainsRequest,
25376
- index_gen$3_ListDomainsResponse as ListDomainsResponse,
25377
- index_gen$3_ListEmailsRequest as ListEmailsRequest,
25378
- index_gen$3_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy,
25379
- index_gen$3_ListEmailsResponse as ListEmailsResponse,
25380
- index_gen$3_RevokeDomainRequest as RevokeDomainRequest,
25381
- index_gen$3_Statistics as Statistics,
25439
+ API$4 as API,
25440
+ index_gen$4_CancelEmailRequest as CancelEmailRequest,
25441
+ index_gen$4_CheckDomainRequest as CheckDomainRequest,
25442
+ index_gen$4_CreateDomainRequest as CreateDomainRequest,
25443
+ index_gen$4_CreateEmailRequest as CreateEmailRequest,
25444
+ index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress,
25445
+ index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment,
25446
+ index_gen$4_CreateEmailResponse as CreateEmailResponse,
25447
+ index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
25448
+ index_gen$4_Domain as Domain,
25449
+ index_gen$4_DomainStatistics as DomainStatistics,
25450
+ index_gen$4_DomainStatus as DomainStatus,
25451
+ index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
25452
+ index_gen$4_Email as Email,
25453
+ index_gen$4_EmailRcptType as EmailRcptType,
25454
+ index_gen$4_EmailStatus as EmailStatus,
25455
+ index_gen$4_EmailTry as EmailTry,
25456
+ index_gen$4_GetDomainRequest as GetDomainRequest,
25457
+ index_gen$4_GetEmailRequest as GetEmailRequest,
25458
+ index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
25459
+ index_gen$4_ListDomainsRequest as ListDomainsRequest,
25460
+ index_gen$4_ListDomainsResponse as ListDomainsResponse,
25461
+ index_gen$4_ListEmailsRequest as ListEmailsRequest,
25462
+ index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy,
25463
+ index_gen$4_ListEmailsResponse as ListEmailsResponse,
25464
+ index_gen$4_RevokeDomainRequest as RevokeDomainRequest,
25465
+ index_gen$4_Statistics as Statistics,
25382
25466
  };
25383
25467
  }
25384
25468
 
25385
25469
  declare namespace index$3 {
25386
25470
  export {
25387
- index_gen$3 as v1alpha1,
25471
+ index_gen$4 as v1alpha1,
25388
25472
  };
25389
25473
  }
25390
25474
 
25391
- type ListPrivateNetworksRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
25392
- interface ListPrivateNetworksResponse {
25393
- privateNetworks: PrivateNetwork[];
25475
+ type ListPrivateNetworksRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
25476
+ interface ListPrivateNetworksResponse$1 {
25477
+ privateNetworks: PrivateNetwork$1[];
25394
25478
  totalCount: number;
25395
25479
  }
25396
25480
  /** Private network. */
25397
- interface PrivateNetwork {
25481
+ interface PrivateNetwork$1 {
25398
25482
  /** Private Network ID. */
25399
25483
  id: string;
25400
25484
  /** Private Network name. */
@@ -25414,11 +25498,11 @@ interface PrivateNetwork {
25414
25498
  /** Private Network subnets CIDR. */
25415
25499
  subnets: string[];
25416
25500
  }
25417
- type ListPrivateNetworksRequest = {
25501
+ type ListPrivateNetworksRequest$1 = {
25418
25502
  /** Zone to target. If none is passed will use default zone from the config. */
25419
25503
  zone?: Zone;
25420
25504
  /** Sort order of the returned Private Networks. */
25421
- orderBy?: ListPrivateNetworksRequestOrderBy;
25505
+ orderBy?: ListPrivateNetworksRequestOrderBy$1;
25422
25506
  /** Page number to return, from the paginated results. */
25423
25507
  page?: number;
25424
25508
  /** Maximum number of Private Networks to return per page. */
@@ -25451,7 +25535,7 @@ type ListPrivateNetworksRequest = {
25451
25535
  /** Defines whether to include regional Private Networks in the response. */
25452
25536
  includeRegional?: boolean;
25453
25537
  };
25454
- type CreatePrivateNetworkRequest = {
25538
+ type CreatePrivateNetworkRequest$1 = {
25455
25539
  /** Zone to target. If none is passed will use default zone from the config. */
25456
25540
  zone?: Zone;
25457
25541
  /** Name for the Private Network. */
@@ -25463,13 +25547,13 @@ type CreatePrivateNetworkRequest = {
25463
25547
  /** Private Network subnets CIDR. */
25464
25548
  subnets?: string[];
25465
25549
  };
25466
- type GetPrivateNetworkRequest = {
25550
+ type GetPrivateNetworkRequest$1 = {
25467
25551
  /** Zone to target. If none is passed will use default zone from the config. */
25468
25552
  zone?: Zone;
25469
25553
  /** Private Network ID. */
25470
25554
  privateNetworkId: string;
25471
25555
  };
25472
- type UpdatePrivateNetworkRequest = {
25556
+ type UpdatePrivateNetworkRequest$1 = {
25473
25557
  /** Zone to target. If none is passed will use default zone from the config. */
25474
25558
  zone?: Zone;
25475
25559
  /** Private Network ID. */
@@ -25481,7 +25565,7 @@ type UpdatePrivateNetworkRequest = {
25481
25565
  /** @deprecated Private Network subnets CIDR (deprecated). */
25482
25566
  subnets?: string[];
25483
25567
  };
25484
- type DeletePrivateNetworkRequest = {
25568
+ type DeletePrivateNetworkRequest$1 = {
25485
25569
  /** Zone to target. If none is passed will use default zone from the config. */
25486
25570
  zone?: Zone;
25487
25571
  /** Private Network ID. */
@@ -25489,10 +25573,10 @@ type DeletePrivateNetworkRequest = {
25489
25573
  };
25490
25574
 
25491
25575
  /** VPC API. */
25492
- declare class API$2 extends API$q {
25576
+ declare class API$3 extends API$r {
25493
25577
  /** Lists the available zones of the API. */
25494
25578
  static readonly LOCALITIES: Zone[];
25495
- protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest>) => Promise<ListPrivateNetworksResponse>;
25579
+ protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
25496
25580
  /**
25497
25581
  * List Private Networks. List existing Private Networks in a specified
25498
25582
  * Availability Zone. By default, the Private Networks returned in the list
@@ -25502,13 +25586,423 @@ declare class API$2 extends API$q {
25502
25586
  * @param request - The request {@link ListPrivateNetworksRequest}
25503
25587
  * @returns A Promise of ListPrivateNetworksResponse
25504
25588
  */
25589
+ listPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1> & {
25590
+ all: () => Promise<PrivateNetwork$1[]>;
25591
+ [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork$1[], void, void>;
25592
+ };
25593
+ /**
25594
+ * Create a Private Network. Create a new Private Network. Once created, you
25595
+ * can attach Scaleway resources in the same Availability Zone.
25596
+ *
25597
+ * @param request - The request {@link CreatePrivateNetworkRequest}
25598
+ * @returns A Promise of PrivateNetwork
25599
+ */
25600
+ createPrivateNetwork: (request?: Readonly<CreatePrivateNetworkRequest$1>) => Promise<PrivateNetwork$1>;
25601
+ /**
25602
+ * Get a Private Network. Retrieve information about an existing Private
25603
+ * Network, specified by its Private Network ID. Its full details are returned
25604
+ * in the response object.
25605
+ *
25606
+ * @param request - The request {@link GetPrivateNetworkRequest}
25607
+ * @returns A Promise of PrivateNetwork
25608
+ */
25609
+ getPrivateNetwork: (request: Readonly<GetPrivateNetworkRequest$1>) => Promise<PrivateNetwork$1>;
25610
+ /**
25611
+ * Update Private Network. Update parameters (such as name or tags) of an
25612
+ * existing Private Network, specified by its Private Network ID.
25613
+ *
25614
+ * @param request - The request {@link UpdatePrivateNetworkRequest}
25615
+ * @returns A Promise of PrivateNetwork
25616
+ */
25617
+ updatePrivateNetwork: (request: Readonly<UpdatePrivateNetworkRequest$1>) => Promise<PrivateNetwork$1>;
25618
+ /**
25619
+ * Delete a Private Network. Delete an existing Private Network. Note that you
25620
+ * must first detach all resources from the network, in order to delete it.
25621
+ *
25622
+ * @param request - The request {@link DeletePrivateNetworkRequest}
25623
+ */
25624
+ deletePrivateNetwork: (request: Readonly<DeletePrivateNetworkRequest$1>) => Promise<void>;
25625
+ }
25626
+
25627
+ declare namespace index_gen$3 {
25628
+ export {
25629
+ API$3 as API,
25630
+ CreatePrivateNetworkRequest$1 as CreatePrivateNetworkRequest,
25631
+ DeletePrivateNetworkRequest$1 as DeletePrivateNetworkRequest,
25632
+ GetPrivateNetworkRequest$1 as GetPrivateNetworkRequest,
25633
+ ListPrivateNetworksRequest$1 as ListPrivateNetworksRequest,
25634
+ ListPrivateNetworksRequestOrderBy$1 as ListPrivateNetworksRequestOrderBy,
25635
+ ListPrivateNetworksResponse$1 as ListPrivateNetworksResponse,
25636
+ PrivateNetwork$1 as PrivateNetwork,
25637
+ UpdatePrivateNetworkRequest$1 as UpdatePrivateNetworkRequest,
25638
+ };
25639
+ }
25640
+
25641
+ type ListPrivateNetworksRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
25642
+ type ListVPCsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
25643
+ interface AddSubnetsResponse {
25644
+ subnets: string[];
25645
+ }
25646
+ interface DeleteSubnetsResponse {
25647
+ subnets: string[];
25648
+ }
25649
+ interface ListPrivateNetworksResponse {
25650
+ privateNetworks: PrivateNetwork[];
25651
+ totalCount: number;
25652
+ }
25653
+ interface ListVPCsResponse {
25654
+ vpcs: VPC[];
25655
+ totalCount: number;
25656
+ }
25657
+ /** Private network. */
25658
+ interface PrivateNetwork {
25659
+ /** Private Network ID. */
25660
+ id: string;
25661
+ /** Private Network name. */
25662
+ name: string;
25663
+ /** Scaleway Organization the Private Network belongs to. */
25664
+ organizationId: string;
25665
+ /** Scaleway Project the Private Network belongs to. */
25666
+ projectId: string;
25667
+ /** Region in which the Private Network is available. */
25668
+ region: Region;
25669
+ /** Tags of the Private Network. */
25670
+ tags: string[];
25671
+ /** Date the Private Network was created. */
25672
+ createdAt?: Date;
25673
+ /** Date the Private Network was last modified. */
25674
+ updatedAt?: Date;
25675
+ /** Private Network subnets. */
25676
+ subnets: Subnet[];
25677
+ /** VPC the Private Network belongs to. */
25678
+ vpcId: string;
25679
+ }
25680
+ interface SetSubnetsResponse {
25681
+ subnets: string[];
25682
+ }
25683
+ /** Subnet. */
25684
+ interface Subnet {
25685
+ /** ID of the subnet. */
25686
+ id: string;
25687
+ /** Subnet creation date. */
25688
+ createdAt?: Date;
25689
+ /** Subnet last modification date. */
25690
+ updatedAt?: Date;
25691
+ /** Subnet CIDR. */
25692
+ subnet: string;
25693
+ }
25694
+ /** Vpc. */
25695
+ interface VPC {
25696
+ /** VPC ID. */
25697
+ id: string;
25698
+ /** VPC name. */
25699
+ name: string;
25700
+ /** Scaleway Organization the VPC belongs to. */
25701
+ organizationId: string;
25702
+ /** Scaleway Project the VPC belongs to. */
25703
+ projectId: string;
25704
+ /** Region of the VPC. */
25705
+ region: Region;
25706
+ /** Tags for the VPC. */
25707
+ tags: string[];
25708
+ /** Defines whether the VPC is the default one for its Project. */
25709
+ isDefault: boolean;
25710
+ /** Date the VPC was created. */
25711
+ createdAt?: Date;
25712
+ /** Date the VPC was last modified. */
25713
+ updatedAt?: Date;
25714
+ }
25715
+ type ListVPCsRequest = {
25716
+ /**
25717
+ * Region to target. If none is passed will use default region from the
25718
+ * config.
25719
+ */
25720
+ region?: Region;
25721
+ /** Sort order of the returned VPCs. */
25722
+ orderBy?: ListVPCsRequestOrderBy;
25723
+ /** Page number to return, from the paginated results. */
25724
+ page?: number;
25725
+ /** Maximum number of VPCs to return per page. */
25726
+ pageSize?: number;
25727
+ /**
25728
+ * Name to filter for. Only VPCs with names containing this string will be
25729
+ * returned.
25730
+ */
25731
+ name?: string;
25732
+ /**
25733
+ * Tags to filter for. Only VPCs with one more more matching tags will be
25734
+ * returned.
25735
+ */
25736
+ tags?: string[];
25737
+ /**
25738
+ * Organization ID to filter for. Only VPCs belonging to this Organization
25739
+ * will be returned.
25740
+ */
25741
+ organizationId?: string;
25742
+ /**
25743
+ * Project ID to filter for. Only VPCs belonging to this Project will be
25744
+ * returned.
25745
+ */
25746
+ projectId?: string;
25747
+ /**
25748
+ * Defines whether to filter only for VPCs which are the default one for their
25749
+ * Project.
25750
+ */
25751
+ isDefault?: boolean;
25752
+ };
25753
+ type CreateVPCRequest = {
25754
+ /**
25755
+ * Region to target. If none is passed will use default region from the
25756
+ * config.
25757
+ */
25758
+ region?: Region;
25759
+ /** Name for the VPC. */
25760
+ name?: string;
25761
+ /** Scaleway Project in which to create the VPC. */
25762
+ projectId?: string;
25763
+ /** Tags for the VPC. */
25764
+ tags?: string[];
25765
+ };
25766
+ type GetVPCRequest = {
25767
+ /**
25768
+ * Region to target. If none is passed will use default region from the
25769
+ * config.
25770
+ */
25771
+ region?: Region;
25772
+ /** VPC ID. */
25773
+ vpcId: string;
25774
+ };
25775
+ type UpdateVPCRequest = {
25776
+ /**
25777
+ * Region to target. If none is passed will use default region from the
25778
+ * config.
25779
+ */
25780
+ region?: Region;
25781
+ /** VPC ID. */
25782
+ vpcId: string;
25783
+ /** Name for the VPC. */
25784
+ name?: string;
25785
+ /** Tags for the VPC. */
25786
+ tags?: string[];
25787
+ };
25788
+ type DeleteVPCRequest = {
25789
+ /**
25790
+ * Region to target. If none is passed will use default region from the
25791
+ * config.
25792
+ */
25793
+ region?: Region;
25794
+ /** VPC ID. */
25795
+ vpcId: string;
25796
+ };
25797
+ type ListPrivateNetworksRequest = {
25798
+ /**
25799
+ * Region to target. If none is passed will use default region from the
25800
+ * config.
25801
+ */
25802
+ region?: Region;
25803
+ /** Sort order of the returned Private Networks. */
25804
+ orderBy?: ListPrivateNetworksRequestOrderBy;
25805
+ /** Page number to return, from the paginated results. */
25806
+ page?: number;
25807
+ /** Maximum number of Private Networks to return per page. */
25808
+ pageSize?: number;
25809
+ /**
25810
+ * Name to filter for. Only Private Networks with names containing this string
25811
+ * will be returned.
25812
+ */
25813
+ name?: string;
25814
+ /**
25815
+ * Tags to filter for. Only Private Networks with one or more matching tags
25816
+ * will be returned.
25817
+ */
25818
+ tags?: string[];
25819
+ /**
25820
+ * Organization ID to filter for. Only Private Networks belonging to this
25821
+ * Organization will be returned.
25822
+ */
25823
+ organizationId?: string;
25824
+ /**
25825
+ * Project ID to filter for. Only Private Networks belonging to this Project
25826
+ * will be returned.
25827
+ */
25828
+ projectId?: string;
25829
+ /**
25830
+ * Private Network IDs to filter for. Only Private Networks with one of these
25831
+ * IDs will be returned.
25832
+ */
25833
+ privateNetworkIds?: string[];
25834
+ /**
25835
+ * VPC ID to filter for. Only Private Networks belonging to this VPC will be
25836
+ * returned.
25837
+ */
25838
+ vpcId?: string;
25839
+ };
25840
+ type CreatePrivateNetworkRequest = {
25841
+ /**
25842
+ * Region to target. If none is passed will use default region from the
25843
+ * config.
25844
+ */
25845
+ region?: Region;
25846
+ /** Name for the Private Network. */
25847
+ name?: string;
25848
+ /** Scaleway Project in which to create the Private Network. */
25849
+ projectId?: string;
25850
+ /** Tags for the Private Network. */
25851
+ tags?: string[];
25852
+ /** Private Network subnets CIDR. */
25853
+ subnets?: string[];
25854
+ /** VPC in which to create the Private Network. */
25855
+ vpcId?: string;
25856
+ };
25857
+ type GetPrivateNetworkRequest = {
25858
+ /**
25859
+ * Region to target. If none is passed will use default region from the
25860
+ * config.
25861
+ */
25862
+ region?: Region;
25863
+ /** Private Network ID. */
25864
+ privateNetworkId: string;
25865
+ };
25866
+ type UpdatePrivateNetworkRequest = {
25867
+ /**
25868
+ * Region to target. If none is passed will use default region from the
25869
+ * config.
25870
+ */
25871
+ region?: Region;
25872
+ /** Private Network ID. */
25873
+ privateNetworkId: string;
25874
+ /** Name for the Private Network. */
25875
+ name?: string;
25876
+ /** Tags for the Private Network. */
25877
+ tags?: string[];
25878
+ };
25879
+ type DeletePrivateNetworkRequest = {
25880
+ /**
25881
+ * Region to target. If none is passed will use default region from the
25882
+ * config.
25883
+ */
25884
+ region?: Region;
25885
+ /** Private Network ID. */
25886
+ privateNetworkId: string;
25887
+ };
25888
+ type MigrateZonalPrivateNetworksRequest = {
25889
+ /**
25890
+ * Region to target. If none is passed will use default region from the
25891
+ * config.
25892
+ */
25893
+ region?: Region;
25894
+ /**
25895
+ * Organization ID to target. The specified zoned Private Networks within this
25896
+ * Organization will be migrated to regional.
25897
+ *
25898
+ * One-of ('scope'): at most one of 'organizationId', 'projectId' could be
25899
+ * set.
25900
+ */
25901
+ organizationId?: string;
25902
+ /**
25903
+ * Project to target. The specified zoned Private Networks within this Project
25904
+ * will be migrated to regional.
25905
+ *
25906
+ * One-of ('scope'): at most one of 'organizationId', 'projectId' could be
25907
+ * set.
25908
+ */
25909
+ projectId?: string;
25910
+ /** IDs of the Private Networks to migrate. */
25911
+ privateNetworkIds?: string[];
25912
+ };
25913
+ type SetSubnetsRequest = {
25914
+ /**
25915
+ * Region to target. If none is passed will use default region from the
25916
+ * config.
25917
+ */
25918
+ region?: Region;
25919
+ /** Private Network ID. */
25920
+ privateNetworkId: string;
25921
+ /** Private Network subnets CIDR. */
25922
+ subnets?: string[];
25923
+ };
25924
+ type AddSubnetsRequest = {
25925
+ /**
25926
+ * Region to target. If none is passed will use default region from the
25927
+ * config.
25928
+ */
25929
+ region?: Region;
25930
+ /** Private Network ID. */
25931
+ privateNetworkId: string;
25932
+ /** Private Network subnets CIDR. */
25933
+ subnets?: string[];
25934
+ };
25935
+ type DeleteSubnetsRequest = {
25936
+ /**
25937
+ * Region to target. If none is passed will use default region from the
25938
+ * config.
25939
+ */
25940
+ region?: Region;
25941
+ /** Private Network ID. */
25942
+ privateNetworkId: string;
25943
+ /** Private Network subnets CIDR. */
25944
+ subnets?: string[];
25945
+ };
25946
+
25947
+ /** VPC API. */
25948
+ declare class API$2 extends API$r {
25949
+ /** Lists the available regions of the API. */
25950
+ static readonly LOCALITIES: Region[];
25951
+ protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
25952
+ /**
25953
+ * List VPCs. List existing VPCs in the specified region.
25954
+ *
25955
+ * @param request - The request {@link ListVPCsRequest}
25956
+ * @returns A Promise of ListVPCsResponse
25957
+ */
25958
+ listVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse> & {
25959
+ all: () => Promise<VPC[]>;
25960
+ [Symbol.asyncIterator]: () => AsyncGenerator<VPC[], void, void>;
25961
+ };
25962
+ /**
25963
+ * Create a VPC. Create a new VPC in the specified region.
25964
+ *
25965
+ * @param request - The request {@link CreateVPCRequest}
25966
+ * @returns A Promise of VPC
25967
+ */
25968
+ createVPC: (request?: Readonly<CreateVPCRequest>) => Promise<VPC>;
25969
+ /**
25970
+ * Get a VPC. Retrieve details of an existing VPC, specified by its VPC ID.
25971
+ *
25972
+ * @param request - The request {@link GetVPCRequest}
25973
+ * @returns A Promise of VPC
25974
+ */
25975
+ getVPC: (request: Readonly<GetVPCRequest>) => Promise<VPC>;
25976
+ /**
25977
+ * Update VPC. Update parameters including name and tags of the specified VPC.
25978
+ *
25979
+ * @param request - The request {@link UpdateVPCRequest}
25980
+ * @returns A Promise of VPC
25981
+ */
25982
+ updateVPC: (request: Readonly<UpdateVPCRequest>) => Promise<VPC>;
25983
+ /**
25984
+ * Delete a VPC. Delete a VPC specified by its VPC ID.
25985
+ *
25986
+ * @param request - The request {@link DeleteVPCRequest}
25987
+ */
25988
+ deleteVPC: (request: Readonly<DeleteVPCRequest>) => Promise<void>;
25989
+ protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest>) => Promise<ListPrivateNetworksResponse>;
25990
+ /**
25991
+ * List Private Networks. List existing Private Networks in the specified
25992
+ * region. By default, the Private Networks returned in the list are ordered
25993
+ * by creation date in ascending order, though this can be modified via the
25994
+ * order_by field.
25995
+ *
25996
+ * @param request - The request {@link ListPrivateNetworksRequest}
25997
+ * @returns A Promise of ListPrivateNetworksResponse
25998
+ */
25505
25999
  listPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest>) => Promise<ListPrivateNetworksResponse> & {
25506
26000
  all: () => Promise<PrivateNetwork[]>;
25507
26001
  [Symbol.asyncIterator]: () => AsyncGenerator<PrivateNetwork[], void, void>;
25508
26002
  };
25509
26003
  /**
25510
26004
  * Create a Private Network. Create a new Private Network. Once created, you
25511
- * can attach Scaleway resources in the same Availability Zone.
26005
+ * can attach Scaleway resources which are in the same region.
25512
26006
  *
25513
26007
  * @param request - The request {@link CreatePrivateNetworkRequest}
25514
26008
  * @returns A Promise of PrivateNetwork
@@ -25538,33 +26032,101 @@ declare class API$2 extends API$q {
25538
26032
  * @param request - The request {@link DeletePrivateNetworkRequest}
25539
26033
  */
25540
26034
  deletePrivateNetwork: (request: Readonly<DeletePrivateNetworkRequest>) => Promise<void>;
26035
+ /**
26036
+ * Migrate Private Networks from zoned to regional. Transform multiple
26037
+ * existing zoned Private Networks (scoped to a single Availability Zone) into
26038
+ * regional Private Networks, scoped to an entire region. You can transform
26039
+ * one or many Private Networks (specified by their Private Network IDs)
26040
+ * within a single Scaleway Organization or Project, with the same call.
26041
+ *
26042
+ * @param request - The request {@link MigrateZonalPrivateNetworksRequest}
26043
+ */
26044
+ migrateZonalPrivateNetworks: (request?: Readonly<MigrateZonalPrivateNetworksRequest>) => Promise<void>;
26045
+ /**
26046
+ * Set the subnets of a Private Network. Set subnets for an existing Private
26047
+ * Network. Note that the method is PUT and not PATCH. Any existing subnets
26048
+ * will be removed in favor of the new specified set of subnets.
26049
+ *
26050
+ * @param request - The request {@link SetSubnetsRequest}
26051
+ * @returns A Promise of SetSubnetsResponse
26052
+ */
26053
+ setSubnets: (request: Readonly<SetSubnetsRequest>) => Promise<SetSubnetsResponse>;
26054
+ /**
26055
+ * Add subnets to a Private Network. Add new subnets to an existing Private
26056
+ * Network.
26057
+ *
26058
+ * @param request - The request {@link AddSubnetsRequest}
26059
+ * @returns A Promise of AddSubnetsResponse
26060
+ */
26061
+ addSubnets: (request: Readonly<AddSubnetsRequest>) => Promise<AddSubnetsResponse>;
26062
+ /**
26063
+ * Delete subnets from a Private Network. Delete the specified subnets from a
26064
+ * Private Network.
26065
+ *
26066
+ * @param request - The request {@link DeleteSubnetsRequest}
26067
+ * @returns A Promise of DeleteSubnetsResponse
26068
+ */
26069
+ deleteSubnets: (request: Readonly<DeleteSubnetsRequest>) => Promise<DeleteSubnetsResponse>;
25541
26070
  }
25542
26071
 
26072
+ type index_gen$2_AddSubnetsRequest = AddSubnetsRequest;
26073
+ type index_gen$2_AddSubnetsResponse = AddSubnetsResponse;
25543
26074
  type index_gen$2_CreatePrivateNetworkRequest = CreatePrivateNetworkRequest;
26075
+ type index_gen$2_CreateVPCRequest = CreateVPCRequest;
25544
26076
  type index_gen$2_DeletePrivateNetworkRequest = DeletePrivateNetworkRequest;
26077
+ type index_gen$2_DeleteSubnetsRequest = DeleteSubnetsRequest;
26078
+ type index_gen$2_DeleteSubnetsResponse = DeleteSubnetsResponse;
26079
+ type index_gen$2_DeleteVPCRequest = DeleteVPCRequest;
25545
26080
  type index_gen$2_GetPrivateNetworkRequest = GetPrivateNetworkRequest;
26081
+ type index_gen$2_GetVPCRequest = GetVPCRequest;
25546
26082
  type index_gen$2_ListPrivateNetworksRequest = ListPrivateNetworksRequest;
25547
26083
  type index_gen$2_ListPrivateNetworksRequestOrderBy = ListPrivateNetworksRequestOrderBy;
25548
26084
  type index_gen$2_ListPrivateNetworksResponse = ListPrivateNetworksResponse;
26085
+ type index_gen$2_ListVPCsRequest = ListVPCsRequest;
26086
+ type index_gen$2_ListVPCsRequestOrderBy = ListVPCsRequestOrderBy;
26087
+ type index_gen$2_ListVPCsResponse = ListVPCsResponse;
26088
+ type index_gen$2_MigrateZonalPrivateNetworksRequest = MigrateZonalPrivateNetworksRequest;
25549
26089
  type index_gen$2_PrivateNetwork = PrivateNetwork;
26090
+ type index_gen$2_SetSubnetsRequest = SetSubnetsRequest;
26091
+ type index_gen$2_SetSubnetsResponse = SetSubnetsResponse;
26092
+ type index_gen$2_Subnet = Subnet;
25550
26093
  type index_gen$2_UpdatePrivateNetworkRequest = UpdatePrivateNetworkRequest;
26094
+ type index_gen$2_UpdateVPCRequest = UpdateVPCRequest;
26095
+ type index_gen$2_VPC = VPC;
25551
26096
  declare namespace index_gen$2 {
25552
26097
  export {
25553
26098
  API$2 as API,
26099
+ index_gen$2_AddSubnetsRequest as AddSubnetsRequest,
26100
+ index_gen$2_AddSubnetsResponse as AddSubnetsResponse,
25554
26101
  index_gen$2_CreatePrivateNetworkRequest as CreatePrivateNetworkRequest,
26102
+ index_gen$2_CreateVPCRequest as CreateVPCRequest,
25555
26103
  index_gen$2_DeletePrivateNetworkRequest as DeletePrivateNetworkRequest,
26104
+ index_gen$2_DeleteSubnetsRequest as DeleteSubnetsRequest,
26105
+ index_gen$2_DeleteSubnetsResponse as DeleteSubnetsResponse,
26106
+ index_gen$2_DeleteVPCRequest as DeleteVPCRequest,
25556
26107
  index_gen$2_GetPrivateNetworkRequest as GetPrivateNetworkRequest,
26108
+ index_gen$2_GetVPCRequest as GetVPCRequest,
25557
26109
  index_gen$2_ListPrivateNetworksRequest as ListPrivateNetworksRequest,
25558
26110
  index_gen$2_ListPrivateNetworksRequestOrderBy as ListPrivateNetworksRequestOrderBy,
25559
26111
  index_gen$2_ListPrivateNetworksResponse as ListPrivateNetworksResponse,
26112
+ index_gen$2_ListVPCsRequest as ListVPCsRequest,
26113
+ index_gen$2_ListVPCsRequestOrderBy as ListVPCsRequestOrderBy,
26114
+ index_gen$2_ListVPCsResponse as ListVPCsResponse,
26115
+ index_gen$2_MigrateZonalPrivateNetworksRequest as MigrateZonalPrivateNetworksRequest,
25560
26116
  index_gen$2_PrivateNetwork as PrivateNetwork,
26117
+ index_gen$2_SetSubnetsRequest as SetSubnetsRequest,
26118
+ index_gen$2_SetSubnetsResponse as SetSubnetsResponse,
26119
+ index_gen$2_Subnet as Subnet,
25561
26120
  index_gen$2_UpdatePrivateNetworkRequest as UpdatePrivateNetworkRequest,
26121
+ index_gen$2_UpdateVPCRequest as UpdateVPCRequest,
26122
+ index_gen$2_VPC as VPC,
25562
26123
  };
25563
26124
  }
25564
26125
 
25565
26126
  declare namespace index$2 {
25566
26127
  export {
25567
- index_gen$2 as v1,
26128
+ index_gen$3 as v1,
26129
+ index_gen$2 as v2,
25568
26130
  };
25569
26131
  }
25570
26132
 
@@ -26431,7 +26993,7 @@ type RefreshSSHKeysRequest = {
26431
26993
  };
26432
26994
 
26433
26995
  /** Public Gateways API. */
26434
- declare class API$1 extends API$q {
26996
+ declare class API$1 extends API$r {
26435
26997
  /** Lists the available zones of the API. */
26436
26998
  static readonly LOCALITIES: Zone[];
26437
26999
  protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
@@ -27235,7 +27797,7 @@ type ListOffersRequest = {
27235
27797
  };
27236
27798
 
27237
27799
  /** Web Hosting API. */
27238
- declare class API extends API$q {
27800
+ declare class API extends API$r {
27239
27801
  /** Lists the available regions of the API. */
27240
27802
  static readonly LOCALITIES: Region[];
27241
27803
  /**
@@ -27414,4 +27976,4 @@ declare namespace index {
27414
27976
  };
27415
27977
  }
27416
27978
 
27417
- export { API$q 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 };
27979
+ export { API$r as API, index$s as Account, index$r as AppleSilicon, index$p as BareMetal, index$o as Billing, Client, ClientConfig, index$n as Cockpit, index$m as Container, DefaultValues, index$l as Domain, index$t as Errors, index$k as FlexibleIP, index$j as Function, index$i as IAM, index$f as IOT, index$g as Instance, index$d as K8S, index$b as LB, Logger, index$9 as MNQ, index$a as Marketplace, Money, NetworkInterceptors, Profile, index$8 as RDB, index$7 as Redis, Region, index$6 as Registry, RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, ScwFile, index$5 as Secret, ServiceInfo, Settings, index$4 as Test, TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, WaitForOptions, WaitForStopCondition, index as Webhosting, Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };