@scaleway/sdk 1.24.0 → 1.26.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
@@ -852,26 +852,7 @@ type index$u_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
852
852
  type index$u_TransientStateError = TransientStateError;
853
853
  declare const index$u_TransientStateError: typeof TransientStateError;
854
854
  declare namespace index$u {
855
- export {
856
- index$u_AlreadyExistsError as AlreadyExistsError,
857
- index$u_DeniedAuthenticationError as DeniedAuthenticationError,
858
- index$u_InvalidArgumentsError as InvalidArgumentsError,
859
- index$u_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails,
860
- index$u_OutOfStockError as OutOfStockError,
861
- index$u_PermissionsDeniedError as PermissionsDeniedError,
862
- index$u_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails,
863
- index$u_PreconditionFailedError as PreconditionFailedError,
864
- index$u_QuotasExceededError as QuotasExceededError,
865
- index$u_QuotasExceededErrorDetails as QuotasExceededErrorDetails,
866
- index$u_QuotasExceededErrorScope as QuotasExceededErrorScope,
867
- index$u_ResourceExpiredError as ResourceExpiredError,
868
- index$u_ResourceLockedError as ResourceLockedError,
869
- index$u_ResourceNotFoundError as ResourceNotFoundError,
870
- index$u_ScalewayError as ScalewayError,
871
- index$u_TooManyRequestsError as TooManyRequestsError,
872
- index$u_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy,
873
- index$u_TransientStateError as TransientStateError,
874
- };
855
+ export { index$u_AlreadyExistsError as AlreadyExistsError, index$u_DeniedAuthenticationError as DeniedAuthenticationError, index$u_InvalidArgumentsError as InvalidArgumentsError, type index$u_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails, index$u_OutOfStockError as OutOfStockError, index$u_PermissionsDeniedError as PermissionsDeniedError, type index$u_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails, index$u_PreconditionFailedError as PreconditionFailedError, index$u_QuotasExceededError as QuotasExceededError, type index$u_QuotasExceededErrorDetails as QuotasExceededErrorDetails, type index$u_QuotasExceededErrorScope as QuotasExceededErrorScope, index$u_ResourceExpiredError as ResourceExpiredError, index$u_ResourceLockedError as ResourceLockedError, index$u_ResourceNotFoundError as ResourceNotFoundError, index$u_ScalewayError as ScalewayError, index$u_TooManyRequestsError as TooManyRequestsError, type index$u_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy, index$u_TransientStateError as TransientStateError };
875
856
  }
876
857
 
877
858
  /**
@@ -1189,17 +1170,7 @@ type index_gen$o_GetProjectRequest = GetProjectRequest;
1189
1170
  type index_gen$o_ListProjectsRequest = ListProjectsRequest;
1190
1171
  type index_gen$o_UpdateProjectRequest = UpdateProjectRequest;
1191
1172
  declare namespace index_gen$o {
1192
- export {
1193
- API$r as API,
1194
- index_gen$o_CreateProjectRequest as CreateProjectRequest,
1195
- index_gen$o_DeleteProjectRequest as DeleteProjectRequest,
1196
- index_gen$o_GetProjectRequest as GetProjectRequest,
1197
- index_gen$o_ListProjectsRequest as ListProjectsRequest,
1198
- ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy,
1199
- ListProjectsResponse$1 as ListProjectsResponse,
1200
- Project$1 as Project,
1201
- index_gen$o_UpdateProjectRequest as UpdateProjectRequest,
1202
- };
1173
+ export { API$r as API, type index_gen$o_CreateProjectRequest as CreateProjectRequest, type index_gen$o_DeleteProjectRequest as DeleteProjectRequest, type index_gen$o_GetProjectRequest as GetProjectRequest, type index_gen$o_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$o_UpdateProjectRequest as UpdateProjectRequest };
1203
1174
  }
1204
1175
 
1205
1176
  type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -1362,11 +1333,7 @@ declare const validationRules_gen$6_ProjectApiCreateProjectRequest: typeof Proje
1362
1333
  declare const validationRules_gen$6_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
1363
1334
  declare const validationRules_gen$6_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
1364
1335
  declare namespace validationRules_gen$6 {
1365
- export {
1366
- validationRules_gen$6_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest,
1367
- validationRules_gen$6_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest,
1368
- validationRules_gen$6_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest,
1369
- };
1336
+ export { validationRules_gen$6_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$6_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$6_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
1370
1337
  }
1371
1338
 
1372
1339
  type index_gen$n_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
@@ -1377,25 +1344,11 @@ declare const index_gen$n_ProjectAPI: typeof ProjectAPI;
1377
1344
  type index_gen$n_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
1378
1345
  type index_gen$n_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
1379
1346
  declare namespace index_gen$n {
1380
- export {
1381
- index_gen$n_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy,
1382
- index_gen$n_ListProjectsResponse as ListProjectsResponse,
1383
- index_gen$n_Project as Project,
1384
- index_gen$n_ProjectAPI as ProjectAPI,
1385
- ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest,
1386
- index_gen$n_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest,
1387
- index_gen$n_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest,
1388
- ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest,
1389
- ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest,
1390
- validationRules_gen$6 as ValidationRules,
1391
- };
1347
+ export { type index_gen$n_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$n_ListProjectsResponse as ListProjectsResponse, type index_gen$n_Project as Project, index_gen$n_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$n_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$n_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$6 as ValidationRules };
1392
1348
  }
1393
1349
 
1394
1350
  declare namespace index$t {
1395
- export {
1396
- index_gen$o as v2,
1397
- index_gen$n as v3,
1398
- };
1351
+ export { index_gen$o as v2, index_gen$n as v3 };
1399
1352
  }
1400
1353
 
1401
1354
  type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
@@ -1713,39 +1666,11 @@ type index_gen$m_ServerTypeDisk = ServerTypeDisk;
1713
1666
  type index_gen$m_ServerTypeMemory = ServerTypeMemory;
1714
1667
  type index_gen$m_ServerTypeStock = ServerTypeStock;
1715
1668
  declare namespace index_gen$m {
1716
- export {
1717
- API$q as API,
1718
- CreateServerRequest$3 as CreateServerRequest,
1719
- DeleteServerRequest$2 as DeleteServerRequest,
1720
- GetOSRequest$1 as GetOSRequest,
1721
- GetServerRequest$2 as GetServerRequest,
1722
- index_gen$m_GetServerTypeRequest as GetServerTypeRequest,
1723
- ListOSRequest$2 as ListOSRequest,
1724
- ListOSResponse$1 as ListOSResponse,
1725
- index_gen$m_ListServerTypesRequest as ListServerTypesRequest,
1726
- index_gen$m_ListServerTypesResponse as ListServerTypesResponse,
1727
- ListServersRequest$3 as ListServersRequest,
1728
- ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
1729
- ListServersResponse$2 as ListServersResponse,
1730
- OS$1 as OS,
1731
- RebootServerRequest$1 as RebootServerRequest,
1732
- index_gen$m_ReinstallServerRequest as ReinstallServerRequest,
1733
- SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
1734
- Server$2 as Server,
1735
- ServerStatus$1 as ServerStatus,
1736
- ServerType$1 as ServerType,
1737
- index_gen$m_ServerTypeCPU as ServerTypeCPU,
1738
- index_gen$m_ServerTypeDisk as ServerTypeDisk,
1739
- index_gen$m_ServerTypeMemory as ServerTypeMemory,
1740
- index_gen$m_ServerTypeStock as ServerTypeStock,
1741
- UpdateServerRequest$3 as UpdateServerRequest,
1742
- };
1669
+ export { API$q as API, type CreateServerRequest$3 as CreateServerRequest, type DeleteServerRequest$2 as DeleteServerRequest, type GetOSRequest$1 as GetOSRequest, type GetServerRequest$2 as GetServerRequest, type index_gen$m_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$m_ListServerTypesRequest as ListServerTypesRequest, type index_gen$m_ListServerTypesResponse as ListServerTypesResponse, type ListServersRequest$3 as ListServersRequest, type ListServersRequestOrderBy$1 as ListServersRequestOrderBy, type ListServersResponse$2 as ListServersResponse, type OS$1 as OS, type RebootServerRequest$1 as RebootServerRequest, type index_gen$m_ReinstallServerRequest as ReinstallServerRequest, SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES, type Server$2 as Server, type ServerStatus$1 as ServerStatus, type ServerType$1 as ServerType, type index_gen$m_ServerTypeCPU as ServerTypeCPU, type index_gen$m_ServerTypeDisk as ServerTypeDisk, type index_gen$m_ServerTypeMemory as ServerTypeMemory, type index_gen$m_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
1743
1670
  }
1744
1671
 
1745
1672
  declare namespace index$s {
1746
- export {
1747
- index_gen$m as v1alpha1,
1748
- };
1673
+ export { index_gen$m as v1alpha1 };
1749
1674
  }
1750
1675
 
1751
1676
  type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
@@ -2870,18 +2795,7 @@ declare const validationRules_gen$5_ListOptionsRequest: typeof ListOptionsReques
2870
2795
  declare const validationRules_gen$5_ListServerEventsRequest: typeof ListServerEventsRequest;
2871
2796
  declare const validationRules_gen$5_ListSettingsRequest: typeof ListSettingsRequest;
2872
2797
  declare namespace validationRules_gen$5 {
2873
- export {
2874
- CreateServerRequest$1 as CreateServerRequest,
2875
- validationRules_gen$5_CreateServerRequestInstall as CreateServerRequestInstall,
2876
- validationRules_gen$5_InstallServerRequest as InstallServerRequest,
2877
- validationRules_gen$5_ListOSRequest as ListOSRequest,
2878
- ListOffersRequest$1 as ListOffersRequest,
2879
- validationRules_gen$5_ListOptionsRequest as ListOptionsRequest,
2880
- validationRules_gen$5_ListServerEventsRequest as ListServerEventsRequest,
2881
- ListServersRequest$1 as ListServersRequest,
2882
- validationRules_gen$5_ListSettingsRequest as ListSettingsRequest,
2883
- UpdateServerRequest$1 as UpdateServerRequest,
2884
- };
2798
+ export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$5_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$5_InstallServerRequest as InstallServerRequest, validationRules_gen$5_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$5_ListOptionsRequest as ListOptionsRequest, validationRules_gen$5_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$5_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
2885
2799
  }
2886
2800
 
2887
2801
  type index$r_AddOptionServerRequest = AddOptionServerRequest;
@@ -2944,93 +2858,11 @@ type index$r_StopBMCAccessRequest = StopBMCAccessRequest;
2944
2858
  type index$r_StopServerRequest = StopServerRequest;
2945
2859
  type index$r_UpdateSettingRequest = UpdateSettingRequest;
2946
2860
  declare namespace index$r {
2947
- export {
2948
- BaremetalV1UtilsAPI as API,
2949
- index$r_AddOptionServerRequest as AddOptionServerRequest,
2950
- index$r_BMCAccess as BMCAccess,
2951
- index$r_CPU as CPU,
2952
- CreateServerRequest$2 as CreateServerRequest,
2953
- CreateServerRequestInstall$1 as CreateServerRequestInstall,
2954
- index$r_DeleteOptionServerRequest as DeleteOptionServerRequest,
2955
- DeleteServerRequest$1 as DeleteServerRequest,
2956
- index$r_Disk as Disk,
2957
- index$r_GetBMCAccessRequest as GetBMCAccessRequest,
2958
- index$r_GetOSRequest as GetOSRequest,
2959
- index$r_GetOfferRequest as GetOfferRequest,
2960
- index$r_GetOptionRequest as GetOptionRequest,
2961
- index$r_GetServerMetricsRequest as GetServerMetricsRequest,
2962
- index$r_GetServerMetricsResponse as GetServerMetricsResponse,
2963
- GetServerRequest$1 as GetServerRequest,
2964
- IP$1 as IP,
2965
- index$r_IPReverseStatus as IPReverseStatus,
2966
- index$r_IPVersion as IPVersion,
2967
- InstallServerRequest$1 as InstallServerRequest,
2968
- ListOSRequest$1 as ListOSRequest,
2969
- index$r_ListOSResponse as ListOSResponse,
2970
- ListOffersRequest$2 as ListOffersRequest,
2971
- ListOffersResponse$1 as ListOffersResponse,
2972
- ListOptionsRequest$1 as ListOptionsRequest,
2973
- index$r_ListOptionsResponse as ListOptionsResponse,
2974
- ListServerEventsRequest$1 as ListServerEventsRequest,
2975
- index$r_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy,
2976
- index$r_ListServerEventsResponse as ListServerEventsResponse,
2977
- index$r_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy,
2978
- index$r_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse,
2979
- ListServersRequest$2 as ListServersRequest,
2980
- index$r_ListServersRequestOrderBy as ListServersRequestOrderBy,
2981
- ListServersResponse$1 as ListServersResponse,
2982
- ListSettingsRequest$1 as ListSettingsRequest,
2983
- index$r_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy,
2984
- index$r_ListSettingsResponse as ListSettingsResponse,
2985
- index$r_Memory as Memory,
2986
- index$r_OS as OS,
2987
- index$r_OSOSField as OSOSField,
2988
- Offer$1 as Offer,
2989
- index$r_OfferOptionOffer as OfferOptionOffer,
2990
- index$r_OfferStock as OfferStock,
2991
- index$r_OfferSubscriptionPeriod as OfferSubscriptionPeriod,
2992
- index$r_Option as Option,
2993
- index$r_PersistentMemory as PersistentMemory,
2994
- index$r_PrivateNetworkAPI as PrivateNetworkAPI,
2995
- index$r_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest,
2996
- index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest,
2997
- index$r_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest,
2998
- index$r_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest,
2999
- index$r_RaidController as RaidController,
3000
- index$r_RebootServerRequest as RebootServerRequest,
3001
- index$r_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES,
3002
- index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
3003
- SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES,
3004
- Server$1 as Server,
3005
- index$r_ServerBootType as ServerBootType,
3006
- index$r_ServerEvent as ServerEvent,
3007
- index$r_ServerInstall as ServerInstall,
3008
- index$r_ServerInstallStatus as ServerInstallStatus,
3009
- index$r_ServerOption as ServerOption,
3010
- index$r_ServerOptionOptionStatus as ServerOptionOptionStatus,
3011
- index$r_ServerPingStatus as ServerPingStatus,
3012
- index$r_ServerPrivateNetwork as ServerPrivateNetwork,
3013
- index$r_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus,
3014
- index$r_ServerRescueServer as ServerRescueServer,
3015
- index$r_ServerStatus as ServerStatus,
3016
- index$r_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse,
3017
- index$r_Setting as Setting,
3018
- index$r_SettingType as SettingType,
3019
- index$r_StartBMCAccessRequest as StartBMCAccessRequest,
3020
- index$r_StartServerRequest as StartServerRequest,
3021
- index$r_StopBMCAccessRequest as StopBMCAccessRequest,
3022
- index$r_StopServerRequest as StopServerRequest,
3023
- UpdateIPRequest$1 as UpdateIPRequest,
3024
- UpdateServerRequest$2 as UpdateServerRequest,
3025
- index$r_UpdateSettingRequest as UpdateSettingRequest,
3026
- validationRules_gen$5 as ValidationRules,
3027
- };
2861
+ export { BaremetalV1UtilsAPI as API, type index$r_AddOptionServerRequest as AddOptionServerRequest, type index$r_BMCAccess as BMCAccess, type index$r_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$r_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$r_Disk as Disk, type index$r_GetBMCAccessRequest as GetBMCAccessRequest, type index$r_GetOSRequest as GetOSRequest, type index$r_GetOfferRequest as GetOfferRequest, type index$r_GetOptionRequest as GetOptionRequest, type index$r_GetServerMetricsRequest as GetServerMetricsRequest, type index$r_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$1 as IP, type index$r_IPReverseStatus as IPReverseStatus, type index$r_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$r_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$r_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$r_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$r_ListServerEventsResponse as ListServerEventsResponse, type index$r_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$r_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$r_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$r_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$r_ListSettingsResponse as ListSettingsResponse, type index$r_Memory as Memory, type index$r_OS as OS, type index$r_OSOSField as OSOSField, type Offer$1 as Offer, type index$r_OfferOptionOffer as OfferOptionOffer, type index$r_OfferStock as OfferStock, type index$r_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$r_Option as Option, type index$r_PersistentMemory as PersistentMemory, index$r_PrivateNetworkAPI as PrivateNetworkAPI, type index$r_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$r_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$r_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$r_RaidController as RaidController, type index$r_RebootServerRequest as RebootServerRequest, index$r_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES, type Server$1 as Server, type index$r_ServerBootType as ServerBootType, type index$r_ServerEvent as ServerEvent, type index$r_ServerInstall as ServerInstall, type index$r_ServerInstallStatus as ServerInstallStatus, type index$r_ServerOption as ServerOption, type index$r_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$r_ServerPingStatus as ServerPingStatus, type index$r_ServerPrivateNetwork as ServerPrivateNetwork, type index$r_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$r_ServerRescueServer as ServerRescueServer, type index$r_ServerStatus as ServerStatus, type index$r_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$r_Setting as Setting, type index$r_SettingType as SettingType, type index$r_StartBMCAccessRequest as StartBMCAccessRequest, type index$r_StartServerRequest as StartServerRequest, type index$r_StopBMCAccessRequest as StopBMCAccessRequest, type index$r_StopServerRequest as StopServerRequest, type UpdateIPRequest$1 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$r_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$5 as ValidationRules };
3028
2862
  }
3029
2863
 
3030
2864
  declare namespace index$q {
3031
- export {
3032
- index$r as v1,
3033
- };
2865
+ export { index$r as v1 };
3034
2866
  }
3035
2867
 
3036
2868
  type DownloadInvoiceRequestFileType = 'pdf';
@@ -3141,25 +2973,11 @@ type index_gen$l_ListInvoicesRequest = ListInvoicesRequest;
3141
2973
  type index_gen$l_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
3142
2974
  type index_gen$l_ListInvoicesResponse = ListInvoicesResponse;
3143
2975
  declare namespace index_gen$l {
3144
- export {
3145
- API$o as API,
3146
- index_gen$l_DownloadInvoiceRequest as DownloadInvoiceRequest,
3147
- index_gen$l_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
3148
- index_gen$l_GetConsumptionRequest as GetConsumptionRequest,
3149
- index_gen$l_GetConsumptionResponse as GetConsumptionResponse,
3150
- index_gen$l_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
3151
- index_gen$l_Invoice as Invoice,
3152
- index_gen$l_InvoiceType as InvoiceType,
3153
- index_gen$l_ListInvoicesRequest as ListInvoicesRequest,
3154
- index_gen$l_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
3155
- index_gen$l_ListInvoicesResponse as ListInvoicesResponse,
3156
- };
2976
+ export { API$o as API, type index_gen$l_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$l_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$l_GetConsumptionRequest as GetConsumptionRequest, type index_gen$l_GetConsumptionResponse as GetConsumptionResponse, type index_gen$l_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$l_Invoice as Invoice, type index_gen$l_InvoiceType as InvoiceType, type index_gen$l_ListInvoicesRequest as ListInvoicesRequest, type index_gen$l_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$l_ListInvoicesResponse as ListInvoicesResponse };
3157
2977
  }
3158
2978
 
3159
2979
  declare namespace index$p {
3160
- export {
3161
- index_gen$l as v2alpha1,
3162
- };
2980
+ export { index_gen$l as v2alpha1 };
3163
2981
  }
3164
2982
 
3165
2983
  type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
@@ -3667,57 +3485,11 @@ type index_gen$k_SelectPlanResponse = SelectPlanResponse;
3667
3485
  type index_gen$k_TokenScopes = TokenScopes;
3668
3486
  type index_gen$k_TriggerTestAlertRequest = TriggerTestAlertRequest;
3669
3487
  declare namespace index_gen$k {
3670
- export {
3671
- API$n as API,
3672
- index_gen$k_ActivateCockpitRequest as ActivateCockpitRequest,
3673
- index_gen$k_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
3674
- index_gen$k_Cockpit as Cockpit,
3675
- index_gen$k_CockpitEndpoints as CockpitEndpoints,
3676
- index_gen$k_CockpitMetrics as CockpitMetrics,
3677
- index_gen$k_CockpitStatus as CockpitStatus,
3678
- index_gen$k_ContactPoint as ContactPoint,
3679
- index_gen$k_ContactPointEmail as ContactPointEmail,
3680
- index_gen$k_CreateContactPointRequest as CreateContactPointRequest,
3681
- index_gen$k_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
3682
- CreateTokenRequest$2 as CreateTokenRequest,
3683
- index_gen$k_DeactivateCockpitRequest as DeactivateCockpitRequest,
3684
- index_gen$k_DeleteContactPointRequest as DeleteContactPointRequest,
3685
- index_gen$k_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
3686
- DeleteTokenRequest$2 as DeleteTokenRequest,
3687
- index_gen$k_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
3688
- index_gen$k_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
3689
- index_gen$k_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
3690
- index_gen$k_GetCockpitRequest as GetCockpitRequest,
3691
- GetTokenRequest$2 as GetTokenRequest,
3692
- index_gen$k_GrafanaUser as GrafanaUser,
3693
- index_gen$k_GrafanaUserRole as GrafanaUserRole,
3694
- index_gen$k_ListContactPointsRequest as ListContactPointsRequest,
3695
- index_gen$k_ListContactPointsResponse as ListContactPointsResponse,
3696
- index_gen$k_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
3697
- index_gen$k_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
3698
- index_gen$k_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
3699
- index_gen$k_ListPlansRequest as ListPlansRequest,
3700
- index_gen$k_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
3701
- index_gen$k_ListPlansResponse as ListPlansResponse,
3702
- ListTokensRequest$2 as ListTokensRequest,
3703
- ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
3704
- ListTokensResponse$2 as ListTokensResponse,
3705
- index_gen$k_Plan as Plan,
3706
- index_gen$k_PlanName as PlanName,
3707
- index_gen$k_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
3708
- index_gen$k_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
3709
- index_gen$k_SelectPlanRequest as SelectPlanRequest,
3710
- index_gen$k_SelectPlanResponse as SelectPlanResponse,
3711
- Token$2 as Token,
3712
- index_gen$k_TokenScopes as TokenScopes,
3713
- index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest,
3714
- };
3488
+ export { API$n as API, type index_gen$k_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$k_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$k_Cockpit as Cockpit, type index_gen$k_CockpitEndpoints as CockpitEndpoints, type index_gen$k_CockpitMetrics as CockpitMetrics, type index_gen$k_CockpitStatus as CockpitStatus, type index_gen$k_ContactPoint as ContactPoint, type index_gen$k_ContactPointEmail as ContactPointEmail, type index_gen$k_CreateContactPointRequest as CreateContactPointRequest, type index_gen$k_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$k_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$k_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$k_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$k_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$k_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$k_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$k_GetCockpitRequest as GetCockpitRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$k_GrafanaUser as GrafanaUser, type index_gen$k_GrafanaUserRole as GrafanaUserRole, type index_gen$k_ListContactPointsRequest as ListContactPointsRequest, type index_gen$k_ListContactPointsResponse as ListContactPointsResponse, type index_gen$k_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$k_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$k_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$k_ListPlansRequest as ListPlansRequest, type index_gen$k_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$k_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$k_Plan as Plan, type index_gen$k_PlanName as PlanName, type index_gen$k_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest, type index_gen$k_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$k_SelectPlanRequest as SelectPlanRequest, type index_gen$k_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$k_TokenScopes as TokenScopes, type index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest };
3715
3489
  }
3716
3490
 
3717
3491
  declare namespace index$o {
3718
- export {
3719
- index_gen$k as v1beta1,
3720
- };
3492
+ export { index_gen$k as v1beta1 };
3721
3493
  }
3722
3494
 
3723
3495
  type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
@@ -4823,94 +4595,11 @@ type index_gen$j_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
4823
4595
  type index_gen$j_ListContainersResponse = ListContainersResponse;
4824
4596
  type index_gen$j_UpdateContainerRequest = UpdateContainerRequest;
4825
4597
  declare namespace index_gen$j {
4826
- export {
4827
- API$m as API,
4828
- index_gen$j_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
4829
- CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
4830
- index_gen$j_Container as Container,
4831
- index_gen$j_ContainerHttpOption as ContainerHttpOption,
4832
- index_gen$j_ContainerPrivacy as ContainerPrivacy,
4833
- index_gen$j_ContainerProtocol as ContainerProtocol,
4834
- index_gen$j_ContainerStatus as ContainerStatus,
4835
- index_gen$j_CreateContainerRequest as CreateContainerRequest,
4836
- CreateCronRequest$1 as CreateCronRequest,
4837
- CreateDomainRequest$2 as CreateDomainRequest,
4838
- CreateNamespaceRequest$3 as CreateNamespaceRequest,
4839
- CreateTokenRequest$1 as CreateTokenRequest,
4840
- CreateTriggerRequest$1 as CreateTriggerRequest,
4841
- CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig,
4842
- CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig,
4843
- CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig,
4844
- Cron$1 as Cron,
4845
- CronStatus$1 as CronStatus,
4846
- DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
4847
- index_gen$j_DeleteContainerRequest as DeleteContainerRequest,
4848
- DeleteCronRequest$1 as DeleteCronRequest,
4849
- DeleteDomainRequest$1 as DeleteDomainRequest,
4850
- DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
4851
- DeleteTokenRequest$1 as DeleteTokenRequest,
4852
- DeleteTriggerRequest$1 as DeleteTriggerRequest,
4853
- index_gen$j_DeployContainerRequest as DeployContainerRequest,
4854
- Domain$3 as Domain,
4855
- DomainStatus$3 as DomainStatus,
4856
- index_gen$j_GetContainerRequest as GetContainerRequest,
4857
- GetCronRequest$1 as GetCronRequest,
4858
- GetDomainRequest$2 as GetDomainRequest,
4859
- GetNamespaceRequest$3 as GetNamespaceRequest,
4860
- GetTokenRequest$1 as GetTokenRequest,
4861
- GetTriggerRequest$1 as GetTriggerRequest,
4862
- IssueJWTRequest$1 as IssueJWTRequest,
4863
- index_gen$j_ListContainersRequest as ListContainersRequest,
4864
- index_gen$j_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
4865
- index_gen$j_ListContainersResponse as ListContainersResponse,
4866
- ListCronsRequest$1 as ListCronsRequest,
4867
- ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
4868
- ListCronsResponse$1 as ListCronsResponse,
4869
- ListDomainsRequest$2 as ListDomainsRequest,
4870
- ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy,
4871
- ListDomainsResponse$3 as ListDomainsResponse,
4872
- ListLogsRequest$1 as ListLogsRequest,
4873
- ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy,
4874
- ListLogsResponse$1 as ListLogsResponse,
4875
- ListNamespacesRequest$3 as ListNamespacesRequest,
4876
- ListNamespacesRequestOrderBy$3 as ListNamespacesRequestOrderBy,
4877
- ListNamespacesResponse$3 as ListNamespacesResponse,
4878
- ListTokensRequest$1 as ListTokensRequest,
4879
- ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy,
4880
- ListTokensResponse$1 as ListTokensResponse,
4881
- ListTriggersRequest$1 as ListTriggersRequest,
4882
- ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy,
4883
- ListTriggersResponse$1 as ListTriggersResponse,
4884
- Log$1 as Log,
4885
- LogStream$1 as LogStream,
4886
- NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES,
4887
- Namespace$3 as Namespace,
4888
- NamespaceStatus$2 as NamespaceStatus,
4889
- NullValue$2 as NullValue,
4890
- Secret$2 as Secret,
4891
- SecretHashedValue$1 as SecretHashedValue,
4892
- TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
4893
- TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES,
4894
- Token$1 as Token,
4895
- TokenStatus$1 as TokenStatus,
4896
- Trigger$1 as Trigger,
4897
- TriggerInputType$1 as TriggerInputType,
4898
- TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig,
4899
- TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig,
4900
- TriggerSqsClientConfig$1 as TriggerSqsClientConfig,
4901
- TriggerStatus$1 as TriggerStatus,
4902
- index_gen$j_UpdateContainerRequest as UpdateContainerRequest,
4903
- UpdateCronRequest$1 as UpdateCronRequest,
4904
- UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
4905
- UpdateTriggerRequest$1 as UpdateTriggerRequest,
4906
- UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig,
4907
- };
4598
+ export { API$m as API, index_gen$j_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$j_Container as Container, type index_gen$j_ContainerHttpOption as ContainerHttpOption, type index_gen$j_ContainerPrivacy as ContainerPrivacy, type index_gen$j_ContainerProtocol as ContainerProtocol, type index_gen$j_ContainerStatus as ContainerStatus, type index_gen$j_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$3 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$j_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$3 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$j_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$j_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$3 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$j_ListContainersRequest as ListContainersRequest, type index_gen$j_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$j_ListContainersResponse as ListContainersResponse, type ListCronsRequest$1 as ListCronsRequest, type ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy, type ListCronsResponse$1 as ListCronsResponse, type ListDomainsRequest$2 as ListDomainsRequest, type ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy, type ListDomainsResponse$3 as ListDomainsResponse, type ListLogsRequest$1 as ListLogsRequest, type ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy, type ListLogsResponse$1 as ListLogsResponse, type ListNamespacesRequest$3 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$3 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$3 as ListNamespacesResponse, type ListTokensRequest$1 as ListTokensRequest, type ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy, type ListTokensResponse$1 as ListTokensResponse, type ListTriggersRequest$1 as ListTriggersRequest, type ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy, type ListTriggersResponse$1 as ListTriggersResponse, type Log$1 as Log, type LogStream$1 as LogStream, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$3 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type NullValue$2 as NullValue, type Secret$2 as Secret, type SecretHashedValue$1 as SecretHashedValue, TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES, TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES, type Token$1 as Token, type TokenStatus$1 as TokenStatus, type Trigger$1 as Trigger, type TriggerInputType$1 as TriggerInputType, type TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig, type TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig, type TriggerSqsClientConfig$1 as TriggerSqsClientConfig, type TriggerStatus$1 as TriggerStatus, type index_gen$j_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$3 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig };
4908
4599
  }
4909
4600
 
4910
4601
  declare namespace index$n {
4911
- export {
4912
- index_gen$j as v1beta1,
4913
- };
4602
+ export { index_gen$j as v1beta1 };
4914
4603
  }
4915
4604
 
4916
4605
  type ContactEmailStatus = 'email_status_unknown' | 'validated' | 'not_validated' | 'invalid_email';
@@ -4937,7 +4626,7 @@ type RawFormat = 'unknown_raw_format' | 'bind';
4937
4626
  type RenewableDomainStatus = 'unknown' | 'renewable' | 'late_reneweable' | 'not_renewable';
4938
4627
  type SSLCertificateStatus = 'unknown' | 'new' | 'pending' | 'success' | 'error';
4939
4628
  type TaskStatus$1 = 'unavailable' | 'new' | 'waiting_payment' | 'pending' | 'success' | 'error';
4940
- type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host';
4629
+ type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host' | 'move_project';
4941
4630
  interface AvailableDomain {
4942
4631
  domain: string;
4943
4632
  available: boolean;
@@ -6630,179 +6319,11 @@ type index_gen$i_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
6630
6319
  type index_gen$i_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
6631
6320
  type index_gen$i_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
6632
6321
  declare namespace index_gen$i {
6633
- export {
6634
- API$l as API,
6635
- index_gen$i_AvailableDomain as AvailableDomain,
6636
- index_gen$i_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
6637
- index_gen$i_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
6638
- index_gen$i_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
6639
- index_gen$i_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
6640
- index_gen$i_CloneDNSZoneRequest as CloneDNSZoneRequest,
6641
- index_gen$i_Contact as Contact,
6642
- index_gen$i_ContactEmailStatus as ContactEmailStatus,
6643
- index_gen$i_ContactExtensionEU as ContactExtensionEU,
6644
- index_gen$i_ContactExtensionFR as ContactExtensionFR,
6645
- index_gen$i_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
6646
- index_gen$i_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
6647
- index_gen$i_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
6648
- index_gen$i_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
6649
- index_gen$i_ContactExtensionFRMode as ContactExtensionFRMode,
6650
- index_gen$i_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
6651
- index_gen$i_ContactExtensionNL as ContactExtensionNL,
6652
- index_gen$i_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
6653
- index_gen$i_ContactLegalForm as ContactLegalForm,
6654
- index_gen$i_ContactQuestion as ContactQuestion,
6655
- index_gen$i_ContactRoles as ContactRoles,
6656
- index_gen$i_ContactRolesRoles as ContactRolesRoles,
6657
- index_gen$i_CreateDNSZoneRequest as CreateDNSZoneRequest,
6658
- index_gen$i_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
6659
- index_gen$i_DNSZone as DNSZone,
6660
- index_gen$i_DNSZoneStatus as DNSZoneStatus,
6661
- index_gen$i_DNSZoneVersion as DNSZoneVersion,
6662
- index_gen$i_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
6663
- index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
6664
- index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
6665
- DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
6666
- index_gen$i_DSRecord as DSRecord,
6667
- index_gen$i_DSRecordAlgorithm as DSRecordAlgorithm,
6668
- index_gen$i_DSRecordDigest as DSRecordDigest,
6669
- index_gen$i_DSRecordDigestType as DSRecordDigestType,
6670
- index_gen$i_DSRecordPublicKey as DSRecordPublicKey,
6671
- index_gen$i_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
6672
- index_gen$i_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
6673
- index_gen$i_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
6674
- index_gen$i_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
6675
- index_gen$i_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
6676
- index_gen$i_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
6677
- Domain$2 as Domain,
6678
- index_gen$i_DomainDNSSEC as DomainDNSSEC,
6679
- index_gen$i_DomainFeatureStatus as DomainFeatureStatus,
6680
- index_gen$i_DomainRecord as DomainRecord,
6681
- index_gen$i_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
6682
- index_gen$i_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
6683
- index_gen$i_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
6684
- index_gen$i_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
6685
- index_gen$i_DomainRecordType as DomainRecordType,
6686
- index_gen$i_DomainRecordViewConfig as DomainRecordViewConfig,
6687
- index_gen$i_DomainRecordViewConfigView as DomainRecordViewConfigView,
6688
- index_gen$i_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
6689
- index_gen$i_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
6690
- index_gen$i_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
6691
- index_gen$i_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
6692
- index_gen$i_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
6693
- DomainStatus$2 as DomainStatus,
6694
- index_gen$i_DomainSummary as DomainSummary,
6695
- index_gen$i_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
6696
- index_gen$i_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
6697
- index_gen$i_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
6698
- index_gen$i_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
6699
- index_gen$i_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
6700
- index_gen$i_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
6701
- index_gen$i_GetSSLCertificateRequest as GetSSLCertificateRequest,
6702
- index_gen$i_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
6703
- index_gen$i_Host as Host,
6704
- index_gen$i_HostStatus as HostStatus,
6705
- index_gen$i_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
6706
- index_gen$i_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
6707
- index_gen$i_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
6708
- index_gen$i_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
6709
- index_gen$i_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
6710
- index_gen$i_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
6711
- index_gen$i_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
6712
- index_gen$i_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
6713
- index_gen$i_LanguageCode as LanguageCode,
6714
- index_gen$i_ListContactsRequestRole as ListContactsRequestRole,
6715
- index_gen$i_ListContactsResponse as ListContactsResponse,
6716
- index_gen$i_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
6717
- index_gen$i_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
6718
- index_gen$i_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
6719
- index_gen$i_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
6720
- index_gen$i_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
6721
- index_gen$i_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
6722
- index_gen$i_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
6723
- index_gen$i_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
6724
- index_gen$i_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
6725
- index_gen$i_ListDNSZonesRequest as ListDNSZonesRequest,
6726
- index_gen$i_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
6727
- index_gen$i_ListDNSZonesResponse as ListDNSZonesResponse,
6728
- index_gen$i_ListDomainHostsResponse as ListDomainHostsResponse,
6729
- ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
6730
- ListDomainsResponse$2 as ListDomainsResponse,
6731
- index_gen$i_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
6732
- index_gen$i_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
6733
- index_gen$i_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
6734
- index_gen$i_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
6735
- index_gen$i_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
6736
- index_gen$i_ListTasksResponse as ListTasksResponse,
6737
- Nameserver$1 as Nameserver,
6738
- index_gen$i_NewContact as NewContact,
6739
- index_gen$i_OrderResponse as OrderResponse,
6740
- index_gen$i_RawFormat as RawFormat,
6741
- index_gen$i_RecordChange as RecordChange,
6742
- index_gen$i_RecordChangeAdd as RecordChangeAdd,
6743
- index_gen$i_RecordChangeClear as RecordChangeClear,
6744
- index_gen$i_RecordChangeDelete as RecordChangeDelete,
6745
- index_gen$i_RecordChangeSet as RecordChangeSet,
6746
- index_gen$i_RecordIdentifier as RecordIdentifier,
6747
- index_gen$i_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
6748
- index_gen$i_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
6749
- index_gen$i_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
6750
- index_gen$i_RegistrarAPI as RegistrarAPI,
6751
- index_gen$i_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
6752
- index_gen$i_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
6753
- index_gen$i_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
6754
- index_gen$i_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
6755
- index_gen$i_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
6756
- index_gen$i_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
6757
- index_gen$i_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
6758
- index_gen$i_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
6759
- index_gen$i_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
6760
- index_gen$i_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
6761
- index_gen$i_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
6762
- index_gen$i_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
6763
- index_gen$i_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
6764
- index_gen$i_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
6765
- index_gen$i_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
6766
- index_gen$i_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
6767
- index_gen$i_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
6768
- index_gen$i_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
6769
- index_gen$i_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
6770
- index_gen$i_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
6771
- index_gen$i_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
6772
- index_gen$i_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
6773
- index_gen$i_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
6774
- index_gen$i_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
6775
- index_gen$i_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
6776
- index_gen$i_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
6777
- index_gen$i_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
6778
- index_gen$i_RenewableDomain as RenewableDomain,
6779
- index_gen$i_RenewableDomainStatus as RenewableDomainStatus,
6780
- index_gen$i_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
6781
- index_gen$i_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
6782
- index_gen$i_SSLCertificate as SSLCertificate,
6783
- index_gen$i_SSLCertificateStatus as SSLCertificateStatus,
6784
- index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
6785
- index_gen$i_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
6786
- TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
6787
- Task$1 as Task,
6788
- TaskStatus$1 as TaskStatus,
6789
- index_gen$i_TaskType as TaskType,
6790
- index_gen$i_Tld as Tld,
6791
- index_gen$i_TldOffer as TldOffer,
6792
- index_gen$i_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
6793
- index_gen$i_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
6794
- index_gen$i_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
6795
- index_gen$i_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
6796
- index_gen$i_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
6797
- index_gen$i_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
6798
- index_gen$i_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
6799
- };
6322
+ export { API$l as API, type index_gen$i_AvailableDomain as AvailableDomain, type index_gen$i_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$i_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$i_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$i_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$i_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$i_Contact as Contact, type index_gen$i_ContactEmailStatus as ContactEmailStatus, type index_gen$i_ContactExtensionEU as ContactExtensionEU, type index_gen$i_ContactExtensionFR as ContactExtensionFR, type index_gen$i_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$i_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$i_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$i_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$i_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$i_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$i_ContactExtensionNL as ContactExtensionNL, type index_gen$i_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$i_ContactLegalForm as ContactLegalForm, type index_gen$i_ContactQuestion as ContactQuestion, type index_gen$i_ContactRoles as ContactRoles, type index_gen$i_ContactRolesRoles as ContactRolesRoles, type index_gen$i_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$i_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$i_DNSZone as DNSZone, type index_gen$i_DNSZoneStatus as DNSZoneStatus, type index_gen$i_DNSZoneVersion as DNSZoneVersion, index_gen$i_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$i_DSRecord as DSRecord, type index_gen$i_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$i_DSRecordDigest as DSRecordDigest, type index_gen$i_DSRecordDigestType as DSRecordDigestType, type index_gen$i_DSRecordPublicKey as DSRecordPublicKey, type index_gen$i_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$i_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$i_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$i_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$i_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$i_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$i_DomainDNSSEC as DomainDNSSEC, type index_gen$i_DomainFeatureStatus as DomainFeatureStatus, type index_gen$i_DomainRecord as DomainRecord, type index_gen$i_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$i_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$i_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$i_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$i_DomainRecordType as DomainRecordType, type index_gen$i_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$i_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$i_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$i_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$i_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$i_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$i_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$i_DomainSummary as DomainSummary, type index_gen$i_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$i_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$i_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$i_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$i_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$i_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$i_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$i_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$i_Host as Host, type index_gen$i_HostStatus as HostStatus, type index_gen$i_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$i_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$i_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$i_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$i_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$i_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$i_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$i_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$i_LanguageCode as LanguageCode, type index_gen$i_ListContactsRequestRole as ListContactsRequestRole, type index_gen$i_ListContactsResponse as ListContactsResponse, type index_gen$i_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$i_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$i_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$i_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$i_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$i_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$i_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$i_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$i_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$i_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$i_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$i_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$i_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$i_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$i_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$i_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$i_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$i_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$i_ListTasksResponse as ListTasksResponse, type Nameserver$1 as Nameserver, type index_gen$i_NewContact as NewContact, type index_gen$i_OrderResponse as OrderResponse, type index_gen$i_RawFormat as RawFormat, type index_gen$i_RecordChange as RecordChange, type index_gen$i_RecordChangeAdd as RecordChangeAdd, type index_gen$i_RecordChangeClear as RecordChangeClear, type index_gen$i_RecordChangeDelete as RecordChangeDelete, type index_gen$i_RecordChangeSet as RecordChangeSet, type index_gen$i_RecordIdentifier as RecordIdentifier, type index_gen$i_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$i_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$i_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$i_RegistrarAPI as RegistrarAPI, type index_gen$i_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$i_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$i_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$i_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$i_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$i_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$i_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$i_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$i_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$i_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$i_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$i_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$i_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$i_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$i_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$i_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$i_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$i_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$i_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$i_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$i_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$i_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$i_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$i_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$i_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$i_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$i_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$i_RenewableDomain as RenewableDomain, type index_gen$i_RenewableDomainStatus as RenewableDomainStatus, type index_gen$i_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$i_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$i_SSLCertificate as SSLCertificate, type index_gen$i_SSLCertificateStatus as SSLCertificateStatus, index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$i_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$i_TaskType as TaskType, type index_gen$i_Tld as Tld, type index_gen$i_TldOffer as TldOffer, type index_gen$i_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$i_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$i_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$i_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$i_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$i_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$i_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
6800
6323
  }
6801
6324
 
6802
6325
  declare namespace index$m {
6803
- export {
6804
- index_gen$i as v2beta1,
6805
- };
6326
+ export { index_gen$i as v2beta1 };
6806
6327
  }
6807
6328
 
6808
6329
  type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
@@ -7141,9 +6662,7 @@ declare const ListFlexibleIPsRequest: {
7141
6662
 
7142
6663
  declare const validationRules_gen$4_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
7143
6664
  declare namespace validationRules_gen$4 {
7144
- export {
7145
- validationRules_gen$4_ListFlexibleIPsRequest as ListFlexibleIPsRequest,
7146
- };
6665
+ export { validationRules_gen$4_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
7147
6666
  }
7148
6667
 
7149
6668
  type index_gen$h_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
@@ -7168,45 +6687,18 @@ declare const index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRA
7168
6687
  type index_gen$h_MoveMACAddrRequest = MoveMACAddrRequest;
7169
6688
  type index_gen$h_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
7170
6689
  declare namespace index_gen$h {
7171
- export {
7172
- API$k as API,
7173
- index_gen$h_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
7174
- index_gen$h_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
7175
- index_gen$h_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
7176
- index_gen$h_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
7177
- index_gen$h_DeleteMACAddrRequest as DeleteMACAddrRequest,
7178
- index_gen$h_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
7179
- index_gen$h_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
7180
- index_gen$h_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
7181
- index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
7182
- index_gen$h_FlexibleIP as FlexibleIP,
7183
- index_gen$h_FlexibleIPStatus as FlexibleIPStatus,
7184
- index_gen$h_GenerateMACAddrRequest as GenerateMACAddrRequest,
7185
- index_gen$h_GetFlexibleIPRequest as GetFlexibleIPRequest,
7186
- ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
7187
- index_gen$h_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
7188
- index_gen$h_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
7189
- index_gen$h_MACAddress as MACAddress,
7190
- index_gen$h_MACAddressStatus as MACAddressStatus,
7191
- index_gen$h_MACAddressType as MACAddressType,
7192
- index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
7193
- index_gen$h_MoveMACAddrRequest as MoveMACAddrRequest,
7194
- index_gen$h_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
7195
- validationRules_gen$4 as ValidationRules,
7196
- };
6690
+ export { API$k as API, type index_gen$h_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$h_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$h_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$h_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$h_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$h_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$h_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$h_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$h_FlexibleIP as FlexibleIP, type index_gen$h_FlexibleIPStatus as FlexibleIPStatus, type index_gen$h_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$h_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$h_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$h_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$h_MACAddress as MACAddress, type index_gen$h_MACAddressStatus as MACAddressStatus, type index_gen$h_MACAddressType as MACAddressType, index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$h_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$h_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$4 as ValidationRules };
7197
6691
  }
7198
6692
 
7199
6693
  declare namespace index$l {
7200
- export {
7201
- index_gen$h as v1alpha1,
7202
- };
6694
+ export { index_gen$h as v1alpha1 };
7203
6695
  }
7204
6696
 
7205
6697
  type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
7206
6698
  type DomainStatus$1 = 'unknown' | 'ready' | 'deleting' | 'error' | 'creating' | 'pending';
7207
6699
  type FunctionHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
7208
6700
  type FunctionPrivacy = 'unknown_privacy' | 'public' | 'private';
7209
- type FunctionRuntime = 'unknown_runtime' | 'golang' | 'python' | 'python3' | 'node8' | 'node10' | 'node14' | 'node16' | 'node17' | 'python37' | 'python38' | 'python39' | 'python310' | 'go113' | 'go117' | 'go118' | 'node18' | 'rust165' | 'go119' | 'python311' | 'php82' | 'node19' | 'go120' | 'node20';
6701
+ type FunctionRuntime = 'unknown_runtime' | 'golang' | 'python' | 'python3' | 'node8' | 'node10' | 'node14' | 'node16' | 'node17' | 'python37' | 'python38' | 'python39' | 'python310' | 'go113' | 'go117' | 'go118' | 'node18' | 'rust165' | 'go119' | 'python311' | 'php82' | 'node19' | 'go120' | 'node20' | 'go121';
7210
6702
  type FunctionStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending' | 'created';
7211
6703
  type ListCronsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
7212
6704
  type ListDomainsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
@@ -7725,6 +7217,7 @@ type GetFunctionUploadURLRequest = {
7725
7217
  region?: Region;
7726
7218
  /** UUID of the function to get the upload URL for. */
