@scaleway/sdk 2.21.1 → 2.22.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/api/document_db/v1beta1/api.gen.js +15 -1
- package/dist/api/document_db/v1beta1/content.gen.js +1 -1
- package/dist/api/document_db/v1beta1/marshalling.gen.js +15 -14
- package/dist/api/jobs/v1alpha1/marshalling.gen.js +1 -0
- package/dist/api/lb/v1/api.gen.js +2 -2
- package/dist/api/llm_inference/index.js +2 -0
- package/dist/api/llm_inference/v1beta1/api.gen.js +233 -0
- package/dist/api/llm_inference/v1beta1/content.gen.js +7 -0
- package/dist/api/llm_inference/v1beta1/index.gen.js +7 -0
- package/dist/api/llm_inference/v1beta1/marshalling.gen.js +225 -0
- package/dist/api/llm_inference/v1beta1/validation-rules.gen.js +55 -0
- package/dist/api/rdb/v1/api.gen.js +18 -1
- package/dist/api/rdb/v1/content.gen.js +1 -1
- package/dist/api/rdb/v1/marshalling.gen.js +15 -14
- package/dist/api/secret/v1beta1/api.gen.js +1 -1
- package/dist/index.cjs +1069 -506
- package/dist/index.d.ts +2057 -1330
- package/dist/index.js +26 -24
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -868,39 +868,39 @@ declare class TransientStateError extends ScalewayError {
|
|
|
868
868
|
static fromJSON(status: number, obj: Readonly<JSONObject>): ScalewayError | null;
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
type index$
|
|
872
|
-
declare const index$
|
|
873
|
-
type index$
|
|
874
|
-
declare const index$
|
|
875
|
-
type index$
|
|
876
|
-
declare const index$
|
|
877
|
-
type index$
|
|
878
|
-
type index$
|
|
879
|
-
declare const index$
|
|
880
|
-
type index$
|
|
881
|
-
declare const index$
|
|
882
|
-
type index$
|
|
883
|
-
type index$
|
|
884
|
-
declare const index$
|
|
885
|
-
type index$
|
|
886
|
-
declare const index$
|
|
887
|
-
type index$
|
|
888
|
-
type index$
|
|
889
|
-
type index$
|
|
890
|
-
declare const index$
|
|
891
|
-
type index$
|
|
892
|
-
declare const index$
|
|
893
|
-
type index$
|
|
894
|
-
declare const index$
|
|
895
|
-
type index$
|
|
896
|
-
declare const index$
|
|
897
|
-
type index$
|
|
898
|
-
declare const index$
|
|
899
|
-
type index$
|
|
900
|
-
type index$
|
|
901
|
-
declare const index$
|
|
902
|
-
declare namespace index$
|
|
903
|
-
export { index$
|
|
871
|
+
type index$A_AlreadyExistsError = AlreadyExistsError;
|
|
872
|
+
declare const index$A_AlreadyExistsError: typeof AlreadyExistsError;
|
|
873
|
+
type index$A_DeniedAuthenticationError = DeniedAuthenticationError;
|
|
874
|
+
declare const index$A_DeniedAuthenticationError: typeof DeniedAuthenticationError;
|
|
875
|
+
type index$A_InvalidArgumentsError = InvalidArgumentsError;
|
|
876
|
+
declare const index$A_InvalidArgumentsError: typeof InvalidArgumentsError;
|
|
877
|
+
type index$A_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
|
|
878
|
+
type index$A_OutOfStockError = OutOfStockError;
|
|
879
|
+
declare const index$A_OutOfStockError: typeof OutOfStockError;
|
|
880
|
+
type index$A_PermissionsDeniedError = PermissionsDeniedError;
|
|
881
|
+
declare const index$A_PermissionsDeniedError: typeof PermissionsDeniedError;
|
|
882
|
+
type index$A_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
|
|
883
|
+
type index$A_PreconditionFailedError = PreconditionFailedError;
|
|
884
|
+
declare const index$A_PreconditionFailedError: typeof PreconditionFailedError;
|
|
885
|
+
type index$A_QuotasExceededError = QuotasExceededError;
|
|
886
|
+
declare const index$A_QuotasExceededError: typeof QuotasExceededError;
|
|
887
|
+
type index$A_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
|
|
888
|
+
type index$A_QuotasExceededErrorScope = QuotasExceededErrorScope;
|
|
889
|
+
type index$A_ResourceExpiredError = ResourceExpiredError;
|
|
890
|
+
declare const index$A_ResourceExpiredError: typeof ResourceExpiredError;
|
|
891
|
+
type index$A_ResourceLockedError = ResourceLockedError;
|
|
892
|
+
declare const index$A_ResourceLockedError: typeof ResourceLockedError;
|
|
893
|
+
type index$A_ResourceNotFoundError = ResourceNotFoundError;
|
|
894
|
+
declare const index$A_ResourceNotFoundError: typeof ResourceNotFoundError;
|
|
895
|
+
type index$A_ScalewayError = ScalewayError;
|
|
896
|
+
declare const index$A_ScalewayError: typeof ScalewayError;
|
|
897
|
+
type index$A_TooManyRequestsError = TooManyRequestsError;
|
|
898
|
+
declare const index$A_TooManyRequestsError: typeof TooManyRequestsError;
|
|
899
|
+
type index$A_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
|
|
900
|
+
type index$A_TransientStateError = TransientStateError;
|
|
901
|
+
declare const index$A_TransientStateError: typeof TransientStateError;
|
|
902
|
+
declare namespace index$A {
|
|
903
|
+
export { index$A_AlreadyExistsError as AlreadyExistsError, index$A_DeniedAuthenticationError as DeniedAuthenticationError, index$A_InvalidArgumentsError as InvalidArgumentsError, type index$A_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails, index$A_OutOfStockError as OutOfStockError, index$A_PermissionsDeniedError as PermissionsDeniedError, type index$A_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails, index$A_PreconditionFailedError as PreconditionFailedError, index$A_QuotasExceededError as QuotasExceededError, type index$A_QuotasExceededErrorDetails as QuotasExceededErrorDetails, type index$A_QuotasExceededErrorScope as QuotasExceededErrorScope, index$A_ResourceExpiredError as ResourceExpiredError, index$A_ResourceLockedError as ResourceLockedError, index$A_ResourceNotFoundError as ResourceNotFoundError, index$A_ScalewayError as ScalewayError, index$A_TooManyRequestsError as TooManyRequestsError, type index$A_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy, index$A_TransientStateError as TransientStateError };
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
/**
|
|
@@ -919,7 +919,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
|
|
|
919
919
|
*
|
|
920
920
|
* @internal
|
|
921
921
|
*/
|
|
922
|
-
declare abstract class API$
|
|
922
|
+
declare abstract class API$y {
|
|
923
923
|
protected client: Client;
|
|
924
924
|
constructor(client: Client);
|
|
925
925
|
}
|
|
@@ -1149,7 +1149,7 @@ type UpdateProjectRequest = {
|
|
|
1149
1149
|
*
|
|
1150
1150
|
* User related data. This API allows you to manage projects.
|
|
1151
1151
|
*/
|
|
1152
|
-
declare class API$
|
|
1152
|
+
declare class API$x extends API$y {
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Create a new Project for an Organization. Deprecated in favor of Account
|
|
1155
1155
|
* API v3. Generate a new Project for an Organization, specifying its
|
|
@@ -1210,13 +1210,13 @@ declare class API$w extends API$x {
|
|
|
1210
1210
|
updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
type index_gen$
|
|
1214
|
-
type index_gen$
|
|
1215
|
-
type index_gen$
|
|
1216
|
-
type index_gen$
|
|
1217
|
-
type index_gen$
|
|
1218
|
-
declare namespace index_gen$
|
|
1219
|
-
export { API$
|
|
1213
|
+
type index_gen$w_CreateProjectRequest = CreateProjectRequest;
|
|
1214
|
+
type index_gen$w_DeleteProjectRequest = DeleteProjectRequest;
|
|
1215
|
+
type index_gen$w_GetProjectRequest = GetProjectRequest;
|
|
1216
|
+
type index_gen$w_ListProjectsRequest = ListProjectsRequest;
|
|
1217
|
+
type index_gen$w_UpdateProjectRequest = UpdateProjectRequest;
|
|
1218
|
+
declare namespace index_gen$w {
|
|
1219
|
+
export { API$x as API, type index_gen$w_CreateProjectRequest as CreateProjectRequest, type index_gen$w_DeleteProjectRequest as DeleteProjectRequest, type index_gen$w_GetProjectRequest as GetProjectRequest, type index_gen$w_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$w_UpdateProjectRequest as UpdateProjectRequest };
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
1222
|
type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -1287,7 +1287,7 @@ type ProjectApiUpdateProjectRequest$1 = {
|
|
|
1287
1287
|
*
|
|
1288
1288
|
* This API allows you to manage projects.
|
|
1289
1289
|
*/
|
|
1290
|
-
declare class ProjectAPI extends API$
|
|
1290
|
+
declare class ProjectAPI extends API$y {
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Create a new Project for an Organization. Generate a new Project for an
|
|
1293
1293
|
* Organization, specifying its configuration including name and description.
|
|
@@ -1373,26 +1373,26 @@ declare const ProjectApiUpdateProjectRequest: {
|
|
|
1373
1373
|
};
|
|
1374
1374
|
};
|
|
1375
1375
|
|
|
1376
|
-
declare const validationRules_gen$
|
|
1377
|
-
declare const validationRules_gen$
|
|
1378
|
-
declare const validationRules_gen$
|
|
1379
|
-
declare namespace validationRules_gen$
|
|
1380
|
-
export { validationRules_gen$
|
|
1376
|
+
declare const validationRules_gen$f_ProjectApiCreateProjectRequest: typeof ProjectApiCreateProjectRequest;
|
|
1377
|
+
declare const validationRules_gen$f_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
|
|
1378
|
+
declare const validationRules_gen$f_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
|
|
1379
|
+
declare namespace validationRules_gen$f {
|
|
1380
|
+
export { validationRules_gen$f_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$f_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$f_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
|
-
type index_gen$
|
|
1384
|
-
type index_gen$
|
|
1385
|
-
type index_gen$
|
|
1386
|
-
type index_gen$
|
|
1387
|
-
declare const index_gen$
|
|
1388
|
-
type index_gen$
|
|
1389
|
-
type index_gen$
|
|
1390
|
-
declare namespace index_gen$
|
|
1391
|
-
export { type index_gen$
|
|
1383
|
+
type index_gen$v_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1384
|
+
type index_gen$v_ListProjectsResponse = ListProjectsResponse;
|
|
1385
|
+
type index_gen$v_Project = Project;
|
|
1386
|
+
type index_gen$v_ProjectAPI = ProjectAPI;
|
|
1387
|
+
declare const index_gen$v_ProjectAPI: typeof ProjectAPI;
|
|
1388
|
+
type index_gen$v_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
|
|
1389
|
+
type index_gen$v_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
|
|
1390
|
+
declare namespace index_gen$v {
|
|
1391
|
+
export { type index_gen$v_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$v_ListProjectsResponse as ListProjectsResponse, type index_gen$v_Project as Project, index_gen$v_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$v_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$v_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$f as ValidationRules };
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
1394
|
-
declare namespace index$
|
|
1395
|
-
export { index_gen$
|
|
1394
|
+
declare namespace index$z {
|
|
1395
|
+
export { index_gen$w as v2, index_gen$v as v3 };
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
1398
|
type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
@@ -1573,7 +1573,7 @@ type UpdateServerRequest$3 = {
|
|
|
1573
1573
|
};
|
|
1574
1574
|
|
|
1575
1575
|
/** Apple silicon API. */
|
|
1576
|
-
declare class API$
|
|
1576
|
+
declare class API$w extends API$y {
|
|
1577
1577
|
/** Lists the available zones of the API. */
|
|
1578
1578
|
static readonly LOCALITIES: Zone[];
|
|
1579
1579
|
/**
|
|
@@ -1692,20 +1692,20 @@ declare class API$v extends API$x {
|
|
|
1692
1692
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1693
1693
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1694
1694
|
|
|
1695
|
-
type index_gen$
|
|
1696
|
-
type index_gen$
|
|
1697
|
-
type index_gen$
|
|
1698
|
-
type index_gen$
|
|
1699
|
-
type index_gen$
|
|
1700
|
-
type index_gen$
|
|
1701
|
-
type index_gen$
|
|
1702
|
-
type index_gen$
|
|
1703
|
-
declare namespace index_gen$
|
|
1704
|
-
export { API$
|
|
1695
|
+
type index_gen$u_GetServerTypeRequest = GetServerTypeRequest;
|
|
1696
|
+
type index_gen$u_ListServerTypesRequest = ListServerTypesRequest;
|
|
1697
|
+
type index_gen$u_ListServerTypesResponse = ListServerTypesResponse;
|
|
1698
|
+
type index_gen$u_ReinstallServerRequest = ReinstallServerRequest;
|
|
1699
|
+
type index_gen$u_ServerTypeCPU = ServerTypeCPU;
|
|
1700
|
+
type index_gen$u_ServerTypeDisk = ServerTypeDisk;
|
|
1701
|
+
type index_gen$u_ServerTypeMemory = ServerTypeMemory;
|
|
1702
|
+
type index_gen$u_ServerTypeStock = ServerTypeStock;
|
|
1703
|
+
declare namespace index_gen$u {
|
|
1704
|
+
export { API$w 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$u_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$u_ListServerTypesRequest as ListServerTypesRequest, type index_gen$u_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$u_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$u_ServerTypeCPU as ServerTypeCPU, type index_gen$u_ServerTypeDisk as ServerTypeDisk, type index_gen$u_ServerTypeMemory as ServerTypeMemory, type index_gen$u_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
|
|
1705
1705
|
}
|
|
1706
1706
|
|
|
1707
|
-
declare namespace index$
|
|
1708
|
-
export { index_gen$
|
|
1707
|
+
declare namespace index$y {
|
|
1708
|
+
export { index_gen$u as v1alpha1 };
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
1711
|
type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
|
|
@@ -2395,7 +2395,7 @@ type UpdateSettingRequest = {
|
|
|
2395
2395
|
*
|
|
2396
2396
|
* This API allows to manage your Elastic Metal server.
|
|
2397
2397
|
*/
|
|
2398
|
-
declare class API$
|
|
2398
|
+
declare class API$v extends API$y {
|
|
2399
2399
|
/** Lists the available zones of the API. */
|
|
2400
2400
|
static readonly LOCALITIES: Zone[];
|
|
2401
2401
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2635,7 +2635,7 @@ declare class API$u extends API$x {
|
|
|
2635
2635
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2636
2636
|
}
|
|
2637
2637
|
/** Elastic Metal Private Network API. */
|
|
2638
|
-
declare class PrivateNetworkAPI extends API$
|
|
2638
|
+
declare class PrivateNetworkAPI extends API$y {
|
|
2639
2639
|
/** Lists the available zones of the API. */
|
|
2640
2640
|
static readonly LOCALITIES: Zone[];
|
|
2641
2641
|
/**
|
|
@@ -2675,7 +2675,7 @@ declare class PrivateNetworkAPI extends API$x {
|
|
|
2675
2675
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2678
|
+
declare class BaremetalV1UtilsAPI extends API$v {
|
|
2679
2679
|
/**
|
|
2680
2680
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2681
2681
|
*
|
|
@@ -2798,81 +2798,81 @@ declare const UpdateServerRequest$1: {
|
|
|
2798
2798
|
};
|
|
2799
2799
|
};
|
|
2800
2800
|
|
|
2801
|
-
declare const validationRules_gen$
|
|
2802
|
-
declare const validationRules_gen$
|
|
2803
|
-
declare const validationRules_gen$
|
|
2804
|
-
declare const validationRules_gen$
|
|
2805
|
-
declare const validationRules_gen$
|
|
2806
|
-
declare const validationRules_gen$
|
|
2807
|
-
declare namespace validationRules_gen$
|
|
2808
|
-
export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$
|
|
2801
|
+
declare const validationRules_gen$e_CreateServerRequestInstall: typeof CreateServerRequestInstall;
|
|
2802
|
+
declare const validationRules_gen$e_InstallServerRequest: typeof InstallServerRequest;
|
|
2803
|
+
declare const validationRules_gen$e_ListOSRequest: typeof ListOSRequest;
|
|
2804
|
+
declare const validationRules_gen$e_ListOptionsRequest: typeof ListOptionsRequest;
|
|
2805
|
+
declare const validationRules_gen$e_ListServerEventsRequest: typeof ListServerEventsRequest;
|
|
2806
|
+
declare const validationRules_gen$e_ListSettingsRequest: typeof ListSettingsRequest;
|
|
2807
|
+
declare namespace validationRules_gen$e {
|
|
2808
|
+
export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$e_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$e_InstallServerRequest as InstallServerRequest, validationRules_gen$e_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$e_ListOptionsRequest as ListOptionsRequest, validationRules_gen$e_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$e_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
|
|
2809
2809
|
}
|
|
2810
2810
|
|
|
2811
|
-
type index$
|
|
2812
|
-
type index$
|
|
2813
|
-
type index$
|
|
2814
|
-
type index$
|
|
2815
|
-
type index$
|
|
2816
|
-
type index$
|
|
2817
|
-
type index$
|
|
2818
|
-
type index$
|
|
2819
|
-
type index$
|
|
2820
|
-
type index$
|
|
2821
|
-
type index$
|
|
2822
|
-
type index$
|
|
2823
|
-
type index$
|
|
2824
|
-
type index$
|
|
2825
|
-
type index$
|
|
2826
|
-
type index$
|
|
2827
|
-
type index$
|
|
2828
|
-
type index$
|
|
2829
|
-
type index$
|
|
2830
|
-
type index$
|
|
2831
|
-
type index$
|
|
2832
|
-
type index$
|
|
2833
|
-
type index$
|
|
2834
|
-
type index$
|
|
2835
|
-
type index$
|
|
2836
|
-
type index$
|
|
2837
|
-
type index$
|
|
2838
|
-
type index$
|
|
2839
|
-
type index$
|
|
2840
|
-
type index$
|
|
2841
|
-
type index$
|
|
2842
|
-
declare const index$
|
|
2843
|
-
type index$
|
|
2844
|
-
type index$
|
|
2845
|
-
type index$
|
|
2846
|
-
type index$
|
|
2847
|
-
type index$
|
|
2848
|
-
type index$
|
|
2849
|
-
declare const index$
|
|
2850
|
-
declare const index$
|
|
2851
|
-
type index$
|
|
2852
|
-
type index$
|
|
2853
|
-
type index$
|
|
2854
|
-
type index$
|
|
2855
|
-
type index$
|
|
2856
|
-
type index$
|
|
2857
|
-
type index$
|
|
2858
|
-
type index$
|
|
2859
|
-
type index$
|
|
2860
|
-
type index$
|
|
2861
|
-
type index$
|
|
2862
|
-
type index$
|
|
2863
|
-
type index$
|
|
2864
|
-
type index$
|
|
2865
|
-
type index$
|
|
2866
|
-
type index$
|
|
2867
|
-
type index$
|
|
2868
|
-
type index$
|
|
2869
|
-
type index$
|
|
2870
|
-
declare namespace index$
|
|
2871
|
-
export { BaremetalV1UtilsAPI as API, type index$
|
|
2811
|
+
type index$x_AddOptionServerRequest = AddOptionServerRequest;
|
|
2812
|
+
type index$x_BMCAccess = BMCAccess;
|
|
2813
|
+
type index$x_CPU = CPU;
|
|
2814
|
+
type index$x_DeleteOptionServerRequest = DeleteOptionServerRequest;
|
|
2815
|
+
type index$x_Disk = Disk;
|
|
2816
|
+
type index$x_GetBMCAccessRequest = GetBMCAccessRequest;
|
|
2817
|
+
type index$x_GetOSRequest = GetOSRequest;
|
|
2818
|
+
type index$x_GetOfferRequest = GetOfferRequest;
|
|
2819
|
+
type index$x_GetOptionRequest = GetOptionRequest;
|
|
2820
|
+
type index$x_GetServerMetricsRequest = GetServerMetricsRequest;
|
|
2821
|
+
type index$x_GetServerMetricsResponse = GetServerMetricsResponse;
|
|
2822
|
+
type index$x_IPReverseStatus = IPReverseStatus;
|
|
2823
|
+
type index$x_IPVersion = IPVersion;
|
|
2824
|
+
type index$x_ListOSResponse = ListOSResponse;
|
|
2825
|
+
type index$x_ListOptionsResponse = ListOptionsResponse;
|
|
2826
|
+
type index$x_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
|
|
2827
|
+
type index$x_ListServerEventsResponse = ListServerEventsResponse;
|
|
2828
|
+
type index$x_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
|
|
2829
|
+
type index$x_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
|
|
2830
|
+
type index$x_ListServersRequestOrderBy = ListServersRequestOrderBy;
|
|
2831
|
+
type index$x_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
|
|
2832
|
+
type index$x_ListSettingsResponse = ListSettingsResponse;
|
|
2833
|
+
type index$x_Memory = Memory;
|
|
2834
|
+
type index$x_OS = OS;
|
|
2835
|
+
type index$x_OSOSField = OSOSField;
|
|
2836
|
+
type index$x_OfferOptionOffer = OfferOptionOffer;
|
|
2837
|
+
type index$x_OfferStock = OfferStock;
|
|
2838
|
+
type index$x_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
|
|
2839
|
+
type index$x_Option = Option;
|
|
2840
|
+
type index$x_PersistentMemory = PersistentMemory;
|
|
2841
|
+
type index$x_PrivateNetworkAPI = PrivateNetworkAPI;
|
|
2842
|
+
declare const index$x_PrivateNetworkAPI: typeof PrivateNetworkAPI;
|
|
2843
|
+
type index$x_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
|
|
2844
|
+
type index$x_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
|
|
2845
|
+
type index$x_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
|
|
2846
|
+
type index$x_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
|
|
2847
|
+
type index$x_RaidController = RaidController;
|
|
2848
|
+
type index$x_RebootServerRequest = RebootServerRequest;
|
|
2849
|
+
declare const index$x_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
|
|
2850
|
+
declare const index$x_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
2851
|
+
type index$x_ServerBootType = ServerBootType;
|
|
2852
|
+
type index$x_ServerEvent = ServerEvent;
|
|
2853
|
+
type index$x_ServerInstall = ServerInstall;
|
|
2854
|
+
type index$x_ServerInstallStatus = ServerInstallStatus;
|
|
2855
|
+
type index$x_ServerOption = ServerOption;
|
|
2856
|
+
type index$x_ServerOptionOptionStatus = ServerOptionOptionStatus;
|
|
2857
|
+
type index$x_ServerPingStatus = ServerPingStatus;
|
|
2858
|
+
type index$x_ServerPrivateNetwork = ServerPrivateNetwork;
|
|
2859
|
+
type index$x_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
|
|
2860
|
+
type index$x_ServerRescueServer = ServerRescueServer;
|
|
2861
|
+
type index$x_ServerStatus = ServerStatus;
|
|
2862
|
+
type index$x_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
|
|
2863
|
+
type index$x_Setting = Setting;
|
|
2864
|
+
type index$x_SettingType = SettingType;
|
|
2865
|
+
type index$x_StartBMCAccessRequest = StartBMCAccessRequest;
|
|
2866
|
+
type index$x_StartServerRequest = StartServerRequest;
|
|
2867
|
+
type index$x_StopBMCAccessRequest = StopBMCAccessRequest;
|
|
2868
|
+
type index$x_StopServerRequest = StopServerRequest;
|
|
2869
|
+
type index$x_UpdateSettingRequest = UpdateSettingRequest;
|
|
2870
|
+
declare namespace index$x {
|
|
2871
|
+
export { BaremetalV1UtilsAPI as API, type index$x_AddOptionServerRequest as AddOptionServerRequest, type index$x_BMCAccess as BMCAccess, type index$x_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$x_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$x_Disk as Disk, type index$x_GetBMCAccessRequest as GetBMCAccessRequest, type index$x_GetOSRequest as GetOSRequest, type index$x_GetOfferRequest as GetOfferRequest, type index$x_GetOptionRequest as GetOptionRequest, type index$x_GetServerMetricsRequest as GetServerMetricsRequest, type index$x_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$2 as IP, type index$x_IPReverseStatus as IPReverseStatus, type index$x_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$x_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$x_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$x_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$x_ListServerEventsResponse as ListServerEventsResponse, type index$x_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$x_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$x_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$x_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$x_ListSettingsResponse as ListSettingsResponse, type index$x_Memory as Memory, type index$x_OS as OS, type index$x_OSOSField as OSOSField, type Offer$1 as Offer, type index$x_OfferOptionOffer as OfferOptionOffer, type index$x_OfferStock as OfferStock, type index$x_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$x_Option as Option, type index$x_PersistentMemory as PersistentMemory, index$x_PrivateNetworkAPI as PrivateNetworkAPI, type index$x_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$x_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$x_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$x_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$x_RaidController as RaidController, type index$x_RebootServerRequest as RebootServerRequest, index$x_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$x_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$x_ServerBootType as ServerBootType, type index$x_ServerEvent as ServerEvent, type index$x_ServerInstall as ServerInstall, type index$x_ServerInstallStatus as ServerInstallStatus, type index$x_ServerOption as ServerOption, type index$x_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$x_ServerPingStatus as ServerPingStatus, type index$x_ServerPrivateNetwork as ServerPrivateNetwork, type index$x_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$x_ServerRescueServer as ServerRescueServer, type index$x_ServerStatus as ServerStatus, type index$x_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$x_Setting as Setting, type index$x_SettingType as SettingType, type index$x_StartBMCAccessRequest as StartBMCAccessRequest, type index$x_StartServerRequest as StartServerRequest, type index$x_StopBMCAccessRequest as StopBMCAccessRequest, type index$x_StopServerRequest as StopServerRequest, type UpdateIPRequest$2 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$x_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$e as ValidationRules };
|
|
2872
2872
|
}
|
|
2873
2873
|
|
|
2874
|
-
declare namespace index$
|
|
2875
|
-
export { index$
|
|
2874
|
+
declare namespace index$w {
|
|
2875
|
+
export { index$x as v1 };
|
|
2876
2876
|
}
|
|
2877
2877
|
|
|
2878
2878
|
type DiscountDiscountMode$1 = 'unknown_discount_mode' | 'discount_mode_rate' | 'discount_mode_value' | 'discount_mode_splittable';
|
|
@@ -3016,7 +3016,7 @@ interface ListInvoicesResponse$1 {
|
|
|
3016
3016
|
*
|
|
3017
3017
|
* This API allows you to query your consumption.
|
|
3018
3018
|
*/
|
|
3019
|
-
declare class API$
|
|
3019
|
+
declare class API$u extends API$y {
|
|
3020
3020
|
/**
|
|
3021
3021
|
* Get current month's consumption. The consumption reflects the amount of
|
|
3022
3022
|
* money you have spent for the products you have used. The consumption value
|
|
@@ -3060,11 +3060,11 @@ declare class API$t extends API$x {
|
|
|
3060
3060
|
};
|
|
3061
3061
|
}
|
|
3062
3062
|
|
|
3063
|
-
type index_gen$
|
|
3064
|
-
type index_gen$
|
|
3065
|
-
type index_gen$
|
|
3066
|
-
declare namespace index_gen$
|
|
3067
|
-
export { API$
|
|
3063
|
+
type index_gen$t_GetConsumptionRequest = GetConsumptionRequest;
|
|
3064
|
+
type index_gen$t_GetConsumptionResponse = GetConsumptionResponse;
|
|
3065
|
+
type index_gen$t_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
3066
|
+
declare namespace index_gen$t {
|
|
3067
|
+
export { API$u as API, type Discount$1 as Discount, type DiscountCoupon$1 as DiscountCoupon, type DiscountDiscountMode$1 as DiscountDiscountMode, type DiscountFilter$1 as DiscountFilter, type DiscountFilterType$1 as DiscountFilterType, type DownloadInvoiceRequest$1 as DownloadInvoiceRequest, type DownloadInvoiceRequestFileType$1 as DownloadInvoiceRequestFileType, type index_gen$t_GetConsumptionRequest as GetConsumptionRequest, type index_gen$t_GetConsumptionResponse as GetConsumptionResponse, type index_gen$t_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type Invoice$1 as Invoice, type InvoiceType$1 as InvoiceType, type ListDiscountsRequest$1 as ListDiscountsRequest, type ListDiscountsRequestOrderBy$1 as ListDiscountsRequestOrderBy, type ListDiscountsResponse$1 as ListDiscountsResponse, type ListInvoicesRequest$1 as ListInvoicesRequest, type ListInvoicesRequestOrderBy$1 as ListInvoicesRequestOrderBy, type ListInvoicesResponse$1 as ListInvoicesResponse };
|
|
3068
3068
|
}
|
|
3069
3069
|
|
|
3070
3070
|
type DiscountDiscountMode = 'unknown_discount_mode' | 'discount_mode_rate' | 'discount_mode_value' | 'discount_mode_splittable';
|
|
@@ -3341,7 +3341,7 @@ interface ListTaxesResponse {
|
|
|
3341
3341
|
*
|
|
3342
3342
|
* This API allows you to query your consumption.
|
|
3343
3343
|
*/
|
|
3344
|
-
declare class API$
|
|
3344
|
+
declare class API$t extends API$y {
|
|
3345
3345
|
protected pageOfListConsumptions: (request?: Readonly<ListConsumptionsRequest>) => Promise<ListConsumptionsResponse>;
|
|
3346
3346
|
/**
|
|
3347
3347
|
* Get monthly consumption. Consumption allows you to retrieve your past or
|
|
@@ -3414,39 +3414,39 @@ declare class API$s extends API$x {
|
|
|
3414
3414
|
};
|
|
3415
3415
|
}
|
|
3416
3416
|
|
|
3417
|
-
type index_gen$
|
|
3418
|
-
type index_gen$
|
|
3419
|
-
type index_gen$
|
|
3420
|
-
type index_gen$
|
|
3421
|
-
type index_gen$
|
|
3422
|
-
type index_gen$
|
|
3423
|
-
type index_gen$
|
|
3424
|
-
type index_gen$
|
|
3425
|
-
type index_gen$
|
|
3426
|
-
type index_gen$
|
|
3427
|
-
type index_gen$
|
|
3428
|
-
type index_gen$
|
|
3429
|
-
type index_gen$
|
|
3430
|
-
type index_gen$
|
|
3431
|
-
type index_gen$
|
|
3432
|
-
type index_gen$
|
|
3433
|
-
type index_gen$
|
|
3434
|
-
type index_gen$
|
|
3435
|
-
type index_gen$
|
|
3436
|
-
type index_gen$
|
|
3437
|
-
type index_gen$
|
|
3438
|
-
type index_gen$
|
|
3439
|
-
type index_gen$
|
|
3440
|
-
type index_gen$
|
|
3441
|
-
type index_gen$
|
|
3442
|
-
type index_gen$
|
|
3443
|
-
type index_gen$
|
|
3444
|
-
declare namespace index_gen$
|
|
3445
|
-
export { API$
|
|
3417
|
+
type index_gen$s_Discount = Discount;
|
|
3418
|
+
type index_gen$s_DiscountCoupon = DiscountCoupon;
|
|
3419
|
+
type index_gen$s_DiscountDiscountMode = DiscountDiscountMode;
|
|
3420
|
+
type index_gen$s_DiscountFilter = DiscountFilter;
|
|
3421
|
+
type index_gen$s_DiscountFilterType = DiscountFilterType;
|
|
3422
|
+
type index_gen$s_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
3423
|
+
type index_gen$s_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
3424
|
+
type index_gen$s_ExportInvoicesRequest = ExportInvoicesRequest;
|
|
3425
|
+
type index_gen$s_ExportInvoicesRequestFileType = ExportInvoicesRequestFileType;
|
|
3426
|
+
type index_gen$s_ExportInvoicesRequestOrderBy = ExportInvoicesRequestOrderBy;
|
|
3427
|
+
type index_gen$s_GetInvoiceRequest = GetInvoiceRequest;
|
|
3428
|
+
type index_gen$s_Invoice = Invoice;
|
|
3429
|
+
type index_gen$s_InvoiceType = InvoiceType;
|
|
3430
|
+
type index_gen$s_ListConsumptionsRequest = ListConsumptionsRequest;
|
|
3431
|
+
type index_gen$s_ListConsumptionsRequestOrderBy = ListConsumptionsRequestOrderBy;
|
|
3432
|
+
type index_gen$s_ListConsumptionsResponse = ListConsumptionsResponse;
|
|
3433
|
+
type index_gen$s_ListConsumptionsResponseConsumption = ListConsumptionsResponseConsumption;
|
|
3434
|
+
type index_gen$s_ListDiscountsRequest = ListDiscountsRequest;
|
|
3435
|
+
type index_gen$s_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
|
|
3436
|
+
type index_gen$s_ListDiscountsResponse = ListDiscountsResponse;
|
|
3437
|
+
type index_gen$s_ListInvoicesRequest = ListInvoicesRequest;
|
|
3438
|
+
type index_gen$s_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
3439
|
+
type index_gen$s_ListInvoicesResponse = ListInvoicesResponse;
|
|
3440
|
+
type index_gen$s_ListTaxesRequest = ListTaxesRequest;
|
|
3441
|
+
type index_gen$s_ListTaxesRequestOrderBy = ListTaxesRequestOrderBy;
|
|
3442
|
+
type index_gen$s_ListTaxesResponse = ListTaxesResponse;
|
|
3443
|
+
type index_gen$s_ListTaxesResponseTax = ListTaxesResponseTax;
|
|
3444
|
+
declare namespace index_gen$s {
|
|
3445
|
+
export { API$t as API, type index_gen$s_Discount as Discount, type index_gen$s_DiscountCoupon as DiscountCoupon, type index_gen$s_DiscountDiscountMode as DiscountDiscountMode, type index_gen$s_DiscountFilter as DiscountFilter, type index_gen$s_DiscountFilterType as DiscountFilterType, type index_gen$s_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$s_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$s_ExportInvoicesRequest as ExportInvoicesRequest, type index_gen$s_ExportInvoicesRequestFileType as ExportInvoicesRequestFileType, type index_gen$s_ExportInvoicesRequestOrderBy as ExportInvoicesRequestOrderBy, type index_gen$s_GetInvoiceRequest as GetInvoiceRequest, type index_gen$s_Invoice as Invoice, type index_gen$s_InvoiceType as InvoiceType, type index_gen$s_ListConsumptionsRequest as ListConsumptionsRequest, type index_gen$s_ListConsumptionsRequestOrderBy as ListConsumptionsRequestOrderBy, type index_gen$s_ListConsumptionsResponse as ListConsumptionsResponse, type index_gen$s_ListConsumptionsResponseConsumption as ListConsumptionsResponseConsumption, type index_gen$s_ListDiscountsRequest as ListDiscountsRequest, type index_gen$s_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$s_ListDiscountsResponse as ListDiscountsResponse, type index_gen$s_ListInvoicesRequest as ListInvoicesRequest, type index_gen$s_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$s_ListInvoicesResponse as ListInvoicesResponse, type index_gen$s_ListTaxesRequest as ListTaxesRequest, type index_gen$s_ListTaxesRequestOrderBy as ListTaxesRequestOrderBy, type index_gen$s_ListTaxesResponse as ListTaxesResponse, type index_gen$s_ListTaxesResponseTax as ListTaxesResponseTax };
|
|
3446
3446
|
}
|
|
3447
3447
|
|
|
3448
|
-
declare namespace index$
|
|
3449
|
-
export { index_gen$
|
|
3448
|
+
declare namespace index$v {
|
|
3449
|
+
export { index_gen$t as v2alpha1, index_gen$s as v2beta1 };
|
|
3450
3450
|
}
|
|
3451
3451
|
|
|
3452
3452
|
type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -3750,7 +3750,7 @@ type UpdateVolumeRequest$2 = {
|
|
|
3750
3750
|
*
|
|
3751
3751
|
* This API allows you to use and manage your Block Storage volumes.
|
|
3752
3752
|
*/
|
|
3753
|
-
declare class API$
|
|
3753
|
+
declare class API$s extends API$y {
|
|
3754
3754
|
/** Lists the available zones of the API. */
|
|
3755
3755
|
static readonly LOCALITIES: Zone[];
|
|
3756
3756
|
protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
|
|
@@ -3928,27 +3928,27 @@ declare const Reference: {
|
|
|
3928
3928
|
};
|
|
3929
3929
|
};
|
|
3930
3930
|
|
|
3931
|
-
declare const validationRules_gen$
|
|
3932
|
-
declare const validationRules_gen$
|
|
3933
|
-
declare namespace validationRules_gen$
|
|
3934
|
-
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$
|
|
3931
|
+
declare const validationRules_gen$d_ListVolumeTypesRequest: typeof ListVolumeTypesRequest;
|
|
3932
|
+
declare const validationRules_gen$d_Reference: typeof Reference;
|
|
3933
|
+
declare namespace validationRules_gen$d {
|
|
3934
|
+
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$d_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$d_Reference as Reference };
|
|
3935
3935
|
}
|
|
3936
3936
|
|
|
3937
|
-
type index_gen$
|
|
3938
|
-
type index_gen$
|
|
3939
|
-
type index_gen$
|
|
3940
|
-
declare const index_gen$
|
|
3941
|
-
type index_gen$
|
|
3942
|
-
type index_gen$
|
|
3943
|
-
type index_gen$
|
|
3944
|
-
type index_gen$
|
|
3945
|
-
type index_gen$
|
|
3946
|
-
declare namespace index_gen$
|
|
3947
|
-
export { API$
|
|
3937
|
+
type index_gen$r_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
|
|
3938
|
+
type index_gen$r_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
|
|
3939
|
+
type index_gen$r_ListVolumeTypesResponse = ListVolumeTypesResponse;
|
|
3940
|
+
declare const index_gen$r_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
|
|
3941
|
+
type index_gen$r_ReferenceStatus = ReferenceStatus;
|
|
3942
|
+
type index_gen$r_ReferenceType = ReferenceType;
|
|
3943
|
+
type index_gen$r_SnapshotParentVolume = SnapshotParentVolume;
|
|
3944
|
+
type index_gen$r_VolumeSpecifications = VolumeSpecifications;
|
|
3945
|
+
type index_gen$r_VolumeStatus = VolumeStatus;
|
|
3946
|
+
declare namespace index_gen$r {
|
|
3947
|
+
export { API$s as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$r_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$r_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$r_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$r_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$r_ReferenceStatus as ReferenceStatus, type index_gen$r_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$r_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type StorageClass$2 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$d as ValidationRules, type Volume$4 as Volume, type index_gen$r_VolumeSpecifications as VolumeSpecifications, type index_gen$r_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3948
3948
|
}
|
|
3949
3949
|
|
|
3950
|
-
declare namespace index$
|
|
3951
|
-
export { index_gen$
|
|
3950
|
+
declare namespace index$u {
|
|
3951
|
+
export { index_gen$r as v1alpha1 };
|
|
3952
3952
|
}
|
|
3953
3953
|
|
|
3954
3954
|
type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
|
|
@@ -4343,7 +4343,7 @@ type TriggerTestAlertRequest = {
|
|
|
4343
4343
|
* logs. It also provides you with a dedicated Grafana for dashboarding to
|
|
4344
4344
|
* visualize your metrics and logs.
|
|
4345
4345
|
*/
|
|
4346
|
-
declare class API$
|
|
4346
|
+
declare class API$r extends API$y {
|
|
4347
4347
|
/**
|
|
4348
4348
|
* Activate the Cockpit of a given Project specified by the Project ID.
|
|
4349
4349
|
*
|
|
@@ -4561,57 +4561,57 @@ declare class API$q extends API$x {
|
|
|
4561
4561
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
4562
4562
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
4563
4563
|
|
|
4564
|
-
type index_gen$
|
|
4565
|
-
declare const index_gen$
|
|
4566
|
-
type index_gen$
|
|
4567
|
-
type index_gen$
|
|
4568
|
-
type index_gen$
|
|
4569
|
-
type index_gen$
|
|
4570
|
-
type index_gen$
|
|
4571
|
-
type index_gen$
|
|
4572
|
-
type index_gen$
|
|
4573
|
-
type index_gen$
|
|
4574
|
-
type index_gen$
|
|
4575
|
-
type index_gen$
|
|
4576
|
-
type index_gen$
|
|
4577
|
-
type index_gen$
|
|
4578
|
-
type index_gen$
|
|
4579
|
-
type index_gen$
|
|
4580
|
-
type index_gen$
|
|
4581
|
-
type index_gen$
|
|
4582
|
-
type index_gen$
|
|
4583
|
-
type index_gen$
|
|
4584
|
-
type index_gen$
|
|
4585
|
-
type index_gen$
|
|
4586
|
-
type index_gen$
|
|
4587
|
-
type index_gen$
|
|
4588
|
-
type index_gen$
|
|
4589
|
-
type index_gen$
|
|
4590
|
-
type index_gen$
|
|
4591
|
-
type index_gen$
|
|
4592
|
-
type index_gen$
|
|
4593
|
-
type index_gen$
|
|
4594
|
-
type index_gen$
|
|
4595
|
-
type index_gen$
|
|
4596
|
-
type index_gen$
|
|
4597
|
-
type index_gen$
|
|
4598
|
-
type index_gen$
|
|
4599
|
-
type index_gen$
|
|
4600
|
-
type index_gen$
|
|
4601
|
-
type index_gen$
|
|
4602
|
-
type index_gen$
|
|
4603
|
-
type index_gen$
|
|
4604
|
-
type index_gen$
|
|
4605
|
-
type index_gen$
|
|
4606
|
-
type index_gen$
|
|
4607
|
-
type index_gen$
|
|
4608
|
-
type index_gen$
|
|
4609
|
-
declare namespace index_gen$
|
|
4610
|
-
export { API$
|
|
4564
|
+
type index_gen$q_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
4565
|
+
declare const index_gen$q_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
4566
|
+
type index_gen$q_Cockpit = Cockpit;
|
|
4567
|
+
type index_gen$q_CockpitEndpoints = CockpitEndpoints;
|
|
4568
|
+
type index_gen$q_CockpitMetrics = CockpitMetrics;
|
|
4569
|
+
type index_gen$q_CockpitStatus = CockpitStatus;
|
|
4570
|
+
type index_gen$q_ContactPoint = ContactPoint;
|
|
4571
|
+
type index_gen$q_ContactPointEmail = ContactPointEmail;
|
|
4572
|
+
type index_gen$q_CreateContactPointRequest = CreateContactPointRequest;
|
|
4573
|
+
type index_gen$q_CreateDatasourceRequest = CreateDatasourceRequest;
|
|
4574
|
+
type index_gen$q_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
4575
|
+
type index_gen$q_Datasource = Datasource;
|
|
4576
|
+
type index_gen$q_DatasourceType = DatasourceType;
|
|
4577
|
+
type index_gen$q_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
4578
|
+
type index_gen$q_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
4579
|
+
type index_gen$q_DeleteDatasourceRequest = DeleteDatasourceRequest;
|
|
4580
|
+
type index_gen$q_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
4581
|
+
type index_gen$q_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
4582
|
+
type index_gen$q_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
4583
|
+
type index_gen$q_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
4584
|
+
type index_gen$q_GetCockpitRequest = GetCockpitRequest;
|
|
4585
|
+
type index_gen$q_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
|
|
4586
|
+
type index_gen$q_GrafanaProductDashboard = GrafanaProductDashboard;
|
|
4587
|
+
type index_gen$q_GrafanaUser = GrafanaUser;
|
|
4588
|
+
type index_gen$q_GrafanaUserRole = GrafanaUserRole;
|
|
4589
|
+
type index_gen$q_ListContactPointsRequest = ListContactPointsRequest;
|
|
4590
|
+
type index_gen$q_ListContactPointsResponse = ListContactPointsResponse;
|
|
4591
|
+
type index_gen$q_ListDatasourcesRequest = ListDatasourcesRequest;
|
|
4592
|
+
type index_gen$q_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
|
|
4593
|
+
type index_gen$q_ListDatasourcesResponse = ListDatasourcesResponse;
|
|
4594
|
+
type index_gen$q_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
|
|
4595
|
+
type index_gen$q_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
|
|
4596
|
+
type index_gen$q_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
4597
|
+
type index_gen$q_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
4598
|
+
type index_gen$q_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
4599
|
+
type index_gen$q_ListPlansRequest = ListPlansRequest;
|
|
4600
|
+
type index_gen$q_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
4601
|
+
type index_gen$q_ListPlansResponse = ListPlansResponse;
|
|
4602
|
+
type index_gen$q_Plan = Plan;
|
|
4603
|
+
type index_gen$q_PlanName = PlanName;
|
|
4604
|
+
type index_gen$q_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
4605
|
+
type index_gen$q_SelectPlanRequest = SelectPlanRequest;
|
|
4606
|
+
type index_gen$q_SelectPlanResponse = SelectPlanResponse;
|
|
4607
|
+
type index_gen$q_TokenScopes = TokenScopes;
|
|
4608
|
+
type index_gen$q_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
4609
|
+
declare namespace index_gen$q {
|
|
4610
|
+
export { API$r as API, type index_gen$q_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$q_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$q_Cockpit as Cockpit, type index_gen$q_CockpitEndpoints as CockpitEndpoints, type index_gen$q_CockpitMetrics as CockpitMetrics, type index_gen$q_CockpitStatus as CockpitStatus, type index_gen$q_ContactPoint as ContactPoint, type index_gen$q_ContactPointEmail as ContactPointEmail, type index_gen$q_CreateContactPointRequest as CreateContactPointRequest, type index_gen$q_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$q_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$q_Datasource as Datasource, type index_gen$q_DatasourceType as DatasourceType, type index_gen$q_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$q_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$q_DeleteDatasourceRequest as DeleteDatasourceRequest, type index_gen$q_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$q_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$q_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$q_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$q_GetCockpitRequest as GetCockpitRequest, type index_gen$q_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$q_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$q_GrafanaUser as GrafanaUser, type index_gen$q_GrafanaUserRole as GrafanaUserRole, type index_gen$q_ListContactPointsRequest as ListContactPointsRequest, type index_gen$q_ListContactPointsResponse as ListContactPointsResponse, type index_gen$q_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$q_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$q_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$q_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$q_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$q_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$q_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$q_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$q_ListPlansRequest as ListPlansRequest, type index_gen$q_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$q_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$q_Plan as Plan, type index_gen$q_PlanName as PlanName, type index_gen$q_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$q_SelectPlanRequest as SelectPlanRequest, type index_gen$q_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$q_TokenScopes as TokenScopes, type index_gen$q_TriggerTestAlertRequest as TriggerTestAlertRequest };
|
|
4611
4611
|
}
|
|
4612
4612
|
|
|
4613
|
-
declare namespace index$
|
|
4614
|
-
export { index_gen$
|
|
4613
|
+
declare namespace index$t {
|
|
4614
|
+
export { index_gen$q as v1beta1 };
|
|
4615
4615
|
}
|
|
4616
4616
|
|
|
4617
4617
|
type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
|
|
@@ -5400,7 +5400,7 @@ type UpdateTriggerRequest$3 = {
|
|
|
5400
5400
|
};
|
|
5401
5401
|
|
|
5402
5402
|
/** Serverless Containers API. */
|
|
5403
|
-
declare class API$
|
|
5403
|
+
declare class API$q extends API$y {
|
|
5404
5404
|
/** Lists the available regions of the API. */
|
|
5405
5405
|
static readonly LOCALITIES: Region[];
|
|
5406
5406
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
@@ -5750,30 +5750,30 @@ declare const UpdateTriggerRequest$2: {
|
|
|
5750
5750
|
};
|
|
5751
5751
|
};
|
|
5752
5752
|
|
|
5753
|
-
declare namespace validationRules_gen$
|
|
5753
|
+
declare namespace validationRules_gen$c {
|
|
5754
5754
|
export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
|
|
5755
5755
|
}
|
|
5756
5756
|
|
|
5757
|
-
declare const index_gen$
|
|
5758
|
-
type index_gen$
|
|
5759
|
-
type index_gen$
|
|
5760
|
-
type index_gen$
|
|
5761
|
-
type index_gen$
|
|
5762
|
-
type index_gen$
|
|
5763
|
-
type index_gen$
|
|
5764
|
-
type index_gen$
|
|
5765
|
-
type index_gen$
|
|
5766
|
-
type index_gen$
|
|
5767
|
-
type index_gen$
|
|
5768
|
-
type index_gen$
|
|
5769
|
-
type index_gen$
|
|
5770
|
-
type index_gen$
|
|
5771
|
-
declare namespace index_gen$
|
|
5772
|
-
export { API$
|
|
5757
|
+
declare const index_gen$p_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
5758
|
+
type index_gen$p_Container = Container;
|
|
5759
|
+
type index_gen$p_ContainerHttpOption = ContainerHttpOption;
|
|
5760
|
+
type index_gen$p_ContainerPrivacy = ContainerPrivacy;
|
|
5761
|
+
type index_gen$p_ContainerProtocol = ContainerProtocol;
|
|
5762
|
+
type index_gen$p_ContainerStatus = ContainerStatus;
|
|
5763
|
+
type index_gen$p_CreateContainerRequest = CreateContainerRequest;
|
|
5764
|
+
type index_gen$p_DeleteContainerRequest = DeleteContainerRequest;
|
|
5765
|
+
type index_gen$p_DeployContainerRequest = DeployContainerRequest;
|
|
5766
|
+
type index_gen$p_GetContainerRequest = GetContainerRequest;
|
|
5767
|
+
type index_gen$p_ListContainersRequest = ListContainersRequest;
|
|
5768
|
+
type index_gen$p_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
5769
|
+
type index_gen$p_ListContainersResponse = ListContainersResponse;
|
|
5770
|
+
type index_gen$p_UpdateContainerRequest = UpdateContainerRequest;
|
|
5771
|
+
declare namespace index_gen$p {
|
|
5772
|
+
export { API$q as API, index_gen$p_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$p_Container as Container, type index_gen$p_ContainerHttpOption as ContainerHttpOption, type index_gen$p_ContainerPrivacy as ContainerPrivacy, type index_gen$p_ContainerProtocol as ContainerProtocol, type index_gen$p_ContainerStatus as ContainerStatus, type index_gen$p_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$p_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$p_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$p_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$p_ListContainersRequest as ListContainersRequest, type index_gen$p_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$p_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 ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 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, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type Secret$3 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$p_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$c as ValidationRules };
|
|
5773
5773
|
}
|
|
5774
5774
|
|
|
5775
|
-
declare namespace index$
|
|
5776
|
-
export { index_gen$
|
|
5775
|
+
declare namespace index$s {
|
|
5776
|
+
export { index_gen$p as v1beta1 };
|
|
5777
5777
|
}
|
|
5778
5778
|
|
|
5779
5779
|
type ACLRuleAction$1 = 'allow' | 'deny';
|
|
@@ -5788,9 +5788,9 @@ type ListInstancesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'nam
|
|
|
5788
5788
|
type ListPrivilegesRequestOrderBy$1 = 'user_name_asc' | 'user_name_desc' | 'database_name_asc' | 'database_name_desc';
|
|
5789
5789
|
type ListSnapshotsRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'expires_at_asc' | 'expires_at_desc';
|
|
5790
5790
|
type ListUsersRequestOrderBy$2 = 'name_asc' | 'name_desc' | 'is_admin_asc' | 'is_admin_desc';
|
|
5791
|
-
type MaintenanceStatus$1 = 'unknown' | 'pending' | 'done' | 'canceled';
|
|
5791
|
+
type MaintenanceStatus$1 = 'unknown' | 'pending' | 'done' | 'canceled' | 'ongoing';
|
|
5792
5792
|
type NodeTypeGeneration$1 = 'unknown_generation' | 'generation_v1' | 'generation_v2';
|
|
5793
|
-
type NodeTypeStock$
|
|
5793
|
+
type NodeTypeStock$3 = 'unknown' | 'low_stock' | 'out_of_stock' | 'available';
|
|
5794
5794
|
type Permission$1 = 'readonly' | 'readwrite' | 'all' | 'custom' | 'none';
|
|
5795
5795
|
type ReadReplicaStatus$1 = 'unknown' | 'provisioning' | 'initializing' | 'ready' | 'deleting' | 'error' | 'locked' | 'configuring' | 'promoting';
|
|
5796
5796
|
type SnapshotStatus$1 = 'unknown' | 'creating' | 'ready' | 'restoring' | 'deleting' | 'error' | 'locked';
|
|
@@ -5800,7 +5800,7 @@ interface EndpointDirectAccessDetails$1 {
|
|
|
5800
5800
|
}
|
|
5801
5801
|
interface EndpointLoadBalancerDetails$1 {
|
|
5802
5802
|
}
|
|
5803
|
-
interface EndpointPrivateNetworkDetails$
|
|
5803
|
+
interface EndpointPrivateNetworkDetails$2 {
|
|
5804
5804
|
/** UUID of the Private Network. */
|
|
5805
5805
|
privateNetworkId: string;
|
|
5806
5806
|
/** CIDR notation of the endpoint IPv4 address. */
|
|
@@ -5836,7 +5836,7 @@ interface EngineSetting$1 {
|
|
|
5836
5836
|
/** Maximum value for float types. */
|
|
5837
5837
|
floatMax?: number;
|
|
5838
5838
|
}
|
|
5839
|
-
interface Endpoint$
|
|
5839
|
+
interface Endpoint$3 {
|
|
5840
5840
|
/** UUID of the endpoint. */
|
|
5841
5841
|
id: string;
|
|
5842
5842
|
/**
|
|
@@ -5857,7 +5857,7 @@ interface Endpoint$2 {
|
|
|
5857
5857
|
* One-of ('details'): at most one of 'privateNetwork', 'loadBalancer',
|
|
5858
5858
|
* 'directAccess' could be set.
|
|
5859
5859
|
*/
|
|
5860
|
-
privateNetwork?: EndpointPrivateNetworkDetails$
|
|
5860
|
+
privateNetwork?: EndpointPrivateNetworkDetails$2;
|
|
5861
5861
|
/**
|
|
5862
5862
|
* Load Balancer details. Public endpoint for Database Instance which is
|
|
5863
5863
|
* systematically present. One per Database Instance.
|
|
@@ -5883,7 +5883,7 @@ interface Endpoint$2 {
|
|
|
5883
5883
|
}
|
|
5884
5884
|
interface EndpointSpecLoadBalancer$1 {
|
|
5885
5885
|
}
|
|
5886
|
-
interface EndpointSpecPrivateNetwork$
|
|
5886
|
+
interface EndpointSpecPrivateNetwork$2 {
|
|
5887
5887
|
/** UUID of the Private Network to be connected to the Database Instance. */
|
|
5888
5888
|
privateNetworkId: string;
|
|
5889
5889
|
/**
|
|
@@ -5972,12 +5972,14 @@ interface Maintenance$1 {
|
|
|
5972
5972
|
reason: string;
|
|
5973
5973
|
/** Status of the maintenance. */
|
|
5974
5974
|
status: MaintenanceStatus$1;
|
|
5975
|
+
/** Time when Scaleway-side maintenance will be applied. */
|
|
5976
|
+
forcedAt?: Date;
|
|
5975
5977
|
}
|
|
5976
5978
|
interface ReadReplica$1 {
|
|
5977
5979
|
/** UUID of the Read Replica. */
|
|
5978
5980
|
id: string;
|
|
5979
5981
|
/** Display Read Replica connection information. */
|
|
5980
|
-
endpoints: Endpoint$
|
|
5982
|
+
endpoints: Endpoint$3[];
|
|
5981
5983
|
/** Read replica status. */
|
|
5982
5984
|
status: ReadReplicaStatus$1;
|
|
5983
5985
|
/** Region the Read Replica is in. */
|
|
@@ -6023,11 +6025,11 @@ interface SnapshotVolumeType$2 {
|
|
|
6023
6025
|
type: VolumeType$2;
|
|
6024
6026
|
class: StorageClass$1;
|
|
6025
6027
|
}
|
|
6026
|
-
interface ACLRuleRequest$
|
|
6028
|
+
interface ACLRuleRequest$2 {
|
|
6027
6029
|
ip: string;
|
|
6028
6030
|
description: string;
|
|
6029
6031
|
}
|
|
6030
|
-
interface ACLRule$
|
|
6032
|
+
interface ACLRule$3 {
|
|
6031
6033
|
ip: string;
|
|
6032
6034
|
/** @deprecated */
|
|
6033
6035
|
port?: number;
|
|
@@ -6036,7 +6038,7 @@ interface ACLRule$2 {
|
|
|
6036
6038
|
action: ACLRuleAction$1;
|
|
6037
6039
|
description: string;
|
|
6038
6040
|
}
|
|
6039
|
-
interface EndpointSpec$
|
|
6041
|
+
interface EndpointSpec$3 {
|
|
6040
6042
|
/**
|
|
6041
6043
|
* Load Balancer endpoint specifications. Public endpoint for Database
|
|
6042
6044
|
* Instance which is systematically present. One per Document Database
|
|
@@ -6055,7 +6057,7 @@ interface EndpointSpec$2 {
|
|
|
6055
6057
|
* One-of ('spec'): at most one of 'loadBalancer', 'privateNetwork' could be
|
|
6056
6058
|
* set.
|
|
6057
6059
|
*/
|
|
6058
|
-
privateNetwork?: EndpointSpecPrivateNetwork$
|
|
6060
|
+
privateNetwork?: EndpointSpecPrivateNetwork$2;
|
|
6059
6061
|
}
|
|
6060
6062
|
interface ReadReplicaEndpointSpec$1 {
|
|
6061
6063
|
/**
|
|
@@ -6137,7 +6139,7 @@ interface Instance$2 {
|
|
|
6137
6139
|
/** Available database engine versions for upgrade. */
|
|
6138
6140
|
upgradableVersion: UpgradableVersion$1[];
|
|
6139
6141
|
/** @deprecated Endpoint of the Database Instance. */
|
|
6140
|
-
endpoint?: Endpoint$
|
|
6142
|
+
endpoint?: Endpoint$3;
|
|
6141
6143
|
/** List of tags applied to the Database Instance. */
|
|
6142
6144
|
tags: string[];
|
|
6143
6145
|
/** Advanced settings of the Database Instance. */
|
|
@@ -6153,7 +6155,7 @@ interface Instance$2 {
|
|
|
6153
6155
|
/** List of engine settings to be set at Database Instance initialization. */
|
|
6154
6156
|
initSettings: InstanceSetting$1[];
|
|
6155
6157
|
/** List of Database Instance endpoints. */
|
|
6156
|
-
endpoints: Endpoint$
|
|
6158
|
+
endpoints: Endpoint$3[];
|
|
6157
6159
|
/** Logs policy of the Database Instance. */
|
|
6158
6160
|
logsPolicy?: LogsPolicy$1;
|
|
6159
6161
|
/** Store logical backups in the same region as the Database Instance. */
|
|
@@ -6161,11 +6163,11 @@ interface Instance$2 {
|
|
|
6161
6163
|
/** List of Database Instance maintenance events. */
|
|
6162
6164
|
maintenances: Maintenance$1[];
|
|
6163
6165
|
}
|
|
6164
|
-
interface NodeType$
|
|
6166
|
+
interface NodeType$3 {
|
|
6165
6167
|
/** Node Type name identifier. */
|
|
6166
6168
|
name: string;
|
|
6167
6169
|
/** Current stock status for the Node Type. */
|
|
6168
|
-
stockStatus: NodeTypeStock$
|
|
6170
|
+
stockStatus: NodeTypeStock$3;
|
|
6169
6171
|
/** Current specs of the offer. */
|
|
6170
6172
|
description: string;
|
|
6171
6173
|
/** Number of virtual CPUs. */
|
|
@@ -6259,11 +6261,11 @@ type AddInstanceACLRulesRequest$1 = {
|
|
|
6259
6261
|
/** UUID of the Database Instance you want to add ACL rules to. */
|
|
6260
6262
|
instanceId: string;
|
|
6261
6263
|
/** ACL rules to add to the Database Instance. */
|
|
6262
|
-
rules: ACLRuleRequest$
|
|
6264
|
+
rules: ACLRuleRequest$2[];
|
|
6263
6265
|
};
|
|
6264
6266
|
interface AddInstanceACLRulesResponse$1 {
|
|
6265
6267
|
/** ACL Rules enabled for the Database Instance. */
|
|
6266
|
-
rules: ACLRule$
|
|
6268
|
+
rules: ACLRule$3[];
|
|
6267
6269
|
}
|
|
6268
6270
|
type AddInstanceSettingsRequest$1 = {
|
|
6269
6271
|
/**
|
|
@@ -6280,6 +6282,15 @@ interface AddInstanceSettingsResponse$1 {
|
|
|
6280
6282
|
/** Settings available on the Database Instance. */
|
|
6281
6283
|
settings: InstanceSetting$1[];
|
|
6282
6284
|
}
|
|
6285
|
+
type ApplyInstanceMaintenanceRequest$1 = {
|
|
6286
|
+
/**
|
|
6287
|
+
* Region to target. If none is passed will use default region from the
|
|
6288
|
+
* config.
|
|
6289
|
+
*/
|
|
6290
|
+
region?: Region;
|
|
6291
|
+
/** UUID of the Database Instance to which you want to apply maintenance. */
|
|
6292
|
+
instanceId: string;
|
|
6293
|
+
};
|
|
6283
6294
|
type CloneInstanceRequest$1 = {
|
|
6284
6295
|
/**
|
|
6285
6296
|
* Region to target. If none is passed will use default region from the
|
|
@@ -6304,7 +6315,7 @@ type CreateDatabaseRequest$3 = {
|
|
|
6304
6315
|
/** Name of the database. */
|
|
6305
6316
|
name: string;
|
|
6306
6317
|
};
|
|
6307
|
-
type CreateEndpointRequest$
|
|
6318
|
+
type CreateEndpointRequest$2 = {
|
|
6308
6319
|
/**
|
|
6309
6320
|
* Region to target. If none is passed will use default region from the
|
|
6310
6321
|
* config.
|
|
@@ -6313,7 +6324,7 @@ type CreateEndpointRequest$1 = {
|
|
|
6313
6324
|
/** UUID of the Database Instance you to which you want to add an endpoint. */
|
|
6314
6325
|
instanceId: string;
|
|
6315
6326
|
/** Specification of the endpoint you want to create. */
|
|
6316
|
-
endpointSpec?: EndpointSpec$
|
|
6327
|
+
endpointSpec?: EndpointSpec$3;
|
|
6317
6328
|
};
|
|
6318
6329
|
type CreateInstanceFromSnapshotRequest$1 = {
|
|
6319
6330
|
/**
|
|
@@ -6379,7 +6390,7 @@ type CreateInstanceRequest$1 = {
|
|
|
6379
6390
|
* One or multiple EndpointSpec used to expose your Database Instance. A
|
|
6380
6391
|
* load_balancer public endpoint is systematically created.
|
|
6381
6392
|
*/
|
|
6382
|
-
initEndpoints?: EndpointSpec$
|
|
6393
|
+
initEndpoints?: EndpointSpec$3[];
|
|
6383
6394
|
/**
|
|
6384
6395
|
* Defines whether to or not to store logical backups in the same region as
|
|
6385
6396
|
* the Database Instance.
|
|
@@ -6452,7 +6463,7 @@ type DeleteDatabaseRequest$2 = {
|
|
|
6452
6463
|
/** Name of the database to delete. */
|
|
6453
6464
|
name: string;
|
|
6454
6465
|
};
|
|
6455
|
-
type DeleteEndpointRequest$
|
|
6466
|
+
type DeleteEndpointRequest$3 = {
|
|
6456
6467
|
/**
|
|
6457
6468
|
* Region to target. If none is passed will use default region from the
|
|
6458
6469
|
* config.
|
|
@@ -6474,7 +6485,7 @@ type DeleteInstanceACLRulesRequest$1 = {
|
|
|
6474
6485
|
};
|
|
6475
6486
|
interface DeleteInstanceACLRulesResponse$1 {
|
|
6476
6487
|
/** IP addresses defined in the ACL rules of the Database Instance. */
|
|
6477
|
-
rules: ACLRule$
|
|
6488
|
+
rules: ACLRule$3[];
|
|
6478
6489
|
}
|
|
6479
6490
|
type DeleteInstanceRequest$1 = {
|
|
6480
6491
|
/**
|
|
@@ -6659,7 +6670,7 @@ type ListInstanceACLRulesRequest$1 = {
|
|
|
6659
6670
|
};
|
|
6660
6671
|
interface ListInstanceACLRulesResponse$1 {
|
|
6661
6672
|
/** List of ACL rules present on a Database Instance. */
|
|
6662
|
-
rules: ACLRule$
|
|
6673
|
+
rules: ACLRule$3[];
|
|
6663
6674
|
/** Total count of ACL rules present on a Database Instance. */
|
|
6664
6675
|
totalCount: number;
|
|
6665
6676
|
}
|
|
@@ -6716,7 +6727,7 @@ interface ListInstancesResponse$1 {
|
|
|
6716
6727
|
/** Total count of Database Instances available in a Organization or Project. */
|
|
6717
6728
|
totalCount: number;
|
|
6718
6729
|
}
|
|
6719
|
-
type ListNodeTypesRequest$
|
|
6730
|
+
type ListNodeTypesRequest$3 = {
|
|
6720
6731
|
/**
|
|
6721
6732
|
* Region to target. If none is passed will use default region from the
|
|
6722
6733
|
* config.
|
|
@@ -6727,9 +6738,9 @@ type ListNodeTypesRequest$2 = {
|
|
|
6727
6738
|
page?: number;
|
|
6728
6739
|
pageSize?: number;
|
|
6729
6740
|
};
|
|
6730
|
-
interface ListNodeTypesResponse$
|
|
6741
|
+
interface ListNodeTypesResponse$3 {
|
|
6731
6742
|
/** Types of the node. */
|
|
6732
|
-
nodeTypes: NodeType$
|
|
6743
|
+
nodeTypes: NodeType$3[];
|
|
6733
6744
|
/** Total count of node-types available. */
|
|
6734
6745
|
totalCount: number;
|
|
6735
6746
|
}
|
|
@@ -6869,11 +6880,11 @@ type SetInstanceACLRulesRequest$1 = {
|
|
|
6869
6880
|
/** UUID of the Database Instance where the ACL rules must be set. */
|
|
6870
6881
|
instanceId: string;
|
|
6871
6882
|
/** ACL rules to define for the Database Instance. */
|
|
6872
|
-
rules: ACLRuleRequest$
|
|
6883
|
+
rules: ACLRuleRequest$2[];
|
|
6873
6884
|
};
|
|
6874
6885
|
interface SetInstanceACLRulesResponse$1 {
|
|
6875
6886
|
/** ACLs rules configured for a Database Instance. */
|
|
6876
|
-
rules: ACLRule$
|
|
6887
|
+
rules: ACLRule$3[];
|
|
6877
6888
|
}
|
|
6878
6889
|
type SetInstanceSettingsRequest$1 = {
|
|
6879
6890
|
/**
|
|
@@ -7020,7 +7031,7 @@ type UpgradeInstanceRequest$1 = {
|
|
|
7020
7031
|
};
|
|
7021
7032
|
|
|
7022
7033
|
/** Managed Document Databases API. */
|
|
7023
|
-
declare class API$
|
|
7034
|
+
declare class API$p extends API$y {
|
|
7024
7035
|
/** Lists the available regions of the API. */
|
|
7025
7036
|
static readonly LOCALITIES: Region[];
|
|
7026
7037
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
|
|
@@ -7035,7 +7046,7 @@ declare class API$o extends API$x {
|
|
|
7035
7046
|
all: () => Promise<DatabaseEngine$1[]>;
|
|
7036
7047
|
[Symbol.asyncIterator]: () => AsyncGenerator<DatabaseEngine$1[], void, void>;
|
|
7037
7048
|
};
|
|
7038
|
-
protected pageOfListNodeTypes: (request: Readonly<ListNodeTypesRequest$
|
|
7049
|
+
protected pageOfListNodeTypes: (request: Readonly<ListNodeTypesRequest$3>) => Promise<ListNodeTypesResponse$3>;
|
|
7039
7050
|
/**
|
|
7040
7051
|
* List available node types. List all available node types. By default, the
|
|
7041
7052
|
* node types returned in the list are ordered by creation date in ascending
|
|
@@ -7044,9 +7055,9 @@ declare class API$o extends API$x {
|
|
|
7044
7055
|
* @param request - The request {@link ListNodeTypesRequest}
|
|
7045
7056
|
* @returns A Promise of ListNodeTypesResponse
|
|
7046
7057
|
*/
|
|
7047
|
-
listNodeTypes: (request: Readonly<ListNodeTypesRequest$
|
|
7048
|
-
all: () => Promise<NodeType$
|
|
7049
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<NodeType$
|
|
7058
|
+
listNodeTypes: (request: Readonly<ListNodeTypesRequest$3>) => Promise<ListNodeTypesResponse$3> & {
|
|
7059
|
+
all: () => Promise<NodeType$3[]>;
|
|
7060
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<NodeType$3[], void, void>;
|
|
7050
7061
|
};
|
|
7051
7062
|
/**
|
|
7052
7063
|
* Upgrade a Database Instance. Upgrade your current Database Instance
|
|
@@ -7315,8 +7326,8 @@ declare class API$o extends API$x {
|
|
|
7315
7326
|
* @returns A Promise of ListInstanceACLRulesResponse
|
|
7316
7327
|
*/
|
|
7317
7328
|
listInstanceACLRules: (request: Readonly<ListInstanceACLRulesRequest$1>) => Promise<ListInstanceACLRulesResponse$1> & {
|
|
7318
|
-
all: () => Promise<ACLRule$
|
|
7319
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<ACLRule$
|
|
7329
|
+
all: () => Promise<ACLRule$3[]>;
|
|
7330
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<ACLRule$3[], void, void>;
|
|
7320
7331
|
};
|
|
7321
7332
|
/**
|
|
7322
7333
|
* Add an ACL rule to a Database Instance. Add an additional ACL rule to a
|
|
@@ -7517,7 +7528,7 @@ declare class API$o extends API$x {
|
|
|
7517
7528
|
* @param request - The request {@link CreateEndpointRequest}
|
|
7518
7529
|
* @returns A Promise of Endpoint
|
|
7519
7530
|
*/
|
|
7520
|
-
createEndpoint: (request: Readonly<CreateEndpointRequest$
|
|
7531
|
+
createEndpoint: (request: Readonly<CreateEndpointRequest$2>) => Promise<Endpoint$3>;
|
|
7521
7532
|
/**
|
|
7522
7533
|
* Delete a Database Instance endpoint. Delete the endpoint of a Database
|
|
7523
7534
|
* Instance. You must specify the `region` and `endpoint_id` parameters of the
|
|
@@ -7526,7 +7537,7 @@ declare class API$o extends API$x {
|
|
|
7526
7537
|
*
|
|
7527
7538
|
* @param request - The request {@link DeleteEndpointRequest}
|
|
7528
7539
|
*/
|
|
7529
|
-
deleteEndpoint: (request: Readonly<DeleteEndpointRequest$
|
|
7540
|
+
deleteEndpoint: (request: Readonly<DeleteEndpointRequest$3>) => Promise<void>;
|
|
7530
7541
|
/**
|
|
7531
7542
|
* Get a Database Instance endpoint. Retrieve information about a Database
|
|
7532
7543
|
* Instance endpoint. Full details about the endpoint, like `ip`, `port`,
|
|
@@ -7536,7 +7547,7 @@ declare class API$o extends API$x {
|
|
|
7536
7547
|
* @param request - The request {@link GetEndpointRequest}
|
|
7537
7548
|
* @returns A Promise of Endpoint
|
|
7538
7549
|
*/
|
|
7539
|
-
getEndpoint: (request: Readonly<GetEndpointRequest$2>) => Promise<Endpoint$
|
|
7550
|
+
getEndpoint: (request: Readonly<GetEndpointRequest$2>) => Promise<Endpoint$3>;
|
|
7540
7551
|
/**
|
|
7541
7552
|
* Migrate Database Instance endpoint. Migrate an existing Database Instance
|
|
7542
7553
|
* endpoint to another Database Instance.
|
|
@@ -7544,7 +7555,15 @@ declare class API$o extends API$x {
|
|
|
7544
7555
|
* @param request - The request {@link MigrateEndpointRequest}
|
|
7545
7556
|
* @returns A Promise of Endpoint
|
|
7546
7557
|
*/
|
|
7547
|
-
migrateEndpoint: (request: Readonly<MigrateEndpointRequest$1>) => Promise<Endpoint$
|
|
7558
|
+
migrateEndpoint: (request: Readonly<MigrateEndpointRequest$1>) => Promise<Endpoint$3>;
|
|
7559
|
+
/**
|
|
7560
|
+
* Apply an instance maintenance. Apply a pending instance maintenance on your
|
|
7561
|
+
* instance. This action can generate some service interruption.
|
|
7562
|
+
*
|
|
7563
|
+
* @param request - The request {@link ApplyInstanceMaintenanceRequest}
|
|
7564
|
+
* @returns A Promise of Maintenance
|
|
7565
|
+
*/
|
|
7566
|
+
applyInstanceMaintenance: (request: Readonly<ApplyInstanceMaintenanceRequest$1>) => Promise<Maintenance$1>;
|
|
7548
7567
|
}
|
|
7549
7568
|
|
|
7550
7569
|
/** Lists transient statutes of the enum {@link InstanceLogStatus}. */
|
|
@@ -7564,16 +7583,16 @@ declare const UpdateInstanceRequest$2: {
|
|
|
7564
7583
|
};
|
|
7565
7584
|
};
|
|
7566
7585
|
|
|
7567
|
-
declare namespace validationRules_gen$
|
|
7586
|
+
declare namespace validationRules_gen$b {
|
|
7568
7587
|
export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
|
|
7569
7588
|
}
|
|
7570
7589
|
|
|
7571
|
-
declare namespace index_gen$
|
|
7572
|
-
export { type ACLRule$
|
|
7590
|
+
declare namespace index_gen$o {
|
|
7591
|
+
export { type ACLRule$3 as ACLRule, type ACLRuleAction$1 as ACLRuleAction, type ACLRuleDirection$1 as ACLRuleDirection, type ACLRuleProtocol$1 as ACLRuleProtocol, type ACLRuleRequest$2 as ACLRuleRequest, API$p as API, type AddInstanceACLRulesRequest$1 as AddInstanceACLRulesRequest, type AddInstanceACLRulesResponse$1 as AddInstanceACLRulesResponse, type AddInstanceSettingsRequest$1 as AddInstanceSettingsRequest, type AddInstanceSettingsResponse$1 as AddInstanceSettingsResponse, type ApplyInstanceMaintenanceRequest$1 as ApplyInstanceMaintenanceRequest, type BackupSchedule$1 as BackupSchedule, type CloneInstanceRequest$1 as CloneInstanceRequest, type CreateDatabaseRequest$3 as CreateDatabaseRequest, type CreateEndpointRequest$2 as CreateEndpointRequest, type CreateInstanceFromSnapshotRequest$1 as CreateInstanceFromSnapshotRequest, type CreateInstanceRequest$1 as CreateInstanceRequest, type CreateReadReplicaEndpointRequest$1 as CreateReadReplicaEndpointRequest, type CreateReadReplicaRequest$1 as CreateReadReplicaRequest, type CreateSnapshotRequest$2 as CreateSnapshotRequest, type CreateUserRequest$2 as CreateUserRequest, type Database$3 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$2 as DeleteDatabaseRequest, type DeleteEndpointRequest$3 as DeleteEndpointRequest, type DeleteInstanceACLRulesRequest$1 as DeleteInstanceACLRulesRequest, type DeleteInstanceACLRulesResponse$1 as DeleteInstanceACLRulesResponse, type DeleteInstanceRequest$1 as DeleteInstanceRequest, type DeleteInstanceSettingsRequest$1 as DeleteInstanceSettingsRequest, type DeleteInstanceSettingsResponse$1 as DeleteInstanceSettingsResponse, type DeleteReadReplicaRequest$1 as DeleteReadReplicaRequest, type DeleteSnapshotRequest$2 as DeleteSnapshotRequest, type DeleteUserRequest$2 as DeleteUserRequest, type Endpoint$3 as Endpoint, type EndpointDirectAccessDetails$1 as EndpointDirectAccessDetails, type EndpointLoadBalancerDetails$1 as EndpointLoadBalancerDetails, type EndpointPrivateNetworkDetails$2 as EndpointPrivateNetworkDetails, type EndpointSpec$3 as EndpointSpec, type EndpointSpecLoadBalancer$1 as EndpointSpecLoadBalancer, type EndpointSpecPrivateNetwork$2 as EndpointSpecPrivateNetwork, type EndpointSpecPrivateNetworkIpamConfig$1 as EndpointSpecPrivateNetworkIpamConfig, type EngineSetting$1 as EngineSetting, type EngineSettingPropertyType$1 as EngineSettingPropertyType, type EngineVersion$1 as EngineVersion, type GetEndpointRequest$2 as GetEndpointRequest, type GetInstanceCertificateRequest$1 as GetInstanceCertificateRequest, type GetInstanceLogRequest$1 as GetInstanceLogRequest, type GetInstanceMetricsRequest$1 as GetInstanceMetricsRequest, type GetInstanceRequest$1 as GetInstanceRequest, type GetReadReplicaRequest$1 as GetReadReplicaRequest, type GetSnapshotRequest$2 as GetSnapshotRequest, INSTANCE_LOG_TRANSIENT_STATUSES$1 as INSTANCE_LOG_TRANSIENT_STATUSES, INSTANCE_TRANSIENT_STATUSES$2 as INSTANCE_TRANSIENT_STATUSES, type Instance$2 as Instance, type InstanceLog$1 as InstanceLog, type InstanceLogStatus$1 as InstanceLogStatus, type InstanceMetrics$1 as InstanceMetrics, type InstanceSetting$1 as InstanceSetting, type InstanceStatus$2 as InstanceStatus, type ListDatabaseEnginesRequest$1 as ListDatabaseEnginesRequest, type ListDatabaseEnginesResponse$1 as ListDatabaseEnginesResponse, type ListDatabasesRequest$3 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$2 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$2 as ListDatabasesResponse, type ListInstanceACLRulesRequest$1 as ListInstanceACLRulesRequest, type ListInstanceACLRulesResponse$1 as ListInstanceACLRulesResponse, type ListInstanceLogsDetailsRequest$1 as ListInstanceLogsDetailsRequest, type ListInstanceLogsDetailsResponse$1 as ListInstanceLogsDetailsResponse, type ListInstanceLogsDetailsResponseInstanceLogDetail$1 as ListInstanceLogsDetailsResponseInstanceLogDetail, type ListInstanceLogsRequest$1 as ListInstanceLogsRequest, type ListInstanceLogsRequestOrderBy$1 as ListInstanceLogsRequestOrderBy, type ListInstanceLogsResponse$1 as ListInstanceLogsResponse, type ListInstancesRequest$1 as ListInstancesRequest, type ListInstancesRequestOrderBy$1 as ListInstancesRequestOrderBy, type ListInstancesResponse$1 as ListInstancesResponse, type ListNodeTypesRequest$3 as ListNodeTypesRequest, type ListNodeTypesResponse$3 as ListNodeTypesResponse, type ListPrivilegesRequest$1 as ListPrivilegesRequest, type ListPrivilegesRequestOrderBy$1 as ListPrivilegesRequestOrderBy, type ListPrivilegesResponse$1 as ListPrivilegesResponse, type ListSnapshotsRequest$2 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$1 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$2 as ListSnapshotsResponse, type ListUsersRequest$3 as ListUsersRequest, type ListUsersRequestOrderBy$2 as ListUsersRequestOrderBy, type ListUsersResponse$2 as ListUsersResponse, type LogsPolicy$1 as LogsPolicy, MAINTENANCE_TRANSIENT_STATUSES$1 as MAINTENANCE_TRANSIENT_STATUSES, type Maintenance$1 as Maintenance, type MaintenanceStatus$1 as MaintenanceStatus, type MigrateEndpointRequest$1 as MigrateEndpointRequest, type NodeType$3 as NodeType, type NodeTypeGeneration$1 as NodeTypeGeneration, type NodeTypeStock$3 as NodeTypeStock, type NodeTypeVolumeConstraintSizes$1 as NodeTypeVolumeConstraintSizes, type NodeTypeVolumeType$1 as NodeTypeVolumeType, type Permission$1 as Permission, type Privilege$1 as Privilege, type PromoteReadReplicaRequest$1 as PromoteReadReplicaRequest, type PurgeInstanceLogsRequest$1 as PurgeInstanceLogsRequest, READ_REPLICA_TRANSIENT_STATUSES$1 as READ_REPLICA_TRANSIENT_STATUSES, type ReadReplica$1 as ReadReplica, type ReadReplicaEndpointSpec$1 as ReadReplicaEndpointSpec, type ReadReplicaEndpointSpecDirectAccess$1 as ReadReplicaEndpointSpecDirectAccess, type ReadReplicaEndpointSpecPrivateNetwork$1 as ReadReplicaEndpointSpecPrivateNetwork, type ReadReplicaEndpointSpecPrivateNetworkIpamConfig$1 as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type ReadReplicaStatus$1 as ReadReplicaStatus, type RenewInstanceCertificateRequest$1 as RenewInstanceCertificateRequest, type ResetReadReplicaRequest$1 as ResetReadReplicaRequest, type RestartInstanceRequest$1 as RestartInstanceRequest, SNAPSHOT_TRANSIENT_STATUSES$2 as SNAPSHOT_TRANSIENT_STATUSES, type SetInstanceACLRulesRequest$1 as SetInstanceACLRulesRequest, type SetInstanceACLRulesResponse$1 as SetInstanceACLRulesResponse, type SetInstanceSettingsRequest$1 as SetInstanceSettingsRequest, type SetInstanceSettingsResponse$1 as SetInstanceSettingsResponse, type SetPrivilegeRequest$1 as SetPrivilegeRequest, type Snapshot$2 as Snapshot, type SnapshotStatus$1 as SnapshotStatus, type SnapshotVolumeType$2 as SnapshotVolumeType, type StorageClass$1 as StorageClass, type UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$2 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type UpgradeInstanceRequestMajorUpgradeWorkflow$1 as UpgradeInstanceRequestMajorUpgradeWorkflow, type User$2 as User, validationRules_gen$b as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
|
|
7573
7592
|
}
|
|
7574
7593
|
|
|
7575
|
-
declare namespace index$
|
|
7576
|
-
export { index_gen$
|
|
7594
|
+
declare namespace index$r {
|
|
7595
|
+
export { index_gen$o as v1beta1 };
|
|
7577
7596
|
}
|
|
7578
7597
|
|
|
7579
7598
|
type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
|
|
@@ -8655,7 +8674,7 @@ type UpdateDNSZoneRequest = {
|
|
|
8655
8674
|
*
|
|
8656
8675
|
* Manage your domains, DNS zones and records with the Domains and DNS API.
|
|
8657
8676
|
*/
|
|
8658
|
-
declare class API$
|
|
8677
|
+
declare class API$o extends API$y {
|
|
8659
8678
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
8660
8679
|
/**
|
|
8661
8680
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -8895,7 +8914,7 @@ declare class API$n extends API$x {
|
|
|
8895
8914
|
*
|
|
8896
8915
|
* Manage your domains and contacts.
|
|
8897
8916
|
*/
|
|
8898
|
-
declare class RegistrarAPI extends API$
|
|
8917
|
+
declare class RegistrarAPI extends API$y {
|
|
8899
8918
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
8900
8919
|
/**
|
|
8901
8920
|
* List tasks. List all operations performed on the account. You can filter
|
|
@@ -9187,172 +9206,172 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
9187
9206
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
9188
9207
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
9189
9208
|
|
|
9190
|
-
type index_gen$
|
|
9191
|
-
type index_gen$
|
|
9192
|
-
type index_gen$
|
|
9193
|
-
type index_gen$
|
|
9194
|
-
type index_gen$
|
|
9195
|
-
type index_gen$
|
|
9196
|
-
type index_gen$
|
|
9197
|
-
type index_gen$
|
|
9198
|
-
type index_gen$
|
|
9199
|
-
type index_gen$
|
|
9200
|
-
type index_gen$
|
|
9201
|
-
type index_gen$
|
|
9202
|
-
type index_gen$
|
|
9203
|
-
type index_gen$
|
|
9204
|
-
type index_gen$
|
|
9205
|
-
type index_gen$
|
|
9206
|
-
type index_gen$
|
|
9207
|
-
type index_gen$
|
|
9208
|
-
type index_gen$
|
|
9209
|
-
type index_gen$
|
|
9210
|
-
type index_gen$
|
|
9211
|
-
type index_gen$
|
|
9212
|
-
type index_gen$
|
|
9213
|
-
type index_gen$
|
|
9214
|
-
type index_gen$
|
|
9215
|
-
type index_gen$
|
|
9216
|
-
type index_gen$
|
|
9217
|
-
type index_gen$
|
|
9218
|
-
declare const index_gen$
|
|
9219
|
-
declare const index_gen$
|
|
9220
|
-
declare const index_gen$
|
|
9221
|
-
type index_gen$
|
|
9222
|
-
type index_gen$
|
|
9223
|
-
type index_gen$
|
|
9224
|
-
type index_gen$
|
|
9225
|
-
type index_gen$
|
|
9226
|
-
type index_gen$
|
|
9227
|
-
type index_gen$
|
|
9228
|
-
type index_gen$
|
|
9229
|
-
type index_gen$
|
|
9230
|
-
type index_gen$
|
|
9231
|
-
type index_gen$
|
|
9232
|
-
type index_gen$
|
|
9233
|
-
type index_gen$
|
|
9234
|
-
type index_gen$
|
|
9235
|
-
type index_gen$
|
|
9236
|
-
type index_gen$
|
|
9237
|
-
type index_gen$
|
|
9238
|
-
type index_gen$
|
|
9239
|
-
type index_gen$
|
|
9240
|
-
type index_gen$
|
|
9241
|
-
type index_gen$
|
|
9242
|
-
type index_gen$
|
|
9243
|
-
type index_gen$
|
|
9244
|
-
type index_gen$
|
|
9245
|
-
type index_gen$
|
|
9246
|
-
type index_gen$
|
|
9247
|
-
type index_gen$
|
|
9248
|
-
type index_gen$
|
|
9249
|
-
type index_gen$
|
|
9250
|
-
type index_gen$
|
|
9251
|
-
type index_gen$
|
|
9252
|
-
type index_gen$
|
|
9253
|
-
type index_gen$
|
|
9254
|
-
type index_gen$
|
|
9255
|
-
declare const index_gen$
|
|
9256
|
-
type index_gen$
|
|
9257
|
-
type index_gen$
|
|
9258
|
-
type index_gen$
|
|
9259
|
-
type index_gen$
|
|
9260
|
-
type index_gen$
|
|
9261
|
-
type index_gen$
|
|
9262
|
-
type index_gen$
|
|
9263
|
-
type index_gen$
|
|
9264
|
-
type index_gen$
|
|
9265
|
-
type index_gen$
|
|
9266
|
-
type index_gen$
|
|
9267
|
-
type index_gen$
|
|
9268
|
-
type index_gen$
|
|
9269
|
-
type index_gen$
|
|
9270
|
-
type index_gen$
|
|
9271
|
-
type index_gen$
|
|
9272
|
-
type index_gen$
|
|
9273
|
-
type index_gen$
|
|
9274
|
-
type index_gen$
|
|
9275
|
-
type index_gen$
|
|
9276
|
-
type index_gen$
|
|
9277
|
-
type index_gen$
|
|
9278
|
-
type index_gen$
|
|
9279
|
-
type index_gen$
|
|
9280
|
-
type index_gen$
|
|
9281
|
-
type index_gen$
|
|
9282
|
-
type index_gen$
|
|
9283
|
-
type index_gen$
|
|
9284
|
-
type index_gen$
|
|
9285
|
-
type index_gen$
|
|
9286
|
-
type index_gen$
|
|
9287
|
-
type index_gen$
|
|
9288
|
-
type index_gen$
|
|
9289
|
-
type index_gen$
|
|
9290
|
-
type index_gen$
|
|
9291
|
-
type index_gen$
|
|
9292
|
-
type index_gen$
|
|
9293
|
-
type index_gen$
|
|
9294
|
-
type index_gen$
|
|
9295
|
-
type index_gen$
|
|
9296
|
-
type index_gen$
|
|
9297
|
-
type index_gen$
|
|
9298
|
-
type index_gen$
|
|
9299
|
-
type index_gen$
|
|
9300
|
-
type index_gen$
|
|
9301
|
-
type index_gen$
|
|
9302
|
-
type index_gen$
|
|
9303
|
-
declare const index_gen$
|
|
9304
|
-
type index_gen$
|
|
9305
|
-
type index_gen$
|
|
9306
|
-
type index_gen$
|
|
9307
|
-
type index_gen$
|
|
9308
|
-
type index_gen$
|
|
9309
|
-
type index_gen$
|
|
9310
|
-
type index_gen$
|
|
9311
|
-
type index_gen$
|
|
9312
|
-
type index_gen$
|
|
9313
|
-
type index_gen$
|
|
9314
|
-
type index_gen$
|
|
9315
|
-
type index_gen$
|
|
9316
|
-
type index_gen$
|
|
9317
|
-
type index_gen$
|
|
9318
|
-
type index_gen$
|
|
9319
|
-
type index_gen$
|
|
9320
|
-
type index_gen$
|
|
9321
|
-
type index_gen$
|
|
9322
|
-
type index_gen$
|
|
9323
|
-
type index_gen$
|
|
9324
|
-
type index_gen$
|
|
9325
|
-
type index_gen$
|
|
9326
|
-
type index_gen$
|
|
9327
|
-
type index_gen$
|
|
9328
|
-
type index_gen$
|
|
9329
|
-
type index_gen$
|
|
9330
|
-
type index_gen$
|
|
9331
|
-
type index_gen$
|
|
9332
|
-
type index_gen$
|
|
9333
|
-
type index_gen$
|
|
9334
|
-
type index_gen$
|
|
9335
|
-
type index_gen$
|
|
9336
|
-
type index_gen$
|
|
9337
|
-
type index_gen$
|
|
9338
|
-
declare const index_gen$
|
|
9339
|
-
type index_gen$
|
|
9340
|
-
type index_gen$
|
|
9341
|
-
type index_gen$
|
|
9342
|
-
type index_gen$
|
|
9343
|
-
type index_gen$
|
|
9344
|
-
type index_gen$
|
|
9345
|
-
type index_gen$
|
|
9346
|
-
type index_gen$
|
|
9347
|
-
type index_gen$
|
|
9348
|
-
type index_gen$
|
|
9349
|
-
type index_gen$
|
|
9350
|
-
declare namespace index_gen$
|
|
9351
|
-
export { API$n as API, type index_gen$m_AvailableDomain as AvailableDomain, type index_gen$m_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$m_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$m_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$m_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$m_Contact as Contact, type index_gen$m_ContactEmailStatus as ContactEmailStatus, type index_gen$m_ContactExtensionEU as ContactExtensionEU, type index_gen$m_ContactExtensionFR as ContactExtensionFR, type index_gen$m_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$m_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$m_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$m_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$m_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$m_ContactExtensionNL as ContactExtensionNL, type index_gen$m_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$m_ContactLegalForm as ContactLegalForm, type index_gen$m_ContactQuestion as ContactQuestion, type index_gen$m_ContactRoles as ContactRoles, type index_gen$m_ContactRolesRoles as ContactRolesRoles, type index_gen$m_ContactStatus as ContactStatus, type index_gen$m_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$m_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$m_DNSZone as DNSZone, type index_gen$m_DNSZoneStatus as DNSZoneStatus, type index_gen$m_DNSZoneVersion as DNSZoneVersion, index_gen$m_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$m_DSRecord as DSRecord, type index_gen$m_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$m_DSRecordDigest as DSRecordDigest, type index_gen$m_DSRecordDigestType as DSRecordDigestType, type index_gen$m_DSRecordPublicKey as DSRecordPublicKey, type index_gen$m_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$m_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$m_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$m_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$m_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$m_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$m_DomainDNSSEC as DomainDNSSEC, type index_gen$m_DomainFeatureStatus as DomainFeatureStatus, type index_gen$m_DomainRecord as DomainRecord, type index_gen$m_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$m_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$m_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$m_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$m_DomainRecordType as DomainRecordType, type index_gen$m_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$m_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$m_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$m_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$m_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$m_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$m_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$m_DomainSummary as DomainSummary, type index_gen$m_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$m_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$m_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$m_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$m_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$m_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$m_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$m_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$m_Host as Host, type index_gen$m_HostStatus as HostStatus, type index_gen$m_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$m_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$m_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$m_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$m_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$m_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$m_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$m_LinkedProduct as LinkedProduct, type index_gen$m_ListContactsRequestRole as ListContactsRequestRole, type index_gen$m_ListContactsResponse as ListContactsResponse, type index_gen$m_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$m_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$m_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$m_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$m_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$m_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$m_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$m_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$m_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$m_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$m_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$m_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$m_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$m_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$m_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$m_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$m_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$m_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$m_ListTasksResponse as ListTasksResponse, type index_gen$m_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$m_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$m_NewContact as NewContact, type index_gen$m_OrderResponse as OrderResponse, type index_gen$m_RawFormat as RawFormat, type index_gen$m_RecordChange as RecordChange, type index_gen$m_RecordChangeAdd as RecordChangeAdd, type index_gen$m_RecordChangeClear as RecordChangeClear, type index_gen$m_RecordChangeDelete as RecordChangeDelete, type index_gen$m_RecordChangeSet as RecordChangeSet, type index_gen$m_RecordIdentifier as RecordIdentifier, type index_gen$m_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$m_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$m_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$m_RegistrarAPI as RegistrarAPI, type index_gen$m_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$m_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$m_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$m_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$m_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$m_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$m_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$m_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$m_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$m_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$m_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$m_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$m_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$m_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$m_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$m_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$m_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$m_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$m_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$m_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$m_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$m_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$m_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$m_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$m_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$m_RenewableDomain as RenewableDomain, type index_gen$m_RenewableDomainStatus as RenewableDomainStatus, type index_gen$m_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$m_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$m_SSLCertificate as SSLCertificate, type index_gen$m_SSLCertificateStatus as SSLCertificateStatus, index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$m_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$m_TaskType as TaskType, type index_gen$m_Tld as Tld, type index_gen$m_TldOffer as TldOffer, type index_gen$m_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$m_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$m_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$m_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$m_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$m_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$m_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
9209
|
+
type index_gen$n_AvailableDomain = AvailableDomain;
|
|
9210
|
+
type index_gen$n_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
9211
|
+
type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
9212
|
+
type index_gen$n_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
9213
|
+
type index_gen$n_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
9214
|
+
type index_gen$n_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
9215
|
+
type index_gen$n_Contact = Contact;
|
|
9216
|
+
type index_gen$n_ContactEmailStatus = ContactEmailStatus;
|
|
9217
|
+
type index_gen$n_ContactExtensionEU = ContactExtensionEU;
|
|
9218
|
+
type index_gen$n_ContactExtensionFR = ContactExtensionFR;
|
|
9219
|
+
type index_gen$n_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
9220
|
+
type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
9221
|
+
type index_gen$n_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
9222
|
+
type index_gen$n_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
9223
|
+
type index_gen$n_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
9224
|
+
type index_gen$n_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
9225
|
+
type index_gen$n_ContactExtensionNL = ContactExtensionNL;
|
|
9226
|
+
type index_gen$n_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
9227
|
+
type index_gen$n_ContactLegalForm = ContactLegalForm;
|
|
9228
|
+
type index_gen$n_ContactQuestion = ContactQuestion;
|
|
9229
|
+
type index_gen$n_ContactRoles = ContactRoles;
|
|
9230
|
+
type index_gen$n_ContactRolesRoles = ContactRolesRoles;
|
|
9231
|
+
type index_gen$n_ContactStatus = ContactStatus;
|
|
9232
|
+
type index_gen$n_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
9233
|
+
type index_gen$n_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
9234
|
+
type index_gen$n_DNSZone = DNSZone;
|
|
9235
|
+
type index_gen$n_DNSZoneStatus = DNSZoneStatus;
|
|
9236
|
+
type index_gen$n_DNSZoneVersion = DNSZoneVersion;
|
|
9237
|
+
declare const index_gen$n_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
9238
|
+
declare const index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
9239
|
+
declare const index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
9240
|
+
type index_gen$n_DSRecord = DSRecord;
|
|
9241
|
+
type index_gen$n_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
9242
|
+
type index_gen$n_DSRecordDigest = DSRecordDigest;
|
|
9243
|
+
type index_gen$n_DSRecordDigestType = DSRecordDigestType;
|
|
9244
|
+
type index_gen$n_DSRecordPublicKey = DSRecordPublicKey;
|
|
9245
|
+
type index_gen$n_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
9246
|
+
type index_gen$n_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
9247
|
+
type index_gen$n_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
9248
|
+
type index_gen$n_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
9249
|
+
type index_gen$n_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
9250
|
+
type index_gen$n_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
9251
|
+
type index_gen$n_DomainDNSSEC = DomainDNSSEC;
|
|
9252
|
+
type index_gen$n_DomainFeatureStatus = DomainFeatureStatus;
|
|
9253
|
+
type index_gen$n_DomainRecord = DomainRecord;
|
|
9254
|
+
type index_gen$n_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
9255
|
+
type index_gen$n_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
9256
|
+
type index_gen$n_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
9257
|
+
type index_gen$n_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
9258
|
+
type index_gen$n_DomainRecordType = DomainRecordType;
|
|
9259
|
+
type index_gen$n_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
9260
|
+
type index_gen$n_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
9261
|
+
type index_gen$n_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
9262
|
+
type index_gen$n_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
9263
|
+
type index_gen$n_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
9264
|
+
type index_gen$n_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
9265
|
+
type index_gen$n_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
9266
|
+
type index_gen$n_DomainSummary = DomainSummary;
|
|
9267
|
+
type index_gen$n_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
9268
|
+
type index_gen$n_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
9269
|
+
type index_gen$n_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
9270
|
+
type index_gen$n_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
9271
|
+
type index_gen$n_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
9272
|
+
type index_gen$n_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
9273
|
+
type index_gen$n_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
9274
|
+
declare const index_gen$n_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
9275
|
+
type index_gen$n_Host = Host;
|
|
9276
|
+
type index_gen$n_HostStatus = HostStatus;
|
|
9277
|
+
type index_gen$n_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
9278
|
+
type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
9279
|
+
type index_gen$n_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
9280
|
+
type index_gen$n_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
9281
|
+
type index_gen$n_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
9282
|
+
type index_gen$n_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
9283
|
+
type index_gen$n_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
9284
|
+
type index_gen$n_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
9285
|
+
type index_gen$n_LinkedProduct = LinkedProduct;
|
|
9286
|
+
type index_gen$n_ListContactsRequestRole = ListContactsRequestRole;
|
|
9287
|
+
type index_gen$n_ListContactsResponse = ListContactsResponse;
|
|
9288
|
+
type index_gen$n_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
9289
|
+
type index_gen$n_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
9290
|
+
type index_gen$n_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
9291
|
+
type index_gen$n_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
9292
|
+
type index_gen$n_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
9293
|
+
type index_gen$n_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
9294
|
+
type index_gen$n_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
9295
|
+
type index_gen$n_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
9296
|
+
type index_gen$n_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
9297
|
+
type index_gen$n_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
9298
|
+
type index_gen$n_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
9299
|
+
type index_gen$n_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
9300
|
+
type index_gen$n_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
9301
|
+
type index_gen$n_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
9302
|
+
type index_gen$n_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
9303
|
+
type index_gen$n_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
9304
|
+
type index_gen$n_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
9305
|
+
type index_gen$n_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
9306
|
+
type index_gen$n_ListTasksResponse = ListTasksResponse;
|
|
9307
|
+
type index_gen$n_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
|
|
9308
|
+
type index_gen$n_ListTldsResponse = ListTldsResponse;
|
|
9309
|
+
type index_gen$n_NewContact = NewContact;
|
|
9310
|
+
type index_gen$n_OrderResponse = OrderResponse;
|
|
9311
|
+
type index_gen$n_RawFormat = RawFormat;
|
|
9312
|
+
type index_gen$n_RecordChange = RecordChange;
|
|
9313
|
+
type index_gen$n_RecordChangeAdd = RecordChangeAdd;
|
|
9314
|
+
type index_gen$n_RecordChangeClear = RecordChangeClear;
|
|
9315
|
+
type index_gen$n_RecordChangeDelete = RecordChangeDelete;
|
|
9316
|
+
type index_gen$n_RecordChangeSet = RecordChangeSet;
|
|
9317
|
+
type index_gen$n_RecordIdentifier = RecordIdentifier;
|
|
9318
|
+
type index_gen$n_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
9319
|
+
type index_gen$n_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
9320
|
+
type index_gen$n_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
9321
|
+
type index_gen$n_RegistrarAPI = RegistrarAPI;
|
|
9322
|
+
declare const index_gen$n_RegistrarAPI: typeof RegistrarAPI;
|
|
9323
|
+
type index_gen$n_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
9324
|
+
type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
9325
|
+
type index_gen$n_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
9326
|
+
type index_gen$n_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
9327
|
+
type index_gen$n_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
9328
|
+
type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
9329
|
+
type index_gen$n_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
9330
|
+
type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
9331
|
+
type index_gen$n_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
9332
|
+
type index_gen$n_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
9333
|
+
type index_gen$n_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
9334
|
+
type index_gen$n_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
9335
|
+
type index_gen$n_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
9336
|
+
type index_gen$n_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
9337
|
+
type index_gen$n_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
9338
|
+
type index_gen$n_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
9339
|
+
type index_gen$n_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
9340
|
+
type index_gen$n_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
|
|
9341
|
+
type index_gen$n_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
9342
|
+
type index_gen$n_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
9343
|
+
type index_gen$n_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
9344
|
+
type index_gen$n_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
9345
|
+
type index_gen$n_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
9346
|
+
type index_gen$n_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
9347
|
+
type index_gen$n_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
9348
|
+
type index_gen$n_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
9349
|
+
type index_gen$n_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
9350
|
+
type index_gen$n_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
9351
|
+
type index_gen$n_RenewableDomain = RenewableDomain;
|
|
9352
|
+
type index_gen$n_RenewableDomainStatus = RenewableDomainStatus;
|
|
9353
|
+
type index_gen$n_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
9354
|
+
type index_gen$n_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
9355
|
+
type index_gen$n_SSLCertificate = SSLCertificate;
|
|
9356
|
+
type index_gen$n_SSLCertificateStatus = SSLCertificateStatus;
|
|
9357
|
+
declare const index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
9358
|
+
type index_gen$n_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
9359
|
+
type index_gen$n_TaskType = TaskType;
|
|
9360
|
+
type index_gen$n_Tld = Tld;
|
|
9361
|
+
type index_gen$n_TldOffer = TldOffer;
|
|
9362
|
+
type index_gen$n_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
9363
|
+
type index_gen$n_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
9364
|
+
type index_gen$n_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
9365
|
+
type index_gen$n_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
9366
|
+
type index_gen$n_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
9367
|
+
type index_gen$n_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
9368
|
+
type index_gen$n_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
9369
|
+
declare namespace index_gen$n {
|
|
9370
|
+
export { API$o as API, type index_gen$n_AvailableDomain as AvailableDomain, type index_gen$n_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$n_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$n_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$n_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$n_Contact as Contact, type index_gen$n_ContactEmailStatus as ContactEmailStatus, type index_gen$n_ContactExtensionEU as ContactExtensionEU, type index_gen$n_ContactExtensionFR as ContactExtensionFR, type index_gen$n_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$n_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$n_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$n_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$n_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$n_ContactExtensionNL as ContactExtensionNL, type index_gen$n_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$n_ContactLegalForm as ContactLegalForm, type index_gen$n_ContactQuestion as ContactQuestion, type index_gen$n_ContactRoles as ContactRoles, type index_gen$n_ContactRolesRoles as ContactRolesRoles, type index_gen$n_ContactStatus as ContactStatus, type index_gen$n_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$n_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$n_DNSZone as DNSZone, type index_gen$n_DNSZoneStatus as DNSZoneStatus, type index_gen$n_DNSZoneVersion as DNSZoneVersion, index_gen$n_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$n_DSRecord as DSRecord, type index_gen$n_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$n_DSRecordDigest as DSRecordDigest, type index_gen$n_DSRecordDigestType as DSRecordDigestType, type index_gen$n_DSRecordPublicKey as DSRecordPublicKey, type index_gen$n_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$n_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$n_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$n_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$n_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$n_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$n_DomainDNSSEC as DomainDNSSEC, type index_gen$n_DomainFeatureStatus as DomainFeatureStatus, type index_gen$n_DomainRecord as DomainRecord, type index_gen$n_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$n_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$n_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$n_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$n_DomainRecordType as DomainRecordType, type index_gen$n_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$n_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$n_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$n_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$n_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$n_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$n_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$n_DomainSummary as DomainSummary, type index_gen$n_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$n_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$n_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$n_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$n_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$n_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$n_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$n_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$n_Host as Host, type index_gen$n_HostStatus as HostStatus, type index_gen$n_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$n_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$n_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$n_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$n_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$n_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$n_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$n_LinkedProduct as LinkedProduct, type index_gen$n_ListContactsRequestRole as ListContactsRequestRole, type index_gen$n_ListContactsResponse as ListContactsResponse, type index_gen$n_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$n_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$n_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$n_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$n_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$n_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$n_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$n_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$n_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$n_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$n_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$n_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$n_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$n_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$n_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$n_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$n_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$n_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$n_ListTasksResponse as ListTasksResponse, type index_gen$n_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$n_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$n_NewContact as NewContact, type index_gen$n_OrderResponse as OrderResponse, type index_gen$n_RawFormat as RawFormat, type index_gen$n_RecordChange as RecordChange, type index_gen$n_RecordChangeAdd as RecordChangeAdd, type index_gen$n_RecordChangeClear as RecordChangeClear, type index_gen$n_RecordChangeDelete as RecordChangeDelete, type index_gen$n_RecordChangeSet as RecordChangeSet, type index_gen$n_RecordIdentifier as RecordIdentifier, type index_gen$n_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$n_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$n_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$n_RegistrarAPI as RegistrarAPI, type index_gen$n_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$n_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$n_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$n_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$n_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$n_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$n_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$n_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$n_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$n_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$n_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$n_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$n_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$n_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$n_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$n_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$n_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$n_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$n_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$n_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$n_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$n_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$n_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$n_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$n_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$n_RenewableDomain as RenewableDomain, type index_gen$n_RenewableDomainStatus as RenewableDomainStatus, type index_gen$n_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$n_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$n_SSLCertificate as SSLCertificate, type index_gen$n_SSLCertificateStatus as SSLCertificateStatus, index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$n_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$n_TaskType as TaskType, type index_gen$n_Tld as Tld, type index_gen$n_TldOffer as TldOffer, type index_gen$n_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$n_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$n_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$n_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$n_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$n_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$n_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
9352
9371
|
}
|
|
9353
9372
|
|
|
9354
|
-
declare namespace index$
|
|
9355
|
-
export { index_gen$
|
|
9373
|
+
declare namespace index$q {
|
|
9374
|
+
export { index_gen$n as v2beta1 };
|
|
9356
9375
|
}
|
|
9357
9376
|
|
|
9358
9377
|
type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
|
|
@@ -9552,7 +9571,7 @@ type UpdateFlexibleIPRequest = {
|
|
|
9552
9571
|
};
|
|
9553
9572
|
|
|
9554
9573
|
/** Elastic Metal - Flexible IP API. */
|
|
9555
|
-
declare class API$
|
|
9574
|
+
declare class API$n extends API$y {
|
|
9556
9575
|
/** Lists the available zones of the API. */
|
|
9557
9576
|
static readonly LOCALITIES: Zone[];
|
|
9558
9577
|
/**
|
|
@@ -9681,38 +9700,38 @@ declare const ListFlexibleIPsRequest: {
|
|
|
9681
9700
|
};
|
|
9682
9701
|
};
|
|
9683
9702
|
|
|
9684
|
-
declare const validationRules_gen$
|
|
9685
|
-
declare namespace validationRules_gen$
|
|
9686
|
-
export { validationRules_gen$
|
|
9703
|
+
declare const validationRules_gen$a_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
|
|
9704
|
+
declare namespace validationRules_gen$a {
|
|
9705
|
+
export { validationRules_gen$a_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
|
|
9687
9706
|
}
|
|
9688
9707
|
|
|
9689
|
-
type index_gen$
|
|
9690
|
-
type index_gen$
|
|
9691
|
-
type index_gen$
|
|
9692
|
-
type index_gen$
|
|
9693
|
-
type index_gen$
|
|
9694
|
-
type index_gen$
|
|
9695
|
-
type index_gen$
|
|
9696
|
-
type index_gen$
|
|
9697
|
-
declare const index_gen$
|
|
9698
|
-
type index_gen$
|
|
9699
|
-
type index_gen$
|
|
9700
|
-
type index_gen$
|
|
9701
|
-
type index_gen$
|
|
9702
|
-
type index_gen$
|
|
9703
|
-
type index_gen$
|
|
9704
|
-
type index_gen$
|
|
9705
|
-
type index_gen$
|
|
9706
|
-
type index_gen$
|
|
9707
|
-
declare const index_gen$
|
|
9708
|
-
type index_gen$
|
|
9709
|
-
type index_gen$
|
|
9710
|
-
declare namespace index_gen$
|
|
9711
|
-
export { API$
|
|
9708
|
+
type index_gen$m_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
9709
|
+
type index_gen$m_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
9710
|
+
type index_gen$m_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
9711
|
+
type index_gen$m_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
9712
|
+
type index_gen$m_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
9713
|
+
type index_gen$m_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
9714
|
+
type index_gen$m_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
9715
|
+
type index_gen$m_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
9716
|
+
declare const index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
9717
|
+
type index_gen$m_FlexibleIP = FlexibleIP;
|
|
9718
|
+
type index_gen$m_FlexibleIPStatus = FlexibleIPStatus;
|
|
9719
|
+
type index_gen$m_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
9720
|
+
type index_gen$m_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
9721
|
+
type index_gen$m_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
9722
|
+
type index_gen$m_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
9723
|
+
type index_gen$m_MACAddress = MACAddress;
|
|
9724
|
+
type index_gen$m_MACAddressStatus = MACAddressStatus;
|
|
9725
|
+
type index_gen$m_MACAddressType = MACAddressType;
|
|
9726
|
+
declare const index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
9727
|
+
type index_gen$m_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
9728
|
+
type index_gen$m_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
9729
|
+
declare namespace index_gen$m {
|
|
9730
|
+
export { API$n as API, type index_gen$m_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$m_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$m_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$m_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$m_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$m_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$m_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$m_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$m_FlexibleIP as FlexibleIP, type index_gen$m_FlexibleIPStatus as FlexibleIPStatus, type index_gen$m_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$m_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$m_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$m_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$m_MACAddress as MACAddress, type index_gen$m_MACAddressStatus as MACAddressStatus, type index_gen$m_MACAddressType as MACAddressType, index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$m_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$m_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$a as ValidationRules };
|
|
9712
9731
|
}
|
|
9713
9732
|
|
|
9714
|
-
declare namespace index$
|
|
9715
|
-
export { index_gen$
|
|
9733
|
+
declare namespace index$p {
|
|
9734
|
+
export { index_gen$m as v1alpha1 };
|
|
9716
9735
|
}
|
|
9717
9736
|
|
|
9718
9737
|
type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
|
|
@@ -10535,7 +10554,7 @@ interface UploadURL {
|
|
|
10535
10554
|
}
|
|
10536
10555
|
|
|
10537
10556
|
/** Serverless Functions API. */
|
|
10538
|
-
declare class API$
|
|
10557
|
+
declare class API$m extends API$y {
|
|
10539
10558
|
/** Lists the available regions of the API. */
|
|
10540
10559
|
static readonly LOCALITIES: Region[];
|
|
10541
10560
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
@@ -10911,78 +10930,78 @@ declare const UpdateTriggerRequest: {
|
|
|
10911
10930
|
};
|
|
10912
10931
|
};
|
|
10913
10932
|
|
|
10914
|
-
declare const validationRules_gen$
|
|
10915
|
-
declare const validationRules_gen$
|
|
10916
|
-
declare const validationRules_gen$
|
|
10917
|
-
declare const validationRules_gen$
|
|
10918
|
-
declare namespace validationRules_gen$
|
|
10919
|
-
export { validationRules_gen$
|
|
10933
|
+
declare const validationRules_gen$9_CreateTriggerRequest: typeof CreateTriggerRequest;
|
|
10934
|
+
declare const validationRules_gen$9_CreateTriggerRequestMnqNatsClientConfig: typeof CreateTriggerRequestMnqNatsClientConfig;
|
|
10935
|
+
declare const validationRules_gen$9_CreateTriggerRequestMnqSqsClientConfig: typeof CreateTriggerRequestMnqSqsClientConfig;
|
|
10936
|
+
declare const validationRules_gen$9_UpdateTriggerRequest: typeof UpdateTriggerRequest;
|
|
10937
|
+
declare namespace validationRules_gen$9 {
|
|
10938
|
+
export { validationRules_gen$9_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$9_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$9_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$9_UpdateTriggerRequest as UpdateTriggerRequest };
|
|
10920
10939
|
}
|
|
10921
10940
|
|
|
10922
|
-
declare const index_gen$
|
|
10923
|
-
type index_gen$
|
|
10924
|
-
type index_gen$
|
|
10925
|
-
type index_gen$
|
|
10926
|
-
type index_gen$
|
|
10927
|
-
type index_gen$
|
|
10928
|
-
type index_gen$
|
|
10929
|
-
type index_gen$
|
|
10930
|
-
type index_gen$
|
|
10931
|
-
type index_gen$
|
|
10932
|
-
type index_gen$
|
|
10933
|
-
type index_gen$
|
|
10934
|
-
type index_gen$
|
|
10935
|
-
type index_gen$
|
|
10936
|
-
declare const index_gen$
|
|
10937
|
-
type index_gen$
|
|
10938
|
-
type index_gen$
|
|
10939
|
-
type index_gen$
|
|
10940
|
-
type index_gen$
|
|
10941
|
-
type index_gen$
|
|
10942
|
-
type index_gen$
|
|
10943
|
-
type index_gen$
|
|
10944
|
-
type index_gen$
|
|
10945
|
-
type index_gen$
|
|
10946
|
-
type index_gen$
|
|
10947
|
-
type index_gen$
|
|
10948
|
-
type index_gen$
|
|
10949
|
-
type index_gen$
|
|
10950
|
-
type index_gen$
|
|
10951
|
-
type index_gen$
|
|
10952
|
-
type index_gen$
|
|
10953
|
-
type index_gen$
|
|
10954
|
-
type index_gen$
|
|
10955
|
-
type index_gen$
|
|
10956
|
-
type index_gen$
|
|
10957
|
-
type index_gen$
|
|
10958
|
-
type index_gen$
|
|
10959
|
-
type index_gen$
|
|
10960
|
-
type index_gen$
|
|
10961
|
-
type index_gen$
|
|
10962
|
-
type index_gen$
|
|
10963
|
-
type index_gen$
|
|
10964
|
-
type index_gen$
|
|
10965
|
-
type index_gen$
|
|
10966
|
-
declare const index_gen$
|
|
10967
|
-
declare const index_gen$
|
|
10968
|
-
type index_gen$
|
|
10969
|
-
type index_gen$
|
|
10970
|
-
type index_gen$
|
|
10971
|
-
type index_gen$
|
|
10972
|
-
type index_gen$
|
|
10973
|
-
type index_gen$
|
|
10974
|
-
type index_gen$
|
|
10975
|
-
type index_gen$
|
|
10976
|
-
type index_gen$
|
|
10977
|
-
type index_gen$
|
|
10978
|
-
type index_gen$
|
|
10979
|
-
type index_gen$
|
|
10980
|
-
declare namespace index_gen$
|
|
10981
|
-
export { API$
|
|
10941
|
+
declare const index_gen$l_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
10942
|
+
type index_gen$l_CreateCronRequest = CreateCronRequest;
|
|
10943
|
+
type index_gen$l_CreateFunctionRequest = CreateFunctionRequest;
|
|
10944
|
+
type index_gen$l_CreateTokenRequest = CreateTokenRequest;
|
|
10945
|
+
type index_gen$l_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
10946
|
+
type index_gen$l_Cron = Cron;
|
|
10947
|
+
type index_gen$l_CronStatus = CronStatus;
|
|
10948
|
+
type index_gen$l_DeleteCronRequest = DeleteCronRequest;
|
|
10949
|
+
type index_gen$l_DeleteDomainRequest = DeleteDomainRequest;
|
|
10950
|
+
type index_gen$l_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
10951
|
+
type index_gen$l_DeleteTokenRequest = DeleteTokenRequest;
|
|
10952
|
+
type index_gen$l_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
10953
|
+
type index_gen$l_DeployFunctionRequest = DeployFunctionRequest;
|
|
10954
|
+
type index_gen$l_DownloadURL = DownloadURL;
|
|
10955
|
+
declare const index_gen$l_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
10956
|
+
type index_gen$l_Function = Function;
|
|
10957
|
+
type index_gen$l_FunctionHttpOption = FunctionHttpOption;
|
|
10958
|
+
type index_gen$l_FunctionPrivacy = FunctionPrivacy;
|
|
10959
|
+
type index_gen$l_FunctionRuntime = FunctionRuntime;
|
|
10960
|
+
type index_gen$l_FunctionStatus = FunctionStatus;
|
|
10961
|
+
type index_gen$l_GetCronRequest = GetCronRequest;
|
|
10962
|
+
type index_gen$l_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
10963
|
+
type index_gen$l_GetFunctionRequest = GetFunctionRequest;
|
|
10964
|
+
type index_gen$l_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
10965
|
+
type index_gen$l_GetTokenRequest = GetTokenRequest;
|
|
10966
|
+
type index_gen$l_GetTriggerRequest = GetTriggerRequest;
|
|
10967
|
+
type index_gen$l_IssueJWTRequest = IssueJWTRequest;
|
|
10968
|
+
type index_gen$l_ListCronsRequest = ListCronsRequest;
|
|
10969
|
+
type index_gen$l_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
10970
|
+
type index_gen$l_ListCronsResponse = ListCronsResponse;
|
|
10971
|
+
type index_gen$l_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
10972
|
+
type index_gen$l_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
10973
|
+
type index_gen$l_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
10974
|
+
type index_gen$l_ListFunctionsRequest = ListFunctionsRequest;
|
|
10975
|
+
type index_gen$l_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
10976
|
+
type index_gen$l_ListFunctionsResponse = ListFunctionsResponse;
|
|
10977
|
+
type index_gen$l_ListTokensRequest = ListTokensRequest;
|
|
10978
|
+
type index_gen$l_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
10979
|
+
type index_gen$l_ListTokensResponse = ListTokensResponse;
|
|
10980
|
+
type index_gen$l_ListTriggersRequest = ListTriggersRequest;
|
|
10981
|
+
type index_gen$l_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
10982
|
+
type index_gen$l_ListTriggersResponse = ListTriggersResponse;
|
|
10983
|
+
type index_gen$l_RuntimeStatus = RuntimeStatus;
|
|
10984
|
+
type index_gen$l_SecretHashedValue = SecretHashedValue;
|
|
10985
|
+
declare const index_gen$l_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
10986
|
+
declare const index_gen$l_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
10987
|
+
type index_gen$l_Token = Token;
|
|
10988
|
+
type index_gen$l_TokenStatus = TokenStatus;
|
|
10989
|
+
type index_gen$l_Trigger = Trigger;
|
|
10990
|
+
type index_gen$l_TriggerInputType = TriggerInputType;
|
|
10991
|
+
type index_gen$l_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
10992
|
+
type index_gen$l_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
10993
|
+
type index_gen$l_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
10994
|
+
type index_gen$l_TriggerStatus = TriggerStatus;
|
|
10995
|
+
type index_gen$l_UpdateCronRequest = UpdateCronRequest;
|
|
10996
|
+
type index_gen$l_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
10997
|
+
type index_gen$l_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
10998
|
+
type index_gen$l_UploadURL = UploadURL;
|
|
10999
|
+
declare namespace index_gen$l {
|
|
11000
|
+
export { API$m as API, index_gen$l_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$l_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$l_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$l_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$l_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$l_Cron as Cron, type index_gen$l_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DeleteCronRequest as DeleteCronRequest, type index_gen$l_DeleteDomainRequest as DeleteDomainRequest, type index_gen$l_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$l_DeleteTokenRequest as DeleteTokenRequest, type index_gen$l_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$l_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$l_DownloadURL as DownloadURL, index_gen$l_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$l_Function as Function, type index_gen$l_FunctionHttpOption as FunctionHttpOption, type index_gen$l_FunctionPrivacy as FunctionPrivacy, type index_gen$l_FunctionRuntime as FunctionRuntime, type index_gen$l_FunctionStatus as FunctionStatus, type index_gen$l_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$l_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$l_GetFunctionRequest as GetFunctionRequest, type index_gen$l_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$l_GetTokenRequest as GetTokenRequest, type index_gen$l_GetTriggerRequest as GetTriggerRequest, type index_gen$l_IssueJWTRequest as IssueJWTRequest, type index_gen$l_ListCronsRequest as ListCronsRequest, type index_gen$l_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$l_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$l_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$l_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$l_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$l_ListFunctionsRequest as ListFunctionsRequest, type index_gen$l_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$l_ListFunctionsResponse as ListFunctionsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type index_gen$l_ListTokensRequest as ListTokensRequest, type index_gen$l_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$l_ListTokensResponse as ListTokensResponse, type index_gen$l_ListTriggersRequest as ListTriggersRequest, type index_gen$l_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$l_ListTriggersResponse as ListTriggersResponse, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$1 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type Runtime$1 as Runtime, type index_gen$l_RuntimeStatus as RuntimeStatus, type Secret$2 as Secret, type index_gen$l_SecretHashedValue as SecretHashedValue, index_gen$l_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$l_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$l_Token as Token, type index_gen$l_TokenStatus as TokenStatus, type index_gen$l_Trigger as Trigger, type index_gen$l_TriggerInputType as TriggerInputType, type index_gen$l_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$l_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$l_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$l_TriggerStatus as TriggerStatus, type index_gen$l_UpdateCronRequest as UpdateCronRequest, type index_gen$l_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$l_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$l_UploadURL as UploadURL, validationRules_gen$9 as ValidationRules };
|
|
10982
11001
|
}
|
|
10983
11002
|
|
|
10984
|
-
declare namespace index$
|
|
10985
|
-
export { index_gen$
|
|
11003
|
+
declare namespace index$o {
|
|
11004
|
+
export { index_gen$l as v1beta1 };
|
|
10986
11005
|
}
|
|
10987
11006
|
|
|
10988
11007
|
type BearerType = 'unknown_bearer_type' | 'user' | 'application';
|
|
@@ -11865,7 +11884,7 @@ type UpdateUserRequest$1 = {
|
|
|
11865
11884
|
};
|
|
11866
11885
|
|
|
11867
11886
|
/** IAM API. */
|
|
11868
|
-
declare class API$
|
|
11887
|
+
declare class API$l extends API$y {
|
|
11869
11888
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
11870
11889
|
/**
|
|
11871
11890
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -12550,96 +12569,96 @@ declare const UpdateSSHKeyRequest: {
|
|
|
12550
12569
|
};
|
|
12551
12570
|
};
|
|
12552
12571
|
|
|
12553
|
-
declare const validationRules_gen$
|
|
12554
|
-
declare const validationRules_gen$
|
|
12555
|
-
declare const validationRules_gen$
|
|
12556
|
-
declare const validationRules_gen$
|
|
12557
|
-
declare const validationRules_gen$
|
|
12558
|
-
declare const validationRules_gen$
|
|
12559
|
-
declare const validationRules_gen$
|
|
12560
|
-
declare const validationRules_gen$
|
|
12561
|
-
declare const validationRules_gen$
|
|
12562
|
-
declare const validationRules_gen$
|
|
12563
|
-
declare const validationRules_gen$
|
|
12564
|
-
declare const validationRules_gen$
|
|
12565
|
-
declare const validationRules_gen$
|
|
12566
|
-
declare const validationRules_gen$
|
|
12567
|
-
declare const validationRules_gen$
|
|
12568
|
-
declare const validationRules_gen$
|
|
12569
|
-
declare const validationRules_gen$
|
|
12570
|
-
declare const validationRules_gen$
|
|
12571
|
-
declare const validationRules_gen$
|
|
12572
|
-
declare const validationRules_gen$
|
|
12573
|
-
declare const validationRules_gen$
|
|
12574
|
-
declare namespace validationRules_gen$
|
|
12575
|
-
export { validationRules_gen$
|
|
12572
|
+
declare const validationRules_gen$8_CreateAPIKeyRequest: typeof CreateAPIKeyRequest;
|
|
12573
|
+
declare const validationRules_gen$8_CreateApplicationRequest: typeof CreateApplicationRequest;
|
|
12574
|
+
declare const validationRules_gen$8_CreateGroupRequest: typeof CreateGroupRequest;
|
|
12575
|
+
declare const validationRules_gen$8_CreatePolicyRequest: typeof CreatePolicyRequest;
|
|
12576
|
+
declare const validationRules_gen$8_CreateSSHKeyRequest: typeof CreateSSHKeyRequest;
|
|
12577
|
+
declare const validationRules_gen$8_GetQuotumRequest: typeof GetQuotumRequest;
|
|
12578
|
+
declare const validationRules_gen$8_ListAPIKeysRequest: typeof ListAPIKeysRequest;
|
|
12579
|
+
declare const validationRules_gen$8_ListApplicationsRequest: typeof ListApplicationsRequest;
|
|
12580
|
+
declare const validationRules_gen$8_ListGroupsRequest: typeof ListGroupsRequest;
|
|
12581
|
+
declare const validationRules_gen$8_ListJWTsRequest: typeof ListJWTsRequest;
|
|
12582
|
+
declare const validationRules_gen$8_ListLogsRequest: typeof ListLogsRequest;
|
|
12583
|
+
declare const validationRules_gen$8_ListPermissionSetsRequest: typeof ListPermissionSetsRequest;
|
|
12584
|
+
declare const validationRules_gen$8_ListPoliciesRequest: typeof ListPoliciesRequest;
|
|
12585
|
+
declare const validationRules_gen$8_ListQuotaRequest: typeof ListQuotaRequest;
|
|
12586
|
+
declare const validationRules_gen$8_ListRulesRequest: typeof ListRulesRequest;
|
|
12587
|
+
declare const validationRules_gen$8_ListSSHKeysRequest: typeof ListSSHKeysRequest;
|
|
12588
|
+
declare const validationRules_gen$8_UpdateAPIKeyRequest: typeof UpdateAPIKeyRequest;
|
|
12589
|
+
declare const validationRules_gen$8_UpdateApplicationRequest: typeof UpdateApplicationRequest;
|
|
12590
|
+
declare const validationRules_gen$8_UpdateGroupRequest: typeof UpdateGroupRequest;
|
|
12591
|
+
declare const validationRules_gen$8_UpdatePolicyRequest: typeof UpdatePolicyRequest;
|
|
12592
|
+
declare const validationRules_gen$8_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
|
|
12593
|
+
declare namespace validationRules_gen$8 {
|
|
12594
|
+
export { validationRules_gen$8_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$8_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$8_CreateGroupRequest as CreateGroupRequest, validationRules_gen$8_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$8_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$8_GetQuotumRequest as GetQuotumRequest, validationRules_gen$8_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$8_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$8_ListGroupsRequest as ListGroupsRequest, validationRules_gen$8_ListJWTsRequest as ListJWTsRequest, validationRules_gen$8_ListLogsRequest as ListLogsRequest, validationRules_gen$8_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$8_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$8_ListQuotaRequest as ListQuotaRequest, validationRules_gen$8_ListRulesRequest as ListRulesRequest, validationRules_gen$8_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$8_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$8_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$8_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$8_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$8_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
|
|
12576
12595
|
}
|
|
12577
12596
|
|
|
12578
|
-
type index_gen$
|
|
12579
|
-
type index_gen$
|
|
12580
|
-
type index_gen$
|
|
12581
|
-
type index_gen$
|
|
12582
|
-
type index_gen$
|
|
12583
|
-
type index_gen$
|
|
12584
|
-
type index_gen$
|
|
12585
|
-
type index_gen$
|
|
12586
|
-
type index_gen$
|
|
12587
|
-
type index_gen$
|
|
12588
|
-
type index_gen$
|
|
12589
|
-
type index_gen$
|
|
12590
|
-
type index_gen$
|
|
12591
|
-
type index_gen$
|
|
12592
|
-
type index_gen$
|
|
12593
|
-
type index_gen$
|
|
12594
|
-
type index_gen$
|
|
12595
|
-
type index_gen$
|
|
12596
|
-
type index_gen$
|
|
12597
|
-
type index_gen$
|
|
12598
|
-
type index_gen$
|
|
12599
|
-
type index_gen$
|
|
12600
|
-
type index_gen$
|
|
12601
|
-
type index_gen$
|
|
12602
|
-
type index_gen$
|
|
12603
|
-
type index_gen$
|
|
12604
|
-
type index_gen$
|
|
12605
|
-
type index_gen$
|
|
12606
|
-
type index_gen$
|
|
12607
|
-
type index_gen$
|
|
12608
|
-
type index_gen$
|
|
12609
|
-
type index_gen$
|
|
12610
|
-
type index_gen$
|
|
12611
|
-
type index_gen$
|
|
12612
|
-
type index_gen$
|
|
12613
|
-
type index_gen$
|
|
12614
|
-
type index_gen$
|
|
12615
|
-
type index_gen$
|
|
12616
|
-
type index_gen$
|
|
12617
|
-
type index_gen$
|
|
12618
|
-
type index_gen$
|
|
12619
|
-
type index_gen$
|
|
12620
|
-
type index_gen$
|
|
12621
|
-
type index_gen$
|
|
12622
|
-
type index_gen$
|
|
12623
|
-
type index_gen$
|
|
12624
|
-
type index_gen$
|
|
12625
|
-
type index_gen$
|
|
12626
|
-
type index_gen$
|
|
12627
|
-
type index_gen$
|
|
12628
|
-
type index_gen$
|
|
12629
|
-
type index_gen$
|
|
12630
|
-
type index_gen$
|
|
12631
|
-
type index_gen$
|
|
12632
|
-
type index_gen$
|
|
12633
|
-
type index_gen$
|
|
12634
|
-
type index_gen$
|
|
12635
|
-
type index_gen$
|
|
12636
|
-
type index_gen$
|
|
12637
|
-
declare namespace index_gen$
|
|
12638
|
-
export { API$
|
|
12597
|
+
type index_gen$k_APIKey = APIKey;
|
|
12598
|
+
type index_gen$k_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
12599
|
+
type index_gen$k_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
12600
|
+
type index_gen$k_Application = Application;
|
|
12601
|
+
type index_gen$k_BearerType = BearerType;
|
|
12602
|
+
type index_gen$k_ClonePolicyRequest = ClonePolicyRequest;
|
|
12603
|
+
type index_gen$k_CreateJWTRequest = CreateJWTRequest;
|
|
12604
|
+
type index_gen$k_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
12605
|
+
type index_gen$k_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
12606
|
+
type index_gen$k_DeleteGroupRequest = DeleteGroupRequest;
|
|
12607
|
+
type index_gen$k_DeleteJWTRequest = DeleteJWTRequest;
|
|
12608
|
+
type index_gen$k_DeletePolicyRequest = DeletePolicyRequest;
|
|
12609
|
+
type index_gen$k_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
12610
|
+
type index_gen$k_EncodedJWT = EncodedJWT;
|
|
12611
|
+
type index_gen$k_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
12612
|
+
type index_gen$k_GetApplicationRequest = GetApplicationRequest;
|
|
12613
|
+
type index_gen$k_GetGroupRequest = GetGroupRequest;
|
|
12614
|
+
type index_gen$k_GetJWTRequest = GetJWTRequest;
|
|
12615
|
+
type index_gen$k_GetLogRequest = GetLogRequest;
|
|
12616
|
+
type index_gen$k_GetPolicyRequest = GetPolicyRequest;
|
|
12617
|
+
type index_gen$k_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
12618
|
+
type index_gen$k_GetUserRequest = GetUserRequest;
|
|
12619
|
+
type index_gen$k_Group = Group;
|
|
12620
|
+
type index_gen$k_JWT = JWT;
|
|
12621
|
+
type index_gen$k_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
12622
|
+
type index_gen$k_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
12623
|
+
type index_gen$k_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
12624
|
+
type index_gen$k_ListApplicationsResponse = ListApplicationsResponse;
|
|
12625
|
+
type index_gen$k_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
12626
|
+
type index_gen$k_ListGroupsResponse = ListGroupsResponse;
|
|
12627
|
+
type index_gen$k_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
12628
|
+
type index_gen$k_ListJWTsResponse = ListJWTsResponse;
|
|
12629
|
+
type index_gen$k_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
12630
|
+
type index_gen$k_ListLogsResponse = ListLogsResponse;
|
|
12631
|
+
type index_gen$k_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
12632
|
+
type index_gen$k_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
12633
|
+
type index_gen$k_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
12634
|
+
type index_gen$k_ListPoliciesResponse = ListPoliciesResponse;
|
|
12635
|
+
type index_gen$k_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
12636
|
+
type index_gen$k_ListQuotaResponse = ListQuotaResponse;
|
|
12637
|
+
type index_gen$k_ListRulesResponse = ListRulesResponse;
|
|
12638
|
+
type index_gen$k_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
12639
|
+
type index_gen$k_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
12640
|
+
type index_gen$k_Log = Log;
|
|
12641
|
+
type index_gen$k_LogAction = LogAction;
|
|
12642
|
+
type index_gen$k_LogResourceType = LogResourceType;
|
|
12643
|
+
type index_gen$k_PermissionSet = PermissionSet;
|
|
12644
|
+
type index_gen$k_PermissionSetScopeType = PermissionSetScopeType;
|
|
12645
|
+
type index_gen$k_Policy = Policy;
|
|
12646
|
+
type index_gen$k_Quotum = Quotum;
|
|
12647
|
+
type index_gen$k_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
12648
|
+
type index_gen$k_Rule = Rule;
|
|
12649
|
+
type index_gen$k_RuleSpecs = RuleSpecs;
|
|
12650
|
+
type index_gen$k_SSHKey = SSHKey;
|
|
12651
|
+
type index_gen$k_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
12652
|
+
type index_gen$k_SetRulesRequest = SetRulesRequest;
|
|
12653
|
+
type index_gen$k_SetRulesResponse = SetRulesResponse;
|
|
12654
|
+
type index_gen$k_UserStatus = UserStatus;
|
|
12655
|
+
type index_gen$k_UserType = UserType;
|
|
12656
|
+
declare namespace index_gen$k {
|
|
12657
|
+
export { API$l as API, type index_gen$k_APIKey as APIKey, type index_gen$k_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$k_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$k_Application as Application, type index_gen$k_BearerType as BearerType, type index_gen$k_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type index_gen$k_CreateJWTRequest as CreateJWTRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$k_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$k_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$k_DeleteGroupRequest as DeleteGroupRequest, type index_gen$k_DeleteJWTRequest as DeleteJWTRequest, type index_gen$k_DeletePolicyRequest as DeletePolicyRequest, type index_gen$k_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$k_EncodedJWT as EncodedJWT, type index_gen$k_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$k_GetApplicationRequest as GetApplicationRequest, type index_gen$k_GetGroupRequest as GetGroupRequest, type index_gen$k_GetJWTRequest as GetJWTRequest, type index_gen$k_GetLogRequest as GetLogRequest, type index_gen$k_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$k_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$k_GetUserRequest as GetUserRequest, type index_gen$k_Group as Group, type index_gen$k_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$k_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$k_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$k_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$k_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$k_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$k_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$k_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$k_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$k_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$k_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$k_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$k_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$k_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$k_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$k_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$k_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$k_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$k_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$k_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$k_Log as Log, type index_gen$k_LogAction as LogAction, type index_gen$k_LogResourceType as LogResourceType, type index_gen$k_PermissionSet as PermissionSet, type index_gen$k_PermissionSetScopeType as PermissionSetScopeType, type index_gen$k_Policy as Policy, type index_gen$k_Quotum as Quotum, type index_gen$k_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$k_Rule as Rule, type index_gen$k_RuleSpecs as RuleSpecs, type index_gen$k_SSHKey as SSHKey, type index_gen$k_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$k_SetRulesRequest as SetRulesRequest, type index_gen$k_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 UpdateUserRequest$1 as UpdateUserRequest, type User$1 as User, type index_gen$k_UserStatus as UserStatus, type index_gen$k_UserType as UserType, validationRules_gen$8 as ValidationRules };
|
|
12639
12658
|
}
|
|
12640
12659
|
|
|
12641
|
-
declare namespace index$
|
|
12642
|
-
export { index_gen$
|
|
12660
|
+
declare namespace index$n {
|
|
12661
|
+
export { index_gen$k as v1alpha1 };
|
|
12643
12662
|
}
|
|
12644
12663
|
|
|
12645
12664
|
type Arch = 'unknown_arch' | 'x86_64' | 'arm' | 'arm64';
|
|
@@ -14594,7 +14613,7 @@ interface SetSnapshotResponse {
|
|
|
14594
14613
|
}
|
|
14595
14614
|
|
|
14596
14615
|
/** Instance API. */
|
|
14597
|
-
declare class API$
|
|
14616
|
+
declare class API$k extends API$y {
|
|
14598
14617
|
/** Lists the available zones of the API. */
|
|
14599
14618
|
static readonly LOCALITIES: Zone[];
|
|
14600
14619
|
/**
|
|
@@ -15151,7 +15170,7 @@ type SetServerUserDataRequest = {
|
|
|
15151
15170
|
content: string;
|
|
15152
15171
|
};
|
|
15153
15172
|
|
|
15154
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
15173
|
+
declare class InstanceV1UtilsAPI extends API$k {
|
|
15155
15174
|
/**
|
|
15156
15175
|
* Waits for {@link Image} to be in a final state.
|
|
15157
15176
|
*
|
|
@@ -15264,185 +15283,185 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
|
|
|
15264
15283
|
/** Lists transient statutes of the enum {@link VolumeState}. */
|
|
15265
15284
|
declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
|
|
15266
15285
|
|
|
15267
|
-
type index$
|
|
15268
|
-
type index$
|
|
15269
|
-
type index$
|
|
15270
|
-
type index$
|
|
15271
|
-
type index$
|
|
15272
|
-
type index$
|
|
15273
|
-
type index$
|
|
15274
|
-
type index$
|
|
15275
|
-
type index$
|
|
15276
|
-
type index$
|
|
15277
|
-
type index$
|
|
15278
|
-
type index$
|
|
15279
|
-
type index$
|
|
15280
|
-
type index$
|
|
15281
|
-
type index$
|
|
15282
|
-
type index$
|
|
15283
|
-
type index$
|
|
15284
|
-
type index$
|
|
15285
|
-
type index$
|
|
15286
|
-
type index$
|
|
15287
|
-
type index$
|
|
15288
|
-
type index$
|
|
15289
|
-
type index$
|
|
15290
|
-
type index$
|
|
15291
|
-
type index$
|
|
15292
|
-
type index$
|
|
15293
|
-
type index$
|
|
15294
|
-
type index$
|
|
15295
|
-
type index$
|
|
15296
|
-
type index$
|
|
15297
|
-
type index$
|
|
15298
|
-
type index$
|
|
15299
|
-
type index$
|
|
15300
|
-
type index$
|
|
15301
|
-
type index$
|
|
15302
|
-
type index$
|
|
15303
|
-
type index$
|
|
15304
|
-
type index$
|
|
15305
|
-
type index$
|
|
15306
|
-
type index$
|
|
15307
|
-
type index$
|
|
15308
|
-
type index$
|
|
15309
|
-
type index$
|
|
15310
|
-
type index$
|
|
15311
|
-
type index$
|
|
15312
|
-
type index$
|
|
15313
|
-
type index$
|
|
15314
|
-
type index$
|
|
15315
|
-
type index$
|
|
15316
|
-
type index$
|
|
15317
|
-
type index$
|
|
15318
|
-
type index$
|
|
15319
|
-
type index$
|
|
15320
|
-
type index$
|
|
15321
|
-
type index$
|
|
15322
|
-
type index$
|
|
15323
|
-
type index$
|
|
15324
|
-
type index$
|
|
15325
|
-
type index$
|
|
15326
|
-
type index$
|
|
15327
|
-
type index$
|
|
15328
|
-
type index$
|
|
15329
|
-
declare const index$
|
|
15330
|
-
type index$
|
|
15331
|
-
type index$
|
|
15332
|
-
type index$
|
|
15333
|
-
type index$
|
|
15334
|
-
type index$
|
|
15335
|
-
type index$
|
|
15336
|
-
type index$
|
|
15337
|
-
type index$
|
|
15338
|
-
type index$
|
|
15339
|
-
type index$
|
|
15340
|
-
type index$
|
|
15341
|
-
type index$
|
|
15342
|
-
type index$
|
|
15343
|
-
type index$
|
|
15344
|
-
type index$
|
|
15345
|
-
type index$
|
|
15346
|
-
type index$
|
|
15347
|
-
type index$
|
|
15348
|
-
type index$
|
|
15349
|
-
type index$
|
|
15350
|
-
type index$
|
|
15351
|
-
type index$
|
|
15352
|
-
type index$
|
|
15353
|
-
type index$
|
|
15354
|
-
type index$
|
|
15355
|
-
type index$
|
|
15356
|
-
type index$
|
|
15357
|
-
declare const index$
|
|
15358
|
-
type index$
|
|
15359
|
-
type index$
|
|
15360
|
-
type index$
|
|
15361
|
-
type index$
|
|
15362
|
-
type index$
|
|
15363
|
-
type index$
|
|
15364
|
-
type index$
|
|
15365
|
-
declare const index$
|
|
15366
|
-
declare const index$
|
|
15367
|
-
declare const index$
|
|
15368
|
-
type index$
|
|
15369
|
-
type index$
|
|
15370
|
-
type index$
|
|
15371
|
-
type index$
|
|
15372
|
-
type index$
|
|
15373
|
-
type index$
|
|
15374
|
-
type index$
|
|
15375
|
-
type index$
|
|
15376
|
-
type index$
|
|
15377
|
-
type index$
|
|
15378
|
-
type index$
|
|
15379
|
-
type index$
|
|
15380
|
-
type index$
|
|
15381
|
-
type index$
|
|
15382
|
-
type index$
|
|
15383
|
-
type index$
|
|
15384
|
-
type index$
|
|
15385
|
-
type index$
|
|
15386
|
-
type index$
|
|
15387
|
-
type index$
|
|
15388
|
-
type index$
|
|
15389
|
-
type index$
|
|
15390
|
-
type index$
|
|
15391
|
-
type index$
|
|
15392
|
-
type index$
|
|
15393
|
-
type index$
|
|
15394
|
-
type index$
|
|
15395
|
-
type index$
|
|
15396
|
-
type index$
|
|
15397
|
-
type index$
|
|
15398
|
-
type index$
|
|
15399
|
-
type index$
|
|
15400
|
-
type index$
|
|
15401
|
-
type index$
|
|
15402
|
-
type index$
|
|
15403
|
-
type index$
|
|
15404
|
-
type index$
|
|
15405
|
-
type index$
|
|
15406
|
-
type index$
|
|
15407
|
-
type index$
|
|
15408
|
-
type index$
|
|
15409
|
-
declare const index$
|
|
15410
|
-
type index$
|
|
15411
|
-
type index$
|
|
15412
|
-
type index$
|
|
15413
|
-
type index$
|
|
15414
|
-
type index$
|
|
15415
|
-
type index$
|
|
15416
|
-
type index$
|
|
15417
|
-
type index$
|
|
15418
|
-
type index$
|
|
15419
|
-
type index$
|
|
15420
|
-
type index$
|
|
15421
|
-
type index$
|
|
15422
|
-
type index$
|
|
15423
|
-
type index$
|
|
15424
|
-
type index$
|
|
15425
|
-
type index$
|
|
15426
|
-
type index$
|
|
15427
|
-
declare const index$
|
|
15428
|
-
declare const index$
|
|
15429
|
-
type index$
|
|
15430
|
-
type index$
|
|
15431
|
-
type index$
|
|
15432
|
-
type index$
|
|
15433
|
-
type index$
|
|
15434
|
-
type index$
|
|
15435
|
-
type index$
|
|
15436
|
-
type index$
|
|
15437
|
-
type index$
|
|
15438
|
-
type index$
|
|
15439
|
-
type index$
|
|
15440
|
-
declare namespace index$
|
|
15441
|
-
export { InstanceV1UtilsAPI as API, type index$l_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$l_Arch as Arch, type index$l_AttachServerVolumeRequest as AttachServerVolumeRequest, type index$l_AttachServerVolumeRequestVolumeType as AttachServerVolumeRequestVolumeType, type index$l_AttachServerVolumeResponse as AttachServerVolumeResponse, type index$l_AttachVolumeRequest as AttachVolumeRequest, type index$l_AttachVolumeResponse as AttachVolumeResponse, type index$l_BootType as BootType, type index$l_Bootscript as Bootscript, type index$l_CreateImageRequest as CreateImageRequest, type index$l_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$l_CreateIpResponse as CreateIpResponse, type index$l_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$l_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$l_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$l_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$l_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$l_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$l_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$l_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$l_CreateServerRequest as CreateServerRequest, type index$l_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$l_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$l_CreateVolumeResponse as CreateVolumeResponse, type index$l_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$l_DeleteIpRequest as DeleteIpRequest, type index$l_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$l_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$l_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$l_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$l_DeleteServerRequest as DeleteServerRequest, type index$l_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$l_DetachServerVolumeRequest as DetachServerVolumeRequest, type index$l_DetachServerVolumeResponse as DetachServerVolumeResponse, type index$l_DetachVolumeRequest as DetachVolumeRequest, type index$l_DetachVolumeResponse as DetachVolumeResponse, type index$l_ExportSnapshotRequest as ExportSnapshotRequest, type index$l_ExportSnapshotResponse as ExportSnapshotResponse, type index$l_GetBootscriptRequest as GetBootscriptRequest, type index$l_GetBootscriptResponse as GetBootscriptResponse, type index$l_GetDashboardRequest as GetDashboardRequest, type index$l_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$2 as GetImageRequest, type index$l_GetImageResponse as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$l_GetIpResponse as GetIpResponse, type index$l_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$l_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$l_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$l_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$l_GetPrivateNICRequest as GetPrivateNICRequest, type index$l_GetPrivateNICResponse as GetPrivateNICResponse, type index$l_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$l_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$l_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$l_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$l_GetServerRequest as GetServerRequest, type index$l_GetServerResponse as GetServerResponse, type index$l_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$l_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$l_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$l_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$l_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$l_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$l_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$2 as Image, type index$l_ImageState as ImageState, type Ip$1 as Ip, type index$l_IpState as IpState, type index$l_IpType as IpType, type index$l_ListBootscriptsRequest as ListBootscriptsRequest, type index$l_ListBootscriptsResponse as ListBootscriptsResponse, type index$l_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type index$l_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$l_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$l_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$l_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$l_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$l_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$l_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$l_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$l_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$l_ListServerActionsRequest as ListServerActionsRequest, type index$l_ListServerActionsResponse as ListServerActionsResponse, type index$l_ListServerUserDataRequest as ListServerUserDataRequest, type index$l_ListServerUserDataResponse as ListServerUserDataResponse, type index$l_ListServersRequest as ListServersRequest, type index$l_ListServersRequestOrder as ListServersRequestOrder, type index$l_ListServersResponse as ListServersResponse, type index$l_ListServersTypesRequest as ListServersTypesRequest, type index$l_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$l_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$l_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$l_MigrationPlan as MigrationPlan, index$l_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$l_PlacementGroup as PlacementGroup, type index$l_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$l_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$l_PlacementGroupServer as PlacementGroupServer, type index$l_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$l_PrivateNIC as PrivateNIC, type index$l_PrivateNICState as PrivateNICState, index$l_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$l_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$l_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$l_SecurityGroup as SecurityGroup, type index$l_SecurityGroupPolicy as SecurityGroupPolicy, type index$l_SecurityGroupRule as SecurityGroupRule, type index$l_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$l_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$l_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$l_SecurityGroupState as SecurityGroupState, type index$l_SecurityGroupSummary as SecurityGroupSummary, type index$l_SecurityGroupTemplate as SecurityGroupTemplate, type index$l_Server as Server, type index$l_ServerAction as ServerAction, type index$l_ServerActionRequest as ServerActionRequest, type index$l_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$l_ServerActionResponse as ServerActionResponse, type index$l_ServerIp as ServerIp, type index$l_ServerIpIpFamily as ServerIpIpFamily, type index$l_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$l_ServerIpState as ServerIpState, type index$l_ServerIpv6 as ServerIpv6, type index$l_ServerLocation as ServerLocation, type index$l_ServerMaintenance as ServerMaintenance, type index$l_ServerState as ServerState, type index$l_ServerSummary as ServerSummary, type index$l_ServerType as ServerType, type index$l_ServerTypeCapabilities as ServerTypeCapabilities, type index$l_ServerTypeNetwork as ServerTypeNetwork, type index$l_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$l_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$l_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$l_ServerTypesAvailability as ServerTypesAvailability, type index$l_SetImageRequest as SetImageRequest, type index$l_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$l_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$l_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$l_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$l_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$l_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$l_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$l_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$l_SnapshotBaseVolume as SnapshotBaseVolume, type index$l_SnapshotState as SnapshotState, type SnapshotVolumeType$1 as SnapshotVolumeType, index$l_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$l_Task as Task, type index$l_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$l_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$l_UpdateIpResponse as UpdateIpResponse, type index$l_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$l_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$l_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$l_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$l_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$l_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$l_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$l_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$l_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$l_UpdateServerRequest as UpdateServerRequest, type index$l_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$l_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$l_UpdateVolumeResponse as UpdateVolumeResponse, index$l_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$l_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$l_VolumeImageUpdateTemplate as VolumeImageUpdateTemplate, type index$l_VolumeServer as VolumeServer, type index$l_VolumeServerState as VolumeServerState, type index$l_VolumeServerTemplate as VolumeServerTemplate, type index$l_VolumeServerVolumeType as VolumeServerVolumeType, type index$l_VolumeState as VolumeState, type index$l_VolumeSummary as VolumeSummary, type index$l_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$l_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$l_VolumeTypeConstraints as VolumeTypeConstraints, type index$l_VolumeVolumeType as VolumeVolumeType };
|
|
15286
|
+
type index$m_ApplyBlockMigrationRequest = ApplyBlockMigrationRequest;
|
|
15287
|
+
type index$m_Arch = Arch;
|
|
15288
|
+
type index$m_AttachServerVolumeRequest = AttachServerVolumeRequest;
|
|
15289
|
+
type index$m_AttachServerVolumeRequestVolumeType = AttachServerVolumeRequestVolumeType;
|
|
15290
|
+
type index$m_AttachServerVolumeResponse = AttachServerVolumeResponse;
|
|
15291
|
+
type index$m_AttachVolumeRequest = AttachVolumeRequest;
|
|
15292
|
+
type index$m_AttachVolumeResponse = AttachVolumeResponse;
|
|
15293
|
+
type index$m_BootType = BootType;
|
|
15294
|
+
type index$m_Bootscript = Bootscript;
|
|
15295
|
+
type index$m_CreateImageRequest = CreateImageRequest;
|
|
15296
|
+
type index$m_CreateImageResponse = CreateImageResponse;
|
|
15297
|
+
type index$m_CreateIpResponse = CreateIpResponse;
|
|
15298
|
+
type index$m_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
|
|
15299
|
+
type index$m_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
|
|
15300
|
+
type index$m_CreatePrivateNICRequest = CreatePrivateNICRequest;
|
|
15301
|
+
type index$m_CreatePrivateNICResponse = CreatePrivateNICResponse;
|
|
15302
|
+
type index$m_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
|
|
15303
|
+
type index$m_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
|
|
15304
|
+
type index$m_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
|
|
15305
|
+
type index$m_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
|
|
15306
|
+
type index$m_CreateServerRequest = CreateServerRequest;
|
|
15307
|
+
type index$m_CreateServerResponse = CreateServerResponse;
|
|
15308
|
+
type index$m_CreateSnapshotResponse = CreateSnapshotResponse;
|
|
15309
|
+
type index$m_CreateVolumeResponse = CreateVolumeResponse;
|
|
15310
|
+
type index$m_Dashboard = Dashboard;
|
|
15311
|
+
type index$m_DeleteIpRequest = DeleteIpRequest;
|
|
15312
|
+
type index$m_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
|
|
15313
|
+
type index$m_DeletePrivateNICRequest = DeletePrivateNICRequest;
|
|
15314
|
+
type index$m_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
|
|
15315
|
+
type index$m_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
|
|
15316
|
+
type index$m_DeleteServerRequest = DeleteServerRequest;
|
|
15317
|
+
type index$m_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
|
|
15318
|
+
type index$m_DetachServerVolumeRequest = DetachServerVolumeRequest;
|
|
15319
|
+
type index$m_DetachServerVolumeResponse = DetachServerVolumeResponse;
|
|
15320
|
+
type index$m_DetachVolumeRequest = DetachVolumeRequest;
|
|
15321
|
+
type index$m_DetachVolumeResponse = DetachVolumeResponse;
|
|
15322
|
+
type index$m_ExportSnapshotRequest = ExportSnapshotRequest;
|
|
15323
|
+
type index$m_ExportSnapshotResponse = ExportSnapshotResponse;
|
|
15324
|
+
type index$m_GetBootscriptRequest = GetBootscriptRequest;
|
|
15325
|
+
type index$m_GetBootscriptResponse = GetBootscriptResponse;
|
|
15326
|
+
type index$m_GetDashboardRequest = GetDashboardRequest;
|
|
15327
|
+
type index$m_GetDashboardResponse = GetDashboardResponse;
|
|
15328
|
+
type index$m_GetImageResponse = GetImageResponse;
|
|
15329
|
+
type index$m_GetIpResponse = GetIpResponse;
|
|
15330
|
+
type index$m_GetPlacementGroupRequest = GetPlacementGroupRequest;
|
|
15331
|
+
type index$m_GetPlacementGroupResponse = GetPlacementGroupResponse;
|
|
15332
|
+
type index$m_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
|
|
15333
|
+
type index$m_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
|
|
15334
|
+
type index$m_GetPrivateNICRequest = GetPrivateNICRequest;
|
|
15335
|
+
type index$m_GetPrivateNICResponse = GetPrivateNICResponse;
|
|
15336
|
+
type index$m_GetSecurityGroupRequest = GetSecurityGroupRequest;
|
|
15337
|
+
type index$m_GetSecurityGroupResponse = GetSecurityGroupResponse;
|
|
15338
|
+
type index$m_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
|
|
15339
|
+
type index$m_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
|
|
15340
|
+
type index$m_GetServerRequest = GetServerRequest;
|
|
15341
|
+
type index$m_GetServerResponse = GetServerResponse;
|
|
15342
|
+
type index$m_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
|
|
15343
|
+
type index$m_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
|
|
15344
|
+
type index$m_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
|
|
15345
|
+
type index$m_GetServerUserDataRequest = GetServerUserDataRequest;
|
|
15346
|
+
type index$m_GetSnapshotResponse = GetSnapshotResponse;
|
|
15347
|
+
type index$m_GetVolumeResponse = GetVolumeResponse;
|
|
15348
|
+
declare const index$m_IP_TRANSIENT_STATUSES: typeof IP_TRANSIENT_STATUSES;
|
|
15349
|
+
type index$m_ImageState = ImageState;
|
|
15350
|
+
type index$m_IpState = IpState;
|
|
15351
|
+
type index$m_IpType = IpType;
|
|
15352
|
+
type index$m_ListBootscriptsRequest = ListBootscriptsRequest;
|
|
15353
|
+
type index$m_ListBootscriptsResponse = ListBootscriptsResponse;
|
|
15354
|
+
type index$m_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
|
|
15355
|
+
type index$m_ListIpsRequest = ListIpsRequest;
|
|
15356
|
+
type index$m_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
|
|
15357
|
+
type index$m_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
|
|
15358
|
+
type index$m_ListPrivateNICsRequest = ListPrivateNICsRequest;
|
|
15359
|
+
type index$m_ListPrivateNICsResponse = ListPrivateNICsResponse;
|
|
15360
|
+
type index$m_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
|
|
15361
|
+
type index$m_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
|
|
15362
|
+
type index$m_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
|
|
15363
|
+
type index$m_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
|
|
15364
|
+
type index$m_ListServerActionsRequest = ListServerActionsRequest;
|
|
15365
|
+
type index$m_ListServerActionsResponse = ListServerActionsResponse;
|
|
15366
|
+
type index$m_ListServerUserDataRequest = ListServerUserDataRequest;
|
|
15367
|
+
type index$m_ListServerUserDataResponse = ListServerUserDataResponse;
|
|
15368
|
+
type index$m_ListServersRequest = ListServersRequest;
|
|
15369
|
+
type index$m_ListServersRequestOrder = ListServersRequestOrder;
|
|
15370
|
+
type index$m_ListServersResponse = ListServersResponse;
|
|
15371
|
+
type index$m_ListServersTypesRequest = ListServersTypesRequest;
|
|
15372
|
+
type index$m_ListServersTypesResponse = ListServersTypesResponse;
|
|
15373
|
+
type index$m_ListVolumesTypesRequest = ListVolumesTypesRequest;
|
|
15374
|
+
type index$m_ListVolumesTypesResponse = ListVolumesTypesResponse;
|
|
15375
|
+
type index$m_MigrationPlan = MigrationPlan;
|
|
15376
|
+
declare const index$m_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
|
|
15377
|
+
type index$m_PlacementGroup = PlacementGroup;
|
|
15378
|
+
type index$m_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
|
|
15379
|
+
type index$m_PlacementGroupPolicyType = PlacementGroupPolicyType;
|
|
15380
|
+
type index$m_PlacementGroupServer = PlacementGroupServer;
|
|
15381
|
+
type index$m_PlanBlockMigrationRequest = PlanBlockMigrationRequest;
|
|
15382
|
+
type index$m_PrivateNIC = PrivateNIC;
|
|
15383
|
+
type index$m_PrivateNICState = PrivateNICState;
|
|
15384
|
+
declare const index$m_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
|
|
15385
|
+
declare const index$m_SERVER_IP_TRANSIENT_STATUSES: typeof SERVER_IP_TRANSIENT_STATUSES;
|
|
15386
|
+
declare const index$m_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
|
|
15387
|
+
type index$m_SecurityGroup = SecurityGroup;
|
|
15388
|
+
type index$m_SecurityGroupPolicy = SecurityGroupPolicy;
|
|
15389
|
+
type index$m_SecurityGroupRule = SecurityGroupRule;
|
|
15390
|
+
type index$m_SecurityGroupRuleAction = SecurityGroupRuleAction;
|
|
15391
|
+
type index$m_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
|
|
15392
|
+
type index$m_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
|
|
15393
|
+
type index$m_SecurityGroupState = SecurityGroupState;
|
|
15394
|
+
type index$m_SecurityGroupSummary = SecurityGroupSummary;
|
|
15395
|
+
type index$m_SecurityGroupTemplate = SecurityGroupTemplate;
|
|
15396
|
+
type index$m_Server = Server;
|
|
15397
|
+
type index$m_ServerAction = ServerAction;
|
|
15398
|
+
type index$m_ServerActionRequest = ServerActionRequest;
|
|
15399
|
+
type index$m_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
|
|
15400
|
+
type index$m_ServerActionResponse = ServerActionResponse;
|
|
15401
|
+
type index$m_ServerIp = ServerIp;
|
|
15402
|
+
type index$m_ServerIpIpFamily = ServerIpIpFamily;
|
|
15403
|
+
type index$m_ServerIpProvisioningMode = ServerIpProvisioningMode;
|
|
15404
|
+
type index$m_ServerIpState = ServerIpState;
|
|
15405
|
+
type index$m_ServerIpv6 = ServerIpv6;
|
|
15406
|
+
type index$m_ServerLocation = ServerLocation;
|
|
15407
|
+
type index$m_ServerMaintenance = ServerMaintenance;
|
|
15408
|
+
type index$m_ServerState = ServerState;
|
|
15409
|
+
type index$m_ServerSummary = ServerSummary;
|
|
15410
|
+
type index$m_ServerType = ServerType;
|
|
15411
|
+
type index$m_ServerTypeCapabilities = ServerTypeCapabilities;
|
|
15412
|
+
type index$m_ServerTypeNetwork = ServerTypeNetwork;
|
|
15413
|
+
type index$m_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
|
|
15414
|
+
type index$m_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
|
|
15415
|
+
type index$m_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
|
|
15416
|
+
type index$m_ServerTypesAvailability = ServerTypesAvailability;
|
|
15417
|
+
type index$m_SetImageRequest = SetImageRequest;
|
|
15418
|
+
type index$m_SetPlacementGroupRequest = SetPlacementGroupRequest;
|
|
15419
|
+
type index$m_SetPlacementGroupResponse = SetPlacementGroupResponse;
|
|
15420
|
+
type index$m_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
|
|
15421
|
+
type index$m_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
|
|
15422
|
+
type index$m_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
|
|
15423
|
+
type index$m_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
|
|
15424
|
+
type index$m_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
|
|
15425
|
+
type index$m_SetServerUserDataRequest = SetServerUserDataRequest;
|
|
15426
|
+
type index$m_SnapshotBaseVolume = SnapshotBaseVolume;
|
|
15427
|
+
type index$m_SnapshotState = SnapshotState;
|
|
15428
|
+
declare const index$m_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
|
|
15429
|
+
type index$m_Task = Task;
|
|
15430
|
+
type index$m_TaskStatus = TaskStatus;
|
|
15431
|
+
type index$m_UpdateImageResponse = UpdateImageResponse;
|
|
15432
|
+
type index$m_UpdateIpResponse = UpdateIpResponse;
|
|
15433
|
+
type index$m_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
|
|
15434
|
+
type index$m_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
|
|
15435
|
+
type index$m_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
|
|
15436
|
+
type index$m_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
|
|
15437
|
+
type index$m_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
|
|
15438
|
+
type index$m_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
|
|
15439
|
+
type index$m_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
|
|
15440
|
+
type index$m_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
|
|
15441
|
+
type index$m_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
|
|
15442
|
+
type index$m_UpdateServerRequest = UpdateServerRequest;
|
|
15443
|
+
type index$m_UpdateServerResponse = UpdateServerResponse;
|
|
15444
|
+
type index$m_UpdateSnapshotResponse = UpdateSnapshotResponse;
|
|
15445
|
+
type index$m_UpdateVolumeResponse = UpdateVolumeResponse;
|
|
15446
|
+
declare const index$m_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
|
|
15447
|
+
declare const index$m_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
|
|
15448
|
+
type index$m_VolumeImageUpdateTemplate = VolumeImageUpdateTemplate;
|
|
15449
|
+
type index$m_VolumeServer = VolumeServer;
|
|
15450
|
+
type index$m_VolumeServerState = VolumeServerState;
|
|
15451
|
+
type index$m_VolumeServerTemplate = VolumeServerTemplate;
|
|
15452
|
+
type index$m_VolumeServerVolumeType = VolumeServerVolumeType;
|
|
15453
|
+
type index$m_VolumeState = VolumeState;
|
|
15454
|
+
type index$m_VolumeSummary = VolumeSummary;
|
|
15455
|
+
type index$m_VolumeTemplate = VolumeTemplate;
|
|
15456
|
+
type index$m_VolumeTypeCapabilities = VolumeTypeCapabilities;
|
|
15457
|
+
type index$m_VolumeTypeConstraints = VolumeTypeConstraints;
|
|
15458
|
+
type index$m_VolumeVolumeType = VolumeVolumeType;
|
|
15459
|
+
declare namespace index$m {
|
|
15460
|
+
export { InstanceV1UtilsAPI as API, type index$m_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$m_Arch as Arch, type index$m_AttachServerVolumeRequest as AttachServerVolumeRequest, type index$m_AttachServerVolumeRequestVolumeType as AttachServerVolumeRequestVolumeType, type index$m_AttachServerVolumeResponse as AttachServerVolumeResponse, type index$m_AttachVolumeRequest as AttachVolumeRequest, type index$m_AttachVolumeResponse as AttachVolumeResponse, type index$m_BootType as BootType, type index$m_Bootscript as Bootscript, type index$m_CreateImageRequest as CreateImageRequest, type index$m_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$m_CreateIpResponse as CreateIpResponse, type index$m_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$m_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$m_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$m_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$m_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$m_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$m_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$m_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$m_CreateServerRequest as CreateServerRequest, type index$m_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$m_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$m_CreateVolumeResponse as CreateVolumeResponse, type index$m_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$m_DeleteIpRequest as DeleteIpRequest, type index$m_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$m_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$m_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$m_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$m_DeleteServerRequest as DeleteServerRequest, type index$m_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$m_DetachServerVolumeRequest as DetachServerVolumeRequest, type index$m_DetachServerVolumeResponse as DetachServerVolumeResponse, type index$m_DetachVolumeRequest as DetachVolumeRequest, type index$m_DetachVolumeResponse as DetachVolumeResponse, type index$m_ExportSnapshotRequest as ExportSnapshotRequest, type index$m_ExportSnapshotResponse as ExportSnapshotResponse, type index$m_GetBootscriptRequest as GetBootscriptRequest, type index$m_GetBootscriptResponse as GetBootscriptResponse, type index$m_GetDashboardRequest as GetDashboardRequest, type index$m_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$2 as GetImageRequest, type index$m_GetImageResponse as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$m_GetIpResponse as GetIpResponse, type index$m_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$m_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$m_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$m_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$m_GetPrivateNICRequest as GetPrivateNICRequest, type index$m_GetPrivateNICResponse as GetPrivateNICResponse, type index$m_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$m_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$m_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$m_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$m_GetServerRequest as GetServerRequest, type index$m_GetServerResponse as GetServerResponse, type index$m_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$m_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$m_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$m_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$m_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$m_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$m_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$2 as Image, type index$m_ImageState as ImageState, type Ip$1 as Ip, type index$m_IpState as IpState, type index$m_IpType as IpType, type index$m_ListBootscriptsRequest as ListBootscriptsRequest, type index$m_ListBootscriptsResponse as ListBootscriptsResponse, type index$m_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type index$m_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$m_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$m_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$m_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$m_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$m_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$m_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$m_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$m_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$m_ListServerActionsRequest as ListServerActionsRequest, type index$m_ListServerActionsResponse as ListServerActionsResponse, type index$m_ListServerUserDataRequest as ListServerUserDataRequest, type index$m_ListServerUserDataResponse as ListServerUserDataResponse, type index$m_ListServersRequest as ListServersRequest, type index$m_ListServersRequestOrder as ListServersRequestOrder, type index$m_ListServersResponse as ListServersResponse, type index$m_ListServersTypesRequest as ListServersTypesRequest, type index$m_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$m_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$m_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$m_MigrationPlan as MigrationPlan, index$m_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$m_PlacementGroup as PlacementGroup, type index$m_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$m_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$m_PlacementGroupServer as PlacementGroupServer, type index$m_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$m_PrivateNIC as PrivateNIC, type index$m_PrivateNICState as PrivateNICState, index$m_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$m_SERVER_IP_TRANSIENT_STATUSES as SERVER_IP_TRANSIENT_STATUSES, index$m_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$m_SecurityGroup as SecurityGroup, type index$m_SecurityGroupPolicy as SecurityGroupPolicy, type index$m_SecurityGroupRule as SecurityGroupRule, type index$m_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$m_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$m_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$m_SecurityGroupState as SecurityGroupState, type index$m_SecurityGroupSummary as SecurityGroupSummary, type index$m_SecurityGroupTemplate as SecurityGroupTemplate, type index$m_Server as Server, type index$m_ServerAction as ServerAction, type index$m_ServerActionRequest as ServerActionRequest, type index$m_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$m_ServerActionResponse as ServerActionResponse, type index$m_ServerIp as ServerIp, type index$m_ServerIpIpFamily as ServerIpIpFamily, type index$m_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$m_ServerIpState as ServerIpState, type index$m_ServerIpv6 as ServerIpv6, type index$m_ServerLocation as ServerLocation, type index$m_ServerMaintenance as ServerMaintenance, type index$m_ServerState as ServerState, type index$m_ServerSummary as ServerSummary, type index$m_ServerType as ServerType, type index$m_ServerTypeCapabilities as ServerTypeCapabilities, type index$m_ServerTypeNetwork as ServerTypeNetwork, type index$m_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$m_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$m_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$m_ServerTypesAvailability as ServerTypesAvailability, type index$m_SetImageRequest as SetImageRequest, type index$m_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$m_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$m_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$m_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$m_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$m_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$m_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$m_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$m_SnapshotBaseVolume as SnapshotBaseVolume, type index$m_SnapshotState as SnapshotState, type SnapshotVolumeType$1 as SnapshotVolumeType, index$m_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$m_Task as Task, type index$m_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$m_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$m_UpdateIpResponse as UpdateIpResponse, type index$m_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$m_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$m_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$m_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$m_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$m_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$m_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$m_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$m_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$m_UpdateServerRequest as UpdateServerRequest, type index$m_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$m_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$m_UpdateVolumeResponse as UpdateVolumeResponse, index$m_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$m_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$m_VolumeImageUpdateTemplate as VolumeImageUpdateTemplate, type index$m_VolumeServer as VolumeServer, type index$m_VolumeServerState as VolumeServerState, type index$m_VolumeServerTemplate as VolumeServerTemplate, type index$m_VolumeServerVolumeType as VolumeServerVolumeType, type index$m_VolumeState as VolumeState, type index$m_VolumeSummary as VolumeSummary, type index$m_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$m_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$m_VolumeTypeConstraints as VolumeTypeConstraints, type index$m_VolumeVolumeType as VolumeVolumeType };
|
|
15442
15461
|
}
|
|
15443
15462
|
|
|
15444
|
-
declare namespace index$
|
|
15445
|
-
export { index$
|
|
15463
|
+
declare namespace index$l {
|
|
15464
|
+
export { index$m as v1 };
|
|
15446
15465
|
}
|
|
15447
15466
|
|
|
15448
15467
|
type DeviceMessageFiltersRulePolicy = 'unknown' | 'accept' | 'reject';
|
|
@@ -16366,7 +16385,7 @@ type UpdateRouteRequest$1 = {
|
|
|
16366
16385
|
*
|
|
16367
16386
|
* This API allows you to manage IoT hubs and devices.
|
|
16368
16387
|
*/
|
|
16369
|
-
declare class API$
|
|
16388
|
+
declare class API$j extends API$y {
|
|
16370
16389
|
/** Lists the available regions of the API. */
|
|
16371
16390
|
static readonly LOCALITIES: Region[];
|
|
16372
16391
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -16687,86 +16706,86 @@ declare class API$i extends API$x {
|
|
|
16687
16706
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
16688
16707
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
16689
16708
|
|
|
16690
|
-
type index_gen$
|
|
16691
|
-
type index_gen$
|
|
16692
|
-
type index_gen$
|
|
16693
|
-
type index_gen$
|
|
16694
|
-
type index_gen$
|
|
16695
|
-
type index_gen$
|
|
16696
|
-
type index_gen$
|
|
16697
|
-
type index_gen$
|
|
16698
|
-
type index_gen$
|
|
16699
|
-
type index_gen$
|
|
16700
|
-
type index_gen$
|
|
16701
|
-
type index_gen$
|
|
16702
|
-
type index_gen$
|
|
16703
|
-
type index_gen$
|
|
16704
|
-
type index_gen$
|
|
16705
|
-
type index_gen$
|
|
16706
|
-
type index_gen$
|
|
16707
|
-
type index_gen$
|
|
16708
|
-
type index_gen$
|
|
16709
|
-
type index_gen$
|
|
16710
|
-
type index_gen$
|
|
16711
|
-
type index_gen$
|
|
16712
|
-
type index_gen$
|
|
16713
|
-
type index_gen$
|
|
16714
|
-
type index_gen$
|
|
16715
|
-
type index_gen$
|
|
16716
|
-
type index_gen$
|
|
16717
|
-
type index_gen$
|
|
16718
|
-
type index_gen$
|
|
16719
|
-
type index_gen$
|
|
16720
|
-
type index_gen$
|
|
16721
|
-
type index_gen$
|
|
16722
|
-
type index_gen$
|
|
16723
|
-
type index_gen$
|
|
16724
|
-
declare const index_gen$
|
|
16725
|
-
type index_gen$
|
|
16726
|
-
type index_gen$
|
|
16727
|
-
type index_gen$
|
|
16728
|
-
type index_gen$
|
|
16729
|
-
type index_gen$
|
|
16730
|
-
type index_gen$
|
|
16731
|
-
type index_gen$
|
|
16732
|
-
type index_gen$
|
|
16733
|
-
type index_gen$
|
|
16734
|
-
type index_gen$
|
|
16735
|
-
type index_gen$
|
|
16736
|
-
type index_gen$
|
|
16737
|
-
type index_gen$
|
|
16738
|
-
type index_gen$
|
|
16739
|
-
type index_gen$
|
|
16740
|
-
type index_gen$
|
|
16741
|
-
type index_gen$
|
|
16742
|
-
type index_gen$
|
|
16743
|
-
type index_gen$
|
|
16744
|
-
type index_gen$
|
|
16745
|
-
type index_gen$
|
|
16746
|
-
type index_gen$
|
|
16747
|
-
type index_gen$
|
|
16748
|
-
type index_gen$
|
|
16749
|
-
type index_gen$
|
|
16750
|
-
type index_gen$
|
|
16751
|
-
type index_gen$
|
|
16752
|
-
type index_gen$
|
|
16753
|
-
type index_gen$
|
|
16754
|
-
type index_gen$
|
|
16755
|
-
type index_gen$
|
|
16756
|
-
type index_gen$
|
|
16757
|
-
type index_gen$
|
|
16758
|
-
type index_gen$
|
|
16759
|
-
type index_gen$
|
|
16760
|
-
type index_gen$
|
|
16761
|
-
type index_gen$
|
|
16762
|
-
type index_gen$
|
|
16763
|
-
type index_gen$
|
|
16764
|
-
declare namespace index_gen$
|
|
16765
|
-
export { API$
|
|
16709
|
+
type index_gen$j_CreateDeviceRequest = CreateDeviceRequest;
|
|
16710
|
+
type index_gen$j_CreateDeviceResponse = CreateDeviceResponse;
|
|
16711
|
+
type index_gen$j_CreateHubRequest = CreateHubRequest;
|
|
16712
|
+
type index_gen$j_CreateNetworkRequest = CreateNetworkRequest;
|
|
16713
|
+
type index_gen$j_CreateNetworkResponse = CreateNetworkResponse;
|
|
16714
|
+
type index_gen$j_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
16715
|
+
type index_gen$j_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
16716
|
+
type index_gen$j_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
16717
|
+
type index_gen$j_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
16718
|
+
type index_gen$j_DeleteHubRequest = DeleteHubRequest;
|
|
16719
|
+
type index_gen$j_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
16720
|
+
type index_gen$j_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
16721
|
+
type index_gen$j_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
16722
|
+
type index_gen$j_Device = Device;
|
|
16723
|
+
type index_gen$j_DeviceMessageFilters = DeviceMessageFilters;
|
|
16724
|
+
type index_gen$j_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
16725
|
+
type index_gen$j_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
16726
|
+
type index_gen$j_DeviceStatus = DeviceStatus;
|
|
16727
|
+
type index_gen$j_DisableDeviceRequest = DisableDeviceRequest;
|
|
16728
|
+
type index_gen$j_DisableHubRequest = DisableHubRequest;
|
|
16729
|
+
type index_gen$j_EnableDeviceRequest = EnableDeviceRequest;
|
|
16730
|
+
type index_gen$j_EnableHubRequest = EnableHubRequest;
|
|
16731
|
+
type index_gen$j_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
16732
|
+
type index_gen$j_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
16733
|
+
type index_gen$j_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
16734
|
+
type index_gen$j_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
16735
|
+
type index_gen$j_GetDeviceRequest = GetDeviceRequest;
|
|
16736
|
+
type index_gen$j_GetHubCARequest = GetHubCARequest;
|
|
16737
|
+
type index_gen$j_GetHubCAResponse = GetHubCAResponse;
|
|
16738
|
+
type index_gen$j_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
16739
|
+
type index_gen$j_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
16740
|
+
type index_gen$j_GetHubRequest = GetHubRequest;
|
|
16741
|
+
type index_gen$j_GetNetworkRequest = GetNetworkRequest;
|
|
16742
|
+
type index_gen$j_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
16743
|
+
declare const index_gen$j_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
16744
|
+
type index_gen$j_Hub = Hub;
|
|
16745
|
+
type index_gen$j_HubProductPlan = HubProductPlan;
|
|
16746
|
+
type index_gen$j_HubStatus = HubStatus;
|
|
16747
|
+
type index_gen$j_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
16748
|
+
type index_gen$j_ListDevicesRequest = ListDevicesRequest;
|
|
16749
|
+
type index_gen$j_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
16750
|
+
type index_gen$j_ListDevicesResponse = ListDevicesResponse;
|
|
16751
|
+
type index_gen$j_ListHubsRequest = ListHubsRequest;
|
|
16752
|
+
type index_gen$j_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
16753
|
+
type index_gen$j_ListHubsResponse = ListHubsResponse;
|
|
16754
|
+
type index_gen$j_ListNetworksRequest = ListNetworksRequest;
|
|
16755
|
+
type index_gen$j_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
16756
|
+
type index_gen$j_ListNetworksResponse = ListNetworksResponse;
|
|
16757
|
+
type index_gen$j_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
16758
|
+
type index_gen$j_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
16759
|
+
type index_gen$j_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
16760
|
+
type index_gen$j_Network = Network;
|
|
16761
|
+
type index_gen$j_NetworkNetworkType = NetworkNetworkType;
|
|
16762
|
+
type index_gen$j_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
16763
|
+
type index_gen$j_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
16764
|
+
type index_gen$j_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
16765
|
+
type index_gen$j_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
16766
|
+
type index_gen$j_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
16767
|
+
type index_gen$j_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
16768
|
+
type index_gen$j_RouteRestConfig = RouteRestConfig;
|
|
16769
|
+
type index_gen$j_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
16770
|
+
type index_gen$j_RouteRouteType = RouteRouteType;
|
|
16771
|
+
type index_gen$j_RouteS3Config = RouteS3Config;
|
|
16772
|
+
type index_gen$j_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
16773
|
+
type index_gen$j_RouteSummary = RouteSummary;
|
|
16774
|
+
type index_gen$j_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
16775
|
+
type index_gen$j_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
16776
|
+
type index_gen$j_SetHubCARequest = SetHubCARequest;
|
|
16777
|
+
type index_gen$j_TwinDocument = TwinDocument;
|
|
16778
|
+
type index_gen$j_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
16779
|
+
type index_gen$j_UpdateHubRequest = UpdateHubRequest;
|
|
16780
|
+
type index_gen$j_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
16781
|
+
type index_gen$j_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
16782
|
+
type index_gen$j_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
16783
|
+
declare namespace index_gen$j {
|
|
16784
|
+
export { API$j as API, type Certificate$1 as Certificate, type index_gen$j_CreateDeviceRequest as CreateDeviceRequest, type index_gen$j_CreateDeviceResponse as CreateDeviceResponse, type index_gen$j_CreateHubRequest as CreateHubRequest, type index_gen$j_CreateNetworkRequest as CreateNetworkRequest, type index_gen$j_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$j_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$j_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$j_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$j_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$j_DeleteHubRequest as DeleteHubRequest, type index_gen$j_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$j_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$j_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$j_Device as Device, type index_gen$j_DeviceMessageFilters as DeviceMessageFilters, type index_gen$j_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$j_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$j_DeviceStatus as DeviceStatus, type index_gen$j_DisableDeviceRequest as DisableDeviceRequest, type index_gen$j_DisableHubRequest as DisableHubRequest, type index_gen$j_EnableDeviceRequest as EnableDeviceRequest, type index_gen$j_EnableHubRequest as EnableHubRequest, type index_gen$j_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$j_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$j_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$j_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$j_GetDeviceRequest as GetDeviceRequest, type index_gen$j_GetHubCARequest as GetHubCARequest, type index_gen$j_GetHubCAResponse as GetHubCAResponse, type index_gen$j_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$j_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$j_GetHubRequest as GetHubRequest, type index_gen$j_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$j_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$j_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$j_Hub as Hub, type index_gen$j_HubProductPlan as HubProductPlan, type index_gen$j_HubStatus as HubStatus, type index_gen$j_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$j_ListDevicesRequest as ListDevicesRequest, type index_gen$j_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$j_ListDevicesResponse as ListDevicesResponse, type index_gen$j_ListHubsRequest as ListHubsRequest, type index_gen$j_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$j_ListHubsResponse as ListHubsResponse, type index_gen$j_ListNetworksRequest as ListNetworksRequest, type index_gen$j_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$j_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$j_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$j_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$j_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$j_Network as Network, type index_gen$j_NetworkNetworkType as NetworkNetworkType, type index_gen$j_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$j_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$j_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$j_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$j_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$j_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$j_RouteRestConfig as RouteRestConfig, type index_gen$j_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$j_RouteRouteType as RouteRouteType, type index_gen$j_RouteS3Config as RouteS3Config, type index_gen$j_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$j_RouteSummary as RouteSummary, type index_gen$j_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$j_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$j_SetHubCARequest as SetHubCARequest, type index_gen$j_TwinDocument as TwinDocument, type index_gen$j_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$j_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$j_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$j_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$j_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
|
|
16766
16785
|
}
|
|
16767
16786
|
|
|
16768
|
-
declare namespace index$
|
|
16769
|
-
export { index_gen$
|
|
16787
|
+
declare namespace index$k {
|
|
16788
|
+
export { index_gen$j as v1 };
|
|
16770
16789
|
}
|
|
16771
16790
|
|
|
16772
16791
|
type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
|
|
@@ -16972,7 +16991,7 @@ type UpdateIPRequest$1 = {
|
|
|
16972
16991
|
* This API allows you to manage IP addresses with Scaleway's IP Address
|
|
16973
16992
|
* Management tool.
|
|
16974
16993
|
*/
|
|
16975
|
-
declare class API$
|
|
16994
|
+
declare class API$i extends API$y {
|
|
16976
16995
|
/** Lists the available regions of the API. */
|
|
16977
16996
|
static readonly LOCALITIES: Region[];
|
|
16978
16997
|
/**
|
|
@@ -17028,22 +17047,22 @@ declare const ListIPsRequest$2: {
|
|
|
17028
17047
|
};
|
|
17029
17048
|
};
|
|
17030
17049
|
|
|
17031
|
-
declare namespace validationRules_gen$
|
|
17050
|
+
declare namespace validationRules_gen$7 {
|
|
17032
17051
|
export { ListIPsRequest$2 as ListIPsRequest };
|
|
17033
17052
|
}
|
|
17034
17053
|
|
|
17035
|
-
type index_gen$
|
|
17036
|
-
type index_gen$
|
|
17037
|
-
type index_gen$
|
|
17038
|
-
type index_gen$
|
|
17039
|
-
type index_gen$
|
|
17040
|
-
type index_gen$
|
|
17041
|
-
declare namespace index_gen$
|
|
17042
|
-
export { API$
|
|
17054
|
+
type index_gen$i_BookIPRequest = BookIPRequest;
|
|
17055
|
+
type index_gen$i_ReleaseIPRequest = ReleaseIPRequest;
|
|
17056
|
+
type index_gen$i_Resource = Resource;
|
|
17057
|
+
type index_gen$i_ResourceType = ResourceType;
|
|
17058
|
+
type index_gen$i_Reverse = Reverse;
|
|
17059
|
+
type index_gen$i_Source = Source;
|
|
17060
|
+
declare namespace index_gen$i {
|
|
17061
|
+
export { API$i as API, type index_gen$i_BookIPRequest as BookIPRequest, type GetIPRequest$1 as GetIPRequest, type IP$1 as IP, type ListIPsRequest$3 as ListIPsRequest, type ListIPsRequestOrderBy$1 as ListIPsRequestOrderBy, type ListIPsResponse$1 as ListIPsResponse, type index_gen$i_ReleaseIPRequest as ReleaseIPRequest, type index_gen$i_Resource as Resource, type index_gen$i_ResourceType as ResourceType, type index_gen$i_Reverse as Reverse, type index_gen$i_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$7 as ValidationRules };
|
|
17043
17062
|
}
|
|
17044
17063
|
|
|
17045
|
-
declare namespace index$
|
|
17046
|
-
export { index_gen$
|
|
17064
|
+
declare namespace index$j {
|
|
17065
|
+
export { index_gen$i as v1 };
|
|
17047
17066
|
}
|
|
17048
17067
|
|
|
17049
17068
|
type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -17364,7 +17383,7 @@ type UpdateVolumeRequest = {
|
|
|
17364
17383
|
};
|
|
17365
17384
|
|
|
17366
17385
|
/** IPFS Pinning service API. */
|
|
17367
|
-
declare class API$
|
|
17386
|
+
declare class API$h extends API$y {
|
|
17368
17387
|
/** Lists the available regions of the API. */
|
|
17369
17388
|
static readonly LOCALITIES: Region[];
|
|
17370
17389
|
/**
|
|
@@ -17492,7 +17511,7 @@ declare class API$g extends API$x {
|
|
|
17492
17511
|
deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
|
|
17493
17512
|
}
|
|
17494
17513
|
/** IPFS Naming service API. */
|
|
17495
|
-
declare class IpnsAPI extends API$
|
|
17514
|
+
declare class IpnsAPI extends API$y {
|
|
17496
17515
|
/** Lists the available regions of the API. */
|
|
17497
17516
|
static readonly LOCALITIES: Region[];
|
|
17498
17517
|
/**
|
|
@@ -17564,50 +17583,50 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
|
|
|
17564
17583
|
/** Lists transient statutes of the enum {@link PinStatus}. */
|
|
17565
17584
|
declare const PIN_TRANSIENT_STATUSES: PinStatus[];
|
|
17566
17585
|
|
|
17567
|
-
type index_gen$
|
|
17568
|
-
type index_gen$
|
|
17569
|
-
type index_gen$
|
|
17570
|
-
type index_gen$
|
|
17571
|
-
type index_gen$
|
|
17572
|
-
type index_gen$
|
|
17573
|
-
type index_gen$
|
|
17574
|
-
type index_gen$
|
|
17575
|
-
type index_gen$
|
|
17576
|
-
declare const index_gen$
|
|
17577
|
-
type index_gen$
|
|
17578
|
-
type index_gen$
|
|
17579
|
-
type index_gen$
|
|
17580
|
-
type index_gen$
|
|
17581
|
-
type index_gen$
|
|
17582
|
-
type index_gen$
|
|
17583
|
-
type index_gen$
|
|
17584
|
-
type index_gen$
|
|
17585
|
-
type index_gen$
|
|
17586
|
-
type index_gen$
|
|
17587
|
-
type index_gen$
|
|
17588
|
-
type index_gen$
|
|
17589
|
-
type index_gen$
|
|
17590
|
-
type index_gen$
|
|
17591
|
-
type index_gen$
|
|
17592
|
-
declare const index_gen$
|
|
17593
|
-
type index_gen$
|
|
17594
|
-
type index_gen$
|
|
17595
|
-
declare const index_gen$
|
|
17596
|
-
type index_gen$
|
|
17597
|
-
type index_gen$
|
|
17598
|
-
type index_gen$
|
|
17599
|
-
type index_gen$
|
|
17600
|
-
type index_gen$
|
|
17601
|
-
type index_gen$
|
|
17602
|
-
type index_gen$
|
|
17603
|
-
type index_gen$
|
|
17604
|
-
type index_gen$
|
|
17605
|
-
declare namespace index_gen$
|
|
17606
|
-
export { API$
|
|
17586
|
+
type index_gen$h_CreatePinByCIDRequest = CreatePinByCIDRequest;
|
|
17587
|
+
type index_gen$h_CreatePinByURLRequest = CreatePinByURLRequest;
|
|
17588
|
+
type index_gen$h_CreateVolumeRequest = CreateVolumeRequest;
|
|
17589
|
+
type index_gen$h_DeletePinRequest = DeletePinRequest;
|
|
17590
|
+
type index_gen$h_DeleteVolumeRequest = DeleteVolumeRequest;
|
|
17591
|
+
type index_gen$h_ExportKeyNameResponse = ExportKeyNameResponse;
|
|
17592
|
+
type index_gen$h_GetPinRequest = GetPinRequest;
|
|
17593
|
+
type index_gen$h_GetVolumeRequest = GetVolumeRequest;
|
|
17594
|
+
type index_gen$h_IpnsAPI = IpnsAPI;
|
|
17595
|
+
declare const index_gen$h_IpnsAPI: typeof IpnsAPI;
|
|
17596
|
+
type index_gen$h_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
|
|
17597
|
+
type index_gen$h_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
|
|
17598
|
+
type index_gen$h_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
|
|
17599
|
+
type index_gen$h_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
|
|
17600
|
+
type index_gen$h_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
|
|
17601
|
+
type index_gen$h_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
|
|
17602
|
+
type index_gen$h_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
|
|
17603
|
+
type index_gen$h_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
|
|
17604
|
+
type index_gen$h_ListNamesResponse = ListNamesResponse;
|
|
17605
|
+
type index_gen$h_ListPinsRequest = ListPinsRequest;
|
|
17606
|
+
type index_gen$h_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
|
|
17607
|
+
type index_gen$h_ListPinsResponse = ListPinsResponse;
|
|
17608
|
+
type index_gen$h_ListVolumesRequest = ListVolumesRequest;
|
|
17609
|
+
type index_gen$h_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
|
|
17610
|
+
type index_gen$h_ListVolumesResponse = ListVolumesResponse;
|
|
17611
|
+
declare const index_gen$h_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
|
|
17612
|
+
type index_gen$h_Name = Name;
|
|
17613
|
+
type index_gen$h_NameStatus = NameStatus;
|
|
17614
|
+
declare const index_gen$h_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
|
|
17615
|
+
type index_gen$h_Pin = Pin;
|
|
17616
|
+
type index_gen$h_PinCID = PinCID;
|
|
17617
|
+
type index_gen$h_PinCIDMeta = PinCIDMeta;
|
|
17618
|
+
type index_gen$h_PinDetails = PinDetails;
|
|
17619
|
+
type index_gen$h_PinInfo = PinInfo;
|
|
17620
|
+
type index_gen$h_PinStatus = PinStatus;
|
|
17621
|
+
type index_gen$h_ReplacePinRequest = ReplacePinRequest;
|
|
17622
|
+
type index_gen$h_ReplacePinResponse = ReplacePinResponse;
|
|
17623
|
+
type index_gen$h_UpdateVolumeRequest = UpdateVolumeRequest;
|
|
17624
|
+
declare namespace index_gen$h {
|
|
17625
|
+
export { API$h as API, type index_gen$h_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$h_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$h_CreateVolumeRequest as CreateVolumeRequest, type index_gen$h_DeletePinRequest as DeletePinRequest, type index_gen$h_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$h_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$h_GetPinRequest as GetPinRequest, type index_gen$h_GetVolumeRequest as GetVolumeRequest, index_gen$h_IpnsAPI as IpnsAPI, type index_gen$h_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$h_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$h_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$h_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$h_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$h_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$h_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$h_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$h_ListNamesResponse as ListNamesResponse, type index_gen$h_ListPinsRequest as ListPinsRequest, type index_gen$h_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$h_ListPinsResponse as ListPinsResponse, type index_gen$h_ListVolumesRequest as ListVolumesRequest, type index_gen$h_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$h_ListVolumesResponse as ListVolumesResponse, index_gen$h_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$h_Name as Name, type index_gen$h_NameStatus as NameStatus, index_gen$h_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$h_Pin as Pin, type index_gen$h_PinCID as PinCID, type index_gen$h_PinCIDMeta as PinCIDMeta, type index_gen$h_PinDetails as PinDetails, type index_gen$h_PinInfo as PinInfo, type index_gen$h_PinStatus as PinStatus, type index_gen$h_ReplacePinRequest as ReplacePinRequest, type index_gen$h_ReplacePinResponse as ReplacePinResponse, type index_gen$h_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
|
|
17607
17626
|
}
|
|
17608
17627
|
|
|
17609
|
-
declare namespace index$
|
|
17610
|
-
export { index_gen$
|
|
17628
|
+
declare namespace index$i {
|
|
17629
|
+
export { index_gen$h as v1alpha1 };
|
|
17611
17630
|
}
|
|
17612
17631
|
|
|
17613
17632
|
type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled' | 'internal_error';
|
|
@@ -17657,6 +17676,7 @@ interface JobRun {
|
|
|
17657
17676
|
command: string;
|
|
17658
17677
|
environmentVariables: Record<string, string>;
|
|
17659
17678
|
localStorageCapacity: number;
|
|
17679
|
+
startedAt?: Date;
|
|
17660
17680
|
/**
|
|
17661
17681
|
* Region to target. If none is passed will use default region from the
|
|
17662
17682
|
* config.
|
|
@@ -17810,7 +17830,7 @@ type UpdateJobDefinitionRequest$1 = {
|
|
|
17810
17830
|
};
|
|
17811
17831
|
|
|
17812
17832
|
/** Serverless Jobs API. */
|
|
17813
|
-
declare class API$
|
|
17833
|
+
declare class API$g extends API$y {
|
|
17814
17834
|
/** Lists the available regions of the API. */
|
|
17815
17835
|
static readonly LOCALITIES: Region[];
|
|
17816
17836
|
/**
|
|
@@ -17978,42 +17998,42 @@ declare const UpdateJobDefinitionRequestCronScheduleConfig: {
|
|
|
17978
17998
|
};
|
|
17979
17999
|
};
|
|
17980
18000
|
|
|
17981
|
-
declare const validationRules_gen$
|
|
17982
|
-
declare const validationRules_gen$
|
|
17983
|
-
declare const validationRules_gen$
|
|
17984
|
-
declare const validationRules_gen$
|
|
17985
|
-
declare const validationRules_gen$
|
|
17986
|
-
declare const validationRules_gen$
|
|
17987
|
-
declare const validationRules_gen$
|
|
17988
|
-
declare const validationRules_gen$
|
|
17989
|
-
declare namespace validationRules_gen$
|
|
17990
|
-
export { validationRules_gen$
|
|
18001
|
+
declare const validationRules_gen$6_CreateJobDefinitionRequest: typeof CreateJobDefinitionRequest;
|
|
18002
|
+
declare const validationRules_gen$6_CreateJobDefinitionRequestCronScheduleConfig: typeof CreateJobDefinitionRequestCronScheduleConfig;
|
|
18003
|
+
declare const validationRules_gen$6_CronSchedule: typeof CronSchedule;
|
|
18004
|
+
declare const validationRules_gen$6_ListJobDefinitionsRequest: typeof ListJobDefinitionsRequest;
|
|
18005
|
+
declare const validationRules_gen$6_ListJobRunsRequest: typeof ListJobRunsRequest;
|
|
18006
|
+
declare const validationRules_gen$6_StartJobDefinitionRequest: typeof StartJobDefinitionRequest;
|
|
18007
|
+
declare const validationRules_gen$6_UpdateJobDefinitionRequest: typeof UpdateJobDefinitionRequest;
|
|
18008
|
+
declare const validationRules_gen$6_UpdateJobDefinitionRequestCronScheduleConfig: typeof UpdateJobDefinitionRequestCronScheduleConfig;
|
|
18009
|
+
declare namespace validationRules_gen$6 {
|
|
18010
|
+
export { validationRules_gen$6_CreateJobDefinitionRequest as CreateJobDefinitionRequest, validationRules_gen$6_CreateJobDefinitionRequestCronScheduleConfig as CreateJobDefinitionRequestCronScheduleConfig, validationRules_gen$6_CronSchedule as CronSchedule, validationRules_gen$6_ListJobDefinitionsRequest as ListJobDefinitionsRequest, validationRules_gen$6_ListJobRunsRequest as ListJobRunsRequest, validationRules_gen$6_StartJobDefinitionRequest as StartJobDefinitionRequest, validationRules_gen$6_UpdateJobDefinitionRequest as UpdateJobDefinitionRequest, validationRules_gen$6_UpdateJobDefinitionRequestCronScheduleConfig as UpdateJobDefinitionRequestCronScheduleConfig };
|
|
17991
18011
|
}
|
|
17992
18012
|
|
|
17993
|
-
type index_gen$
|
|
17994
|
-
type index_gen$
|
|
17995
|
-
type index_gen$
|
|
17996
|
-
declare const index_gen$
|
|
17997
|
-
type index_gen$
|
|
17998
|
-
type index_gen$
|
|
17999
|
-
type index_gen$
|
|
18000
|
-
type index_gen$
|
|
18001
|
-
type index_gen$
|
|
18002
|
-
type index_gen$
|
|
18003
|
-
type index_gen$
|
|
18004
|
-
type index_gen$
|
|
18005
|
-
type index_gen$
|
|
18006
|
-
declare namespace index_gen$
|
|
18007
|
-
export { API$
|
|
18013
|
+
type index_gen$g_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
|
|
18014
|
+
type index_gen$g_GetJobDefinitionRequest = GetJobDefinitionRequest;
|
|
18015
|
+
type index_gen$g_GetJobRunRequest = GetJobRunRequest;
|
|
18016
|
+
declare const index_gen$g_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
|
|
18017
|
+
type index_gen$g_JobDefinition = JobDefinition;
|
|
18018
|
+
type index_gen$g_JobRun = JobRun;
|
|
18019
|
+
type index_gen$g_JobRunState = JobRunState;
|
|
18020
|
+
type index_gen$g_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
|
|
18021
|
+
type index_gen$g_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
|
|
18022
|
+
type index_gen$g_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
|
|
18023
|
+
type index_gen$g_ListJobRunsResponse = ListJobRunsResponse;
|
|
18024
|
+
type index_gen$g_StartJobDefinitionResponse = StartJobDefinitionResponse;
|
|
18025
|
+
type index_gen$g_StopJobRunRequest = StopJobRunRequest;
|
|
18026
|
+
declare namespace index_gen$g {
|
|
18027
|
+
export { API$g as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type CreateJobDefinitionRequestCronScheduleConfig$1 as CreateJobDefinitionRequestCronScheduleConfig, type CronSchedule$1 as CronSchedule, type index_gen$g_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$g_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$g_GetJobRunRequest as GetJobRunRequest, index_gen$g_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$g_JobDefinition as JobDefinition, type index_gen$g_JobRun as JobRun, type index_gen$g_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$g_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$g_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$g_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$g_ListJobRunsResponse as ListJobRunsResponse, type StartJobDefinitionRequest$1 as StartJobDefinitionRequest, type index_gen$g_StartJobDefinitionResponse as StartJobDefinitionResponse, type index_gen$g_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, type UpdateJobDefinitionRequestCronScheduleConfig$1 as UpdateJobDefinitionRequestCronScheduleConfig, validationRules_gen$6 as ValidationRules };
|
|
18008
18028
|
}
|
|
18009
18029
|
|
|
18010
|
-
declare namespace index$
|
|
18011
|
-
export { index_gen$
|
|
18030
|
+
declare namespace index$h {
|
|
18031
|
+
export { index_gen$g as v1alpha1 };
|
|
18012
18032
|
}
|
|
18013
18033
|
|
|
18014
18034
|
type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
18015
18035
|
type AutoscalerExpander = 'unknown_expander' | 'random' | 'most_pods' | 'least_waste' | 'priority' | 'price';
|
|
18016
|
-
type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo';
|
|
18036
|
+
type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo' | 'none';
|
|
18017
18037
|
type ClusterStatus$1 = 'unknown' | 'creating' | 'ready' | 'deleting' | 'deleted' | 'updating' | 'locked' | 'pool_required';
|
|
18018
18038
|
type ClusterTypeAvailability = 'available' | 'scarce' | 'shortage';
|
|
18019
18039
|
type ClusterTypeResiliency = 'unknown_resiliency' | 'standard' | 'high_availability';
|
|
@@ -19122,7 +19142,7 @@ type UpgradePoolRequest = {
|
|
|
19122
19142
|
};
|
|
19123
19143
|
|
|
19124
19144
|
/** Kubernetes API. */
|
|
19125
|
-
declare class API$
|
|
19145
|
+
declare class API$f extends API$y {
|
|
19126
19146
|
/** Lists the available regions of the API. */
|
|
19127
19147
|
static readonly LOCALITIES: Region[];
|
|
19128
19148
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -19391,7 +19411,7 @@ declare class API$e extends API$x {
|
|
|
19391
19411
|
};
|
|
19392
19412
|
}
|
|
19393
19413
|
|
|
19394
|
-
declare class K8SUtilsAPI extends API$
|
|
19414
|
+
declare class K8SUtilsAPI extends API$f {
|
|
19395
19415
|
/**
|
|
19396
19416
|
* Get configuration of a kube cluster.
|
|
19397
19417
|
*
|
|
@@ -19505,75 +19525,75 @@ declare const UpdateClusterRequestAutoscalerConfig: {
|
|
|
19505
19525
|
};
|
|
19506
19526
|
};
|
|
19507
19527
|
|
|
19508
|
-
declare const validationRules_gen$
|
|
19509
|
-
declare const validationRules_gen$
|
|
19510
|
-
declare const validationRules_gen$
|
|
19511
|
-
declare const validationRules_gen$
|
|
19512
|
-
declare const validationRules_gen$
|
|
19513
|
-
declare const validationRules_gen$
|
|
19514
|
-
declare const validationRules_gen$
|
|
19515
|
-
declare const validationRules_gen$
|
|
19516
|
-
declare const validationRules_gen$
|
|
19517
|
-
declare namespace validationRules_gen$
|
|
19518
|
-
export { CreateClusterRequest$1 as CreateClusterRequest, validationRules_gen$
|
|
19528
|
+
declare const validationRules_gen$5_CreateClusterRequestAutoscalerConfig: typeof CreateClusterRequestAutoscalerConfig;
|
|
19529
|
+
declare const validationRules_gen$5_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
|
|
19530
|
+
declare const validationRules_gen$5_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
|
|
19531
|
+
declare const validationRules_gen$5_CreatePoolRequest: typeof CreatePoolRequest;
|
|
19532
|
+
declare const validationRules_gen$5_ListClusterTypesRequest: typeof ListClusterTypesRequest;
|
|
19533
|
+
declare const validationRules_gen$5_ListNodesRequest: typeof ListNodesRequest;
|
|
19534
|
+
declare const validationRules_gen$5_ListPoolsRequest: typeof ListPoolsRequest;
|
|
19535
|
+
declare const validationRules_gen$5_MaintenanceWindow: typeof MaintenanceWindow;
|
|
19536
|
+
declare const validationRules_gen$5_UpdateClusterRequestAutoscalerConfig: typeof UpdateClusterRequestAutoscalerConfig;
|
|
19537
|
+
declare namespace validationRules_gen$5 {
|
|
19538
|
+
export { CreateClusterRequest$1 as CreateClusterRequest, validationRules_gen$5_CreateClusterRequestAutoscalerConfig as CreateClusterRequestAutoscalerConfig, validationRules_gen$5_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig, validationRules_gen$5_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig, validationRules_gen$5_CreatePoolRequest as CreatePoolRequest, validationRules_gen$5_ListClusterTypesRequest as ListClusterTypesRequest, ListClustersRequest$1 as ListClustersRequest, validationRules_gen$5_ListNodesRequest as ListNodesRequest, validationRules_gen$5_ListPoolsRequest as ListPoolsRequest, validationRules_gen$5_MaintenanceWindow as MaintenanceWindow, UpdateClusterRequest$1 as UpdateClusterRequest, validationRules_gen$5_UpdateClusterRequestAutoscalerConfig as UpdateClusterRequestAutoscalerConfig };
|
|
19519
19539
|
}
|
|
19520
19540
|
|
|
19521
|
-
type index$
|
|
19522
|
-
type index$
|
|
19523
|
-
type index$
|
|
19524
|
-
type index$
|
|
19525
|
-
type index$
|
|
19526
|
-
type index$
|
|
19527
|
-
type index$
|
|
19528
|
-
type index$
|
|
19529
|
-
type index$
|
|
19530
|
-
type index$
|
|
19531
|
-
type index$
|
|
19532
|
-
type index$
|
|
19533
|
-
type index$
|
|
19534
|
-
type index$
|
|
19535
|
-
type index$
|
|
19536
|
-
type index$
|
|
19537
|
-
type index$
|
|
19538
|
-
type index$
|
|
19539
|
-
type index$
|
|
19540
|
-
type index$
|
|
19541
|
-
type index$
|
|
19542
|
-
type index$
|
|
19543
|
-
type index$
|
|
19544
|
-
type index$
|
|
19545
|
-
type index$
|
|
19546
|
-
type index$
|
|
19547
|
-
type index$
|
|
19548
|
-
type index$
|
|
19549
|
-
type index$
|
|
19550
|
-
type index$
|
|
19551
|
-
type index$
|
|
19552
|
-
declare const index$
|
|
19553
|
-
type index$
|
|
19554
|
-
type index$
|
|
19555
|
-
declare const index$
|
|
19556
|
-
type index$
|
|
19557
|
-
type index$
|
|
19558
|
-
type index$
|
|
19559
|
-
type index$
|
|
19560
|
-
type index$
|
|
19561
|
-
type index$
|
|
19562
|
-
type index$
|
|
19563
|
-
type index$
|
|
19564
|
-
type index$
|
|
19565
|
-
type index$
|
|
19566
|
-
type index$
|
|
19567
|
-
type index$
|
|
19568
|
-
type index$
|
|
19569
|
-
type index$
|
|
19570
|
-
type index$
|
|
19571
|
-
declare namespace index$
|
|
19572
|
-
export { K8SUtilsAPI as API, type index$
|
|
19541
|
+
type index$g_AutoscalerEstimator = AutoscalerEstimator;
|
|
19542
|
+
type index$g_AutoscalerExpander = AutoscalerExpander;
|
|
19543
|
+
type index$g_CNI = CNI;
|
|
19544
|
+
type index$g_ClusterAutoUpgrade = ClusterAutoUpgrade;
|
|
19545
|
+
type index$g_ClusterAutoscalerConfig = ClusterAutoscalerConfig;
|
|
19546
|
+
type index$g_ClusterOpenIDConnectConfig = ClusterOpenIDConnectConfig;
|
|
19547
|
+
type index$g_ClusterType = ClusterType;
|
|
19548
|
+
type index$g_ClusterTypeAvailability = ClusterTypeAvailability;
|
|
19549
|
+
type index$g_ClusterTypeResiliency = ClusterTypeResiliency;
|
|
19550
|
+
type index$g_CreateClusterRequestAutoUpgrade = CreateClusterRequestAutoUpgrade;
|
|
19551
|
+
type index$g_CreateClusterRequestPoolConfigUpgradePolicy = CreateClusterRequestPoolConfigUpgradePolicy;
|
|
19552
|
+
type index$g_CreateExternalNodeRequest = CreateExternalNodeRequest;
|
|
19553
|
+
type index$g_CreatePoolRequestUpgradePolicy = CreatePoolRequestUpgradePolicy;
|
|
19554
|
+
type index$g_DeleteNodeRequest = DeleteNodeRequest;
|
|
19555
|
+
type index$g_DeletePoolRequest = DeletePoolRequest;
|
|
19556
|
+
type index$g_ExternalNode = ExternalNode;
|
|
19557
|
+
type index$g_ExternalNodeCoreV1Taint = ExternalNodeCoreV1Taint;
|
|
19558
|
+
type index$g_GetClusterKubeConfigRequest = GetClusterKubeConfigRequest;
|
|
19559
|
+
type index$g_GetNodeRequest = GetNodeRequest;
|
|
19560
|
+
type index$g_GetPoolRequest = GetPoolRequest;
|
|
19561
|
+
type index$g_ListClusterAvailableTypesRequest = ListClusterAvailableTypesRequest;
|
|
19562
|
+
type index$g_ListClusterAvailableTypesResponse = ListClusterAvailableTypesResponse;
|
|
19563
|
+
type index$g_ListClusterAvailableVersionsRequest = ListClusterAvailableVersionsRequest;
|
|
19564
|
+
type index$g_ListClusterAvailableVersionsResponse = ListClusterAvailableVersionsResponse;
|
|
19565
|
+
type index$g_ListClusterTypesResponse = ListClusterTypesResponse;
|
|
19566
|
+
type index$g_ListNodesRequestOrderBy = ListNodesRequestOrderBy;
|
|
19567
|
+
type index$g_ListNodesResponse = ListNodesResponse;
|
|
19568
|
+
type index$g_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
|
|
19569
|
+
type index$g_ListPoolsResponse = ListPoolsResponse;
|
|
19570
|
+
type index$g_MaintenanceWindowDayOfTheWeek = MaintenanceWindowDayOfTheWeek;
|
|
19571
|
+
type index$g_MigrateToPrivateNetworkClusterRequest = MigrateToPrivateNetworkClusterRequest;
|
|
19572
|
+
declare const index$g_NODE_TRANSIENT_STATUSES: typeof NODE_TRANSIENT_STATUSES;
|
|
19573
|
+
type index$g_Node = Node;
|
|
19574
|
+
type index$g_NodeStatus = NodeStatus;
|
|
19575
|
+
declare const index$g_POOL_TRANSIENT_STATUSES: typeof POOL_TRANSIENT_STATUSES;
|
|
19576
|
+
type index$g_Pool = Pool;
|
|
19577
|
+
type index$g_PoolStatus = PoolStatus;
|
|
19578
|
+
type index$g_PoolUpgradePolicy = PoolUpgradePolicy;
|
|
19579
|
+
type index$g_PoolVolumeType = PoolVolumeType;
|
|
19580
|
+
type index$g_RebootNodeRequest = RebootNodeRequest;
|
|
19581
|
+
type index$g_ReplaceNodeRequest = ReplaceNodeRequest;
|
|
19582
|
+
type index$g_ResetClusterAdminTokenRequest = ResetClusterAdminTokenRequest;
|
|
19583
|
+
type index$g_Runtime = Runtime;
|
|
19584
|
+
type index$g_SetClusterTypeRequest = SetClusterTypeRequest;
|
|
19585
|
+
type index$g_UpdateClusterRequestAutoUpgrade = UpdateClusterRequestAutoUpgrade;
|
|
19586
|
+
type index$g_UpdateClusterRequestOpenIDConnectConfig = UpdateClusterRequestOpenIDConnectConfig;
|
|
19587
|
+
type index$g_UpdatePoolRequest = UpdatePoolRequest;
|
|
19588
|
+
type index$g_UpdatePoolRequestUpgradePolicy = UpdatePoolRequestUpgradePolicy;
|
|
19589
|
+
type index$g_UpgradeClusterRequest = UpgradeClusterRequest;
|
|
19590
|
+
type index$g_UpgradePoolRequest = UpgradePoolRequest;
|
|
19591
|
+
declare namespace index$g {
|
|
19592
|
+
export { K8SUtilsAPI as API, type index$g_AutoscalerEstimator as AutoscalerEstimator, type index$g_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$g_CNI as CNI, type Cluster$1 as Cluster, type index$g_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$g_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$g_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$g_ClusterType as ClusterType, type index$g_ClusterTypeAvailability as ClusterTypeAvailability, type index$g_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$g_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$g_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$g_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$g_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$g_DeleteNodeRequest as DeleteNodeRequest, type index$g_DeletePoolRequest as DeletePoolRequest, type index$g_ExternalNode as ExternalNode, type index$g_ExternalNodeCoreV1Taint as ExternalNodeCoreV1Taint, type index$g_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$g_GetNodeRequest as GetNodeRequest, type index$g_GetPoolRequest as GetPoolRequest, type GetVersionRequest$1 as GetVersionRequest, type index$g_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$g_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$g_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$g_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$g_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$g_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$g_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$g_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$g_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$g_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$g_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$g_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$g_Node as Node, type index$g_NodeStatus as NodeStatus, index$g_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$g_Pool as Pool, type index$g_PoolStatus as PoolStatus, type index$g_PoolUpgradePolicy as PoolUpgradePolicy, type index$g_PoolVolumeType as PoolVolumeType, type index$g_RebootNodeRequest as RebootNodeRequest, type index$g_ReplaceNodeRequest as ReplaceNodeRequest, type index$g_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$g_Runtime as Runtime, type index$g_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$g_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$g_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$g_UpdatePoolRequest as UpdatePoolRequest, type index$g_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$g_UpgradeClusterRequest as UpgradeClusterRequest, type index$g_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$5 as ValidationRules, type Version$1 as Version };
|
|
19573
19593
|
}
|
|
19574
19594
|
|
|
19575
|
-
declare namespace index$
|
|
19576
|
-
export { index$
|
|
19595
|
+
declare namespace index$f {
|
|
19596
|
+
export { index$g as v1 };
|
|
19577
19597
|
}
|
|
19578
19598
|
|
|
19579
19599
|
type AclActionRedirectRedirectType = 'location' | 'scheme';
|
|
@@ -20921,6 +20941,11 @@ type ListLbsRequest = {
|
|
|
20921
20941
|
* returned.
|
|
20922
20942
|
*/
|
|
20923
20943
|
projectId?: string;
|
|
20944
|
+
/**
|
|
20945
|
+
* Filter by tag, only Load Balancers with one or more matching tags will be
|
|
20946
|
+
* returned.
|
|
20947
|
+
*/
|
|
20948
|
+
tags?: string[];
|
|
20924
20949
|
};
|
|
20925
20950
|
interface ListLbsResponse {
|
|
20926
20951
|
/** List of Load Balancer objects. */
|
|
@@ -21911,6 +21936,11 @@ type ZonedApiListLbsRequest = {
|
|
|
21911
21936
|
* returned.
|
|
21912
21937
|
*/
|
|
21913
21938
|
projectId?: string;
|
|
21939
|
+
/**
|
|
21940
|
+
* Filter by tag, only Load Balancers with one or more matching tags will be
|
|
21941
|
+
* returned.
|
|
21942
|
+
*/
|
|
21943
|
+
tags?: string[];
|
|
21914
21944
|
};
|
|
21915
21945
|
type ZonedApiListRoutesRequest = {
|
|
21916
21946
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
@@ -22280,7 +22310,7 @@ type ZonedApiUpdateSubscriberRequest = {
|
|
|
22280
22310
|
*
|
|
22281
22311
|
* This API allows you to manage your Scaleway Load Balancer services.
|
|
22282
22312
|
*/
|
|
22283
|
-
declare class ZonedAPI extends API$
|
|
22313
|
+
declare class ZonedAPI extends API$y {
|
|
22284
22314
|
/** Lists the available zones of the API. */
|
|
22285
22315
|
static readonly LOCALITIES: Zone[];
|
|
22286
22316
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -22834,7 +22864,7 @@ declare class ZonedAPI extends API$x {
|
|
|
22834
22864
|
*
|
|
22835
22865
|
* This API allows you to manage your load balancer service.
|
|
22836
22866
|
*/
|
|
22837
|
-
declare class API$
|
|
22867
|
+
declare class API$e extends API$y {
|
|
22838
22868
|
/** Lists the available regions of the API. */
|
|
22839
22869
|
static readonly LOCALITIES: Region[];
|
|
22840
22870
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -23276,7 +23306,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
|
|
|
23276
23306
|
lbId: string;
|
|
23277
23307
|
};
|
|
23278
23308
|
|
|
23279
|
-
declare class LbV1UtilsAPI extends API$
|
|
23309
|
+
declare class LbV1UtilsAPI extends API$e {
|
|
23280
23310
|
/**
|
|
23281
23311
|
* Waits for all private networks of a load balancer to be in a final state.
|
|
23282
23312
|
*
|
|
@@ -23323,253 +23353,925 @@ declare const LB_TRANSIENT_STATUSES: LbStatus[];
|
|
|
23323
23353
|
/** Lists transient statutes of the enum {@link PrivateNetworkStatus}. */
|
|
23324
23354
|
declare const PRIVATE_NETWORK_TRANSIENT_STATUSES: PrivateNetworkStatus[];
|
|
23325
23355
|
|
|
23326
|
-
type index$
|
|
23327
|
-
type index$
|
|
23328
|
-
type index$
|
|
23329
|
-
type index$
|
|
23330
|
-
type index$
|
|
23331
|
-
type index$
|
|
23332
|
-
type index$
|
|
23333
|
-
type index$
|
|
23334
|
-
type index$
|
|
23335
|
-
type index$
|
|
23336
|
-
type index$
|
|
23337
|
-
type index$
|
|
23338
|
-
type index$
|
|
23339
|
-
type index$
|
|
23340
|
-
declare const index$
|
|
23341
|
-
type index$
|
|
23342
|
-
type index$
|
|
23343
|
-
type index$
|
|
23344
|
-
type index$
|
|
23345
|
-
type index$
|
|
23346
|
-
type index$
|
|
23347
|
-
type index$
|
|
23348
|
-
type index$
|
|
23349
|
-
type index$
|
|
23350
|
-
type index$
|
|
23351
|
-
type index$
|
|
23352
|
-
type index$
|
|
23353
|
-
type index$
|
|
23354
|
-
type index$
|
|
23355
|
-
type index$
|
|
23356
|
-
type index$
|
|
23357
|
-
type index$
|
|
23358
|
-
type index$
|
|
23359
|
-
type index$
|
|
23360
|
-
type index$
|
|
23361
|
-
type index$
|
|
23362
|
-
type index$
|
|
23363
|
-
type index$
|
|
23364
|
-
type index$
|
|
23365
|
-
type index$
|
|
23366
|
-
type index$
|
|
23367
|
-
type index$
|
|
23368
|
-
type index$
|
|
23369
|
-
type index$
|
|
23370
|
-
type index$
|
|
23371
|
-
type index$
|
|
23372
|
-
type index$
|
|
23373
|
-
type index$
|
|
23374
|
-
type index$
|
|
23375
|
-
type index$
|
|
23376
|
-
type index$
|
|
23377
|
-
type index$
|
|
23378
|
-
type index$
|
|
23379
|
-
type index$
|
|
23380
|
-
type index$
|
|
23381
|
-
type index$
|
|
23382
|
-
declare const index$
|
|
23383
|
-
type index$
|
|
23384
|
-
type index$
|
|
23385
|
-
type index$
|
|
23386
|
-
type index$
|
|
23387
|
-
type index$
|
|
23388
|
-
type index$
|
|
23389
|
-
type index$
|
|
23390
|
-
type index$
|
|
23391
|
-
type index$
|
|
23392
|
-
type index$
|
|
23393
|
-
type index$
|
|
23394
|
-
type index$
|
|
23395
|
-
type index$
|
|
23396
|
-
type index$
|
|
23397
|
-
type index$
|
|
23398
|
-
type index$
|
|
23399
|
-
type index$
|
|
23400
|
-
type index$
|
|
23401
|
-
type index$
|
|
23402
|
-
type index$
|
|
23403
|
-
type index$
|
|
23404
|
-
type index$
|
|
23405
|
-
type index$
|
|
23406
|
-
type index$
|
|
23407
|
-
type index$
|
|
23408
|
-
type index$
|
|
23409
|
-
type index$
|
|
23410
|
-
type index$
|
|
23411
|
-
type index$
|
|
23412
|
-
type index$
|
|
23413
|
-
type index$
|
|
23414
|
-
type index$
|
|
23415
|
-
type index$
|
|
23416
|
-
type index$
|
|
23417
|
-
type index$
|
|
23418
|
-
type index$
|
|
23419
|
-
declare const index$
|
|
23420
|
-
type index$
|
|
23421
|
-
type index$
|
|
23422
|
-
type index$
|
|
23423
|
-
type index$
|
|
23424
|
-
type index$
|
|
23425
|
-
type index$
|
|
23426
|
-
type index$
|
|
23427
|
-
type index$
|
|
23428
|
-
type index$
|
|
23429
|
-
type index$
|
|
23430
|
-
type index$
|
|
23431
|
-
type index$
|
|
23432
|
-
type index$
|
|
23433
|
-
type index$
|
|
23434
|
-
type index$
|
|
23435
|
-
type index$
|
|
23436
|
-
type index$
|
|
23437
|
-
type index$
|
|
23438
|
-
type index$
|
|
23439
|
-
type index$
|
|
23440
|
-
type index$
|
|
23441
|
-
type index$
|
|
23442
|
-
type index$
|
|
23443
|
-
type index$
|
|
23444
|
-
type index$
|
|
23445
|
-
type index$
|
|
23446
|
-
type index$
|
|
23447
|
-
type index$
|
|
23448
|
-
type index$
|
|
23449
|
-
type index$
|
|
23450
|
-
type index$
|
|
23451
|
-
type index$
|
|
23452
|
-
type index$
|
|
23453
|
-
type index$
|
|
23454
|
-
type index$
|
|
23455
|
-
type index$
|
|
23456
|
-
type index$
|
|
23457
|
-
type index$
|
|
23458
|
-
type index$
|
|
23459
|
-
type index$
|
|
23460
|
-
type index$
|
|
23461
|
-
type index$
|
|
23462
|
-
type index$
|
|
23463
|
-
type index$
|
|
23464
|
-
type index$
|
|
23465
|
-
type index$
|
|
23466
|
-
type index$
|
|
23467
|
-
type index$
|
|
23468
|
-
type index$
|
|
23469
|
-
type index$
|
|
23470
|
-
type index$
|
|
23471
|
-
type index$
|
|
23472
|
-
type index$
|
|
23473
|
-
type index$
|
|
23474
|
-
type index$
|
|
23475
|
-
type index$
|
|
23476
|
-
type index$
|
|
23477
|
-
type index$
|
|
23478
|
-
type index$
|
|
23479
|
-
type index$
|
|
23480
|
-
type index$
|
|
23481
|
-
type index$
|
|
23482
|
-
type index$
|
|
23483
|
-
type index$
|
|
23484
|
-
type index$
|
|
23485
|
-
type index$
|
|
23486
|
-
type index$
|
|
23487
|
-
type index$
|
|
23488
|
-
type index$
|
|
23489
|
-
type index$
|
|
23490
|
-
type index$
|
|
23491
|
-
type index$
|
|
23492
|
-
type index$
|
|
23493
|
-
type index$
|
|
23494
|
-
type index$
|
|
23495
|
-
type index$
|
|
23496
|
-
type index$
|
|
23497
|
-
type index$
|
|
23498
|
-
type index$
|
|
23499
|
-
type index$
|
|
23500
|
-
type index$
|
|
23501
|
-
type index$
|
|
23502
|
-
type index$
|
|
23503
|
-
type index$
|
|
23504
|
-
declare namespace index$
|
|
23505
|
-
export { LbV1UtilsAPI as API, type index$d_Acl as Acl, type index$d_AclAction as AclAction, type index$d_AclActionRedirect as AclActionRedirect, type index$d_AclActionRedirectRedirectType as AclActionRedirectRedirectType, type index$d_AclActionType as AclActionType, type index$d_AclHttpFilter as AclHttpFilter, type index$d_AclMatch as AclMatch, type index$d_AclSpec as AclSpec, type index$d_AddBackendServersRequest as AddBackendServersRequest, type index$d_AttachPrivateNetworkRequest as AttachPrivateNetworkRequest, type index$d_Backend as Backend, type index$d_BackendServerStats as BackendServerStats, type index$d_BackendServerStatsHealthCheckStatus as BackendServerStatsHealthCheckStatus, type index$d_BackendServerStatsServerState as BackendServerStatsServerState, index$d_CERTIFICATE_TRANSIENT_STATUSES as CERTIFICATE_TRANSIENT_STATUSES, type index$d_Certificate as Certificate, type index$d_CertificateStatus as CertificateStatus, type index$d_CertificateType as CertificateType, type index$d_CreateAclRequest as CreateAclRequest, type index$d_CreateBackendRequest as CreateBackendRequest, type index$d_CreateCertificateRequest as CreateCertificateRequest, type index$d_CreateCertificateRequestCustomCertificate as CreateCertificateRequestCustomCertificate, type index$d_CreateCertificateRequestLetsencryptConfig as CreateCertificateRequestLetsencryptConfig, type index$d_CreateFrontendRequest as CreateFrontendRequest, type index$d_CreateIpRequest as CreateIpRequest, type index$d_CreateLbRequest as CreateLbRequest, type index$d_CreateRouteRequest as CreateRouteRequest, type index$d_CreateSubscriberRequest as CreateSubscriberRequest, type index$d_DeleteAclRequest as DeleteAclRequest, type index$d_DeleteBackendRequest as DeleteBackendRequest, type index$d_DeleteCertificateRequest as DeleteCertificateRequest, type index$d_DeleteFrontendRequest as DeleteFrontendRequest, type index$d_DeleteLbRequest as DeleteLbRequest, type index$d_DeleteRouteRequest as DeleteRouteRequest, type index$d_DeleteSubscriberRequest as DeleteSubscriberRequest, type index$d_DetachPrivateNetworkRequest as DetachPrivateNetworkRequest, type index$d_ForwardPortAlgorithm as ForwardPortAlgorithm, type index$d_Frontend as Frontend, type index$d_GetAclRequest as GetAclRequest, type index$d_GetBackendRequest as GetBackendRequest, type index$d_GetCertificateRequest as GetCertificateRequest, type index$d_GetFrontendRequest as GetFrontendRequest, type index$d_GetIpRequest as GetIpRequest, type index$d_GetLbRequest as GetLbRequest, type index$d_GetLbStatsRequest as GetLbStatsRequest, type index$d_GetRouteRequest as GetRouteRequest, type index$d_GetSubscriberRequest as GetSubscriberRequest, type index$d_HealthCheck as HealthCheck, type index$d_HealthCheckHttpConfig as HealthCheckHttpConfig, type index$d_HealthCheckHttpsConfig as HealthCheckHttpsConfig, type index$d_HealthCheckLdapConfig as HealthCheckLdapConfig, type index$d_HealthCheckMysqlConfig as HealthCheckMysqlConfig, type index$d_HealthCheckPgsqlConfig as HealthCheckPgsqlConfig, type index$d_HealthCheckRedisConfig as HealthCheckRedisConfig, type index$d_HealthCheckTcpConfig as HealthCheckTcpConfig, INSTANCE_TRANSIENT_STATUSES$1 as INSTANCE_TRANSIENT_STATUSES, type Instance$1 as Instance, type InstanceStatus$1 as InstanceStatus, type index$d_Ip as Ip, index$d_LB_TRANSIENT_STATUSES as LB_TRANSIENT_STATUSES, type index$d_Lb as Lb, type index$d_LbStats as LbStats, type index$d_LbStatus as LbStatus, type index$d_LbType as LbType, type index$d_LbTypeStock as LbTypeStock, type index$d_ListAclRequestOrderBy as ListAclRequestOrderBy, type index$d_ListAclResponse as ListAclResponse, type index$d_ListAclsRequest as ListAclsRequest, type index$d_ListBackendStatsRequest as ListBackendStatsRequest, type index$d_ListBackendStatsResponse as ListBackendStatsResponse, type index$d_ListBackendsRequest as ListBackendsRequest, type index$d_ListBackendsRequestOrderBy as ListBackendsRequestOrderBy, type index$d_ListBackendsResponse as ListBackendsResponse, type index$d_ListCertificatesRequest as ListCertificatesRequest, type index$d_ListCertificatesRequestOrderBy as ListCertificatesRequestOrderBy, type index$d_ListCertificatesResponse as ListCertificatesResponse, type index$d_ListFrontendsRequest as ListFrontendsRequest, type index$d_ListFrontendsRequestOrderBy as ListFrontendsRequestOrderBy, type index$d_ListFrontendsResponse as ListFrontendsResponse, type ListIPsRequest$1 as ListIPsRequest, type index$d_ListIpsRequestIpType as ListIpsRequestIpType, type index$d_ListIpsResponse as ListIpsResponse, type index$d_ListLbPrivateNetworksRequest as ListLbPrivateNetworksRequest, type index$d_ListLbPrivateNetworksResponse as ListLbPrivateNetworksResponse, type index$d_ListLbTypesRequest as ListLbTypesRequest, type index$d_ListLbTypesResponse as ListLbTypesResponse, type index$d_ListLbsRequest as ListLbsRequest, type index$d_ListLbsRequestOrderBy as ListLbsRequestOrderBy, type index$d_ListLbsResponse as ListLbsResponse, type ListPrivateNetworksRequestOrderBy$2 as ListPrivateNetworksRequestOrderBy, type index$d_ListRoutesRequest as ListRoutesRequest, type index$d_ListRoutesRequestOrderBy as ListRoutesRequestOrderBy, type index$d_ListRoutesResponse as ListRoutesResponse, type index$d_ListSubscriberRequest as ListSubscriberRequest, type index$d_ListSubscriberRequestOrderBy as ListSubscriberRequestOrderBy, type index$d_ListSubscriberResponse as ListSubscriberResponse, type index$d_MigrateLbRequest as MigrateLbRequest, type index$d_OnMarkedDownAction as OnMarkedDownAction, index$d_PRIVATE_NETWORK_TRANSIENT_STATUSES as PRIVATE_NETWORK_TRANSIENT_STATUSES, type PrivateNetwork$3 as PrivateNetwork, type index$d_PrivateNetworkDHCPConfig as PrivateNetworkDHCPConfig, type index$d_PrivateNetworkIpamConfig as PrivateNetworkIpamConfig, type index$d_PrivateNetworkStaticConfig as PrivateNetworkStaticConfig, type index$d_PrivateNetworkStatus as PrivateNetworkStatus, type index$d_Protocol as Protocol, type index$d_ProxyProtocol as ProxyProtocol, type index$d_ReleaseIpRequest as ReleaseIpRequest, type index$d_RemoveBackendServersRequest as RemoveBackendServersRequest, type index$d_Route as Route, type index$d_RouteMatch as RouteMatch, type index$d_SSLCompatibilityLevel as SSLCompatibilityLevel, type index$d_SetAclsResponse as SetAclsResponse, type index$d_SetBackendServersRequest as SetBackendServersRequest, type index$d_StickySessionsType as StickySessionsType, type index$d_SubscribeToLbRequest as SubscribeToLbRequest, type index$d_Subscriber as Subscriber, type index$d_SubscriberEmailConfig as SubscriberEmailConfig, type index$d_SubscriberWebhookConfig as SubscriberWebhookConfig, type index$d_UnsubscribeFromLbRequest as UnsubscribeFromLbRequest, type index$d_UpdateAclRequest as UpdateAclRequest, type index$d_UpdateBackendRequest as UpdateBackendRequest, type index$d_UpdateCertificateRequest as UpdateCertificateRequest, type index$d_UpdateFrontendRequest as UpdateFrontendRequest, type index$d_UpdateHealthCheckRequest as UpdateHealthCheckRequest, type index$d_UpdateIpRequest as UpdateIpRequest, type index$d_UpdateLbRequest as UpdateLbRequest, type index$d_UpdateRouteRequest as UpdateRouteRequest, type index$d_UpdateSubscriberRequest as UpdateSubscriberRequest, type index$d_WaitForLbPrivateNetworksRequest as WaitForLbPrivateNetworksRequest, LbZonedV1UtilsAPI as ZonedAPI, type index$d_ZonedApiAddBackendServersRequest as ZonedApiAddBackendServersRequest, type index$d_ZonedApiAttachPrivateNetworkRequest as ZonedApiAttachPrivateNetworkRequest, type index$d_ZonedApiCreateAclRequest as ZonedApiCreateAclRequest, type index$d_ZonedApiCreateBackendRequest as ZonedApiCreateBackendRequest, type index$d_ZonedApiCreateCertificateRequest as ZonedApiCreateCertificateRequest, type index$d_ZonedApiCreateFrontendRequest as ZonedApiCreateFrontendRequest, type index$d_ZonedApiCreateIpRequest as ZonedApiCreateIpRequest, type index$d_ZonedApiCreateLbRequest as ZonedApiCreateLbRequest, type index$d_ZonedApiCreateRouteRequest as ZonedApiCreateRouteRequest, type index$d_ZonedApiCreateSubscriberRequest as ZonedApiCreateSubscriberRequest, type index$d_ZonedApiDeleteAclRequest as ZonedApiDeleteAclRequest, type index$d_ZonedApiDeleteBackendRequest as ZonedApiDeleteBackendRequest, type index$d_ZonedApiDeleteCertificateRequest as ZonedApiDeleteCertificateRequest, type index$d_ZonedApiDeleteFrontendRequest as ZonedApiDeleteFrontendRequest, type index$d_ZonedApiDeleteLbRequest as ZonedApiDeleteLbRequest, type index$d_ZonedApiDeleteRouteRequest as ZonedApiDeleteRouteRequest, type index$d_ZonedApiDeleteSubscriberRequest as ZonedApiDeleteSubscriberRequest, type index$d_ZonedApiDetachPrivateNetworkRequest as ZonedApiDetachPrivateNetworkRequest, type index$d_ZonedApiGetAclRequest as ZonedApiGetAclRequest, type index$d_ZonedApiGetBackendRequest as ZonedApiGetBackendRequest, type index$d_ZonedApiGetCertificateRequest as ZonedApiGetCertificateRequest, type index$d_ZonedApiGetFrontendRequest as ZonedApiGetFrontendRequest, type index$d_ZonedApiGetIpRequest as ZonedApiGetIpRequest, type index$d_ZonedApiGetLbRequest as ZonedApiGetLbRequest, type index$d_ZonedApiGetLbStatsRequest as ZonedApiGetLbStatsRequest, type index$d_ZonedApiGetRouteRequest as ZonedApiGetRouteRequest, type index$d_ZonedApiGetSubscriberRequest as ZonedApiGetSubscriberRequest, type index$d_ZonedApiListAclsRequest as ZonedApiListAclsRequest, type index$d_ZonedApiListBackendStatsRequest as ZonedApiListBackendStatsRequest, type index$d_ZonedApiListBackendsRequest as ZonedApiListBackendsRequest, type index$d_ZonedApiListCertificatesRequest as ZonedApiListCertificatesRequest, type index$d_ZonedApiListFrontendsRequest as ZonedApiListFrontendsRequest, type index$d_ZonedApiListIPsRequest as ZonedApiListIPsRequest, type index$d_ZonedApiListLbPrivateNetworksRequest as ZonedApiListLbPrivateNetworksRequest, type index$d_ZonedApiListLbTypesRequest as ZonedApiListLbTypesRequest, type index$d_ZonedApiListLbsRequest as ZonedApiListLbsRequest, type index$d_ZonedApiListRoutesRequest as ZonedApiListRoutesRequest, type index$d_ZonedApiListSubscriberRequest as ZonedApiListSubscriberRequest, type index$d_ZonedApiMigrateLbRequest as ZonedApiMigrateLbRequest, type index$d_ZonedApiReleaseIpRequest as ZonedApiReleaseIpRequest, type index$d_ZonedApiRemoveBackendServersRequest as ZonedApiRemoveBackendServersRequest, type index$d_ZonedApiSetAclsRequest as ZonedApiSetAclsRequest, type index$d_ZonedApiSetBackendServersRequest as ZonedApiSetBackendServersRequest, type index$d_ZonedApiSubscribeToLbRequest as ZonedApiSubscribeToLbRequest, type index$d_ZonedApiUnsubscribeFromLbRequest as ZonedApiUnsubscribeFromLbRequest, type index$d_ZonedApiUpdateAclRequest as ZonedApiUpdateAclRequest, type index$d_ZonedApiUpdateBackendRequest as ZonedApiUpdateBackendRequest, type index$d_ZonedApiUpdateCertificateRequest as ZonedApiUpdateCertificateRequest, type index$d_ZonedApiUpdateFrontendRequest as ZonedApiUpdateFrontendRequest, type index$d_ZonedApiUpdateHealthCheckRequest as ZonedApiUpdateHealthCheckRequest, type index$d_ZonedApiUpdateIpRequest as ZonedApiUpdateIpRequest, type index$d_ZonedApiUpdateLbRequest as ZonedApiUpdateLbRequest, type index$d_ZonedApiUpdateRouteRequest as ZonedApiUpdateRouteRequest, type index$d_ZonedApiUpdateSubscriberRequest as ZonedApiUpdateSubscriberRequest, type index$d_ZonedWaitForLbPrivateNetworksRequest as ZonedWaitForLbPrivateNetworksRequest };
|
|
23356
|
+
type index$e_Acl = Acl;
|
|
23357
|
+
type index$e_AclAction = AclAction;
|
|
23358
|
+
type index$e_AclActionRedirect = AclActionRedirect;
|
|
23359
|
+
type index$e_AclActionRedirectRedirectType = AclActionRedirectRedirectType;
|
|
23360
|
+
type index$e_AclActionType = AclActionType;
|
|
23361
|
+
type index$e_AclHttpFilter = AclHttpFilter;
|
|
23362
|
+
type index$e_AclMatch = AclMatch;
|
|
23363
|
+
type index$e_AclSpec = AclSpec;
|
|
23364
|
+
type index$e_AddBackendServersRequest = AddBackendServersRequest;
|
|
23365
|
+
type index$e_AttachPrivateNetworkRequest = AttachPrivateNetworkRequest;
|
|
23366
|
+
type index$e_Backend = Backend;
|
|
23367
|
+
type index$e_BackendServerStats = BackendServerStats;
|
|
23368
|
+
type index$e_BackendServerStatsHealthCheckStatus = BackendServerStatsHealthCheckStatus;
|
|
23369
|
+
type index$e_BackendServerStatsServerState = BackendServerStatsServerState;
|
|
23370
|
+
declare const index$e_CERTIFICATE_TRANSIENT_STATUSES: typeof CERTIFICATE_TRANSIENT_STATUSES;
|
|
23371
|
+
type index$e_Certificate = Certificate;
|
|
23372
|
+
type index$e_CertificateStatus = CertificateStatus;
|
|
23373
|
+
type index$e_CertificateType = CertificateType;
|
|
23374
|
+
type index$e_CreateAclRequest = CreateAclRequest;
|
|
23375
|
+
type index$e_CreateBackendRequest = CreateBackendRequest;
|
|
23376
|
+
type index$e_CreateCertificateRequest = CreateCertificateRequest;
|
|
23377
|
+
type index$e_CreateCertificateRequestCustomCertificate = CreateCertificateRequestCustomCertificate;
|
|
23378
|
+
type index$e_CreateCertificateRequestLetsencryptConfig = CreateCertificateRequestLetsencryptConfig;
|
|
23379
|
+
type index$e_CreateFrontendRequest = CreateFrontendRequest;
|
|
23380
|
+
type index$e_CreateIpRequest = CreateIpRequest;
|
|
23381
|
+
type index$e_CreateLbRequest = CreateLbRequest;
|
|
23382
|
+
type index$e_CreateRouteRequest = CreateRouteRequest;
|
|
23383
|
+
type index$e_CreateSubscriberRequest = CreateSubscriberRequest;
|
|
23384
|
+
type index$e_DeleteAclRequest = DeleteAclRequest;
|
|
23385
|
+
type index$e_DeleteBackendRequest = DeleteBackendRequest;
|
|
23386
|
+
type index$e_DeleteCertificateRequest = DeleteCertificateRequest;
|
|
23387
|
+
type index$e_DeleteFrontendRequest = DeleteFrontendRequest;
|
|
23388
|
+
type index$e_DeleteLbRequest = DeleteLbRequest;
|
|
23389
|
+
type index$e_DeleteRouteRequest = DeleteRouteRequest;
|
|
23390
|
+
type index$e_DeleteSubscriberRequest = DeleteSubscriberRequest;
|
|
23391
|
+
type index$e_DetachPrivateNetworkRequest = DetachPrivateNetworkRequest;
|
|
23392
|
+
type index$e_ForwardPortAlgorithm = ForwardPortAlgorithm;
|
|
23393
|
+
type index$e_Frontend = Frontend;
|
|
23394
|
+
type index$e_GetAclRequest = GetAclRequest;
|
|
23395
|
+
type index$e_GetBackendRequest = GetBackendRequest;
|
|
23396
|
+
type index$e_GetCertificateRequest = GetCertificateRequest;
|
|
23397
|
+
type index$e_GetFrontendRequest = GetFrontendRequest;
|
|
23398
|
+
type index$e_GetIpRequest = GetIpRequest;
|
|
23399
|
+
type index$e_GetLbRequest = GetLbRequest;
|
|
23400
|
+
type index$e_GetLbStatsRequest = GetLbStatsRequest;
|
|
23401
|
+
type index$e_GetRouteRequest = GetRouteRequest;
|
|
23402
|
+
type index$e_GetSubscriberRequest = GetSubscriberRequest;
|
|
23403
|
+
type index$e_HealthCheck = HealthCheck;
|
|
23404
|
+
type index$e_HealthCheckHttpConfig = HealthCheckHttpConfig;
|
|
23405
|
+
type index$e_HealthCheckHttpsConfig = HealthCheckHttpsConfig;
|
|
23406
|
+
type index$e_HealthCheckLdapConfig = HealthCheckLdapConfig;
|
|
23407
|
+
type index$e_HealthCheckMysqlConfig = HealthCheckMysqlConfig;
|
|
23408
|
+
type index$e_HealthCheckPgsqlConfig = HealthCheckPgsqlConfig;
|
|
23409
|
+
type index$e_HealthCheckRedisConfig = HealthCheckRedisConfig;
|
|
23410
|
+
type index$e_HealthCheckTcpConfig = HealthCheckTcpConfig;
|
|
23411
|
+
type index$e_Ip = Ip;
|
|
23412
|
+
declare const index$e_LB_TRANSIENT_STATUSES: typeof LB_TRANSIENT_STATUSES;
|
|
23413
|
+
type index$e_Lb = Lb;
|
|
23414
|
+
type index$e_LbStats = LbStats;
|
|
23415
|
+
type index$e_LbStatus = LbStatus;
|
|
23416
|
+
type index$e_LbType = LbType;
|
|
23417
|
+
type index$e_LbTypeStock = LbTypeStock;
|
|
23418
|
+
type index$e_ListAclRequestOrderBy = ListAclRequestOrderBy;
|
|
23419
|
+
type index$e_ListAclResponse = ListAclResponse;
|
|
23420
|
+
type index$e_ListAclsRequest = ListAclsRequest;
|
|
23421
|
+
type index$e_ListBackendStatsRequest = ListBackendStatsRequest;
|
|
23422
|
+
type index$e_ListBackendStatsResponse = ListBackendStatsResponse;
|
|
23423
|
+
type index$e_ListBackendsRequest = ListBackendsRequest;
|
|
23424
|
+
type index$e_ListBackendsRequestOrderBy = ListBackendsRequestOrderBy;
|
|
23425
|
+
type index$e_ListBackendsResponse = ListBackendsResponse;
|
|
23426
|
+
type index$e_ListCertificatesRequest = ListCertificatesRequest;
|
|
23427
|
+
type index$e_ListCertificatesRequestOrderBy = ListCertificatesRequestOrderBy;
|
|
23428
|
+
type index$e_ListCertificatesResponse = ListCertificatesResponse;
|
|
23429
|
+
type index$e_ListFrontendsRequest = ListFrontendsRequest;
|
|
23430
|
+
type index$e_ListFrontendsRequestOrderBy = ListFrontendsRequestOrderBy;
|
|
23431
|
+
type index$e_ListFrontendsResponse = ListFrontendsResponse;
|
|
23432
|
+
type index$e_ListIpsRequestIpType = ListIpsRequestIpType;
|
|
23433
|
+
type index$e_ListIpsResponse = ListIpsResponse;
|
|
23434
|
+
type index$e_ListLbPrivateNetworksRequest = ListLbPrivateNetworksRequest;
|
|
23435
|
+
type index$e_ListLbPrivateNetworksResponse = ListLbPrivateNetworksResponse;
|
|
23436
|
+
type index$e_ListLbTypesRequest = ListLbTypesRequest;
|
|
23437
|
+
type index$e_ListLbTypesResponse = ListLbTypesResponse;
|
|
23438
|
+
type index$e_ListLbsRequest = ListLbsRequest;
|
|
23439
|
+
type index$e_ListLbsRequestOrderBy = ListLbsRequestOrderBy;
|
|
23440
|
+
type index$e_ListLbsResponse = ListLbsResponse;
|
|
23441
|
+
type index$e_ListRoutesRequest = ListRoutesRequest;
|
|
23442
|
+
type index$e_ListRoutesRequestOrderBy = ListRoutesRequestOrderBy;
|
|
23443
|
+
type index$e_ListRoutesResponse = ListRoutesResponse;
|
|
23444
|
+
type index$e_ListSubscriberRequest = ListSubscriberRequest;
|
|
23445
|
+
type index$e_ListSubscriberRequestOrderBy = ListSubscriberRequestOrderBy;
|
|
23446
|
+
type index$e_ListSubscriberResponse = ListSubscriberResponse;
|
|
23447
|
+
type index$e_MigrateLbRequest = MigrateLbRequest;
|
|
23448
|
+
type index$e_OnMarkedDownAction = OnMarkedDownAction;
|
|
23449
|
+
declare const index$e_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
23450
|
+
type index$e_PrivateNetworkDHCPConfig = PrivateNetworkDHCPConfig;
|
|
23451
|
+
type index$e_PrivateNetworkIpamConfig = PrivateNetworkIpamConfig;
|
|
23452
|
+
type index$e_PrivateNetworkStaticConfig = PrivateNetworkStaticConfig;
|
|
23453
|
+
type index$e_PrivateNetworkStatus = PrivateNetworkStatus;
|
|
23454
|
+
type index$e_Protocol = Protocol;
|
|
23455
|
+
type index$e_ProxyProtocol = ProxyProtocol;
|
|
23456
|
+
type index$e_ReleaseIpRequest = ReleaseIpRequest;
|
|
23457
|
+
type index$e_RemoveBackendServersRequest = RemoveBackendServersRequest;
|
|
23458
|
+
type index$e_Route = Route;
|
|
23459
|
+
type index$e_RouteMatch = RouteMatch;
|
|
23460
|
+
type index$e_SSLCompatibilityLevel = SSLCompatibilityLevel;
|
|
23461
|
+
type index$e_SetAclsResponse = SetAclsResponse;
|
|
23462
|
+
type index$e_SetBackendServersRequest = SetBackendServersRequest;
|
|
23463
|
+
type index$e_StickySessionsType = StickySessionsType;
|
|
23464
|
+
type index$e_SubscribeToLbRequest = SubscribeToLbRequest;
|
|
23465
|
+
type index$e_Subscriber = Subscriber;
|
|
23466
|
+
type index$e_SubscriberEmailConfig = SubscriberEmailConfig;
|
|
23467
|
+
type index$e_SubscriberWebhookConfig = SubscriberWebhookConfig;
|
|
23468
|
+
type index$e_UnsubscribeFromLbRequest = UnsubscribeFromLbRequest;
|
|
23469
|
+
type index$e_UpdateAclRequest = UpdateAclRequest;
|
|
23470
|
+
type index$e_UpdateBackendRequest = UpdateBackendRequest;
|
|
23471
|
+
type index$e_UpdateCertificateRequest = UpdateCertificateRequest;
|
|
23472
|
+
type index$e_UpdateFrontendRequest = UpdateFrontendRequest;
|
|
23473
|
+
type index$e_UpdateHealthCheckRequest = UpdateHealthCheckRequest;
|
|
23474
|
+
type index$e_UpdateIpRequest = UpdateIpRequest;
|
|
23475
|
+
type index$e_UpdateLbRequest = UpdateLbRequest;
|
|
23476
|
+
type index$e_UpdateRouteRequest = UpdateRouteRequest;
|
|
23477
|
+
type index$e_UpdateSubscriberRequest = UpdateSubscriberRequest;
|
|
23478
|
+
type index$e_WaitForLbPrivateNetworksRequest = WaitForLbPrivateNetworksRequest;
|
|
23479
|
+
type index$e_ZonedApiAddBackendServersRequest = ZonedApiAddBackendServersRequest;
|
|
23480
|
+
type index$e_ZonedApiAttachPrivateNetworkRequest = ZonedApiAttachPrivateNetworkRequest;
|
|
23481
|
+
type index$e_ZonedApiCreateAclRequest = ZonedApiCreateAclRequest;
|
|
23482
|
+
type index$e_ZonedApiCreateBackendRequest = ZonedApiCreateBackendRequest;
|
|
23483
|
+
type index$e_ZonedApiCreateCertificateRequest = ZonedApiCreateCertificateRequest;
|
|
23484
|
+
type index$e_ZonedApiCreateFrontendRequest = ZonedApiCreateFrontendRequest;
|
|
23485
|
+
type index$e_ZonedApiCreateIpRequest = ZonedApiCreateIpRequest;
|
|
23486
|
+
type index$e_ZonedApiCreateLbRequest = ZonedApiCreateLbRequest;
|
|
23487
|
+
type index$e_ZonedApiCreateRouteRequest = ZonedApiCreateRouteRequest;
|
|
23488
|
+
type index$e_ZonedApiCreateSubscriberRequest = ZonedApiCreateSubscriberRequest;
|
|
23489
|
+
type index$e_ZonedApiDeleteAclRequest = ZonedApiDeleteAclRequest;
|
|
23490
|
+
type index$e_ZonedApiDeleteBackendRequest = ZonedApiDeleteBackendRequest;
|
|
23491
|
+
type index$e_ZonedApiDeleteCertificateRequest = ZonedApiDeleteCertificateRequest;
|
|
23492
|
+
type index$e_ZonedApiDeleteFrontendRequest = ZonedApiDeleteFrontendRequest;
|
|
23493
|
+
type index$e_ZonedApiDeleteLbRequest = ZonedApiDeleteLbRequest;
|
|
23494
|
+
type index$e_ZonedApiDeleteRouteRequest = ZonedApiDeleteRouteRequest;
|
|
23495
|
+
type index$e_ZonedApiDeleteSubscriberRequest = ZonedApiDeleteSubscriberRequest;
|
|
23496
|
+
type index$e_ZonedApiDetachPrivateNetworkRequest = ZonedApiDetachPrivateNetworkRequest;
|
|
23497
|
+
type index$e_ZonedApiGetAclRequest = ZonedApiGetAclRequest;
|
|
23498
|
+
type index$e_ZonedApiGetBackendRequest = ZonedApiGetBackendRequest;
|
|
23499
|
+
type index$e_ZonedApiGetCertificateRequest = ZonedApiGetCertificateRequest;
|
|
23500
|
+
type index$e_ZonedApiGetFrontendRequest = ZonedApiGetFrontendRequest;
|
|
23501
|
+
type index$e_ZonedApiGetIpRequest = ZonedApiGetIpRequest;
|
|
23502
|
+
type index$e_ZonedApiGetLbRequest = ZonedApiGetLbRequest;
|
|
23503
|
+
type index$e_ZonedApiGetLbStatsRequest = ZonedApiGetLbStatsRequest;
|
|
23504
|
+
type index$e_ZonedApiGetRouteRequest = ZonedApiGetRouteRequest;
|
|
23505
|
+
type index$e_ZonedApiGetSubscriberRequest = ZonedApiGetSubscriberRequest;
|
|
23506
|
+
type index$e_ZonedApiListAclsRequest = ZonedApiListAclsRequest;
|
|
23507
|
+
type index$e_ZonedApiListBackendStatsRequest = ZonedApiListBackendStatsRequest;
|
|
23508
|
+
type index$e_ZonedApiListBackendsRequest = ZonedApiListBackendsRequest;
|
|
23509
|
+
type index$e_ZonedApiListCertificatesRequest = ZonedApiListCertificatesRequest;
|
|
23510
|
+
type index$e_ZonedApiListFrontendsRequest = ZonedApiListFrontendsRequest;
|
|
23511
|
+
type index$e_ZonedApiListIPsRequest = ZonedApiListIPsRequest;
|
|
23512
|
+
type index$e_ZonedApiListLbPrivateNetworksRequest = ZonedApiListLbPrivateNetworksRequest;
|
|
23513
|
+
type index$e_ZonedApiListLbTypesRequest = ZonedApiListLbTypesRequest;
|
|
23514
|
+
type index$e_ZonedApiListLbsRequest = ZonedApiListLbsRequest;
|
|
23515
|
+
type index$e_ZonedApiListRoutesRequest = ZonedApiListRoutesRequest;
|
|
23516
|
+
type index$e_ZonedApiListSubscriberRequest = ZonedApiListSubscriberRequest;
|
|
23517
|
+
type index$e_ZonedApiMigrateLbRequest = ZonedApiMigrateLbRequest;
|
|
23518
|
+
type index$e_ZonedApiReleaseIpRequest = ZonedApiReleaseIpRequest;
|
|
23519
|
+
type index$e_ZonedApiRemoveBackendServersRequest = ZonedApiRemoveBackendServersRequest;
|
|
23520
|
+
type index$e_ZonedApiSetAclsRequest = ZonedApiSetAclsRequest;
|
|
23521
|
+
type index$e_ZonedApiSetBackendServersRequest = ZonedApiSetBackendServersRequest;
|
|
23522
|
+
type index$e_ZonedApiSubscribeToLbRequest = ZonedApiSubscribeToLbRequest;
|
|
23523
|
+
type index$e_ZonedApiUnsubscribeFromLbRequest = ZonedApiUnsubscribeFromLbRequest;
|
|
23524
|
+
type index$e_ZonedApiUpdateAclRequest = ZonedApiUpdateAclRequest;
|
|
23525
|
+
type index$e_ZonedApiUpdateBackendRequest = ZonedApiUpdateBackendRequest;
|
|
23526
|
+
type index$e_ZonedApiUpdateCertificateRequest = ZonedApiUpdateCertificateRequest;
|
|
23527
|
+
type index$e_ZonedApiUpdateFrontendRequest = ZonedApiUpdateFrontendRequest;
|
|
23528
|
+
type index$e_ZonedApiUpdateHealthCheckRequest = ZonedApiUpdateHealthCheckRequest;
|
|
23529
|
+
type index$e_ZonedApiUpdateIpRequest = ZonedApiUpdateIpRequest;
|
|
23530
|
+
type index$e_ZonedApiUpdateLbRequest = ZonedApiUpdateLbRequest;
|
|
23531
|
+
type index$e_ZonedApiUpdateRouteRequest = ZonedApiUpdateRouteRequest;
|
|
23532
|
+
type index$e_ZonedApiUpdateSubscriberRequest = ZonedApiUpdateSubscriberRequest;
|
|
23533
|
+
type index$e_ZonedWaitForLbPrivateNetworksRequest = ZonedWaitForLbPrivateNetworksRequest;
|
|
23534
|
+
declare namespace index$e {
|
|
23535
|
+
export { LbV1UtilsAPI as API, type index$e_Acl as Acl, type index$e_AclAction as AclAction, type index$e_AclActionRedirect as AclActionRedirect, type index$e_AclActionRedirectRedirectType as AclActionRedirectRedirectType, type index$e_AclActionType as AclActionType, type index$e_AclHttpFilter as AclHttpFilter, type index$e_AclMatch as AclMatch, type index$e_AclSpec as AclSpec, type index$e_AddBackendServersRequest as AddBackendServersRequest, type index$e_AttachPrivateNetworkRequest as AttachPrivateNetworkRequest, type index$e_Backend as Backend, type index$e_BackendServerStats as BackendServerStats, type index$e_BackendServerStatsHealthCheckStatus as BackendServerStatsHealthCheckStatus, type index$e_BackendServerStatsServerState as BackendServerStatsServerState, index$e_CERTIFICATE_TRANSIENT_STATUSES as CERTIFICATE_TRANSIENT_STATUSES, type index$e_Certificate as Certificate, type index$e_CertificateStatus as CertificateStatus, type index$e_CertificateType as CertificateType, type index$e_CreateAclRequest as CreateAclRequest, type index$e_CreateBackendRequest as CreateBackendRequest, type index$e_CreateCertificateRequest as CreateCertificateRequest, type index$e_CreateCertificateRequestCustomCertificate as CreateCertificateRequestCustomCertificate, type index$e_CreateCertificateRequestLetsencryptConfig as CreateCertificateRequestLetsencryptConfig, type index$e_CreateFrontendRequest as CreateFrontendRequest, type index$e_CreateIpRequest as CreateIpRequest, type index$e_CreateLbRequest as CreateLbRequest, type index$e_CreateRouteRequest as CreateRouteRequest, type index$e_CreateSubscriberRequest as CreateSubscriberRequest, type index$e_DeleteAclRequest as DeleteAclRequest, type index$e_DeleteBackendRequest as DeleteBackendRequest, type index$e_DeleteCertificateRequest as DeleteCertificateRequest, type index$e_DeleteFrontendRequest as DeleteFrontendRequest, type index$e_DeleteLbRequest as DeleteLbRequest, type index$e_DeleteRouteRequest as DeleteRouteRequest, type index$e_DeleteSubscriberRequest as DeleteSubscriberRequest, type index$e_DetachPrivateNetworkRequest as DetachPrivateNetworkRequest, type index$e_ForwardPortAlgorithm as ForwardPortAlgorithm, type index$e_Frontend as Frontend, type index$e_GetAclRequest as GetAclRequest, type index$e_GetBackendRequest as GetBackendRequest, type index$e_GetCertificateRequest as GetCertificateRequest, type index$e_GetFrontendRequest as GetFrontendRequest, type index$e_GetIpRequest as GetIpRequest, type index$e_GetLbRequest as GetLbRequest, type index$e_GetLbStatsRequest as GetLbStatsRequest, type index$e_GetRouteRequest as GetRouteRequest, type index$e_GetSubscriberRequest as GetSubscriberRequest, type index$e_HealthCheck as HealthCheck, type index$e_HealthCheckHttpConfig as HealthCheckHttpConfig, type index$e_HealthCheckHttpsConfig as HealthCheckHttpsConfig, type index$e_HealthCheckLdapConfig as HealthCheckLdapConfig, type index$e_HealthCheckMysqlConfig as HealthCheckMysqlConfig, type index$e_HealthCheckPgsqlConfig as HealthCheckPgsqlConfig, type index$e_HealthCheckRedisConfig as HealthCheckRedisConfig, type index$e_HealthCheckTcpConfig as HealthCheckTcpConfig, INSTANCE_TRANSIENT_STATUSES$1 as INSTANCE_TRANSIENT_STATUSES, type Instance$1 as Instance, type InstanceStatus$1 as InstanceStatus, type index$e_Ip as Ip, index$e_LB_TRANSIENT_STATUSES as LB_TRANSIENT_STATUSES, type index$e_Lb as Lb, type index$e_LbStats as LbStats, type index$e_LbStatus as LbStatus, type index$e_LbType as LbType, type index$e_LbTypeStock as LbTypeStock, type index$e_ListAclRequestOrderBy as ListAclRequestOrderBy, type index$e_ListAclResponse as ListAclResponse, type index$e_ListAclsRequest as ListAclsRequest, type index$e_ListBackendStatsRequest as ListBackendStatsRequest, type index$e_ListBackendStatsResponse as ListBackendStatsResponse, type index$e_ListBackendsRequest as ListBackendsRequest, type index$e_ListBackendsRequestOrderBy as ListBackendsRequestOrderBy, type index$e_ListBackendsResponse as ListBackendsResponse, type index$e_ListCertificatesRequest as ListCertificatesRequest, type index$e_ListCertificatesRequestOrderBy as ListCertificatesRequestOrderBy, type index$e_ListCertificatesResponse as ListCertificatesResponse, type index$e_ListFrontendsRequest as ListFrontendsRequest, type index$e_ListFrontendsRequestOrderBy as ListFrontendsRequestOrderBy, type index$e_ListFrontendsResponse as ListFrontendsResponse, type ListIPsRequest$1 as ListIPsRequest, type index$e_ListIpsRequestIpType as ListIpsRequestIpType, type index$e_ListIpsResponse as ListIpsResponse, type index$e_ListLbPrivateNetworksRequest as ListLbPrivateNetworksRequest, type index$e_ListLbPrivateNetworksResponse as ListLbPrivateNetworksResponse, type index$e_ListLbTypesRequest as ListLbTypesRequest, type index$e_ListLbTypesResponse as ListLbTypesResponse, type index$e_ListLbsRequest as ListLbsRequest, type index$e_ListLbsRequestOrderBy as ListLbsRequestOrderBy, type index$e_ListLbsResponse as ListLbsResponse, type ListPrivateNetworksRequestOrderBy$2 as ListPrivateNetworksRequestOrderBy, type index$e_ListRoutesRequest as ListRoutesRequest, type index$e_ListRoutesRequestOrderBy as ListRoutesRequestOrderBy, type index$e_ListRoutesResponse as ListRoutesResponse, type index$e_ListSubscriberRequest as ListSubscriberRequest, type index$e_ListSubscriberRequestOrderBy as ListSubscriberRequestOrderBy, type index$e_ListSubscriberResponse as ListSubscriberResponse, type index$e_MigrateLbRequest as MigrateLbRequest, type index$e_OnMarkedDownAction as OnMarkedDownAction, index$e_PRIVATE_NETWORK_TRANSIENT_STATUSES as PRIVATE_NETWORK_TRANSIENT_STATUSES, type PrivateNetwork$3 as PrivateNetwork, type index$e_PrivateNetworkDHCPConfig as PrivateNetworkDHCPConfig, type index$e_PrivateNetworkIpamConfig as PrivateNetworkIpamConfig, type index$e_PrivateNetworkStaticConfig as PrivateNetworkStaticConfig, type index$e_PrivateNetworkStatus as PrivateNetworkStatus, type index$e_Protocol as Protocol, type index$e_ProxyProtocol as ProxyProtocol, type index$e_ReleaseIpRequest as ReleaseIpRequest, type index$e_RemoveBackendServersRequest as RemoveBackendServersRequest, type index$e_Route as Route, type index$e_RouteMatch as RouteMatch, type index$e_SSLCompatibilityLevel as SSLCompatibilityLevel, type index$e_SetAclsResponse as SetAclsResponse, type index$e_SetBackendServersRequest as SetBackendServersRequest, type index$e_StickySessionsType as StickySessionsType, type index$e_SubscribeToLbRequest as SubscribeToLbRequest, type index$e_Subscriber as Subscriber, type index$e_SubscriberEmailConfig as SubscriberEmailConfig, type index$e_SubscriberWebhookConfig as SubscriberWebhookConfig, type index$e_UnsubscribeFromLbRequest as UnsubscribeFromLbRequest, type index$e_UpdateAclRequest as UpdateAclRequest, type index$e_UpdateBackendRequest as UpdateBackendRequest, type index$e_UpdateCertificateRequest as UpdateCertificateRequest, type index$e_UpdateFrontendRequest as UpdateFrontendRequest, type index$e_UpdateHealthCheckRequest as UpdateHealthCheckRequest, type index$e_UpdateIpRequest as UpdateIpRequest, type index$e_UpdateLbRequest as UpdateLbRequest, type index$e_UpdateRouteRequest as UpdateRouteRequest, type index$e_UpdateSubscriberRequest as UpdateSubscriberRequest, type index$e_WaitForLbPrivateNetworksRequest as WaitForLbPrivateNetworksRequest, LbZonedV1UtilsAPI as ZonedAPI, type index$e_ZonedApiAddBackendServersRequest as ZonedApiAddBackendServersRequest, type index$e_ZonedApiAttachPrivateNetworkRequest as ZonedApiAttachPrivateNetworkRequest, type index$e_ZonedApiCreateAclRequest as ZonedApiCreateAclRequest, type index$e_ZonedApiCreateBackendRequest as ZonedApiCreateBackendRequest, type index$e_ZonedApiCreateCertificateRequest as ZonedApiCreateCertificateRequest, type index$e_ZonedApiCreateFrontendRequest as ZonedApiCreateFrontendRequest, type index$e_ZonedApiCreateIpRequest as ZonedApiCreateIpRequest, type index$e_ZonedApiCreateLbRequest as ZonedApiCreateLbRequest, type index$e_ZonedApiCreateRouteRequest as ZonedApiCreateRouteRequest, type index$e_ZonedApiCreateSubscriberRequest as ZonedApiCreateSubscriberRequest, type index$e_ZonedApiDeleteAclRequest as ZonedApiDeleteAclRequest, type index$e_ZonedApiDeleteBackendRequest as ZonedApiDeleteBackendRequest, type index$e_ZonedApiDeleteCertificateRequest as ZonedApiDeleteCertificateRequest, type index$e_ZonedApiDeleteFrontendRequest as ZonedApiDeleteFrontendRequest, type index$e_ZonedApiDeleteLbRequest as ZonedApiDeleteLbRequest, type index$e_ZonedApiDeleteRouteRequest as ZonedApiDeleteRouteRequest, type index$e_ZonedApiDeleteSubscriberRequest as ZonedApiDeleteSubscriberRequest, type index$e_ZonedApiDetachPrivateNetworkRequest as ZonedApiDetachPrivateNetworkRequest, type index$e_ZonedApiGetAclRequest as ZonedApiGetAclRequest, type index$e_ZonedApiGetBackendRequest as ZonedApiGetBackendRequest, type index$e_ZonedApiGetCertificateRequest as ZonedApiGetCertificateRequest, type index$e_ZonedApiGetFrontendRequest as ZonedApiGetFrontendRequest, type index$e_ZonedApiGetIpRequest as ZonedApiGetIpRequest, type index$e_ZonedApiGetLbRequest as ZonedApiGetLbRequest, type index$e_ZonedApiGetLbStatsRequest as ZonedApiGetLbStatsRequest, type index$e_ZonedApiGetRouteRequest as ZonedApiGetRouteRequest, type index$e_ZonedApiGetSubscriberRequest as ZonedApiGetSubscriberRequest, type index$e_ZonedApiListAclsRequest as ZonedApiListAclsRequest, type index$e_ZonedApiListBackendStatsRequest as ZonedApiListBackendStatsRequest, type index$e_ZonedApiListBackendsRequest as ZonedApiListBackendsRequest, type index$e_ZonedApiListCertificatesRequest as ZonedApiListCertificatesRequest, type index$e_ZonedApiListFrontendsRequest as ZonedApiListFrontendsRequest, type index$e_ZonedApiListIPsRequest as ZonedApiListIPsRequest, type index$e_ZonedApiListLbPrivateNetworksRequest as ZonedApiListLbPrivateNetworksRequest, type index$e_ZonedApiListLbTypesRequest as ZonedApiListLbTypesRequest, type index$e_ZonedApiListLbsRequest as ZonedApiListLbsRequest, type index$e_ZonedApiListRoutesRequest as ZonedApiListRoutesRequest, type index$e_ZonedApiListSubscriberRequest as ZonedApiListSubscriberRequest, type index$e_ZonedApiMigrateLbRequest as ZonedApiMigrateLbRequest, type index$e_ZonedApiReleaseIpRequest as ZonedApiReleaseIpRequest, type index$e_ZonedApiRemoveBackendServersRequest as ZonedApiRemoveBackendServersRequest, type index$e_ZonedApiSetAclsRequest as ZonedApiSetAclsRequest, type index$e_ZonedApiSetBackendServersRequest as ZonedApiSetBackendServersRequest, type index$e_ZonedApiSubscribeToLbRequest as ZonedApiSubscribeToLbRequest, type index$e_ZonedApiUnsubscribeFromLbRequest as ZonedApiUnsubscribeFromLbRequest, type index$e_ZonedApiUpdateAclRequest as ZonedApiUpdateAclRequest, type index$e_ZonedApiUpdateBackendRequest as ZonedApiUpdateBackendRequest, type index$e_ZonedApiUpdateCertificateRequest as ZonedApiUpdateCertificateRequest, type index$e_ZonedApiUpdateFrontendRequest as ZonedApiUpdateFrontendRequest, type index$e_ZonedApiUpdateHealthCheckRequest as ZonedApiUpdateHealthCheckRequest, type index$e_ZonedApiUpdateIpRequest as ZonedApiUpdateIpRequest, type index$e_ZonedApiUpdateLbRequest as ZonedApiUpdateLbRequest, type index$e_ZonedApiUpdateRouteRequest as ZonedApiUpdateRouteRequest, type index$e_ZonedApiUpdateSubscriberRequest as ZonedApiUpdateSubscriberRequest, type index$e_ZonedWaitForLbPrivateNetworksRequest as ZonedWaitForLbPrivateNetworksRequest };
|
|
23506
23536
|
}
|
|
23507
23537
|
|
|
23508
|
-
declare namespace index$
|
|
23509
|
-
export { index$
|
|
23538
|
+
declare namespace index$d {
|
|
23539
|
+
export { index$e as v1 };
|
|
23510
23540
|
}
|
|
23511
23541
|
|
|
23512
|
-
type
|
|
23513
|
-
type
|
|
23514
|
-
type
|
|
23515
|
-
type
|
|
23516
|
-
interface
|
|
23542
|
+
type DeploymentStatus = 'unknown_status' | 'creating' | 'deploying' | 'ready' | 'error' | 'deleting' | 'locked';
|
|
23543
|
+
type ListDeploymentsRequestOrderBy = 'created_at_desc' | 'created_at_asc' | 'name_asc' | 'name_desc';
|
|
23544
|
+
type ListModelsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
23545
|
+
type NodeTypeStock$2 = 'unknown_stock' | 'low_stock' | 'out_of_stock' | 'available';
|
|
23546
|
+
interface EndpointPrivateNetworkDetails$1 {
|
|
23547
|
+
/** ID of the Private Network. */
|
|
23548
|
+
privateNetworkId: string;
|
|
23549
|
+
}
|
|
23550
|
+
interface EndpointPublicAccessDetails {
|
|
23551
|
+
}
|
|
23552
|
+
interface EndpointSpecPrivateNetwork$1 {
|
|
23553
|
+
/** ID of the Private Network. */
|
|
23554
|
+
privateNetworkId: string;
|
|
23555
|
+
}
|
|
23556
|
+
interface EndpointSpecPublic {
|
|
23557
|
+
}
|
|
23558
|
+
interface Endpoint$2 {
|
|
23559
|
+
/** Unique identifier. */
|
|
23517
23560
|
id: string;
|
|
23518
|
-
|
|
23561
|
+
/**
|
|
23562
|
+
* For private endpoints, the URL will be accessible only from the Private
|
|
23563
|
+
* Network. In addition, private endpoints will expose a CA certificate that
|
|
23564
|
+
* can be used to verify the server's identity. This CA certificate can be
|
|
23565
|
+
* retrieved using the `GetDeploymentCertificate` API call.
|
|
23566
|
+
*/
|
|
23567
|
+
url: string;
|
|
23568
|
+
/**
|
|
23569
|
+
* Defines whether the endpoint is public.
|
|
23570
|
+
*
|
|
23571
|
+
* One-of ('details'): at most one of 'publicAccess', 'privateNetwork' could
|
|
23572
|
+
* be set.
|
|
23573
|
+
*/
|
|
23574
|
+
publicAccess?: EndpointPublicAccessDetails;
|
|
23575
|
+
/**
|
|
23576
|
+
* Details of the Private Network.
|
|
23577
|
+
*
|
|
23578
|
+
* One-of ('details'): at most one of 'publicAccess', 'privateNetwork' could
|
|
23579
|
+
* be set.
|
|
23580
|
+
*/
|
|
23581
|
+
privateNetwork?: EndpointPrivateNetworkDetails$1;
|
|
23582
|
+
/** Defines whether the authentication is disabled. */
|
|
23583
|
+
disableAuth: boolean;
|
|
23584
|
+
}
|
|
23585
|
+
interface ModelS3Model {
|
|
23586
|
+
s3Url: string;
|
|
23587
|
+
pythonDependencies: Record<string, string>;
|
|
23588
|
+
nodeType?: string;
|
|
23589
|
+
tritonServerVersion?: string;
|
|
23590
|
+
}
|
|
23591
|
+
interface ACLRuleRequest$1 {
|
|
23592
|
+
/**
|
|
23593
|
+
* It can be specified as a single IP address or a range of IP addresses in
|
|
23594
|
+
* CIDR notation.
|
|
23595
|
+
*/
|
|
23596
|
+
ip: string;
|
|
23597
|
+
/** Description of the ACL rule. */
|
|
23519
23598
|
description: string;
|
|
23520
23599
|
}
|
|
23521
|
-
interface
|
|
23522
|
-
/**
|
|
23600
|
+
interface ACLRule$2 {
|
|
23601
|
+
/** Unique identifier. */
|
|
23523
23602
|
id: string;
|
|
23524
|
-
/**
|
|
23525
|
-
|
|
23526
|
-
/**
|
|
23603
|
+
/** Allowed IP address or CIDR range. */
|
|
23604
|
+
ip: string;
|
|
23605
|
+
/** Description of the ACL rule. */
|
|
23527
23606
|
description: string;
|
|
23528
|
-
/** URL of this image's logo. */
|
|
23529
|
-
logo: string;
|
|
23530
|
-
/** List of categories this image belongs to. */
|
|
23531
|
-
categories: string[];
|
|
23532
|
-
/** Creation date of this image. */
|
|
23533
|
-
createdAt?: Date;
|
|
23534
|
-
/** Date of the last modification of this image. */
|
|
23535
|
-
updatedAt?: Date;
|
|
23536
|
-
/** Expiration date of this image. */
|
|
23537
|
-
validUntil?: Date;
|
|
23538
|
-
/** Typically an identifier for a distribution (ex. "ubuntu_focal"). */
|
|
23539
|
-
label: string;
|
|
23540
23607
|
}
|
|
23541
|
-
interface
|
|
23542
|
-
/**
|
|
23543
|
-
|
|
23544
|
-
|
|
23545
|
-
|
|
23546
|
-
|
|
23547
|
-
|
|
23548
|
-
/**
|
|
23549
|
-
|
|
23550
|
-
|
|
23551
|
-
|
|
23552
|
-
|
|
23553
|
-
|
|
23608
|
+
interface EndpointSpec$2 {
|
|
23609
|
+
/**
|
|
23610
|
+
* Set the endpoint as public.
|
|
23611
|
+
*
|
|
23612
|
+
* One-of ('spec'): at most one of 'public', 'privateNetwork' could be set.
|
|
23613
|
+
*/
|
|
23614
|
+
public?: EndpointSpecPublic;
|
|
23615
|
+
/**
|
|
23616
|
+
* Private endpoints are only accessible from the Private Network.
|
|
23617
|
+
*
|
|
23618
|
+
* One-of ('spec'): at most one of 'public', 'privateNetwork' could be set.
|
|
23619
|
+
*/
|
|
23620
|
+
privateNetwork?: EndpointSpecPrivateNetwork$1;
|
|
23621
|
+
/**
|
|
23622
|
+
* By default, LLM deployments are protected by IAM authentication. When
|
|
23623
|
+
* setting this field to true, the authentication will be disabled.
|
|
23624
|
+
*/
|
|
23625
|
+
disableAuth: boolean;
|
|
23554
23626
|
}
|
|
23555
|
-
interface
|
|
23556
|
-
/**
|
|
23627
|
+
interface Deployment {
|
|
23628
|
+
/** Unique identifier. */
|
|
23557
23629
|
id: string;
|
|
23558
|
-
/** Name of
|
|
23630
|
+
/** Name of the deployment. */
|
|
23559
23631
|
name: string;
|
|
23560
|
-
/**
|
|
23632
|
+
/** Project ID. */
|
|
23633
|
+
projectId: string;
|
|
23634
|
+
/** Status of the deployment. */
|
|
23635
|
+
status: DeploymentStatus;
|
|
23636
|
+
/** List of tags applied to the deployment. */
|
|
23637
|
+
tags: string[];
|
|
23638
|
+
/** Node type of the deployment. */
|
|
23639
|
+
nodeType: string;
|
|
23640
|
+
/** List of endpoints. */
|
|
23641
|
+
endpoints: Endpoint$2[];
|
|
23642
|
+
/** Current size of the pool. */
|
|
23643
|
+
size: number;
|
|
23644
|
+
/** Defines the minimum size of the pool. */
|
|
23645
|
+
minSize: number;
|
|
23646
|
+
/** Defines the maximum size of the pool. */
|
|
23647
|
+
maxSize: number;
|
|
23648
|
+
/** Displays information if your deployment is in error state. */
|
|
23649
|
+
errorMessage?: string;
|
|
23650
|
+
/** The inference model used for the deployment. */
|
|
23651
|
+
modelName: string;
|
|
23652
|
+
/** Creation date of the deployment. */
|
|
23561
23653
|
createdAt?: Date;
|
|
23562
|
-
/**
|
|
23654
|
+
/** Last modification date of the deployment. */
|
|
23563
23655
|
updatedAt?: Date;
|
|
23564
|
-
/**
|
|
23565
|
-
|
|
23656
|
+
/** Region of the deployment. */
|
|
23657
|
+
region: Region;
|
|
23566
23658
|
}
|
|
23567
|
-
|
|
23568
|
-
|
|
23569
|
-
|
|
23570
|
-
|
|
23571
|
-
|
|
23572
|
-
|
|
23659
|
+
interface Model {
|
|
23660
|
+
/** Unique identifier. */
|
|
23661
|
+
id: string;
|
|
23662
|
+
/** Unique Name identifier. */
|
|
23663
|
+
name: string;
|
|
23664
|
+
/** Project ID. */
|
|
23665
|
+
projectId: string;
|
|
23666
|
+
/** Name of the model provider. */
|
|
23667
|
+
provider: string;
|
|
23668
|
+
/** List of tags applied to the model. */
|
|
23669
|
+
tags: string[];
|
|
23670
|
+
/** Purpose of the model. */
|
|
23671
|
+
description: string;
|
|
23672
|
+
/** Defines whether the model has an end user licence agreement. */
|
|
23673
|
+
hasEula: boolean;
|
|
23674
|
+
/** Creation date of the model. */
|
|
23675
|
+
createdAt?: Date;
|
|
23676
|
+
/** Last modification date of the model. */
|
|
23677
|
+
updatedAt?: Date;
|
|
23678
|
+
/** Region of the model. */
|
|
23679
|
+
region: Region;
|
|
23680
|
+
/**
|
|
23681
|
+
* S3 URL pointing to the model source weight.
|
|
23682
|
+
*
|
|
23683
|
+
* One-of ('source'): at most one of 's3Model' could be set.
|
|
23684
|
+
*/
|
|
23685
|
+
s3Model?: ModelS3Model;
|
|
23686
|
+
/** Defines whether the model is public or not. */
|
|
23687
|
+
isPublic: boolean;
|
|
23688
|
+
/** Names of the node types compatible with the model. */
|
|
23689
|
+
compatibleNodeTypes: string[];
|
|
23690
|
+
/** Quantization level of the model. */
|
|
23691
|
+
quantizationLevel: string;
|
|
23692
|
+
}
|
|
23693
|
+
interface NodeType$2 {
|
|
23694
|
+
/** Name of the node type. */
|
|
23695
|
+
name: string;
|
|
23696
|
+
/** Current stock status for the node type. */
|
|
23697
|
+
stockStatus: NodeTypeStock$2;
|
|
23698
|
+
/** Current specs of the offer. */
|
|
23699
|
+
description: string;
|
|
23700
|
+
/** Number of virtual CPUs. */
|
|
23701
|
+
vcpus: number;
|
|
23702
|
+
/** Quantity of RAM. */
|
|
23703
|
+
memory: number;
|
|
23704
|
+
/** Quantity of GPU RAM. */
|
|
23705
|
+
vram: number;
|
|
23706
|
+
/** The node type is currently disabled. */
|
|
23707
|
+
disabled: boolean;
|
|
23708
|
+
/** The node type is currently in beta. */
|
|
23709
|
+
beta: boolean;
|
|
23710
|
+
/** Creation date of the node type. */
|
|
23711
|
+
createdAt?: Date;
|
|
23712
|
+
/** Last modification date of the node type. */
|
|
23713
|
+
updatedAt?: Date;
|
|
23714
|
+
/** Number of GPUs. */
|
|
23715
|
+
gpus: number;
|
|
23716
|
+
/** Region of the node type. */
|
|
23717
|
+
region: Region;
|
|
23718
|
+
}
|
|
23719
|
+
type AddDeploymentACLRulesRequest = {
|
|
23720
|
+
/**
|
|
23721
|
+
* Region to target. If none is passed will use default region from the
|
|
23722
|
+
* config.
|
|
23723
|
+
*/
|
|
23724
|
+
region?: Region;
|
|
23725
|
+
/** ID of the deployment to add ACL rules to. */
|
|
23726
|
+
deploymentId: string;
|
|
23727
|
+
/** List of ACL rules to add. */
|
|
23728
|
+
acls?: ACLRuleRequest$1[];
|
|
23729
|
+
};
|
|
23730
|
+
interface AddDeploymentACLRulesResponse {
|
|
23731
|
+
/** List of ACL rules added. */
|
|
23732
|
+
rules: ACLRule$2[];
|
|
23733
|
+
}
|
|
23734
|
+
type CreateDeploymentRequest$1 = {
|
|
23735
|
+
/**
|
|
23736
|
+
* Region to target. If none is passed will use default region from the
|
|
23737
|
+
* config.
|
|
23738
|
+
*/
|
|
23739
|
+
region?: Region;
|
|
23740
|
+
/** Name of the deployment. */
|
|
23741
|
+
name?: string;
|
|
23742
|
+
/** ID of the Project to create the deployment in. */
|
|
23743
|
+
projectId?: string;
|
|
23744
|
+
/** Name of the model to use. */
|
|
23745
|
+
modelName: string;
|
|
23746
|
+
/**
|
|
23747
|
+
* If the model has an EULA, you must accept it before proceeding. The terms
|
|
23748
|
+
* of the EULA can be retrieved using the `GetModelEula` API call.
|
|
23749
|
+
*/
|
|
23750
|
+
acceptEula?: boolean;
|
|
23751
|
+
/** Name of the node type to use. */
|
|
23752
|
+
nodeType: string;
|
|
23753
|
+
/** List of tags to apply to the deployment. */
|
|
23754
|
+
tags?: string[];
|
|
23755
|
+
/** Defines the minimum size of the pool. */
|
|
23756
|
+
minSize?: number;
|
|
23757
|
+
/** Defines the maximum size of the pool. */
|
|
23758
|
+
maxSize?: number;
|
|
23759
|
+
/** List of endpoints to create. */
|
|
23760
|
+
endpoints: EndpointSpec$2[];
|
|
23761
|
+
};
|
|
23762
|
+
type CreateEndpointRequest$1 = {
|
|
23763
|
+
/**
|
|
23764
|
+
* Region to target. If none is passed will use default region from the
|
|
23765
|
+
* config.
|
|
23766
|
+
*/
|
|
23767
|
+
region?: Region;
|
|
23768
|
+
/** ID of the deployment to create the endpoint for. */
|
|
23769
|
+
deploymentId: string;
|
|
23770
|
+
/** Specification of the endpoint. */
|
|
23771
|
+
endpoint: EndpointSpec$2;
|
|
23772
|
+
};
|
|
23773
|
+
type DeleteDeploymentACLRuleRequest = {
|
|
23774
|
+
/**
|
|
23775
|
+
* Region to target. If none is passed will use default region from the
|
|
23776
|
+
* config.
|
|
23777
|
+
*/
|
|
23778
|
+
region?: Region;
|
|
23779
|
+
/** ID of the ACL rule to delete. */
|
|
23780
|
+
aclId: string;
|
|
23781
|
+
};
|
|
23782
|
+
type DeleteDeploymentRequest = {
|
|
23783
|
+
/**
|
|
23784
|
+
* Region to target. If none is passed will use default region from the
|
|
23785
|
+
* config.
|
|
23786
|
+
*/
|
|
23787
|
+
region?: Region;
|
|
23788
|
+
/** ID of the deployment to delete. */
|
|
23789
|
+
deploymentId: string;
|
|
23790
|
+
};
|
|
23791
|
+
type DeleteEndpointRequest$2 = {
|
|
23792
|
+
/**
|
|
23793
|
+
* Region to target. If none is passed will use default region from the
|
|
23794
|
+
* config.
|
|
23795
|
+
*/
|
|
23796
|
+
region?: Region;
|
|
23797
|
+
/** ID of the endpoint to delete. */
|
|
23798
|
+
endpointId: string;
|
|
23799
|
+
};
|
|
23800
|
+
interface Eula {
|
|
23801
|
+
/** Content of the end user licence agreement. */
|
|
23802
|
+
content: string;
|
|
23803
|
+
}
|
|
23804
|
+
type GetDeploymentCertificateRequest = {
|
|
23805
|
+
/**
|
|
23806
|
+
* Region to target. If none is passed will use default region from the
|
|
23807
|
+
* config.
|
|
23808
|
+
*/
|
|
23809
|
+
region?: Region;
|
|
23810
|
+
deploymentId: string;
|
|
23811
|
+
};
|
|
23812
|
+
type GetDeploymentRequest = {
|
|
23813
|
+
/**
|
|
23814
|
+
* Region to target. If none is passed will use default region from the
|
|
23815
|
+
* config.
|
|
23816
|
+
*/
|
|
23817
|
+
region?: Region;
|
|
23818
|
+
/** ID of the deployment to get. */
|
|
23819
|
+
deploymentId: string;
|
|
23820
|
+
};
|
|
23821
|
+
type GetModelEulaRequest = {
|
|
23822
|
+
/**
|
|
23823
|
+
* Region to target. If none is passed will use default region from the
|
|
23824
|
+
* config.
|
|
23825
|
+
*/
|
|
23826
|
+
region?: Region;
|
|
23827
|
+
modelId: string;
|
|
23828
|
+
};
|
|
23829
|
+
type GetModelRequest = {
|
|
23830
|
+
/**
|
|
23831
|
+
* Region to target. If none is passed will use default region from the
|
|
23832
|
+
* config.
|
|
23833
|
+
*/
|
|
23834
|
+
region?: Region;
|
|
23835
|
+
/** ID of the model to get. */
|
|
23836
|
+
modelId: string;
|
|
23837
|
+
};
|
|
23838
|
+
type ListDeploymentACLRulesRequest = {
|
|
23839
|
+
/**
|
|
23840
|
+
* Region to target. If none is passed will use default region from the
|
|
23841
|
+
* config.
|
|
23842
|
+
*/
|
|
23843
|
+
region?: Region;
|
|
23844
|
+
/** ID of the deployment to list ACL rules for. */
|
|
23845
|
+
deploymentId: string;
|
|
23846
|
+
/** Page number to return. */
|
|
23847
|
+
page?: number;
|
|
23848
|
+
/** Maximum number of ACL rules to return per page. */
|
|
23849
|
+
pageSize?: number;
|
|
23850
|
+
};
|
|
23851
|
+
interface ListDeploymentACLRulesResponse {
|
|
23852
|
+
/** List of ACL rules on the current page. */
|
|
23853
|
+
rules: ACLRule$2[];
|
|
23854
|
+
/** Total number of ACL rules. */
|
|
23855
|
+
totalCount: number;
|
|
23856
|
+
}
|
|
23857
|
+
type ListDeploymentsRequest$1 = {
|
|
23858
|
+
/**
|
|
23859
|
+
* Region to target. If none is passed will use default region from the
|
|
23860
|
+
* config.
|
|
23861
|
+
*/
|
|
23862
|
+
region?: Region;
|
|
23863
|
+
/** Page number to return. */
|
|
23864
|
+
page?: number;
|
|
23865
|
+
/** Maximum number of deployments to return per page. */
|
|
23866
|
+
pageSize?: number;
|
|
23867
|
+
/** Order in which to return results. */
|
|
23868
|
+
orderBy?: ListDeploymentsRequestOrderBy;
|
|
23869
|
+
/** Filter by Project ID. */
|
|
23870
|
+
projectId?: string;
|
|
23871
|
+
/** Filter by Organization ID. */
|
|
23872
|
+
organizationId?: string;
|
|
23873
|
+
/** Filter by deployment name. */
|
|
23874
|
+
name?: string;
|
|
23875
|
+
/** Filter by tags. */
|
|
23876
|
+
tags?: string[];
|
|
23877
|
+
};
|
|
23878
|
+
interface ListDeploymentsResponse {
|
|
23879
|
+
/** List of deployments on the current page. */
|
|
23880
|
+
deployments: Deployment[];
|
|
23881
|
+
/** Total number of deployments. */
|
|
23882
|
+
totalCount: number;
|
|
23883
|
+
}
|
|
23884
|
+
type ListModelsRequest$1 = {
|
|
23885
|
+
/**
|
|
23886
|
+
* Region to target. If none is passed will use default region from the
|
|
23887
|
+
* config.
|
|
23888
|
+
*/
|
|
23889
|
+
region?: Region;
|
|
23890
|
+
/** Order in which to return results. */
|
|
23891
|
+
orderBy?: ListModelsRequestOrderBy;
|
|
23892
|
+
/** Page number to return. */
|
|
23893
|
+
page?: number;
|
|
23894
|
+
/** Maximum number of models to return per page. */
|
|
23895
|
+
pageSize?: number;
|
|
23896
|
+
/** Filter by Project ID. */
|
|
23897
|
+
projectId?: string;
|
|
23898
|
+
/** Filter by model name. */
|
|
23899
|
+
name?: string;
|
|
23900
|
+
/** Filter by tags. */
|
|
23901
|
+
tags?: string[];
|
|
23902
|
+
};
|
|
23903
|
+
interface ListModelsResponse {
|
|
23904
|
+
/** List of models on the current page. */
|
|
23905
|
+
models: Model[];
|
|
23906
|
+
/** Total number of models. */
|
|
23907
|
+
totalCount: number;
|
|
23908
|
+
}
|
|
23909
|
+
type ListNodeTypesRequest$2 = {
|
|
23910
|
+
/**
|
|
23911
|
+
* Region to target. If none is passed will use default region from the
|
|
23912
|
+
* config.
|
|
23913
|
+
*/
|
|
23914
|
+
region?: Region;
|
|
23915
|
+
/** Page number to return. */
|
|
23916
|
+
page?: number;
|
|
23917
|
+
/** Maximum number of node types to return per page. */
|
|
23918
|
+
pageSize?: number;
|
|
23919
|
+
/** Include disabled node types in the response. */
|
|
23920
|
+
includeDisabledTypes: boolean;
|
|
23921
|
+
};
|
|
23922
|
+
interface ListNodeTypesResponse$2 {
|
|
23923
|
+
/** List of node types. */
|
|
23924
|
+
nodeTypes: NodeType$2[];
|
|
23925
|
+
/** Total number of node types. */
|
|
23926
|
+
totalCount: number;
|
|
23927
|
+
}
|
|
23928
|
+
type SetDeploymentACLRulesRequest = {
|
|
23929
|
+
/**
|
|
23930
|
+
* Region to target. If none is passed will use default region from the
|
|
23931
|
+
* config.
|
|
23932
|
+
*/
|
|
23933
|
+
region?: Region;
|
|
23934
|
+
/** ID of the deployment to set ACL rules for. */
|
|
23935
|
+
deploymentId: string;
|
|
23936
|
+
/** All existing ACL rules will be replaced by the new ones. */
|
|
23937
|
+
acls?: ACLRuleRequest$1[];
|
|
23938
|
+
};
|
|
23939
|
+
interface SetDeploymentACLRulesResponse {
|
|
23940
|
+
/** List of ACL rules that were set. */
|
|
23941
|
+
rules: ACLRule$2[];
|
|
23942
|
+
}
|
|
23943
|
+
type UpdateDeploymentRequest$1 = {
|
|
23944
|
+
/**
|
|
23945
|
+
* Region to target. If none is passed will use default region from the
|
|
23946
|
+
* config.
|
|
23947
|
+
*/
|
|
23948
|
+
region?: Region;
|
|
23949
|
+
/** ID of the deployment to update. */
|
|
23950
|
+
deploymentId: string;
|
|
23951
|
+
/** Name of the deployment. */
|
|
23952
|
+
name?: string;
|
|
23953
|
+
/** List of tags to apply to the deployment. */
|
|
23954
|
+
tags?: string[];
|
|
23955
|
+
/** Defines the new minimum size of the pool. */
|
|
23956
|
+
minSize?: number;
|
|
23957
|
+
/** Defines the new maximum size of the pool. */
|
|
23958
|
+
maxSize?: number;
|
|
23959
|
+
};
|
|
23960
|
+
type UpdateEndpointRequest$1 = {
|
|
23961
|
+
/**
|
|
23962
|
+
* Region to target. If none is passed will use default region from the
|
|
23963
|
+
* config.
|
|
23964
|
+
*/
|
|
23965
|
+
region?: Region;
|
|
23966
|
+
/** ID of the endpoint to update. */
|
|
23967
|
+
endpointId: string;
|
|
23968
|
+
/**
|
|
23969
|
+
* By default, LLM deployments are protected by IAM authentication. When
|
|
23970
|
+
* setting this field to true, the authentication will be disabled.
|
|
23971
|
+
*/
|
|
23972
|
+
disableAuth?: boolean;
|
|
23973
|
+
};
|
|
23974
|
+
|
|
23975
|
+
/** LLM Inference API. */
|
|
23976
|
+
declare class API$d extends API$y {
|
|
23977
|
+
/** Lists the available regions of the API. */
|
|
23978
|
+
static readonly LOCALITIES: Region[];
|
|
23979
|
+
protected pageOfListDeployments: (request?: Readonly<ListDeploymentsRequest$1>) => Promise<ListDeploymentsResponse>;
|
|
23980
|
+
/**
|
|
23981
|
+
* List inference deployments. List all your inference deployments.
|
|
23982
|
+
*
|
|
23983
|
+
* @param request - The request {@link ListDeploymentsRequest}
|
|
23984
|
+
* @returns A Promise of ListDeploymentsResponse
|
|
23985
|
+
*/
|
|
23986
|
+
listDeployments: (request?: Readonly<ListDeploymentsRequest$1>) => Promise<ListDeploymentsResponse> & {
|
|
23987
|
+
all: () => Promise<Deployment[]>;
|
|
23988
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Deployment[], void, void>;
|
|
23989
|
+
};
|
|
23990
|
+
/**
|
|
23991
|
+
* Get a deployment. Get the deployment for the given ID.
|
|
23992
|
+
*
|
|
23993
|
+
* @param request - The request {@link GetDeploymentRequest}
|
|
23994
|
+
* @returns A Promise of Deployment
|
|
23995
|
+
*/
|
|
23996
|
+
getDeployment: (request: Readonly<GetDeploymentRequest>) => Promise<Deployment>;
|
|
23997
|
+
/**
|
|
23998
|
+
* Waits for {@link Deployment} to be in a final state.
|
|
23999
|
+
*
|
|
24000
|
+
* @param request - The request {@link GetDeploymentRequest}
|
|
24001
|
+
* @param options - The waiting options
|
|
24002
|
+
* @returns A Promise of Deployment
|
|
24003
|
+
*/
|
|
24004
|
+
waitForDeployment: (request: Readonly<GetDeploymentRequest>, options?: Readonly<WaitForOptions<Deployment>>) => Promise<Deployment>;
|
|
24005
|
+
/**
|
|
24006
|
+
* Create a deployment. Create a new inference deployment related to a
|
|
24007
|
+
* specific model.
|
|
24008
|
+
*
|
|
24009
|
+
* @param request - The request {@link CreateDeploymentRequest}
|
|
24010
|
+
* @returns A Promise of Deployment
|
|
24011
|
+
*/
|
|
24012
|
+
createDeployment: (request: Readonly<CreateDeploymentRequest$1>) => Promise<Deployment>;
|
|
24013
|
+
/**
|
|
24014
|
+
* Update a deployment. Update an existing inference deployment.
|
|
24015
|
+
*
|
|
24016
|
+
* @param request - The request {@link UpdateDeploymentRequest}
|
|
24017
|
+
* @returns A Promise of Deployment
|
|
24018
|
+
*/
|
|
24019
|
+
updateDeployment: (request: Readonly<UpdateDeploymentRequest$1>) => Promise<Deployment>;
|
|
24020
|
+
/**
|
|
24021
|
+
* Delete a deployment. Delete an existing inference deployment.
|
|
24022
|
+
*
|
|
24023
|
+
* @param request - The request {@link DeleteDeploymentRequest}
|
|
24024
|
+
* @returns A Promise of Deployment
|
|
24025
|
+
*/
|
|
24026
|
+
deleteDeployment: (request: Readonly<DeleteDeploymentRequest>) => Promise<Deployment>;
|
|
24027
|
+
/**
|
|
24028
|
+
* Get the CA certificate. Get the CA certificate used for the deployment of
|
|
24029
|
+
* private endpoints. The CA certificate will be returned as a PEM file.
|
|
24030
|
+
*
|
|
24031
|
+
* @param request - The request {@link GetDeploymentCertificateRequest}
|
|
24032
|
+
* @returns A Promise of Blob
|
|
24033
|
+
*/
|
|
24034
|
+
getDeploymentCertificate: (request: Readonly<GetDeploymentCertificateRequest>) => Promise<Blob>;
|
|
24035
|
+
/**
|
|
24036
|
+
* Create an endpoint. Create a new Endpoint related to a specific deployment.
|
|
24037
|
+
*
|
|
24038
|
+
* @param request - The request {@link CreateEndpointRequest}
|
|
24039
|
+
* @returns A Promise of Endpoint
|
|
24040
|
+
*/
|
|
24041
|
+
createEndpoint: (request: Readonly<CreateEndpointRequest$1>) => Promise<Endpoint$2>;
|
|
24042
|
+
/**
|
|
24043
|
+
* Update an endpoint. Update an existing Endpoint.
|
|
24044
|
+
*
|
|
24045
|
+
* @param request - The request {@link UpdateEndpointRequest}
|
|
24046
|
+
* @returns A Promise of Endpoint
|
|
24047
|
+
*/
|
|
24048
|
+
updateEndpoint: (request: Readonly<UpdateEndpointRequest$1>) => Promise<Endpoint$2>;
|
|
24049
|
+
/**
|
|
24050
|
+
* Delete an endpoint. Delete an existing Endpoint.
|
|
24051
|
+
*
|
|
24052
|
+
* @param request - The request {@link DeleteEndpointRequest}
|
|
24053
|
+
*/
|
|
24054
|
+
deleteEndpoint: (request: Readonly<DeleteEndpointRequest$2>) => Promise<void>;
|
|
24055
|
+
protected pageOfListDeploymentACLRules: (request: Readonly<ListDeploymentACLRulesRequest>) => Promise<ListDeploymentACLRulesResponse>;
|
|
24056
|
+
/**
|
|
24057
|
+
* List your ACLs. List ACLs for a specific deployment.
|
|
24058
|
+
*
|
|
24059
|
+
* @param request - The request {@link ListDeploymentACLRulesRequest}
|
|
24060
|
+
* @returns A Promise of ListDeploymentACLRulesResponse
|
|
24061
|
+
*/
|
|
24062
|
+
listDeploymentACLRules: (request: Readonly<ListDeploymentACLRulesRequest>) => Promise<ListDeploymentACLRulesResponse> & {
|
|
24063
|
+
all: () => Promise<ACLRule$2[]>;
|
|
24064
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<ACLRule$2[], void, void>;
|
|
24065
|
+
};
|
|
24066
|
+
/**
|
|
24067
|
+
* Add new ACLs. Add new ACL rules for a specific deployment.
|
|
24068
|
+
*
|
|
24069
|
+
* @param request - The request {@link AddDeploymentACLRulesRequest}
|
|
24070
|
+
* @returns A Promise of AddDeploymentACLRulesResponse
|
|
24071
|
+
*/
|
|
24072
|
+
addDeploymentACLRules: (request: Readonly<AddDeploymentACLRulesRequest>) => Promise<AddDeploymentACLRulesResponse>;
|
|
24073
|
+
/**
|
|
24074
|
+
* Set new ACL. Set new ACL rules for a specific deployment.
|
|
24075
|
+
*
|
|
24076
|
+
* @param request - The request {@link SetDeploymentACLRulesRequest}
|
|
24077
|
+
* @returns A Promise of SetDeploymentACLRulesResponse
|
|
24078
|
+
*/
|
|
24079
|
+
setDeploymentACLRules: (request: Readonly<SetDeploymentACLRulesRequest>) => Promise<SetDeploymentACLRulesResponse>;
|
|
24080
|
+
/**
|
|
24081
|
+
* Delete an exising ACL.
|
|
24082
|
+
*
|
|
24083
|
+
* @param request - The request {@link DeleteDeploymentACLRuleRequest}
|
|
24084
|
+
*/
|
|
24085
|
+
deleteDeploymentACLRule: (request: Readonly<DeleteDeploymentACLRuleRequest>) => Promise<void>;
|
|
24086
|
+
protected pageOfListModels: (request?: Readonly<ListModelsRequest$1>) => Promise<ListModelsResponse>;
|
|
24087
|
+
/**
|
|
24088
|
+
* List models. List all available LLM models.
|
|
24089
|
+
*
|
|
24090
|
+
* @param request - The request {@link ListModelsRequest}
|
|
24091
|
+
* @returns A Promise of ListModelsResponse
|
|
24092
|
+
*/
|
|
24093
|
+
listModels: (request?: Readonly<ListModelsRequest$1>) => Promise<ListModelsResponse> & {
|
|
24094
|
+
all: () => Promise<Model[]>;
|
|
24095
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Model[], void, void>;
|
|
24096
|
+
};
|
|
24097
|
+
/**
|
|
24098
|
+
* Get a model. Get the model for the given ID.
|
|
24099
|
+
*
|
|
24100
|
+
* @param request - The request {@link GetModelRequest}
|
|
24101
|
+
* @returns A Promise of Model
|
|
24102
|
+
*/
|
|
24103
|
+
getModel: (request: Readonly<GetModelRequest>) => Promise<Model>;
|
|
24104
|
+
getModelEula: (request: Readonly<GetModelEulaRequest>) => Promise<Eula>;
|
|
24105
|
+
protected pageOfListNodeTypes: (request: Readonly<ListNodeTypesRequest$2>) => Promise<ListNodeTypesResponse$2>;
|
|
24106
|
+
/**
|
|
24107
|
+
* List available node types. List all available node types. By default, the
|
|
24108
|
+
* node types returned in the list are ordered by creation date in ascending
|
|
24109
|
+
* order, though this can be modified via the `order_by` field.
|
|
24110
|
+
*
|
|
24111
|
+
* @param request - The request {@link ListNodeTypesRequest}
|
|
24112
|
+
* @returns A Promise of ListNodeTypesResponse
|
|
24113
|
+
*/
|
|
24114
|
+
listNodeTypes: (request: Readonly<ListNodeTypesRequest$2>) => Promise<ListNodeTypesResponse$2> & {
|
|
24115
|
+
all: () => Promise<NodeType$2[]>;
|
|
24116
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<NodeType$2[], void, void>;
|
|
24117
|
+
};
|
|
24118
|
+
}
|
|
24119
|
+
|
|
24120
|
+
/** Lists transient statutes of the enum {@link DeploymentStatus}. */
|
|
24121
|
+
declare const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[];
|
|
24122
|
+
|
|
24123
|
+
declare const CreateDeploymentRequest: {
|
|
24124
|
+
maxSize: {
|
|
24125
|
+
greaterThanOrEqual: number;
|
|
24126
|
+
lessThanOrEqual: number;
|
|
24127
|
+
};
|
|
24128
|
+
minSize: {
|
|
24129
|
+
greaterThanOrEqual: number;
|
|
24130
|
+
lessThanOrEqual: number;
|
|
24131
|
+
};
|
|
24132
|
+
modelName: {
|
|
24133
|
+
maxLength: number;
|
|
24134
|
+
minLength: number;
|
|
24135
|
+
pattern: RegExp;
|
|
24136
|
+
};
|
|
24137
|
+
name: {
|
|
24138
|
+
maxLength: number;
|
|
24139
|
+
minLength: number;
|
|
24140
|
+
pattern: RegExp;
|
|
24141
|
+
};
|
|
24142
|
+
nodeType: {
|
|
24143
|
+
maxLength: number;
|
|
24144
|
+
minLength: number;
|
|
24145
|
+
};
|
|
24146
|
+
};
|
|
24147
|
+
declare const ListDeploymentsRequest: {
|
|
24148
|
+
name: {
|
|
24149
|
+
maxLength: number;
|
|
24150
|
+
minLength: number;
|
|
24151
|
+
};
|
|
24152
|
+
};
|
|
24153
|
+
declare const ListModelsRequest: {
|
|
24154
|
+
name: {
|
|
24155
|
+
maxLength: number;
|
|
24156
|
+
minLength: number;
|
|
24157
|
+
};
|
|
24158
|
+
};
|
|
24159
|
+
declare const UpdateDeploymentRequest: {
|
|
24160
|
+
maxSize: {
|
|
24161
|
+
greaterThanOrEqual: number;
|
|
24162
|
+
lessThanOrEqual: number;
|
|
24163
|
+
};
|
|
24164
|
+
minSize: {
|
|
24165
|
+
greaterThanOrEqual: number;
|
|
24166
|
+
lessThanOrEqual: number;
|
|
24167
|
+
};
|
|
24168
|
+
name: {
|
|
24169
|
+
maxLength: number;
|
|
24170
|
+
minLength: number;
|
|
24171
|
+
};
|
|
24172
|
+
};
|
|
24173
|
+
|
|
24174
|
+
declare const validationRules_gen$4_CreateDeploymentRequest: typeof CreateDeploymentRequest;
|
|
24175
|
+
declare const validationRules_gen$4_ListDeploymentsRequest: typeof ListDeploymentsRequest;
|
|
24176
|
+
declare const validationRules_gen$4_ListModelsRequest: typeof ListModelsRequest;
|
|
24177
|
+
declare const validationRules_gen$4_UpdateDeploymentRequest: typeof UpdateDeploymentRequest;
|
|
24178
|
+
declare namespace validationRules_gen$4 {
|
|
24179
|
+
export { validationRules_gen$4_CreateDeploymentRequest as CreateDeploymentRequest, validationRules_gen$4_ListDeploymentsRequest as ListDeploymentsRequest, validationRules_gen$4_ListModelsRequest as ListModelsRequest, validationRules_gen$4_UpdateDeploymentRequest as UpdateDeploymentRequest };
|
|
24180
|
+
}
|
|
24181
|
+
|
|
24182
|
+
type index_gen$f_AddDeploymentACLRulesRequest = AddDeploymentACLRulesRequest;
|
|
24183
|
+
type index_gen$f_AddDeploymentACLRulesResponse = AddDeploymentACLRulesResponse;
|
|
24184
|
+
declare const index_gen$f_DEPLOYMENT_TRANSIENT_STATUSES: typeof DEPLOYMENT_TRANSIENT_STATUSES;
|
|
24185
|
+
type index_gen$f_DeleteDeploymentACLRuleRequest = DeleteDeploymentACLRuleRequest;
|
|
24186
|
+
type index_gen$f_DeleteDeploymentRequest = DeleteDeploymentRequest;
|
|
24187
|
+
type index_gen$f_Deployment = Deployment;
|
|
24188
|
+
type index_gen$f_DeploymentStatus = DeploymentStatus;
|
|
24189
|
+
type index_gen$f_EndpointPublicAccessDetails = EndpointPublicAccessDetails;
|
|
24190
|
+
type index_gen$f_EndpointSpecPublic = EndpointSpecPublic;
|
|
24191
|
+
type index_gen$f_Eula = Eula;
|
|
24192
|
+
type index_gen$f_GetDeploymentCertificateRequest = GetDeploymentCertificateRequest;
|
|
24193
|
+
type index_gen$f_GetDeploymentRequest = GetDeploymentRequest;
|
|
24194
|
+
type index_gen$f_GetModelEulaRequest = GetModelEulaRequest;
|
|
24195
|
+
type index_gen$f_GetModelRequest = GetModelRequest;
|
|
24196
|
+
type index_gen$f_ListDeploymentACLRulesRequest = ListDeploymentACLRulesRequest;
|
|
24197
|
+
type index_gen$f_ListDeploymentACLRulesResponse = ListDeploymentACLRulesResponse;
|
|
24198
|
+
type index_gen$f_ListDeploymentsRequestOrderBy = ListDeploymentsRequestOrderBy;
|
|
24199
|
+
type index_gen$f_ListDeploymentsResponse = ListDeploymentsResponse;
|
|
24200
|
+
type index_gen$f_ListModelsRequestOrderBy = ListModelsRequestOrderBy;
|
|
24201
|
+
type index_gen$f_ListModelsResponse = ListModelsResponse;
|
|
24202
|
+
type index_gen$f_Model = Model;
|
|
24203
|
+
type index_gen$f_ModelS3Model = ModelS3Model;
|
|
24204
|
+
type index_gen$f_SetDeploymentACLRulesRequest = SetDeploymentACLRulesRequest;
|
|
24205
|
+
type index_gen$f_SetDeploymentACLRulesResponse = SetDeploymentACLRulesResponse;
|
|
24206
|
+
declare namespace index_gen$f {
|
|
24207
|
+
export { type ACLRule$2 as ACLRule, type ACLRuleRequest$1 as ACLRuleRequest, API$d as API, type index_gen$f_AddDeploymentACLRulesRequest as AddDeploymentACLRulesRequest, type index_gen$f_AddDeploymentACLRulesResponse as AddDeploymentACLRulesResponse, type CreateDeploymentRequest$1 as CreateDeploymentRequest, type CreateEndpointRequest$1 as CreateEndpointRequest, index_gen$f_DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES, type index_gen$f_DeleteDeploymentACLRuleRequest as DeleteDeploymentACLRuleRequest, type index_gen$f_DeleteDeploymentRequest as DeleteDeploymentRequest, type DeleteEndpointRequest$2 as DeleteEndpointRequest, type index_gen$f_Deployment as Deployment, type index_gen$f_DeploymentStatus as DeploymentStatus, type Endpoint$2 as Endpoint, type EndpointPrivateNetworkDetails$1 as EndpointPrivateNetworkDetails, type index_gen$f_EndpointPublicAccessDetails as EndpointPublicAccessDetails, type EndpointSpec$2 as EndpointSpec, type EndpointSpecPrivateNetwork$1 as EndpointSpecPrivateNetwork, type index_gen$f_EndpointSpecPublic as EndpointSpecPublic, type index_gen$f_Eula as Eula, type index_gen$f_GetDeploymentCertificateRequest as GetDeploymentCertificateRequest, type index_gen$f_GetDeploymentRequest as GetDeploymentRequest, type index_gen$f_GetModelEulaRequest as GetModelEulaRequest, type index_gen$f_GetModelRequest as GetModelRequest, type index_gen$f_ListDeploymentACLRulesRequest as ListDeploymentACLRulesRequest, type index_gen$f_ListDeploymentACLRulesResponse as ListDeploymentACLRulesResponse, type ListDeploymentsRequest$1 as ListDeploymentsRequest, type index_gen$f_ListDeploymentsRequestOrderBy as ListDeploymentsRequestOrderBy, type index_gen$f_ListDeploymentsResponse as ListDeploymentsResponse, type ListModelsRequest$1 as ListModelsRequest, type index_gen$f_ListModelsRequestOrderBy as ListModelsRequestOrderBy, type index_gen$f_ListModelsResponse as ListModelsResponse, type ListNodeTypesRequest$2 as ListNodeTypesRequest, type ListNodeTypesResponse$2 as ListNodeTypesResponse, type index_gen$f_Model as Model, type index_gen$f_ModelS3Model as ModelS3Model, type NodeType$2 as NodeType, type NodeTypeStock$2 as NodeTypeStock, type index_gen$f_SetDeploymentACLRulesRequest as SetDeploymentACLRulesRequest, type index_gen$f_SetDeploymentACLRulesResponse as SetDeploymentACLRulesResponse, type UpdateDeploymentRequest$1 as UpdateDeploymentRequest, type UpdateEndpointRequest$1 as UpdateEndpointRequest, validationRules_gen$4 as ValidationRules };
|
|
24208
|
+
}
|
|
24209
|
+
|
|
24210
|
+
declare namespace index$c {
|
|
24211
|
+
export { index_gen$f as v1beta1 };
|
|
24212
|
+
}
|
|
24213
|
+
|
|
24214
|
+
type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
24215
|
+
type ListLocalImagesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
24216
|
+
type ListVersionsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
24217
|
+
type LocalImageType = 'unknown_type' | 'instance_local' | 'instance_sbs';
|
|
24218
|
+
interface Category {
|
|
24219
|
+
id: string;
|
|
24220
|
+
name: string;
|
|
24221
|
+
description: string;
|
|
24222
|
+
}
|
|
24223
|
+
interface Image$1 {
|
|
24224
|
+
/** UUID of this image. */
|
|
24225
|
+
id: string;
|
|
24226
|
+
/** Name of the image. */
|
|
24227
|
+
name: string;
|
|
24228
|
+
/** Text description of this image. */
|
|
24229
|
+
description: string;
|
|
24230
|
+
/** URL of this image's logo. */
|
|
24231
|
+
logo: string;
|
|
24232
|
+
/** List of categories this image belongs to. */
|
|
24233
|
+
categories: string[];
|
|
24234
|
+
/** Creation date of this image. */
|
|
24235
|
+
createdAt?: Date;
|
|
24236
|
+
/** Date of the last modification of this image. */
|
|
24237
|
+
updatedAt?: Date;
|
|
24238
|
+
/** Expiration date of this image. */
|
|
24239
|
+
validUntil?: Date;
|
|
24240
|
+
/** Typically an identifier for a distribution (ex. "ubuntu_focal"). */
|
|
24241
|
+
label: string;
|
|
24242
|
+
}
|
|
24243
|
+
interface LocalImage {
|
|
24244
|
+
/** Version you will typically use to define an image in an API call. */
|
|
24245
|
+
id: string;
|
|
24246
|
+
/** List of all commercial types that are compatible with this local image. */
|
|
24247
|
+
compatibleCommercialTypes: string[];
|
|
24248
|
+
/** Supported architecture for this local image. */
|
|
24249
|
+
arch: string;
|
|
24250
|
+
/** Availability Zone where this local image is available. */
|
|
24251
|
+
zone: Zone;
|
|
24252
|
+
/** Image label this image belongs to. */
|
|
24253
|
+
label: string;
|
|
24254
|
+
/** Type of this local image. */
|
|
24255
|
+
type: LocalImageType;
|
|
24256
|
+
}
|
|
24257
|
+
interface Version {
|
|
24258
|
+
/** UUID of this version. */
|
|
24259
|
+
id: string;
|
|
24260
|
+
/** Name of this version. */
|
|
24261
|
+
name: string;
|
|
24262
|
+
/** Creation date of this image version. */
|
|
24263
|
+
createdAt?: Date;
|
|
24264
|
+
/** Date of the last modification of this version. */
|
|
24265
|
+
updatedAt?: Date;
|
|
24266
|
+
/** Date this version was officially published. */
|
|
24267
|
+
publishedAt?: Date;
|
|
24268
|
+
}
|
|
24269
|
+
type GetCategoryRequest = {
|
|
24270
|
+
categoryId: string;
|
|
24271
|
+
};
|
|
24272
|
+
type GetImageRequest$1 = {
|
|
24273
|
+
/** Display the image name. */
|
|
24274
|
+
imageId: string;
|
|
23573
24275
|
};
|
|
23574
24276
|
type GetLocalImageRequest = {
|
|
23575
24277
|
localImageId: string;
|
|
@@ -23645,7 +24347,7 @@ interface ListVersionsResponse {
|
|
|
23645
24347
|
}
|
|
23646
24348
|
|
|
23647
24349
|
/** Marketplace API. */
|
|
23648
|
-
declare class API$c extends API$
|
|
24350
|
+
declare class API$c extends API$y {
|
|
23649
24351
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
23650
24352
|
/**
|
|
23651
24353
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -24210,7 +24912,7 @@ interface SqsInfo {
|
|
|
24210
24912
|
*
|
|
24211
24913
|
* This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
|
|
24212
24914
|
*/
|
|
24213
|
-
declare class NatsAPI extends API$
|
|
24915
|
+
declare class NatsAPI extends API$y {
|
|
24214
24916
|
/** Lists the available regions of the API. */
|
|
24215
24917
|
static readonly LOCALITIES: Region[];
|
|
24216
24918
|
/**
|
|
@@ -24307,7 +25009,7 @@ declare class NatsAPI extends API$x {
|
|
|
24307
25009
|
*
|
|
24308
25010
|
* This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
|
|
24309
25011
|
*/
|
|
24310
|
-
declare class SnsAPI extends API$
|
|
25012
|
+
declare class SnsAPI extends API$y {
|
|
24311
25013
|
/** Lists the available regions of the API. */
|
|
24312
25014
|
static readonly LOCALITIES: Region[];
|
|
24313
25015
|
/**
|
|
@@ -24389,7 +25091,7 @@ declare class SnsAPI extends API$x {
|
|
|
24389
25091
|
*
|
|
24390
25092
|
* This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
|
|
24391
25093
|
*/
|
|
24392
|
-
declare class SqsAPI extends API$
|
|
25094
|
+
declare class SqsAPI extends API$y {
|
|
24393
25095
|
/** Lists the available regions of the API. */
|
|
24394
25096
|
static readonly LOCALITIES: Region[];
|
|
24395
25097
|
/**
|
|
@@ -24617,7 +25319,7 @@ type ListInstancesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_
|
|
|
24617
25319
|
type ListPrivilegesRequestOrderBy = 'user_name_asc' | 'user_name_desc' | 'database_name_asc' | 'database_name_desc';
|
|
24618
25320
|
type ListSnapshotsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'expires_at_asc' | 'expires_at_desc';
|
|
24619
25321
|
type ListUsersRequestOrderBy = 'name_asc' | 'name_desc' | 'is_admin_asc' | 'is_admin_desc';
|
|
24620
|
-
type MaintenanceStatus = 'unknown' | 'pending' | 'done' | 'canceled';
|
|
25322
|
+
type MaintenanceStatus = 'unknown' | 'pending' | 'done' | 'canceled' | 'ongoing';
|
|
24621
25323
|
type NodeTypeGeneration = 'unknown_generation' | 'generation_v1' | 'generation_v2';
|
|
24622
25324
|
type NodeTypeStock$1 = 'unknown' | 'low_stock' | 'out_of_stock' | 'available';
|
|
24623
25325
|
type Permission = 'readonly' | 'readwrite' | 'all' | 'custom' | 'none';
|
|
@@ -24801,6 +25503,8 @@ interface Maintenance {
|
|
|
24801
25503
|
reason: string;
|
|
24802
25504
|
/** Status of the maintenance. */
|
|
24803
25505
|
status: MaintenanceStatus;
|
|
25506
|
+
/** Time when Scaleway-side maintenance will be applied. */
|
|
25507
|
+
forcedAt?: Date;
|
|
24804
25508
|
}
|
|
24805
25509
|
interface ReadReplica {
|
|
24806
25510
|
/** UUID of the Read Replica. */
|
|
@@ -25141,6 +25845,15 @@ interface AddInstanceSettingsResponse {
|
|
|
25141
25845
|
/** Settings available on the Database Instance. */
|
|
25142
25846
|
settings: InstanceSetting[];
|
|
25143
25847
|
}
|
|
25848
|
+
type ApplyInstanceMaintenanceRequest = {
|
|
25849
|
+
/**
|
|
25850
|
+
* Region to target. If none is passed will use default region from the
|
|
25851
|
+
* config.
|
|
25852
|
+
*/
|
|
25853
|
+
region?: Region;
|
|
25854
|
+
/** UUID of the Database Instance you want to apply maintenance. */
|
|
25855
|
+
instanceId: string;
|
|
25856
|
+
};
|
|
25144
25857
|
type CloneInstanceRequest = {
|
|
25145
25858
|
/**
|
|
25146
25859
|
* Region to target. If none is passed will use default region from the
|
|
@@ -25994,7 +26707,7 @@ type UpgradeInstanceRequest = {
|
|
|
25994
26707
|
};
|
|
25995
26708
|
|
|
25996
26709
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
25997
|
-
declare class API$b extends API$
|
|
26710
|
+
declare class API$b extends API$y {
|
|
25998
26711
|
/** Lists the available regions of the API. */
|
|
25999
26712
|
static readonly LOCALITIES: Region[];
|
|
26000
26713
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -26604,6 +27317,17 @@ declare class API$b extends API$x {
|
|
|
26604
27317
|
* @returns A Promise of Endpoint
|
|
26605
27318
|
*/
|
|
26606
27319
|
migrateEndpoint: (request: Readonly<MigrateEndpointRequest>) => Promise<Endpoint$1>;
|
|
27320
|
+
/**
|
|
27321
|
+
* Apply Database Instance maintenance. Apply maintenance tasks to your
|
|
27322
|
+
* Database Instance. This will trigger pending maintenance tasks to start in
|
|
27323
|
+
* your Database Instance and can generate service interruption. Maintenance
|
|
27324
|
+
* tasks can be applied between `starts_at` and `stops_at` times, and are run
|
|
27325
|
+
* directly by Scaleway at `forced_at` timestamp.
|
|
27326
|
+
*
|
|
27327
|
+
* @param request - The request {@link ApplyInstanceMaintenanceRequest}
|
|
27328
|
+
* @returns A Promise of Maintenance
|
|
27329
|
+
*/
|
|
27330
|
+
applyInstanceMaintenance: (request: Readonly<ApplyInstanceMaintenanceRequest>) => Promise<Maintenance>;
|
|
26607
27331
|
}
|
|
26608
27332
|
|
|
26609
27333
|
/** Lists transient statutes of the enum {@link DatabaseBackupStatus}. */
|
|
@@ -26638,6 +27362,7 @@ type index_gen$c_AddInstanceACLRulesRequest = AddInstanceACLRulesRequest;
|
|
|
26638
27362
|
type index_gen$c_AddInstanceACLRulesResponse = AddInstanceACLRulesResponse;
|
|
26639
27363
|
type index_gen$c_AddInstanceSettingsRequest = AddInstanceSettingsRequest;
|
|
26640
27364
|
type index_gen$c_AddInstanceSettingsResponse = AddInstanceSettingsResponse;
|
|
27365
|
+
type index_gen$c_ApplyInstanceMaintenanceRequest = ApplyInstanceMaintenanceRequest;
|
|
26641
27366
|
type index_gen$c_BackupSchedule = BackupSchedule;
|
|
26642
27367
|
type index_gen$c_CloneInstanceRequest = CloneInstanceRequest;
|
|
26643
27368
|
type index_gen$c_CreateDatabaseBackupRequest = CreateDatabaseBackupRequest;
|
|
@@ -26749,7 +27474,7 @@ type index_gen$c_User = User;
|
|
|
26749
27474
|
type index_gen$c_Volume = Volume;
|
|
26750
27475
|
type index_gen$c_VolumeType = VolumeType;
|
|
26751
27476
|
declare namespace index_gen$c {
|
|
26752
|
-
export { type ACLRule$1 as ACLRule, type index_gen$c_ACLRuleAction as ACLRuleAction, type index_gen$c_ACLRuleDirection as ACLRuleDirection, type index_gen$c_ACLRuleProtocol as ACLRuleProtocol, type index_gen$c_ACLRuleRequest as ACLRuleRequest, API$b as API, type index_gen$c_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$c_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$c_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$c_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$c_BackupSchedule as BackupSchedule, type index_gen$c_CloneInstanceRequest as CloneInstanceRequest, type index_gen$c_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type CreateDatabaseRequest$2 as CreateDatabaseRequest, type index_gen$c_CreateEndpointRequest as CreateEndpointRequest, type index_gen$c_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$c_CreateInstanceRequest as CreateInstanceRequest, type index_gen$c_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$c_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$c_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$c_CreateUserRequest as CreateUserRequest, index_gen$c_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type Database$2 as Database, type DatabaseBackup$1 as DatabaseBackup, type DatabaseBackupStatus$1 as DatabaseBackupStatus, type index_gen$c_DatabaseEngine as DatabaseEngine, type index_gen$c_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type DeleteDatabaseRequest$1 as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$c_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$c_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$c_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$c_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$c_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$c_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$c_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$c_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$c_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$c_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$c_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$c_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$c_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$c_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$c_EngineSetting as EngineSetting, type index_gen$c_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$c_EngineVersion as EngineVersion, type ExportDatabaseBackupRequest$1 as ExportDatabaseBackupRequest, type GetDatabaseBackupRequest$1 as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$c_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$c_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$c_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$c_GetInstanceRequest as GetInstanceRequest, type index_gen$c_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$c_GetSnapshotRequest as GetSnapshotRequest, index_gen$c_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$c_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$c_Instance as Instance, type index_gen$c_InstanceLog as InstanceLog, type index_gen$c_InstanceLogStatus as InstanceLogStatus, type index_gen$c_InstanceMetrics as InstanceMetrics, type index_gen$c_InstanceSetting as InstanceSetting, type index_gen$c_InstanceStatus as InstanceStatus, type ListDatabaseBackupsRequest$2 as ListDatabaseBackupsRequest, type ListDatabaseBackupsRequestOrderBy$1 as ListDatabaseBackupsRequestOrderBy, type ListDatabaseBackupsResponse$1 as ListDatabaseBackupsResponse, type index_gen$c_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$c_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type ListDatabasesRequest$2 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 as ListDatabasesResponse, type index_gen$c_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$c_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$c_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$c_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$c_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$c_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$c_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$c_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$c_ListInstancesRequest as ListInstancesRequest, type index_gen$c_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$c_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$c_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$c_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$c_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$c_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$c_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$c_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$c_ListUsersRequest as ListUsersRequest, type index_gen$c_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$c_ListUsersResponse as ListUsersResponse, type index_gen$c_LogsPolicy as LogsPolicy, index_gen$c_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$c_Maintenance as Maintenance, type index_gen$c_MaintenanceStatus as MaintenanceStatus, type index_gen$c_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$c_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$c_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$c_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$c_Permission as Permission, type index_gen$c_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$c_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$c_Privilege as Privilege, type index_gen$c_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$c_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$c_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$c_ReadReplica as ReadReplica, type index_gen$c_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$c_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$c_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$c_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$c_ReadReplicaStatus as ReadReplicaStatus, type index_gen$c_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$c_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$c_RestartInstanceRequest as RestartInstanceRequest, type index_gen$c_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$c_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$c_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$c_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$c_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$c_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$c_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$c_Snapshot as Snapshot, type index_gen$c_SnapshotStatus as SnapshotStatus, type index_gen$c_SnapshotVolumeType as SnapshotVolumeType, type index_gen$c_StorageClass as StorageClass, type index_gen$c_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$c_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$c_UpdateUserRequest as UpdateUserRequest, type index_gen$c_UpgradableVersion as UpgradableVersion, type index_gen$c_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$c_UpgradeInstanceRequestMajorUpgradeWorkflow as UpgradeInstanceRequestMajorUpgradeWorkflow, type index_gen$c_User as User, validationRules_gen$2 as ValidationRules, type index_gen$c_Volume as Volume, type index_gen$c_VolumeType as VolumeType };
|
|
27477
|
+
export { type ACLRule$1 as ACLRule, type index_gen$c_ACLRuleAction as ACLRuleAction, type index_gen$c_ACLRuleDirection as ACLRuleDirection, type index_gen$c_ACLRuleProtocol as ACLRuleProtocol, type index_gen$c_ACLRuleRequest as ACLRuleRequest, API$b as API, type index_gen$c_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$c_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$c_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$c_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$c_ApplyInstanceMaintenanceRequest as ApplyInstanceMaintenanceRequest, type index_gen$c_BackupSchedule as BackupSchedule, type index_gen$c_CloneInstanceRequest as CloneInstanceRequest, type index_gen$c_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type CreateDatabaseRequest$2 as CreateDatabaseRequest, type index_gen$c_CreateEndpointRequest as CreateEndpointRequest, type index_gen$c_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$c_CreateInstanceRequest as CreateInstanceRequest, type index_gen$c_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$c_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$c_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$c_CreateUserRequest as CreateUserRequest, index_gen$c_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type Database$2 as Database, type DatabaseBackup$1 as DatabaseBackup, type DatabaseBackupStatus$1 as DatabaseBackupStatus, type index_gen$c_DatabaseEngine as DatabaseEngine, type index_gen$c_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type DeleteDatabaseRequest$1 as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$c_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$c_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$c_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$c_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$c_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$c_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$c_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$c_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$c_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$c_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$c_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$c_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$c_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$c_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$c_EngineSetting as EngineSetting, type index_gen$c_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$c_EngineVersion as EngineVersion, type ExportDatabaseBackupRequest$1 as ExportDatabaseBackupRequest, type GetDatabaseBackupRequest$1 as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$c_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$c_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$c_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$c_GetInstanceRequest as GetInstanceRequest, type index_gen$c_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$c_GetSnapshotRequest as GetSnapshotRequest, index_gen$c_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$c_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$c_Instance as Instance, type index_gen$c_InstanceLog as InstanceLog, type index_gen$c_InstanceLogStatus as InstanceLogStatus, type index_gen$c_InstanceMetrics as InstanceMetrics, type index_gen$c_InstanceSetting as InstanceSetting, type index_gen$c_InstanceStatus as InstanceStatus, type ListDatabaseBackupsRequest$2 as ListDatabaseBackupsRequest, type ListDatabaseBackupsRequestOrderBy$1 as ListDatabaseBackupsRequestOrderBy, type ListDatabaseBackupsResponse$1 as ListDatabaseBackupsResponse, type index_gen$c_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$c_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type ListDatabasesRequest$2 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 as ListDatabasesResponse, type index_gen$c_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$c_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$c_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$c_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$c_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$c_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$c_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$c_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$c_ListInstancesRequest as ListInstancesRequest, type index_gen$c_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$c_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$c_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$c_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$c_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$c_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$c_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$c_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$c_ListUsersRequest as ListUsersRequest, type index_gen$c_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$c_ListUsersResponse as ListUsersResponse, type index_gen$c_LogsPolicy as LogsPolicy, index_gen$c_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$c_Maintenance as Maintenance, type index_gen$c_MaintenanceStatus as MaintenanceStatus, type index_gen$c_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$c_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$c_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$c_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$c_Permission as Permission, type index_gen$c_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$c_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$c_Privilege as Privilege, type index_gen$c_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$c_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$c_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$c_ReadReplica as ReadReplica, type index_gen$c_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$c_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$c_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$c_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$c_ReadReplicaStatus as ReadReplicaStatus, type index_gen$c_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$c_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$c_RestartInstanceRequest as RestartInstanceRequest, type index_gen$c_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$c_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$c_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$c_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$c_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$c_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$c_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$c_Snapshot as Snapshot, type index_gen$c_SnapshotStatus as SnapshotStatus, type index_gen$c_SnapshotVolumeType as SnapshotVolumeType, type index_gen$c_StorageClass as StorageClass, type index_gen$c_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$c_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$c_UpdateUserRequest as UpdateUserRequest, type index_gen$c_UpgradableVersion as UpgradableVersion, type index_gen$c_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$c_UpgradeInstanceRequestMajorUpgradeWorkflow as UpgradeInstanceRequestMajorUpgradeWorkflow, type index_gen$c_User as User, validationRules_gen$2 as ValidationRules, type index_gen$c_Volume as Volume, type index_gen$c_VolumeType as VolumeType };
|
|
26753
27478
|
}
|
|
26754
27479
|
|
|
26755
27480
|
declare namespace index$9 {
|
|
@@ -27230,7 +27955,7 @@ type UpdateEndpointRequest = {
|
|
|
27230
27955
|
};
|
|
27231
27956
|
|
|
27232
27957
|
/** Managed Database for Redis™ API. */
|
|
27233
|
-
declare class API$a extends API$
|
|
27958
|
+
declare class API$a extends API$y {
|
|
27234
27959
|
/** Lists the available zones of the API. */
|
|
27235
27960
|
static readonly LOCALITIES: Zone[];
|
|
27236
27961
|
/**
|
|
@@ -27839,7 +28564,7 @@ type UpdateNamespaceRequest = {
|
|
|
27839
28564
|
};
|
|
27840
28565
|
|
|
27841
28566
|
/** Container Registry API. */
|
|
27842
|
-
declare class API$9 extends API$
|
|
28567
|
+
declare class API$9 extends API$y {
|
|
27843
28568
|
/** Lists the available regions of the API. */
|
|
27844
28569
|
static readonly LOCALITIES: Region[];
|
|
27845
28570
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -28658,7 +29383,7 @@ type UpdateSecretVersionRequest$1 = {
|
|
|
28658
29383
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
28659
29384
|
* share sensitive data.
|
|
28660
29385
|
*/
|
|
28661
|
-
declare class API$8 extends API$
|
|
29386
|
+
declare class API$8 extends API$y {
|
|
28662
29387
|
/** Lists the available regions of the API. */
|
|
28663
29388
|
static readonly LOCALITIES: Region[];
|
|
28664
29389
|
/**
|
|
@@ -29102,6 +29827,8 @@ type BrowseSecretsRequest = {
|
|
|
29102
29827
|
prefix: string;
|
|
29103
29828
|
page?: number;
|
|
29104
29829
|
pageSize?: number;
|
|
29830
|
+
/** Filter secrets by tags. */
|
|
29831
|
+
tags?: string[];
|
|
29105
29832
|
};
|
|
29106
29833
|
interface BrowseSecretsResponse {
|
|
29107
29834
|
/** Repeated item of type secret or folder, sorted by the request parameter. */
|
|
@@ -29397,7 +30124,7 @@ type UpdateSecretVersionRequest = {
|
|
|
29397
30124
|
* This API allows you to conveniently store, access and share sensitive data
|
|
29398
30125
|
* such as passwords, API keys and certificates.
|
|
29399
30126
|
*/
|
|
29400
|
-
declare class API$7 extends API$
|
|
30127
|
+
declare class API$7 extends API$y {
|
|
29401
30128
|
/** Lists the available regions of the API. */
|
|
29402
30129
|
static readonly LOCALITIES: Region[];
|
|
29403
30130
|
/**
|
|
@@ -29803,7 +30530,7 @@ type UpdateDatabaseRequest$1 = {
|
|
|
29803
30530
|
*
|
|
29804
30531
|
* This API allows you to manage your Serverless SQL DB databases.
|
|
29805
30532
|
*/
|
|
29806
|
-
declare class API$6 extends API$
|
|
30533
|
+
declare class API$6 extends API$y {
|
|
29807
30534
|
/** Lists the available regions of the API. */
|
|
29808
30535
|
static readonly LOCALITIES: Region[];
|
|
29809
30536
|
/**
|
|
@@ -30096,7 +30823,7 @@ type UpdateHumanRequest = {
|
|
|
30096
30823
|
*
|
|
30097
30824
|
* No Auth Service for end-to-end testing.
|
|
30098
30825
|
*/
|
|
30099
|
-
declare class API$5 extends API$
|
|
30826
|
+
declare class API$5 extends API$y {
|
|
30100
30827
|
/**
|
|
30101
30828
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
30102
30829
|
* that must be used in all other commands.
|
|
@@ -30597,7 +31324,7 @@ interface Statistics {
|
|
|
30597
31324
|
}
|
|
30598
31325
|
|
|
30599
31326
|
/** Transactional Email API. */
|
|
30600
|
-
declare class API$4 extends API$
|
|
31327
|
+
declare class API$4 extends API$y {
|
|
30601
31328
|
/** Lists the available regions of the API. */
|
|
30602
31329
|
static readonly LOCALITIES: Region[];
|
|
30603
31330
|
/**
|
|
@@ -30875,7 +31602,7 @@ type UpdatePrivateNetworkRequest$1 = {
|
|
|
30875
31602
|
};
|
|
30876
31603
|
|
|
30877
31604
|
/** VPC API. */
|
|
30878
|
-
declare class API$3 extends API$
|
|
31605
|
+
declare class API$3 extends API$y {
|
|
30879
31606
|
/** Lists the available zones of the API. */
|
|
30880
31607
|
static readonly LOCALITIES: Zone[];
|
|
30881
31608
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -31261,7 +31988,7 @@ type UpdateVPCRequest = {
|
|
|
31261
31988
|
};
|
|
31262
31989
|
|
|
31263
31990
|
/** VPC API. */
|
|
31264
|
-
declare class API$2 extends API$
|
|
31991
|
+
declare class API$2 extends API$y {
|
|
31265
31992
|
/** Lists the available regions of the API. */
|
|
31266
31993
|
static readonly LOCALITIES: Region[];
|
|
31267
31994
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -32329,7 +33056,7 @@ type UpgradeGatewayRequest = {
|
|
|
32329
33056
|
};
|
|
32330
33057
|
|
|
32331
33058
|
/** Public Gateways API. */
|
|
32332
|
-
declare class API$1 extends API$
|
|
33059
|
+
declare class API$1 extends API$y {
|
|
32333
33060
|
/** Lists the available zones of the API. */
|
|
32334
33061
|
static readonly LOCALITIES: Zone[];
|
|
32335
33062
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -33145,7 +33872,7 @@ type UpdateHostingRequest = {
|
|
|
33145
33872
|
};
|
|
33146
33873
|
|
|
33147
33874
|
/** Web Hosting API. */
|
|
33148
|
-
declare class API extends API$
|
|
33875
|
+
declare class API extends API$y {
|
|
33149
33876
|
/** Lists the available regions of the API. */
|
|
33150
33877
|
static readonly LOCALITIES: Region[];
|
|
33151
33878
|
/**
|
|
@@ -33314,4 +34041,4 @@ declare namespace index {
|
|
|
33314
34041
|
export { index_gen as v1alpha1 };
|
|
33315
34042
|
}
|
|
33316
34043
|
|
|
33317
|
-
export { API$
|
|
34044
|
+
export { API$y as API, index$z as Account, index$y as AppleSilicon, index$w as BareMetal, index$v as Billing, index$u as Block, type Client, type ClientConfig, index$t as Cockpit, index$s as Container, type DefaultValues, index$r as DocumentDB, index$q as Domain, index$A as Errors, index$p as FlexibleIP, index$o as Function, index$n as IAM, index$k as IOT, index$j as IPAM, index$i as IPFS, index$l as Instance, index$h as Jobs, index$f as K8S, index$d as LB, index$c as LLMInference, type Logger, index$a as MNQ, index$b as Marketplace, type Money, type NetworkInterceptors, type Profile, index$9 as RDB, index$8 as Redis, type Region, index$7 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$6 as Secret, index$5 as ServerlessSQLDB, type ServiceInfo, type Settings, index_gen$6 as Std, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, createExponentialBackoffStrategy, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, tryAtIntervals, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
|