@scaleway/sdk 1.35.0 → 1.36.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/block/v1alpha1/api.gen.js +7 -1
- package/dist/api/block/v1alpha1/marshalling.gen.js +8 -1
- package/dist/api/block/v1alpha1/validation-rules.gen.js +6 -1
- package/dist/api/cockpit/v1beta1/api.gen.js +43 -1
- package/dist/api/cockpit/v1beta1/marshalling.gen.js +22 -1
- package/dist/api/instance/v1/marshalling.gen.js +6 -4
- package/dist/api/mnq/index.js +2 -0
- package/dist/api/mnq/v1beta1/api.gen.js +516 -0
- package/dist/api/mnq/v1beta1/index.gen.js +6 -0
- package/dist/api/mnq/v1beta1/marshalling.gen.js +212 -0
- package/dist/api/mnq/v1beta1/validation-rules.gen.js +47 -0
- package/dist/api/rdb/v1/marshalling.gen.js +2 -0
- package/dist/index.cjs +1056 -320
- package/dist/index.d.ts +1676 -762
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1164,13 +1164,13 @@ declare class API$t extends API$u {
|
|
|
1164
1164
|
updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
type index_gen$
|
|
1168
|
-
type index_gen$
|
|
1169
|
-
type index_gen$
|
|
1170
|
-
type index_gen$
|
|
1171
|
-
type index_gen$
|
|
1172
|
-
declare namespace index_gen$
|
|
1173
|
-
export { API$t as API, type index_gen$
|
|
1167
|
+
type index_gen$r_CreateProjectRequest = CreateProjectRequest;
|
|
1168
|
+
type index_gen$r_DeleteProjectRequest = DeleteProjectRequest;
|
|
1169
|
+
type index_gen$r_GetProjectRequest = GetProjectRequest;
|
|
1170
|
+
type index_gen$r_ListProjectsRequest = ListProjectsRequest;
|
|
1171
|
+
type index_gen$r_UpdateProjectRequest = UpdateProjectRequest;
|
|
1172
|
+
declare namespace index_gen$r {
|
|
1173
|
+
export { API$t as API, type index_gen$r_CreateProjectRequest as CreateProjectRequest, type index_gen$r_DeleteProjectRequest as DeleteProjectRequest, type index_gen$r_GetProjectRequest as GetProjectRequest, type index_gen$r_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$r_UpdateProjectRequest as UpdateProjectRequest };
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -1329,26 +1329,26 @@ declare const ProjectApiUpdateProjectRequest: {
|
|
|
1329
1329
|
};
|
|
1330
1330
|
};
|
|
1331
1331
|
|
|
1332
|
-
declare const validationRules_gen$
|
|
1333
|
-
declare const validationRules_gen$
|
|
1334
|
-
declare const validationRules_gen$
|
|
1335
|
-
declare namespace validationRules_gen$
|
|
1336
|
-
export { validationRules_gen$
|
|
1332
|
+
declare const validationRules_gen$9_ProjectApiCreateProjectRequest: typeof ProjectApiCreateProjectRequest;
|
|
1333
|
+
declare const validationRules_gen$9_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
|
|
1334
|
+
declare const validationRules_gen$9_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
|
|
1335
|
+
declare namespace validationRules_gen$9 {
|
|
1336
|
+
export { validationRules_gen$9_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$9_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$9_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
|
|
1337
1337
|
}
|
|
1338
1338
|
|
|
1339
|
-
type index_gen$
|
|
1340
|
-
type index_gen$
|
|
1341
|
-
type index_gen$
|
|
1342
|
-
type index_gen$
|
|
1343
|
-
declare const index_gen$
|
|
1344
|
-
type index_gen$
|
|
1345
|
-
type index_gen$
|
|
1346
|
-
declare namespace index_gen$
|
|
1347
|
-
export { type index_gen$
|
|
1339
|
+
type index_gen$q_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1340
|
+
type index_gen$q_ListProjectsResponse = ListProjectsResponse;
|
|
1341
|
+
type index_gen$q_Project = Project;
|
|
1342
|
+
type index_gen$q_ProjectAPI = ProjectAPI;
|
|
1343
|
+
declare const index_gen$q_ProjectAPI: typeof ProjectAPI;
|
|
1344
|
+
type index_gen$q_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
|
|
1345
|
+
type index_gen$q_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
|
|
1346
|
+
declare namespace index_gen$q {
|
|
1347
|
+
export { type index_gen$q_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$q_ListProjectsResponse as ListProjectsResponse, type index_gen$q_Project as Project, index_gen$q_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$q_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$q_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$9 as ValidationRules };
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
declare namespace index$v {
|
|
1351
|
-
export { index_gen$
|
|
1351
|
+
export { index_gen$r as v2, index_gen$q as v3 };
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
@@ -1657,20 +1657,20 @@ declare class API$s extends API$u {
|
|
|
1657
1657
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1658
1658
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1659
1659
|
|
|
1660
|
-
type index_gen$
|
|
1661
|
-
type index_gen$
|
|
1662
|
-
type index_gen$
|
|
1663
|
-
type index_gen$
|
|
1664
|
-
type index_gen$
|
|
1665
|
-
type index_gen$
|
|
1666
|
-
type index_gen$
|
|
1667
|
-
type index_gen$
|
|
1668
|
-
declare namespace index_gen$
|
|
1669
|
-
export { API$s 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$
|
|
1660
|
+
type index_gen$p_GetServerTypeRequest = GetServerTypeRequest;
|
|
1661
|
+
type index_gen$p_ListServerTypesRequest = ListServerTypesRequest;
|
|
1662
|
+
type index_gen$p_ListServerTypesResponse = ListServerTypesResponse;
|
|
1663
|
+
type index_gen$p_ReinstallServerRequest = ReinstallServerRequest;
|
|
1664
|
+
type index_gen$p_ServerTypeCPU = ServerTypeCPU;
|
|
1665
|
+
type index_gen$p_ServerTypeDisk = ServerTypeDisk;
|
|
1666
|
+
type index_gen$p_ServerTypeMemory = ServerTypeMemory;
|
|
1667
|
+
type index_gen$p_ServerTypeStock = ServerTypeStock;
|
|
1668
|
+
declare namespace index_gen$p {
|
|
1669
|
+
export { API$s 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$p_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$p_ListServerTypesRequest as ListServerTypesRequest, type index_gen$p_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$p_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$p_ServerTypeCPU as ServerTypeCPU, type index_gen$p_ServerTypeDisk as ServerTypeDisk, type index_gen$p_ServerTypeMemory as ServerTypeMemory, type index_gen$p_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
1672
|
declare namespace index$u {
|
|
1673
|
-
export { index_gen$
|
|
1673
|
+
export { index_gen$p as v1alpha1 };
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
1676
|
type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
|
|
@@ -2788,14 +2788,14 @@ declare const UpdateServerRequest$1: {
|
|
|
2788
2788
|
};
|
|
2789
2789
|
};
|
|
2790
2790
|
|
|
2791
|
-
declare const validationRules_gen$
|
|
2792
|
-
declare const validationRules_gen$
|
|
2793
|
-
declare const validationRules_gen$
|
|
2794
|
-
declare const validationRules_gen$
|
|
2795
|
-
declare const validationRules_gen$
|
|
2796
|
-
declare const validationRules_gen$
|
|
2797
|
-
declare namespace validationRules_gen$
|
|
2798
|
-
export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$
|
|
2791
|
+
declare const validationRules_gen$8_CreateServerRequestInstall: typeof CreateServerRequestInstall;
|
|
2792
|
+
declare const validationRules_gen$8_InstallServerRequest: typeof InstallServerRequest;
|
|
2793
|
+
declare const validationRules_gen$8_ListOSRequest: typeof ListOSRequest;
|
|
2794
|
+
declare const validationRules_gen$8_ListOptionsRequest: typeof ListOptionsRequest;
|
|
2795
|
+
declare const validationRules_gen$8_ListServerEventsRequest: typeof ListServerEventsRequest;
|
|
2796
|
+
declare const validationRules_gen$8_ListSettingsRequest: typeof ListSettingsRequest;
|
|
2797
|
+
declare namespace validationRules_gen$8 {
|
|
2798
|
+
export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$8_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$8_InstallServerRequest as InstallServerRequest, validationRules_gen$8_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$8_ListOptionsRequest as ListOptionsRequest, validationRules_gen$8_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$8_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
|
|
2799
2799
|
}
|
|
2800
2800
|
|
|
2801
2801
|
type index$t_AddOptionServerRequest = AddOptionServerRequest;
|
|
@@ -2858,7 +2858,7 @@ type index$t_StopBMCAccessRequest = StopBMCAccessRequest;
|
|
|
2858
2858
|
type index$t_StopServerRequest = StopServerRequest;
|
|
2859
2859
|
type index$t_UpdateSettingRequest = UpdateSettingRequest;
|
|
2860
2860
|
declare namespace index$t {
|
|
2861
|
-
export { BaremetalV1UtilsAPI as API, type index$t_AddOptionServerRequest as AddOptionServerRequest, type index$t_BMCAccess as BMCAccess, type index$t_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$t_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$t_Disk as Disk, type index$t_GetBMCAccessRequest as GetBMCAccessRequest, type index$t_GetOSRequest as GetOSRequest, type index$t_GetOfferRequest as GetOfferRequest, type index$t_GetOptionRequest as GetOptionRequest, type index$t_GetServerMetricsRequest as GetServerMetricsRequest, type index$t_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$1 as IP, type index$t_IPReverseStatus as IPReverseStatus, type index$t_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$t_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$t_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$t_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$t_ListServerEventsResponse as ListServerEventsResponse, type index$t_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$t_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$t_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$t_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$t_ListSettingsResponse as ListSettingsResponse, type index$t_Memory as Memory, type index$t_OS as OS, type index$t_OSOSField as OSOSField, type Offer$1 as Offer, type index$t_OfferOptionOffer as OfferOptionOffer, type index$t_OfferStock as OfferStock, type index$t_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$t_Option as Option, type index$t_PersistentMemory as PersistentMemory, index$t_PrivateNetworkAPI as PrivateNetworkAPI, type index$t_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$t_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$t_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$t_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$t_RaidController as RaidController, type index$t_RebootServerRequest as RebootServerRequest, index$t_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$t_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$t_ServerBootType as ServerBootType, type index$t_ServerEvent as ServerEvent, type index$t_ServerInstall as ServerInstall, type index$t_ServerInstallStatus as ServerInstallStatus, type index$t_ServerOption as ServerOption, type index$t_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$t_ServerPingStatus as ServerPingStatus, type index$t_ServerPrivateNetwork as ServerPrivateNetwork, type index$t_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$t_ServerRescueServer as ServerRescueServer, type index$t_ServerStatus as ServerStatus, type index$t_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$t_Setting as Setting, type index$t_SettingType as SettingType, type index$t_StartBMCAccessRequest as StartBMCAccessRequest, type index$t_StartServerRequest as StartServerRequest, type index$t_StopBMCAccessRequest as StopBMCAccessRequest, type index$t_StopServerRequest as StopServerRequest, type UpdateIPRequest$1 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$t_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$
|
|
2861
|
+
export { BaremetalV1UtilsAPI as API, type index$t_AddOptionServerRequest as AddOptionServerRequest, type index$t_BMCAccess as BMCAccess, type index$t_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$t_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$t_Disk as Disk, type index$t_GetBMCAccessRequest as GetBMCAccessRequest, type index$t_GetOSRequest as GetOSRequest, type index$t_GetOfferRequest as GetOfferRequest, type index$t_GetOptionRequest as GetOptionRequest, type index$t_GetServerMetricsRequest as GetServerMetricsRequest, type index$t_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$1 as IP, type index$t_IPReverseStatus as IPReverseStatus, type index$t_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$t_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$t_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$t_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$t_ListServerEventsResponse as ListServerEventsResponse, type index$t_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$t_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$t_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$t_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$t_ListSettingsResponse as ListSettingsResponse, type index$t_Memory as Memory, type index$t_OS as OS, type index$t_OSOSField as OSOSField, type Offer$1 as Offer, type index$t_OfferOptionOffer as OfferOptionOffer, type index$t_OfferStock as OfferStock, type index$t_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$t_Option as Option, type index$t_PersistentMemory as PersistentMemory, index$t_PrivateNetworkAPI as PrivateNetworkAPI, type index$t_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$t_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$t_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$t_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$t_RaidController as RaidController, type index$t_RebootServerRequest as RebootServerRequest, index$t_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$t_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$t_ServerBootType as ServerBootType, type index$t_ServerEvent as ServerEvent, type index$t_ServerInstall as ServerInstall, type index$t_ServerInstallStatus as ServerInstallStatus, type index$t_ServerOption as ServerOption, type index$t_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$t_ServerPingStatus as ServerPingStatus, type index$t_ServerPrivateNetwork as ServerPrivateNetwork, type index$t_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$t_ServerRescueServer as ServerRescueServer, type index$t_ServerStatus as ServerStatus, type index$t_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$t_Setting as Setting, type index$t_SettingType as SettingType, type index$t_StartBMCAccessRequest as StartBMCAccessRequest, type index$t_StartServerRequest as StartServerRequest, type index$t_StopBMCAccessRequest as StopBMCAccessRequest, type index$t_StopServerRequest as StopServerRequest, type UpdateIPRequest$1 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$t_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$8 as ValidationRules };
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
2864
|
declare namespace index$s {
|
|
@@ -2983,22 +2983,22 @@ declare class API$q extends API$u {
|
|
|
2983
2983
|
downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
|
|
2984
2984
|
}
|
|
2985
2985
|
|
|
2986
|
-
type index_gen$
|
|
2987
|
-
type index_gen$
|
|
2988
|
-
type index_gen$
|
|
2989
|
-
type index_gen$
|
|
2990
|
-
type index_gen$
|
|
2991
|
-
type index_gen$
|
|
2992
|
-
type index_gen$
|
|
2993
|
-
type index_gen$
|
|
2994
|
-
type index_gen$
|
|
2995
|
-
type index_gen$
|
|
2996
|
-
declare namespace index_gen$
|
|
2997
|
-
export { API$q as API, type index_gen$
|
|
2986
|
+
type index_gen$o_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
2987
|
+
type index_gen$o_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
2988
|
+
type index_gen$o_GetConsumptionRequest = GetConsumptionRequest;
|
|
2989
|
+
type index_gen$o_GetConsumptionResponse = GetConsumptionResponse;
|
|
2990
|
+
type index_gen$o_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
2991
|
+
type index_gen$o_Invoice = Invoice;
|
|
2992
|
+
type index_gen$o_InvoiceType = InvoiceType;
|
|
2993
|
+
type index_gen$o_ListInvoicesRequest = ListInvoicesRequest;
|
|
2994
|
+
type index_gen$o_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
2995
|
+
type index_gen$o_ListInvoicesResponse = ListInvoicesResponse;
|
|
2996
|
+
declare namespace index_gen$o {
|
|
2997
|
+
export { API$q as API, type index_gen$o_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$o_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$o_GetConsumptionRequest as GetConsumptionRequest, type index_gen$o_GetConsumptionResponse as GetConsumptionResponse, type index_gen$o_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$o_Invoice as Invoice, type index_gen$o_InvoiceType as InvoiceType, type index_gen$o_ListInvoicesRequest as ListInvoicesRequest, type index_gen$o_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$o_ListInvoicesResponse as ListInvoicesResponse };
|
|
2998
2998
|
}
|
|
2999
2999
|
|
|
3000
3000
|
declare namespace index$r {
|
|
3001
|
-
export { index_gen$
|
|
3001
|
+
export { index_gen$o as v2alpha1 };
|
|
3002
3002
|
}
|
|
3003
3003
|
|
|
3004
3004
|
type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -3006,7 +3006,7 @@ type ListVolumesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_
|
|
|
3006
3006
|
type ReferenceStatus = 'unknown_status' | 'attaching' | 'attached' | 'detaching' | 'detached' | 'snapshotting' | 'error';
|
|
3007
3007
|
type ReferenceType = 'unknown_type' | 'link' | 'exclusive' | 'read_only';
|
|
3008
3008
|
type SnapshotStatus$2 = 'unknown_status' | 'creating' | 'available' | 'error' | 'deleting' | 'deleted' | 'in_use' | 'locked';
|
|
3009
|
-
type StorageClass = 'unknown_storage_class' | 'unspecified' | 'bssd' | 'sbs';
|
|
3009
|
+
type StorageClass$1 = 'unknown_storage_class' | 'unspecified' | 'bssd' | 'sbs';
|
|
3010
3010
|
type VolumeStatus = 'unknown_status' | 'creating' | 'available' | 'in_use' | 'deleting' | 'deleted' | 'resizing' | 'error' | 'snapshotting' | 'locked';
|
|
3011
3011
|
/** Create volume request. from empty. */
|
|
3012
3012
|
interface CreateVolumeRequestFromEmpty {
|
|
@@ -3095,7 +3095,7 @@ interface Snapshot$3 {
|
|
|
3095
3095
|
/** Snapshot zone. */
|
|
3096
3096
|
zone: Zone;
|
|
3097
3097
|
/** Storage class of the snapshot. */
|
|
3098
|
-
class: StorageClass;
|
|
3098
|
+
class: StorageClass$1;
|
|
3099
3099
|
}
|
|
3100
3100
|
/** Snapshot. parent volume. */
|
|
3101
3101
|
interface SnapshotParentVolume {
|
|
@@ -3134,7 +3134,7 @@ interface SnapshotSummary {
|
|
|
3134
3134
|
/** Snapshot Availability Zone. */
|
|
3135
3135
|
zone: Zone;
|
|
3136
3136
|
/** Storage class of the snapshot. */
|
|
3137
|
-
class: StorageClass;
|
|
3137
|
+
class: StorageClass$1;
|
|
3138
3138
|
}
|
|
3139
3139
|
/** Volume. */
|
|
3140
3140
|
interface Volume$4 {
|
|
@@ -3176,7 +3176,7 @@ interface VolumeSpecifications {
|
|
|
3176
3176
|
*/
|
|
3177
3177
|
perfIops?: number;
|
|
3178
3178
|
/** The storage class of the volume. */
|
|
3179
|
-
class: StorageClass;
|
|
3179
|
+
class: StorageClass$1;
|
|
3180
3180
|
}
|
|
3181
3181
|
/** Volume type. */
|
|
3182
3182
|
interface VolumeType$3 {
|
|
@@ -3323,6 +3323,15 @@ type CreateSnapshotRequest$4 = {
|
|
|
3323
3323
|
/** List of tags assigned to the snapshot. */
|
|
3324
3324
|
tags?: string[];
|
|
3325
3325
|
};
|
|
3326
|
+
type ImportSnapshotFromS3Request$1 = {
|
|
3327
|
+
/** Zone to target. If none is passed will use default zone from the config. */
|
|
3328
|
+
zone?: Zone;
|
|
3329
|
+
bucket: string;
|
|
3330
|
+
key: string;
|
|
3331
|
+
name: string;
|
|
3332
|
+
projectId?: string;
|
|
3333
|
+
tags?: string[];
|
|
3334
|
+
};
|
|
3326
3335
|
type DeleteSnapshotRequest$3 = {
|
|
3327
3336
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
3328
3337
|
zone?: Zone;
|
|
@@ -3458,6 +3467,7 @@ declare class API$p extends API$u {
|
|
|
3458
3467
|
* @returns A Promise of Snapshot
|
|
3459
3468
|
*/
|
|
3460
3469
|
createSnapshot: (request: Readonly<CreateSnapshotRequest$4>) => Promise<Snapshot$3>;
|
|
3470
|
+
importSnapshotFromS3: (request: Readonly<ImportSnapshotFromS3Request$1>) => Promise<Snapshot$3>;
|
|
3461
3471
|
/**
|
|
3462
3472
|
* Delete a snapshot. You must specify the `snapshot_id` of the snapshot you
|
|
3463
3473
|
* want to delete. The snapshot must not be in use.
|
|
@@ -3491,6 +3501,11 @@ declare const CreateVolumeRequest$2: {
|
|
|
3491
3501
|
minLength: number;
|
|
3492
3502
|
};
|
|
3493
3503
|
};
|
|
3504
|
+
declare const ImportSnapshotFromS3Request: {
|
|
3505
|
+
name: {
|
|
3506
|
+
minLength: number;
|
|
3507
|
+
};
|
|
3508
|
+
};
|
|
3494
3509
|
declare const ListSnapshotsRequest$3: {
|
|
3495
3510
|
page: {
|
|
3496
3511
|
greaterThan: number;
|
|
@@ -3519,29 +3534,29 @@ declare const ListVolumesRequest$2: {
|
|
|
3519
3534
|
};
|
|
3520
3535
|
};
|
|
3521
3536
|
|
|
3522
|
-
declare const validationRules_gen$
|
|
3523
|
-
declare
|
|
3524
|
-
|
|
3537
|
+
declare const validationRules_gen$7_ImportSnapshotFromS3Request: typeof ImportSnapshotFromS3Request;
|
|
3538
|
+
declare const validationRules_gen$7_ListVolumeTypesRequest: typeof ListVolumeTypesRequest;
|
|
3539
|
+
declare namespace validationRules_gen$7 {
|
|
3540
|
+
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$7_ImportSnapshotFromS3Request as ImportSnapshotFromS3Request, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$7_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest };
|
|
3525
3541
|
}
|
|
3526
3542
|
|
|
3527
|
-
type index_gen$
|
|
3528
|
-
type index_gen$
|
|
3529
|
-
type index_gen$
|
|
3530
|
-
declare const index_gen$
|
|
3531
|
-
type index_gen$
|
|
3532
|
-
type index_gen$
|
|
3533
|
-
type index_gen$
|
|
3534
|
-
type index_gen$
|
|
3535
|
-
type index_gen$
|
|
3536
|
-
type index_gen$
|
|
3537
|
-
type index_gen$
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
export { API$p as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$m_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$m_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$m_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$m_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type index_gen$m_Reference as Reference, type index_gen$m_ReferenceStatus as ReferenceStatus, type index_gen$m_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$m_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type index_gen$m_SnapshotSummary as SnapshotSummary, type index_gen$m_StorageClass as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$6 as ValidationRules, type Volume$4 as Volume, type index_gen$m_VolumeSpecifications as VolumeSpecifications, type index_gen$m_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3543
|
+
type index_gen$n_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
|
|
3544
|
+
type index_gen$n_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
|
|
3545
|
+
type index_gen$n_ListVolumeTypesResponse = ListVolumeTypesResponse;
|
|
3546
|
+
declare const index_gen$n_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
|
|
3547
|
+
type index_gen$n_Reference = Reference;
|
|
3548
|
+
type index_gen$n_ReferenceStatus = ReferenceStatus;
|
|
3549
|
+
type index_gen$n_ReferenceType = ReferenceType;
|
|
3550
|
+
type index_gen$n_SnapshotParentVolume = SnapshotParentVolume;
|
|
3551
|
+
type index_gen$n_SnapshotSummary = SnapshotSummary;
|
|
3552
|
+
type index_gen$n_VolumeSpecifications = VolumeSpecifications;
|
|
3553
|
+
type index_gen$n_VolumeStatus = VolumeStatus;
|
|
3554
|
+
declare namespace index_gen$n {
|
|
3555
|
+
export { API$p as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$n_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$n_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ImportSnapshotFromS3Request$1 as ImportSnapshotFromS3Request, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$n_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$n_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type index_gen$n_Reference as Reference, type index_gen$n_ReferenceStatus as ReferenceStatus, type index_gen$n_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$n_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type index_gen$n_SnapshotSummary as SnapshotSummary, type StorageClass$1 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$7 as ValidationRules, type Volume$4 as Volume, type index_gen$n_VolumeSpecifications as VolumeSpecifications, type index_gen$n_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3541
3556
|
}
|
|
3542
3557
|
|
|
3543
3558
|
declare namespace index$q {
|
|
3544
|
-
export { index_gen$
|
|
3559
|
+
export { index_gen$n as v1alpha1 };
|
|
3545
3560
|
}
|
|
3546
3561
|
|
|
3547
3562
|
type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
|
|
@@ -3610,6 +3625,19 @@ interface Datasource {
|
|
|
3610
3625
|
/** Datasource type. */
|
|
3611
3626
|
type: DatasourceType;
|
|
3612
3627
|
}
|
|
3628
|
+
/** Grafana dashboard. Grafana product dashboard. */
|
|
3629
|
+
interface GrafanaProductDashboard {
|
|
3630
|
+
/** Name of the dashboard. */
|
|
3631
|
+
dashboardName: string;
|
|
3632
|
+
/** Title of the dashboard. */
|
|
3633
|
+
title: string;
|
|
3634
|
+
/** URL of the dashboard. */
|
|
3635
|
+
url: string;
|
|
3636
|
+
/** Tags of the dashboard. */
|
|
3637
|
+
tags: string[];
|
|
3638
|
+
/** Variables of the dashboard. */
|
|
3639
|
+
variables: string[];
|
|
3640
|
+
}
|
|
3613
3641
|
/** Grafana user. */
|
|
3614
3642
|
interface GrafanaUser {
|
|
3615
3643
|
/** ID of the Grafana user. */
|
|
@@ -3642,6 +3670,16 @@ interface ListDatasourcesResponse {
|
|
|
3642
3670
|
/** List of the datasources within the pagination. */
|
|
3643
3671
|
datasources: Datasource[];
|
|
3644
3672
|
}
|
|
3673
|
+
/**
|
|
3674
|
+
* Response returned when getting a list of dashboards. List grafana product
|
|
3675
|
+
* dashboards response.
|
|
3676
|
+
*/
|
|
3677
|
+
interface ListGrafanaProductDashboardsResponse {
|
|
3678
|
+
/** Count of grafana dasboards. */
|
|
3679
|
+
totalCount: number;
|
|
3680
|
+
/** Information on grafana dashboards. */
|
|
3681
|
+
dashboards: GrafanaProductDashboard[];
|
|
3682
|
+
}
|
|
3645
3683
|
/** Response returned when listing Grafana users. List grafana users response. */
|
|
3646
3684
|
interface ListGrafanaUsersResponse {
|
|
3647
3685
|
/** Count of all Grafana users. */
|
|
@@ -3866,6 +3904,22 @@ type SelectPlanRequest = {
|
|
|
3866
3904
|
/** ID of the pricing plan. */
|
|
3867
3905
|
planId: string;
|
|
3868
3906
|
};
|
|
3907
|
+
type ListGrafanaProductDashboardsRequest = {
|
|
3908
|
+
/** ID of the Project. */
|
|
3909
|
+
projectId?: string;
|
|
3910
|
+
/** Page number. */
|
|
3911
|
+
page?: number;
|
|
3912
|
+
/** Page size. */
|
|
3913
|
+
pageSize?: number;
|
|
3914
|
+
/** Tags to filter the dashboards. */
|
|
3915
|
+
tags?: string[];
|
|
3916
|
+
};
|
|
3917
|
+
type GetGrafanaProductDashboardRequest = {
|
|
3918
|
+
/** Name of the dashboard. */
|
|
3919
|
+
dashboardName: string;
|
|
3920
|
+
/** ID of the Project. */
|
|
3921
|
+
projectId?: string;
|
|
3922
|
+
};
|
|
3869
3923
|
|
|
3870
3924
|
/**
|
|
3871
3925
|
* Cockpit API.
|
|
@@ -4064,58 +4118,81 @@ declare class API$o extends API$u {
|
|
|
4064
4118
|
* @returns A Promise of SelectPlanResponse
|
|
4065
4119
|
*/
|
|
4066
4120
|
selectPlan: (request: Readonly<SelectPlanRequest>) => Promise<SelectPlanResponse>;
|
|
4121
|
+
protected pageOfListGrafanaProductDashboards: (request?: Readonly<ListGrafanaProductDashboardsRequest>) => Promise<ListGrafanaProductDashboardsResponse>;
|
|
4122
|
+
/**
|
|
4123
|
+
* List product dashboards. Get a list of available product dashboards.
|
|
4124
|
+
*
|
|
4125
|
+
* @param request - The request {@link ListGrafanaProductDashboardsRequest}
|
|
4126
|
+
* @returns A Promise of ListGrafanaProductDashboardsResponse
|
|
4127
|
+
*/
|
|
4128
|
+
listGrafanaProductDashboards: (request?: Readonly<ListGrafanaProductDashboardsRequest>) => Promise<ListGrafanaProductDashboardsResponse> & {
|
|
4129
|
+
all: () => Promise<GrafanaProductDashboard[]>;
|
|
4130
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<GrafanaProductDashboard[], void, void>;
|
|
4131
|
+
};
|
|
4132
|
+
/**
|
|
4133
|
+
* Get a product dashboard. Get a product dashboard specified by the dashboard
|
|
4134
|
+
* ID.
|
|
4135
|
+
*
|
|
4136
|
+
* @param request - The request {@link GetGrafanaProductDashboardRequest}
|
|
4137
|
+
* @returns A Promise of GrafanaProductDashboard
|
|
4138
|
+
*/
|
|
4139
|
+
getGrafanaProductDashboard: (request: Readonly<GetGrafanaProductDashboardRequest>) => Promise<GrafanaProductDashboard>;
|
|
4067
4140
|
}
|
|
4068
4141
|
|
|
4069
4142
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
4070
4143
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
4071
4144
|
|
|
4072
|
-
type index_gen$
|
|
4073
|
-
declare const index_gen$
|
|
4074
|
-
type index_gen$
|
|
4075
|
-
type index_gen$
|
|
4076
|
-
type index_gen$
|
|
4077
|
-
type index_gen$
|
|
4078
|
-
type index_gen$
|
|
4079
|
-
type index_gen$
|
|
4080
|
-
type index_gen$
|
|
4081
|
-
type index_gen$
|
|
4082
|
-
type index_gen$
|
|
4083
|
-
type index_gen$
|
|
4084
|
-
type index_gen$
|
|
4085
|
-
type index_gen$
|
|
4086
|
-
type index_gen$
|
|
4087
|
-
type index_gen$
|
|
4088
|
-
type index_gen$
|
|
4089
|
-
type index_gen$
|
|
4090
|
-
type index_gen$
|
|
4091
|
-
type index_gen$
|
|
4092
|
-
type index_gen$
|
|
4093
|
-
type index_gen$
|
|
4094
|
-
type index_gen$
|
|
4095
|
-
type index_gen$
|
|
4096
|
-
type index_gen$
|
|
4097
|
-
type index_gen$
|
|
4098
|
-
type index_gen$
|
|
4099
|
-
type index_gen$
|
|
4100
|
-
type index_gen$
|
|
4101
|
-
type index_gen$
|
|
4102
|
-
type index_gen$
|
|
4103
|
-
type index_gen$
|
|
4104
|
-
type index_gen$
|
|
4105
|
-
type index_gen$
|
|
4106
|
-
type index_gen$
|
|
4107
|
-
type index_gen$
|
|
4108
|
-
type index_gen$
|
|
4109
|
-
type index_gen$
|
|
4110
|
-
type index_gen$
|
|
4111
|
-
type index_gen$
|
|
4112
|
-
type index_gen$
|
|
4113
|
-
|
|
4114
|
-
|
|
4145
|
+
type index_gen$m_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
4146
|
+
declare const index_gen$m_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
4147
|
+
type index_gen$m_Cockpit = Cockpit;
|
|
4148
|
+
type index_gen$m_CockpitEndpoints = CockpitEndpoints;
|
|
4149
|
+
type index_gen$m_CockpitMetrics = CockpitMetrics;
|
|
4150
|
+
type index_gen$m_CockpitStatus = CockpitStatus;
|
|
4151
|
+
type index_gen$m_ContactPoint = ContactPoint;
|
|
4152
|
+
type index_gen$m_ContactPointEmail = ContactPointEmail;
|
|
4153
|
+
type index_gen$m_CreateContactPointRequest = CreateContactPointRequest;
|
|
4154
|
+
type index_gen$m_CreateDatasourceRequest = CreateDatasourceRequest;
|
|
4155
|
+
type index_gen$m_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
4156
|
+
type index_gen$m_Datasource = Datasource;
|
|
4157
|
+
type index_gen$m_DatasourceType = DatasourceType;
|
|
4158
|
+
type index_gen$m_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
4159
|
+
type index_gen$m_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
4160
|
+
type index_gen$m_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
4161
|
+
type index_gen$m_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
4162
|
+
type index_gen$m_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
4163
|
+
type index_gen$m_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
4164
|
+
type index_gen$m_GetCockpitRequest = GetCockpitRequest;
|
|
4165
|
+
type index_gen$m_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
|
|
4166
|
+
type index_gen$m_GrafanaProductDashboard = GrafanaProductDashboard;
|
|
4167
|
+
type index_gen$m_GrafanaUser = GrafanaUser;
|
|
4168
|
+
type index_gen$m_GrafanaUserRole = GrafanaUserRole;
|
|
4169
|
+
type index_gen$m_ListContactPointsRequest = ListContactPointsRequest;
|
|
4170
|
+
type index_gen$m_ListContactPointsResponse = ListContactPointsResponse;
|
|
4171
|
+
type index_gen$m_ListDatasourcesRequest = ListDatasourcesRequest;
|
|
4172
|
+
type index_gen$m_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
|
|
4173
|
+
type index_gen$m_ListDatasourcesResponse = ListDatasourcesResponse;
|
|
4174
|
+
type index_gen$m_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
|
|
4175
|
+
type index_gen$m_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
|
|
4176
|
+
type index_gen$m_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
4177
|
+
type index_gen$m_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
4178
|
+
type index_gen$m_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
4179
|
+
type index_gen$m_ListPlansRequest = ListPlansRequest;
|
|
4180
|
+
type index_gen$m_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
4181
|
+
type index_gen$m_ListPlansResponse = ListPlansResponse;
|
|
4182
|
+
type index_gen$m_Plan = Plan;
|
|
4183
|
+
type index_gen$m_PlanName = PlanName;
|
|
4184
|
+
type index_gen$m_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
|
|
4185
|
+
type index_gen$m_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
4186
|
+
type index_gen$m_SelectPlanRequest = SelectPlanRequest;
|
|
4187
|
+
type index_gen$m_SelectPlanResponse = SelectPlanResponse;
|
|
4188
|
+
type index_gen$m_TokenScopes = TokenScopes;
|
|
4189
|
+
type index_gen$m_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
4190
|
+
declare namespace index_gen$m {
|
|
4191
|
+
export { API$o as API, type index_gen$m_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$m_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$m_Cockpit as Cockpit, type index_gen$m_CockpitEndpoints as CockpitEndpoints, type index_gen$m_CockpitMetrics as CockpitMetrics, type index_gen$m_CockpitStatus as CockpitStatus, type index_gen$m_ContactPoint as ContactPoint, type index_gen$m_ContactPointEmail as ContactPointEmail, type index_gen$m_CreateContactPointRequest as CreateContactPointRequest, type index_gen$m_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$m_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$m_Datasource as Datasource, type index_gen$m_DatasourceType as DatasourceType, type index_gen$m_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$m_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$m_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$m_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$m_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$m_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$m_GetCockpitRequest as GetCockpitRequest, type index_gen$m_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$m_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$m_GrafanaUser as GrafanaUser, type index_gen$m_GrafanaUserRole as GrafanaUserRole, type index_gen$m_ListContactPointsRequest as ListContactPointsRequest, type index_gen$m_ListContactPointsResponse as ListContactPointsResponse, type index_gen$m_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$m_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$m_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$m_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$m_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$m_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$m_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$m_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$m_ListPlansRequest as ListPlansRequest, type index_gen$m_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$m_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$m_Plan as Plan, type index_gen$m_PlanName as PlanName, type index_gen$m_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest, type index_gen$m_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$m_SelectPlanRequest as SelectPlanRequest, type index_gen$m_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$m_TokenScopes as TokenScopes, type index_gen$m_TriggerTestAlertRequest as TriggerTestAlertRequest };
|
|
4115
4192
|
}
|
|
4116
4193
|
|
|
4117
4194
|
declare namespace index$p {
|
|
4118
|
-
export { index_gen$
|
|
4195
|
+
export { index_gen$m as v1beta1 };
|
|
4119
4196
|
}
|
|
4120
4197
|
|
|
4121
4198
|
type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
|
|
@@ -5207,26 +5284,26 @@ declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
|
|
|
5207
5284
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
5208
5285
|
declare const TRIGGER_TRANSIENT_STATUSES$1: TriggerStatus$1[];
|
|
5209
5286
|
|
|
5210
|
-
declare const index_gen$
|
|
5211
|
-
type index_gen$
|
|
5212
|
-
type index_gen$
|
|
5213
|
-
type index_gen$
|
|
5214
|
-
type index_gen$
|
|
5215
|
-
type index_gen$
|
|
5216
|
-
type index_gen$
|
|
5217
|
-
type index_gen$
|
|
5218
|
-
type index_gen$
|
|
5219
|
-
type index_gen$
|
|
5220
|
-
type index_gen$
|
|
5221
|
-
type index_gen$
|
|
5222
|
-
type index_gen$
|
|
5223
|
-
type index_gen$
|
|
5224
|
-
declare namespace index_gen$
|
|
5225
|
-
export { API$n as API, index_gen$
|
|
5287
|
+
declare const index_gen$l_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
5288
|
+
type index_gen$l_Container = Container;
|
|
5289
|
+
type index_gen$l_ContainerHttpOption = ContainerHttpOption;
|
|
5290
|
+
type index_gen$l_ContainerPrivacy = ContainerPrivacy;
|
|
5291
|
+
type index_gen$l_ContainerProtocol = ContainerProtocol;
|
|
5292
|
+
type index_gen$l_ContainerStatus = ContainerStatus;
|
|
5293
|
+
type index_gen$l_CreateContainerRequest = CreateContainerRequest;
|
|
5294
|
+
type index_gen$l_DeleteContainerRequest = DeleteContainerRequest;
|
|
5295
|
+
type index_gen$l_DeployContainerRequest = DeployContainerRequest;
|
|
5296
|
+
type index_gen$l_GetContainerRequest = GetContainerRequest;
|
|
5297
|
+
type index_gen$l_ListContainersRequest = ListContainersRequest;
|
|
5298
|
+
type index_gen$l_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
5299
|
+
type index_gen$l_ListContainersResponse = ListContainersResponse;
|
|
5300
|
+
type index_gen$l_UpdateContainerRequest = UpdateContainerRequest;
|
|
5301
|
+
declare namespace index_gen$l {
|
|
5302
|
+
export { API$n as API, index_gen$l_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$l_Container as Container, type index_gen$l_ContainerHttpOption as ContainerHttpOption, type index_gen$l_ContainerPrivacy as ContainerPrivacy, type index_gen$l_ContainerProtocol as ContainerProtocol, type index_gen$l_ContainerStatus as ContainerStatus, type index_gen$l_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$3 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$3 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$l_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$l_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$3 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$l_ListContainersRequest as ListContainersRequest, type index_gen$l_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$l_ListContainersResponse as ListContainersResponse, type ListCronsRequest$1 as ListCronsRequest, type ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy, type ListCronsResponse$1 as ListCronsResponse, type ListDomainsRequest$2 as ListDomainsRequest, type ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy, type ListDomainsResponse$3 as ListDomainsResponse, type ListLogsRequest$1 as ListLogsRequest, type ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy, type ListLogsResponse$1 as ListLogsResponse, type ListNamespacesRequest$3 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$3 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$3 as ListNamespacesResponse, type ListTokensRequest$1 as ListTokensRequest, type ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy, type ListTokensResponse$1 as ListTokensResponse, type ListTriggersRequest$1 as ListTriggersRequest, type ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy, type ListTriggersResponse$1 as ListTriggersResponse, type Log$1 as Log, type LogStream$1 as LogStream, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$3 as Namespace, type NamespaceStatus$2 as NamespaceStatus, type NullValue$2 as NullValue, type Secret$2 as Secret, type SecretHashedValue$1 as SecretHashedValue, TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES, TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES, type Token$1 as Token, type TokenStatus$1 as TokenStatus, type Trigger$1 as Trigger, type TriggerInputType$1 as TriggerInputType, type TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig, type TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig, type TriggerSqsClientConfig$1 as TriggerSqsClientConfig, type TriggerStatus$1 as TriggerStatus, type index_gen$l_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$3 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig };
|
|
5226
5303
|
}
|
|
5227
5304
|
|
|
5228
5305
|
declare namespace index$o {
|
|
5229
|
-
export { index_gen$
|
|
5306
|
+
export { index_gen$l as v1beta1 };
|
|
5230
5307
|
}
|
|
5231
5308
|
|
|
5232
5309
|
type ACLRuleAction$1 = 'allow' | 'deny';
|
|
@@ -7025,16 +7102,16 @@ declare const UpdateInstanceRequest$2: {
|
|
|
7025
7102
|
};
|
|
7026
7103
|
};
|
|
7027
7104
|
|
|
7028
|
-
declare namespace validationRules_gen$
|
|
7105
|
+
declare namespace validationRules_gen$6 {
|
|
7029
7106
|
export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
|
|
7030
7107
|
}
|
|
7031
7108
|
|
|
7032
|
-
declare namespace index_gen$
|
|
7033
|
-
export { type ACLRule$2 as ACLRule, type ACLRuleAction$1 as ACLRuleAction, type ACLRuleDirection$1 as ACLRuleDirection, type ACLRuleProtocol$1 as ACLRuleProtocol, type ACLRuleRequest$1 as ACLRuleRequest, API$m as API, type AddInstanceACLRulesRequest$1 as AddInstanceACLRulesRequest, type AddInstanceACLRulesResponse$1 as AddInstanceACLRulesResponse, type AddInstanceSettingsRequest$1 as AddInstanceSettingsRequest, type AddInstanceSettingsResponse$1 as AddInstanceSettingsResponse, type BackupSchedule$1 as BackupSchedule, type CloneInstanceRequest$1 as CloneInstanceRequest, type CreateDatabaseRequest$1 as CreateDatabaseRequest, type CreateEndpointRequest$1 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$1 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$1 as DeleteDatabaseRequest, type DeleteEndpointRequest$2 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$2 as Endpoint, type EndpointDirectAccessDetails$1 as EndpointDirectAccessDetails, type EndpointLoadBalancerDetails$1 as EndpointLoadBalancerDetails, type EndpointPrivateNetworkDetails$1 as EndpointPrivateNetworkDetails, type EndpointSpec$2 as EndpointSpec, type EndpointSpecLoadBalancer$1 as EndpointSpecLoadBalancer, type EndpointSpecPrivateNetwork$1 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$1 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 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$2 as ListNodeTypesRequest, type ListNodeTypesResponse$2 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$2 as NodeType, type NodeTypeGeneration$1 as NodeTypeGeneration, type NodeTypeStock$2 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 UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$1 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type User$2 as User, validationRules_gen$
|
|
7109
|
+
declare namespace index_gen$k {
|
|
7110
|
+
export { type ACLRule$2 as ACLRule, type ACLRuleAction$1 as ACLRuleAction, type ACLRuleDirection$1 as ACLRuleDirection, type ACLRuleProtocol$1 as ACLRuleProtocol, type ACLRuleRequest$1 as ACLRuleRequest, API$m as API, type AddInstanceACLRulesRequest$1 as AddInstanceACLRulesRequest, type AddInstanceACLRulesResponse$1 as AddInstanceACLRulesResponse, type AddInstanceSettingsRequest$1 as AddInstanceSettingsRequest, type AddInstanceSettingsResponse$1 as AddInstanceSettingsResponse, type BackupSchedule$1 as BackupSchedule, type CloneInstanceRequest$1 as CloneInstanceRequest, type CreateDatabaseRequest$1 as CreateDatabaseRequest, type CreateEndpointRequest$1 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$1 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$1 as DeleteDatabaseRequest, type DeleteEndpointRequest$2 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$2 as Endpoint, type EndpointDirectAccessDetails$1 as EndpointDirectAccessDetails, type EndpointLoadBalancerDetails$1 as EndpointLoadBalancerDetails, type EndpointPrivateNetworkDetails$1 as EndpointPrivateNetworkDetails, type EndpointSpec$2 as EndpointSpec, type EndpointSpecLoadBalancer$1 as EndpointSpecLoadBalancer, type EndpointSpecPrivateNetwork$1 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$1 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 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$2 as ListNodeTypesRequest, type ListNodeTypesResponse$2 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$2 as NodeType, type NodeTypeGeneration$1 as NodeTypeGeneration, type NodeTypeStock$2 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 UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$1 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type User$2 as User, validationRules_gen$6 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
|
|
7034
7111
|
}
|
|
7035
7112
|
|
|
7036
7113
|
declare namespace index$n {
|
|
7037
|
-
export { index_gen$
|
|
7114
|
+
export { index_gen$k as v1beta1 };
|
|
7038
7115
|
}
|
|
7039
7116
|
|
|
7040
7117
|
type ContactEmailStatus = 'email_status_unknown' | 'validated' | 'not_validated' | 'invalid_email';
|
|
@@ -8636,171 +8713,171 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
8636
8713
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
8637
8714
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
8638
8715
|
|
|
8639
|
-
type index_gen$
|
|
8640
|
-
type index_gen$
|
|
8641
|
-
type index_gen$
|
|
8642
|
-
type index_gen$
|
|
8643
|
-
type index_gen$
|
|
8644
|
-
type index_gen$
|
|
8645
|
-
type index_gen$
|
|
8646
|
-
type index_gen$
|
|
8647
|
-
type index_gen$
|
|
8648
|
-
type index_gen$
|
|
8649
|
-
type index_gen$
|
|
8650
|
-
type index_gen$
|
|
8651
|
-
type index_gen$
|
|
8652
|
-
type index_gen$
|
|
8653
|
-
type index_gen$
|
|
8654
|
-
type index_gen$
|
|
8655
|
-
type index_gen$
|
|
8656
|
-
type index_gen$
|
|
8657
|
-
type index_gen$
|
|
8658
|
-
type index_gen$
|
|
8659
|
-
type index_gen$
|
|
8660
|
-
type index_gen$
|
|
8661
|
-
type index_gen$
|
|
8662
|
-
type index_gen$
|
|
8663
|
-
type index_gen$
|
|
8664
|
-
type index_gen$
|
|
8665
|
-
type index_gen$
|
|
8666
|
-
declare const index_gen$
|
|
8667
|
-
declare const index_gen$
|
|
8668
|
-
declare const index_gen$
|
|
8669
|
-
type index_gen$
|
|
8670
|
-
type index_gen$
|
|
8671
|
-
type index_gen$
|
|
8672
|
-
type index_gen$
|
|
8673
|
-
type index_gen$
|
|
8674
|
-
type index_gen$
|
|
8675
|
-
type index_gen$
|
|
8676
|
-
type index_gen$
|
|
8677
|
-
type index_gen$
|
|
8678
|
-
type index_gen$
|
|
8679
|
-
type index_gen$
|
|
8680
|
-
type index_gen$
|
|
8681
|
-
type index_gen$
|
|
8682
|
-
type index_gen$
|
|
8683
|
-
type index_gen$
|
|
8684
|
-
type index_gen$
|
|
8685
|
-
type index_gen$
|
|
8686
|
-
type index_gen$
|
|
8687
|
-
type index_gen$
|
|
8688
|
-
type index_gen$
|
|
8689
|
-
type index_gen$
|
|
8690
|
-
type index_gen$
|
|
8691
|
-
type index_gen$
|
|
8692
|
-
type index_gen$
|
|
8693
|
-
type index_gen$
|
|
8694
|
-
type index_gen$
|
|
8695
|
-
type index_gen$
|
|
8696
|
-
type index_gen$
|
|
8697
|
-
type index_gen$
|
|
8698
|
-
type index_gen$
|
|
8699
|
-
type index_gen$
|
|
8700
|
-
type index_gen$
|
|
8701
|
-
type index_gen$
|
|
8702
|
-
type index_gen$
|
|
8703
|
-
declare const index_gen$
|
|
8704
|
-
type index_gen$
|
|
8705
|
-
type index_gen$
|
|
8706
|
-
type index_gen$
|
|
8707
|
-
type index_gen$
|
|
8708
|
-
type index_gen$
|
|
8709
|
-
type index_gen$
|
|
8710
|
-
type index_gen$
|
|
8711
|
-
type index_gen$
|
|
8712
|
-
type index_gen$
|
|
8713
|
-
type index_gen$
|
|
8714
|
-
type index_gen$
|
|
8715
|
-
type index_gen$
|
|
8716
|
-
type index_gen$
|
|
8717
|
-
type index_gen$
|
|
8718
|
-
type index_gen$
|
|
8719
|
-
type index_gen$
|
|
8720
|
-
type index_gen$
|
|
8721
|
-
type index_gen$
|
|
8722
|
-
type index_gen$
|
|
8723
|
-
type index_gen$
|
|
8724
|
-
type index_gen$
|
|
8725
|
-
type index_gen$
|
|
8726
|
-
type index_gen$
|
|
8727
|
-
type index_gen$
|
|
8728
|
-
type index_gen$
|
|
8729
|
-
type index_gen$
|
|
8730
|
-
type index_gen$
|
|
8731
|
-
type index_gen$
|
|
8732
|
-
type index_gen$
|
|
8733
|
-
type index_gen$
|
|
8734
|
-
type index_gen$
|
|
8735
|
-
type index_gen$
|
|
8736
|
-
type index_gen$
|
|
8737
|
-
type index_gen$
|
|
8738
|
-
type index_gen$
|
|
8739
|
-
type index_gen$
|
|
8740
|
-
type index_gen$
|
|
8741
|
-
type index_gen$
|
|
8742
|
-
type index_gen$
|
|
8743
|
-
type index_gen$
|
|
8744
|
-
type index_gen$
|
|
8745
|
-
type index_gen$
|
|
8746
|
-
type index_gen$
|
|
8747
|
-
type index_gen$
|
|
8748
|
-
type index_gen$
|
|
8749
|
-
type index_gen$
|
|
8750
|
-
type index_gen$
|
|
8751
|
-
declare const index_gen$
|
|
8752
|
-
type index_gen$
|
|
8753
|
-
type index_gen$
|
|
8754
|
-
type index_gen$
|
|
8755
|
-
type index_gen$
|
|
8756
|
-
type index_gen$
|
|
8757
|
-
type index_gen$
|
|
8758
|
-
type index_gen$
|
|
8759
|
-
type index_gen$
|
|
8760
|
-
type index_gen$
|
|
8761
|
-
type index_gen$
|
|
8762
|
-
type index_gen$
|
|
8763
|
-
type index_gen$
|
|
8764
|
-
type index_gen$
|
|
8765
|
-
type index_gen$
|
|
8766
|
-
type index_gen$
|
|
8767
|
-
type index_gen$
|
|
8768
|
-
type index_gen$
|
|
8769
|
-
type index_gen$
|
|
8770
|
-
type index_gen$
|
|
8771
|
-
type index_gen$
|
|
8772
|
-
type index_gen$
|
|
8773
|
-
type index_gen$
|
|
8774
|
-
type index_gen$
|
|
8775
|
-
type index_gen$
|
|
8776
|
-
type index_gen$
|
|
8777
|
-
type index_gen$
|
|
8778
|
-
type index_gen$
|
|
8779
|
-
type index_gen$
|
|
8780
|
-
type index_gen$
|
|
8781
|
-
type index_gen$
|
|
8782
|
-
type index_gen$
|
|
8783
|
-
type index_gen$
|
|
8784
|
-
type index_gen$
|
|
8785
|
-
type index_gen$
|
|
8786
|
-
declare const index_gen$
|
|
8787
|
-
type index_gen$
|
|
8788
|
-
type index_gen$
|
|
8789
|
-
type index_gen$
|
|
8790
|
-
type index_gen$
|
|
8791
|
-
type index_gen$
|
|
8792
|
-
type index_gen$
|
|
8793
|
-
type index_gen$
|
|
8794
|
-
type index_gen$
|
|
8795
|
-
type index_gen$
|
|
8796
|
-
type index_gen$
|
|
8797
|
-
type index_gen$
|
|
8798
|
-
declare namespace index_gen$
|
|
8799
|
-
export { API$l as API, type index_gen$i_AvailableDomain as AvailableDomain, type index_gen$i_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$i_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$i_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$i_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$i_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$i_Contact as Contact, type index_gen$i_ContactEmailStatus as ContactEmailStatus, type index_gen$i_ContactExtensionEU as ContactExtensionEU, type index_gen$i_ContactExtensionFR as ContactExtensionFR, type index_gen$i_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$i_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$i_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$i_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$i_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$i_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$i_ContactExtensionNL as ContactExtensionNL, type index_gen$i_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$i_ContactLegalForm as ContactLegalForm, type index_gen$i_ContactQuestion as ContactQuestion, type index_gen$i_ContactRoles as ContactRoles, type index_gen$i_ContactRolesRoles as ContactRolesRoles, type index_gen$i_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$i_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$i_DNSZone as DNSZone, type index_gen$i_DNSZoneStatus as DNSZoneStatus, type index_gen$i_DNSZoneVersion as DNSZoneVersion, index_gen$i_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$i_DSRecord as DSRecord, type index_gen$i_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$i_DSRecordDigest as DSRecordDigest, type index_gen$i_DSRecordDigestType as DSRecordDigestType, type index_gen$i_DSRecordPublicKey as DSRecordPublicKey, type index_gen$i_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$i_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$i_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$i_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$i_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$i_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$i_DomainDNSSEC as DomainDNSSEC, type index_gen$i_DomainFeatureStatus as DomainFeatureStatus, type index_gen$i_DomainRecord as DomainRecord, type index_gen$i_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$i_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$i_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$i_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$i_DomainRecordType as DomainRecordType, type index_gen$i_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$i_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$i_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$i_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$i_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$i_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$i_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$i_DomainSummary as DomainSummary, type index_gen$i_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$i_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$i_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$i_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$i_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$i_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$i_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$i_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$i_Host as Host, type index_gen$i_HostStatus as HostStatus, type index_gen$i_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$i_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$i_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$i_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$i_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$i_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$i_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$i_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$i_LanguageCode as LanguageCode, type index_gen$i_ListContactsRequestRole as ListContactsRequestRole, type index_gen$i_ListContactsResponse as ListContactsResponse, type index_gen$i_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$i_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$i_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$i_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$i_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$i_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$i_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$i_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$i_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$i_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$i_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$i_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$i_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$i_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$i_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$i_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$i_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$i_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$i_ListTasksResponse as ListTasksResponse, type index_gen$i_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$i_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$i_NewContact as NewContact, type index_gen$i_OrderResponse as OrderResponse, type index_gen$i_RawFormat as RawFormat, type index_gen$i_RecordChange as RecordChange, type index_gen$i_RecordChangeAdd as RecordChangeAdd, type index_gen$i_RecordChangeClear as RecordChangeClear, type index_gen$i_RecordChangeDelete as RecordChangeDelete, type index_gen$i_RecordChangeSet as RecordChangeSet, type index_gen$i_RecordIdentifier as RecordIdentifier, type index_gen$i_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$i_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$i_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$i_RegistrarAPI as RegistrarAPI, type index_gen$i_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$i_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$i_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$i_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$i_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$i_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$i_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$i_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$i_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$i_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$i_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$i_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$i_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$i_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$i_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$i_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$i_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$i_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$i_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$i_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$i_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$i_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$i_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$i_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$i_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$i_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$i_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$i_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$i_RenewableDomain as RenewableDomain, type index_gen$i_RenewableDomainStatus as RenewableDomainStatus, type index_gen$i_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$i_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$i_SSLCertificate as SSLCertificate, type index_gen$i_SSLCertificateStatus as SSLCertificateStatus, index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$i_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$i_TaskType as TaskType, type index_gen$i_Tld as Tld, type index_gen$i_TldOffer as TldOffer, type index_gen$i_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$i_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$i_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$i_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$i_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$i_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$i_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
8716
|
+
type index_gen$j_AvailableDomain = AvailableDomain;
|
|
8717
|
+
type index_gen$j_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
8718
|
+
type index_gen$j_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
8719
|
+
type index_gen$j_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
8720
|
+
type index_gen$j_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
8721
|
+
type index_gen$j_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
8722
|
+
type index_gen$j_Contact = Contact;
|
|
8723
|
+
type index_gen$j_ContactEmailStatus = ContactEmailStatus;
|
|
8724
|
+
type index_gen$j_ContactExtensionEU = ContactExtensionEU;
|
|
8725
|
+
type index_gen$j_ContactExtensionFR = ContactExtensionFR;
|
|
8726
|
+
type index_gen$j_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
8727
|
+
type index_gen$j_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
8728
|
+
type index_gen$j_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
8729
|
+
type index_gen$j_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
8730
|
+
type index_gen$j_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
8731
|
+
type index_gen$j_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
8732
|
+
type index_gen$j_ContactExtensionNL = ContactExtensionNL;
|
|
8733
|
+
type index_gen$j_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
8734
|
+
type index_gen$j_ContactLegalForm = ContactLegalForm;
|
|
8735
|
+
type index_gen$j_ContactQuestion = ContactQuestion;
|
|
8736
|
+
type index_gen$j_ContactRoles = ContactRoles;
|
|
8737
|
+
type index_gen$j_ContactRolesRoles = ContactRolesRoles;
|
|
8738
|
+
type index_gen$j_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
8739
|
+
type index_gen$j_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
8740
|
+
type index_gen$j_DNSZone = DNSZone;
|
|
8741
|
+
type index_gen$j_DNSZoneStatus = DNSZoneStatus;
|
|
8742
|
+
type index_gen$j_DNSZoneVersion = DNSZoneVersion;
|
|
8743
|
+
declare const index_gen$j_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
8744
|
+
declare const index_gen$j_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
8745
|
+
declare const index_gen$j_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
8746
|
+
type index_gen$j_DSRecord = DSRecord;
|
|
8747
|
+
type index_gen$j_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
8748
|
+
type index_gen$j_DSRecordDigest = DSRecordDigest;
|
|
8749
|
+
type index_gen$j_DSRecordDigestType = DSRecordDigestType;
|
|
8750
|
+
type index_gen$j_DSRecordPublicKey = DSRecordPublicKey;
|
|
8751
|
+
type index_gen$j_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
8752
|
+
type index_gen$j_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
8753
|
+
type index_gen$j_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
8754
|
+
type index_gen$j_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
8755
|
+
type index_gen$j_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
8756
|
+
type index_gen$j_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
8757
|
+
type index_gen$j_DomainDNSSEC = DomainDNSSEC;
|
|
8758
|
+
type index_gen$j_DomainFeatureStatus = DomainFeatureStatus;
|
|
8759
|
+
type index_gen$j_DomainRecord = DomainRecord;
|
|
8760
|
+
type index_gen$j_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
8761
|
+
type index_gen$j_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
8762
|
+
type index_gen$j_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
8763
|
+
type index_gen$j_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
8764
|
+
type index_gen$j_DomainRecordType = DomainRecordType;
|
|
8765
|
+
type index_gen$j_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
8766
|
+
type index_gen$j_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
8767
|
+
type index_gen$j_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
8768
|
+
type index_gen$j_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
8769
|
+
type index_gen$j_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
8770
|
+
type index_gen$j_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
8771
|
+
type index_gen$j_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
8772
|
+
type index_gen$j_DomainSummary = DomainSummary;
|
|
8773
|
+
type index_gen$j_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
8774
|
+
type index_gen$j_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
8775
|
+
type index_gen$j_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
8776
|
+
type index_gen$j_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
8777
|
+
type index_gen$j_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
8778
|
+
type index_gen$j_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
8779
|
+
type index_gen$j_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
8780
|
+
declare const index_gen$j_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
8781
|
+
type index_gen$j_Host = Host;
|
|
8782
|
+
type index_gen$j_HostStatus = HostStatus;
|
|
8783
|
+
type index_gen$j_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
8784
|
+
type index_gen$j_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
8785
|
+
type index_gen$j_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
8786
|
+
type index_gen$j_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
8787
|
+
type index_gen$j_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
8788
|
+
type index_gen$j_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
8789
|
+
type index_gen$j_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
8790
|
+
type index_gen$j_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
8791
|
+
type index_gen$j_LanguageCode = LanguageCode;
|
|
8792
|
+
type index_gen$j_ListContactsRequestRole = ListContactsRequestRole;
|
|
8793
|
+
type index_gen$j_ListContactsResponse = ListContactsResponse;
|
|
8794
|
+
type index_gen$j_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
8795
|
+
type index_gen$j_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
8796
|
+
type index_gen$j_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
8797
|
+
type index_gen$j_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
8798
|
+
type index_gen$j_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
8799
|
+
type index_gen$j_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
8800
|
+
type index_gen$j_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
8801
|
+
type index_gen$j_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
8802
|
+
type index_gen$j_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
8803
|
+
type index_gen$j_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
8804
|
+
type index_gen$j_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
8805
|
+
type index_gen$j_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
8806
|
+
type index_gen$j_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
8807
|
+
type index_gen$j_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
8808
|
+
type index_gen$j_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
8809
|
+
type index_gen$j_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
8810
|
+
type index_gen$j_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
8811
|
+
type index_gen$j_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
8812
|
+
type index_gen$j_ListTasksResponse = ListTasksResponse;
|
|
8813
|
+
type index_gen$j_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
|
|
8814
|
+
type index_gen$j_ListTldsResponse = ListTldsResponse;
|
|
8815
|
+
type index_gen$j_NewContact = NewContact;
|
|
8816
|
+
type index_gen$j_OrderResponse = OrderResponse;
|
|
8817
|
+
type index_gen$j_RawFormat = RawFormat;
|
|
8818
|
+
type index_gen$j_RecordChange = RecordChange;
|
|
8819
|
+
type index_gen$j_RecordChangeAdd = RecordChangeAdd;
|
|
8820
|
+
type index_gen$j_RecordChangeClear = RecordChangeClear;
|
|
8821
|
+
type index_gen$j_RecordChangeDelete = RecordChangeDelete;
|
|
8822
|
+
type index_gen$j_RecordChangeSet = RecordChangeSet;
|
|
8823
|
+
type index_gen$j_RecordIdentifier = RecordIdentifier;
|
|
8824
|
+
type index_gen$j_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
8825
|
+
type index_gen$j_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
8826
|
+
type index_gen$j_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
8827
|
+
type index_gen$j_RegistrarAPI = RegistrarAPI;
|
|
8828
|
+
declare const index_gen$j_RegistrarAPI: typeof RegistrarAPI;
|
|
8829
|
+
type index_gen$j_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
8830
|
+
type index_gen$j_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
8831
|
+
type index_gen$j_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
8832
|
+
type index_gen$j_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
8833
|
+
type index_gen$j_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
8834
|
+
type index_gen$j_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
8835
|
+
type index_gen$j_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
8836
|
+
type index_gen$j_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
8837
|
+
type index_gen$j_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
8838
|
+
type index_gen$j_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
8839
|
+
type index_gen$j_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
8840
|
+
type index_gen$j_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
8841
|
+
type index_gen$j_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
8842
|
+
type index_gen$j_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
8843
|
+
type index_gen$j_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
8844
|
+
type index_gen$j_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
8845
|
+
type index_gen$j_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
8846
|
+
type index_gen$j_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
|
|
8847
|
+
type index_gen$j_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
8848
|
+
type index_gen$j_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
8849
|
+
type index_gen$j_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
8850
|
+
type index_gen$j_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
8851
|
+
type index_gen$j_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
8852
|
+
type index_gen$j_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
8853
|
+
type index_gen$j_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
8854
|
+
type index_gen$j_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
8855
|
+
type index_gen$j_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
8856
|
+
type index_gen$j_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
8857
|
+
type index_gen$j_RenewableDomain = RenewableDomain;
|
|
8858
|
+
type index_gen$j_RenewableDomainStatus = RenewableDomainStatus;
|
|
8859
|
+
type index_gen$j_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
8860
|
+
type index_gen$j_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
8861
|
+
type index_gen$j_SSLCertificate = SSLCertificate;
|
|
8862
|
+
type index_gen$j_SSLCertificateStatus = SSLCertificateStatus;
|
|
8863
|
+
declare const index_gen$j_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
8864
|
+
type index_gen$j_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
8865
|
+
type index_gen$j_TaskType = TaskType;
|
|
8866
|
+
type index_gen$j_Tld = Tld;
|
|
8867
|
+
type index_gen$j_TldOffer = TldOffer;
|
|
8868
|
+
type index_gen$j_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
8869
|
+
type index_gen$j_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
8870
|
+
type index_gen$j_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
8871
|
+
type index_gen$j_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
8872
|
+
type index_gen$j_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
8873
|
+
type index_gen$j_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
8874
|
+
type index_gen$j_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
8875
|
+
declare namespace index_gen$j {
|
|
8876
|
+
export { API$l as API, type index_gen$j_AvailableDomain as AvailableDomain, type index_gen$j_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$j_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$j_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$j_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$j_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$j_Contact as Contact, type index_gen$j_ContactEmailStatus as ContactEmailStatus, type index_gen$j_ContactExtensionEU as ContactExtensionEU, type index_gen$j_ContactExtensionFR as ContactExtensionFR, type index_gen$j_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$j_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$j_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$j_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$j_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$j_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$j_ContactExtensionNL as ContactExtensionNL, type index_gen$j_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$j_ContactLegalForm as ContactLegalForm, type index_gen$j_ContactQuestion as ContactQuestion, type index_gen$j_ContactRoles as ContactRoles, type index_gen$j_ContactRolesRoles as ContactRolesRoles, type index_gen$j_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$j_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$j_DNSZone as DNSZone, type index_gen$j_DNSZoneStatus as DNSZoneStatus, type index_gen$j_DNSZoneVersion as DNSZoneVersion, index_gen$j_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$j_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$j_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$j_DSRecord as DSRecord, type index_gen$j_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$j_DSRecordDigest as DSRecordDigest, type index_gen$j_DSRecordDigestType as DSRecordDigestType, type index_gen$j_DSRecordPublicKey as DSRecordPublicKey, type index_gen$j_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$j_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$j_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$j_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$j_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$j_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$j_DomainDNSSEC as DomainDNSSEC, type index_gen$j_DomainFeatureStatus as DomainFeatureStatus, type index_gen$j_DomainRecord as DomainRecord, type index_gen$j_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$j_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$j_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$j_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$j_DomainRecordType as DomainRecordType, type index_gen$j_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$j_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$j_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$j_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$j_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$j_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$j_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$j_DomainSummary as DomainSummary, type index_gen$j_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$j_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$j_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$j_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$j_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$j_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$j_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$j_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$j_Host as Host, type index_gen$j_HostStatus as HostStatus, type index_gen$j_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$j_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$j_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$j_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$j_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$j_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$j_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$j_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$j_LanguageCode as LanguageCode, type index_gen$j_ListContactsRequestRole as ListContactsRequestRole, type index_gen$j_ListContactsResponse as ListContactsResponse, type index_gen$j_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$j_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$j_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$j_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$j_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$j_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$j_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$j_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$j_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$j_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$j_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$j_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$j_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$j_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$j_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$j_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$j_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$j_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$j_ListTasksResponse as ListTasksResponse, type index_gen$j_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$j_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$j_NewContact as NewContact, type index_gen$j_OrderResponse as OrderResponse, type index_gen$j_RawFormat as RawFormat, type index_gen$j_RecordChange as RecordChange, type index_gen$j_RecordChangeAdd as RecordChangeAdd, type index_gen$j_RecordChangeClear as RecordChangeClear, type index_gen$j_RecordChangeDelete as RecordChangeDelete, type index_gen$j_RecordChangeSet as RecordChangeSet, type index_gen$j_RecordIdentifier as RecordIdentifier, type index_gen$j_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$j_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$j_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$j_RegistrarAPI as RegistrarAPI, type index_gen$j_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$j_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$j_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$j_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$j_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$j_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$j_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$j_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$j_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$j_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$j_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$j_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$j_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$j_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$j_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$j_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$j_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$j_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$j_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$j_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$j_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$j_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$j_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$j_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$j_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$j_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$j_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$j_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$j_RenewableDomain as RenewableDomain, type index_gen$j_RenewableDomainStatus as RenewableDomainStatus, type index_gen$j_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$j_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$j_SSLCertificate as SSLCertificate, type index_gen$j_SSLCertificateStatus as SSLCertificateStatus, index_gen$j_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$j_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$j_TaskType as TaskType, type index_gen$j_Tld as Tld, type index_gen$j_TldOffer as TldOffer, type index_gen$j_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$j_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$j_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$j_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$j_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$j_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$j_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
8800
8877
|
}
|
|
8801
8878
|
|
|
8802
8879
|
declare namespace index$m {
|
|
8803
|
-
export { index_gen$
|
|
8880
|
+
export { index_gen$j as v2beta1 };
|
|
8804
8881
|
}
|
|
8805
8882
|
|
|
8806
8883
|
type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
|
|
@@ -9137,38 +9214,38 @@ declare const ListFlexibleIPsRequest: {
|
|
|
9137
9214
|
};
|
|
9138
9215
|
};
|
|
9139
9216
|
|
|
9140
|
-
declare const validationRules_gen$
|
|
9141
|
-
declare namespace validationRules_gen$
|
|
9142
|
-
export { validationRules_gen$
|
|
9217
|
+
declare const validationRules_gen$5_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
|
|
9218
|
+
declare namespace validationRules_gen$5 {
|
|
9219
|
+
export { validationRules_gen$5_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
|
|
9143
9220
|
}
|
|
9144
9221
|
|
|
9145
|
-
type index_gen$
|
|
9146
|
-
type index_gen$
|
|
9147
|
-
type index_gen$
|
|
9148
|
-
type index_gen$
|
|
9149
|
-
type index_gen$
|
|
9150
|
-
type index_gen$
|
|
9151
|
-
type index_gen$
|
|
9152
|
-
type index_gen$
|
|
9153
|
-
declare const index_gen$
|
|
9154
|
-
type index_gen$
|
|
9155
|
-
type index_gen$
|
|
9156
|
-
type index_gen$
|
|
9157
|
-
type index_gen$
|
|
9158
|
-
type index_gen$
|
|
9159
|
-
type index_gen$
|
|
9160
|
-
type index_gen$
|
|
9161
|
-
type index_gen$
|
|
9162
|
-
type index_gen$
|
|
9163
|
-
declare const index_gen$
|
|
9164
|
-
type index_gen$
|
|
9165
|
-
type index_gen$
|
|
9166
|
-
declare namespace index_gen$
|
|
9167
|
-
export { API$k as API, type index_gen$
|
|
9222
|
+
type index_gen$i_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
9223
|
+
type index_gen$i_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
9224
|
+
type index_gen$i_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
9225
|
+
type index_gen$i_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
9226
|
+
type index_gen$i_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
9227
|
+
type index_gen$i_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
9228
|
+
type index_gen$i_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
9229
|
+
type index_gen$i_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
9230
|
+
declare const index_gen$i_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
9231
|
+
type index_gen$i_FlexibleIP = FlexibleIP;
|
|
9232
|
+
type index_gen$i_FlexibleIPStatus = FlexibleIPStatus;
|
|
9233
|
+
type index_gen$i_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
9234
|
+
type index_gen$i_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
9235
|
+
type index_gen$i_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
9236
|
+
type index_gen$i_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
9237
|
+
type index_gen$i_MACAddress = MACAddress;
|
|
9238
|
+
type index_gen$i_MACAddressStatus = MACAddressStatus;
|
|
9239
|
+
type index_gen$i_MACAddressType = MACAddressType;
|
|
9240
|
+
declare const index_gen$i_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
9241
|
+
type index_gen$i_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
9242
|
+
type index_gen$i_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
9243
|
+
declare namespace index_gen$i {
|
|
9244
|
+
export { API$k as API, type index_gen$i_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$i_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$i_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$i_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$i_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$i_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$i_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$i_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$i_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$i_FlexibleIP as FlexibleIP, type index_gen$i_FlexibleIPStatus as FlexibleIPStatus, type index_gen$i_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$i_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$i_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$i_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$i_MACAddress as MACAddress, type index_gen$i_MACAddressStatus as MACAddressStatus, type index_gen$i_MACAddressType as MACAddressType, index_gen$i_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$i_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$i_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$5 as ValidationRules };
|
|
9168
9245
|
}
|
|
9169
9246
|
|
|
9170
9247
|
declare namespace index$l {
|
|
9171
|
-
export { index_gen$
|
|
9248
|
+
export { index_gen$i as v1alpha1 };
|
|
9172
9249
|
}
|
|
9173
9250
|
|
|
9174
9251
|
type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
|
|
@@ -10296,79 +10373,79 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
|
|
|
10296
10373
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
10297
10374
|
declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
|
|
10298
10375
|
|
|
10299
|
-
declare const index_gen$
|
|
10300
|
-
type index_gen$
|
|
10301
|
-
type index_gen$
|
|
10302
|
-
type index_gen$
|
|
10303
|
-
type index_gen$
|
|
10304
|
-
type index_gen$
|
|
10305
|
-
type index_gen$
|
|
10306
|
-
type index_gen$
|
|
10307
|
-
type index_gen$
|
|
10308
|
-
type index_gen$
|
|
10309
|
-
type index_gen$
|
|
10310
|
-
type index_gen$
|
|
10311
|
-
type index_gen$
|
|
10312
|
-
type index_gen$
|
|
10313
|
-
type index_gen$
|
|
10314
|
-
type index_gen$
|
|
10315
|
-
type index_gen$
|
|
10316
|
-
declare const index_gen$
|
|
10317
|
-
type index_gen$
|
|
10318
|
-
type index_gen$
|
|
10319
|
-
type index_gen$
|
|
10320
|
-
type index_gen$
|
|
10321
|
-
type index_gen$
|
|
10322
|
-
type index_gen$
|
|
10323
|
-
type index_gen$
|
|
10324
|
-
type index_gen$
|
|
10325
|
-
type index_gen$
|
|
10326
|
-
type index_gen$
|
|
10327
|
-
type index_gen$
|
|
10328
|
-
type index_gen$
|
|
10329
|
-
type index_gen$
|
|
10330
|
-
type index_gen$
|
|
10331
|
-
type index_gen$
|
|
10332
|
-
type index_gen$
|
|
10333
|
-
type index_gen$
|
|
10334
|
-
type index_gen$
|
|
10335
|
-
type index_gen$
|
|
10336
|
-
type index_gen$
|
|
10337
|
-
type index_gen$
|
|
10338
|
-
type index_gen$
|
|
10339
|
-
type index_gen$
|
|
10340
|
-
type index_gen$
|
|
10341
|
-
type index_gen$
|
|
10342
|
-
type index_gen$
|
|
10343
|
-
type index_gen$
|
|
10344
|
-
type index_gen$
|
|
10345
|
-
type index_gen$
|
|
10346
|
-
type index_gen$
|
|
10347
|
-
type index_gen$
|
|
10348
|
-
type index_gen$
|
|
10349
|
-
type index_gen$
|
|
10350
|
-
type index_gen$
|
|
10351
|
-
declare const index_gen$
|
|
10352
|
-
declare const index_gen$
|
|
10353
|
-
type index_gen$
|
|
10354
|
-
type index_gen$
|
|
10355
|
-
type index_gen$
|
|
10356
|
-
type index_gen$
|
|
10357
|
-
type index_gen$
|
|
10358
|
-
type index_gen$
|
|
10359
|
-
type index_gen$
|
|
10360
|
-
type index_gen$
|
|
10361
|
-
type index_gen$
|
|
10362
|
-
type index_gen$
|
|
10363
|
-
type index_gen$
|
|
10364
|
-
type index_gen$
|
|
10365
|
-
type index_gen$
|
|
10366
|
-
declare namespace index_gen$
|
|
10367
|
-
export { API$j as API, index_gen$
|
|
10376
|
+
declare const index_gen$h_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
10377
|
+
type index_gen$h_CreateCronRequest = CreateCronRequest;
|
|
10378
|
+
type index_gen$h_CreateFunctionRequest = CreateFunctionRequest;
|
|
10379
|
+
type index_gen$h_CreateTokenRequest = CreateTokenRequest;
|
|
10380
|
+
type index_gen$h_CreateTriggerRequest = CreateTriggerRequest;
|
|
10381
|
+
type index_gen$h_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
|
|
10382
|
+
type index_gen$h_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
|
|
10383
|
+
type index_gen$h_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
10384
|
+
type index_gen$h_Cron = Cron;
|
|
10385
|
+
type index_gen$h_CronStatus = CronStatus;
|
|
10386
|
+
type index_gen$h_DeleteCronRequest = DeleteCronRequest;
|
|
10387
|
+
type index_gen$h_DeleteDomainRequest = DeleteDomainRequest;
|
|
10388
|
+
type index_gen$h_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
10389
|
+
type index_gen$h_DeleteTokenRequest = DeleteTokenRequest;
|
|
10390
|
+
type index_gen$h_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
10391
|
+
type index_gen$h_DeployFunctionRequest = DeployFunctionRequest;
|
|
10392
|
+
type index_gen$h_DownloadURL = DownloadURL;
|
|
10393
|
+
declare const index_gen$h_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
10394
|
+
type index_gen$h_Function = Function;
|
|
10395
|
+
type index_gen$h_FunctionHttpOption = FunctionHttpOption;
|
|
10396
|
+
type index_gen$h_FunctionPrivacy = FunctionPrivacy;
|
|
10397
|
+
type index_gen$h_FunctionRuntime = FunctionRuntime;
|
|
10398
|
+
type index_gen$h_FunctionStatus = FunctionStatus;
|
|
10399
|
+
type index_gen$h_GetCronRequest = GetCronRequest;
|
|
10400
|
+
type index_gen$h_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
10401
|
+
type index_gen$h_GetFunctionRequest = GetFunctionRequest;
|
|
10402
|
+
type index_gen$h_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
10403
|
+
type index_gen$h_GetTokenRequest = GetTokenRequest;
|
|
10404
|
+
type index_gen$h_GetTriggerRequest = GetTriggerRequest;
|
|
10405
|
+
type index_gen$h_IssueJWTRequest = IssueJWTRequest;
|
|
10406
|
+
type index_gen$h_ListCronsRequest = ListCronsRequest;
|
|
10407
|
+
type index_gen$h_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
10408
|
+
type index_gen$h_ListCronsResponse = ListCronsResponse;
|
|
10409
|
+
type index_gen$h_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
10410
|
+
type index_gen$h_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
10411
|
+
type index_gen$h_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
10412
|
+
type index_gen$h_ListFunctionsRequest = ListFunctionsRequest;
|
|
10413
|
+
type index_gen$h_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
10414
|
+
type index_gen$h_ListFunctionsResponse = ListFunctionsResponse;
|
|
10415
|
+
type index_gen$h_ListLogsRequest = ListLogsRequest;
|
|
10416
|
+
type index_gen$h_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
10417
|
+
type index_gen$h_ListLogsResponse = ListLogsResponse;
|
|
10418
|
+
type index_gen$h_ListTokensRequest = ListTokensRequest;
|
|
10419
|
+
type index_gen$h_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
10420
|
+
type index_gen$h_ListTokensResponse = ListTokensResponse;
|
|
10421
|
+
type index_gen$h_ListTriggersRequest = ListTriggersRequest;
|
|
10422
|
+
type index_gen$h_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
10423
|
+
type index_gen$h_ListTriggersResponse = ListTriggersResponse;
|
|
10424
|
+
type index_gen$h_Log = Log;
|
|
10425
|
+
type index_gen$h_LogStream = LogStream;
|
|
10426
|
+
type index_gen$h_RuntimeStatus = RuntimeStatus;
|
|
10427
|
+
type index_gen$h_SecretHashedValue = SecretHashedValue;
|
|
10428
|
+
declare const index_gen$h_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
10429
|
+
declare const index_gen$h_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
10430
|
+
type index_gen$h_Token = Token;
|
|
10431
|
+
type index_gen$h_TokenStatus = TokenStatus;
|
|
10432
|
+
type index_gen$h_Trigger = Trigger;
|
|
10433
|
+
type index_gen$h_TriggerInputType = TriggerInputType;
|
|
10434
|
+
type index_gen$h_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
10435
|
+
type index_gen$h_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
10436
|
+
type index_gen$h_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
10437
|
+
type index_gen$h_TriggerStatus = TriggerStatus;
|
|
10438
|
+
type index_gen$h_UpdateCronRequest = UpdateCronRequest;
|
|
10439
|
+
type index_gen$h_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
10440
|
+
type index_gen$h_UpdateTriggerRequest = UpdateTriggerRequest;
|
|
10441
|
+
type index_gen$h_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
10442
|
+
type index_gen$h_UploadURL = UploadURL;
|
|
10443
|
+
declare namespace index_gen$h {
|
|
10444
|
+
export { API$j as API, index_gen$h_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$h_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$h_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type index_gen$h_CreateTokenRequest as CreateTokenRequest, type index_gen$h_CreateTriggerRequest as CreateTriggerRequest, type index_gen$h_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, type index_gen$h_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, type index_gen$h_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$h_Cron as Cron, type index_gen$h_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$h_DeleteCronRequest as DeleteCronRequest, type index_gen$h_DeleteDomainRequest as DeleteDomainRequest, type index_gen$h_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type index_gen$h_DeleteTokenRequest as DeleteTokenRequest, type index_gen$h_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$h_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$h_DownloadURL as DownloadURL, index_gen$h_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$h_Function as Function, type index_gen$h_FunctionHttpOption as FunctionHttpOption, type index_gen$h_FunctionPrivacy as FunctionPrivacy, type index_gen$h_FunctionRuntime as FunctionRuntime, type index_gen$h_FunctionStatus as FunctionStatus, type index_gen$h_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$h_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$h_GetFunctionRequest as GetFunctionRequest, type index_gen$h_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type index_gen$h_GetTokenRequest as GetTokenRequest, type index_gen$h_GetTriggerRequest as GetTriggerRequest, type index_gen$h_IssueJWTRequest as IssueJWTRequest, type index_gen$h_ListCronsRequest as ListCronsRequest, type index_gen$h_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$h_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$h_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$h_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$h_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$h_ListFunctionsRequest as ListFunctionsRequest, type index_gen$h_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$h_ListFunctionsResponse as ListFunctionsResponse, type index_gen$h_ListLogsRequest as ListLogsRequest, type index_gen$h_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$h_ListLogsResponse as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type index_gen$h_ListTokensRequest as ListTokensRequest, type index_gen$h_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$h_ListTokensResponse as ListTokensResponse, type index_gen$h_ListTriggersRequest as ListTriggersRequest, type index_gen$h_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$h_ListTriggersResponse as ListTriggersResponse, type index_gen$h_Log as Log, type index_gen$h_LogStream as LogStream, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type NullValue$1 as NullValue, type Runtime$1 as Runtime, type index_gen$h_RuntimeStatus as RuntimeStatus, type Secret$1 as Secret, type index_gen$h_SecretHashedValue as SecretHashedValue, index_gen$h_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$h_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$h_Token as Token, type index_gen$h_TokenStatus as TokenStatus, type index_gen$h_Trigger as Trigger, type index_gen$h_TriggerInputType as TriggerInputType, type index_gen$h_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$h_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$h_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$h_TriggerStatus as TriggerStatus, type index_gen$h_UpdateCronRequest as UpdateCronRequest, type index_gen$h_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type index_gen$h_UpdateTriggerRequest as UpdateTriggerRequest, type index_gen$h_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$h_UploadURL as UploadURL };
|
|
10368
10445
|
}
|
|
10369
10446
|
|
|
10370
10447
|
declare namespace index$k {
|
|
10371
|
-
export { index_gen$
|
|
10448
|
+
export { index_gen$h as v1beta1 };
|
|
10372
10449
|
}
|
|
10373
10450
|
|
|
10374
10451
|
type BearerType = 'unknown_bearer_type' | 'user' | 'application';
|
|
@@ -11805,87 +11882,87 @@ declare const UpdateSSHKeyRequest: {
|
|
|
11805
11882
|
};
|
|
11806
11883
|
};
|
|
11807
11884
|
|
|
11808
|
-
declare const validationRules_gen$
|
|
11809
|
-
declare const validationRules_gen$
|
|
11810
|
-
declare const validationRules_gen$
|
|
11811
|
-
declare const validationRules_gen$
|
|
11812
|
-
declare const validationRules_gen$
|
|
11813
|
-
declare const validationRules_gen$
|
|
11814
|
-
declare const validationRules_gen$
|
|
11815
|
-
declare const validationRules_gen$
|
|
11816
|
-
declare const validationRules_gen$
|
|
11817
|
-
declare const validationRules_gen$
|
|
11818
|
-
declare const validationRules_gen$
|
|
11819
|
-
declare const validationRules_gen$
|
|
11820
|
-
declare const validationRules_gen$
|
|
11821
|
-
declare const validationRules_gen$
|
|
11822
|
-
declare const validationRules_gen$
|
|
11823
|
-
declare const validationRules_gen$
|
|
11824
|
-
declare const validationRules_gen$
|
|
11825
|
-
declare const validationRules_gen$
|
|
11826
|
-
declare const validationRules_gen$
|
|
11827
|
-
declare const validationRules_gen$
|
|
11828
|
-
declare namespace validationRules_gen$
|
|
11829
|
-
export { validationRules_gen$
|
|
11885
|
+
declare const validationRules_gen$4_CreateAPIKeyRequest: typeof CreateAPIKeyRequest;
|
|
11886
|
+
declare const validationRules_gen$4_CreateApplicationRequest: typeof CreateApplicationRequest;
|
|
11887
|
+
declare const validationRules_gen$4_CreateGroupRequest: typeof CreateGroupRequest;
|
|
11888
|
+
declare const validationRules_gen$4_CreatePolicyRequest: typeof CreatePolicyRequest;
|
|
11889
|
+
declare const validationRules_gen$4_CreateSSHKeyRequest: typeof CreateSSHKeyRequest;
|
|
11890
|
+
declare const validationRules_gen$4_GetQuotumRequest: typeof GetQuotumRequest;
|
|
11891
|
+
declare const validationRules_gen$4_ListAPIKeysRequest: typeof ListAPIKeysRequest;
|
|
11892
|
+
declare const validationRules_gen$4_ListApplicationsRequest: typeof ListApplicationsRequest;
|
|
11893
|
+
declare const validationRules_gen$4_ListGroupsRequest: typeof ListGroupsRequest;
|
|
11894
|
+
declare const validationRules_gen$4_ListJWTsRequest: typeof ListJWTsRequest;
|
|
11895
|
+
declare const validationRules_gen$4_ListPermissionSetsRequest: typeof ListPermissionSetsRequest;
|
|
11896
|
+
declare const validationRules_gen$4_ListPoliciesRequest: typeof ListPoliciesRequest;
|
|
11897
|
+
declare const validationRules_gen$4_ListQuotaRequest: typeof ListQuotaRequest;
|
|
11898
|
+
declare const validationRules_gen$4_ListRulesRequest: typeof ListRulesRequest;
|
|
11899
|
+
declare const validationRules_gen$4_ListSSHKeysRequest: typeof ListSSHKeysRequest;
|
|
11900
|
+
declare const validationRules_gen$4_UpdateAPIKeyRequest: typeof UpdateAPIKeyRequest;
|
|
11901
|
+
declare const validationRules_gen$4_UpdateApplicationRequest: typeof UpdateApplicationRequest;
|
|
11902
|
+
declare const validationRules_gen$4_UpdateGroupRequest: typeof UpdateGroupRequest;
|
|
11903
|
+
declare const validationRules_gen$4_UpdatePolicyRequest: typeof UpdatePolicyRequest;
|
|
11904
|
+
declare const validationRules_gen$4_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
|
|
11905
|
+
declare namespace validationRules_gen$4 {
|
|
11906
|
+
export { validationRules_gen$4_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$4_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$4_CreateGroupRequest as CreateGroupRequest, validationRules_gen$4_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$4_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$4_GetQuotumRequest as GetQuotumRequest, validationRules_gen$4_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$4_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$4_ListGroupsRequest as ListGroupsRequest, validationRules_gen$4_ListJWTsRequest as ListJWTsRequest, validationRules_gen$4_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$4_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$4_ListQuotaRequest as ListQuotaRequest, validationRules_gen$4_ListRulesRequest as ListRulesRequest, validationRules_gen$4_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$4_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$4_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$4_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$4_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$4_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
|
|
11830
11907
|
}
|
|
11831
11908
|
|
|
11832
|
-
type index_gen$
|
|
11833
|
-
type index_gen$
|
|
11834
|
-
type index_gen$
|
|
11835
|
-
type index_gen$
|
|
11836
|
-
type index_gen$
|
|
11837
|
-
type index_gen$
|
|
11838
|
-
type index_gen$
|
|
11839
|
-
type index_gen$
|
|
11840
|
-
type index_gen$
|
|
11841
|
-
type index_gen$
|
|
11842
|
-
type index_gen$
|
|
11843
|
-
type index_gen$
|
|
11844
|
-
type index_gen$
|
|
11845
|
-
type index_gen$
|
|
11846
|
-
type index_gen$
|
|
11847
|
-
type index_gen$
|
|
11848
|
-
type index_gen$
|
|
11849
|
-
type index_gen$
|
|
11850
|
-
type index_gen$
|
|
11851
|
-
type index_gen$
|
|
11852
|
-
type index_gen$
|
|
11853
|
-
type index_gen$
|
|
11854
|
-
type index_gen$
|
|
11855
|
-
type index_gen$
|
|
11856
|
-
type index_gen$
|
|
11857
|
-
type index_gen$
|
|
11858
|
-
type index_gen$
|
|
11859
|
-
type index_gen$
|
|
11860
|
-
type index_gen$
|
|
11861
|
-
type index_gen$
|
|
11862
|
-
type index_gen$
|
|
11863
|
-
type index_gen$
|
|
11864
|
-
type index_gen$
|
|
11865
|
-
type index_gen$
|
|
11866
|
-
type index_gen$
|
|
11867
|
-
type index_gen$
|
|
11868
|
-
type index_gen$
|
|
11869
|
-
type index_gen$
|
|
11870
|
-
type index_gen$
|
|
11871
|
-
type index_gen$
|
|
11872
|
-
type index_gen$
|
|
11873
|
-
type index_gen$
|
|
11874
|
-
type index_gen$
|
|
11875
|
-
type index_gen$
|
|
11876
|
-
type index_gen$
|
|
11877
|
-
type index_gen$
|
|
11878
|
-
type index_gen$
|
|
11879
|
-
type index_gen$
|
|
11880
|
-
type index_gen$
|
|
11881
|
-
type index_gen$
|
|
11882
|
-
type index_gen$
|
|
11883
|
-
declare namespace index_gen$
|
|
11884
|
-
export { API$i as API, type index_gen$
|
|
11909
|
+
type index_gen$g_APIKey = APIKey;
|
|
11910
|
+
type index_gen$g_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
11911
|
+
type index_gen$g_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
11912
|
+
type index_gen$g_Application = Application;
|
|
11913
|
+
type index_gen$g_BearerType = BearerType;
|
|
11914
|
+
type index_gen$g_ClonePolicyRequest = ClonePolicyRequest;
|
|
11915
|
+
type index_gen$g_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
11916
|
+
type index_gen$g_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
11917
|
+
type index_gen$g_DeleteGroupRequest = DeleteGroupRequest;
|
|
11918
|
+
type index_gen$g_DeleteJWTRequest = DeleteJWTRequest;
|
|
11919
|
+
type index_gen$g_DeletePolicyRequest = DeletePolicyRequest;
|
|
11920
|
+
type index_gen$g_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
11921
|
+
type index_gen$g_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
11922
|
+
type index_gen$g_GetApplicationRequest = GetApplicationRequest;
|
|
11923
|
+
type index_gen$g_GetGroupRequest = GetGroupRequest;
|
|
11924
|
+
type index_gen$g_GetJWTRequest = GetJWTRequest;
|
|
11925
|
+
type index_gen$g_GetPolicyRequest = GetPolicyRequest;
|
|
11926
|
+
type index_gen$g_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
11927
|
+
type index_gen$g_GetUserRequest = GetUserRequest;
|
|
11928
|
+
type index_gen$g_Group = Group;
|
|
11929
|
+
type index_gen$g_JWT = JWT;
|
|
11930
|
+
type index_gen$g_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
11931
|
+
type index_gen$g_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
11932
|
+
type index_gen$g_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
11933
|
+
type index_gen$g_ListApplicationsResponse = ListApplicationsResponse;
|
|
11934
|
+
type index_gen$g_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
11935
|
+
type index_gen$g_ListGroupsResponse = ListGroupsResponse;
|
|
11936
|
+
type index_gen$g_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
11937
|
+
type index_gen$g_ListJWTsResponse = ListJWTsResponse;
|
|
11938
|
+
type index_gen$g_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
11939
|
+
type index_gen$g_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
11940
|
+
type index_gen$g_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
11941
|
+
type index_gen$g_ListPoliciesResponse = ListPoliciesResponse;
|
|
11942
|
+
type index_gen$g_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
11943
|
+
type index_gen$g_ListQuotaResponse = ListQuotaResponse;
|
|
11944
|
+
type index_gen$g_ListRulesResponse = ListRulesResponse;
|
|
11945
|
+
type index_gen$g_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
11946
|
+
type index_gen$g_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
11947
|
+
type index_gen$g_PermissionSet = PermissionSet;
|
|
11948
|
+
type index_gen$g_PermissionSetScopeType = PermissionSetScopeType;
|
|
11949
|
+
type index_gen$g_Policy = Policy;
|
|
11950
|
+
type index_gen$g_Quotum = Quotum;
|
|
11951
|
+
type index_gen$g_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
11952
|
+
type index_gen$g_Rule = Rule;
|
|
11953
|
+
type index_gen$g_RuleSpecs = RuleSpecs;
|
|
11954
|
+
type index_gen$g_SSHKey = SSHKey;
|
|
11955
|
+
type index_gen$g_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
11956
|
+
type index_gen$g_SetRulesRequest = SetRulesRequest;
|
|
11957
|
+
type index_gen$g_SetRulesResponse = SetRulesResponse;
|
|
11958
|
+
type index_gen$g_UserStatus = UserStatus;
|
|
11959
|
+
type index_gen$g_UserType = UserType;
|
|
11960
|
+
declare namespace index_gen$g {
|
|
11961
|
+
export { API$i as API, type index_gen$g_APIKey as APIKey, type index_gen$g_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$g_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$g_Application as Application, type index_gen$g_BearerType as BearerType, type index_gen$g_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$g_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$g_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$g_DeleteGroupRequest as DeleteGroupRequest, type index_gen$g_DeleteJWTRequest as DeleteJWTRequest, type index_gen$g_DeletePolicyRequest as DeletePolicyRequest, type index_gen$g_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$g_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$g_GetApplicationRequest as GetApplicationRequest, type index_gen$g_GetGroupRequest as GetGroupRequest, type index_gen$g_GetJWTRequest as GetJWTRequest, type index_gen$g_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$g_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$g_GetUserRequest as GetUserRequest, type index_gen$g_Group as Group, type index_gen$g_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$g_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$g_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$g_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$g_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$g_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$g_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$g_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$g_ListJWTsResponse as ListJWTsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$g_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$g_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$g_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$g_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$g_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$g_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$g_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$g_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$g_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$g_PermissionSet as PermissionSet, type index_gen$g_PermissionSetScopeType as PermissionSetScopeType, type index_gen$g_Policy as Policy, type index_gen$g_Quotum as Quotum, type index_gen$g_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$g_Rule as Rule, type index_gen$g_RuleSpecs as RuleSpecs, type index_gen$g_SSHKey as SSHKey, type index_gen$g_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$g_SetRulesRequest as SetRulesRequest, type index_gen$g_SetRulesResponse as SetRulesResponse, type UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest, type UpdateApplicationRequest$1 as UpdateApplicationRequest, type UpdateGroupRequest$1 as UpdateGroupRequest, type UpdatePolicyRequest$1 as UpdatePolicyRequest, type UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest, type User$1 as User, type index_gen$g_UserStatus as UserStatus, type index_gen$g_UserType as UserType, validationRules_gen$4 as ValidationRules };
|
|
11885
11962
|
}
|
|
11886
11963
|
|
|
11887
11964
|
declare namespace index$j {
|
|
11888
|
-
export { index_gen$
|
|
11965
|
+
export { index_gen$g as v1alpha1 };
|
|
11889
11966
|
}
|
|
11890
11967
|
|
|
11891
11968
|
type Arch = 'x86_64' | 'arm' | 'arm64';
|
|
@@ -11913,7 +11990,7 @@ type TaskStatus = 'pending' | 'started' | 'success' | 'failure' | 'retry';
|
|
|
11913
11990
|
type VolumeServerState = 'available' | 'snapshotting' | 'error' | 'fetching' | 'resizing' | 'saving' | 'hotsyncing';
|
|
11914
11991
|
type VolumeServerVolumeType = 'l_ssd' | 'b_ssd' | 'sbs_volume' | 'scratch';
|
|
11915
11992
|
type VolumeState = 'available' | 'snapshotting' | 'error' | 'fetching' | 'resizing' | 'saving' | 'hotsyncing';
|
|
11916
|
-
type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified' | 'scratch' | 'sbs_volume';
|
|
11993
|
+
type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified' | 'scratch' | 'sbs_volume' | 'sbs_snapshot';
|
|
11917
11994
|
/** Bootscript. */
|
|
11918
11995
|
interface Bootscript {
|
|
11919
11996
|
/** Bootscript arguments. */
|
|
@@ -12387,6 +12464,8 @@ interface ServerIp {
|
|
|
12387
12464
|
dynamic: boolean;
|
|
12388
12465
|
/** Information about this address provisioning mode. */
|
|
12389
12466
|
provisioningMode: ServerIpProvisioningMode;
|
|
12467
|
+
/** Tags associated with the IP. */
|
|
12468
|
+
tags: string[];
|
|
12390
12469
|
}
|
|
12391
12470
|
/** Server. ipv6. */
|
|
12392
12471
|
interface ServerIpv6 {
|
|
@@ -13651,14 +13730,15 @@ type UpdateServerRequest = {
|
|
|
13651
13730
|
* is set to True you cannot set it back to False).
|
|
13652
13731
|
*/
|
|
13653
13732
|
routedIpEnabled?: boolean;
|
|
13654
|
-
|
|
13733
|
+
/** A list of reserved IP IDs to attach to the Instance. */
|
|
13734
|
+
publicIps?: string[];
|
|
13655
13735
|
enableIpv6?: boolean;
|
|
13656
13736
|
protected?: boolean;
|
|
13657
13737
|
securityGroup?: SecurityGroupTemplate;
|
|
13658
13738
|
/** Placement group ID if Instance must be part of a placement group. */
|
|
13659
13739
|
placementGroup?: string | null;
|
|
13660
13740
|
/** Instance private NICs. */
|
|
13661
|
-
privateNics?:
|
|
13741
|
+
privateNics?: string[];
|
|
13662
13742
|
/**
|
|
13663
13743
|
* Set the commercial_type for this Instance. Warning: This field has some
|
|
13664
13744
|
* restrictions:
|
|
@@ -15940,87 +16020,87 @@ declare class API$g extends API$u {
|
|
|
15940
16020
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
15941
16021
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
15942
16022
|
|
|
15943
|
-
type index_gen$
|
|
15944
|
-
type index_gen$
|
|
15945
|
-
type index_gen$
|
|
15946
|
-
type index_gen$
|
|
15947
|
-
type index_gen$
|
|
15948
|
-
type index_gen$
|
|
15949
|
-
type index_gen$
|
|
15950
|
-
type index_gen$
|
|
15951
|
-
type index_gen$
|
|
15952
|
-
type index_gen$
|
|
15953
|
-
type index_gen$
|
|
15954
|
-
type index_gen$
|
|
15955
|
-
type index_gen$
|
|
15956
|
-
type index_gen$
|
|
15957
|
-
type index_gen$
|
|
15958
|
-
type index_gen$
|
|
15959
|
-
type index_gen$
|
|
15960
|
-
type index_gen$
|
|
15961
|
-
type index_gen$
|
|
15962
|
-
type index_gen$
|
|
15963
|
-
type index_gen$
|
|
15964
|
-
type index_gen$
|
|
15965
|
-
type index_gen$
|
|
15966
|
-
type index_gen$
|
|
15967
|
-
type index_gen$
|
|
15968
|
-
type index_gen$
|
|
15969
|
-
type index_gen$
|
|
15970
|
-
type index_gen$
|
|
15971
|
-
type index_gen$
|
|
15972
|
-
type index_gen$
|
|
15973
|
-
type index_gen$
|
|
15974
|
-
type index_gen$
|
|
15975
|
-
type index_gen$
|
|
15976
|
-
type index_gen$
|
|
15977
|
-
declare const index_gen$
|
|
15978
|
-
type index_gen$
|
|
15979
|
-
type index_gen$
|
|
15980
|
-
type index_gen$
|
|
15981
|
-
type index_gen$
|
|
15982
|
-
type index_gen$
|
|
15983
|
-
type index_gen$
|
|
15984
|
-
type index_gen$
|
|
15985
|
-
type index_gen$
|
|
15986
|
-
type index_gen$
|
|
15987
|
-
type index_gen$
|
|
15988
|
-
type index_gen$
|
|
15989
|
-
type index_gen$
|
|
15990
|
-
type index_gen$
|
|
15991
|
-
type index_gen$
|
|
15992
|
-
type index_gen$
|
|
15993
|
-
type index_gen$
|
|
15994
|
-
type index_gen$
|
|
15995
|
-
type index_gen$
|
|
15996
|
-
type index_gen$
|
|
15997
|
-
type index_gen$
|
|
15998
|
-
type index_gen$
|
|
15999
|
-
type index_gen$
|
|
16000
|
-
type index_gen$
|
|
16001
|
-
type index_gen$
|
|
16002
|
-
type index_gen$
|
|
16003
|
-
type index_gen$
|
|
16004
|
-
type index_gen$
|
|
16005
|
-
type index_gen$
|
|
16006
|
-
type index_gen$
|
|
16007
|
-
type index_gen$
|
|
16008
|
-
type index_gen$
|
|
16009
|
-
type index_gen$
|
|
16010
|
-
type index_gen$
|
|
16011
|
-
type index_gen$
|
|
16012
|
-
type index_gen$
|
|
16013
|
-
type index_gen$
|
|
16014
|
-
type index_gen$
|
|
16015
|
-
type index_gen$
|
|
16016
|
-
type index_gen$
|
|
16017
|
-
type index_gen$
|
|
16018
|
-
declare namespace index_gen$
|
|
16019
|
-
export { API$g as API, type Certificate$1 as Certificate, type index_gen$
|
|
16023
|
+
type index_gen$f_CreateDeviceRequest = CreateDeviceRequest;
|
|
16024
|
+
type index_gen$f_CreateDeviceResponse = CreateDeviceResponse;
|
|
16025
|
+
type index_gen$f_CreateHubRequest = CreateHubRequest;
|
|
16026
|
+
type index_gen$f_CreateNetworkRequest = CreateNetworkRequest;
|
|
16027
|
+
type index_gen$f_CreateNetworkResponse = CreateNetworkResponse;
|
|
16028
|
+
type index_gen$f_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
16029
|
+
type index_gen$f_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
16030
|
+
type index_gen$f_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
16031
|
+
type index_gen$f_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
16032
|
+
type index_gen$f_DeleteHubRequest = DeleteHubRequest;
|
|
16033
|
+
type index_gen$f_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
16034
|
+
type index_gen$f_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
16035
|
+
type index_gen$f_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
16036
|
+
type index_gen$f_Device = Device;
|
|
16037
|
+
type index_gen$f_DeviceMessageFilters = DeviceMessageFilters;
|
|
16038
|
+
type index_gen$f_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
16039
|
+
type index_gen$f_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
16040
|
+
type index_gen$f_DeviceStatus = DeviceStatus;
|
|
16041
|
+
type index_gen$f_DisableDeviceRequest = DisableDeviceRequest;
|
|
16042
|
+
type index_gen$f_DisableHubRequest = DisableHubRequest;
|
|
16043
|
+
type index_gen$f_EnableDeviceRequest = EnableDeviceRequest;
|
|
16044
|
+
type index_gen$f_EnableHubRequest = EnableHubRequest;
|
|
16045
|
+
type index_gen$f_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
16046
|
+
type index_gen$f_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
16047
|
+
type index_gen$f_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
16048
|
+
type index_gen$f_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
16049
|
+
type index_gen$f_GetDeviceRequest = GetDeviceRequest;
|
|
16050
|
+
type index_gen$f_GetHubCARequest = GetHubCARequest;
|
|
16051
|
+
type index_gen$f_GetHubCAResponse = GetHubCAResponse;
|
|
16052
|
+
type index_gen$f_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
16053
|
+
type index_gen$f_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
16054
|
+
type index_gen$f_GetHubRequest = GetHubRequest;
|
|
16055
|
+
type index_gen$f_GetNetworkRequest = GetNetworkRequest;
|
|
16056
|
+
type index_gen$f_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
16057
|
+
declare const index_gen$f_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
16058
|
+
type index_gen$f_Hub = Hub;
|
|
16059
|
+
type index_gen$f_HubProductPlan = HubProductPlan;
|
|
16060
|
+
type index_gen$f_HubStatus = HubStatus;
|
|
16061
|
+
type index_gen$f_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
16062
|
+
type index_gen$f_ListDevicesRequest = ListDevicesRequest;
|
|
16063
|
+
type index_gen$f_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
16064
|
+
type index_gen$f_ListDevicesResponse = ListDevicesResponse;
|
|
16065
|
+
type index_gen$f_ListHubsRequest = ListHubsRequest;
|
|
16066
|
+
type index_gen$f_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
16067
|
+
type index_gen$f_ListHubsResponse = ListHubsResponse;
|
|
16068
|
+
type index_gen$f_ListNetworksRequest = ListNetworksRequest;
|
|
16069
|
+
type index_gen$f_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
16070
|
+
type index_gen$f_ListNetworksResponse = ListNetworksResponse;
|
|
16071
|
+
type index_gen$f_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
16072
|
+
type index_gen$f_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
16073
|
+
type index_gen$f_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
16074
|
+
type index_gen$f_Network = Network;
|
|
16075
|
+
type index_gen$f_NetworkNetworkType = NetworkNetworkType;
|
|
16076
|
+
type index_gen$f_NullValue = NullValue;
|
|
16077
|
+
type index_gen$f_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
16078
|
+
type index_gen$f_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
16079
|
+
type index_gen$f_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
16080
|
+
type index_gen$f_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
16081
|
+
type index_gen$f_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
16082
|
+
type index_gen$f_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
16083
|
+
type index_gen$f_RouteRestConfig = RouteRestConfig;
|
|
16084
|
+
type index_gen$f_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
16085
|
+
type index_gen$f_RouteRouteType = RouteRouteType;
|
|
16086
|
+
type index_gen$f_RouteS3Config = RouteS3Config;
|
|
16087
|
+
type index_gen$f_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
16088
|
+
type index_gen$f_RouteSummary = RouteSummary;
|
|
16089
|
+
type index_gen$f_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
16090
|
+
type index_gen$f_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
16091
|
+
type index_gen$f_SetHubCARequest = SetHubCARequest;
|
|
16092
|
+
type index_gen$f_TwinDocument = TwinDocument;
|
|
16093
|
+
type index_gen$f_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
16094
|
+
type index_gen$f_UpdateHubRequest = UpdateHubRequest;
|
|
16095
|
+
type index_gen$f_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
16096
|
+
type index_gen$f_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
16097
|
+
type index_gen$f_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
16098
|
+
declare namespace index_gen$f {
|
|
16099
|
+
export { API$g as API, type Certificate$1 as Certificate, type index_gen$f_CreateDeviceRequest as CreateDeviceRequest, type index_gen$f_CreateDeviceResponse as CreateDeviceResponse, type index_gen$f_CreateHubRequest as CreateHubRequest, type index_gen$f_CreateNetworkRequest as CreateNetworkRequest, type index_gen$f_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$f_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$f_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$f_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$f_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$f_DeleteHubRequest as DeleteHubRequest, type index_gen$f_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$f_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$f_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$f_Device as Device, type index_gen$f_DeviceMessageFilters as DeviceMessageFilters, type index_gen$f_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$f_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$f_DeviceStatus as DeviceStatus, type index_gen$f_DisableDeviceRequest as DisableDeviceRequest, type index_gen$f_DisableHubRequest as DisableHubRequest, type index_gen$f_EnableDeviceRequest as EnableDeviceRequest, type index_gen$f_EnableHubRequest as EnableHubRequest, type index_gen$f_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$f_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$f_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$f_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$f_GetDeviceRequest as GetDeviceRequest, type index_gen$f_GetHubCARequest as GetHubCARequest, type index_gen$f_GetHubCAResponse as GetHubCAResponse, type index_gen$f_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$f_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$f_GetHubRequest as GetHubRequest, type index_gen$f_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$f_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$f_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$f_Hub as Hub, type index_gen$f_HubProductPlan as HubProductPlan, type index_gen$f_HubStatus as HubStatus, type index_gen$f_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$f_ListDevicesRequest as ListDevicesRequest, type index_gen$f_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$f_ListDevicesResponse as ListDevicesResponse, type index_gen$f_ListHubsRequest as ListHubsRequest, type index_gen$f_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$f_ListHubsResponse as ListHubsResponse, type index_gen$f_ListNetworksRequest as ListNetworksRequest, type index_gen$f_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$f_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$f_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$f_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$f_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$f_Network as Network, type index_gen$f_NetworkNetworkType as NetworkNetworkType, type index_gen$f_NullValue as NullValue, type index_gen$f_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$f_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$f_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$f_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$f_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$f_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$f_RouteRestConfig as RouteRestConfig, type index_gen$f_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$f_RouteRouteType as RouteRouteType, type index_gen$f_RouteS3Config as RouteS3Config, type index_gen$f_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$f_RouteSummary as RouteSummary, type index_gen$f_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$f_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$f_SetHubCARequest as SetHubCARequest, type index_gen$f_TwinDocument as TwinDocument, type index_gen$f_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$f_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$f_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$f_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$f_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
|
|
16020
16100
|
}
|
|
16021
16101
|
|
|
16022
16102
|
declare namespace index$g {
|
|
16023
|
-
export { index_gen$
|
|
16103
|
+
export { index_gen$f as v1 };
|
|
16024
16104
|
}
|
|
16025
16105
|
|
|
16026
16106
|
type ListPinsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -16347,36 +16427,36 @@ declare class API$f extends API$u {
|
|
|
16347
16427
|
/** Lists transient statutes of the enum {@link PinStatus}. */
|
|
16348
16428
|
declare const PIN_TRANSIENT_STATUSES: PinStatus[];
|
|
16349
16429
|
|
|
16350
|
-
type index_gen$
|
|
16351
|
-
type index_gen$
|
|
16352
|
-
type index_gen$
|
|
16353
|
-
type index_gen$
|
|
16354
|
-
type index_gen$
|
|
16355
|
-
type index_gen$
|
|
16356
|
-
type index_gen$
|
|
16357
|
-
type index_gen$
|
|
16358
|
-
type index_gen$
|
|
16359
|
-
type index_gen$
|
|
16360
|
-
type index_gen$
|
|
16361
|
-
type index_gen$
|
|
16362
|
-
type index_gen$
|
|
16363
|
-
declare const index_gen$
|
|
16364
|
-
type index_gen$
|
|
16365
|
-
type index_gen$
|
|
16366
|
-
type index_gen$
|
|
16367
|
-
type index_gen$
|
|
16368
|
-
type index_gen$
|
|
16369
|
-
type index_gen$
|
|
16370
|
-
type index_gen$
|
|
16371
|
-
type index_gen$
|
|
16372
|
-
type index_gen$
|
|
16373
|
-
type index_gen$
|
|
16374
|
-
declare namespace index_gen$
|
|
16375
|
-
export { API$f as API, type index_gen$
|
|
16430
|
+
type index_gen$e_CreatePinByCIDRequest = CreatePinByCIDRequest;
|
|
16431
|
+
type index_gen$e_CreatePinByURLRequest = CreatePinByURLRequest;
|
|
16432
|
+
type index_gen$e_CreateVolumeRequest = CreateVolumeRequest;
|
|
16433
|
+
type index_gen$e_DeletePinRequest = DeletePinRequest;
|
|
16434
|
+
type index_gen$e_DeleteVolumeRequest = DeleteVolumeRequest;
|
|
16435
|
+
type index_gen$e_GetPinRequest = GetPinRequest;
|
|
16436
|
+
type index_gen$e_GetVolumeRequest = GetVolumeRequest;
|
|
16437
|
+
type index_gen$e_ListPinsRequest = ListPinsRequest;
|
|
16438
|
+
type index_gen$e_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
|
|
16439
|
+
type index_gen$e_ListPinsResponse = ListPinsResponse;
|
|
16440
|
+
type index_gen$e_ListVolumesRequest = ListVolumesRequest;
|
|
16441
|
+
type index_gen$e_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
|
|
16442
|
+
type index_gen$e_ListVolumesResponse = ListVolumesResponse;
|
|
16443
|
+
declare const index_gen$e_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
|
|
16444
|
+
type index_gen$e_Pin = Pin;
|
|
16445
|
+
type index_gen$e_PinCID = PinCID;
|
|
16446
|
+
type index_gen$e_PinCIDMeta = PinCIDMeta;
|
|
16447
|
+
type index_gen$e_PinDetails = PinDetails;
|
|
16448
|
+
type index_gen$e_PinInfo = PinInfo;
|
|
16449
|
+
type index_gen$e_PinOptions = PinOptions;
|
|
16450
|
+
type index_gen$e_PinStatus = PinStatus;
|
|
16451
|
+
type index_gen$e_ReplacePinRequest = ReplacePinRequest;
|
|
16452
|
+
type index_gen$e_ReplacePinResponse = ReplacePinResponse;
|
|
16453
|
+
type index_gen$e_UpdateVolumeRequest = UpdateVolumeRequest;
|
|
16454
|
+
declare namespace index_gen$e {
|
|
16455
|
+
export { API$f as API, type index_gen$e_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$e_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$e_CreateVolumeRequest as CreateVolumeRequest, type index_gen$e_DeletePinRequest as DeletePinRequest, type index_gen$e_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$e_GetPinRequest as GetPinRequest, type index_gen$e_GetVolumeRequest as GetVolumeRequest, type index_gen$e_ListPinsRequest as ListPinsRequest, type index_gen$e_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$e_ListPinsResponse as ListPinsResponse, type index_gen$e_ListVolumesRequest as ListVolumesRequest, type index_gen$e_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$e_ListVolumesResponse as ListVolumesResponse, index_gen$e_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$e_Pin as Pin, type index_gen$e_PinCID as PinCID, type index_gen$e_PinCIDMeta as PinCIDMeta, type index_gen$e_PinDetails as PinDetails, type index_gen$e_PinInfo as PinInfo, type index_gen$e_PinOptions as PinOptions, type index_gen$e_PinStatus as PinStatus, type index_gen$e_ReplacePinRequest as ReplacePinRequest, type index_gen$e_ReplacePinResponse as ReplacePinResponse, type index_gen$e_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
|
|
16376
16456
|
}
|
|
16377
16457
|
|
|
16378
16458
|
declare namespace index$f {
|
|
16379
|
-
export { index_gen$
|
|
16459
|
+
export { index_gen$e as v1alpha1 };
|
|
16380
16460
|
}
|
|
16381
16461
|
|
|
16382
16462
|
type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
@@ -17902,17 +17982,17 @@ declare const UpdateClusterRequestAutoscalerConfig: {
|
|
|
17902
17982
|
};
|
|
17903
17983
|
};
|
|
17904
17984
|
|
|
17905
|
-
declare const validationRules_gen$
|
|
17906
|
-
declare const validationRules_gen$
|
|
17907
|
-
declare const validationRules_gen$
|
|
17908
|
-
declare const validationRules_gen$
|
|
17909
|
-
declare const validationRules_gen$
|
|
17910
|
-
declare const validationRules_gen$
|
|
17911
|
-
declare const validationRules_gen$
|
|
17912
|
-
declare const validationRules_gen$
|
|
17913
|
-
declare const validationRules_gen$
|
|
17914
|
-
declare namespace validationRules_gen$
|
|
17915
|
-
export { CreateClusterRequest$1 as CreateClusterRequest, validationRules_gen$
|
|
17985
|
+
declare const validationRules_gen$3_CreateClusterRequestAutoscalerConfig: typeof CreateClusterRequestAutoscalerConfig;
|
|
17986
|
+
declare const validationRules_gen$3_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
|
|
17987
|
+
declare const validationRules_gen$3_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
|
|
17988
|
+
declare const validationRules_gen$3_CreatePoolRequest: typeof CreatePoolRequest;
|
|
17989
|
+
declare const validationRules_gen$3_ListClusterTypesRequest: typeof ListClusterTypesRequest;
|
|
17990
|
+
declare const validationRules_gen$3_ListNodesRequest: typeof ListNodesRequest;
|
|
17991
|
+
declare const validationRules_gen$3_ListPoolsRequest: typeof ListPoolsRequest;
|
|
17992
|
+
declare const validationRules_gen$3_MaintenanceWindow: typeof MaintenanceWindow;
|
|
17993
|
+
declare const validationRules_gen$3_UpdateClusterRequestAutoscalerConfig: typeof UpdateClusterRequestAutoscalerConfig;
|
|
17994
|
+
declare namespace validationRules_gen$3 {
|
|
17995
|
+
export { CreateClusterRequest$1 as CreateClusterRequest, validationRules_gen$3_CreateClusterRequestAutoscalerConfig as CreateClusterRequestAutoscalerConfig, validationRules_gen$3_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig, validationRules_gen$3_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig, validationRules_gen$3_CreatePoolRequest as CreatePoolRequest, validationRules_gen$3_ListClusterTypesRequest as ListClusterTypesRequest, ListClustersRequest$1 as ListClustersRequest, validationRules_gen$3_ListNodesRequest as ListNodesRequest, validationRules_gen$3_ListPoolsRequest as ListPoolsRequest, validationRules_gen$3_MaintenanceWindow as MaintenanceWindow, UpdateClusterRequest$1 as UpdateClusterRequest, validationRules_gen$3_UpdateClusterRequestAutoscalerConfig as UpdateClusterRequestAutoscalerConfig };
|
|
17916
17996
|
}
|
|
17917
17997
|
|
|
17918
17998
|
type index$e_AutoscalerEstimator = AutoscalerEstimator;
|
|
@@ -17966,7 +18046,7 @@ type index$e_UpdatePoolRequestUpgradePolicy = UpdatePoolRequestUpgradePolicy;
|
|
|
17966
18046
|
type index$e_UpgradeClusterRequest = UpgradeClusterRequest;
|
|
17967
18047
|
type index$e_UpgradePoolRequest = UpgradePoolRequest;
|
|
17968
18048
|
declare namespace index$e {
|
|
17969
|
-
export { K8SUtilsAPI as API, type index$e_AutoscalerEstimator as AutoscalerEstimator, type index$e_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$e_CNI as CNI, type Cluster$1 as Cluster, type index$e_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$e_ClusterType as ClusterType, type index$e_ClusterTypeAvailability as ClusterTypeAvailability, type index$e_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$e_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$e_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$e_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$e_DeleteNodeRequest as DeleteNodeRequest, type index$e_DeletePoolRequest as DeletePoolRequest, type index$e_ExternalNode as ExternalNode, type index$e_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$e_GetNodeRequest as GetNodeRequest, type index$e_GetPoolRequest as GetPoolRequest, type GetVersionRequest$2 as GetVersionRequest, type index$e_Ingress as Ingress, type index$e_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$e_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$e_ListClusterTypesResponse as ListClusterTypesResponse, type ListClustersRequest$2 as ListClustersRequest, type ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy, type ListClustersResponse$1 as ListClustersResponse, type ListNodesRequest$1 as ListNodesRequest, type index$e_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$e_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$e_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$e_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$2 as ListVersionsRequest, type ListVersionsResponse$2 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$e_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$e_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$e_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$e_Node as Node, type index$e_NodeStatus as NodeStatus, index$e_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$e_Pool as Pool, type index$e_PoolStatus as PoolStatus, type index$e_PoolUpgradePolicy as PoolUpgradePolicy, type index$e_PoolVolumeType as PoolVolumeType, type index$e_RebootNodeRequest as RebootNodeRequest, type index$e_ReplaceNodeRequest as ReplaceNodeRequest, type index$e_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$e_Runtime as Runtime, type index$e_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$e_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$e_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$e_UpdatePoolRequest as UpdatePoolRequest, type index$e_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$e_UpgradeClusterRequest as UpgradeClusterRequest, type index$e_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$
|
|
18049
|
+
export { K8SUtilsAPI as API, type index$e_AutoscalerEstimator as AutoscalerEstimator, type index$e_AutoscalerExpander as AutoscalerExpander, CLUSTER_TRANSIENT_STATUSES$1 as CLUSTER_TRANSIENT_STATUSES, type index$e_CNI as CNI, type Cluster$1 as Cluster, type index$e_ClusterAutoUpgrade as ClusterAutoUpgrade, type index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig, type index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig, type ClusterStatus$1 as ClusterStatus, type index$e_ClusterType as ClusterType, type index$e_ClusterTypeAvailability as ClusterTypeAvailability, type index$e_ClusterTypeResiliency as ClusterTypeResiliency, type CreateClusterRequest$2 as CreateClusterRequest, type index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade, type CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig, type CreateClusterRequestOpenIDConnectConfig$1 as CreateClusterRequestOpenIDConnectConfig, type CreateClusterRequestPoolConfig$1 as CreateClusterRequestPoolConfig, type index$e_CreateClusterRequestPoolConfigUpgradePolicy as CreateClusterRequestPoolConfigUpgradePolicy, type index$e_CreateExternalNodeRequest as CreateExternalNodeRequest, type CreatePoolRequest$1 as CreatePoolRequest, type index$e_CreatePoolRequestUpgradePolicy as CreatePoolRequestUpgradePolicy, type DeleteClusterRequest$1 as DeleteClusterRequest, type index$e_DeleteNodeRequest as DeleteNodeRequest, type index$e_DeletePoolRequest as DeletePoolRequest, type index$e_ExternalNode as ExternalNode, type index$e_GetClusterKubeConfigRequest as GetClusterKubeConfigRequest, type GetClusterRequest$1 as GetClusterRequest, type index$e_GetNodeRequest as GetNodeRequest, type index$e_GetPoolRequest as GetPoolRequest, type GetVersionRequest$2 as GetVersionRequest, type index$e_Ingress as Ingress, type index$e_ListClusterAvailableTypesRequest as ListClusterAvailableTypesRequest, type index$e_ListClusterAvailableTypesResponse as ListClusterAvailableTypesResponse, type index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest, type index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse, type ListClusterTypesRequest$1 as ListClusterTypesRequest, type index$e_ListClusterTypesResponse as ListClusterTypesResponse, type ListClustersRequest$2 as ListClustersRequest, type ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy, type ListClustersResponse$1 as ListClustersResponse, type ListNodesRequest$1 as ListNodesRequest, type index$e_ListNodesRequestOrderBy as ListNodesRequestOrderBy, type index$e_ListNodesResponse as ListNodesResponse, type ListPoolsRequest$1 as ListPoolsRequest, type index$e_ListPoolsRequestOrderBy as ListPoolsRequestOrderBy, type index$e_ListPoolsResponse as ListPoolsResponse, type ListVersionsRequest$2 as ListVersionsRequest, type ListVersionsResponse$2 as ListVersionsResponse, type MaintenanceWindow$1 as MaintenanceWindow, type index$e_MaintenanceWindowDayOfTheWeek as MaintenanceWindowDayOfTheWeek, type index$e_MigrateToPrivateNetworkClusterRequest as MigrateToPrivateNetworkClusterRequest, index$e_NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES, type index$e_Node as Node, type index$e_NodeStatus as NodeStatus, index$e_POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES, type index$e_Pool as Pool, type index$e_PoolStatus as PoolStatus, type index$e_PoolUpgradePolicy as PoolUpgradePolicy, type index$e_PoolVolumeType as PoolVolumeType, type index$e_RebootNodeRequest as RebootNodeRequest, type index$e_ReplaceNodeRequest as ReplaceNodeRequest, type index$e_ResetClusterAdminTokenRequest as ResetClusterAdminTokenRequest, type index$e_Runtime as Runtime, type index$e_SetClusterTypeRequest as SetClusterTypeRequest, type UpdateClusterRequest$2 as UpdateClusterRequest, type index$e_UpdateClusterRequestAutoUpgrade as UpdateClusterRequestAutoUpgrade, type UpdateClusterRequestAutoscalerConfig$1 as UpdateClusterRequestAutoscalerConfig, type index$e_UpdateClusterRequestOpenIDConnectConfig as UpdateClusterRequestOpenIDConnectConfig, type index$e_UpdatePoolRequest as UpdatePoolRequest, type index$e_UpdatePoolRequestUpgradePolicy as UpdatePoolRequestUpgradePolicy, type index$e_UpgradeClusterRequest as UpgradeClusterRequest, type index$e_UpgradePoolRequest as UpgradePoolRequest, validationRules_gen$3 as ValidationRules, type Version$2 as Version };
|
|
17970
18050
|
}
|
|
17971
18051
|
|
|
17972
18052
|
declare namespace index$d {
|
|
@@ -22054,11 +22134,11 @@ declare class API$c extends API$u {
|
|
|
22054
22134
|
getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<GetVersionResponse>;
|
|
22055
22135
|
}
|
|
22056
22136
|
|
|
22057
|
-
type index_gen$
|
|
22058
|
-
type index_gen$
|
|
22059
|
-
type index_gen$
|
|
22060
|
-
declare namespace index_gen$
|
|
22061
|
-
export { API$c as API, type GetImageRequest$2 as GetImageRequest, type index_gen$
|
|
22137
|
+
type index_gen$d_GetImageResponse = GetImageResponse;
|
|
22138
|
+
type index_gen$d_GetVersionResponse = GetVersionResponse;
|
|
22139
|
+
type index_gen$d_Organization = Organization;
|
|
22140
|
+
declare namespace index_gen$d {
|
|
22141
|
+
export { API$c as API, type GetImageRequest$2 as GetImageRequest, type index_gen$d_GetImageResponse as GetImageResponse, type GetVersionRequest$1 as GetVersionRequest, type index_gen$d_GetVersionResponse as GetVersionResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type LocalImage$1 as LocalImage, type index_gen$d_Organization as Organization, type Version$1 as Version };
|
|
22062
22142
|
}
|
|
22063
22143
|
|
|
22064
22144
|
type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
@@ -22293,27 +22373,27 @@ declare class API$b extends API$u {
|
|
|
22293
22373
|
getCategory: (request: Readonly<GetCategoryRequest>) => Promise<Category>;
|
|
22294
22374
|
}
|
|
22295
22375
|
|
|
22296
|
-
type index_gen$
|
|
22297
|
-
type index_gen$
|
|
22298
|
-
type index_gen$
|
|
22299
|
-
type index_gen$
|
|
22300
|
-
type index_gen$
|
|
22301
|
-
type index_gen$
|
|
22302
|
-
type index_gen$
|
|
22303
|
-
type index_gen$
|
|
22304
|
-
type index_gen$
|
|
22305
|
-
type index_gen$
|
|
22306
|
-
type index_gen$
|
|
22307
|
-
type index_gen$
|
|
22308
|
-
type index_gen$
|
|
22309
|
-
type index_gen$
|
|
22310
|
-
type index_gen$
|
|
22311
|
-
declare namespace index_gen$
|
|
22312
|
-
export { API$b as API, type index_gen$
|
|
22376
|
+
type index_gen$c_Category = Category;
|
|
22377
|
+
type index_gen$c_GetCategoryRequest = GetCategoryRequest;
|
|
22378
|
+
type index_gen$c_GetLocalImageRequest = GetLocalImageRequest;
|
|
22379
|
+
type index_gen$c_GetVersionRequest = GetVersionRequest;
|
|
22380
|
+
type index_gen$c_ListCategoriesRequest = ListCategoriesRequest;
|
|
22381
|
+
type index_gen$c_ListCategoriesResponse = ListCategoriesResponse;
|
|
22382
|
+
type index_gen$c_ListLocalImagesRequest = ListLocalImagesRequest;
|
|
22383
|
+
type index_gen$c_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
|
|
22384
|
+
type index_gen$c_ListLocalImagesResponse = ListLocalImagesResponse;
|
|
22385
|
+
type index_gen$c_ListVersionsRequest = ListVersionsRequest;
|
|
22386
|
+
type index_gen$c_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
|
|
22387
|
+
type index_gen$c_ListVersionsResponse = ListVersionsResponse;
|
|
22388
|
+
type index_gen$c_LocalImage = LocalImage;
|
|
22389
|
+
type index_gen$c_LocalImageType = LocalImageType;
|
|
22390
|
+
type index_gen$c_Version = Version;
|
|
22391
|
+
declare namespace index_gen$c {
|
|
22392
|
+
export { API$b as API, type index_gen$c_Category as Category, type index_gen$c_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$c_GetLocalImageRequest as GetLocalImageRequest, type index_gen$c_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$c_ListCategoriesRequest as ListCategoriesRequest, type index_gen$c_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$c_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$c_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$c_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$c_ListVersionsRequest as ListVersionsRequest, type index_gen$c_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$c_ListVersionsResponse as ListVersionsResponse, type index_gen$c_LocalImage as LocalImage, type index_gen$c_LocalImageType as LocalImageType, type index_gen$c_Version as Version };
|
|
22313
22393
|
}
|
|
22314
22394
|
|
|
22315
22395
|
declare namespace index$a {
|
|
22316
|
-
export { index_gen$
|
|
22396
|
+
export { index_gen$d as v1, index_gen$c as v2 };
|
|
22317
22397
|
}
|
|
22318
22398
|
|
|
22319
22399
|
type ListCredentialsRequestOrderBy = 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc';
|
|
@@ -22668,168 +22748,998 @@ declare class API$a extends API$u {
|
|
|
22668
22748
|
getCredential: (request: Readonly<GetCredentialRequest>) => Promise<Credential>;
|
|
22669
22749
|
}
|
|
22670
22750
|
|
|
22671
|
-
type index_gen$
|
|
22672
|
-
type index_gen$
|
|
22673
|
-
type index_gen$
|
|
22674
|
-
type index_gen$
|
|
22675
|
-
type index_gen$
|
|
22676
|
-
type index_gen$
|
|
22677
|
-
type index_gen$
|
|
22678
|
-
type index_gen$
|
|
22679
|
-
type index_gen$
|
|
22680
|
-
type index_gen$
|
|
22681
|
-
type index_gen$
|
|
22682
|
-
type index_gen$
|
|
22683
|
-
type index_gen$
|
|
22684
|
-
type index_gen$
|
|
22685
|
-
declare namespace index_gen$
|
|
22686
|
-
export { API$a as API, type index_gen$
|
|
22687
|
-
}
|
|
22688
|
-
|
|
22689
|
-
declare namespace index$9 {
|
|
22690
|
-
export { index_gen$a as v1alpha1 };
|
|
22751
|
+
type index_gen$b_CreateCredentialRequest = CreateCredentialRequest;
|
|
22752
|
+
type index_gen$b_Credential = Credential;
|
|
22753
|
+
type index_gen$b_CredentialNATSCredsFile = CredentialNATSCredsFile;
|
|
22754
|
+
type index_gen$b_CredentialSQSSNSCreds = CredentialSQSSNSCreds;
|
|
22755
|
+
type index_gen$b_CredentialSummary = CredentialSummary;
|
|
22756
|
+
type index_gen$b_CredentialSummarySQSSNSCreds = CredentialSummarySQSSNSCreds;
|
|
22757
|
+
type index_gen$b_DeleteCredentialRequest = DeleteCredentialRequest;
|
|
22758
|
+
type index_gen$b_GetCredentialRequest = GetCredentialRequest;
|
|
22759
|
+
type index_gen$b_ListCredentialsRequest = ListCredentialsRequest;
|
|
22760
|
+
type index_gen$b_ListCredentialsRequestOrderBy = ListCredentialsRequestOrderBy;
|
|
22761
|
+
type index_gen$b_ListCredentialsResponse = ListCredentialsResponse;
|
|
22762
|
+
type index_gen$b_NamespaceProtocol = NamespaceProtocol;
|
|
22763
|
+
type index_gen$b_Permissions = Permissions;
|
|
22764
|
+
type index_gen$b_UpdateCredentialRequest = UpdateCredentialRequest;
|
|
22765
|
+
declare namespace index_gen$b {
|
|
22766
|
+
export { API$a as API, type index_gen$b_CreateCredentialRequest as CreateCredentialRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$b_Credential as Credential, type index_gen$b_CredentialNATSCredsFile as CredentialNATSCredsFile, type index_gen$b_CredentialSQSSNSCreds as CredentialSQSSNSCreds, type index_gen$b_CredentialSummary as CredentialSummary, type index_gen$b_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds, type index_gen$b_DeleteCredentialRequest as DeleteCredentialRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$b_GetCredentialRequest as GetCredentialRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$b_ListCredentialsRequest as ListCredentialsRequest, type index_gen$b_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy, type index_gen$b_ListCredentialsResponse as ListCredentialsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type Namespace$1 as Namespace, type index_gen$b_NamespaceProtocol as NamespaceProtocol, type index_gen$b_Permissions as Permissions, type index_gen$b_UpdateCredentialRequest as UpdateCredentialRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest };
|
|
22691
22767
|
}
|
|
22692
22768
|
|
|
22693
|
-
type
|
|
22694
|
-
type
|
|
22695
|
-
type
|
|
22696
|
-
type
|
|
22697
|
-
type
|
|
22698
|
-
type
|
|
22699
|
-
|
|
22700
|
-
|
|
22701
|
-
|
|
22702
|
-
|
|
22703
|
-
|
|
22704
|
-
|
|
22705
|
-
type ListSnapshotsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'expires_at_asc' | 'expires_at_desc';
|
|
22706
|
-
type ListUsersRequestOrderBy = 'name_asc' | 'name_desc' | 'is_admin_asc' | 'is_admin_desc';
|
|
22707
|
-
type MaintenanceStatus = 'unknown' | 'pending' | 'done' | 'canceled';
|
|
22708
|
-
type NodeTypeGeneration = 'unknown_generation' | 'generation_v1' | 'generation_v2';
|
|
22709
|
-
type NodeTypeStock$1 = 'unknown' | 'low_stock' | 'out_of_stock' | 'available';
|
|
22710
|
-
type Permission = 'readonly' | 'readwrite' | 'all' | 'custom' | 'none';
|
|
22711
|
-
/** Read replica. status. */
|
|
22712
|
-
type ReadReplicaStatus = 'unknown' | 'provisioning' | 'initializing' | 'ready' | 'deleting' | 'error' | 'locked' | 'configuring' | 'promoting';
|
|
22713
|
-
type SnapshotStatus = 'unknown' | 'creating' | 'ready' | 'restoring' | 'deleting' | 'error' | 'locked';
|
|
22714
|
-
type VolumeType = 'lssd' | 'bssd' | 'sbs';
|
|
22715
|
-
interface ACLRule$1 {
|
|
22716
|
-
ip: string;
|
|
22717
|
-
/** @deprecated */
|
|
22718
|
-
port?: number;
|
|
22719
|
-
protocol: ACLRuleProtocol;
|
|
22720
|
-
direction: ACLRuleDirection;
|
|
22721
|
-
action: ACLRuleAction;
|
|
22722
|
-
description: string;
|
|
22769
|
+
type ListNatsAccountsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
22770
|
+
type ListNatsCredentialsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
22771
|
+
type ListSnsCredentialsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
22772
|
+
type ListSqsCredentialsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
22773
|
+
type SnsInfoStatus = 'unknown_status' | 'enabled' | 'disabled';
|
|
22774
|
+
type SqsInfoStatus = 'unknown_status' | 'enabled' | 'disabled';
|
|
22775
|
+
/** File. */
|
|
22776
|
+
interface File {
|
|
22777
|
+
/** File name. */
|
|
22778
|
+
name: string;
|
|
22779
|
+
/** File content. */
|
|
22780
|
+
content: string;
|
|
22723
22781
|
}
|
|
22724
|
-
|
|
22725
|
-
|
|
22726
|
-
|
|
22782
|
+
/** List nats accounts response. */
|
|
22783
|
+
interface ListNatsAccountsResponse {
|
|
22784
|
+
/** Total count of existing NATS accounts (matching any filters specified). */
|
|
22785
|
+
totalCount: number;
|
|
22786
|
+
/** NATS accounts on this page. */
|
|
22787
|
+
natsAccounts: NatsAccount[];
|
|
22727
22788
|
}
|
|
22728
|
-
/**
|
|
22729
|
-
interface
|
|
22730
|
-
/**
|
|
22731
|
-
|
|
22789
|
+
/** List nats credentials response. */
|
|
22790
|
+
interface ListNatsCredentialsResponse {
|
|
22791
|
+
/** Total count of existing credentials (matching any filters specified). */
|
|
22792
|
+
totalCount: number;
|
|
22793
|
+
/** Credentials on this page. */
|
|
22794
|
+
natsCredentials: NatsCredentials[];
|
|
22732
22795
|
}
|
|
22733
|
-
/**
|
|
22734
|
-
interface
|
|
22735
|
-
/**
|
|
22736
|
-
|
|
22796
|
+
/** List sns credentials response. */
|
|
22797
|
+
interface ListSnsCredentialsResponse {
|
|
22798
|
+
/** Total count of existing credentials (matching any filters specified). */
|
|
22799
|
+
totalCount: number;
|
|
22800
|
+
/** SNS credentials on this page. */
|
|
22801
|
+
snsCredentials: SnsCredentials[];
|
|
22737
22802
|
}
|
|
22738
|
-
/**
|
|
22739
|
-
interface
|
|
22740
|
-
/**
|
|
22741
|
-
|
|
22742
|
-
/**
|
|
22743
|
-
|
|
22744
|
-
/** Defines whether the backup schedule feature is disabled. */
|
|
22745
|
-
disabled: boolean;
|
|
22746
|
-
/** Next run of the backup schedule (accurate to 10 minutes). */
|
|
22747
|
-
nextRunAt?: Date;
|
|
22803
|
+
/** List sqs credentials response. */
|
|
22804
|
+
interface ListSqsCredentialsResponse {
|
|
22805
|
+
/** Total count of existing credentials (matching any filters specified). */
|
|
22806
|
+
totalCount: number;
|
|
22807
|
+
/** SQS credentials on this page. */
|
|
22808
|
+
sqsCredentials: SqsCredentials[];
|
|
22748
22809
|
}
|
|
22749
|
-
/**
|
|
22750
|
-
interface
|
|
22751
|
-
/**
|
|
22810
|
+
/** Nats account. */
|
|
22811
|
+
interface NatsAccount {
|
|
22812
|
+
/** NATS account ID. */
|
|
22813
|
+
id: string;
|
|
22814
|
+
/** NATS account name. */
|
|
22752
22815
|
name: string;
|
|
22753
|
-
/**
|
|
22754
|
-
|
|
22755
|
-
/**
|
|
22756
|
-
|
|
22757
|
-
/**
|
|
22758
|
-
|
|
22816
|
+
/** Endpoint of the NATS service for this account. */
|
|
22817
|
+
endpoint: string;
|
|
22818
|
+
/** Project ID of the Project containing the NATS account. */
|
|
22819
|
+
projectId: string;
|
|
22820
|
+
/** Region where the NATS account is deployed. */
|
|
22821
|
+
region: Region;
|
|
22822
|
+
/** NATS account creation date. */
|
|
22823
|
+
createdAt?: Date;
|
|
22824
|
+
/** NATS account last modification date. */
|
|
22825
|
+
updatedAt?: Date;
|
|
22759
22826
|
}
|
|
22760
|
-
/**
|
|
22761
|
-
interface
|
|
22762
|
-
/**
|
|
22827
|
+
/** Nats credentials. */
|
|
22828
|
+
interface NatsCredentials {
|
|
22829
|
+
/** ID of the credentials. */
|
|
22763
22830
|
id: string;
|
|
22764
|
-
/**
|
|
22765
|
-
instanceId: string;
|
|
22766
|
-
/** Name of backed up database. */
|
|
22767
|
-
databaseName: string;
|
|
22768
|
-
/** Name of the backup. */
|
|
22831
|
+
/** Name of the credentials. */
|
|
22769
22832
|
name: string;
|
|
22770
|
-
/**
|
|
22771
|
-
|
|
22772
|
-
/**
|
|
22773
|
-
size?: number;
|
|
22774
|
-
/** Expiration date (must follow the ISO 8601 format). */
|
|
22775
|
-
expiresAt?: Date;
|
|
22776
|
-
/** Creation date (must follow the ISO 8601 format). */
|
|
22833
|
+
/** NATS account containing the credentials. */
|
|
22834
|
+
natsAccountId: string;
|
|
22835
|
+
/** NATS credentials creation date. */
|
|
22777
22836
|
createdAt?: Date;
|
|
22778
|
-
/**
|
|
22837
|
+
/** NATS credentials last modification date. */
|
|
22779
22838
|
updatedAt?: Date;
|
|
22780
|
-
/**
|
|
22781
|
-
|
|
22782
|
-
|
|
22783
|
-
|
|
22784
|
-
|
|
22785
|
-
|
|
22786
|
-
|
|
22787
|
-
region: Region;
|
|
22788
|
-
/** Store logical backups in the same region as the source Database Instance. */
|
|
22789
|
-
sameRegion: boolean;
|
|
22839
|
+
/**
|
|
22840
|
+
* Object containing the credentials file (Only returned by **Create Nats
|
|
22841
|
+
* Credentials** call).
|
|
22842
|
+
*/
|
|
22843
|
+
credentials?: File;
|
|
22844
|
+
/** Checksum of the credentials file. */
|
|
22845
|
+
checksum: string;
|
|
22790
22846
|
}
|
|
22791
|
-
/**
|
|
22792
|
-
interface
|
|
22793
|
-
/**
|
|
22847
|
+
/** Sns credentials. */
|
|
22848
|
+
interface SnsCredentials {
|
|
22849
|
+
/** ID of the credentials. */
|
|
22850
|
+
id: string;
|
|
22851
|
+
/** Name of the credentials. */
|
|
22794
22852
|
name: string;
|
|
22795
|
-
/**
|
|
22796
|
-
|
|
22797
|
-
/**
|
|
22798
|
-
versions: EngineVersion[];
|
|
22799
|
-
/** Region of this Database Instance. */
|
|
22853
|
+
/** Project ID of the Project containing the credentials. */
|
|
22854
|
+
projectId: string;
|
|
22855
|
+
/** Region where the credentials exists. */
|
|
22800
22856
|
region: Region;
|
|
22857
|
+
/** Credentials creation date. */
|
|
22858
|
+
createdAt?: Date;
|
|
22859
|
+
/** Credentials last modification date. */
|
|
22860
|
+
updatedAt?: Date;
|
|
22861
|
+
/** Access key ID. */
|
|
22862
|
+
accessKey: string;
|
|
22863
|
+
/** Secret key ID (Only returned by **Create SNS Credentials** call). */
|
|
22864
|
+
secretKey: string;
|
|
22865
|
+
/** Checksum of the Secret key. */
|
|
22866
|
+
secretChecksum: string;
|
|
22867
|
+
/** Permissions associated with these credentials. */
|
|
22868
|
+
permissions?: SnsPermissions;
|
|
22801
22869
|
}
|
|
22802
|
-
/**
|
|
22803
|
-
interface
|
|
22804
|
-
/**
|
|
22805
|
-
|
|
22806
|
-
|
|
22807
|
-
|
|
22808
|
-
|
|
22809
|
-
|
|
22810
|
-
|
|
22870
|
+
/** Sns info. */
|
|
22871
|
+
interface SnsInfo {
|
|
22872
|
+
/** Project ID of the Project containing the service. */
|
|
22873
|
+
projectId: string;
|
|
22874
|
+
/** Region of the service. */
|
|
22875
|
+
region: Region;
|
|
22876
|
+
/** SNS creation date. */
|
|
22877
|
+
createdAt?: Date;
|
|
22878
|
+
/** SNS last modification date. */
|
|
22879
|
+
updatedAt?: Date;
|
|
22880
|
+
/** SNS activation status. */
|
|
22881
|
+
status: SnsInfoStatus;
|
|
22882
|
+
/** Endpoint of the SNS service for this region and project. */
|
|
22883
|
+
snsEndpointUrl: string;
|
|
22811
22884
|
}
|
|
22812
|
-
/**
|
|
22813
|
-
interface
|
|
22814
|
-
/** UUID of the endpoint. */
|
|
22815
|
-
id: string;
|
|
22885
|
+
/** Sns permissions. */
|
|
22886
|
+
interface SnsPermissions {
|
|
22816
22887
|
/**
|
|
22817
|
-
*
|
|
22818
|
-
*
|
|
22819
|
-
* One-of ('address'): at most one of 'ip', 'hostname' could be set.
|
|
22888
|
+
* Defines whether the credentials bearer can publish messages to the service
|
|
22889
|
+
* (publish to SNS topics).
|
|
22820
22890
|
*/
|
|
22821
|
-
|
|
22822
|
-
/** TCP port of the endpoint. */
|
|
22823
|
-
port: number;
|
|
22824
|
-
/** Name of the endpoint. */
|
|
22825
|
-
name?: string;
|
|
22891
|
+
canPublish?: boolean;
|
|
22826
22892
|
/**
|
|
22827
|
-
*
|
|
22828
|
-
* (
|
|
22829
|
-
|
|
22830
|
-
|
|
22831
|
-
|
|
22832
|
-
*
|
|
22893
|
+
* Defines whether the credentials bearer can receive messages from the
|
|
22894
|
+
* service (configure subscriptions).
|
|
22895
|
+
*/
|
|
22896
|
+
canReceive?: boolean;
|
|
22897
|
+
/**
|
|
22898
|
+
* Defines whether the credentials bearer can manage the associated SNS topics
|
|
22899
|
+
* or subscriptions.
|
|
22900
|
+
*/
|
|
22901
|
+
canManage?: boolean;
|
|
22902
|
+
}
|
|
22903
|
+
/** Sqs credentials. */
|
|
22904
|
+
interface SqsCredentials {
|
|
22905
|
+
/** ID of the credentials. */
|
|
22906
|
+
id: string;
|
|
22907
|
+
/** Name of the credentials. */
|
|
22908
|
+
name: string;
|
|
22909
|
+
/** Project ID of the Project containing the credentials. */
|
|
22910
|
+
projectId: string;
|
|
22911
|
+
/** Region where the credentials exists. */
|
|
22912
|
+
region: Region;
|
|
22913
|
+
/** Credentials creation date. */
|
|
22914
|
+
createdAt?: Date;
|
|
22915
|
+
/** Credentials last modification date. */
|
|
22916
|
+
updatedAt?: Date;
|
|
22917
|
+
/** Access key ID. */
|
|
22918
|
+
accessKey: string;
|
|
22919
|
+
/** Secret key ID (Only returned by **Create SQS Credentials** call). */
|
|
22920
|
+
secretKey: string;
|
|
22921
|
+
/** Checksum of the Secret key. */
|
|
22922
|
+
secretChecksum: string;
|
|
22923
|
+
/** Permissions associated with these credentials. */
|
|
22924
|
+
permissions?: SqsPermissions;
|
|
22925
|
+
}
|
|
22926
|
+
/** Sqs info. */
|
|
22927
|
+
interface SqsInfo {
|
|
22928
|
+
/** Project ID of the Project containing the service. */
|
|
22929
|
+
projectId: string;
|
|
22930
|
+
/** Region of the service. */
|
|
22931
|
+
region: Region;
|
|
22932
|
+
/** SQS creation date. */
|
|
22933
|
+
createdAt?: Date;
|
|
22934
|
+
/** SQS last modification date. */
|
|
22935
|
+
updatedAt?: Date;
|
|
22936
|
+
/** SQS activation status. */
|
|
22937
|
+
status: SqsInfoStatus;
|
|
22938
|
+
/** Endpoint of the SQS service for this region and project. */
|
|
22939
|
+
sqsEndpointUrl: string;
|
|
22940
|
+
}
|
|
22941
|
+
/** Sqs permissions. */
|
|
22942
|
+
interface SqsPermissions {
|
|
22943
|
+
/**
|
|
22944
|
+
* Defines whether the credentials bearer can publish messages to the service
|
|
22945
|
+
* (send messages to SQS queues).
|
|
22946
|
+
*/
|
|
22947
|
+
canPublish?: boolean;
|
|
22948
|
+
/**
|
|
22949
|
+
* Defines whether the credentials bearer can receive messages from SQS
|
|
22950
|
+
* queues.
|
|
22951
|
+
*/
|
|
22952
|
+
canReceive?: boolean;
|
|
22953
|
+
/**
|
|
22954
|
+
* Defines whether the credentials bearer can manage the associated SQS
|
|
22955
|
+
* queues.
|
|
22956
|
+
*/
|
|
22957
|
+
canManage?: boolean;
|
|
22958
|
+
}
|
|
22959
|
+
type NatsApiCreateNatsAccountRequest$1 = {
|
|
22960
|
+
/**
|
|
22961
|
+
* Region to target. If none is passed will use default region from the
|
|
22962
|
+
* config.
|
|
22963
|
+
*/
|
|
22964
|
+
region?: Region;
|
|
22965
|
+
/** NATS account name. */
|
|
22966
|
+
name?: string;
|
|
22967
|
+
/** Project containing the NATS account. */
|
|
22968
|
+
projectId?: string;
|
|
22969
|
+
};
|
|
22970
|
+
type NatsApiDeleteNatsAccountRequest = {
|
|
22971
|
+
/**
|
|
22972
|
+
* Region to target. If none is passed will use default region from the
|
|
22973
|
+
* config.
|
|
22974
|
+
*/
|
|
22975
|
+
region?: Region;
|
|
22976
|
+
/** ID of the NATS account to delete. */
|
|
22977
|
+
natsAccountId: string;
|
|
22978
|
+
};
|
|
22979
|
+
type NatsApiUpdateNatsAccountRequest$1 = {
|
|
22980
|
+
/**
|
|
22981
|
+
* Region to target. If none is passed will use default region from the
|
|
22982
|
+
* config.
|
|
22983
|
+
*/
|
|
22984
|
+
region?: Region;
|
|
22985
|
+
/** ID of the NATS account to update. */
|
|
22986
|
+
natsAccountId: string;
|
|
22987
|
+
/** NATS account name. */
|
|
22988
|
+
name?: string;
|
|
22989
|
+
};
|
|
22990
|
+
type NatsApiGetNatsAccountRequest = {
|
|
22991
|
+
/**
|
|
22992
|
+
* Region to target. If none is passed will use default region from the
|
|
22993
|
+
* config.
|
|
22994
|
+
*/
|
|
22995
|
+
region?: Region;
|
|
22996
|
+
/** ID of the NATS account to get. */
|
|
22997
|
+
natsAccountId: string;
|
|
22998
|
+
};
|
|
22999
|
+
type NatsApiListNatsAccountsRequest = {
|
|
23000
|
+
/**
|
|
23001
|
+
* Region to target. If none is passed will use default region from the
|
|
23002
|
+
* config.
|
|
23003
|
+
*/
|
|
23004
|
+
region?: Region;
|
|
23005
|
+
/** Include only NATS accounts in this Project. */
|
|
23006
|
+
projectId?: string;
|
|
23007
|
+
/** Page number to return. */
|
|
23008
|
+
page?: number;
|
|
23009
|
+
/** Maximum number of NATS accounts to return per page. */
|
|
23010
|
+
pageSize?: number;
|
|
23011
|
+
/** Order in which to return results. */
|
|
23012
|
+
orderBy?: ListNatsAccountsRequestOrderBy;
|
|
23013
|
+
};
|
|
23014
|
+
type NatsApiCreateNatsCredentialsRequest$1 = {
|
|
23015
|
+
/**
|
|
23016
|
+
* Region to target. If none is passed will use default region from the
|
|
23017
|
+
* config.
|
|
23018
|
+
*/
|
|
23019
|
+
region?: Region;
|
|
23020
|
+
/** NATS account containing the credentials. */
|
|
23021
|
+
natsAccountId: string;
|
|
23022
|
+
/** Name of the credentials. */
|
|
23023
|
+
name?: string;
|
|
23024
|
+
};
|
|
23025
|
+
type NatsApiDeleteNatsCredentialsRequest = {
|
|
23026
|
+
/**
|
|
23027
|
+
* Region to target. If none is passed will use default region from the
|
|
23028
|
+
* config.
|
|
23029
|
+
*/
|
|
23030
|
+
region?: Region;
|
|
23031
|
+
/** ID of the credentials to delete. */
|
|
23032
|
+
natsCredentialsId: string;
|
|
23033
|
+
};
|
|
23034
|
+
type NatsApiGetNatsCredentialsRequest = {
|
|
23035
|
+
/**
|
|
23036
|
+
* Region to target. If none is passed will use default region from the
|
|
23037
|
+
* config.
|
|
23038
|
+
*/
|
|
23039
|
+
region?: Region;
|
|
23040
|
+
/** ID of the credentials to get. */
|
|
23041
|
+
natsCredentialsId: string;
|
|
23042
|
+
};
|
|
23043
|
+
type NatsApiListNatsCredentialsRequest = {
|
|
23044
|
+
/**
|
|
23045
|
+
* Region to target. If none is passed will use default region from the
|
|
23046
|
+
* config.
|
|
23047
|
+
*/
|
|
23048
|
+
region?: Region;
|
|
23049
|
+
/** Include only credentials for this NATS account. */
|
|
23050
|
+
natsAccountId: string;
|
|
23051
|
+
/** Page number to return. */
|
|
23052
|
+
page?: number;
|
|
23053
|
+
/** Maximum number of credentials to return per page. */
|
|
23054
|
+
pageSize?: number;
|
|
23055
|
+
/** Order in which to return results. */
|
|
23056
|
+
orderBy?: ListNatsCredentialsRequestOrderBy;
|
|
23057
|
+
};
|
|
23058
|
+
type SnsApiActivateSnsRequest = {
|
|
23059
|
+
/**
|
|
23060
|
+
* Region to target. If none is passed will use default region from the
|
|
23061
|
+
* config.
|
|
23062
|
+
*/
|
|
23063
|
+
region?: Region;
|
|
23064
|
+
/** Project on which to activate the SNS service. */
|
|
23065
|
+
projectId?: string;
|
|
23066
|
+
};
|
|
23067
|
+
type SnsApiGetSnsInfoRequest = {
|
|
23068
|
+
/**
|
|
23069
|
+
* Region to target. If none is passed will use default region from the
|
|
23070
|
+
* config.
|
|
23071
|
+
*/
|
|
23072
|
+
region?: Region;
|
|
23073
|
+
/** Project to retrieve SNS info from. */
|
|
23074
|
+
projectId?: string;
|
|
23075
|
+
};
|
|
23076
|
+
type SnsApiDeactivateSnsRequest = {
|
|
23077
|
+
/**
|
|
23078
|
+
* Region to target. If none is passed will use default region from the
|
|
23079
|
+
* config.
|
|
23080
|
+
*/
|
|
23081
|
+
region?: Region;
|
|
23082
|
+
/** Project on which to deactivate the SNS service. */
|
|
23083
|
+
projectId?: string;
|
|
23084
|
+
};
|
|
23085
|
+
type SnsApiCreateSnsCredentialsRequest$1 = {
|
|
23086
|
+
/**
|
|
23087
|
+
* Region to target. If none is passed will use default region from the
|
|
23088
|
+
* config.
|
|
23089
|
+
*/
|
|
23090
|
+
region?: Region;
|
|
23091
|
+
/** Project containing the SNS credentials. */
|
|
23092
|
+
projectId?: string;
|
|
23093
|
+
/** Name of the credentials. */
|
|
23094
|
+
name?: string;
|
|
23095
|
+
/** Permissions associated with these credentials. */
|
|
23096
|
+
permissions?: SnsPermissions;
|
|
23097
|
+
};
|
|
23098
|
+
type SnsApiDeleteSnsCredentialsRequest = {
|
|
23099
|
+
/**
|
|
23100
|
+
* Region to target. If none is passed will use default region from the
|
|
23101
|
+
* config.
|
|
23102
|
+
*/
|
|
23103
|
+
region?: Region;
|
|
23104
|
+
/** ID of the credentials to delete. */
|
|
23105
|
+
snsCredentialsId: string;
|
|
23106
|
+
};
|
|
23107
|
+
type SnsApiUpdateSnsCredentialsRequest$1 = {
|
|
23108
|
+
/**
|
|
23109
|
+
* Region to target. If none is passed will use default region from the
|
|
23110
|
+
* config.
|
|
23111
|
+
*/
|
|
23112
|
+
region?: Region;
|
|
23113
|
+
/** ID of the SNS credentials to update. */
|
|
23114
|
+
snsCredentialsId: string;
|
|
23115
|
+
/** Name of the credentials. */
|
|
23116
|
+
name?: string;
|
|
23117
|
+
/** Permissions associated with these credentials. */
|
|
23118
|
+
permissions?: SnsPermissions;
|
|
23119
|
+
};
|
|
23120
|
+
type SnsApiGetSnsCredentialsRequest = {
|
|
23121
|
+
/**
|
|
23122
|
+
* Region to target. If none is passed will use default region from the
|
|
23123
|
+
* config.
|
|
23124
|
+
*/
|
|
23125
|
+
region?: Region;
|
|
23126
|
+
/** ID of the SNS credentials to get. */
|
|
23127
|
+
snsCredentialsId: string;
|
|
23128
|
+
};
|
|
23129
|
+
type SnsApiListSnsCredentialsRequest = {
|
|
23130
|
+
/**
|
|
23131
|
+
* Region to target. If none is passed will use default region from the
|
|
23132
|
+
* config.
|
|
23133
|
+
*/
|
|
23134
|
+
region?: Region;
|
|
23135
|
+
/** Include only SNS credentials in this Project. */
|
|
23136
|
+
projectId?: string;
|
|
23137
|
+
/** Page number to return. */
|
|
23138
|
+
page?: number;
|
|
23139
|
+
/** Maximum number of credentials to return per page. */
|
|
23140
|
+
pageSize?: number;
|
|
23141
|
+
/** Order in which to return results. */
|
|
23142
|
+
orderBy?: ListSnsCredentialsRequestOrderBy;
|
|
23143
|
+
};
|
|
23144
|
+
type SqsApiActivateSqsRequest = {
|
|
23145
|
+
/**
|
|
23146
|
+
* Region to target. If none is passed will use default region from the
|
|
23147
|
+
* config.
|
|
23148
|
+
*/
|
|
23149
|
+
region?: Region;
|
|
23150
|
+
/** Project on which to activate the SQS service. */
|
|
23151
|
+
projectId?: string;
|
|
23152
|
+
};
|
|
23153
|
+
type SqsApiGetSqsInfoRequest = {
|
|
23154
|
+
/**
|
|
23155
|
+
* Region to target. If none is passed will use default region from the
|
|
23156
|
+
* config.
|
|
23157
|
+
*/
|
|
23158
|
+
region?: Region;
|
|
23159
|
+
/** Project to retrieve SQS info from. */
|
|
23160
|
+
projectId?: string;
|
|
23161
|
+
};
|
|
23162
|
+
type SqsApiDeactivateSqsRequest = {
|
|
23163
|
+
/**
|
|
23164
|
+
* Region to target. If none is passed will use default region from the
|
|
23165
|
+
* config.
|
|
23166
|
+
*/
|
|
23167
|
+
region?: Region;
|
|
23168
|
+
/** Project on which to deactivate the SQS service. */
|
|
23169
|
+
projectId?: string;
|
|
23170
|
+
};
|
|
23171
|
+
type SqsApiCreateSqsCredentialsRequest$1 = {
|
|
23172
|
+
/**
|
|
23173
|
+
* Region to target. If none is passed will use default region from the
|
|
23174
|
+
* config.
|
|
23175
|
+
*/
|
|
23176
|
+
region?: Region;
|
|
23177
|
+
/** Project containing the SQS credentials. */
|
|
23178
|
+
projectId?: string;
|
|
23179
|
+
/** Name of the credentials. */
|
|
23180
|
+
name?: string;
|
|
23181
|
+
/** Permissions associated with these credentials. */
|
|
23182
|
+
permissions?: SqsPermissions;
|
|
23183
|
+
};
|
|
23184
|
+
type SqsApiDeleteSqsCredentialsRequest = {
|
|
23185
|
+
/**
|
|
23186
|
+
* Region to target. If none is passed will use default region from the
|
|
23187
|
+
* config.
|
|
23188
|
+
*/
|
|
23189
|
+
region?: Region;
|
|
23190
|
+
/** ID of the credentials to delete. */
|
|
23191
|
+
sqsCredentialsId: string;
|
|
23192
|
+
};
|
|
23193
|
+
type SqsApiUpdateSqsCredentialsRequest$1 = {
|
|
23194
|
+
/**
|
|
23195
|
+
* Region to target. If none is passed will use default region from the
|
|
23196
|
+
* config.
|
|
23197
|
+
*/
|
|
23198
|
+
region?: Region;
|
|
23199
|
+
/** ID of the SQS credentials to update. */
|
|
23200
|
+
sqsCredentialsId: string;
|
|
23201
|
+
/** Name of the credentials. */
|
|
23202
|
+
name?: string;
|
|
23203
|
+
/** Permissions associated with these credentials. */
|
|
23204
|
+
permissions?: SqsPermissions;
|
|
23205
|
+
};
|
|
23206
|
+
type SqsApiGetSqsCredentialsRequest = {
|
|
23207
|
+
/**
|
|
23208
|
+
* Region to target. If none is passed will use default region from the
|
|
23209
|
+
* config.
|
|
23210
|
+
*/
|
|
23211
|
+
region?: Region;
|
|
23212
|
+
/** ID of the SQS credentials to get. */
|
|
23213
|
+
sqsCredentialsId: string;
|
|
23214
|
+
};
|
|
23215
|
+
type SqsApiListSqsCredentialsRequest = {
|
|
23216
|
+
/**
|
|
23217
|
+
* Region to target. If none is passed will use default region from the
|
|
23218
|
+
* config.
|
|
23219
|
+
*/
|
|
23220
|
+
region?: Region;
|
|
23221
|
+
/** Include only SQS credentials in this Project. */
|
|
23222
|
+
projectId?: string;
|
|
23223
|
+
/** Page number to return. */
|
|
23224
|
+
page?: number;
|
|
23225
|
+
/** Maximum number of credentials to return per page. */
|
|
23226
|
+
pageSize?: number;
|
|
23227
|
+
/** Order in which to return results. */
|
|
23228
|
+
orderBy?: ListSqsCredentialsRequestOrderBy;
|
|
23229
|
+
};
|
|
23230
|
+
|
|
23231
|
+
/**
|
|
23232
|
+
* Messaging and Queuing NATS API.
|
|
23233
|
+
*
|
|
23234
|
+
* This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
|
|
23235
|
+
* Messaging and Queuing NATS API.
|
|
23236
|
+
*/
|
|
23237
|
+
declare class NatsAPI extends API$u {
|
|
23238
|
+
/** Lists the available regions of the API. */
|
|
23239
|
+
static readonly LOCALITIES: Region[];
|
|
23240
|
+
/**
|
|
23241
|
+
* Create a NATS account. Create a NATS account associated with a Project.
|
|
23242
|
+
*
|
|
23243
|
+
* @param request - The request {@link NatsApiCreateNatsAccountRequest}
|
|
23244
|
+
* @returns A Promise of NatsAccount
|
|
23245
|
+
*/
|
|
23246
|
+
createNatsAccount: (request?: Readonly<NatsApiCreateNatsAccountRequest$1>) => Promise<NatsAccount>;
|
|
23247
|
+
/**
|
|
23248
|
+
* Delete a NATS account. Delete a NATS account, specified by its NATS account
|
|
23249
|
+
* ID. Note that deleting a NATS account is irreversible, and any credentials,
|
|
23250
|
+
* streams, consumer and stored messages belonging to this NATS account will
|
|
23251
|
+
* also be deleted.
|
|
23252
|
+
*
|
|
23253
|
+
* @param request - The request {@link NatsApiDeleteNatsAccountRequest}
|
|
23254
|
+
*/
|
|
23255
|
+
deleteNatsAccount: (request: Readonly<NatsApiDeleteNatsAccountRequest>) => Promise<void>;
|
|
23256
|
+
/**
|
|
23257
|
+
* Update the name of a NATS account. Update the name of a NATS account,
|
|
23258
|
+
* specified by its NATS account ID.
|
|
23259
|
+
*
|
|
23260
|
+
* @param request - The request {@link NatsApiUpdateNatsAccountRequest}
|
|
23261
|
+
* @returns A Promise of NatsAccount
|
|
23262
|
+
*/
|
|
23263
|
+
updateNatsAccount: (request: Readonly<NatsApiUpdateNatsAccountRequest$1>) => Promise<NatsAccount>;
|
|
23264
|
+
/**
|
|
23265
|
+
* Get a NATS account. Retrieve information about an existing NATS account
|
|
23266
|
+
* identified by its NATS account ID. Its full details, including name and
|
|
23267
|
+
* endpoint, are returned in the response.
|
|
23268
|
+
*
|
|
23269
|
+
* @param request - The request {@link NatsApiGetNatsAccountRequest}
|
|
23270
|
+
* @returns A Promise of NatsAccount
|
|
23271
|
+
*/
|
|
23272
|
+
getNatsAccount: (request: Readonly<NatsApiGetNatsAccountRequest>) => Promise<NatsAccount>;
|
|
23273
|
+
protected pageOfListNatsAccounts: (request?: Readonly<NatsApiListNatsAccountsRequest>) => Promise<ListNatsAccountsResponse>;
|
|
23274
|
+
/**
|
|
23275
|
+
* List NATS accounts. List all NATS accounts in the specified region, for a
|
|
23276
|
+
* Scaleway Organization or Project. By default, the NATS accounts returned in
|
|
23277
|
+
* the list are ordered by creation date in ascending order, though this can
|
|
23278
|
+
* be modified via the `order_by` field.
|
|
23279
|
+
*
|
|
23280
|
+
* @param request - The request {@link NatsApiListNatsAccountsRequest}
|
|
23281
|
+
* @returns A Promise of ListNatsAccountsResponse
|
|
23282
|
+
*/
|
|
23283
|
+
listNatsAccounts: (request?: Readonly<NatsApiListNatsAccountsRequest>) => Promise<ListNatsAccountsResponse> & {
|
|
23284
|
+
all: () => Promise<NatsAccount[]>;
|
|
23285
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<NatsAccount[], void, void>;
|
|
23286
|
+
};
|
|
23287
|
+
/**
|
|
23288
|
+
* Create NATS credentials. Create a set of credentials for a NATS account,
|
|
23289
|
+
* specified by its NATS account ID.
|
|
23290
|
+
*
|
|
23291
|
+
* @param request - The request {@link NatsApiCreateNatsCredentialsRequest}
|
|
23292
|
+
* @returns A Promise of NatsCredentials
|
|
23293
|
+
*/
|
|
23294
|
+
createNatsCredentials: (request: Readonly<NatsApiCreateNatsCredentialsRequest$1>) => Promise<NatsCredentials>;
|
|
23295
|
+
/**
|
|
23296
|
+
* Delete NATS credentials. Delete a set of credentials, specified by their
|
|
23297
|
+
* credentials ID. Deleting credentials is irreversible and cannot be undone.
|
|
23298
|
+
* The credentials can no longer be used to access the NATS account, and
|
|
23299
|
+
* active connections using this credentials will be closed.
|
|
23300
|
+
*
|
|
23301
|
+
* @param request - The request {@link NatsApiDeleteNatsCredentialsRequest}
|
|
23302
|
+
*/
|
|
23303
|
+
deleteNatsCredentials: (request: Readonly<NatsApiDeleteNatsCredentialsRequest>) => Promise<void>;
|
|
23304
|
+
/**
|
|
23305
|
+
* Get NATS credentials. Retrieve an existing set of credentials, identified
|
|
23306
|
+
* by the `nats_credentials_id`. The credentials themselves are NOT returned,
|
|
23307
|
+
* only their metadata (NATS account ID, credentials name, etc), are returned
|
|
23308
|
+
* in the response.
|
|
23309
|
+
*
|
|
23310
|
+
* @param request - The request {@link NatsApiGetNatsCredentialsRequest}
|
|
23311
|
+
* @returns A Promise of NatsCredentials
|
|
23312
|
+
*/
|
|
23313
|
+
getNatsCredentials: (request: Readonly<NatsApiGetNatsCredentialsRequest>) => Promise<NatsCredentials>;
|
|
23314
|
+
protected pageOfListNatsCredentials: (request: Readonly<NatsApiListNatsCredentialsRequest>) => Promise<ListNatsCredentialsResponse>;
|
|
23315
|
+
/**
|
|
23316
|
+
* List NATS credentials. List existing credentials in the specified NATS
|
|
23317
|
+
* account. The response contains only the metadata for the credentials, not
|
|
23318
|
+
* the credentials themselves, which are only returned after a **Create
|
|
23319
|
+
* Credentials** call.
|
|
23320
|
+
*
|
|
23321
|
+
* @param request - The request {@link NatsApiListNatsCredentialsRequest}
|
|
23322
|
+
* @returns A Promise of ListNatsCredentialsResponse
|
|
23323
|
+
*/
|
|
23324
|
+
listNatsCredentials: (request: Readonly<NatsApiListNatsCredentialsRequest>) => Promise<ListNatsCredentialsResponse> & {
|
|
23325
|
+
all: () => Promise<NatsCredentials[]>;
|
|
23326
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<NatsCredentials[], void, void>;
|
|
23327
|
+
};
|
|
23328
|
+
}
|
|
23329
|
+
/**
|
|
23330
|
+
* Messaging and Queuing SNS API.
|
|
23331
|
+
*
|
|
23332
|
+
* This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
|
|
23333
|
+
* Messaging and Queuing SNS API.
|
|
23334
|
+
*/
|
|
23335
|
+
declare class SnsAPI extends API$u {
|
|
23336
|
+
/** Lists the available regions of the API. */
|
|
23337
|
+
static readonly LOCALITIES: Region[];
|
|
23338
|
+
/**
|
|
23339
|
+
* Activate SNS. Activate SNS for the specified Project ID. SNS must be
|
|
23340
|
+
* activated before any usage. Activating SNS does not trigger any billing,
|
|
23341
|
+
* and you can deactivate at any time.
|
|
23342
|
+
*
|
|
23343
|
+
* @param request - The request {@link SnsApiActivateSnsRequest}
|
|
23344
|
+
* @returns A Promise of SnsInfo
|
|
23345
|
+
*/
|
|
23346
|
+
activateSns: (request?: Readonly<SnsApiActivateSnsRequest>) => Promise<SnsInfo>;
|
|
23347
|
+
/**
|
|
23348
|
+
* Get SNS info. Retrieve the SNS information of the specified Project ID.
|
|
23349
|
+
* Informations include the activation status and the SNS API endpoint URL.
|
|
23350
|
+
*
|
|
23351
|
+
* @param request - The request {@link SnsApiGetSnsInfoRequest}
|
|
23352
|
+
* @returns A Promise of SnsInfo
|
|
23353
|
+
*/
|
|
23354
|
+
getSnsInfo: (request?: Readonly<SnsApiGetSnsInfoRequest>) => Promise<SnsInfo>;
|
|
23355
|
+
/**
|
|
23356
|
+
* Deactivate SNS. Deactivate SNS for the specified Project ID.You must delete
|
|
23357
|
+
* all topics and credentials before this call or you need to set the
|
|
23358
|
+
* force_delete parameter.
|
|
23359
|
+
*
|
|
23360
|
+
* @param request - The request {@link SnsApiDeactivateSnsRequest}
|
|
23361
|
+
* @returns A Promise of SnsInfo
|
|
23362
|
+
*/
|
|
23363
|
+
deactivateSns: (request?: Readonly<SnsApiDeactivateSnsRequest>) => Promise<SnsInfo>;
|
|
23364
|
+
/**
|
|
23365
|
+
* Create SNS credentials. Create a set of credentials for SNS, specified by a
|
|
23366
|
+
* Project ID. Credentials give the bearer access to topics, and the level of
|
|
23367
|
+
* permissions can be defined granularly.
|
|
23368
|
+
*
|
|
23369
|
+
* @param request - The request {@link SnsApiCreateSnsCredentialsRequest}
|
|
23370
|
+
* @returns A Promise of SnsCredentials
|
|
23371
|
+
*/
|
|
23372
|
+
createSnsCredentials: (request?: Readonly<SnsApiCreateSnsCredentialsRequest$1>) => Promise<SnsCredentials>;
|
|
23373
|
+
/**
|
|
23374
|
+
* Delete SNS credentials. Delete a set of SNS credentials, specified by their
|
|
23375
|
+
* credentials ID. Deleting credentials is irreversible and cannot be undone.
|
|
23376
|
+
* The credentials can then no longer be used to access SNS.
|
|
23377
|
+
*
|
|
23378
|
+
* @param request - The request {@link SnsApiDeleteSnsCredentialsRequest}
|
|
23379
|
+
*/
|
|
23380
|
+
deleteSnsCredentials: (request: Readonly<SnsApiDeleteSnsCredentialsRequest>) => Promise<void>;
|
|
23381
|
+
/**
|
|
23382
|
+
* Update SNS credentials. Update a set of SNS credentials. You can update the
|
|
23383
|
+
* credentials' name, or their permissions.
|
|
23384
|
+
*
|
|
23385
|
+
* @param request - The request {@link SnsApiUpdateSnsCredentialsRequest}
|
|
23386
|
+
* @returns A Promise of SnsCredentials
|
|
23387
|
+
*/
|
|
23388
|
+
updateSnsCredentials: (request: Readonly<SnsApiUpdateSnsCredentialsRequest$1>) => Promise<SnsCredentials>;
|
|
23389
|
+
/**
|
|
23390
|
+
* Get SNS credentials. Retrieve an existing set of credentials, identified by
|
|
23391
|
+
* the `credentials_id`. The credentials themselves, as well as their metadata
|
|
23392
|
+
* (name, project ID etc), are returned in the response.
|
|
23393
|
+
*
|
|
23394
|
+
* @param request - The request {@link SnsApiGetSnsCredentialsRequest}
|
|
23395
|
+
* @returns A Promise of SnsCredentials
|
|
23396
|
+
*/
|
|
23397
|
+
getSnsCredentials: (request: Readonly<SnsApiGetSnsCredentialsRequest>) => Promise<SnsCredentials>;
|
|
23398
|
+
protected pageOfListSnsCredentials: (request?: Readonly<SnsApiListSnsCredentialsRequest>) => Promise<ListSnsCredentialsResponse>;
|
|
23399
|
+
/**
|
|
23400
|
+
* List SNS credentials. List existing SNS credentials in the specified
|
|
23401
|
+
* region. The response contains only the metadata for the credentials, not
|
|
23402
|
+
* the credentials themselves.
|
|
23403
|
+
*
|
|
23404
|
+
* @param request - The request {@link SnsApiListSnsCredentialsRequest}
|
|
23405
|
+
* @returns A Promise of ListSnsCredentialsResponse
|
|
23406
|
+
*/
|
|
23407
|
+
listSnsCredentials: (request?: Readonly<SnsApiListSnsCredentialsRequest>) => Promise<ListSnsCredentialsResponse> & {
|
|
23408
|
+
all: () => Promise<SnsCredentials[]>;
|
|
23409
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<SnsCredentials[], void, void>;
|
|
23410
|
+
};
|
|
23411
|
+
}
|
|
23412
|
+
/**
|
|
23413
|
+
* Messaging and Queuing SQS API.
|
|
23414
|
+
*
|
|
23415
|
+
* This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
|
|
23416
|
+
* Messaging and Queuing SQS API.
|
|
23417
|
+
*/
|
|
23418
|
+
declare class SqsAPI extends API$u {
|
|
23419
|
+
/** Lists the available regions of the API. */
|
|
23420
|
+
static readonly LOCALITIES: Region[];
|
|
23421
|
+
/**
|
|
23422
|
+
* Activate SQS. Activate SQS for the specified Project ID. SQS must be
|
|
23423
|
+
* activated before any usage such as creating credentials and queues.
|
|
23424
|
+
* Activating SQS does not trigger any billing, and you can deactivate at any
|
|
23425
|
+
* time.
|
|
23426
|
+
*
|
|
23427
|
+
* @param request - The request {@link SqsApiActivateSqsRequest}
|
|
23428
|
+
* @returns A Promise of SqsInfo
|
|
23429
|
+
*/
|
|
23430
|
+
activateSqs: (request?: Readonly<SqsApiActivateSqsRequest>) => Promise<SqsInfo>;
|
|
23431
|
+
/**
|
|
23432
|
+
* Get SQS info. Retrieve the SQS information of the specified Project ID.
|
|
23433
|
+
* Informations include the activation status and the SQS API endpoint URL.
|
|
23434
|
+
*
|
|
23435
|
+
* @param request - The request {@link SqsApiGetSqsInfoRequest}
|
|
23436
|
+
* @returns A Promise of SqsInfo
|
|
23437
|
+
*/
|
|
23438
|
+
getSqsInfo: (request?: Readonly<SqsApiGetSqsInfoRequest>) => Promise<SqsInfo>;
|
|
23439
|
+
/**
|
|
23440
|
+
* Deactivate SQS. Deactivate SQS for the specified Project ID. You must
|
|
23441
|
+
* delete all queues and credentials before this call or you need to set the
|
|
23442
|
+
* force_delete parameter.
|
|
23443
|
+
*
|
|
23444
|
+
* @param request - The request {@link SqsApiDeactivateSqsRequest}
|
|
23445
|
+
* @returns A Promise of SqsInfo
|
|
23446
|
+
*/
|
|
23447
|
+
deactivateSqs: (request?: Readonly<SqsApiDeactivateSqsRequest>) => Promise<SqsInfo>;
|
|
23448
|
+
/**
|
|
23449
|
+
* Create SQS credentials. Create a set of credentials for SQS, specified by a
|
|
23450
|
+
* Project ID. Credentials give the bearer access to queues, and the level of
|
|
23451
|
+
* permissions can be defined granularly.
|
|
23452
|
+
*
|
|
23453
|
+
* @param request - The request {@link SqsApiCreateSqsCredentialsRequest}
|
|
23454
|
+
* @returns A Promise of SqsCredentials
|
|
23455
|
+
*/
|
|
23456
|
+
createSqsCredentials: (request?: Readonly<SqsApiCreateSqsCredentialsRequest$1>) => Promise<SqsCredentials>;
|
|
23457
|
+
/**
|
|
23458
|
+
* Delete SQS credentials. Delete a set of SQS credentials, specified by their
|
|
23459
|
+
* credentials ID. Deleting credentials is irreversible and cannot be undone.
|
|
23460
|
+
* The credentials can then no longer be used to access SQS.
|
|
23461
|
+
*
|
|
23462
|
+
* @param request - The request {@link SqsApiDeleteSqsCredentialsRequest}
|
|
23463
|
+
*/
|
|
23464
|
+
deleteSqsCredentials: (request: Readonly<SqsApiDeleteSqsCredentialsRequest>) => Promise<void>;
|
|
23465
|
+
/**
|
|
23466
|
+
* Update SQS credentials. Update a set of SQS credentials. You can update the
|
|
23467
|
+
* credentials' name, or their permissions.
|
|
23468
|
+
*
|
|
23469
|
+
* @param request - The request {@link SqsApiUpdateSqsCredentialsRequest}
|
|
23470
|
+
* @returns A Promise of SqsCredentials
|
|
23471
|
+
*/
|
|
23472
|
+
updateSqsCredentials: (request: Readonly<SqsApiUpdateSqsCredentialsRequest$1>) => Promise<SqsCredentials>;
|
|
23473
|
+
/**
|
|
23474
|
+
* Get SQS credentials. Retrieve an existing set of credentials, identified by
|
|
23475
|
+
* the `credentials_id`. The credentials themselves, as well as their metadata
|
|
23476
|
+
* (name, project ID etc), are returned in the response.
|
|
23477
|
+
*
|
|
23478
|
+
* @param request - The request {@link SqsApiGetSqsCredentialsRequest}
|
|
23479
|
+
* @returns A Promise of SqsCredentials
|
|
23480
|
+
*/
|
|
23481
|
+
getSqsCredentials: (request: Readonly<SqsApiGetSqsCredentialsRequest>) => Promise<SqsCredentials>;
|
|
23482
|
+
protected pageOfListSqsCredentials: (request?: Readonly<SqsApiListSqsCredentialsRequest>) => Promise<ListSqsCredentialsResponse>;
|
|
23483
|
+
/**
|
|
23484
|
+
* List SQS credentials. List existing SQS credentials in the specified
|
|
23485
|
+
* region. The response contains only the metadata for the credentials, not
|
|
23486
|
+
* the credentials themselves.
|
|
23487
|
+
*
|
|
23488
|
+
* @param request - The request {@link SqsApiListSqsCredentialsRequest}
|
|
23489
|
+
* @returns A Promise of ListSqsCredentialsResponse
|
|
23490
|
+
*/
|
|
23491
|
+
listSqsCredentials: (request?: Readonly<SqsApiListSqsCredentialsRequest>) => Promise<ListSqsCredentialsResponse> & {
|
|
23492
|
+
all: () => Promise<SqsCredentials[]>;
|
|
23493
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<SqsCredentials[], void, void>;
|
|
23494
|
+
};
|
|
23495
|
+
}
|
|
23496
|
+
|
|
23497
|
+
declare const NatsApiCreateNatsAccountRequest: {
|
|
23498
|
+
name: {
|
|
23499
|
+
maxLength: number;
|
|
23500
|
+
minLength: number;
|
|
23501
|
+
};
|
|
23502
|
+
};
|
|
23503
|
+
declare const NatsApiCreateNatsCredentialsRequest: {
|
|
23504
|
+
name: {
|
|
23505
|
+
maxLength: number;
|
|
23506
|
+
minLength: number;
|
|
23507
|
+
};
|
|
23508
|
+
};
|
|
23509
|
+
declare const NatsApiUpdateNatsAccountRequest: {
|
|
23510
|
+
name: {
|
|
23511
|
+
maxLength: number;
|
|
23512
|
+
minLength: number;
|
|
23513
|
+
};
|
|
23514
|
+
};
|
|
23515
|
+
declare const SnsApiCreateSnsCredentialsRequest: {
|
|
23516
|
+
name: {
|
|
23517
|
+
maxLength: number;
|
|
23518
|
+
minLength: number;
|
|
23519
|
+
};
|
|
23520
|
+
};
|
|
23521
|
+
declare const SnsApiUpdateSnsCredentialsRequest: {
|
|
23522
|
+
name: {
|
|
23523
|
+
maxLength: number;
|
|
23524
|
+
minLength: number;
|
|
23525
|
+
};
|
|
23526
|
+
};
|
|
23527
|
+
declare const SqsApiCreateSqsCredentialsRequest: {
|
|
23528
|
+
name: {
|
|
23529
|
+
maxLength: number;
|
|
23530
|
+
minLength: number;
|
|
23531
|
+
};
|
|
23532
|
+
};
|
|
23533
|
+
declare const SqsApiUpdateSqsCredentialsRequest: {
|
|
23534
|
+
name: {
|
|
23535
|
+
maxLength: number;
|
|
23536
|
+
minLength: number;
|
|
23537
|
+
};
|
|
23538
|
+
};
|
|
23539
|
+
|
|
23540
|
+
declare const validationRules_gen$2_NatsApiCreateNatsAccountRequest: typeof NatsApiCreateNatsAccountRequest;
|
|
23541
|
+
declare const validationRules_gen$2_NatsApiCreateNatsCredentialsRequest: typeof NatsApiCreateNatsCredentialsRequest;
|
|
23542
|
+
declare const validationRules_gen$2_NatsApiUpdateNatsAccountRequest: typeof NatsApiUpdateNatsAccountRequest;
|
|
23543
|
+
declare const validationRules_gen$2_SnsApiCreateSnsCredentialsRequest: typeof SnsApiCreateSnsCredentialsRequest;
|
|
23544
|
+
declare const validationRules_gen$2_SnsApiUpdateSnsCredentialsRequest: typeof SnsApiUpdateSnsCredentialsRequest;
|
|
23545
|
+
declare const validationRules_gen$2_SqsApiCreateSqsCredentialsRequest: typeof SqsApiCreateSqsCredentialsRequest;
|
|
23546
|
+
declare const validationRules_gen$2_SqsApiUpdateSqsCredentialsRequest: typeof SqsApiUpdateSqsCredentialsRequest;
|
|
23547
|
+
declare namespace validationRules_gen$2 {
|
|
23548
|
+
export { validationRules_gen$2_NatsApiCreateNatsAccountRequest as NatsApiCreateNatsAccountRequest, validationRules_gen$2_NatsApiCreateNatsCredentialsRequest as NatsApiCreateNatsCredentialsRequest, validationRules_gen$2_NatsApiUpdateNatsAccountRequest as NatsApiUpdateNatsAccountRequest, validationRules_gen$2_SnsApiCreateSnsCredentialsRequest as SnsApiCreateSnsCredentialsRequest, validationRules_gen$2_SnsApiUpdateSnsCredentialsRequest as SnsApiUpdateSnsCredentialsRequest, validationRules_gen$2_SqsApiCreateSqsCredentialsRequest as SqsApiCreateSqsCredentialsRequest, validationRules_gen$2_SqsApiUpdateSqsCredentialsRequest as SqsApiUpdateSqsCredentialsRequest };
|
|
23549
|
+
}
|
|
23550
|
+
|
|
23551
|
+
type index_gen$a_File = File;
|
|
23552
|
+
type index_gen$a_ListNatsAccountsRequestOrderBy = ListNatsAccountsRequestOrderBy;
|
|
23553
|
+
type index_gen$a_ListNatsAccountsResponse = ListNatsAccountsResponse;
|
|
23554
|
+
type index_gen$a_ListNatsCredentialsRequestOrderBy = ListNatsCredentialsRequestOrderBy;
|
|
23555
|
+
type index_gen$a_ListNatsCredentialsResponse = ListNatsCredentialsResponse;
|
|
23556
|
+
type index_gen$a_ListSnsCredentialsRequestOrderBy = ListSnsCredentialsRequestOrderBy;
|
|
23557
|
+
type index_gen$a_ListSnsCredentialsResponse = ListSnsCredentialsResponse;
|
|
23558
|
+
type index_gen$a_ListSqsCredentialsRequestOrderBy = ListSqsCredentialsRequestOrderBy;
|
|
23559
|
+
type index_gen$a_ListSqsCredentialsResponse = ListSqsCredentialsResponse;
|
|
23560
|
+
type index_gen$a_NatsAPI = NatsAPI;
|
|
23561
|
+
declare const index_gen$a_NatsAPI: typeof NatsAPI;
|
|
23562
|
+
type index_gen$a_NatsAccount = NatsAccount;
|
|
23563
|
+
type index_gen$a_NatsApiDeleteNatsAccountRequest = NatsApiDeleteNatsAccountRequest;
|
|
23564
|
+
type index_gen$a_NatsApiDeleteNatsCredentialsRequest = NatsApiDeleteNatsCredentialsRequest;
|
|
23565
|
+
type index_gen$a_NatsApiGetNatsAccountRequest = NatsApiGetNatsAccountRequest;
|
|
23566
|
+
type index_gen$a_NatsApiGetNatsCredentialsRequest = NatsApiGetNatsCredentialsRequest;
|
|
23567
|
+
type index_gen$a_NatsApiListNatsAccountsRequest = NatsApiListNatsAccountsRequest;
|
|
23568
|
+
type index_gen$a_NatsApiListNatsCredentialsRequest = NatsApiListNatsCredentialsRequest;
|
|
23569
|
+
type index_gen$a_NatsCredentials = NatsCredentials;
|
|
23570
|
+
type index_gen$a_SnsAPI = SnsAPI;
|
|
23571
|
+
declare const index_gen$a_SnsAPI: typeof SnsAPI;
|
|
23572
|
+
type index_gen$a_SnsApiActivateSnsRequest = SnsApiActivateSnsRequest;
|
|
23573
|
+
type index_gen$a_SnsApiDeactivateSnsRequest = SnsApiDeactivateSnsRequest;
|
|
23574
|
+
type index_gen$a_SnsApiDeleteSnsCredentialsRequest = SnsApiDeleteSnsCredentialsRequest;
|
|
23575
|
+
type index_gen$a_SnsApiGetSnsCredentialsRequest = SnsApiGetSnsCredentialsRequest;
|
|
23576
|
+
type index_gen$a_SnsApiGetSnsInfoRequest = SnsApiGetSnsInfoRequest;
|
|
23577
|
+
type index_gen$a_SnsApiListSnsCredentialsRequest = SnsApiListSnsCredentialsRequest;
|
|
23578
|
+
type index_gen$a_SnsCredentials = SnsCredentials;
|
|
23579
|
+
type index_gen$a_SnsInfo = SnsInfo;
|
|
23580
|
+
type index_gen$a_SnsInfoStatus = SnsInfoStatus;
|
|
23581
|
+
type index_gen$a_SnsPermissions = SnsPermissions;
|
|
23582
|
+
type index_gen$a_SqsAPI = SqsAPI;
|
|
23583
|
+
declare const index_gen$a_SqsAPI: typeof SqsAPI;
|
|
23584
|
+
type index_gen$a_SqsApiActivateSqsRequest = SqsApiActivateSqsRequest;
|
|
23585
|
+
type index_gen$a_SqsApiDeactivateSqsRequest = SqsApiDeactivateSqsRequest;
|
|
23586
|
+
type index_gen$a_SqsApiDeleteSqsCredentialsRequest = SqsApiDeleteSqsCredentialsRequest;
|
|
23587
|
+
type index_gen$a_SqsApiGetSqsCredentialsRequest = SqsApiGetSqsCredentialsRequest;
|
|
23588
|
+
type index_gen$a_SqsApiGetSqsInfoRequest = SqsApiGetSqsInfoRequest;
|
|
23589
|
+
type index_gen$a_SqsApiListSqsCredentialsRequest = SqsApiListSqsCredentialsRequest;
|
|
23590
|
+
type index_gen$a_SqsCredentials = SqsCredentials;
|
|
23591
|
+
type index_gen$a_SqsInfo = SqsInfo;
|
|
23592
|
+
type index_gen$a_SqsInfoStatus = SqsInfoStatus;
|
|
23593
|
+
type index_gen$a_SqsPermissions = SqsPermissions;
|
|
23594
|
+
declare namespace index_gen$a {
|
|
23595
|
+
export { type index_gen$a_File as File, type index_gen$a_ListNatsAccountsRequestOrderBy as ListNatsAccountsRequestOrderBy, type index_gen$a_ListNatsAccountsResponse as ListNatsAccountsResponse, type index_gen$a_ListNatsCredentialsRequestOrderBy as ListNatsCredentialsRequestOrderBy, type index_gen$a_ListNatsCredentialsResponse as ListNatsCredentialsResponse, type index_gen$a_ListSnsCredentialsRequestOrderBy as ListSnsCredentialsRequestOrderBy, type index_gen$a_ListSnsCredentialsResponse as ListSnsCredentialsResponse, type index_gen$a_ListSqsCredentialsRequestOrderBy as ListSqsCredentialsRequestOrderBy, type index_gen$a_ListSqsCredentialsResponse as ListSqsCredentialsResponse, index_gen$a_NatsAPI as NatsAPI, type index_gen$a_NatsAccount as NatsAccount, type NatsApiCreateNatsAccountRequest$1 as NatsApiCreateNatsAccountRequest, type NatsApiCreateNatsCredentialsRequest$1 as NatsApiCreateNatsCredentialsRequest, type index_gen$a_NatsApiDeleteNatsAccountRequest as NatsApiDeleteNatsAccountRequest, type index_gen$a_NatsApiDeleteNatsCredentialsRequest as NatsApiDeleteNatsCredentialsRequest, type index_gen$a_NatsApiGetNatsAccountRequest as NatsApiGetNatsAccountRequest, type index_gen$a_NatsApiGetNatsCredentialsRequest as NatsApiGetNatsCredentialsRequest, type index_gen$a_NatsApiListNatsAccountsRequest as NatsApiListNatsAccountsRequest, type index_gen$a_NatsApiListNatsCredentialsRequest as NatsApiListNatsCredentialsRequest, type NatsApiUpdateNatsAccountRequest$1 as NatsApiUpdateNatsAccountRequest, type index_gen$a_NatsCredentials as NatsCredentials, index_gen$a_SnsAPI as SnsAPI, type index_gen$a_SnsApiActivateSnsRequest as SnsApiActivateSnsRequest, type SnsApiCreateSnsCredentialsRequest$1 as SnsApiCreateSnsCredentialsRequest, type index_gen$a_SnsApiDeactivateSnsRequest as SnsApiDeactivateSnsRequest, type index_gen$a_SnsApiDeleteSnsCredentialsRequest as SnsApiDeleteSnsCredentialsRequest, type index_gen$a_SnsApiGetSnsCredentialsRequest as SnsApiGetSnsCredentialsRequest, type index_gen$a_SnsApiGetSnsInfoRequest as SnsApiGetSnsInfoRequest, type index_gen$a_SnsApiListSnsCredentialsRequest as SnsApiListSnsCredentialsRequest, type SnsApiUpdateSnsCredentialsRequest$1 as SnsApiUpdateSnsCredentialsRequest, type index_gen$a_SnsCredentials as SnsCredentials, type index_gen$a_SnsInfo as SnsInfo, type index_gen$a_SnsInfoStatus as SnsInfoStatus, type index_gen$a_SnsPermissions as SnsPermissions, index_gen$a_SqsAPI as SqsAPI, type index_gen$a_SqsApiActivateSqsRequest as SqsApiActivateSqsRequest, type SqsApiCreateSqsCredentialsRequest$1 as SqsApiCreateSqsCredentialsRequest, type index_gen$a_SqsApiDeactivateSqsRequest as SqsApiDeactivateSqsRequest, type index_gen$a_SqsApiDeleteSqsCredentialsRequest as SqsApiDeleteSqsCredentialsRequest, type index_gen$a_SqsApiGetSqsCredentialsRequest as SqsApiGetSqsCredentialsRequest, type index_gen$a_SqsApiGetSqsInfoRequest as SqsApiGetSqsInfoRequest, type index_gen$a_SqsApiListSqsCredentialsRequest as SqsApiListSqsCredentialsRequest, type SqsApiUpdateSqsCredentialsRequest$1 as SqsApiUpdateSqsCredentialsRequest, type index_gen$a_SqsCredentials as SqsCredentials, type index_gen$a_SqsInfo as SqsInfo, type index_gen$a_SqsInfoStatus as SqsInfoStatus, type index_gen$a_SqsPermissions as SqsPermissions, validationRules_gen$2 as ValidationRules };
|
|
23596
|
+
}
|
|
23597
|
+
|
|
23598
|
+
declare namespace index$9 {
|
|
23599
|
+
export { index_gen$b as v1alpha1, index_gen$a as v1beta1 };
|
|
23600
|
+
}
|
|
23601
|
+
|
|
23602
|
+
type ACLRuleAction = 'allow' | 'deny';
|
|
23603
|
+
type ACLRuleDirection = 'inbound' | 'outbound';
|
|
23604
|
+
type ACLRuleProtocol = 'tcp' | 'udp' | 'icmp';
|
|
23605
|
+
type DatabaseBackupStatus = 'unknown' | 'creating' | 'ready' | 'restoring' | 'deleting' | 'error' | 'exporting' | 'locked';
|
|
23606
|
+
type EngineSettingPropertyType = 'BOOLEAN' | 'INT' | 'STRING' | 'FLOAT';
|
|
23607
|
+
type InstanceLogStatus = 'unknown' | 'ready' | 'creating' | 'error';
|
|
23608
|
+
type InstanceStatus = 'unknown' | 'ready' | 'provisioning' | 'configuring' | 'deleting' | 'error' | 'autohealing' | 'locked' | 'initializing' | 'disk_full' | 'backuping' | 'snapshotting' | 'restarting';
|
|
23609
|
+
type ListDatabaseBackupsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'status_asc' | 'status_desc';
|
|
23610
|
+
type ListDatabasesRequestOrderBy = 'name_asc' | 'name_desc' | 'size_asc' | 'size_desc';
|
|
23611
|
+
type ListInstanceLogsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
23612
|
+
type ListInstancesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'region' | 'status_asc' | 'status_desc';
|
|
23613
|
+
type ListPrivilegesRequestOrderBy = 'user_name_asc' | 'user_name_desc' | 'database_name_asc' | 'database_name_desc';
|
|
23614
|
+
type ListSnapshotsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc' | 'expires_at_asc' | 'expires_at_desc';
|
|
23615
|
+
type ListUsersRequestOrderBy = 'name_asc' | 'name_desc' | 'is_admin_asc' | 'is_admin_desc';
|
|
23616
|
+
type MaintenanceStatus = 'unknown' | 'pending' | 'done' | 'canceled';
|
|
23617
|
+
type NodeTypeGeneration = 'unknown_generation' | 'generation_v1' | 'generation_v2';
|
|
23618
|
+
type NodeTypeStock$1 = 'unknown' | 'low_stock' | 'out_of_stock' | 'available';
|
|
23619
|
+
type Permission = 'readonly' | 'readwrite' | 'all' | 'custom' | 'none';
|
|
23620
|
+
/** Read replica. status. */
|
|
23621
|
+
type ReadReplicaStatus = 'unknown' | 'provisioning' | 'initializing' | 'ready' | 'deleting' | 'error' | 'locked' | 'configuring' | 'promoting';
|
|
23622
|
+
type SnapshotStatus = 'unknown' | 'creating' | 'ready' | 'restoring' | 'deleting' | 'error' | 'locked';
|
|
23623
|
+
type StorageClass = 'unknown_storage_class' | 'lssd' | 'bssd' | 'sbs';
|
|
23624
|
+
type VolumeType = 'lssd' | 'bssd' | 'sbs_5k' | 'sbs_15k';
|
|
23625
|
+
interface ACLRule$1 {
|
|
23626
|
+
ip: string;
|
|
23627
|
+
/** @deprecated */
|
|
23628
|
+
port?: number;
|
|
23629
|
+
protocol: ACLRuleProtocol;
|
|
23630
|
+
direction: ACLRuleDirection;
|
|
23631
|
+
action: ACLRuleAction;
|
|
23632
|
+
description: string;
|
|
23633
|
+
}
|
|
23634
|
+
interface ACLRuleRequest {
|
|
23635
|
+
ip: string;
|
|
23636
|
+
description: string;
|
|
23637
|
+
}
|
|
23638
|
+
/** Add instance acl rules response. */
|
|
23639
|
+
interface AddInstanceACLRulesResponse {
|
|
23640
|
+
/** ACL Rules enabled for the Database Instance. */
|
|
23641
|
+
rules: ACLRule$1[];
|
|
23642
|
+
}
|
|
23643
|
+
/** Add instance settings response. */
|
|
23644
|
+
interface AddInstanceSettingsResponse {
|
|
23645
|
+
/** Settings available on the Database Instance. */
|
|
23646
|
+
settings: InstanceSetting[];
|
|
23647
|
+
}
|
|
23648
|
+
/** Backup schedule. */
|
|
23649
|
+
interface BackupSchedule {
|
|
23650
|
+
/** Frequency of the backup schedule (in hours). */
|
|
23651
|
+
frequency: number;
|
|
23652
|
+
/** Default retention period of backups (in days). */
|
|
23653
|
+
retention: number;
|
|
23654
|
+
/** Defines whether the backup schedule feature is disabled. */
|
|
23655
|
+
disabled: boolean;
|
|
23656
|
+
/** Next run of the backup schedule (accurate to 10 minutes). */
|
|
23657
|
+
nextRunAt?: Date;
|
|
23658
|
+
}
|
|
23659
|
+
/** Database. */
|
|
23660
|
+
interface Database {
|
|
23661
|
+
/** Name of the database. */
|
|
23662
|
+
name: string;
|
|
23663
|
+
/** Name of the database owner. */
|
|
23664
|
+
owner: string;
|
|
23665
|
+
/** Defines whether the database is managed or not. */
|
|
23666
|
+
managed: boolean;
|
|
23667
|
+
/** Size of the database. */
|
|
23668
|
+
size: number;
|
|
23669
|
+
}
|
|
23670
|
+
/** Database backup. */
|
|
23671
|
+
interface DatabaseBackup {
|
|
23672
|
+
/** UUID of the database backup. */
|
|
23673
|
+
id: string;
|
|
23674
|
+
/** UUID of the Database Instance. */
|
|
23675
|
+
instanceId: string;
|
|
23676
|
+
/** Name of backed up database. */
|
|
23677
|
+
databaseName: string;
|
|
23678
|
+
/** Name of the backup. */
|
|
23679
|
+
name: string;
|
|
23680
|
+
/** Status of the backup. */
|
|
23681
|
+
status: DatabaseBackupStatus;
|
|
23682
|
+
/** Size of the database backup. */
|
|
23683
|
+
size?: number;
|
|
23684
|
+
/** Expiration date (must follow the ISO 8601 format). */
|
|
23685
|
+
expiresAt?: Date;
|
|
23686
|
+
/** Creation date (must follow the ISO 8601 format). */
|
|
23687
|
+
createdAt?: Date;
|
|
23688
|
+
/** Updated date (must follow the ISO 8601 format). */
|
|
23689
|
+
updatedAt?: Date;
|
|
23690
|
+
/** Name of the Database Instance of the backup. */
|
|
23691
|
+
instanceName: string;
|
|
23692
|
+
/** URL you can download the backup from. */
|
|
23693
|
+
downloadUrl?: string;
|
|
23694
|
+
/** Expiration date of the download link. */
|
|
23695
|
+
downloadUrlExpiresAt?: Date;
|
|
23696
|
+
/** Region of the database backup. */
|
|
23697
|
+
region: Region;
|
|
23698
|
+
/** Store logical backups in the same region as the source Database Instance. */
|
|
23699
|
+
sameRegion: boolean;
|
|
23700
|
+
}
|
|
23701
|
+
/** Database engine. */
|
|
23702
|
+
interface DatabaseEngine {
|
|
23703
|
+
/** Engine name. */
|
|
23704
|
+
name: string;
|
|
23705
|
+
/** Engine logo URL. */
|
|
23706
|
+
logoUrl: string;
|
|
23707
|
+
/** Available versions. */
|
|
23708
|
+
versions: EngineVersion[];
|
|
23709
|
+
/** Region of this Database Instance. */
|
|
23710
|
+
region: Region;
|
|
23711
|
+
}
|
|
23712
|
+
/** Delete instance acl rules response. */
|
|
23713
|
+
interface DeleteInstanceACLRulesResponse {
|
|
23714
|
+
/** IP addresses defined in the ACL rules of the Database Instance. */
|
|
23715
|
+
rules: ACLRule$1[];
|
|
23716
|
+
}
|
|
23717
|
+
/** Delete instance settings response. */
|
|
23718
|
+
interface DeleteInstanceSettingsResponse {
|
|
23719
|
+
/** Settings names to delete from the Database Instance. */
|
|
23720
|
+
settings: InstanceSetting[];
|
|
23721
|
+
}
|
|
23722
|
+
/** Endpoint. */
|
|
23723
|
+
interface Endpoint$1 {
|
|
23724
|
+
/** UUID of the endpoint. */
|
|
23725
|
+
id: string;
|
|
23726
|
+
/**
|
|
23727
|
+
* IPv4 address of the endpoint.
|
|
23728
|
+
*
|
|
23729
|
+
* One-of ('address'): at most one of 'ip', 'hostname' could be set.
|
|
23730
|
+
*/
|
|
23731
|
+
ip?: string;
|
|
23732
|
+
/** TCP port of the endpoint. */
|
|
23733
|
+
port: number;
|
|
23734
|
+
/** Name of the endpoint. */
|
|
23735
|
+
name?: string;
|
|
23736
|
+
/**
|
|
23737
|
+
* Private Network details. One maximum per Database Instance or Read Replica
|
|
23738
|
+
* (a Database Instance and its Read Replica can have different Private
|
|
23739
|
+
* Networks). Cannot be updated (has to be deleted and recreated).
|
|
23740
|
+
*
|
|
23741
|
+
* One-of ('details'): at most one of 'privateNetwork', 'loadBalancer',
|
|
23742
|
+
* 'directAccess' could be set.
|
|
22833
23743
|
*/
|
|
22834
23744
|
privateNetwork?: EndpointPrivateNetworkDetails;
|
|
22835
23745
|
/**
|
|
@@ -23176,6 +24086,8 @@ interface NodeTypeVolumeType {
|
|
|
23176
24086
|
maxSize: number;
|
|
23177
24087
|
/** Minimum increment level for a Block Storage volume size. */
|
|
23178
24088
|
chunkSize: number;
|
|
24089
|
+
/** The storage class of the volume. */
|
|
24090
|
+
class: StorageClass;
|
|
23179
24091
|
}
|
|
23180
24092
|
/** Prepare instance logs response. */
|
|
23181
24093
|
interface PrepareInstanceLogsResponse {
|
|
@@ -23310,6 +24222,7 @@ interface User {
|
|
|
23310
24222
|
interface Volume {
|
|
23311
24223
|
type: VolumeType;
|
|
23312
24224
|
size: number;
|
|
24225
|
+
class: StorageClass;
|
|
23313
24226
|
}
|
|
23314
24227
|
type ListDatabaseEnginesRequest = {
|
|
23315
24228
|
/**
|
|
@@ -24846,6 +25759,7 @@ type index_gen$9_SetInstanceSettingsResponse = SetInstanceSettingsResponse;
|
|
|
24846
25759
|
type index_gen$9_SetPrivilegeRequest = SetPrivilegeRequest;
|
|
24847
25760
|
type index_gen$9_Snapshot = Snapshot;
|
|
24848
25761
|
type index_gen$9_SnapshotStatus = SnapshotStatus;
|
|
25762
|
+
type index_gen$9_StorageClass = StorageClass;
|
|
24849
25763
|
type index_gen$9_UpdateDatabaseBackupRequest = UpdateDatabaseBackupRequest;
|
|
24850
25764
|
type index_gen$9_UpdateSnapshotRequest = UpdateSnapshotRequest;
|
|
24851
25765
|
type index_gen$9_UpdateUserRequest = UpdateUserRequest;
|
|
@@ -24855,7 +25769,7 @@ type index_gen$9_User = User;
|
|
|
24855
25769
|
type index_gen$9_Volume = Volume;
|
|
24856
25770
|
type index_gen$9_VolumeType = VolumeType;
|
|
24857
25771
|
declare namespace index_gen$9 {
|
|
24858
|
-
export { type ACLRule$1 as ACLRule, type index_gen$9_ACLRuleAction as ACLRuleAction, type index_gen$9_ACLRuleDirection as ACLRuleDirection, type index_gen$9_ACLRuleProtocol as ACLRuleProtocol, type index_gen$9_ACLRuleRequest as ACLRuleRequest, API$9 as API, type index_gen$9_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$9_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$9_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$9_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$9_BackupSchedule as BackupSchedule, type index_gen$9_CloneInstanceRequest as CloneInstanceRequest, type index_gen$9_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type index_gen$9_CreateDatabaseRequest as CreateDatabaseRequest, type index_gen$9_CreateEndpointRequest as CreateEndpointRequest, type index_gen$9_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$9_CreateInstanceRequest as CreateInstanceRequest, type index_gen$9_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$9_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$9_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$9_CreateUserRequest as CreateUserRequest, index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type index_gen$9_Database as Database, type index_gen$9_DatabaseBackup as DatabaseBackup, type index_gen$9_DatabaseBackupStatus as DatabaseBackupStatus, type index_gen$9_DatabaseEngine as DatabaseEngine, type index_gen$9_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type index_gen$9_DeleteDatabaseRequest as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$9_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$9_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$9_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$9_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$9_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$9_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$9_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$9_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$9_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$9_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$9_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$9_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$9_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$9_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$9_EngineSetting as EngineSetting, type index_gen$9_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$9_EngineVersion as EngineVersion, type index_gen$9_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest, type index_gen$9_GetDatabaseBackupRequest as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$9_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$9_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$9_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$9_GetInstanceRequest as GetInstanceRequest, type index_gen$9_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$9_GetSnapshotRequest as GetSnapshotRequest, index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$9_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$9_Instance as Instance, type index_gen$9_InstanceLog as InstanceLog, type index_gen$9_InstanceLogStatus as InstanceLogStatus, type index_gen$9_InstanceMetrics as InstanceMetrics, type index_gen$9_InstanceSetting as InstanceSetting, type index_gen$9_InstanceStatus as InstanceStatus, type index_gen$9_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest, type index_gen$9_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy, type index_gen$9_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse, type index_gen$9_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$9_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type index_gen$9_ListDatabasesRequest as ListDatabasesRequest, type index_gen$9_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy, type index_gen$9_ListDatabasesResponse as ListDatabasesResponse, type index_gen$9_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$9_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$9_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$9_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$9_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$9_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$9_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$9_ListInstancesRequest as ListInstancesRequest, type index_gen$9_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$9_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$9_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$9_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$9_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$9_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$9_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$9_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$9_ListUsersRequest as ListUsersRequest, type index_gen$9_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$9_ListUsersResponse as ListUsersResponse, type index_gen$9_LogsPolicy as LogsPolicy, index_gen$9_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$9_Maintenance as Maintenance, type index_gen$9_MaintenanceStatus as MaintenanceStatus, type index_gen$9_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$9_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$9_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$9_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$9_Permission as Permission, type index_gen$9_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$9_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$9_Privilege as Privilege, type index_gen$9_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$9_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$9_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$9_ReadReplica as ReadReplica, type index_gen$9_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$9_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$9_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$9_ReadReplicaStatus as ReadReplicaStatus, type index_gen$9_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$9_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$9_RestartInstanceRequest as RestartInstanceRequest, type index_gen$9_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$9_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$9_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$9_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$9_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$9_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$9_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$9_Snapshot as Snapshot, type index_gen$9_SnapshotStatus as SnapshotStatus, type index_gen$9_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$9_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$9_UpdateUserRequest as UpdateUserRequest, type index_gen$9_UpgradableVersion as UpgradableVersion, type index_gen$9_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$9_User as User, validationRules_gen$1 as ValidationRules, type index_gen$9_Volume as Volume, type index_gen$9_VolumeType as VolumeType };
|
|
25772
|
+
export { type ACLRule$1 as ACLRule, type index_gen$9_ACLRuleAction as ACLRuleAction, type index_gen$9_ACLRuleDirection as ACLRuleDirection, type index_gen$9_ACLRuleProtocol as ACLRuleProtocol, type index_gen$9_ACLRuleRequest as ACLRuleRequest, API$9 as API, type index_gen$9_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$9_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$9_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$9_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$9_BackupSchedule as BackupSchedule, type index_gen$9_CloneInstanceRequest as CloneInstanceRequest, type index_gen$9_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type index_gen$9_CreateDatabaseRequest as CreateDatabaseRequest, type index_gen$9_CreateEndpointRequest as CreateEndpointRequest, type index_gen$9_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$9_CreateInstanceRequest as CreateInstanceRequest, type index_gen$9_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$9_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$9_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$9_CreateUserRequest as CreateUserRequest, index_gen$9_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type index_gen$9_Database as Database, type index_gen$9_DatabaseBackup as DatabaseBackup, type index_gen$9_DatabaseBackupStatus as DatabaseBackupStatus, type index_gen$9_DatabaseEngine as DatabaseEngine, type index_gen$9_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type index_gen$9_DeleteDatabaseRequest as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$9_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$9_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$9_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$9_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$9_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$9_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$9_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$9_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$9_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$9_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$9_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$9_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$9_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$9_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$9_EngineSetting as EngineSetting, type index_gen$9_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$9_EngineVersion as EngineVersion, type index_gen$9_ExportDatabaseBackupRequest as ExportDatabaseBackupRequest, type index_gen$9_GetDatabaseBackupRequest as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$9_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$9_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$9_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$9_GetInstanceRequest as GetInstanceRequest, type index_gen$9_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$9_GetSnapshotRequest as GetSnapshotRequest, index_gen$9_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$9_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$9_Instance as Instance, type index_gen$9_InstanceLog as InstanceLog, type index_gen$9_InstanceLogStatus as InstanceLogStatus, type index_gen$9_InstanceMetrics as InstanceMetrics, type index_gen$9_InstanceSetting as InstanceSetting, type index_gen$9_InstanceStatus as InstanceStatus, type index_gen$9_ListDatabaseBackupsRequest as ListDatabaseBackupsRequest, type index_gen$9_ListDatabaseBackupsRequestOrderBy as ListDatabaseBackupsRequestOrderBy, type index_gen$9_ListDatabaseBackupsResponse as ListDatabaseBackupsResponse, type index_gen$9_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$9_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type index_gen$9_ListDatabasesRequest as ListDatabasesRequest, type index_gen$9_ListDatabasesRequestOrderBy as ListDatabasesRequestOrderBy, type index_gen$9_ListDatabasesResponse as ListDatabasesResponse, type index_gen$9_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$9_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$9_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$9_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$9_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$9_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$9_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$9_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$9_ListInstancesRequest as ListInstancesRequest, type index_gen$9_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$9_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$9_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$9_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$9_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$9_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$9_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$9_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$9_ListUsersRequest as ListUsersRequest, type index_gen$9_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$9_ListUsersResponse as ListUsersResponse, type index_gen$9_LogsPolicy as LogsPolicy, index_gen$9_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$9_Maintenance as Maintenance, type index_gen$9_MaintenanceStatus as MaintenanceStatus, type index_gen$9_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$9_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$9_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$9_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$9_Permission as Permission, type index_gen$9_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$9_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$9_Privilege as Privilege, type index_gen$9_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$9_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$9_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$9_ReadReplica as ReadReplica, type index_gen$9_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$9_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$9_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$9_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$9_ReadReplicaStatus as ReadReplicaStatus, type index_gen$9_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$9_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$9_RestartInstanceRequest as RestartInstanceRequest, type index_gen$9_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$9_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$9_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$9_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$9_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$9_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$9_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$9_Snapshot as Snapshot, type index_gen$9_SnapshotStatus as SnapshotStatus, type index_gen$9_StorageClass as StorageClass, type index_gen$9_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$9_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$9_UpdateUserRequest as UpdateUserRequest, type index_gen$9_UpgradableVersion as UpgradableVersion, type index_gen$9_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$9_User as User, validationRules_gen$1 as ValidationRules, type index_gen$9_Volume as Volume, type index_gen$9_VolumeType as VolumeType };
|
|
24859
25773
|
}
|
|
24860
25774
|
|
|
24861
25775
|
declare namespace index$8 {
|