7727
7219
  functionId: string;
7220
+ /** Size of the archive to upload in bytes. */
7728
7221
  contentLength: number;
7729
7222
  };
7730
7223
  type GetFunctionDownloadURLRequest = {
@@ -8393,102 +7886,11 @@ type index_gen$g_UpdateTriggerRequest = UpdateTriggerRequest;
8393
7886
  type index_gen$g_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
8394
7887
  type index_gen$g_UploadURL = UploadURL;
8395
7888
  declare namespace index_gen$g {
8396
- export {
8397
- API$j as API,
8398
- index_gen$g_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
8399
- index_gen$g_CreateCronRequest as CreateCronRequest,
8400
- CreateDomainRequest$1 as CreateDomainRequest,
8401
- index_gen$g_CreateFunctionRequest as CreateFunctionRequest,
8402
- CreateNamespaceRequest$2 as CreateNamespaceRequest,
8403
- index_gen$g_CreateTokenRequest as CreateTokenRequest,
8404
- index_gen$g_CreateTriggerRequest as CreateTriggerRequest,
8405
- index_gen$g_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
8406
- index_gen$g_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
8407
- index_gen$g_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
8408
- index_gen$g_Cron as Cron,
8409
- index_gen$g_CronStatus as CronStatus,
8410
- DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
8411
- index_gen$g_DeleteCronRequest as DeleteCronRequest,
8412
- index_gen$g_DeleteDomainRequest as DeleteDomainRequest,
8413
- index_gen$g_DeleteFunctionRequest as DeleteFunctionRequest,
8414
- DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
8415
- index_gen$g_DeleteTokenRequest as DeleteTokenRequest,
8416
- index_gen$g_DeleteTriggerRequest as DeleteTriggerRequest,
8417
- index_gen$g_DeployFunctionRequest as DeployFunctionRequest,
8418
- Domain$1 as Domain,
8419
- DomainStatus$1 as DomainStatus,
8420
- index_gen$g_DownloadURL as DownloadURL,
8421
- index_gen$g_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
8422
- index_gen$g_Function as Function,
8423
- index_gen$g_FunctionHttpOption as FunctionHttpOption,
8424
- index_gen$g_FunctionPrivacy as FunctionPrivacy,
8425
- index_gen$g_FunctionRuntime as FunctionRuntime,
8426
- index_gen$g_FunctionStatus as FunctionStatus,
8427
- index_gen$g_GetCronRequest as GetCronRequest,
8428
- GetDomainRequest$1 as GetDomainRequest,
8429
- index_gen$g_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
8430
- index_gen$g_GetFunctionRequest as GetFunctionRequest,
8431
- index_gen$g_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
8432
- GetNamespaceRequest$2 as GetNamespaceRequest,
8433
- index_gen$g_GetTokenRequest as GetTokenRequest,
8434
- index_gen$g_GetTriggerRequest as GetTriggerRequest,
8435
- index_gen$g_IssueJWTRequest as IssueJWTRequest,
8436
- index_gen$g_ListCronsRequest as ListCronsRequest,
8437
- index_gen$g_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
8438
- index_gen$g_ListCronsResponse as ListCronsResponse,
8439
- ListDomainsRequest$1 as ListDomainsRequest,
8440
- index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
8441
- ListDomainsResponse$1 as ListDomainsResponse,
8442
- index_gen$g_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
8443
- index_gen$g_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
8444
- index_gen$g_ListFunctionsRequest as ListFunctionsRequest,
8445
- index_gen$g_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
8446
- index_gen$g_ListFunctionsResponse as ListFunctionsResponse,
8447
- index_gen$g_ListLogsRequest as ListLogsRequest,
8448
- index_gen$g_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
8449
- index_gen$g_ListLogsResponse as ListLogsResponse,
8450
- ListNamespacesRequest$2 as ListNamespacesRequest,
8451
- ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
8452
- ListNamespacesResponse$2 as ListNamespacesResponse,
8453
- index_gen$g_ListTokensRequest as ListTokensRequest,
8454
- index_gen$g_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
8455
- index_gen$g_ListTokensResponse as ListTokensResponse,
8456
- index_gen$g_ListTriggersRequest as ListTriggersRequest,
8457
- index_gen$g_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
8458
- index_gen$g_ListTriggersResponse as ListTriggersResponse,
8459
- index_gen$g_Log as Log,
8460
- index_gen$g_LogStream as LogStream,
8461
- NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
8462
- Namespace$2 as Namespace,
8463
- NamespaceStatus$1 as NamespaceStatus,
8464
- NullValue$1 as NullValue,
8465
- Runtime$1 as Runtime,
8466
- index_gen$g_RuntimeStatus as RuntimeStatus,
8467
- Secret$1 as Secret,
8468
- index_gen$g_SecretHashedValue as SecretHashedValue,
8469
- index_gen$g_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
8470
- index_gen$g_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
8471
- index_gen$g_Token as Token,
8472
- index_gen$g_TokenStatus as TokenStatus,
8473
- index_gen$g_Trigger as Trigger,
8474
- index_gen$g_TriggerInputType as TriggerInputType,
8475
- index_gen$g_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
8476
- index_gen$g_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
8477
- index_gen$g_TriggerSqsClientConfig as TriggerSqsClientConfig,
8478
- index_gen$g_TriggerStatus as TriggerStatus,
8479
- index_gen$g_UpdateCronRequest as UpdateCronRequest,
8480
- index_gen$g_UpdateFunctionRequest as UpdateFunctionRequest,
8481
- UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
8482
- index_gen$g_UpdateTriggerRequest as UpdateTriggerRequest,
8483
- index_gen$g_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
8484
- index_gen$g_UploadURL as UploadURL,
8485
- };
7889
+ export { API$j as API, index_gen$g_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$g_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$g_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type index_gen$g_CreateTokenRequest as CreateTokenRequest, type index_gen$g_CreateTriggerRequest as CreateTriggerRequest, type index_gen$g_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, type index_gen$g_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, type index_gen$g_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$g_Cron as Cron, type index_gen$g_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$g_DeleteCronRequest as DeleteCronRequest, type index_gen$g_DeleteDomainRequest as DeleteDomainRequest, type index_gen$g_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type index_gen$g_DeleteTokenRequest as DeleteTokenRequest, type index_gen$g_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$g_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$g_DownloadURL as DownloadURL, index_gen$g_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$g_Function as Function, type index_gen$g_FunctionHttpOption as FunctionHttpOption, type index_gen$g_FunctionPrivacy as FunctionPrivacy, type index_gen$g_FunctionRuntime as FunctionRuntime, type index_gen$g_FunctionStatus as FunctionStatus, type index_gen$g_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$g_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$g_GetFunctionRequest as GetFunctionRequest, type index_gen$g_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type index_gen$g_GetTokenRequest as GetTokenRequest, type index_gen$g_GetTriggerRequest as GetTriggerRequest, type index_gen$g_IssueJWTRequest as IssueJWTRequest, type index_gen$g_ListCronsRequest as ListCronsRequest, type index_gen$g_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$g_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$g_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$g_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$g_ListFunctionsRequest as ListFunctionsRequest, type index_gen$g_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$g_ListFunctionsResponse as ListFunctionsResponse, type index_gen$g_ListLogsRequest as ListLogsRequest, type index_gen$g_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$g_ListLogsResponse as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type index_gen$g_ListTokensRequest as ListTokensRequest, type index_gen$g_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$g_ListTokensResponse as ListTokensResponse, type index_gen$g_ListTriggersRequest as ListTriggersRequest, type index_gen$g_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$g_ListTriggersResponse as ListTriggersResponse, type index_gen$g_Log as Log, type index_gen$g_LogStream as LogStream, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type NullValue$1 as NullValue, type Runtime$1 as Runtime, type index_gen$g_RuntimeStatus as RuntimeStatus, type Secret$1 as Secret, type index_gen$g_SecretHashedValue as SecretHashedValue, index_gen$g_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$g_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$g_Token as Token, type index_gen$g_TokenStatus as TokenStatus, type index_gen$g_Trigger as Trigger, type index_gen$g_TriggerInputType as TriggerInputType, type index_gen$g_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$g_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$g_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$g_TriggerStatus as TriggerStatus, type index_gen$g_UpdateCronRequest as UpdateCronRequest, type index_gen$g_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type index_gen$g_UpdateTriggerRequest as UpdateTriggerRequest, type index_gen$g_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$g_UploadURL as UploadURL };
8486
7890
  }
8487
7891
 
8488
7892
  declare namespace index$k {
8489
- export {
8490
- index_gen$g as v1beta1,
8491
- };
7893
+ export { index_gen$g as v1beta1 };
8492
7894
  }
8493
7895
 
8494
7896
  type BearerType = 'unknown_bearer_type' | 'user' | 'application';
@@ -9946,29 +9348,7 @@ declare const validationRules_gen$3_UpdateGroupRequest: typeof UpdateGroupReques
9946
9348
  declare const validationRules_gen$3_UpdatePolicyRequest: typeof UpdatePolicyRequest;
9947
9349
  declare const validationRules_gen$3_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
9948
9350
  declare namespace validationRules_gen$3 {
9949
- export {
9950
- validationRules_gen$3_CreateAPIKeyRequest as CreateAPIKeyRequest,
9951
- validationRules_gen$3_CreateApplicationRequest as CreateApplicationRequest,
9952
- validationRules_gen$3_CreateGroupRequest as CreateGroupRequest,
9953
- validationRules_gen$3_CreatePolicyRequest as CreatePolicyRequest,
9954
- validationRules_gen$3_CreateSSHKeyRequest as CreateSSHKeyRequest,
9955
- validationRules_gen$3_GetQuotumRequest as GetQuotumRequest,
9956
- validationRules_gen$3_ListAPIKeysRequest as ListAPIKeysRequest,
9957
- validationRules_gen$3_ListApplicationsRequest as ListApplicationsRequest,
9958
- validationRules_gen$3_ListGroupsRequest as ListGroupsRequest,
9959
- validationRules_gen$3_ListJWTsRequest as ListJWTsRequest,
9960
- validationRules_gen$3_ListPermissionSetsRequest as ListPermissionSetsRequest,
9961
- validationRules_gen$3_ListPoliciesRequest as ListPoliciesRequest,
9962
- validationRules_gen$3_ListQuotaRequest as ListQuotaRequest,
9963
- validationRules_gen$3_ListRulesRequest as ListRulesRequest,
9964
- validationRules_gen$3_ListSSHKeysRequest as ListSSHKeysRequest,
9965
- ListUsersRequest$1 as ListUsersRequest,
9966
- validationRules_gen$3_UpdateAPIKeyRequest as UpdateAPIKeyRequest,
9967
- validationRules_gen$3_UpdateApplicationRequest as UpdateApplicationRequest,
9968
- validationRules_gen$3_UpdateGroupRequest as UpdateGroupRequest,
9969
- validationRules_gen$3_UpdatePolicyRequest as UpdatePolicyRequest,
9970
- validationRules_gen$3_UpdateSSHKeyRequest as UpdateSSHKeyRequest,
9971
- };
9351
+ export { validationRules_gen$3_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$3_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$3_CreateGroupRequest as CreateGroupRequest, validationRules_gen$3_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$3_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$3_GetQuotumRequest as GetQuotumRequest, validationRules_gen$3_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$3_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$3_ListGroupsRequest as ListGroupsRequest, validationRules_gen$3_ListJWTsRequest as ListJWTsRequest, validationRules_gen$3_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$3_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$3_ListQuotaRequest as ListQuotaRequest, validationRules_gen$3_ListRulesRequest as ListRulesRequest, validationRules_gen$3_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$3_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$3_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$3_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$3_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$3_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
9972
9352
  }
9973
9353
 
9974
9354
  type index_gen$f_APIKey = APIKey;
@@ -10023,96 +9403,14 @@ type index_gen$f_SetRulesResponse = SetRulesResponse;
10023
9403
  type index_gen$f_UserStatus = UserStatus;
10024
9404
  type index_gen$f_UserType = UserType;
10025
9405
  declare namespace index_gen$f {
10026
- export {
10027
- API$i as API,
10028
- index_gen$f_APIKey as APIKey,
10029
- index_gen$f_AddGroupMemberRequest as AddGroupMemberRequest,
10030
- index_gen$f_AddGroupMembersRequest as AddGroupMembersRequest,
10031
- index_gen$f_Application as Application,
10032
- index_gen$f_BearerType as BearerType,
10033
- index_gen$f_ClonePolicyRequest as ClonePolicyRequest,
10034
- CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
10035
- CreateApplicationRequest$1 as CreateApplicationRequest,
10036
- CreateGroupRequest$1 as CreateGroupRequest,
10037
- CreatePolicyRequest$1 as CreatePolicyRequest,
10038
- CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
10039
- CreateUserRequest$1 as CreateUserRequest,
10040
- index_gen$f_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
10041
- index_gen$f_DeleteApplicationRequest as DeleteApplicationRequest,
10042
- index_gen$f_DeleteGroupRequest as DeleteGroupRequest,
10043
- index_gen$f_DeleteJWTRequest as DeleteJWTRequest,
10044
- index_gen$f_DeletePolicyRequest as DeletePolicyRequest,
10045
- index_gen$f_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
10046
- DeleteUserRequest$1 as DeleteUserRequest,
10047
- index_gen$f_GetAPIKeyRequest as GetAPIKeyRequest,
10048
- index_gen$f_GetApplicationRequest as GetApplicationRequest,
10049
- index_gen$f_GetGroupRequest as GetGroupRequest,
10050
- index_gen$f_GetJWTRequest as GetJWTRequest,
10051
- index_gen$f_GetPolicyRequest as GetPolicyRequest,
10052
- GetQuotumRequest$1 as GetQuotumRequest,
10053
- index_gen$f_GetSSHKeyRequest as GetSSHKeyRequest,
10054
- index_gen$f_GetUserRequest as GetUserRequest,
10055
- index_gen$f_Group as Group,
10056
- index_gen$f_JWT as JWT,
10057
- ListAPIKeysRequest$1 as ListAPIKeysRequest,
10058
- index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
10059
- index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse,
10060
- ListApplicationsRequest$1 as ListApplicationsRequest,
10061
- index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
10062
- index_gen$f_ListApplicationsResponse as ListApplicationsResponse,
10063
- ListGroupsRequest$1 as ListGroupsRequest,
10064
- index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
10065
- index_gen$f_ListGroupsResponse as ListGroupsResponse,
10066
- ListJWTsRequest$1 as ListJWTsRequest,
10067
- index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
10068
- index_gen$f_ListJWTsResponse as ListJWTsResponse,
10069
- ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
10070
- index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
10071
- index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse,
10072
- ListPoliciesRequest$1 as ListPoliciesRequest,
10073
- index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
10074
- index_gen$f_ListPoliciesResponse as ListPoliciesResponse,
10075
- ListQuotaRequest$1 as ListQuotaRequest,
10076
- index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
10077
- index_gen$f_ListQuotaResponse as ListQuotaResponse,
10078
- ListRulesRequest$1 as ListRulesRequest,
10079
- index_gen$f_ListRulesResponse as ListRulesResponse,
10080
- ListSSHKeysRequest$1 as ListSSHKeysRequest,
10081
- index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
10082
- index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse,
10083
- ListUsersRequest$2 as ListUsersRequest,
10084
- ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
10085
- ListUsersResponse$1 as ListUsersResponse,
10086
- index_gen$f_PermissionSet as PermissionSet,
10087
- index_gen$f_PermissionSetScopeType as PermissionSetScopeType,
10088
- index_gen$f_Policy as Policy,
10089
- index_gen$f_Quotum as Quotum,
10090
- index_gen$f_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
10091
- index_gen$f_Rule as Rule,
10092
- index_gen$f_RuleSpecs as RuleSpecs,
10093
- index_gen$f_SSHKey as SSHKey,
10094
- index_gen$f_SetGroupMembersRequest as SetGroupMembersRequest,
10095
- index_gen$f_SetRulesRequest as SetRulesRequest,
10096
- index_gen$f_SetRulesResponse as SetRulesResponse,
10097
- UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
10098
- UpdateApplicationRequest$1 as UpdateApplicationRequest,
10099
- UpdateGroupRequest$1 as UpdateGroupRequest,
10100
- UpdatePolicyRequest$1 as UpdatePolicyRequest,
10101
- UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
10102
- User$1 as User,
10103
- index_gen$f_UserStatus as UserStatus,
10104
- index_gen$f_UserType as UserType,
10105
- validationRules_gen$3 as ValidationRules,
10106
- };
9406
+ export { API$i as API, type index_gen$f_APIKey as APIKey, type index_gen$f_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$f_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$f_Application as Application, type index_gen$f_BearerType as BearerType, type index_gen$f_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$f_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$f_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$f_DeleteGroupRequest as DeleteGroupRequest, type index_gen$f_DeleteJWTRequest as DeleteJWTRequest, type index_gen$f_DeletePolicyRequest as DeletePolicyRequest, type index_gen$f_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$f_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$f_GetApplicationRequest as GetApplicationRequest, type index_gen$f_GetGroupRequest as GetGroupRequest, type index_gen$f_GetJWTRequest as GetJWTRequest, type index_gen$f_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$f_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$f_GetUserRequest as GetUserRequest, type index_gen$f_Group as Group, type index_gen$f_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$f_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$f_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$f_ListJWTsResponse as ListJWTsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$f_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$f_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$f_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$f_PermissionSet as PermissionSet, type index_gen$f_PermissionSetScopeType as PermissionSetScopeType, type index_gen$f_Policy as Policy, type index_gen$f_Quotum as Quotum, type index_gen$f_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$f_Rule as Rule, type index_gen$f_RuleSpecs as RuleSpecs, type index_gen$f_SSHKey as SSHKey, type index_gen$f_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$f_SetRulesRequest as SetRulesRequest, type index_gen$f_SetRulesResponse as SetRulesResponse, type UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest, type UpdateApplicationRequest$1 as UpdateApplicationRequest, type UpdateGroupRequest$1 as UpdateGroupRequest, type UpdatePolicyRequest$1 as UpdatePolicyRequest, type UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest, type User$1 as User, type index_gen$f_UserStatus as UserStatus, type index_gen$f_UserType as UserType, validationRules_gen$3 as ValidationRules };
10107
9407
  }
10108
9408
 
10109
9409
  declare namespace index$j {
10110
- export {
10111
- index_gen$f as v1alpha1,
10112
- };
9410
+ export { index_gen$f as v1alpha1 };
10113
9411
  }
10114
9412
 
10115
- type Arch = 'x86_64' | 'arm';
9413
+ type Arch = 'x86_64' | 'arm' | 'arm64';
10116
9414
  type BootType = 'local' | 'bootscript' | 'rescue';
10117
9415
  type ImageState = 'available' | 'creating' | 'error';
10118
9416
  type IpState = 'unknown_state' | 'detached' | 'attached' | 'pending' | 'error';
@@ -12777,205 +12075,11 @@ type index$i_VolumeTypeCapabilities = VolumeTypeCapabilities;
12777
12075
  type index$i_VolumeTypeConstraints = VolumeTypeConstraints;
12778
12076
  type index$i_VolumeVolumeType = VolumeVolumeType;
12779
12077
  declare namespace index$i {
12780
- export {
12781
- InstanceV1UtilsAPI as API,
12782
- index$i_Arch as Arch,
12783
- index$i_AttachVolumeRequest as AttachVolumeRequest,
12784
- index$i_AttachVolumeResponse as AttachVolumeResponse,
12785
- index$i_BootType as BootType,
12786
- index$i_Bootscript as Bootscript,
12787
- index$i_CreateImageRequest as CreateImageRequest,
12788
- index$i_CreateImageResponse as CreateImageResponse,
12789
- CreateIpRequest$1 as CreateIpRequest,
12790
- index$i_CreateIpResponse as CreateIpResponse,
12791
- index$i_CreatePlacementGroupRequest as CreatePlacementGroupRequest,
12792
- index$i_CreatePlacementGroupResponse as CreatePlacementGroupResponse,
12793
- index$i_CreatePrivateNICRequest as CreatePrivateNICRequest,
12794
- index$i_CreatePrivateNICResponse as CreatePrivateNICResponse,
12795
- index$i_CreateSecurityGroupRequest as CreateSecurityGroupRequest,
12796
- index$i_CreateSecurityGroupResponse as CreateSecurityGroupResponse,
12797
- index$i_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest,
12798
- index$i_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse,
12799
- index$i_CreateServerRequest as CreateServerRequest,
12800
- index$i_CreateServerResponse as CreateServerResponse,
12801
- CreateSnapshotRequest$1 as CreateSnapshotRequest,
12802
- index$i_CreateSnapshotResponse as CreateSnapshotResponse,
12803
- CreateVolumeRequest$1 as CreateVolumeRequest,
12804
- index$i_CreateVolumeResponse as CreateVolumeResponse,
12805
- index$i_Dashboard as Dashboard,
12806
- DeleteImageRequest$1 as DeleteImageRequest,
12807
- index$i_DeleteIpRequest as DeleteIpRequest,
12808
- index$i_DeletePlacementGroupRequest as DeletePlacementGroupRequest,
12809
- index$i_DeletePrivateNICRequest as DeletePrivateNICRequest,
12810
- index$i_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest,
12811
- index$i_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest,
12812
- index$i_DeleteServerRequest as DeleteServerRequest,
12813
- index$i_DeleteServerUserDataRequest as DeleteServerUserDataRequest,
12814
- DeleteSnapshotRequest$1 as DeleteSnapshotRequest,
12815
- DeleteVolumeRequest$1 as DeleteVolumeRequest,
12816
- index$i_DetachVolumeRequest as DetachVolumeRequest,
12817
- index$i_DetachVolumeResponse as DetachVolumeResponse,
12818
- index$i_ExportSnapshotRequest as ExportSnapshotRequest,
12819
- index$i_ExportSnapshotResponse as ExportSnapshotResponse,
12820
- index$i_GetBootscriptRequest as GetBootscriptRequest,
12821
- index$i_GetBootscriptResponse as GetBootscriptResponse,
12822
- index$i_GetDashboardRequest as GetDashboardRequest,
12823
- index$i_GetDashboardResponse as GetDashboardResponse,
12824
- GetImageRequest$3 as GetImageRequest,
12825
- GetImageResponse$1 as GetImageResponse,
12826
- GetIpRequest$1 as GetIpRequest,
12827
- index$i_GetIpResponse as GetIpResponse,
12828
- index$i_GetPlacementGroupRequest as GetPlacementGroupRequest,
12829
- index$i_GetPlacementGroupResponse as GetPlacementGroupResponse,
12830
- index$i_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest,
12831
- index$i_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse,
12832
- index$i_GetPrivateNICRequest as GetPrivateNICRequest,
12833
- index$i_GetPrivateNICResponse as GetPrivateNICResponse,
12834
- index$i_GetSecurityGroupRequest as GetSecurityGroupRequest,
12835
- index$i_GetSecurityGroupResponse as GetSecurityGroupResponse,
12836
- index$i_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest,
12837
- index$i_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse,
12838
- index$i_GetServerRequest as GetServerRequest,
12839
- index$i_GetServerResponse as GetServerResponse,
12840
- index$i_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest,
12841
- index$i_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse,
12842
- index$i_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability,
12843
- index$i_GetServerUserDataRequest as GetServerUserDataRequest,
12844
- GetSnapshotRequest$1 as GetSnapshotRequest,
12845
- index$i_GetSnapshotResponse as GetSnapshotResponse,
12846
- GetVolumeRequest$1 as GetVolumeRequest,
12847
- index$i_GetVolumeResponse as GetVolumeResponse,
12848
- IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES,
12849
- index$i_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES,
12850
- Image$3 as Image,
12851
- index$i_ImageState as ImageState,
12852
- Ip$1 as Ip,
12853
- index$i_IpState as IpState,
12854
- index$i_IpType as IpType,
12855
- index$i_ListBootscriptsRequest as ListBootscriptsRequest,
12856
- index$i_ListBootscriptsResponse as ListBootscriptsResponse,
12857
- index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
12858
- ListImagesRequest$3 as ListImagesRequest,
12859
- ListImagesResponse$3 as ListImagesResponse,
12860
- index$i_ListIpsRequest as ListIpsRequest,
12861
- ListIpsResponse$1 as ListIpsResponse,
12862
- index$i_ListPlacementGroupsRequest as ListPlacementGroupsRequest,
12863
- index$i_ListPlacementGroupsResponse as ListPlacementGroupsResponse,
12864
- index$i_ListPrivateNICsRequest as ListPrivateNICsRequest,
12865
- index$i_ListPrivateNICsResponse as ListPrivateNICsResponse,
12866
- index$i_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest,
12867
- index$i_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse,
12868
- index$i_ListSecurityGroupsRequest as ListSecurityGroupsRequest,
12869
- index$i_ListSecurityGroupsResponse as ListSecurityGroupsResponse,
12870
- index$i_ListServerActionsRequest as ListServerActionsRequest,
12871
- index$i_ListServerActionsResponse as ListServerActionsResponse,
12872
- index$i_ListServerUserDataRequest as ListServerUserDataRequest,
12873
- index$i_ListServerUserDataResponse as ListServerUserDataResponse,
12874
- index$i_ListServersRequest as ListServersRequest,
12875
- index$i_ListServersRequestOrder as ListServersRequestOrder,
12876
- index$i_ListServersResponse as ListServersResponse,
12877
- index$i_ListServersTypesRequest as ListServersTypesRequest,
12878
- index$i_ListServersTypesResponse as ListServersTypesResponse,
12879
- ListSnapshotsRequest$1 as ListSnapshotsRequest,
12880
- ListSnapshotsResponse$1 as ListSnapshotsResponse,
12881
- ListVolumesRequest$1 as ListVolumesRequest,
12882
- ListVolumesResponse$1 as ListVolumesResponse,
12883
- index$i_ListVolumesTypesRequest as ListVolumesTypesRequest,
12884
- index$i_ListVolumesTypesResponse as ListVolumesTypesResponse,
12885
- index$i_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES,
12886
- index$i_PlacementGroup as PlacementGroup,
12887
- index$i_PlacementGroupPolicyMode as PlacementGroupPolicyMode,
12888
- index$i_PlacementGroupPolicyType as PlacementGroupPolicyType,
12889
- index$i_PlacementGroupServer as PlacementGroupServer,
12890
- index$i_PrivateNIC as PrivateNIC,
12891
- index$i_PrivateNICState as PrivateNICState,
12892
- index$i_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES,
12893
- index$i_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES,
12894
- SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES,
12895
- index$i_SecurityGroup as SecurityGroup,
12896
- index$i_SecurityGroupPolicy as SecurityGroupPolicy,
12897
- index$i_SecurityGroupRule as SecurityGroupRule,
12898
- index$i_SecurityGroupRuleAction as SecurityGroupRuleAction,
12899
- index$i_SecurityGroupRuleDirection as SecurityGroupRuleDirection,
12900
- index$i_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol,
12901
- index$i_SecurityGroupState as SecurityGroupState,
12902
- index$i_SecurityGroupSummary as SecurityGroupSummary,
12903
- index$i_SecurityGroupTemplate as SecurityGroupTemplate,
12904
- index$i_Server as Server,
12905
- index$i_ServerAction as ServerAction,
12906
- index$i_ServerActionRequest as ServerActionRequest,
12907
- index$i_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate,
12908
- index$i_ServerActionResponse as ServerActionResponse,
12909
- index$i_ServerIp as ServerIp,
12910
- index$i_ServerIpIpFamily as ServerIpIpFamily,
12911
- index$i_ServerIpProvisioningMode as ServerIpProvisioningMode,
12912
- index$i_ServerIpv6 as ServerIpv6,
12913
- index$i_ServerLocation as ServerLocation,
12914
- index$i_ServerMaintenance as ServerMaintenance,
12915
- index$i_ServerState as ServerState,
12916
- index$i_ServerSummary as ServerSummary,
12917
- index$i_ServerType as ServerType,
12918
- index$i_ServerTypeCapabilities as ServerTypeCapabilities,
12919
- index$i_ServerTypeNetwork as ServerTypeNetwork,
12920
- index$i_ServerTypeNetworkInterface as ServerTypeNetworkInterface,
12921
- index$i_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes,
12922
- index$i_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType,
12923
- index$i_ServerTypesAvailability as ServerTypesAvailability,
12924
- index$i_SetPlacementGroupRequest as SetPlacementGroupRequest,
12925
- index$i_SetPlacementGroupResponse as SetPlacementGroupResponse,
12926
- index$i_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest,
12927
- index$i_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse,
12928
- index$i_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest,
12929
- index$i_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule,
12930
- index$i_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse,
12931
- index$i_SetServerUserDataRequest as SetServerUserDataRequest,
12932
- Snapshot$1 as Snapshot,
12933
- index$i_SnapshotBaseVolume as SnapshotBaseVolume,
12934
- index$i_SnapshotState as SnapshotState,
12935
- index$i_SnapshotVolumeType as SnapshotVolumeType,
12936
- index$i_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES,
12937
- index$i_Task as Task,
12938
- index$i_TaskStatus as TaskStatus,
12939
- UpdateImageRequest$1 as UpdateImageRequest,
12940
- index$i_UpdateImageResponse as UpdateImageResponse,
12941
- UpdateIpRequest$1 as UpdateIpRequest,
12942
- index$i_UpdateIpResponse as UpdateIpResponse,
12943
- index$i_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest,
12944
- index$i_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse,
12945
- index$i_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest,
12946
- index$i_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse,
12947
- index$i_UpdatePrivateNICRequest as UpdatePrivateNICRequest,
12948
- index$i_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest,
12949
- index$i_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse,
12950
- index$i_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest,
12951
- index$i_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse,
12952
- index$i_UpdateServerRequest as UpdateServerRequest,
12953
- index$i_UpdateServerResponse as UpdateServerResponse,
12954
- UpdateSnapshotRequest$1 as UpdateSnapshotRequest,
12955
- index$i_UpdateSnapshotResponse as UpdateSnapshotResponse,
12956
- UpdateVolumeRequest$1 as UpdateVolumeRequest,
12957
- index$i_UpdateVolumeResponse as UpdateVolumeResponse,
12958
- index$i_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES,
12959
- index$i_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES,
12960
- Volume$2 as Volume,
12961
- index$i_VolumeServer as VolumeServer,
12962
- index$i_VolumeServerState as VolumeServerState,
12963
- index$i_VolumeServerTemplate as VolumeServerTemplate,
12964
- index$i_VolumeServerVolumeType as VolumeServerVolumeType,
12965
- index$i_VolumeState as VolumeState,
12966
- index$i_VolumeSummary as VolumeSummary,
12967
- index$i_VolumeTemplate as VolumeTemplate,
12968
- VolumeType$1 as VolumeType,
12969
- index$i_VolumeTypeCapabilities as VolumeTypeCapabilities,
12970
- index$i_VolumeTypeConstraints as VolumeTypeConstraints,
12971
- index$i_VolumeVolumeType as VolumeVolumeType,
12972
- };
12078
+ export { InstanceV1UtilsAPI as API, type index$i_Arch as Arch, type index$i_AttachVolumeRequest as AttachVolumeRequest, type index$i_AttachVolumeResponse as AttachVolumeResponse, type index$i_BootType as BootType, type index$i_Bootscript as Bootscript, type index$i_CreateImageRequest as CreateImageRequest, type index$i_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$i_CreateIpResponse as CreateIpResponse, type index$i_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$i_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$i_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$i_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$i_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$i_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$i_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$i_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$i_CreateServerRequest as CreateServerRequest, type index$i_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$i_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$i_CreateVolumeResponse as CreateVolumeResponse, type index$i_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$i_DeleteIpRequest as DeleteIpRequest, type index$i_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$i_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$i_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$i_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$i_DeleteServerRequest as DeleteServerRequest, type index$i_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$i_DetachVolumeRequest as DetachVolumeRequest, type index$i_DetachVolumeResponse as DetachVolumeResponse, type index$i_ExportSnapshotRequest as ExportSnapshotRequest, type index$i_ExportSnapshotResponse as ExportSnapshotResponse, type index$i_GetBootscriptRequest as GetBootscriptRequest, type index$i_GetBootscriptResponse as GetBootscriptResponse, type index$i_GetDashboardRequest as GetDashboardRequest, type index$i_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$i_GetIpResponse as GetIpResponse, type index$i_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$i_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$i_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$i_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$i_GetPrivateNICRequest as GetPrivateNICRequest, type index$i_GetPrivateNICResponse as GetPrivateNICResponse, type index$i_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$i_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$i_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$i_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$i_GetServerRequest as GetServerRequest, type index$i_GetServerResponse as GetServerResponse, type index$i_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$i_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$i_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$i_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$i_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$i_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$i_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$i_ImageState as ImageState, type Ip$1 as Ip, type index$i_IpState as IpState, type index$i_IpType as IpType, type index$i_ListBootscriptsRequest as ListBootscriptsRequest, type index$i_ListBootscriptsResponse as ListBootscriptsResponse, type index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$i_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$i_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$i_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$i_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$i_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$i_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$i_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$i_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$i_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$i_ListServerActionsRequest as ListServerActionsRequest, type index$i_ListServerActionsResponse as ListServerActionsResponse, type index$i_ListServerUserDataRequest as ListServerUserDataRequest, type index$i_ListServerUserDataResponse as ListServerUserDataResponse, type index$i_ListServersRequest as ListServersRequest, type index$i_ListServersRequestOrder as ListServersRequestOrder, type index$i_ListServersResponse as ListServersResponse, type index$i_ListServersTypesRequest as ListServersTypesRequest, type index$i_ListServersTypesResponse as ListServersTypesResponse, type ListSnapshotsRequest$1 as ListSnapshotsRequest, type ListSnapshotsResponse$1 as ListSnapshotsResponse, type ListVolumesRequest$1 as ListVolumesRequest, type ListVolumesResponse$1 as ListVolumesResponse, type index$i_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$i_ListVolumesTypesResponse as ListVolumesTypesResponse, index$i_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$i_PlacementGroup as PlacementGroup, type index$i_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$i_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$i_PlacementGroupServer as PlacementGroupServer, type index$i_PrivateNIC as PrivateNIC, type index$i_PrivateNICState as PrivateNICState, index$i_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$i_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$i_SecurityGroup as SecurityGroup, type index$i_SecurityGroupPolicy as SecurityGroupPolicy, type index$i_SecurityGroupRule as SecurityGroupRule, type index$i_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$i_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$i_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$i_SecurityGroupState as SecurityGroupState, type index$i_SecurityGroupSummary as SecurityGroupSummary, type index$i_SecurityGroupTemplate as SecurityGroupTemplate, type index$i_Server as Server, type index$i_ServerAction as ServerAction, type index$i_ServerActionRequest as ServerActionRequest, type index$i_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$i_ServerActionResponse as ServerActionResponse, type index$i_ServerIp as ServerIp, type index$i_ServerIpIpFamily as ServerIpIpFamily, type index$i_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$i_ServerIpv6 as ServerIpv6, type index$i_ServerLocation as ServerLocation, type index$i_ServerMaintenance as ServerMaintenance, type index$i_ServerState as ServerState, type index$i_ServerSummary as ServerSummary, type index$i_ServerType as ServerType, type index$i_ServerTypeCapabilities as ServerTypeCapabilities, type index$i_ServerTypeNetwork as ServerTypeNetwork, type index$i_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$i_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$i_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$i_ServerTypesAvailability as ServerTypesAvailability, type index$i_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$i_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$i_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$i_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$i_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$i_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$i_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$i_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$i_SnapshotBaseVolume as SnapshotBaseVolume, type index$i_SnapshotState as SnapshotState, type index$i_SnapshotVolumeType as SnapshotVolumeType, index$i_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$i_Task as Task, type index$i_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$i_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$i_UpdateIpResponse as UpdateIpResponse, type index$i_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$i_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$i_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$i_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$i_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$i_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$i_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$i_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$i_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$i_UpdateServerRequest as UpdateServerRequest, type index$i_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$i_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$i_UpdateVolumeResponse as UpdateVolumeResponse, index$i_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$i_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$i_VolumeServer as VolumeServer, type index$i_VolumeServerState as VolumeServerState, type index$i_VolumeServerTemplate as VolumeServerTemplate, type index$i_VolumeServerVolumeType as VolumeServerVolumeType, type index$i_VolumeState as VolumeState, type index$i_VolumeSummary as VolumeSummary, type index$i_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$i_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$i_VolumeTypeConstraints as VolumeTypeConstraints, type index$i_VolumeVolumeType as VolumeVolumeType };
12973
12079
  }
12974
12080
 
12975
12081
  declare namespace index$h {
12976
- export {
12977
- index$i as v1,
12978
- };
12082
+ export { index$i as v1 };
12979
12083
  }
12980
12084
 
12981
12085
  type DeviceMessageFiltersRulePolicy = 'unknown' | 'accept' | 'reject';
@@ -14330,99 +13434,11 @@ type index_gen$e_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseCo
14330
13434
  type index_gen$e_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
14331
13435
  type index_gen$e_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
14332
13436
  declare namespace index_gen$e {
14333
- export {
14334
- API$g as API,
14335
- Certificate$1 as Certificate,
14336
- index_gen$e_CreateDeviceRequest as CreateDeviceRequest,
14337
- index_gen$e_CreateDeviceResponse as CreateDeviceResponse,
14338
- index_gen$e_CreateHubRequest as CreateHubRequest,
14339
- index_gen$e_CreateNetworkRequest as CreateNetworkRequest,
14340
- index_gen$e_CreateNetworkResponse as CreateNetworkResponse,
14341
- CreateRouteRequest$1 as CreateRouteRequest,
14342
- index_gen$e_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
14343
- index_gen$e_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
14344
- index_gen$e_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
14345
- index_gen$e_DeleteDeviceRequest as DeleteDeviceRequest,
14346
- index_gen$e_DeleteHubRequest as DeleteHubRequest,
14347
- index_gen$e_DeleteNetworkRequest as DeleteNetworkRequest,
14348
- DeleteRouteRequest$1 as DeleteRouteRequest,
14349
- index_gen$e_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
14350
- index_gen$e_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
14351
- index_gen$e_Device as Device,
14352
- index_gen$e_DeviceMessageFilters as DeviceMessageFilters,
14353
- index_gen$e_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
14354
- index_gen$e_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
14355
- index_gen$e_DeviceStatus as DeviceStatus,
14356
- index_gen$e_DisableDeviceRequest as DisableDeviceRequest,
14357
- index_gen$e_DisableHubRequest as DisableHubRequest,
14358
- index_gen$e_EnableDeviceRequest as EnableDeviceRequest,
14359
- index_gen$e_EnableHubRequest as EnableHubRequest,
14360
- index_gen$e_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
14361
- index_gen$e_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
14362
- index_gen$e_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
14363
- index_gen$e_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
14364
- index_gen$e_GetDeviceRequest as GetDeviceRequest,
14365
- index_gen$e_GetHubCARequest as GetHubCARequest,
14366
- index_gen$e_GetHubCAResponse as GetHubCAResponse,
14367
- index_gen$e_GetHubMetricsRequest as GetHubMetricsRequest,
14368
- index_gen$e_GetHubMetricsResponse as GetHubMetricsResponse,
14369
- index_gen$e_GetHubRequest as GetHubRequest,
14370
- index_gen$e_GetNetworkRequest as GetNetworkRequest,
14371
- GetRouteRequest$1 as GetRouteRequest,
14372
- index_gen$e_GetTwinDocumentRequest as GetTwinDocumentRequest,
14373
- index_gen$e_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
14374
- index_gen$e_Hub as Hub,
14375
- index_gen$e_HubProductPlan as HubProductPlan,
14376
- index_gen$e_HubStatus as HubStatus,
14377
- index_gen$e_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
14378
- index_gen$e_ListDevicesRequest as ListDevicesRequest,
14379
- index_gen$e_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
14380
- index_gen$e_ListDevicesResponse as ListDevicesResponse,
14381
- index_gen$e_ListHubsRequest as ListHubsRequest,
14382
- index_gen$e_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
14383
- index_gen$e_ListHubsResponse as ListHubsResponse,
14384
- index_gen$e_ListNetworksRequest as ListNetworksRequest,
14385
- index_gen$e_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
14386
- index_gen$e_ListNetworksResponse as ListNetworksResponse,
14387
- ListRoutesRequest$1 as ListRoutesRequest,
14388
- ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
14389
- ListRoutesResponse$1 as ListRoutesResponse,
14390
- index_gen$e_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
14391
- index_gen$e_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
14392
- index_gen$e_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
14393
- index_gen$e_Network as Network,
14394
- index_gen$e_NetworkNetworkType as NetworkNetworkType,
14395
- index_gen$e_NullValue as NullValue,
14396
- index_gen$e_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
14397
- index_gen$e_PutTwinDocumentRequest as PutTwinDocumentRequest,
14398
- index_gen$e_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
14399
- index_gen$e_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
14400
- Route$1 as Route,
14401
- index_gen$e_RouteDatabaseConfig as RouteDatabaseConfig,
14402
- index_gen$e_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
14403
- index_gen$e_RouteRestConfig as RouteRestConfig,
14404
- index_gen$e_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
14405
- index_gen$e_RouteRouteType as RouteRouteType,
14406
- index_gen$e_RouteS3Config as RouteS3Config,
14407
- index_gen$e_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
14408
- index_gen$e_RouteSummary as RouteSummary,
14409
- index_gen$e_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
14410
- index_gen$e_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
14411
- index_gen$e_SetHubCARequest as SetHubCARequest,
14412
- index_gen$e_TwinDocument as TwinDocument,
14413
- index_gen$e_UpdateDeviceRequest as UpdateDeviceRequest,
14414
- index_gen$e_UpdateHubRequest as UpdateHubRequest,
14415
- UpdateRouteRequest$1 as UpdateRouteRequest,
14416
- index_gen$e_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
14417
- index_gen$e_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
14418
- index_gen$e_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
14419
- };
13437
+ export { API$g as API, type Certificate$1 as Certificate, type index_gen$e_CreateDeviceRequest as CreateDeviceRequest, type index_gen$e_CreateDeviceResponse as CreateDeviceResponse, type index_gen$e_CreateHubRequest as CreateHubRequest, type index_gen$e_CreateNetworkRequest as CreateNetworkRequest, type index_gen$e_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$e_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$e_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$e_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$e_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$e_DeleteHubRequest as DeleteHubRequest, type index_gen$e_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$e_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$e_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$e_Device as Device, type index_gen$e_DeviceMessageFilters as DeviceMessageFilters, type index_gen$e_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$e_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$e_DeviceStatus as DeviceStatus, type index_gen$e_DisableDeviceRequest as DisableDeviceRequest, type index_gen$e_DisableHubRequest as DisableHubRequest, type index_gen$e_EnableDeviceRequest as EnableDeviceRequest, type index_gen$e_EnableHubRequest as EnableHubRequest, type index_gen$e_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$e_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$e_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$e_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$e_GetDeviceRequest as GetDeviceRequest, type index_gen$e_GetHubCARequest as GetHubCARequest, type index_gen$e_GetHubCAResponse as GetHubCAResponse, type index_gen$e_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$e_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$e_GetHubRequest as GetHubRequest, type index_gen$e_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$e_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$e_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$e_Hub as Hub, type index_gen$e_HubProductPlan as HubProductPlan, type index_gen$e_HubStatus as HubStatus, type index_gen$e_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$e_ListDevicesRequest as ListDevicesRequest, type index_gen$e_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$e_ListDevicesResponse as ListDevicesResponse, type index_gen$e_ListHubsRequest as ListHubsRequest, type index_gen$e_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$e_ListHubsResponse as ListHubsResponse, type index_gen$e_ListNetworksRequest as ListNetworksRequest, type index_gen$e_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$e_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$e_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$e_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$e_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$e_Network as Network, type index_gen$e_NetworkNetworkType as NetworkNetworkType, type index_gen$e_NullValue as NullValue, type index_gen$e_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$e_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$e_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$e_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$e_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$e_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$e_RouteRestConfig as RouteRestConfig, type index_gen$e_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$e_RouteRouteType as RouteRouteType, type index_gen$e_RouteS3Config as RouteS3Config, type index_gen$e_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$e_RouteSummary as RouteSummary, type index_gen$e_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$e_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$e_SetHubCARequest as SetHubCARequest, type index_gen$e_TwinDocument as TwinDocument, type index_gen$e_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$e_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$e_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$e_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$e_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
14420
13438
  }
14421
13439
 
14422
13440
  declare namespace index$g {
14423
- export {
14424
- index_gen$e as v1,
14425
- };
13441
+ export { index_gen$e as v1 };
14426
13442
  }
14427
13443
 
14428
13444
  type ListPinsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
@@ -14737,40 +13753,11 @@ type index_gen$d_ReplacePinRequest = ReplacePinRequest;
14737
13753
  type index_gen$d_ReplacePinResponse = ReplacePinResponse;
14738
13754
  type index_gen$d_UpdateVolumeRequest = UpdateVolumeRequest;
14739
13755
  declare namespace index_gen$d {
14740
- export {
14741
- API$f as API,
14742
- index_gen$d_CreatePinByCIDRequest as CreatePinByCIDRequest,
14743
- index_gen$d_CreatePinByURLRequest as CreatePinByURLRequest,
14744
- index_gen$d_CreateVolumeRequest as CreateVolumeRequest,
14745
- index_gen$d_DeletePinRequest as DeletePinRequest,
14746
- index_gen$d_DeleteVolumeRequest as DeleteVolumeRequest,
14747
- index_gen$d_GetPinRequest as GetPinRequest,
14748
- index_gen$d_GetVolumeRequest as GetVolumeRequest,
14749
- index_gen$d_ListPinsRequest as ListPinsRequest,
14750
- index_gen$d_ListPinsRequestOrderBy as ListPinsRequestOrderBy,
14751
- index_gen$d_ListPinsResponse as ListPinsResponse,
14752
- index_gen$d_ListVolumesRequest as ListVolumesRequest,
14753
- index_gen$d_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy,
14754
- index_gen$d_ListVolumesResponse as ListVolumesResponse,
14755
- index_gen$d_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES,
14756
- index_gen$d_Pin as Pin,
14757
- index_gen$d_PinCID as PinCID,
14758
- index_gen$d_PinCIDMeta as PinCIDMeta,
14759
- index_gen$d_PinDetails as PinDetails,
14760
- index_gen$d_PinInfo as PinInfo,
14761
- index_gen$d_PinOptions as PinOptions,
14762
- index_gen$d_PinStatus as PinStatus,
14763
- index_gen$d_ReplacePinRequest as ReplacePinRequest,
14764
- index_gen$d_ReplacePinResponse as ReplacePinResponse,
14765
- index_gen$d_UpdateVolumeRequest as UpdateVolumeRequest,
14766
- Volume$1 as Volume,
14767
- };
13756
+ export { API$f as API, type index_gen$d_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$d_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$d_CreateVolumeRequest as CreateVolumeRequest, type index_gen$d_DeletePinRequest as DeletePinRequest, type index_gen$d_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$d_GetPinRequest as GetPinRequest, type index_gen$d_GetVolumeRequest as GetVolumeRequest, type index_gen$d_ListPinsRequest as ListPinsRequest, type index_gen$d_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$d_ListPinsResponse as ListPinsResponse, type index_gen$d_ListVolumesRequest as ListVolumesRequest, type index_gen$d_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$d_ListVolumesResponse as ListVolumesResponse, index_gen$d_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$d_Pin as Pin, type index_gen$d_PinCID as PinCID, type index_gen$d_PinCIDMeta as PinCIDMeta, type index_gen$d_PinDetails as PinDetails, type index_gen$d_PinInfo as PinInfo, type index_gen$d_PinOptions as PinOptions, type index_gen$d_PinStatus as PinStatus, type index_gen$d_ReplacePinRequest as ReplacePinRequest, type index_gen$d_ReplacePinResponse as ReplacePinResponse, type index_gen$d_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
14768
13757
  }
14769
13758
 
14770
13759
  declare namespace index$f {
14771
- export {
14772
- index_gen$d as v1alpha1,
14773
- };
13760
+ export { index_gen$d as v1alpha1 };
14774
13761
  }
14775
13762
 
14776
13763
  type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
@@ -16280,20 +15267,7 @@ declare const validationRules_gen$2_ListPoolsRequest: typeof ListPoolsRequest;
16280
15267
  declare const validationRules_gen$2_MaintenanceWindow: typeof MaintenanceWindow;
16281
15268
  declare const validationRules_gen$2_UpdateClusterRequestAutoscalerConfig: typeof UpdateClusterRequestAutoscalerConfig;
16282
15269
  declare namespace validationRules_gen$2 {
16283
- export {
16284
- CreateClusterRequest$1 as CreateClusterRequest,
16285
- validationRules_gen$2_CreateClusterRequestAutoscalerConfig as CreateClusterRequestAutoscalerConfig,
16286
- validationRules_gen$2_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig,
16287
- validationRules_gen$2_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig,
16288
- validationRules_gen$2_CreatePoolRequest as CreatePoolRequest,
16289
- validationRules_gen$2_ListClusterTypesRequest as ListClusterTypesRequest,
16290
- ListClustersRequest$1 as ListClustersRequest,
16291
- validationRules_gen$2_ListNodesRequest as ListNodesRequest,
16292
- validationRules_gen$2_ListPoolsRequest as ListPoolsRequest,
16293
- validationRules_gen$2_MaintenanceWindow as MaintenanceWindow,
16294
- UpdateClusterRequest$1 as UpdateClusterRequest,
16295
- validationRules_gen$2_UpdateClusterRequestAutoscalerConfig as UpdateClusterRequestAutoscalerConfig,
16296
- };
15270
+ export { CreateClusterRequest$1 as CreateClusterRequest, validationRules_gen$2_CreateClusterRequestAutoscalerConfig as CreateClusterRequestAutoscalerConfig, validationRules_gen$2_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig, validationRules_gen$2_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig, validationRules_gen$2_CreatePoolRequest as CreatePoolRequest, validationRules_gen$2_ListClusterTypesRequest as ListClusterTypesRequest, ListClustersRequest$1 as ListClustersRequest, validationRules_gen$2_ListNodesRequest as ListNodesRequest, validationRules_gen$2_ListPoolsRequest as ListPoolsRequest, validationRules_gen$2_MaintenanceWindow as MaintenanceWindow, UpdateClusterRequest$1 as UpdateClusterRequest, validationRules_gen$2_UpdateClusterRequestAutoscalerConfig as UpdateClusterRequestAutoscalerConfig };
16297
15271
  }
16298
15272
 
16299
15273
  type index$e_AutoscalerEstimator = AutoscalerEstimator;
@@ -16347,89 +15321,11 @@ type index$e_UpdatePoolRequestUpgradePolicy = UpdatePoolRequestUpgradePolicy;
16347
15321
  type index$e_UpgradeClusterRequest = UpgradeClusterRequest;
16348
15322
  type index$e_UpgradePoolRequest = UpgradePoolRequest;
16349
15323
  declare namespace index$e {
16350
- export {
16351
- K8SUtilsAPI as API,
16352
- index$e_AutoscalerEstimator as AutoscalerEstimator,
16353
- index$e_AutoscalerExpander as AutoscalerExpander,
16354
- CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES,
16355
- index$e_CNI as CNI,
16356
- Cluster$1 as Cluster,
16357
- index$e_ClusterAutoUpgrade as ClusterAutoUpgrade,
16358
- index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig,
16359
- index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig,
16360
- ClusterStatus$1 as ClusterStatus,
16361
- index$e_ClusterType as ClusterType,
16362
- index$e_ClusterTypeAvailability as ClusterTypeAvailability,
16363
- index$e_ClusterTypeResiliency as ClusterTypeResiliency,
16364
- CreateClusterRequest$2 as CreateClusterRequest,
16365
- index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade,
16366
- CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig,
16367
- CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig,
16368
- CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig,
16369
- index$e_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy,
16370
- index$e_CreateExternalNodeRequest as CreateExternalNodeRequest,
16371
- CreatePoolRequest$1 as CreatePoolRequest,
16372
- index$e_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy,
16373
- DeleteClusterRequest$1 as DeleteClusterRequest,
16374
- index$e_DeleteNodeRequest as DeleteNodeRequest,
16375
- index$e_DeletePoolRequest as DeletePoolRequest,
16376
- index$e_ExternalNode as ExternalNode,
16377
- index$e_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest,
16378
- GetClusterRequest$1 as GetClusterRequest,
16379
- index$e_GetNodeRequest as GetNodeRequest,
16380
- index$e_GetPoolRequest as GetPoolRequest,
16381
- GetVersionRequest$2 as GetVersionRequest,
16382
- index$e_Ingress as Ingress,
16383
- index$e_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest,
16384
- index$e_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse,
16385
- index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest,
16386
- index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse,
16387
- ListClusterTypesRequest$1 as ListClusterTypesRequest,
16388
- index$e_ListClusterTypesResponse as ListClusterTypesResponse,
16389
- ListClustersRequest$2 as ListClustersRequest,
16390
- ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy,
16391
- ListClustersResponse$1 as ListClustersResponse,
16392
- ListNodesRequest$1 as ListNodesRequest,
16393
- index$e_ListNodesRequestOrderBy as ListNodesRequestOrderBy,
16394
- index$e_ListNodesResponse as ListNodesResponse,
16395
- ListPoolsRequest$1 as ListPoolsRequest,
16396
- index$e_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy,
16397
- index$e_ListPoolsResponse as ListPoolsResponse,
16398
- ListVersionsRequest$2 as ListVersionsRequest,
16399
- ListVersionsResponse$2 as ListVersionsResponse,
16400
- MaintenanceWindow$1 as MaintenanceWindow,
16401
- index$e_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek,
16402
- index$e_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest,
16403
- index$e_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES,
16404
- index$e_Node as Node,
16405
- index$e_NodeStatus as NodeStatus,
16406
- index$e_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES,
16407
- index$e_Pool as Pool,
16408
- index$e_PoolStatus as PoolStatus,
16409
- index$e_PoolUpgradePolicy as PoolUpgradePolicy,
16410
- index$e_PoolVolumeType as PoolVolumeType,
16411
- index$e_RebootNodeRequest as RebootNodeRequest,
16412
- index$e_ReplaceNodeRequest as ReplaceNodeRequest,
16413
- index$e_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest,
16414
- index$e_Runtime as Runtime,
16415
- index$e_SetClusterTypeRequest as SetClusterTypeRequest,
16416
- UpdateClusterRequest$2 as UpdateClusterRequest,
16417
- index$e_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade,
16418
- UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig,
16419
- index$e_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig,
16420
- index$e_UpdatePoolRequest as UpdatePoolRequest,
16421
- index$e_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy,
16422
- index$e_UpgradeClusterRequest as UpgradeClusterRequest,
16423
- index$e_UpgradePoolRequest as UpgradePoolRequest,
16424
- validationRules_gen$2 as ValidationRules,
16425
- Version$2 as Version,
16426
- };
15324
+ export { K8SUtilsAPI as API, type index$e_AutoscalerEstimator as AutoscalerEstimator, type index$e_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$e_CNI as CNI, type Cluster$1 as Cluster, type index$e_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$e_ClusterType as ClusterType, type index$e_ClusterTypeAvailability as ClusterTypeAvailability, type index$e_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$e_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$e_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$e_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$e_DeleteNodeRequest as DeleteNodeRequest, type index$e_DeletePoolRequest as DeletePoolRequest, type index$e_ExternalNode as ExternalNode, type index$e_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$e_GetNodeRequest as GetNodeRequest, type index$e_GetPoolRequest as GetPoolRequest, type GetVersionRequest$2 as GetVersionRequest, type index$e_Ingress as Ingress, type index$e_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$e_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$e_ListClusterTypesResponse as ListClusterTypesResponse, type ListClustersRequest$2 as ListClustersRequest, type ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy, type ListClustersResponse$1 as ListClustersResponse, type ListNodesRequest$1 as ListNodesRequest, type index$e_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$e_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$e_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$e_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$2 as ListVersionsRequest, type ListVersionsResponse$2 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$e_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$e_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$e_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$e_Node as Node, type index$e_NodeStatus as NodeStatus, index$e_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$e_Pool as Pool, type index$e_PoolStatus as PoolStatus, type index$e_PoolUpgradePolicy as PoolUpgradePolicy, type index$e_PoolVolumeType as PoolVolumeType, type index$e_RebootNodeRequest as RebootNodeRequest, type index$e_ReplaceNodeRequest as ReplaceNodeRequest, type index$e_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$e_Runtime as Runtime, type index$e_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$e_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$e_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$e_UpdatePoolRequest as UpdatePoolRequest, type index$e_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$e_UpgradeClusterRequest as UpgradeClusterRequest, type index$e_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$2 as ValidationRules, type Version$2 as Version };
16427
15325
  }
16428
15326
 
16429
15327
  declare namespace index$d {
16430
- export {
16431
- index$e as v1,
16432
- };
15328
+ export { index$e as v1 };
16433
15329
  }
16434
15330
 
16435
15331
  type AclActionRedirectRedirectType = 'location' | 'scheme';
@@ -20384,199 +19280,11 @@ type index$c_ZonedApiUpdateRouteRequest = ZonedApiUpdateRouteRequest;
20384
19280
  type index$c_ZonedApiUpdateSubscriberRequest = ZonedApiUpdateSubscriberRequest;
20385
19281
  type index$c_ZonedWaitForLbPrivateNetworksRequest = ZonedWaitForLbPrivateNetworksRequest;
20386
19282
  declare namespace index$c {
20387
- export {
20388
- LbV1UtilsAPI as API,
20389
- index$c_Acl as Acl,
20390
- index$c_AclAction as AclAction,
20391
- index$c_AclActionRedirect as AclActionRedirect,
20392
- index$c_AclActionRedirectRedirectType as AclActionRedirectRedirectType,
20393
- index$c_AclActionType as AclActionType,
20394
- index$c_AclHttpFilter as AclHttpFilter,
20395
- index$c_AclMatch as AclMatch,
20396
- index$c_AclSpec as AclSpec,
20397
- index$c_AddBackendServersRequest as AddBackendServersRequest,
20398
- index$c_AttachPrivateNetworkRequest as AttachPrivateNetworkRequest,
20399
- index$c_Backend as Backend,
20400
- index$c_BackendServerStats as BackendServerStats,
20401
- index$c_BackendServerStatsHealthCheckStatus as BackendServerStatsHealthCheckStatus,
20402
- index$c_BackendServerStatsServerState as BackendServerStatsServerState,
20403
- index$c_CERTIFICATE_TRANSIENT_STATUSES as CERTIFICATE_TRANSIENT_STATUSES,
20404
- index$c_Certificate as Certificate,
20405
- index$c_CertificateStatus as CertificateStatus,
20406
- index$c_CertificateType as CertificateType,
20407
- index$c_CreateAclRequest as CreateAclRequest,
20408
- index$c_CreateBackendRequest as CreateBackendRequest,
20409
- index$c_CreateCertificateRequest as CreateCertificateRequest,
20410
- index$c_CreateCertificateRequestCustomCertificate as CreateCertificateRequestCustomCertificate,
20411
- index$c_CreateCertificateRequestLetsencryptConfig as CreateCertificateRequestLetsencryptConfig,
20412
- index$c_CreateFrontendRequest as CreateFrontendRequest,
20413
- index$c_CreateIpRequest as CreateIpRequest,
20414
- index$c_CreateLbRequest as CreateLbRequest,
20415
- index$c_CreateRouteRequest as CreateRouteRequest,
20416
- index$c_CreateSubscriberRequest as CreateSubscriberRequest,
20417
- index$c_DeleteAclRequest as DeleteAclRequest,
20418
- index$c_DeleteBackendRequest as DeleteBackendRequest,
20419
- index$c_DeleteCertificateRequest as DeleteCertificateRequest,
20420
- index$c_DeleteFrontendRequest as DeleteFrontendRequest,
20421
- index$c_DeleteLbRequest as DeleteLbRequest,
20422
- index$c_DeleteRouteRequest as DeleteRouteRequest,
20423
- index$c_DeleteSubscriberRequest as DeleteSubscriberRequest,
20424
- index$c_DetachPrivateNetworkRequest as DetachPrivateNetworkRequest,
20425
- index$c_ForwardPortAlgorithm as ForwardPortAlgorithm,
20426
- index$c_Frontend as Frontend,
20427
- index$c_GetAclRequest as GetAclRequest,
20428
- index$c_GetBackendRequest as GetBackendRequest,
20429
- index$c_GetCertificateRequest as GetCertificateRequest,
20430
- index$c_GetFrontendRequest as GetFrontendRequest,
20431
- index$c_GetIpRequest as GetIpRequest,
20432
- index$c_GetLbRequest as GetLbRequest,
20433
- index$c_GetLbStatsRequest as GetLbStatsRequest,
20434
- index$c_GetRouteRequest as GetRouteRequest,
20435
- index$c_GetSubscriberRequest as GetSubscriberRequest,
20436
- index$c_HealthCheck as HealthCheck,
20437
- index$c_HealthCheckHttpConfig as HealthCheckHttpConfig,
20438
- index$c_HealthCheckHttpsConfig as HealthCheckHttpsConfig,
20439
- index$c_HealthCheckLdapConfig as HealthCheckLdapConfig,
20440
- index$c_HealthCheckMysqlConfig as HealthCheckMysqlConfig,
20441
- index$c_HealthCheckPgsqlConfig as HealthCheckPgsqlConfig,
20442
- index$c_HealthCheckRedisConfig as HealthCheckRedisConfig,
20443
- index$c_HealthCheckTcpConfig as HealthCheckTcpConfig,
20444
- INSTANCE_TRANSIENT_STATUSES$1 as INSTANCE_TRANSIENT_STATUSES,
20445
- Instance$1 as Instance,
20446
- InstanceStatus$1 as InstanceStatus,
20447
- index$c_Ip as Ip,
20448
- index$c_LB_TRANSIENT_STATUSES as LB_TRANSIENT_STATUSES,
20449
- index$c_Lb as Lb,
20450
- index$c_LbStats as LbStats,
20451
- index$c_LbStatus as LbStatus,
20452
- index$c_LbType as LbType,
20453
- index$c_LbTypeStock as LbTypeStock,
20454
- index$c_ListAclRequestOrderBy as ListAclRequestOrderBy,
20455
- index$c_ListAclResponse as ListAclResponse,
20456
- index$c_ListAclsRequest as ListAclsRequest,
20457
- index$c_ListBackendStatsRequest as ListBackendStatsRequest,
20458
- index$c_ListBackendStatsResponse as ListBackendStatsResponse,
20459
- index$c_ListBackendsRequest as ListBackendsRequest,
20460
- index$c_ListBackendsRequestOrderBy as ListBackendsRequestOrderBy,
20461
- index$c_ListBackendsResponse as ListBackendsResponse,
20462
- index$c_ListCertificatesRequest as ListCertificatesRequest,
20463
- index$c_ListCertificatesRequestOrderBy as ListCertificatesRequestOrderBy,
20464
- index$c_ListCertificatesResponse as ListCertificatesResponse,
20465
- index$c_ListFrontendsRequest as ListFrontendsRequest,
20466
- index$c_ListFrontendsRequestOrderBy as ListFrontendsRequestOrderBy,
20467
- index$c_ListFrontendsResponse as ListFrontendsResponse,
20468
- ListIPsRequest$1 as ListIPsRequest,
20469
- index$c_ListIpsResponse as ListIpsResponse,
20470
- index$c_ListLbPrivateNetworksRequest as ListLbPrivateNetworksRequest,
20471
- index$c_ListLbPrivateNetworksResponse as ListLbPrivateNetworksResponse,
20472
- index$c_ListLbTypesRequest as ListLbTypesRequest,
20473
- index$c_ListLbTypesResponse as ListLbTypesResponse,
20474
- index$c_ListLbsRequest as ListLbsRequest,
20475
- index$c_ListLbsRequestOrderBy as ListLbsRequestOrderBy,
20476
- index$c_ListLbsResponse as ListLbsResponse,
20477
- ListPrivateNetworksRequestOrderBy$2 as ListPrivateNetworksRequestOrderBy,
20478
- index$c_ListRoutesRequest as ListRoutesRequest,
20479
- index$c_ListRoutesRequestOrderBy as ListRoutesRequestOrderBy,
20480
- index$c_ListRoutesResponse as ListRoutesResponse,
20481
- index$c_ListSubscriberRequest as ListSubscriberRequest,
20482
- index$c_ListSubscriberRequestOrderBy as ListSubscriberRequestOrderBy,
20483
- index$c_ListSubscriberResponse as ListSubscriberResponse,
20484
- index$c_MigrateLbRequest as MigrateLbRequest,
20485
- index$c_OnMarkedDownAction as OnMarkedDownAction,
20486
- index$c_PRIVATE_NETWORK_TRANSIENT_STATUSES as PRIVATE_NETWORK_TRANSIENT_STATUSES,
20487
- PrivateNetwork$3 as PrivateNetwork,
20488
- index$c_PrivateNetworkDHCPConfig as PrivateNetworkDHCPConfig,
20489
- index$c_PrivateNetworkIpamConfig as PrivateNetworkIpamConfig,
20490
- index$c_PrivateNetworkStaticConfig as PrivateNetworkStaticConfig,
20491
- index$c_PrivateNetworkStatus as PrivateNetworkStatus,
20492
- index$c_Protocol as Protocol,
20493
- index$c_ProxyProtocol as ProxyProtocol,
20494
- index$c_ReleaseIpRequest as ReleaseIpRequest,
20495
- index$c_RemoveBackendServersRequest as RemoveBackendServersRequest,
20496
- index$c_Route as Route,
20497
- index$c_RouteMatch as RouteMatch,
20498
- index$c_SSLCompatibilityLevel as SSLCompatibilityLevel,
20499
- index$c_SetAclsResponse as SetAclsResponse,
20500
- index$c_SetBackendServersRequest as SetBackendServersRequest,
20501
- index$c_StickySessionsType as StickySessionsType,
20502
- index$c_SubscribeToLbRequest as SubscribeToLbRequest,
20503
- index$c_Subscriber as Subscriber,
20504
- index$c_SubscriberEmailConfig as SubscriberEmailConfig,
20505
- index$c_SubscriberWebhookConfig as SubscriberWebhookConfig,
20506
- index$c_UnsubscribeFromLbRequest as UnsubscribeFromLbRequest,
20507
- index$c_UpdateAclRequest as UpdateAclRequest,
20508
- index$c_UpdateBackendRequest as UpdateBackendRequest,
20509
- index$c_UpdateCertificateRequest as UpdateCertificateRequest,
20510
- index$c_UpdateFrontendRequest as UpdateFrontendRequest,
20511
- index$c_UpdateHealthCheckRequest as UpdateHealthCheckRequest,
20512
- index$c_UpdateIpRequest as UpdateIpRequest,
20513
- index$c_UpdateLbRequest as UpdateLbRequest,
20514
- index$c_UpdateRouteRequest as UpdateRouteRequest,
20515
- index$c_UpdateSubscriberRequest as UpdateSubscriberRequest,
20516
- index$c_WaitForLbPrivateNetworksRequest as WaitForLbPrivateNetworksRequest,
20517
- LbZonedV1UtilsAPI as ZonedAPI,
20518
- index$c_ZonedApiAddBackendServersRequest as ZonedApiAddBackendServersRequest,
20519
- index$c_ZonedApiAttachPrivateNetworkRequest as ZonedApiAttachPrivateNetworkRequest,
20520
- index$c_ZonedApiCreateAclRequest as ZonedApiCreateAclRequest,
20521
- index$c_ZonedApiCreateBackendRequest as ZonedApiCreateBackendRequest,
20522
- index$c_ZonedApiCreateCertificateRequest as ZonedApiCreateCertificateRequest,
20523
- index$c_ZonedApiCreateFrontendRequest as ZonedApiCreateFrontendRequest,
20524
- index$c_ZonedApiCreateIpRequest as ZonedApiCreateIpRequest,
20525
- index$c_ZonedApiCreateLbRequest as ZonedApiCreateLbRequest,
20526
- index$c_ZonedApiCreateRouteRequest as ZonedApiCreateRouteRequest,
20527
- index$c_ZonedApiCreateSubscriberRequest as ZonedApiCreateSubscriberRequest,
20528
- index$c_ZonedApiDeleteAclRequest as ZonedApiDeleteAclRequest,
20529
- index$c_ZonedApiDeleteBackendRequest as ZonedApiDeleteBackendRequest,
20530
- index$c_ZonedApiDeleteCertificateRequest as ZonedApiDeleteCertificateRequest,
20531
- index$c_ZonedApiDeleteFrontendRequest as ZonedApiDeleteFrontendRequest,
20532
- index$c_ZonedApiDeleteLbRequest as ZonedApiDeleteLbRequest,
20533
- index$c_ZonedApiDeleteRouteRequest as ZonedApiDeleteRouteRequest,
20534
- index$c_ZonedApiDeleteSubscriberRequest as ZonedApiDeleteSubscriberRequest,
20535
- index$c_ZonedApiDetachPrivateNetworkRequest as ZonedApiDetachPrivateNetworkRequest,
20536
- index$c_ZonedApiGetAclRequest as ZonedApiGetAclRequest,
20537
- index$c_ZonedApiGetBackendRequest as ZonedApiGetBackendRequest,
20538
- index$c_ZonedApiGetCertificateRequest as ZonedApiGetCertificateRequest,
20539
- index$c_ZonedApiGetFrontendRequest as ZonedApiGetFrontendRequest,
20540
- index$c_ZonedApiGetIpRequest as ZonedApiGetIpRequest,
20541
- index$c_ZonedApiGetLbRequest as ZonedApiGetLbRequest,
20542
- index$c_ZonedApiGetLbStatsRequest as ZonedApiGetLbStatsRequest,
20543
- index$c_ZonedApiGetRouteRequest as ZonedApiGetRouteRequest,
20544
- index$c_ZonedApiGetSubscriberRequest as ZonedApiGetSubscriberRequest,
20545
- index$c_ZonedApiListAclsRequest as ZonedApiListAclsRequest,
20546
- index$c_ZonedApiListBackendStatsRequest as ZonedApiListBackendStatsRequest,
20547
- index$c_ZonedApiListBackendsRequest as ZonedApiListBackendsRequest,
20548
- index$c_ZonedApiListCertificatesRequest as ZonedApiListCertificatesRequest,
20549
- index$c_ZonedApiListFrontendsRequest as ZonedApiListFrontendsRequest,
20550
- index$c_ZonedApiListIPsRequest as ZonedApiListIPsRequest,
20551
- index$c_ZonedApiListLbPrivateNetworksRequest as ZonedApiListLbPrivateNetworksRequest,
20552
- index$c_ZonedApiListLbTypesRequest as ZonedApiListLbTypesRequest,
20553
- index$c_ZonedApiListLbsRequest as ZonedApiListLbsRequest,
20554
- index$c_ZonedApiListRoutesRequest as ZonedApiListRoutesRequest,
20555
- index$c_ZonedApiListSubscriberRequest as ZonedApiListSubscriberRequest,
20556
- index$c_ZonedApiMigrateLbRequest as ZonedApiMigrateLbRequest,
20557
- index$c_ZonedApiReleaseIpRequest as ZonedApiReleaseIpRequest,
20558
- index$c_ZonedApiRemoveBackendServersRequest as ZonedApiRemoveBackendServersRequest,
20559
- index$c_ZonedApiSetAclsRequest as ZonedApiSetAclsRequest,
20560
- index$c_ZonedApiSetBackendServersRequest as ZonedApiSetBackendServersRequest,
20561
- index$c_ZonedApiSubscribeToLbRequest as ZonedApiSubscribeToLbRequest,
20562
- index$c_ZonedApiUnsubscribeFromLbRequest as ZonedApiUnsubscribeFromLbRequest,
20563
- index$c_ZonedApiUpdateAclRequest as ZonedApiUpdateAclRequest,
20564
- index$c_ZonedApiUpdateBackendRequest as ZonedApiUpdateBackendRequest,
20565
- index$c_ZonedApiUpdateCertificateRequest as ZonedApiUpdateCertificateRequest,
20566
- index$c_ZonedApiUpdateFrontendRequest as ZonedApiUpdateFrontendRequest,
20567
- index$c_ZonedApiUpdateHealthCheckRequest as ZonedApiUpdateHealthCheckRequest,
20568
- index$c_ZonedApiUpdateIpRequest as ZonedApiUpdateIpRequest,
20569
- index$c_ZonedApiUpdateLbRequest as ZonedApiUpdateLbRequest,
20570
- index$c_ZonedApiUpdateRouteRequest as ZonedApiUpdateRouteRequest,
20571
- index$c_ZonedApiUpdateSubscriberRequest as ZonedApiUpdateSubscriberRequest,
20572
- index$c_ZonedWaitForLbPrivateNetworksRequest as ZonedWaitForLbPrivateNetworksRequest,
20573
- };
19283
+ export { LbV1UtilsAPI as API, type index$c_Acl as Acl, type index$c_AclAction as AclAction, type index$c_AclActionRedirect as AclActionRedirect, type index$c_AclActionRedirectRedirectType as AclActionRedirectRedirectType, type index$c_AclActionType as AclActionType, type index$c_AclHttpFilter as AclHttpFilter, type index$c_AclMatch as AclMatch, type index$c_AclSpec as AclSpec, type index$c_AddBackendServersRequest as AddBackendServersRequest, type index$c_AttachPrivateNetworkRequest as AttachPrivateNetworkRequest, type index$c_Backend as Backend, type index$c_BackendServerStats as BackendServerStats, type index$c_BackendServerStatsHealthCheckStatus as BackendServerStatsHealthCheckStatus, type index$c_BackendServerStatsServerState as BackendServerStatsServerState, index$c_CERTIFICATE_TRANSIENT_STATUSES as CERTIFICATE_TRANSIENT_STATUSES, type index$c_Certificate as Certificate, type index$c_CertificateStatus as CertificateStatus, type index$c_CertificateType as CertificateType, type index$c_CreateAclRequest as CreateAclRequest, type index$c_CreateBackendRequest as CreateBackendRequest, type index$c_CreateCertificateRequest as CreateCertificateRequest, type index$c_CreateCertificateRequestCustomCertificate as CreateCertificateRequestCustomCertificate, type index$c_CreateCertificateRequestLetsencryptConfig as CreateCertificateRequestLetsencryptConfig, type index$c_CreateFrontendRequest as CreateFrontendRequest, type index$c_CreateIpRequest as CreateIpRequest, type index$c_CreateLbRequest as CreateLbRequest, type index$c_CreateRouteRequest as CreateRouteRequest, type index$c_CreateSubscriberRequest as CreateSubscriberRequest, type index$c_DeleteAclRequest as DeleteAclRequest, type index$c_DeleteBackendRequest as DeleteBackendRequest, type index$c_DeleteCertificateRequest as DeleteCertificateRequest, type index$c_DeleteFrontendRequest as DeleteFrontendRequest, type index$c_DeleteLbRequest as DeleteLbRequest, type index$c_DeleteRouteRequest as DeleteRouteRequest, type index$c_DeleteSubscriberRequest as DeleteSubscriberRequest, type index$c_DetachPrivateNetworkRequest as DetachPrivateNetworkRequest, type index$c_ForwardPortAlgorithm as ForwardPortAlgorithm, type index$c_Frontend as Frontend, type index$c_GetAclRequest as GetAclRequest, type index$c_GetBackendRequest as GetBackendRequest, type index$c_GetCertificateRequest as GetCertificateRequest, type index$c_GetFrontendRequest as GetFrontendRequest, type index$c_GetIpRequest as GetIpRequest, type index$c_GetLbRequest as GetLbRequest, type index$c_GetLbStatsRequest as GetLbStatsRequest, type index$c_GetRouteRequest as GetRouteRequest, type index$c_GetSubscriberRequest as GetSubscriberRequest, type index$c_HealthCheck as HealthCheck, type index$c_HealthCheckHttpConfig as HealthCheckHttpConfig, type index$c_HealthCheckHttpsConfig as HealthCheckHttpsConfig, type index$c_HealthCheckLdapConfig as HealthCheckLdapConfig, type index$c_HealthCheckMysqlConfig as HealthCheckMysqlConfig, type index$c_HealthCheckPgsqlConfig as HealthCheckPgsqlConfig, type index$c_HealthCheckRedisConfig as HealthCheckRedisConfig, type index$c_HealthCheckTcpConfig as HealthCheckTcpConfig, INSTANCE_TRANSIENT_STATUSES$1 as INSTANCE_TRANSIENT_STATUSES, type Instance$1 as Instance, type InstanceStatus$1 as InstanceStatus, type index$c_Ip as Ip, index$c_LB_TRANSIENT_STATUSES as LB_TRANSIENT_STATUSES, type index$c_Lb as Lb, type index$c_LbStats as LbStats, type index$c_LbStatus as LbStatus, type index$c_LbType as LbType, type index$c_LbTypeStock as LbTypeStock, type index$c_ListAclRequestOrderBy as ListAclRequestOrderBy, type index$c_ListAclResponse as ListAclResponse, type index$c_ListAclsRequest as ListAclsRequest, type index$c_ListBackendStatsRequest as ListBackendStatsRequest, type index$c_ListBackendStatsResponse as ListBackendStatsResponse, type index$c_ListBackendsRequest as ListBackendsRequest, type index$c_ListBackendsRequestOrderBy as ListBackendsRequestOrderBy, type index$c_ListBackendsResponse as ListBackendsResponse, type index$c_ListCertificatesRequest as ListCertificatesRequest, type index$c_ListCertificatesRequestOrderBy as ListCertificatesRequestOrderBy, type index$c_ListCertificatesResponse as ListCertificatesResponse, type index$c_ListFrontendsRequest as ListFrontendsRequest, type index$c_ListFrontendsRequestOrderBy as ListFrontendsRequestOrderBy, type index$c_ListFrontendsResponse as ListFrontendsResponse, type ListIPsRequest$1 as ListIPsRequest, type index$c_ListIpsResponse as ListIpsResponse, type index$c_ListLbPrivateNetworksRequest as ListLbPrivateNetworksRequest, type index$c_ListLbPrivateNetworksResponse as ListLbPrivateNetworksResponse, type index$c_ListLbTypesRequest as ListLbTypesRequest, type index$c_ListLbTypesResponse as ListLbTypesResponse, type index$c_ListLbsRequest as ListLbsRequest, type index$c_ListLbsRequestOrderBy as ListLbsRequestOrderBy, type index$c_ListLbsResponse as ListLbsResponse, type ListPrivateNetworksRequestOrderBy$2 as ListPrivateNetworksRequestOrderBy, type index$c_ListRoutesRequest as ListRoutesRequest, type index$c_ListRoutesRequestOrderBy as ListRoutesRequestOrderBy, type index$c_ListRoutesResponse as ListRoutesResponse, type index$c_ListSubscriberRequest as ListSubscriberRequest, type index$c_ListSubscriberRequestOrderBy as ListSubscriberRequestOrderBy, type index$c_ListSubscriberResponse as ListSubscriberResponse, type index$c_MigrateLbRequest as MigrateLbRequest, type index$c_OnMarkedDownAction as OnMarkedDownAction, index$c_PRIVATE_NETWORK_TRANSIENT_STATUSES as PRIVATE_NETWORK_TRANSIENT_STATUSES, type PrivateNetwork$3 as PrivateNetwork, type index$c_PrivateNetworkDHCPConfig as PrivateNetworkDHCPConfig, type index$c_PrivateNetworkIpamConfig as PrivateNetworkIpamConfig, type index$c_PrivateNetworkStaticConfig as PrivateNetworkStaticConfig, type index$c_PrivateNetworkStatus as PrivateNetworkStatus, type index$c_Protocol as Protocol, type index$c_ProxyProtocol as ProxyProtocol, type index$c_ReleaseIpRequest as ReleaseIpRequest, type index$c_RemoveBackendServersRequest as RemoveBackendServersRequest, type index$c_Route as Route, type index$c_RouteMatch as RouteMatch, type index$c_SSLCompatibilityLevel as SSLCompatibilityLevel, type index$c_SetAclsResponse as SetAclsResponse, type index$c_SetBackendServersRequest as SetBackendServersRequest, type index$c_StickySessionsType as StickySessionsType, type index$c_SubscribeToLbRequest as SubscribeToLbRequest, type index$c_Subscriber as Subscriber, type index$c_SubscriberEmailConfig as SubscriberEmailConfig, type index$c_SubscriberWebhookConfig as SubscriberWebhookConfig, type index$c_UnsubscribeFromLbRequest as UnsubscribeFromLbRequest, type index$c_UpdateAclRequest as UpdateAclRequest, type index$c_UpdateBackendRequest as UpdateBackendRequest, type index$c_UpdateCertificateRequest as UpdateCertificateRequest, type index$c_UpdateFrontendRequest as UpdateFrontendRequest, type index$c_UpdateHealthCheckRequest as UpdateHealthCheckRequest, type index$c_UpdateIpRequest as UpdateIpRequest, type index$c_UpdateLbRequest as UpdateLbRequest, type index$c_UpdateRouteRequest as UpdateRouteRequest, type index$c_UpdateSubscriberRequest as UpdateSubscriberRequest, type index$c_WaitForLbPrivateNetworksRequest as WaitForLbPrivateNetworksRequest, LbZonedV1UtilsAPI as ZonedAPI, type index$c_ZonedApiAddBackendServersRequest as ZonedApiAddBackendServersRequest, type index$c_ZonedApiAttachPrivateNetworkRequest as ZonedApiAttachPrivateNetworkRequest, type index$c_ZonedApiCreateAclRequest as ZonedApiCreateAclRequest, type index$c_ZonedApiCreateBackendRequest as ZonedApiCreateBackendRequest, type index$c_ZonedApiCreateCertificateRequest as ZonedApiCreateCertificateRequest, type index$c_ZonedApiCreateFrontendRequest as ZonedApiCreateFrontendRequest, type index$c_ZonedApiCreateIpRequest as ZonedApiCreateIpRequest, type index$c_ZonedApiCreateLbRequest as ZonedApiCreateLbRequest, type index$c_ZonedApiCreateRouteRequest as ZonedApiCreateRouteRequest, type index$c_ZonedApiCreateSubscriberRequest as ZonedApiCreateSubscriberRequest, type index$c_ZonedApiDeleteAclRequest as ZonedApiDeleteAclRequest, type index$c_ZonedApiDeleteBackendRequest as ZonedApiDeleteBackendRequest, type index$c_ZonedApiDeleteCertificateRequest as ZonedApiDeleteCertificateRequest, type index$c_ZonedApiDeleteFrontendRequest as ZonedApiDeleteFrontendRequest, type index$c_ZonedApiDeleteLbRequest as ZonedApiDeleteLbRequest, type index$c_ZonedApiDeleteRouteRequest as ZonedApiDeleteRouteRequest, type index$c_ZonedApiDeleteSubscriberRequest as ZonedApiDeleteSubscriberRequest, type index$c_ZonedApiDetachPrivateNetworkRequest as ZonedApiDetachPrivateNetworkRequest, type index$c_ZonedApiGetAclRequest as ZonedApiGetAclRequest, type index$c_ZonedApiGetBackendRequest as ZonedApiGetBackendRequest, type index$c_ZonedApiGetCertificateRequest as ZonedApiGetCertificateRequest, type index$c_ZonedApiGetFrontendRequest as ZonedApiGetFrontendRequest, type index$c_ZonedApiGetIpRequest as ZonedApiGetIpRequest, type index$c_ZonedApiGetLbRequest as ZonedApiGetLbRequest, type index$c_ZonedApiGetLbStatsRequest as ZonedApiGetLbStatsRequest, type index$c_ZonedApiGetRouteRequest as ZonedApiGetRouteRequest, type index$c_ZonedApiGetSubscriberRequest as ZonedApiGetSubscriberRequest, type index$c_ZonedApiListAclsRequest as ZonedApiListAclsRequest, type index$c_ZonedApiListBackendStatsRequest as ZonedApiListBackendStatsRequest, type index$c_ZonedApiListBackendsRequest as ZonedApiListBackendsRequest, type index$c_ZonedApiListCertificatesRequest as ZonedApiListCertificatesRequest, type index$c_ZonedApiListFrontendsRequest as ZonedApiListFrontendsRequest, type index$c_ZonedApiListIPsRequest as ZonedApiListIPsRequest, type index$c_ZonedApiListLbPrivateNetworksRequest as ZonedApiListLbPrivateNetworksRequest, type index$c_ZonedApiListLbTypesRequest as ZonedApiListLbTypesRequest, type index$c_ZonedApiListLbsRequest as ZonedApiListLbsRequest, type index$c_ZonedApiListRoutesRequest as ZonedApiListRoutesRequest, type index$c_ZonedApiListSubscriberRequest as ZonedApiListSubscriberRequest, type index$c_ZonedApiMigrateLbRequest as ZonedApiMigrateLbRequest, type index$c_ZonedApiReleaseIpRequest as ZonedApiReleaseIpRequest, type index$c_ZonedApiRemoveBackendServersRequest as ZonedApiRemoveBackendServersRequest, type index$c_ZonedApiSetAclsRequest as ZonedApiSetAclsRequest, type index$c_ZonedApiSetBackendServersRequest as ZonedApiSetBackendServersRequest, type index$c_ZonedApiSubscribeToLbRequest as ZonedApiSubscribeToLbRequest, type index$c_ZonedApiUnsubscribeFromLbRequest as ZonedApiUnsubscribeFromLbRequest, type index$c_ZonedApiUpdateAclRequest as ZonedApiUpdateAclRequest, type index$c_ZonedApiUpdateBackendRequest as ZonedApiUpdateBackendRequest, type index$c_ZonedApiUpdateCertificateRequest as ZonedApiUpdateCertificateRequest, type index$c_ZonedApiUpdateFrontendRequest as ZonedApiUpdateFrontendRequest, type index$c_ZonedApiUpdateHealthCheckRequest as ZonedApiUpdateHealthCheckRequest, type index$c_ZonedApiUpdateIpRequest as ZonedApiUpdateIpRequest, type index$c_ZonedApiUpdateLbRequest as ZonedApiUpdateLbRequest, type index$c_ZonedApiUpdateRouteRequest as ZonedApiUpdateRouteRequest, type index$c_ZonedApiUpdateSubscriberRequest as ZonedApiUpdateSubscriberRequest, type index$c_ZonedWaitForLbPrivateNetworksRequest as ZonedWaitForLbPrivateNetworksRequest };
20574
19284
  }
20575
19285
 
20576
19286
  declare namespace index$b {
20577
- export {
20578
- index$c as v1,
20579
- };
19287
+ export { index$c as v1 };
20580
19288
  }
20581
19289
 
20582
19290
  interface GetImageResponse {
@@ -20702,21 +19410,7 @@ type index_gen$c_GetImageResponse = GetImageResponse;
20702
19410
  type index_gen$c_GetVersionResponse = GetVersionResponse;
20703
19411
  type index_gen$c_Organization = Organization;
20704
19412
  declare namespace index_gen$c {
20705
- export {
20706
- API$c as API,
20707
- GetImageRequest$2 as GetImageRequest,
20708
- index_gen$c_GetImageResponse as GetImageResponse,
20709
- GetVersionRequest$1 as GetVersionRequest,
20710
- index_gen$c_GetVersionResponse as GetVersionResponse,
20711
- Image$2 as Image,
20712
- ListImagesRequest$2 as ListImagesRequest,
20713
- ListImagesResponse$2 as ListImagesResponse,
20714
- ListVersionsRequest$1 as ListVersionsRequest,
20715
- ListVersionsResponse$1 as ListVersionsResponse,
20716
- LocalImage$1 as LocalImage,
20717
- index_gen$c_Organization as Organization,
20718
- Version$1 as Version,
20719
- };
19413
+ export { API$c as API, type GetImageRequest$2 as GetImageRequest, type index_gen$c_GetImageResponse as GetImageResponse, type GetVersionRequest$1 as GetVersionRequest, type index_gen$c_GetVersionResponse as GetVersionResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type LocalImage$1 as LocalImage, type index_gen$c_Organization as Organization, type Version$1 as Version };
20720
19414
  }
20721
19415
 
20722
19416
  type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
@@ -20967,36 +19661,11 @@ type index_gen$b_LocalImage = LocalImage;
20967
19661
  type index_gen$b_LocalImageType = LocalImageType;
20968
19662
  type index_gen$b_Version = Version;
20969
19663
  declare namespace index_gen$b {
20970
- export {
20971
- API$b as API,
20972
- index_gen$b_Category as Category,
20973
- index_gen$b_GetCategoryRequest as GetCategoryRequest,
20974
- GetImageRequest$1 as GetImageRequest,
20975
- index_gen$b_GetLocalImageRequest as GetLocalImageRequest,
20976
- index_gen$b_GetVersionRequest as GetVersionRequest,
20977
- Image$1 as Image,
20978
- index_gen$b_ListCategoriesRequest as ListCategoriesRequest,
20979
- index_gen$b_ListCategoriesResponse as ListCategoriesResponse,
20980
- ListImagesRequest$1 as ListImagesRequest,
20981
- ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy,
20982
- ListImagesResponse$1 as ListImagesResponse,
20983
- index_gen$b_ListLocalImagesRequest as ListLocalImagesRequest,
20984
- index_gen$b_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy,
20985
- index_gen$b_ListLocalImagesResponse as ListLocalImagesResponse,
20986
- index_gen$b_ListVersionsRequest as ListVersionsRequest,
20987
- index_gen$b_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy,
20988
- index_gen$b_ListVersionsResponse as ListVersionsResponse,
20989
- index_gen$b_LocalImage as LocalImage,
20990
- index_gen$b_LocalImageType as LocalImageType,
20991
- index_gen$b_Version as Version,
20992
- };
19664
+ export { API$b as API, type index_gen$b_Category as Category, type index_gen$b_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$b_GetLocalImageRequest as GetLocalImageRequest, type index_gen$b_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$b_ListCategoriesRequest as ListCategoriesRequest, type index_gen$b_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$b_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$b_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$b_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$b_ListVersionsRequest as ListVersionsRequest, type index_gen$b_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$b_ListVersionsResponse as ListVersionsResponse, type index_gen$b_LocalImage as LocalImage, type index_gen$b_LocalImageType as LocalImageType, type index_gen$b_Version as Version };
20993
19665
  }
20994
19666
 
20995
19667
  declare namespace index$a {
20996
- export {
20997
- index_gen$c as v1,
20998
- index_gen$b as v2,
20999
- };
19668
+ export { index_gen$c as v1, index_gen$b as v2 };
21000
19669
  }
21001
19670
 
21002
19671
  type ListCredentialsRequestOrderBy = 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc';
@@ -21366,37 +20035,11 @@ type index_gen$a_NamespaceProtocol = NamespaceProtocol;
21366
20035
  type index_gen$a_Permissions = Permissions;
21367
20036
  type index_gen$a_UpdateCredentialRequest = UpdateCredentialRequest;
21368
20037
  declare namespace index_gen$a {
21369
- export {
21370
- API$a as API,
21371
- index_gen$a_CreateCredentialRequest as CreateCredentialRequest,
21372
- CreateNamespaceRequest$1 as CreateNamespaceRequest,
21373
- index_gen$a_Credential as Credential,
21374
- index_gen$a_CredentialNATSCredsFile as CredentialNATSCredsFile,
21375
- index_gen$a_CredentialSQSSNSCreds as CredentialSQSSNSCreds,
21376
- index_gen$a_CredentialSummary as CredentialSummary,
21377
- index_gen$a_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds,
21378
- index_gen$a_DeleteCredentialRequest as DeleteCredentialRequest,
21379
- DeleteNamespaceRequest$1 as DeleteNamespaceRequest,
21380
- index_gen$a_GetCredentialRequest as GetCredentialRequest,
21381
- GetNamespaceRequest$1 as GetNamespaceRequest,
21382
- index_gen$a_ListCredentialsRequest as ListCredentialsRequest,
21383
- index_gen$a_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy,
21384
- index_gen$a_ListCredentialsResponse as ListCredentialsResponse,
21385
- ListNamespacesRequest$1 as ListNamespacesRequest,
21386
- ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy,
21387
- ListNamespacesResponse$1 as ListNamespacesResponse,
21388
- Namespace$1 as Namespace,
21389
- index_gen$a_NamespaceProtocol as NamespaceProtocol,
21390
- index_gen$a_Permissions as Permissions,
21391
- index_gen$a_UpdateCredentialRequest as UpdateCredentialRequest,
21392
- UpdateNamespaceRequest$1 as UpdateNamespaceRequest,
21393
- };
20038
+ export { API$a as API, type index_gen$a_CreateCredentialRequest as CreateCredentialRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$a_Credential as Credential, type index_gen$a_CredentialNATSCredsFile as CredentialNATSCredsFile, type index_gen$a_CredentialSQSSNSCreds as CredentialSQSSNSCreds, type index_gen$a_CredentialSummary as CredentialSummary, type index_gen$a_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds, type index_gen$a_DeleteCredentialRequest as DeleteCredentialRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$a_GetCredentialRequest as GetCredentialRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$a_ListCredentialsRequest as ListCredentialsRequest, type index_gen$a_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy, type index_gen$a_ListCredentialsResponse as ListCredentialsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type Namespace$1 as Namespace, type index_gen$a_NamespaceProtocol as NamespaceProtocol, type index_gen$a_Permissions as Permissions, type index_gen$a_UpdateCredentialRequest as UpdateCredentialRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest };
21394
20039
  }
21395
20040
 
21396
20041
  declare namespace index$9 {
21397
- export {
21398
- index_gen$a as v1alpha1,
21399
- };
20042
+ export { index_gen$a as v1alpha1 };
21400
20043
  }
21401
20044
 
21402
20045
  type ACLRuleAction = 'allow' | 'deny';
@@ -23432,9 +22075,7 @@ declare const UpdateInstanceRequest: {
23432
22075
 
23433
22076
  declare const validationRules_gen$1_UpdateInstanceRequest: typeof UpdateInstanceRequest;
23434
22077
  declare namespace validationRules_gen$1 {
23435
- export {
23436
- validationRules_gen$1_UpdateInstanceRequest as UpdateInstanceRequest,
23437
- };
22078
+ export { validationRules_gen$1_UpdateInstanceRequest as UpdateInstanceRequest };
23438
22079
  }
23439
22080
 
23440
22081
  type index_gen$9_ACLRuleAction = ACLRuleAction;
@@ -23566,154 +22207,11 @@ type index_gen$9_User = User;
23566
22207
  type index_gen$9_Volume = Volume;
23567
22208
  type index_gen$9_VolumeType = VolumeType;
23568
22209
  declare namespace index_gen$9 {
23569
- export {
23570
- ACLRule$1 as ACLRule,
23571
- index_gen$9_ACLRuleAction as ACLRuleAction,
23572
- index_gen$9_ACLRuleDirection as ACLRuleDirection,
23573
- index_gen$9_ACLRuleProtocol as ACLRuleProtocol,
23574
- index_gen$9_ACLRuleRequest as ACLRuleRequest,
23575
- API$9 as API,
23576
- index_gen$9_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest,
23577
- index_gen$9_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse,
23578
- index_gen$9_AddInstanceSettingsRequest as AddInstanceSettingsRequest,
23579
- index_gen$9_AddInstanceSettingsResponse as AddInstanceSettingsResponse,
23580
- index_gen$9_BackupSchedule as BackupSchedule,
23581
- index_gen$9_CloneInstanceRequest as CloneInstanceRequest,
23582
- index_gen$9_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest,
23583
- index_gen$9_CreateDatabaseRequest as CreateDatabaseRequest,
23584
- index_gen$9_CreateEndpointRequest as CreateEndpointRequest,
23585
- index_gen$9_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest,
23586
- index_gen$9_CreateInstanceRequest as CreateInstanceRequest,
23587
- index_gen$9_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest,
23588
- index_gen$9_CreateReadReplicaRequest as CreateReadReplicaRequest,
23589
- index_gen$9_CreateSnapshotRequest as CreateSnapshotRequest,
23590
- index_gen$9_CreateUserRequest as CreateUserRequest,
23591
- index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES,
23592
- index_gen$9_Database as Database,
23593
- index_gen$9_DatabaseBackup as DatabaseBackup,
23594
- index_gen$9_DatabaseBackupStatus as DatabaseBackupStatus,
23595
- index_gen$9_DatabaseEngine as DatabaseEngine,
23596
- index_gen$9_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest,
23597
- index_gen$9_DeleteDatabaseRequest as DeleteDatabaseRequest,
23598
- DeleteEndpointRequest$1 as DeleteEndpointRequest,
23599
- index_gen$9_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest,
23600
- index_gen$9_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse,
23601
- index_gen$9_DeleteInstanceRequest as DeleteInstanceRequest,
23602
- index_gen$9_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest,
23603
- index_gen$9_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse,
23604
- index_gen$9_DeleteReadReplicaRequest as DeleteReadReplicaRequest,
23605
- index_gen$9_DeleteSnapshotRequest as DeleteSnapshotRequest,
23606
- index_gen$9_DeleteUserRequest as DeleteUserRequest,
23607
- Endpoint$1 as Endpoint,
23608
- index_gen$9_EndpointDirectAccessDetails as EndpointDirectAccessDetails,
23609
- index_gen$9_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails,
23610
- index_gen$9_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails,
23611
- EndpointSpec$1 as EndpointSpec,
23612
- index_gen$9_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer,
23613
- index_gen$9_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork,
23614
- index_gen$9_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig,
23615
- index_gen$9_EngineSetting as EngineSetting,
23616
- index_gen$9_EngineSettingPropertyType as EngineSettingPropertyType,
23617
- index_gen$9_EngineVersion as EngineVersion,
23618
- index_gen$9_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest,
23619
- index_gen$9_GetDatabaseBackupRequest as GetDatabaseBackupRequest,
23620
- GetEndpointRequest$1 as GetEndpointRequest,
23621
- index_gen$9_GetInstanceCertificateRequest as GetInstanceCertificateRequest,
23622
- index_gen$9_GetInstanceLogRequest as GetInstanceLogRequest,
23623
- index_gen$9_GetInstanceMetricsRequest as GetInstanceMetricsRequest,
23624
- index_gen$9_GetInstanceRequest as GetInstanceRequest,
23625
- index_gen$9_GetReadReplicaRequest as GetReadReplicaRequest,
23626
- index_gen$9_GetSnapshotRequest as GetSnapshotRequest,
23627
- index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES,
23628
- index_gen$9_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES,
23629
- index_gen$9_Instance as Instance,
23630
- index_gen$9_InstanceLog as InstanceLog,
23631
- index_gen$9_InstanceLogStatus as InstanceLogStatus,
23632
- index_gen$9_InstanceMetrics as InstanceMetrics,
23633
- index_gen$9_InstanceSetting as InstanceSetting,
23634
- index_gen$9_InstanceStatus as InstanceStatus,
23635
- index_gen$9_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest,
23636
- index_gen$9_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy,
23637
- index_gen$9_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse,
23638
- index_gen$9_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest,
23639
- index_gen$9_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse,
23640
- index_gen$9_ListDatabasesRequest as ListDatabasesRequest,
23641
- index_gen$9_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy,
23642
- index_gen$9_ListDatabasesResponse as ListDatabasesResponse,
23643
- index_gen$9_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest,
23644
- index_gen$9_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse,
23645
- index_gen$9_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest,
23646
- index_gen$9_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse,
23647
- index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail,
23648
- index_gen$9_ListInstanceLogsRequest as ListInstanceLogsRequest,
23649
- index_gen$9_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy,
23650
- index_gen$9_ListInstanceLogsResponse as ListInstanceLogsResponse,
23651
- index_gen$9_ListInstancesRequest as ListInstancesRequest,
23652
- index_gen$9_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy,
23653
- index_gen$9_ListInstancesResponse as ListInstancesResponse,
23654
- ListNodeTypesRequest$1 as ListNodeTypesRequest,
23655
- ListNodeTypesResponse$1 as ListNodeTypesResponse,
23656
- index_gen$9_ListPrivilegesRequest as ListPrivilegesRequest,
23657
- index_gen$9_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy,
23658
- index_gen$9_ListPrivilegesResponse as ListPrivilegesResponse,
23659
- index_gen$9_ListSnapshotsRequest as ListSnapshotsRequest,
23660
- index_gen$9_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy,
23661
- index_gen$9_ListSnapshotsResponse as ListSnapshotsResponse,
23662
- index_gen$9_ListUsersRequest as ListUsersRequest,
23663
- index_gen$9_ListUsersRequestOrderBy as ListUsersRequestOrderBy,
23664
- index_gen$9_ListUsersResponse as ListUsersResponse,
23665
- index_gen$9_LogsPolicy as LogsPolicy,
23666
- index_gen$9_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES,
23667
- index_gen$9_Maintenance as Maintenance,
23668
- index_gen$9_MaintenanceStatus as MaintenanceStatus,
23669
- index_gen$9_MigrateEndpointRequest as MigrateEndpointRequest,
23670
- NodeType$1 as NodeType,
23671
- index_gen$9_NodeTypeGeneration as NodeTypeGeneration,
23672
- NodeTypeStock$1 as NodeTypeStock,
23673
- index_gen$9_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes,
23674
- index_gen$9_NodeTypeVolumeType as NodeTypeVolumeType,
23675
- index_gen$9_Permission as Permission,
23676
- index_gen$9_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest,
23677
- index_gen$9_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse,
23678
- index_gen$9_Privilege as Privilege,
23679
- index_gen$9_PromoteReadReplicaRequest as PromoteReadReplicaRequest,
23680
- index_gen$9_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest,
23681
- index_gen$9_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES,
23682
- index_gen$9_ReadReplica as ReadReplica,
23683
- index_gen$9_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec,
23684
- index_gen$9_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess,
23685
- index_gen$9_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork,
23686
- index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig,
23687
- index_gen$9_ReadReplicaStatus as ReadReplicaStatus,
23688
- index_gen$9_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest,
23689
- index_gen$9_ResetReadReplicaRequest as ResetReadReplicaRequest,
23690
- index_gen$9_RestartInstanceRequest as RestartInstanceRequest,
23691
- index_gen$9_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest,
23692
- index_gen$9_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES,
23693
- index_gen$9_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest,
23694
- index_gen$9_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse,
23695
- index_gen$9_SetInstanceSettingsRequest as SetInstanceSettingsRequest,
23696
- index_gen$9_SetInstanceSettingsResponse as SetInstanceSettingsResponse,
23697
- index_gen$9_SetPrivilegeRequest as SetPrivilegeRequest,
23698
- index_gen$9_Snapshot as Snapshot,
23699
- index_gen$9_SnapshotStatus as SnapshotStatus,
23700
- index_gen$9_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest,
23701
- UpdateInstanceRequest$1 as UpdateInstanceRequest,
23702
- index_gen$9_UpdateSnapshotRequest as UpdateSnapshotRequest,
23703
- index_gen$9_UpdateUserRequest as UpdateUserRequest,
23704
- index_gen$9_UpgradableVersion as UpgradableVersion,
23705
- index_gen$9_UpgradeInstanceRequest as UpgradeInstanceRequest,
23706
- index_gen$9_User as User,
23707
- validationRules_gen$1 as ValidationRules,
23708
- index_gen$9_Volume as Volume,
23709
- index_gen$9_VolumeType as VolumeType,
23710
- };
22210
+ export { type ACLRule$1 as ACLRule, type index_gen$9_ACLRuleAction as ACLRuleAction, type index_gen$9_ACLRuleDirection as ACLRuleDirection, type index_gen$9_ACLRuleProtocol as ACLRuleProtocol, type index_gen$9_ACLRuleRequest as ACLRuleRequest, API$9 as API, type index_gen$9_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$9_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$9_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$9_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$9_BackupSchedule as BackupSchedule, type index_gen$9_CloneInstanceRequest as CloneInstanceRequest, type index_gen$9_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type index_gen$9_CreateDatabaseRequest as CreateDatabaseRequest, type index_gen$9_CreateEndpointRequest as CreateEndpointRequest, type index_gen$9_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$9_CreateInstanceRequest as CreateInstanceRequest, type index_gen$9_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$9_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$9_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$9_CreateUserRequest as CreateUserRequest, index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type index_gen$9_Database as Database, type index_gen$9_DatabaseBackup as DatabaseBackup, type index_gen$9_DatabaseBackupStatus as DatabaseBackupStatus, type index_gen$9_DatabaseEngine as DatabaseEngine, type index_gen$9_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type index_gen$9_DeleteDatabaseRequest as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$9_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$9_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$9_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$9_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$9_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$9_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$9_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$9_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$9_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$9_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$9_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$9_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$9_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$9_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$9_EngineSetting as EngineSetting, type index_gen$9_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$9_EngineVersion as EngineVersion, type index_gen$9_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest, type index_gen$9_GetDatabaseBackupRequest as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$9_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$9_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$9_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$9_GetInstanceRequest as GetInstanceRequest, type index_gen$9_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$9_GetSnapshotRequest as GetSnapshotRequest, index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$9_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$9_Instance as Instance, type index_gen$9_InstanceLog as InstanceLog, type index_gen$9_InstanceLogStatus as InstanceLogStatus, type index_gen$9_InstanceMetrics as InstanceMetrics, type index_gen$9_InstanceSetting as InstanceSetting, type index_gen$9_InstanceStatus as InstanceStatus, type index_gen$9_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest, type index_gen$9_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy, type index_gen$9_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse, type index_gen$9_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$9_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type index_gen$9_ListDatabasesRequest as ListDatabasesRequest, type index_gen$9_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy, type index_gen$9_ListDatabasesResponse as ListDatabasesResponse, type index_gen$9_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$9_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$9_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$9_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$9_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$9_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$9_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$9_ListInstancesRequest as ListInstancesRequest, type index_gen$9_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$9_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$9_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$9_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$9_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$9_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$9_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$9_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$9_ListUsersRequest as ListUsersRequest, type index_gen$9_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$9_ListUsersResponse as ListUsersResponse, type index_gen$9_LogsPolicy as LogsPolicy, index_gen$9_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$9_Maintenance as Maintenance, type index_gen$9_MaintenanceStatus as MaintenanceStatus, type index_gen$9_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$9_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$9_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$9_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$9_Permission as Permission, type index_gen$9_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$9_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$9_Privilege as Privilege, type index_gen$9_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$9_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$9_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$9_ReadReplica as ReadReplica, type index_gen$9_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$9_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$9_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$9_ReadReplicaStatus as ReadReplicaStatus, type index_gen$9_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$9_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$9_RestartInstanceRequest as RestartInstanceRequest, type index_gen$9_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$9_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$9_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$9_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$9_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$9_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$9_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$9_Snapshot as Snapshot, type index_gen$9_SnapshotStatus as SnapshotStatus, type index_gen$9_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$9_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$9_UpdateUserRequest as UpdateUserRequest, type index_gen$9_UpgradableVersion as UpgradableVersion, type index_gen$9_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$9_User as User, validationRules_gen$1 as ValidationRules, type index_gen$9_Volume as Volume, type index_gen$9_VolumeType as VolumeType };
23711
22211
  }
23712
22212
 
23713
22213
  declare namespace index$8 {
23714
- export {
23715
- index_gen$9 as v1,
23716
- };
22214
+ export { index_gen$9 as v1 };
23717
22215
  }
23718
22216
 
23719
22217
  type AvailableClusterSettingPropertyType = 'UNKNOWN' | 'BOOLEAN' | 'INT' | 'STRING';
@@ -24508,67 +23006,11 @@ type index_gen$8_SetEndpointsResponse = SetEndpointsResponse;
24508
23006
  type index_gen$8_UpdateClusterRequest = UpdateClusterRequest;
24509
23007
  type index_gen$8_UpdateEndpointRequest = UpdateEndpointRequest;
24510
23008
  declare namespace index_gen$8 {
24511
- export {
24512
- index_gen$8_ACLRule as ACLRule,
24513
- index_gen$8_ACLRuleSpec as ACLRuleSpec,
24514
- API$8 as API,
24515
- index_gen$8_AddAclRulesRequest as AddAclRulesRequest,
24516
- index_gen$8_AddAclRulesResponse as AddAclRulesResponse,
24517
- index_gen$8_AddClusterSettingsRequest as AddClusterSettingsRequest,
24518
- index_gen$8_AddEndpointsRequest as AddEndpointsRequest,
24519
- index_gen$8_AddEndpointsResponse as AddEndpointsResponse,
24520
- index_gen$8_AvailableClusterSetting as AvailableClusterSetting,
24521
- index_gen$8_AvailableClusterSettingPropertyType as AvailableClusterSettingPropertyType,
24522
- index_gen$8_CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES,
24523
- index_gen$8_Cluster as Cluster,
24524
- index_gen$8_ClusterMetricsResponse as ClusterMetricsResponse,
24525
- index_gen$8_ClusterSetting as ClusterSetting,
24526
- index_gen$8_ClusterSettingsResponse as ClusterSettingsResponse,
24527
- index_gen$8_ClusterStatus as ClusterStatus,
24528
- index_gen$8_ClusterVersion as ClusterVersion,
24529
- index_gen$8_CreateClusterRequest as CreateClusterRequest,
24530
- index_gen$8_DeleteAclRuleRequest as DeleteAclRuleRequest,
24531
- index_gen$8_DeleteClusterRequest as DeleteClusterRequest,
24532
- index_gen$8_DeleteClusterSettingRequest as DeleteClusterSettingRequest,
24533
- index_gen$8_DeleteEndpointRequest as DeleteEndpointRequest,
24534
- index_gen$8_Endpoint as Endpoint,
24535
- index_gen$8_EndpointSpec as EndpointSpec,
24536
- index_gen$8_EndpointSpecPrivateNetworkSpec as EndpointSpecPrivateNetworkSpec,
24537
- index_gen$8_EndpointSpecPrivateNetworkSpecIpamConfig as EndpointSpecPrivateNetworkSpecIpamConfig,
24538
- index_gen$8_EndpointSpecPublicNetworkSpec as EndpointSpecPublicNetworkSpec,
24539
- index_gen$8_GetAclRuleRequest as GetAclRuleRequest,
24540
- index_gen$8_GetClusterCertificateRequest as GetClusterCertificateRequest,
24541
- index_gen$8_GetClusterMetricsRequest as GetClusterMetricsRequest,
24542
- index_gen$8_GetClusterRequest as GetClusterRequest,
24543
- index_gen$8_GetEndpointRequest as GetEndpointRequest,
24544
- index_gen$8_ListClusterVersionsRequest as ListClusterVersionsRequest,
24545
- index_gen$8_ListClusterVersionsResponse as ListClusterVersionsResponse,
24546
- index_gen$8_ListClustersRequest as ListClustersRequest,
24547
- index_gen$8_ListClustersRequestOrderBy as ListClustersRequestOrderBy,
24548
- index_gen$8_ListClustersResponse as ListClustersResponse,
24549
- index_gen$8_ListNodeTypesRequest as ListNodeTypesRequest,
24550
- index_gen$8_ListNodeTypesResponse as ListNodeTypesResponse,
24551
- index_gen$8_MigrateClusterRequest as MigrateClusterRequest,
24552
- index_gen$8_NodeType as NodeType,
24553
- index_gen$8_NodeTypeStock as NodeTypeStock,
24554
- PrivateNetwork$2 as PrivateNetwork,
24555
- index_gen$8_PrivateNetworkProvisioningMode as PrivateNetworkProvisioningMode,
24556
- index_gen$8_PublicNetwork as PublicNetwork,
24557
- index_gen$8_RenewClusterCertificateRequest as RenewClusterCertificateRequest,
24558
- index_gen$8_SetAclRulesRequest as SetAclRulesRequest,
24559
- index_gen$8_SetAclRulesResponse as SetAclRulesResponse,
24560
- index_gen$8_SetClusterSettingsRequest as SetClusterSettingsRequest,
24561
- index_gen$8_SetEndpointsRequest as SetEndpointsRequest,
24562
- index_gen$8_SetEndpointsResponse as SetEndpointsResponse,
24563
- index_gen$8_UpdateClusterRequest as UpdateClusterRequest,
24564
- index_gen$8_UpdateEndpointRequest as UpdateEndpointRequest,
24565
- };
23009
+ export { type index_gen$8_ACLRule as ACLRule, type index_gen$8_ACLRuleSpec as ACLRuleSpec, API$8 as API, type index_gen$8_AddAclRulesRequest as AddAclRulesRequest, type index_gen$8_AddAclRulesResponse as AddAclRulesResponse, type index_gen$8_AddClusterSettingsRequest as AddClusterSettingsRequest, type index_gen$8_AddEndpointsRequest as AddEndpointsRequest, type index_gen$8_AddEndpointsResponse as AddEndpointsResponse, type index_gen$8_AvailableClusterSetting as AvailableClusterSetting, type index_gen$8_AvailableClusterSettingPropertyType as AvailableClusterSettingPropertyType, index_gen$8_CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES, type index_gen$8_Cluster as Cluster, type index_gen$8_ClusterMetricsResponse as ClusterMetricsResponse, type index_gen$8_ClusterSetting as ClusterSetting, type index_gen$8_ClusterSettingsResponse as ClusterSettingsResponse, type index_gen$8_ClusterStatus as ClusterStatus, type index_gen$8_ClusterVersion as ClusterVersion, type index_gen$8_CreateClusterRequest as CreateClusterRequest, type index_gen$8_DeleteAclRuleRequest as DeleteAclRuleRequest, type index_gen$8_DeleteClusterRequest as DeleteClusterRequest, type index_gen$8_DeleteClusterSettingRequest as DeleteClusterSettingRequest, type index_gen$8_DeleteEndpointRequest as DeleteEndpointRequest, type index_gen$8_Endpoint as Endpoint, type index_gen$8_EndpointSpec as EndpointSpec, type index_gen$8_EndpointSpecPrivateNetworkSpec as EndpointSpecPrivateNetworkSpec, type index_gen$8_EndpointSpecPrivateNetworkSpecIpamConfig as EndpointSpecPrivateNetworkSpecIpamConfig, type index_gen$8_EndpointSpecPublicNetworkSpec as EndpointSpecPublicNetworkSpec, type index_gen$8_GetAclRuleRequest as GetAclRuleRequest, type index_gen$8_GetClusterCertificateRequest as GetClusterCertificateRequest, type index_gen$8_GetClusterMetricsRequest as GetClusterMetricsRequest, type index_gen$8_GetClusterRequest as GetClusterRequest, type index_gen$8_GetEndpointRequest as GetEndpointRequest, type index_gen$8_ListClusterVersionsRequest as ListClusterVersionsRequest, type index_gen$8_ListClusterVersionsResponse as ListClusterVersionsResponse, type index_gen$8_ListClustersRequest as ListClustersRequest, type index_gen$8_ListClustersRequestOrderBy as ListClustersRequestOrderBy, type index_gen$8_ListClustersResponse as ListClustersResponse, type index_gen$8_ListNodeTypesRequest as ListNodeTypesRequest, type index_gen$8_ListNodeTypesResponse as ListNodeTypesResponse, type index_gen$8_MigrateClusterRequest as MigrateClusterRequest, type index_gen$8_NodeType as NodeType, type index_gen$8_NodeTypeStock as NodeTypeStock, type PrivateNetwork$2 as PrivateNetwork, type index_gen$8_PrivateNetworkProvisioningMode as PrivateNetworkProvisioningMode, type index_gen$8_PublicNetwork as PublicNetwork, type index_gen$8_RenewClusterCertificateRequest as RenewClusterCertificateRequest, type index_gen$8_SetAclRulesRequest as SetAclRulesRequest, type index_gen$8_SetAclRulesResponse as SetAclRulesResponse, type index_gen$8_SetClusterSettingsRequest as SetClusterSettingsRequest, type index_gen$8_SetEndpointsRequest as SetEndpointsRequest, type index_gen$8_SetEndpointsResponse as SetEndpointsResponse, type index_gen$8_UpdateClusterRequest as UpdateClusterRequest, type index_gen$8_UpdateEndpointRequest as UpdateEndpointRequest };
24566
23010
  }
24567
23011
 
24568
23012
  declare namespace index$7 {
24569
- export {
24570
- index_gen$8 as v1,
24571
- };
23013
+ export { index_gen$8 as v1 };
24572
23014
  }
24573
23015
 
24574
23016
  type ImageStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked';
@@ -25066,45 +23508,14 @@ type index_gen$7_TagStatus = TagStatus;
25066
23508
  type index_gen$7_UpdateImageRequest = UpdateImageRequest;
25067
23509
  type index_gen$7_UpdateNamespaceRequest = UpdateNamespaceRequest;
25068
23510
  declare namespace index_gen$7 {
25069
- export {
25070
- API$7 as API,
25071
- index_gen$7_CreateNamespaceRequest as CreateNamespaceRequest,
25072
- index_gen$7_DeleteImageRequest as DeleteImageRequest,
25073
- index_gen$7_DeleteNamespaceRequest as DeleteNamespaceRequest,
25074
- index_gen$7_DeleteTagRequest as DeleteTagRequest,
25075
- index_gen$7_GetImageRequest as GetImageRequest,
25076
- index_gen$7_GetNamespaceRequest as GetNamespaceRequest,
25077
- index_gen$7_GetTagRequest as GetTagRequest,
25078
- index_gen$7_IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES,
25079
- index_gen$7_Image as Image,
25080
- index_gen$7_ImageStatus as ImageStatus,
25081
- index_gen$7_ImageVisibility as ImageVisibility,
25082
- index_gen$7_ListImagesRequest as ListImagesRequest,
25083
- index_gen$7_ListImagesRequestOrderBy as ListImagesRequestOrderBy,
25084
- index_gen$7_ListImagesResponse as ListImagesResponse,
25085
- index_gen$7_ListNamespacesRequest as ListNamespacesRequest,
25086
- index_gen$7_ListNamespacesRequestOrderBy as ListNamespacesRequestOrderBy,
25087
- index_gen$7_ListNamespacesResponse as ListNamespacesResponse,
25088
- ListTagsRequest$1 as ListTagsRequest,
25089
- index_gen$7_ListTagsRequestOrderBy as ListTagsRequestOrderBy,
25090
- ListTagsResponse$1 as ListTagsResponse,
25091
- index_gen$7_NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES,
25092
- index_gen$7_Namespace as Namespace,
25093
- index_gen$7_NamespaceStatus as NamespaceStatus,
25094
- index_gen$7_TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES,
25095
- index_gen$7_Tag as Tag,
25096
- index_gen$7_TagStatus as TagStatus,
25097
- index_gen$7_UpdateImageRequest as UpdateImageRequest,
25098
- index_gen$7_UpdateNamespaceRequest as UpdateNamespaceRequest,
25099
- };
23511
+ export { API$7 as API, type index_gen$7_CreateNamespaceRequest as CreateNamespaceRequest, type index_gen$7_DeleteImageRequest as DeleteImageRequest, type index_gen$7_DeleteNamespaceRequest as DeleteNamespaceRequest, type index_gen$7_DeleteTagRequest as DeleteTagRequest, type index_gen$7_GetImageRequest as GetImageRequest, type index_gen$7_GetNamespaceRequest as GetNamespaceRequest, type index_gen$7_GetTagRequest as GetTagRequest, index_gen$7_IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES, type index_gen$7_Image as Image, type index_gen$7_ImageStatus as ImageStatus, type index_gen$7_ImageVisibility as ImageVisibility, type index_gen$7_ListImagesRequest as ListImagesRequest, type index_gen$7_ListImagesRequestOrderBy as ListImagesRequestOrderBy, type index_gen$7_ListImagesResponse as ListImagesResponse, type index_gen$7_ListNamespacesRequest as ListNamespacesRequest, type index_gen$7_ListNamespacesRequestOrderBy as ListNamespacesRequestOrderBy, type index_gen$7_ListNamespacesResponse as ListNamespacesResponse, type ListTagsRequest$1 as ListTagsRequest, type index_gen$7_ListTagsRequestOrderBy as ListTagsRequestOrderBy, type ListTagsResponse$1 as ListTagsResponse, index_gen$7_NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES, type index_gen$7_Namespace as Namespace, type index_gen$7_NamespaceStatus as NamespaceStatus, index_gen$7_TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES, type index_gen$7_Tag as Tag, type index_gen$7_TagStatus as TagStatus, type index_gen$7_UpdateImageRequest as UpdateImageRequest, type index_gen$7_UpdateNamespaceRequest as UpdateNamespaceRequest };
25100
23512
  }
25101
23513
 
25102
23514
  declare namespace index$6 {
25103
- export {
25104
- index_gen$7 as v1,
25105
- };
23515
+ export { index_gen$7 as v1 };
25106
23516
  }
25107
23517
 
23518
+ type ListFoldersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
25108
23519
  type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
25109
23520
  type Product = 'unknown';
25110
23521
  type SecretStatus = 'ready' | 'locked';
@@ -25127,6 +23538,26 @@ interface AccessSecretVersionResponse {
25127
23538
  */
25128
23539
  dataCrc32?: number;
25129
23540
  }
23541
+ /** Folder. */
23542
+ interface Folder {
23543
+ /** ID of the folder. */
23544
+ id: string;
23545
+ /** ID of the Project containing the folder. */
23546
+ projectId: string;
23547
+ /** Name of the folder. */
23548
+ name: string;
23549
+ /** Path of the folder. Location of the folder in the directory structure. */
23550
+ path: string;
23551
+ /** Date and time of the folder's creation. */
23552
+ createdAt?: Date;
23553
+ }
23554
+ /** List folders response. */
23555
+ interface ListFoldersResponse {
23556
+ /** List of folders. */
23557
+ folders: Folder[];
23558
+ /** Count of all folders matching the requested criteria. */
23559
+ totalCount: number;
23560
+ }
25130
23561
  /** List secret versions response. */
25131
23562
  interface ListSecretVersionsResponse {
25132
23563
  /** Single page of versions. */
@@ -25191,6 +23622,8 @@ interface Secret {
25191
23622
  isProtected: boolean;
25192
23623
  /** Type of the secret. See `Secret.Type` enum for description of values. */
25193
23624
  type: SecretType;
23625
+ /** Path of the secret. Location of the secret in the directory structure. */
23626
+ path: string;
25194
23627
  /** Region of the secret. */
25195
23628
  region: Region;
25196
23629
  }
@@ -25238,6 +23671,27 @@ type CreateSecretRequest = {
25238
23671
  * values. If not specified, the type is `Opaque`.
25239
23672
  */
25240
23673
  type?: SecretType;
23674
+ /**
23675
+ * Path of the secret. (Optional.) Location of the secret in the directory
23676
+ * structure. If not specified, the path is `/`.
23677
+ */
23678
+ path?: string;
23679
+ };
23680
+ type CreateFolderRequest = {
23681
+ /**
23682
+ * Region to target. If none is passed will use default region from the
23683
+ * config.
23684
+ */
23685
+ region?: Region;
23686
+ /** ID of the Project containing the folder. */
23687
+ projectId?: string;
23688
+ /** Name of the folder. */
23689
+ name: string;
23690
+ /**
23691
+ * Path of the folder. (Optional.) Location of the folder in the directory
23692
+ * structure. If not specified, the path is `/`.
23693
+ */
23694
+ path?: string;
25241
23695
  };
25242
23696
  type GetSecretRequest = {
25243
23697
  /**
@@ -25276,6 +23730,11 @@ type UpdateSecretRequest = {
25276
23730
  tags?: string[];
25277
23731
  /** Description of the secret. */
25278
23732
  description?: string;
23733
+ /**
23734
+ * Path of the folder. (Optional.) Location of the folder in the directory
23735
+ * structure. If not specified, the path is `/`.
23736
+ */
23737
+ path?: string;
25279
23738
  };
25280
23739
  type ListSecretsRequest = {
25281
23740
  /**
@@ -25296,6 +23755,22 @@ type ListSecretsRequest = {
25296
23755
  name?: string;
25297
23756
  /** Filter by managed / not managed (optional). */
25298
23757
  isManaged?: boolean;
23758
+ /** Filter by path (optional). */
23759
+ path?: string;
23760
+ };
23761
+ type ListFoldersRequest = {
23762
+ /**
23763
+ * Region to target. If none is passed will use default region from the
23764
+ * config.
23765
+ */
23766
+ region?: Region;
23767
+ /** ID of the Project. */
23768
+ projectId?: string;
23769
+ /** Filter by path (optional). */
23770
+ path?: string;
23771
+ page?: number;
23772
+ pageSize?: number;
23773
+ orderBy?: ListFoldersRequestOrderBy;
25299
23774
  };
25300
23775
  type DeleteSecretRequest = {
25301
23776
  /**
@@ -25306,6 +23781,15 @@ type DeleteSecretRequest = {
25306
23781
  /** ID of the secret. */
25307
23782
  secretId: string;
25308
23783
  };
23784
+ type DeleteFolderRequest = {
23785
+ /**
23786
+ * Region to target. If none is passed will use default region from the
23787
+ * config.
23788
+ */
23789
+ region?: Region;
23790
+ /** ID of the folder. */
23791
+ folderId: string;
23792
+ };
25309
23793
  type ProtectSecretRequest = {
25310
23794
  /**
25311
23795
  * Region to target. If none is passed will use default region from the
@@ -25590,12 +24074,19 @@ declare class API$6 extends API$s {
25590
24074
  /** Lists the available regions of the API. */
25591
24075
  static readonly LOCALITIES: Region[];
25592
24076
  /**
25593
- * Create a secret. You must sepcify the `region` to create a secret.
24077
+ * Create a secret. You must specify the `region` to create a secret.
25594
24078
  *
25595
24079
  * @param request - The request {@link CreateSecretRequest}
25596
24080
  * @returns A Promise of Secret
25597
24081
  */
25598
24082
  createSecret: (request: Readonly<CreateSecretRequest>) => Promise<Secret>;
24083
+ /**
24084
+ * Create folder.
24085
+ *
24086
+ * @param request - The request {@link CreateFolderRequest}
24087
+ * @returns A Promise of Folder
24088
+ */
24089
+ createFolder: (request: Readonly<CreateFolderRequest>) => Promise<Folder>;
25599
24090
  /**
25600
24091
  * Get metadata using the secret's ID. Retrieve the metadata of a secret
25601
24092
  * specified by the `region` and `secret_id` parameters.
@@ -25608,6 +24099,11 @@ declare class API$6 extends API$s {
25608
24099
  * Get metadata using the secret's name. Retrieve the metadata of a secret
25609
24100
  * specified by the `region` and `secret_name` parameters.
25610
24101
  *
24102
+ * GetSecretByName usage is now deprecated.
24103
+ *
24104
+ * Scaleway recommends you to use ListSecrets with the `name` filter.
24105
+ *
24106
+ * @deprecated
25611
24107
  * @param request - The request {@link GetSecretByNameRequest}
25612
24108
  * @returns A Promise of Secret
25613
24109
  */
@@ -25634,6 +24130,17 @@ declare class API$6 extends API$s {
25634
24130
  all: () => Promise<Secret[]>;
25635
24131
  [Symbol.asyncIterator]: () => AsyncGenerator<Secret[], void, void>;
25636
24132
  };
24133
+ protected pageOfListFolders: (request?: Readonly<ListFoldersRequest>) => Promise<ListFoldersResponse>;
24134
+ /**
24135
+ * List secrets. Retrieve the list of folders created within a Project.
24136
+ *
24137
+ * @param request - The request {@link ListFoldersRequest}
24138
+ * @returns A Promise of ListFoldersResponse
24139
+ */
24140
+ listFolders: (request?: Readonly<ListFoldersRequest>) => Promise<ListFoldersResponse> & {
24141
+ all: () => Promise<Folder[]>;
24142
+ [Symbol.asyncIterator]: () => AsyncGenerator<Folder[], void, void>;
24143
+ };
25637
24144
  /**
25638
24145
  * Delete a secret. Delete a given secret specified by the `region` and
25639
24146
  * `secret_id` parameters.
@@ -25641,6 +24148,12 @@ declare class API$6 extends API$s {
25641
24148
  * @param request - The request {@link DeleteSecretRequest}
25642
24149
  */
25643
24150
  deleteSecret: (request: Readonly<DeleteSecretRequest>) => Promise<void>;
24151
+ /**
24152
+ * Delete a given folder specified by the and `folder_id` parameter.
24153
+ *
24154
+ * @param request - The request {@link DeleteFolderRequest}
24155
+ */
24156
+ deleteFolder: (request: Readonly<DeleteFolderRequest>) => Promise<void>;
25644
24157
  /**
25645
24158
  * Protect a secret. Protect a given secret specified by the `secret_id`
25646
24159
  * parameter. A protected secret can be read and modified but cannot be
@@ -25792,17 +24305,23 @@ type index_gen$6_AccessSecretVersionByNameRequest = AccessSecretVersionByNameReq
25792
24305
  type index_gen$6_AccessSecretVersionRequest = AccessSecretVersionRequest;
25793
24306
  type index_gen$6_AccessSecretVersionResponse = AccessSecretVersionResponse;
25794
24307
  type index_gen$6_AddSecretOwnerRequest = AddSecretOwnerRequest;
24308
+ type index_gen$6_CreateFolderRequest = CreateFolderRequest;
25795
24309
  type index_gen$6_CreateSecretRequest = CreateSecretRequest;
25796
24310
  type index_gen$6_CreateSecretVersionRequest = CreateSecretVersionRequest;
24311
+ type index_gen$6_DeleteFolderRequest = DeleteFolderRequest;
25797
24312
  type index_gen$6_DeleteSecretRequest = DeleteSecretRequest;
25798
24313
  type index_gen$6_DestroySecretVersionRequest = DestroySecretVersionRequest;
25799
24314
  type index_gen$6_DisableSecretVersionRequest = DisableSecretVersionRequest;
25800
24315
  type index_gen$6_EnableSecretVersionRequest = EnableSecretVersionRequest;
24316
+ type index_gen$6_Folder = Folder;
25801
24317
  type index_gen$6_GeneratePasswordRequest = GeneratePasswordRequest;
25802
24318
  type index_gen$6_GetSecretByNameRequest = GetSecretByNameRequest;
25803
24319
  type index_gen$6_GetSecretRequest = GetSecretRequest;
25804
24320
  type index_gen$6_GetSecretVersionByNameRequest = GetSecretVersionByNameRequest;
25805
24321
  type index_gen$6_GetSecretVersionRequest = GetSecretVersionRequest;
24322
+ type index_gen$6_ListFoldersRequest = ListFoldersRequest;
24323
+ type index_gen$6_ListFoldersRequestOrderBy = ListFoldersRequestOrderBy;
24324
+ type index_gen$6_ListFoldersResponse = ListFoldersResponse;
25806
24325
  type index_gen$6_ListSecretVersionsByNameRequest = ListSecretVersionsByNameRequest;
25807
24326
  type index_gen$6_ListSecretVersionsRequest = ListSecretVersionsRequest;
25808
24327
  type index_gen$6_ListSecretVersionsResponse = ListSecretVersionsResponse;
@@ -25823,49 +24342,11 @@ type index_gen$6_UnprotectSecretRequest = UnprotectSecretRequest;
25823
24342
  type index_gen$6_UpdateSecretRequest = UpdateSecretRequest;
25824
24343
  type index_gen$6_UpdateSecretVersionRequest = UpdateSecretVersionRequest;
25825
24344
  declare namespace index_gen$6 {
25826
- export {
25827
- API$6 as API,
25828
- index_gen$6_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest,
25829
- index_gen$6_AccessSecretVersionRequest as AccessSecretVersionRequest,
25830
- index_gen$6_AccessSecretVersionResponse as AccessSecretVersionResponse,
25831
- index_gen$6_AddSecretOwnerRequest as AddSecretOwnerRequest,
25832
- index_gen$6_CreateSecretRequest as CreateSecretRequest,
25833
- index_gen$6_CreateSecretVersionRequest as CreateSecretVersionRequest,
25834
- index_gen$6_DeleteSecretRequest as DeleteSecretRequest,
25835
- index_gen$6_DestroySecretVersionRequest as DestroySecretVersionRequest,
25836
- index_gen$6_DisableSecretVersionRequest as DisableSecretVersionRequest,
25837
- index_gen$6_EnableSecretVersionRequest as EnableSecretVersionRequest,
25838
- index_gen$6_GeneratePasswordRequest as GeneratePasswordRequest,
25839
- index_gen$6_GetSecretByNameRequest as GetSecretByNameRequest,
25840
- index_gen$6_GetSecretRequest as GetSecretRequest,
25841
- index_gen$6_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest,
25842
- index_gen$6_GetSecretVersionRequest as GetSecretVersionRequest,
25843
- index_gen$6_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest,
25844
- index_gen$6_ListSecretVersionsRequest as ListSecretVersionsRequest,
25845
- index_gen$6_ListSecretVersionsResponse as ListSecretVersionsResponse,
25846
- index_gen$6_ListSecretsRequest as ListSecretsRequest,
25847
- index_gen$6_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy,
25848
- index_gen$6_ListSecretsResponse as ListSecretsResponse,
25849
- index_gen$6_ListTagsRequest as ListTagsRequest,
25850
- index_gen$6_ListTagsResponse as ListTagsResponse,
25851
- index_gen$6_PasswordGenerationParams as PasswordGenerationParams,
25852
- index_gen$6_Product as Product,
25853
- index_gen$6_ProtectSecretRequest as ProtectSecretRequest,
25854
- index_gen$6_Secret as Secret,
25855
- index_gen$6_SecretStatus as SecretStatus,
25856
- index_gen$6_SecretType as SecretType,
25857
- index_gen$6_SecretVersion as SecretVersion,
25858
- index_gen$6_SecretVersionStatus as SecretVersionStatus,
25859
- index_gen$6_UnprotectSecretRequest as UnprotectSecretRequest,
25860
- index_gen$6_UpdateSecretRequest as UpdateSecretRequest,
25861
- index_gen$6_UpdateSecretVersionRequest as UpdateSecretVersionRequest,
25862
- };
24345
+ export { API$6 as API, type index_gen$6_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest, type index_gen$6_AccessSecretVersionRequest as AccessSecretVersionRequest, type index_gen$6_AccessSecretVersionResponse as AccessSecretVersionResponse, type index_gen$6_AddSecretOwnerRequest as AddSecretOwnerRequest, type index_gen$6_CreateFolderRequest as CreateFolderRequest, type index_gen$6_CreateSecretRequest as CreateSecretRequest, type index_gen$6_CreateSecretVersionRequest as CreateSecretVersionRequest, type index_gen$6_DeleteFolderRequest as DeleteFolderRequest, type index_gen$6_DeleteSecretRequest as DeleteSecretRequest, type index_gen$6_DestroySecretVersionRequest as DestroySecretVersionRequest, type index_gen$6_DisableSecretVersionRequest as DisableSecretVersionRequest, type index_gen$6_EnableSecretVersionRequest as EnableSecretVersionRequest, type index_gen$6_Folder as Folder, type index_gen$6_GeneratePasswordRequest as GeneratePasswordRequest, type index_gen$6_GetSecretByNameRequest as GetSecretByNameRequest, type index_gen$6_GetSecretRequest as GetSecretRequest, type index_gen$6_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest, type index_gen$6_GetSecretVersionRequest as GetSecretVersionRequest, type index_gen$6_ListFoldersRequest as ListFoldersRequest, type index_gen$6_ListFoldersRequestOrderBy as ListFoldersRequestOrderBy, type index_gen$6_ListFoldersResponse as ListFoldersResponse, type index_gen$6_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest, type index_gen$6_ListSecretVersionsRequest as ListSecretVersionsRequest, type index_gen$6_ListSecretVersionsResponse as ListSecretVersionsResponse, type index_gen$6_ListSecretsRequest as ListSecretsRequest, type index_gen$6_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy, type index_gen$6_ListSecretsResponse as ListSecretsResponse, type index_gen$6_ListTagsRequest as ListTagsRequest, type index_gen$6_ListTagsResponse as ListTagsResponse, type index_gen$6_PasswordGenerationParams as PasswordGenerationParams, type index_gen$6_Product as Product, type index_gen$6_ProtectSecretRequest as ProtectSecretRequest, type index_gen$6_Secret as Secret, type index_gen$6_SecretStatus as SecretStatus, type index_gen$6_SecretType as SecretType, type index_gen$6_SecretVersion as SecretVersion, type index_gen$6_SecretVersionStatus as SecretVersionStatus, type index_gen$6_UnprotectSecretRequest as UnprotectSecretRequest, type index_gen$6_UpdateSecretRequest as UpdateSecretRequest, type index_gen$6_UpdateSecretVersionRequest as UpdateSecretVersionRequest };
25863
24346
  }
25864
24347
 
25865
24348
  declare namespace index$5 {
25866
- export {
25867
- index_gen$6 as v1alpha1,
25868
- };
24349
+ export { index_gen$6 as v1alpha1 };
25869
24350
  }
25870
24351
 
25871
24352
  type EyeColors = 'unknown' | 'amber' | 'blue' | 'brown' | 'gray' | 'green' | 'hazel' | 'red' | 'violet';
@@ -26067,30 +24548,11 @@ type index_gen$5_RunHumanRequest = RunHumanRequest;
26067
24548
  type index_gen$5_SmokeHumanRequest = SmokeHumanRequest;
26068
24549
  type index_gen$5_UpdateHumanRequest = UpdateHumanRequest;
26069
24550
  declare namespace index_gen$5 {
26070
- export {
26071
- API$5 as API,
26072
- index_gen$5_CreateHumanRequest as CreateHumanRequest,
26073
- index_gen$5_DeleteHumanRequest as DeleteHumanRequest,
26074
- index_gen$5_EyeColors as EyeColors,
26075
- index_gen$5_GetHumanRequest as GetHumanRequest,
26076
- index_gen$5_HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES,
26077
- index_gen$5_Human as Human,
26078
- index_gen$5_HumanStatus as HumanStatus,
26079
- index_gen$5_ListHumansRequest as ListHumansRequest,
26080
- index_gen$5_ListHumansRequestOrderBy as ListHumansRequestOrderBy,
26081
- index_gen$5_ListHumansResponse as ListHumansResponse,
26082
- index_gen$5_RegisterRequest as RegisterRequest,
26083
- index_gen$5_RegisterResponse as RegisterResponse,
26084
- index_gen$5_RunHumanRequest as RunHumanRequest,
26085
- index_gen$5_SmokeHumanRequest as SmokeHumanRequest,
26086
- index_gen$5_UpdateHumanRequest as UpdateHumanRequest,
26087
- };
24551
+ export { API$5 as API, type index_gen$5_CreateHumanRequest as CreateHumanRequest, type index_gen$5_DeleteHumanRequest as DeleteHumanRequest, type index_gen$5_EyeColors as EyeColors, type index_gen$5_GetHumanRequest as GetHumanRequest, index_gen$5_HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES, type index_gen$5_Human as Human, type index_gen$5_HumanStatus as HumanStatus, type index_gen$5_ListHumansRequest as ListHumansRequest, type index_gen$5_ListHumansRequestOrderBy as ListHumansRequestOrderBy, type index_gen$5_ListHumansResponse as ListHumansResponse, type index_gen$5_RegisterRequest as RegisterRequest, type index_gen$5_RegisterResponse as RegisterResponse, type index_gen$5_RunHumanRequest as RunHumanRequest, type index_gen$5_SmokeHumanRequest as SmokeHumanRequest, type index_gen$5_UpdateHumanRequest as UpdateHumanRequest };
26088
24552
  }
26089
24553
 
26090
24554
  declare namespace index$4 {
26091
- export {
26092
- index_gen$5 as v1,
26093
- };
24555
+ export { index_gen$5 as v1 };
26094
24556
  }
26095
24557
 
26096
24558
  type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
@@ -26606,47 +25068,11 @@ type index_gen$4_ListEmailsResponse = ListEmailsResponse;
26606
25068
  type index_gen$4_RevokeDomainRequest = RevokeDomainRequest;
26607
25069
  type index_gen$4_Statistics = Statistics;
26608
25070
  declare namespace index_gen$4 {
26609
- export {
26610
- API$4 as API,
26611
- index_gen$4_CancelEmailRequest as CancelEmailRequest,
26612
- index_gen$4_CheckDomainRequest as CheckDomainRequest,
26613
- index_gen$4_CreateDomainRequest as CreateDomainRequest,
26614
- index_gen$4_CreateEmailRequest as CreateEmailRequest,
26615
- index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress,
26616
- index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment,
26617
- index_gen$4_CreateEmailResponse as CreateEmailResponse,
26618
- index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
26619
- index_gen$4_Domain as Domain,
26620
- index_gen$4_DomainLastStatus as DomainLastStatus,
26621
- index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord,
26622
- index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus,
26623
- index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord,
26624
- index_gen$4_DomainStatistics as DomainStatistics,
26625
- index_gen$4_DomainStatus as DomainStatus,
26626
- index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
26627
- index_gen$4_Email as Email,
26628
- index_gen$4_EmailFlag as EmailFlag,
26629
- index_gen$4_EmailRcptType as EmailRcptType,
26630
- index_gen$4_EmailStatus as EmailStatus,
26631
- index_gen$4_EmailTry as EmailTry,
26632
- index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest,
26633
- index_gen$4_GetDomainRequest as GetDomainRequest,
26634
- index_gen$4_GetEmailRequest as GetEmailRequest,
26635
- index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
26636
- index_gen$4_ListDomainsRequest as ListDomainsRequest,
26637
- index_gen$4_ListDomainsResponse as ListDomainsResponse,
26638
- index_gen$4_ListEmailsRequest as ListEmailsRequest,
26639
- index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy,
26640
- index_gen$4_ListEmailsResponse as ListEmailsResponse,
26641
- index_gen$4_RevokeDomainRequest as RevokeDomainRequest,
26642
- index_gen$4_Statistics as Statistics,
26643
- };
25071
+ export { API$4 as API, type index_gen$4_CancelEmailRequest as CancelEmailRequest, type index_gen$4_CheckDomainRequest as CheckDomainRequest, type index_gen$4_CreateDomainRequest as CreateDomainRequest, type index_gen$4_CreateEmailRequest as CreateEmailRequest, type index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress, type index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment, type index_gen$4_CreateEmailResponse as CreateEmailResponse, index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES, type index_gen$4_Domain as Domain, type index_gen$4_DomainLastStatus as DomainLastStatus, type index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord, type index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus, type index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord, type index_gen$4_DomainStatistics as DomainStatistics, type index_gen$4_DomainStatus as DomainStatus, index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES, type index_gen$4_Email as Email, type index_gen$4_EmailFlag as EmailFlag, type index_gen$4_EmailRcptType as EmailRcptType, type index_gen$4_EmailStatus as EmailStatus, type index_gen$4_EmailTry as EmailTry, type index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest, type index_gen$4_GetDomainRequest as GetDomainRequest, type index_gen$4_GetEmailRequest as GetEmailRequest, type index_gen$4_GetStatisticsRequest as GetStatisticsRequest, type index_gen$4_ListDomainsRequest as ListDomainsRequest, type index_gen$4_ListDomainsResponse as ListDomainsResponse, type index_gen$4_ListEmailsRequest as ListEmailsRequest, type index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy, type index_gen$4_ListEmailsResponse as ListEmailsResponse, type index_gen$4_RevokeDomainRequest as RevokeDomainRequest, type index_gen$4_Statistics as Statistics };
26644
25072
  }
26645
25073
 
26646
25074
  declare namespace index$3 {
26647
- export {
26648
- index_gen$4 as v1alpha1,
26649
- };
25075
+ export { index_gen$4 as v1alpha1 };
26650
25076
  }
26651
25077
 
26652
25078
  type ListPrivateNetworksRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -26802,17 +25228,7 @@ declare class API$3 extends API$s {
26802
25228
  }
26803
25229
 
26804
25230
  declare namespace index_gen$3 {
26805
- export {
26806
- API$3 as API,
26807
- CreatePrivateNetworkRequest$1 as CreatePrivateNetworkRequest,
26808
- DeletePrivateNetworkRequest$1 as DeletePrivateNetworkRequest,
26809
- GetPrivateNetworkRequest$1 as GetPrivateNetworkRequest,
26810
- ListPrivateNetworksRequest$1 as ListPrivateNetworksRequest,
26811
- ListPrivateNetworksRequestOrderBy$1 as ListPrivateNetworksRequestOrderBy,
26812
- ListPrivateNetworksResponse$1 as ListPrivateNetworksResponse,
26813
- PrivateNetwork$1 as PrivateNetwork,
26814
- UpdatePrivateNetworkRequest$1 as UpdatePrivateNetworkRequest,
26815
- };
25231
+ export { API$3 as API, type CreatePrivateNetworkRequest$1 as CreatePrivateNetworkRequest, type DeletePrivateNetworkRequest$1 as DeletePrivateNetworkRequest, type GetPrivateNetworkRequest$1 as GetPrivateNetworkRequest, type ListPrivateNetworksRequest$1 as ListPrivateNetworksRequest, type ListPrivateNetworksRequestOrderBy$1 as ListPrivateNetworksRequestOrderBy, type ListPrivateNetworksResponse$1 as ListPrivateNetworksResponse, type PrivateNetwork$1 as PrivateNetwork, type UpdatePrivateNetworkRequest$1 as UpdatePrivateNetworkRequest };
26816
25232
  }
26817
25233
 
26818
25234
  type ListPrivateNetworksRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
@@ -27299,41 +25715,11 @@ type index_gen$2_UpdatePrivateNetworkRequest = UpdatePrivateNetworkRequest;
27299
25715
  type index_gen$2_UpdateVPCRequest = UpdateVPCRequest;
27300
25716
  type index_gen$2_VPC = VPC;
27301
25717
  declare namespace index_gen$2 {
27302
- export {
27303
- API$2 as API,
27304
- index_gen$2_AddSubnetsRequest as AddSubnetsRequest,
27305
- index_gen$2_AddSubnetsResponse as AddSubnetsResponse,
27306
- index_gen$2_CreatePrivateNetworkRequest as CreatePrivateNetworkRequest,
27307
- index_gen$2_CreateVPCRequest as CreateVPCRequest,
27308
- index_gen$2_DeletePrivateNetworkRequest as DeletePrivateNetworkRequest,
27309
- index_gen$2_DeleteSubnetsRequest as DeleteSubnetsRequest,
27310
- index_gen$2_DeleteSubnetsResponse as DeleteSubnetsResponse,
27311
- index_gen$2_DeleteVPCRequest as DeleteVPCRequest,
27312
- index_gen$2_EnableDHCPRequest as EnableDHCPRequest,
27313
- index_gen$2_GetPrivateNetworkRequest as GetPrivateNetworkRequest,
27314
- index_gen$2_GetVPCRequest as GetVPCRequest,
27315
- index_gen$2_ListPrivateNetworksRequest as ListPrivateNetworksRequest,
27316
- index_gen$2_ListPrivateNetworksRequestOrderBy as ListPrivateNetworksRequestOrderBy,
27317
- index_gen$2_ListPrivateNetworksResponse as ListPrivateNetworksResponse,
27318
- index_gen$2_ListVPCsRequest as ListVPCsRequest,
27319
- index_gen$2_ListVPCsRequestOrderBy as ListVPCsRequestOrderBy,
27320
- index_gen$2_ListVPCsResponse as ListVPCsResponse,
27321
- index_gen$2_MigrateZonalPrivateNetworksRequest as MigrateZonalPrivateNetworksRequest,
27322
- index_gen$2_PrivateNetwork as PrivateNetwork,
27323
- index_gen$2_SetSubnetsRequest as SetSubnetsRequest,
27324
- index_gen$2_SetSubnetsResponse as SetSubnetsResponse,
27325
- index_gen$2_Subnet as Subnet,
27326
- index_gen$2_UpdatePrivateNetworkRequest as UpdatePrivateNetworkRequest,
27327
- index_gen$2_UpdateVPCRequest as UpdateVPCRequest,
27328
- index_gen$2_VPC as VPC,
27329
- };
25718
+ export { API$2 as API, type index_gen$2_AddSubnetsRequest as AddSubnetsRequest, type index_gen$2_AddSubnetsResponse as AddSubnetsResponse, type index_gen$2_CreatePrivateNetworkRequest as CreatePrivateNetworkRequest, type index_gen$2_CreateVPCRequest as CreateVPCRequest, type index_gen$2_DeletePrivateNetworkRequest as DeletePrivateNetworkRequest, type index_gen$2_DeleteSubnetsRequest as DeleteSubnetsRequest, type index_gen$2_DeleteSubnetsResponse as DeleteSubnetsResponse, type index_gen$2_DeleteVPCRequest as DeleteVPCRequest, type index_gen$2_EnableDHCPRequest as EnableDHCPRequest, type index_gen$2_GetPrivateNetworkRequest as GetPrivateNetworkRequest, type index_gen$2_GetVPCRequest as GetVPCRequest, type index_gen$2_ListPrivateNetworksRequest as ListPrivateNetworksRequest, type index_gen$2_ListPrivateNetworksRequestOrderBy as ListPrivateNetworksRequestOrderBy, type index_gen$2_ListPrivateNetworksResponse as ListPrivateNetworksResponse, type index_gen$2_ListVPCsRequest as ListVPCsRequest, type index_gen$2_ListVPCsRequestOrderBy as ListVPCsRequestOrderBy, type index_gen$2_ListVPCsResponse as ListVPCsResponse, type index_gen$2_MigrateZonalPrivateNetworksRequest as MigrateZonalPrivateNetworksRequest, type index_gen$2_PrivateNetwork as PrivateNetwork, type index_gen$2_SetSubnetsRequest as SetSubnetsRequest, type index_gen$2_SetSubnetsResponse as SetSubnetsResponse, type index_gen$2_Subnet as Subnet, type index_gen$2_UpdatePrivateNetworkRequest as UpdatePrivateNetworkRequest, type index_gen$2_UpdateVPCRequest as UpdateVPCRequest, type index_gen$2_VPC as VPC };
27330
25719
  }
27331
25720
 
27332
25721
  declare namespace index$2 {
27333
- export {
27334
- index_gen$3 as v1,
27335
- index_gen$2 as v2,
27336
- };
25722
+ export { index_gen$3 as v1, index_gen$2 as v2 };
27337
25723
  }
27338
25724
 
27339
25725
  type DHCPEntryType = 'unknown' | 'reservation' | 'lease';
@@ -28648,80 +27034,11 @@ type index_gen$1_UpdateIPRequest = UpdateIPRequest;
28648
27034
  type index_gen$1_UpdatePATRuleRequest = UpdatePATRuleRequest;
28649
27035
  type index_gen$1_UpgradeGatewayRequest = UpgradeGatewayRequest;
28650
27036
  declare namespace index_gen$1 {
28651
- export {
28652
- API$1 as API,
28653
- index_gen$1_CreateDHCPEntryRequest as CreateDHCPEntryRequest,
28654
- index_gen$1_CreateDHCPRequest as CreateDHCPRequest,
28655
- index_gen$1_CreateGatewayNetworkRequest as CreateGatewayNetworkRequest,
28656
- index_gen$1_CreateGatewayRequest as CreateGatewayRequest,
28657
- index_gen$1_CreateIPRequest as CreateIPRequest,
28658
- index_gen$1_CreatePATRuleRequest as CreatePATRuleRequest,
28659
- index_gen$1_DHCP as DHCP,
28660
- index_gen$1_DHCPEntry as DHCPEntry,
28661
- index_gen$1_DHCPEntryType as DHCPEntryType,
28662
- index_gen$1_DeleteDHCPEntryRequest as DeleteDHCPEntryRequest,
28663
- index_gen$1_DeleteDHCPRequest as DeleteDHCPRequest,
28664
- index_gen$1_DeleteGatewayNetworkRequest as DeleteGatewayNetworkRequest,
28665
- index_gen$1_DeleteGatewayRequest as DeleteGatewayRequest,
28666
- index_gen$1_DeleteIPRequest as DeleteIPRequest,
28667
- index_gen$1_DeletePATRuleRequest as DeletePATRuleRequest,
28668
- index_gen$1_GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES,
28669
- index_gen$1_GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES,
28670
- index_gen$1_Gateway as Gateway,
28671
- index_gen$1_GatewayNetwork as GatewayNetwork,
28672
- index_gen$1_GatewayNetworkStatus as GatewayNetworkStatus,
28673
- index_gen$1_GatewayStatus as GatewayStatus,
28674
- index_gen$1_GatewayType as GatewayType,
28675
- index_gen$1_GetDHCPEntryRequest as GetDHCPEntryRequest,
28676
- index_gen$1_GetDHCPRequest as GetDHCPRequest,
28677
- index_gen$1_GetGatewayNetworkRequest as GetGatewayNetworkRequest,
28678
- index_gen$1_GetGatewayRequest as GetGatewayRequest,
28679
- index_gen$1_GetIPRequest as GetIPRequest,
28680
- index_gen$1_GetPATRuleRequest as GetPATRuleRequest,
28681
- index_gen$1_IP as IP,
28682
- index_gen$1_ListDHCPEntriesRequest as ListDHCPEntriesRequest,
28683
- index_gen$1_ListDHCPEntriesRequestOrderBy as ListDHCPEntriesRequestOrderBy,
28684
- index_gen$1_ListDHCPEntriesResponse as ListDHCPEntriesResponse,
28685
- index_gen$1_ListDHCPsRequest as ListDHCPsRequest,
28686
- index_gen$1_ListDHCPsRequestOrderBy as ListDHCPsRequestOrderBy,
28687
- index_gen$1_ListDHCPsResponse as ListDHCPsResponse,
28688
- index_gen$1_ListGatewayNetworksRequest as ListGatewayNetworksRequest,
28689
- index_gen$1_ListGatewayNetworksRequestOrderBy as ListGatewayNetworksRequestOrderBy,
28690
- index_gen$1_ListGatewayNetworksResponse as ListGatewayNetworksResponse,
28691
- index_gen$1_ListGatewayTypesRequest as ListGatewayTypesRequest,
28692
- index_gen$1_ListGatewayTypesResponse as ListGatewayTypesResponse,
28693
- index_gen$1_ListGatewaysRequest as ListGatewaysRequest,
28694
- index_gen$1_ListGatewaysRequestOrderBy as ListGatewaysRequestOrderBy,
28695
- index_gen$1_ListGatewaysResponse as ListGatewaysResponse,
28696
- index_gen$1_ListIPsRequest as ListIPsRequest,
28697
- index_gen$1_ListIPsRequestOrderBy as ListIPsRequestOrderBy,
28698
- index_gen$1_ListIPsResponse as ListIPsResponse,
28699
- index_gen$1_ListPATRulesRequest as ListPATRulesRequest,
28700
- index_gen$1_ListPATRulesRequestOrderBy as ListPATRulesRequestOrderBy,
28701
- index_gen$1_ListPATRulesResponse as ListPATRulesResponse,
28702
- index_gen$1_PATRule as PATRule,
28703
- index_gen$1_PATRuleProtocol as PATRuleProtocol,
28704
- index_gen$1_RefreshSSHKeysRequest as RefreshSSHKeysRequest,
28705
- index_gen$1_SetDHCPEntriesRequest as SetDHCPEntriesRequest,
28706
- index_gen$1_SetDHCPEntriesRequestEntry as SetDHCPEntriesRequestEntry,
28707
- index_gen$1_SetDHCPEntriesResponse as SetDHCPEntriesResponse,
28708
- index_gen$1_SetPATRulesRequest as SetPATRulesRequest,
28709
- index_gen$1_SetPATRulesRequestRule as SetPATRulesRequestRule,
28710
- index_gen$1_SetPATRulesResponse as SetPATRulesResponse,
28711
- index_gen$1_UpdateDHCPEntryRequest as UpdateDHCPEntryRequest,
28712
- index_gen$1_UpdateDHCPRequest as UpdateDHCPRequest,
28713
- index_gen$1_UpdateGatewayNetworkRequest as UpdateGatewayNetworkRequest,
28714
- index_gen$1_UpdateGatewayRequest as UpdateGatewayRequest,
28715
- index_gen$1_UpdateIPRequest as UpdateIPRequest,
28716
- index_gen$1_UpdatePATRuleRequest as UpdatePATRuleRequest,
28717
- index_gen$1_UpgradeGatewayRequest as UpgradeGatewayRequest,
28718
- };
27037
+ export { API$1 as API, type index_gen$1_CreateDHCPEntryRequest as CreateDHCPEntryRequest, type index_gen$1_CreateDHCPRequest as CreateDHCPRequest, type index_gen$1_CreateGatewayNetworkRequest as CreateGatewayNetworkRequest, type index_gen$1_CreateGatewayRequest as CreateGatewayRequest, type index_gen$1_CreateIPRequest as CreateIPRequest, type index_gen$1_CreatePATRuleRequest as CreatePATRuleRequest, type index_gen$1_DHCP as DHCP, type index_gen$1_DHCPEntry as DHCPEntry, type index_gen$1_DHCPEntryType as DHCPEntryType, type index_gen$1_DeleteDHCPEntryRequest as DeleteDHCPEntryRequest, type index_gen$1_DeleteDHCPRequest as DeleteDHCPRequest, type index_gen$1_DeleteGatewayNetworkRequest as DeleteGatewayNetworkRequest, type index_gen$1_DeleteGatewayRequest as DeleteGatewayRequest, type index_gen$1_DeleteIPRequest as DeleteIPRequest, type index_gen$1_DeletePATRuleRequest as DeletePATRuleRequest, index_gen$1_GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES, index_gen$1_GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES, type index_gen$1_Gateway as Gateway, type index_gen$1_GatewayNetwork as GatewayNetwork, type index_gen$1_GatewayNetworkStatus as GatewayNetworkStatus, type index_gen$1_GatewayStatus as GatewayStatus, type index_gen$1_GatewayType as GatewayType, type index_gen$1_GetDHCPEntryRequest as GetDHCPEntryRequest, type index_gen$1_GetDHCPRequest as GetDHCPRequest, type index_gen$1_GetGatewayNetworkRequest as GetGatewayNetworkRequest, type index_gen$1_GetGatewayRequest as GetGatewayRequest, type index_gen$1_GetIPRequest as GetIPRequest, type index_gen$1_GetPATRuleRequest as GetPATRuleRequest, type index_gen$1_IP as IP, type index_gen$1_ListDHCPEntriesRequest as ListDHCPEntriesRequest, type index_gen$1_ListDHCPEntriesRequestOrderBy as ListDHCPEntriesRequestOrderBy, type index_gen$1_ListDHCPEntriesResponse as ListDHCPEntriesResponse, type index_gen$1_ListDHCPsRequest as ListDHCPsRequest, type index_gen$1_ListDHCPsRequestOrderBy as ListDHCPsRequestOrderBy, type index_gen$1_ListDHCPsResponse as ListDHCPsResponse, type index_gen$1_ListGatewayNetworksRequest as ListGatewayNetworksRequest, type index_gen$1_ListGatewayNetworksRequestOrderBy as ListGatewayNetworksRequestOrderBy, type index_gen$1_ListGatewayNetworksResponse as ListGatewayNetworksResponse, type index_gen$1_ListGatewayTypesRequest as ListGatewayTypesRequest, type index_gen$1_ListGatewayTypesResponse as ListGatewayTypesResponse, type index_gen$1_ListGatewaysRequest as ListGatewaysRequest, type index_gen$1_ListGatewaysRequestOrderBy as ListGatewaysRequestOrderBy, type index_gen$1_ListGatewaysResponse as ListGatewaysResponse, type index_gen$1_ListIPsRequest as ListIPsRequest, type index_gen$1_ListIPsRequestOrderBy as ListIPsRequestOrderBy, type index_gen$1_ListIPsResponse as ListIPsResponse, type index_gen$1_ListPATRulesRequest as ListPATRulesRequest, type index_gen$1_ListPATRulesRequestOrderBy as ListPATRulesRequestOrderBy, type index_gen$1_ListPATRulesResponse as ListPATRulesResponse, type index_gen$1_PATRule as PATRule, type index_gen$1_PATRuleProtocol as PATRuleProtocol, type index_gen$1_RefreshSSHKeysRequest as RefreshSSHKeysRequest, type index_gen$1_SetDHCPEntriesRequest as SetDHCPEntriesRequest, type index_gen$1_SetDHCPEntriesRequestEntry as SetDHCPEntriesRequestEntry, type index_gen$1_SetDHCPEntriesResponse as SetDHCPEntriesResponse, type index_gen$1_SetPATRulesRequest as SetPATRulesRequest, type index_gen$1_SetPATRulesRequestRule as SetPATRulesRequestRule, type index_gen$1_SetPATRulesResponse as SetPATRulesResponse, type index_gen$1_UpdateDHCPEntryRequest as UpdateDHCPEntryRequest, type index_gen$1_UpdateDHCPRequest as UpdateDHCPRequest, type index_gen$1_UpdateGatewayNetworkRequest as UpdateGatewayNetworkRequest, type index_gen$1_UpdateGatewayRequest as UpdateGatewayRequest, type index_gen$1_UpdateIPRequest as UpdateIPRequest, type index_gen$1_UpdatePATRuleRequest as UpdatePATRuleRequest, type index_gen$1_UpgradeGatewayRequest as UpgradeGatewayRequest };
28719
27038
  }
28720
27039
 
28721
27040
  declare namespace index$1 {
28722
- export {
28723
- index_gen$1 as v1,
28724
- };
27041
+ export { index_gen$1 as v1 };
28725
27042
  }
28726
27043
 
28727
27044
  type DnsRecordStatus = 'unknown_status' | 'valid' | 'invalid';
@@ -29111,9 +27428,7 @@ declare const ListHostingsRequest: {
29111
27428
 
29112
27429
  declare const validationRules_gen_ListHostingsRequest: typeof ListHostingsRequest;
29113
27430
  declare namespace validationRules_gen {
29114
- export {
29115
- validationRules_gen_ListHostingsRequest as ListHostingsRequest,
29116
- };
27431
+ export { validationRules_gen_ListHostingsRequest as ListHostingsRequest };
29117
27432
  }
29118
27433
 
29119
27434
  type index_gen_API = API;
@@ -29146,44 +27461,11 @@ type index_gen_OfferQuotaWarning = OfferQuotaWarning;
29146
27461
  type index_gen_RestoreHostingRequest = RestoreHostingRequest;
29147
27462
  type index_gen_UpdateHostingRequest = UpdateHostingRequest;
29148
27463
  declare namespace index_gen {
29149
- export {
29150
- index_gen_API as API,
29151
- index_gen_CreateHostingRequest as CreateHostingRequest,
29152
- index_gen_DeleteHostingRequest as DeleteHostingRequest,
29153
- index_gen_DnsRecord as DnsRecord,
29154
- index_gen_DnsRecordStatus as DnsRecordStatus,
29155
- index_gen_DnsRecordType as DnsRecordType,
29156
- index_gen_DnsRecords as DnsRecords,
29157
- index_gen_DnsRecordsStatus as DnsRecordsStatus,
29158
- index_gen_GetDomainDnsRecordsRequest as GetDomainDnsRecordsRequest,
29159
- index_gen_GetHostingRequest as GetHostingRequest,
29160
- index_gen_HOSTING_TRANSIENT_STATUSES as HOSTING_TRANSIENT_STATUSES,
29161
- index_gen_Hosting as Hosting,
29162
- index_gen_HostingCpanelUrls as HostingCpanelUrls,
29163
- index_gen_HostingDnsStatus as HostingDnsStatus,
29164
- index_gen_HostingOption as HostingOption,
29165
- index_gen_HostingStatus as HostingStatus,
29166
- ListHostingsRequest$1 as ListHostingsRequest,
29167
- index_gen_ListHostingsRequestOrderBy as ListHostingsRequestOrderBy,
29168
- index_gen_ListHostingsResponse as ListHostingsResponse,
29169
- index_gen_ListOffersRequest as ListOffersRequest,
29170
- index_gen_ListOffersRequestOrderBy as ListOffersRequestOrderBy,
29171
- index_gen_ListOffersResponse as ListOffersResponse,
29172
- index_gen_Nameserver as Nameserver,
29173
- index_gen_NameserverStatus as NameserverStatus,
29174
- index_gen_Offer as Offer,
29175
- index_gen_OfferProduct as OfferProduct,
29176
- index_gen_OfferQuotaWarning as OfferQuotaWarning,
29177
- index_gen_RestoreHostingRequest as RestoreHostingRequest,
29178
- index_gen_UpdateHostingRequest as UpdateHostingRequest,
29179
- validationRules_gen as ValidationRules,
29180
- };
27464
+ export { index_gen_API as API, type index_gen_CreateHostingRequest as CreateHostingRequest, type index_gen_DeleteHostingRequest as DeleteHostingRequest, type index_gen_DnsRecord as DnsRecord, type index_gen_DnsRecordStatus as DnsRecordStatus, type index_gen_DnsRecordType as DnsRecordType, type index_gen_DnsRecords as DnsRecords, type index_gen_DnsRecordsStatus as DnsRecordsStatus, type index_gen_GetDomainDnsRecordsRequest as GetDomainDnsRecordsRequest, type index_gen_GetHostingRequest as GetHostingRequest, index_gen_HOSTING_TRANSIENT_STATUSES as HOSTING_TRANSIENT_STATUSES, type index_gen_Hosting as Hosting, type index_gen_HostingCpanelUrls as HostingCpanelUrls, type index_gen_HostingDnsStatus as HostingDnsStatus, type index_gen_HostingOption as HostingOption, type index_gen_HostingStatus as HostingStatus, type ListHostingsRequest$1 as ListHostingsRequest, type index_gen_ListHostingsRequestOrderBy as ListHostingsRequestOrderBy, type index_gen_ListHostingsResponse as ListHostingsResponse, type index_gen_ListOffersRequest as ListOffersRequest, type index_gen_ListOffersRequestOrderBy as ListOffersRequestOrderBy, type index_gen_ListOffersResponse as ListOffersResponse, type index_gen_Nameserver as Nameserver, type index_gen_NameserverStatus as NameserverStatus, type index_gen_Offer as Offer, type index_gen_OfferProduct as OfferProduct, type index_gen_OfferQuotaWarning as OfferQuotaWarning, type index_gen_RestoreHostingRequest as RestoreHostingRequest, type index_gen_UpdateHostingRequest as UpdateHostingRequest, validationRules_gen as ValidationRules };
29181
27465
  }
29182
27466
 
29183
27467
  declare namespace index {
29184
- export {
29185
- index_gen as v1alpha1,
29186
- };
27468
+ export { index_gen as v1alpha1 };
29187
27469
  }
29188
27470
 
29189
- export { API$s as API, index$t as Account, index$s as AppleSilicon, index$q as BareMetal, index$p as Billing, Client, ClientConfig, index$o as Cockpit, index$n as Container, DefaultValues, index$m as Domain, index$u as Errors, index$l as FlexibleIP, index$k as Function, index$j as IAM, index$g as IOT, index$f as IPFS, index$h as Instance, index$d as K8S, index$b as LB, Logger, index$9 as MNQ, index$a as Marketplace, Money, NetworkInterceptors, Profile, index$8 as RDB, index$7 as Redis, Region, index$6 as Registry, RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, ScwFile, index$5 as Secret, ServiceInfo, Settings, index$4 as Test, TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, WaitForOptions, WaitForStopCondition, index as Webhosting, Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
27471
+ export { API$s as API, index$t as Account, index$s as AppleSilicon, index$q as BareMetal, index$p as Billing, type Client, type ClientConfig, index$o as Cockpit, index$n as Container, type DefaultValues, index$m as Domain, index$u as Errors, index$l as FlexibleIP, index$k as Function, index$j as IAM, index$g as IOT, index$f as IPFS, index$h as Instance, index$d as K8S, index$b as LB, type Logger, index$9 as MNQ, index$a as Marketplace, type Money, type NetworkInterceptors, type Profile, index$8 as RDB, index$7 as Redis, type Region, index$6 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$5 as Secret, type ServiceInfo, type Settings, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };