@scaleway/sdk 1.37.0 → 1.38.1
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/cockpit/v1beta1/marshalling.gen.js +2 -1
- package/dist/api/container/v1beta1/index.gen.js +2 -0
- package/dist/api/container/v1beta1/marshalling.gen.js +3 -3
- package/dist/api/container/v1beta1/validation-rules.gen.js +44 -0
- package/dist/api/function/v1beta1/index.gen.js +2 -0
- package/dist/api/function/v1beta1/marshalling.gen.js +3 -3
- package/dist/api/function/v1beta1/validation-rules.gen.js +44 -0
- package/dist/api/ipam/index.js +2 -0
- package/dist/api/ipam/v1/api.gen.js +113 -0
- package/dist/api/ipam/v1/index.gen.js +6 -0
- package/dist/api/ipam/v1/marshalling.gen.js +77 -0
- package/dist/api/ipam/v1/validation-rules.gen.js +11 -0
- package/dist/api/tem/v1alpha1/marshalling.gen.js +13 -0
- package/dist/api/vpcgw/v1/marshalling.gen.js +10 -0
- package/dist/index.cjs +654 -332
- package/dist/index.d.ts +1450 -935
- package/dist/index.js +30 -28
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -820,39 +820,39 @@ declare class TransientStateError extends ScalewayError {
|
|
|
820
820
|
static fromJSON(status: number, obj: Readonly<JSONObject>): ScalewayError | null;
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
type index$
|
|
824
|
-
declare const index$
|
|
825
|
-
type index$
|
|
826
|
-
declare const index$
|
|
827
|
-
type index$
|
|
828
|
-
declare const index$
|
|
829
|
-
type index$
|
|
830
|
-
type index$
|
|
831
|
-
declare const index$
|
|
832
|
-
type index$
|
|
833
|
-
declare const index$
|
|
834
|
-
type index$
|
|
835
|
-
type index$
|
|
836
|
-
declare const index$
|
|
837
|
-
type index$
|
|
838
|
-
declare const index$
|
|
839
|
-
type index$
|
|
840
|
-
type index$
|
|
841
|
-
type index$
|
|
842
|
-
declare const index$
|
|
843
|
-
type index$
|
|
844
|
-
declare const index$
|
|
845
|
-
type index$
|
|
846
|
-
declare const index$
|
|
847
|
-
type index$
|
|
848
|
-
declare const index$
|
|
849
|
-
type index$
|
|
850
|
-
declare const index$
|
|
851
|
-
type index$
|
|
852
|
-
type index$
|
|
853
|
-
declare const index$
|
|
854
|
-
declare namespace index$
|
|
855
|
-
export { index$
|
|
823
|
+
type index$x_AlreadyExistsError = AlreadyExistsError;
|
|
824
|
+
declare const index$x_AlreadyExistsError: typeof AlreadyExistsError;
|
|
825
|
+
type index$x_DeniedAuthenticationError = DeniedAuthenticationError;
|
|
826
|
+
declare const index$x_DeniedAuthenticationError: typeof DeniedAuthenticationError;
|
|
827
|
+
type index$x_InvalidArgumentsError = InvalidArgumentsError;
|
|
828
|
+
declare const index$x_InvalidArgumentsError: typeof InvalidArgumentsError;
|
|
829
|
+
type index$x_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
|
|
830
|
+
type index$x_OutOfStockError = OutOfStockError;
|
|
831
|
+
declare const index$x_OutOfStockError: typeof OutOfStockError;
|
|
832
|
+
type index$x_PermissionsDeniedError = PermissionsDeniedError;
|
|
833
|
+
declare const index$x_PermissionsDeniedError: typeof PermissionsDeniedError;
|
|
834
|
+
type index$x_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
|
|
835
|
+
type index$x_PreconditionFailedError = PreconditionFailedError;
|
|
836
|
+
declare const index$x_PreconditionFailedError: typeof PreconditionFailedError;
|
|
837
|
+
type index$x_QuotasExceededError = QuotasExceededError;
|
|
838
|
+
declare const index$x_QuotasExceededError: typeof QuotasExceededError;
|
|
839
|
+
type index$x_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
|
|
840
|
+
type index$x_QuotasExceededErrorScope = QuotasExceededErrorScope;
|
|
841
|
+
type index$x_ResourceExpiredError = ResourceExpiredError;
|
|
842
|
+
declare const index$x_ResourceExpiredError: typeof ResourceExpiredError;
|
|
843
|
+
type index$x_ResourceLockedError = ResourceLockedError;
|
|
844
|
+
declare const index$x_ResourceLockedError: typeof ResourceLockedError;
|
|
845
|
+
type index$x_ResourceNotFoundError = ResourceNotFoundError;
|
|
846
|
+
declare const index$x_ResourceNotFoundError: typeof ResourceNotFoundError;
|
|
847
|
+
type index$x_ScalewayError = ScalewayError;
|
|
848
|
+
declare const index$x_ScalewayError: typeof ScalewayError;
|
|
849
|
+
type index$x_TooManyRequestsError = TooManyRequestsError;
|
|
850
|
+
declare const index$x_TooManyRequestsError: typeof TooManyRequestsError;
|
|
851
|
+
type index$x_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
|
|
852
|
+
type index$x_TransientStateError = TransientStateError;
|
|
853
|
+
declare const index$x_TransientStateError: typeof TransientStateError;
|
|
854
|
+
declare namespace index$x {
|
|
855
|
+
export { index$x_AlreadyExistsError as AlreadyExistsError, index$x_DeniedAuthenticationError as DeniedAuthenticationError, index$x_InvalidArgumentsError as InvalidArgumentsError, type index$x_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails, index$x_OutOfStockError as OutOfStockError, index$x_PermissionsDeniedError as PermissionsDeniedError, type index$x_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails, index$x_PreconditionFailedError as PreconditionFailedError, index$x_QuotasExceededError as QuotasExceededError, type index$x_QuotasExceededErrorDetails as QuotasExceededErrorDetails, type index$x_QuotasExceededErrorScope as QuotasExceededErrorScope, index$x_ResourceExpiredError as ResourceExpiredError, index$x_ResourceLockedError as ResourceLockedError, index$x_ResourceNotFoundError as ResourceNotFoundError, index$x_ScalewayError as ScalewayError, index$x_TooManyRequestsError as TooManyRequestsError, type index$x_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy, index$x_TransientStateError as TransientStateError };
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
/**
|
|
@@ -871,7 +871,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
|
|
|
871
871
|
*
|
|
872
872
|
* @internal
|
|
873
873
|
*/
|
|
874
|
-
declare abstract class API$
|
|
874
|
+
declare abstract class API$v {
|
|
875
875
|
protected client: Client;
|
|
876
876
|
constructor(client: Client);
|
|
877
877
|
}
|
|
@@ -1103,7 +1103,7 @@ type UpdateProjectRequest = {
|
|
|
1103
1103
|
*
|
|
1104
1104
|
* User related data. This API allows you to manage projects.
|
|
1105
1105
|
*/
|
|
1106
|
-
declare class API$
|
|
1106
|
+
declare class API$u extends API$v {
|
|
1107
1107
|
/**
|
|
1108
1108
|
* Create a new Project for an Organization. Deprecated in favor of Account
|
|
1109
1109
|
* API v3. Generate a new Project for an Organization, specifying its
|
|
@@ -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$
|
|
1167
|
+
type index_gen$s_CreateProjectRequest = CreateProjectRequest;
|
|
1168
|
+
type index_gen$s_DeleteProjectRequest = DeleteProjectRequest;
|
|
1169
|
+
type index_gen$s_GetProjectRequest = GetProjectRequest;
|
|
1170
|
+
type index_gen$s_ListProjectsRequest = ListProjectsRequest;
|
|
1171
|
+
type index_gen$s_UpdateProjectRequest = UpdateProjectRequest;
|
|
1172
|
+
declare namespace index_gen$s {
|
|
1173
|
+
export { API$u as API, type index_gen$s_CreateProjectRequest as CreateProjectRequest, type index_gen$s_DeleteProjectRequest as DeleteProjectRequest, type index_gen$s_GetProjectRequest as GetProjectRequest, type index_gen$s_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$s_UpdateProjectRequest as UpdateProjectRequest };
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -1243,7 +1243,7 @@ type ProjectApiUpdateProjectRequest$1 = {
|
|
|
1243
1243
|
*
|
|
1244
1244
|
* This API allows you to manage projects.
|
|
1245
1245
|
*/
|
|
1246
|
-
declare class ProjectAPI extends API$
|
|
1246
|
+
declare class ProjectAPI extends API$v {
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Create a new Project for an Organization. Generate a new Project for an
|
|
1249
1249
|
* Organization, specifying its configuration including name and description.
|
|
@@ -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$c_ProjectApiCreateProjectRequest: typeof ProjectApiCreateProjectRequest;
|
|
1333
|
+
declare const validationRules_gen$c_ProjectApiListProjectsRequest: typeof ProjectApiListProjectsRequest;
|
|
1334
|
+
declare const validationRules_gen$c_ProjectApiUpdateProjectRequest: typeof ProjectApiUpdateProjectRequest;
|
|
1335
|
+
declare namespace validationRules_gen$c {
|
|
1336
|
+
export { validationRules_gen$c_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$c_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$c_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$r_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1340
|
+
type index_gen$r_ListProjectsResponse = ListProjectsResponse;
|
|
1341
|
+
type index_gen$r_Project = Project;
|
|
1342
|
+
type index_gen$r_ProjectAPI = ProjectAPI;
|
|
1343
|
+
declare const index_gen$r_ProjectAPI: typeof ProjectAPI;
|
|
1344
|
+
type index_gen$r_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
|
|
1345
|
+
type index_gen$r_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
|
|
1346
|
+
declare namespace index_gen$r {
|
|
1347
|
+
export { type index_gen$r_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$r_ListProjectsResponse as ListProjectsResponse, type index_gen$r_Project as Project, index_gen$r_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$r_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$r_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$c as ValidationRules };
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
|
-
declare namespace index$
|
|
1351
|
-
export { index_gen$
|
|
1350
|
+
declare namespace index$w {
|
|
1351
|
+
export { index_gen$s as v2, index_gen$r as v3 };
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
@@ -1538,7 +1538,7 @@ type ReinstallServerRequest = {
|
|
|
1538
1538
|
};
|
|
1539
1539
|
|
|
1540
1540
|
/** Apple silicon API. */
|
|
1541
|
-
declare class API$
|
|
1541
|
+
declare class API$t extends API$v {
|
|
1542
1542
|
/** Lists the available zones of the API. */
|
|
1543
1543
|
static readonly LOCALITIES: Zone[];
|
|
1544
1544
|
/**
|
|
@@ -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$
|
|
1660
|
+
type index_gen$q_GetServerTypeRequest = GetServerTypeRequest;
|
|
1661
|
+
type index_gen$q_ListServerTypesRequest = ListServerTypesRequest;
|
|
1662
|
+
type index_gen$q_ListServerTypesResponse = ListServerTypesResponse;
|
|
1663
|
+
type index_gen$q_ReinstallServerRequest = ReinstallServerRequest;
|
|
1664
|
+
type index_gen$q_ServerTypeCPU = ServerTypeCPU;
|
|
1665
|
+
type index_gen$q_ServerTypeDisk = ServerTypeDisk;
|
|
1666
|
+
type index_gen$q_ServerTypeMemory = ServerTypeMemory;
|
|
1667
|
+
type index_gen$q_ServerTypeStock = ServerTypeStock;
|
|
1668
|
+
declare namespace index_gen$q {
|
|
1669
|
+
export { API$t 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$q_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$q_ListServerTypesRequest as ListServerTypesRequest, type index_gen$q_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$q_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$q_ServerTypeCPU as ServerTypeCPU, type index_gen$q_ServerTypeDisk as ServerTypeDisk, type index_gen$q_ServerTypeMemory as ServerTypeMemory, type index_gen$q_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
|
-
declare namespace index$
|
|
1673
|
-
export { index_gen$
|
|
1672
|
+
declare namespace index$v {
|
|
1673
|
+
export { index_gen$q as v1alpha1 };
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
1676
|
type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
|
|
@@ -1751,7 +1751,7 @@ interface GetServerMetricsResponse {
|
|
|
1751
1751
|
pings?: TimeSeries;
|
|
1752
1752
|
}
|
|
1753
1753
|
/** Ip. */
|
|
1754
|
-
interface IP$
|
|
1754
|
+
interface IP$2 {
|
|
1755
1755
|
/** ID of the IP. */
|
|
1756
1756
|
id: string;
|
|
1757
1757
|
/** Address of the IP. */
|
|
@@ -1974,7 +1974,7 @@ interface Server$1 {
|
|
|
1974
1974
|
/** Array of custom tags attached to the server. */
|
|
1975
1975
|
tags: string[];
|
|
1976
1976
|
/** Array of IPs attached to the server. */
|
|
1977
|
-
ips: IP$
|
|
1977
|
+
ips: IP$2[];
|
|
1978
1978
|
/** Domain of the server. */
|
|
1979
1979
|
domain: string;
|
|
1980
1980
|
/** Boot type of the server. */
|
|
@@ -2239,7 +2239,7 @@ type StopBMCAccessRequest = {
|
|
|
2239
2239
|
/** ID of the server. */
|
|
2240
2240
|
serverId: string;
|
|
2241
2241
|
};
|
|
2242
|
-
type UpdateIPRequest$
|
|
2242
|
+
type UpdateIPRequest$2 = {
|
|
2243
2243
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
2244
2244
|
zone?: Zone;
|
|
2245
2245
|
/** ID of the server. */
|
|
@@ -2385,7 +2385,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
|
|
|
2385
2385
|
*
|
|
2386
2386
|
* This API allows to manage your Elastic Metal server. Elastic Metal API.
|
|
2387
2387
|
*/
|
|
2388
|
-
declare class API$
|
|
2388
|
+
declare class API$s extends API$v {
|
|
2389
2389
|
/** Lists the available zones of the API. */
|
|
2390
2390
|
static readonly LOCALITIES: Zone[];
|
|
2391
2391
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2534,7 +2534,7 @@ declare class API$r extends API$u {
|
|
|
2534
2534
|
* @param request - The request {@link UpdateIPRequest}
|
|
2535
2535
|
* @returns A Promise of IP
|
|
2536
2536
|
*/
|
|
2537
|
-
updateIP: (request: Readonly<UpdateIPRequest$
|
|
2537
|
+
updateIP: (request: Readonly<UpdateIPRequest$2>) => Promise<IP$2>;
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Add server option. Add an option, such as Private Networks, to a specific
|
|
2540
2540
|
* server.
|
|
@@ -2625,7 +2625,7 @@ declare class API$r extends API$u {
|
|
|
2625
2625
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2626
2626
|
}
|
|
2627
2627
|
/** Elastic Metal Private Network API. */
|
|
2628
|
-
declare class PrivateNetworkAPI extends API$
|
|
2628
|
+
declare class PrivateNetworkAPI extends API$v {
|
|
2629
2629
|
/** Lists the available zones of the API. */
|
|
2630
2630
|
static readonly LOCALITIES: Zone[];
|
|
2631
2631
|
/**
|
|
@@ -2665,7 +2665,7 @@ declare class PrivateNetworkAPI extends API$u {
|
|
|
2665
2665
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
2668
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2668
|
+
declare class BaremetalV1UtilsAPI extends API$s {
|
|
2669
2669
|
/**
|
|
2670
2670
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2671
2671
|
*
|
|
@@ -2788,81 +2788,81 @@ 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$b_CreateServerRequestInstall: typeof CreateServerRequestInstall;
|
|
2792
|
+
declare const validationRules_gen$b_InstallServerRequest: typeof InstallServerRequest;
|
|
2793
|
+
declare const validationRules_gen$b_ListOSRequest: typeof ListOSRequest;
|
|
2794
|
+
declare const validationRules_gen$b_ListOptionsRequest: typeof ListOptionsRequest;
|
|
2795
|
+
declare const validationRules_gen$b_ListServerEventsRequest: typeof ListServerEventsRequest;
|
|
2796
|
+
declare const validationRules_gen$b_ListSettingsRequest: typeof ListSettingsRequest;
|
|
2797
|
+
declare namespace validationRules_gen$b {
|
|
2798
|
+
export { CreateServerRequest$1 as CreateServerRequest, validationRules_gen$b_CreateServerRequestInstall as CreateServerRequestInstall, validationRules_gen$b_InstallServerRequest as InstallServerRequest, validationRules_gen$b_ListOSRequest as ListOSRequest, ListOffersRequest$1 as ListOffersRequest, validationRules_gen$b_ListOptionsRequest as ListOptionsRequest, validationRules_gen$b_ListServerEventsRequest as ListServerEventsRequest, ListServersRequest$1 as ListServersRequest, validationRules_gen$b_ListSettingsRequest as ListSettingsRequest, UpdateServerRequest$1 as UpdateServerRequest };
|
|
2799
2799
|
}
|
|
2800
2800
|
|
|
2801
|
-
type index$
|
|
2802
|
-
type index$
|
|
2803
|
-
type index$
|
|
2804
|
-
type index$
|
|
2805
|
-
type index$
|
|
2806
|
-
type index$
|
|
2807
|
-
type index$
|
|
2808
|
-
type index$
|
|
2809
|
-
type index$
|
|
2810
|
-
type index$
|
|
2811
|
-
type index$
|
|
2812
|
-
type index$
|
|
2813
|
-
type index$
|
|
2814
|
-
type index$
|
|
2815
|
-
type index$
|
|
2816
|
-
type index$
|
|
2817
|
-
type index$
|
|
2818
|
-
type index$
|
|
2819
|
-
type index$
|
|
2820
|
-
type index$
|
|
2821
|
-
type index$
|
|
2822
|
-
type index$
|
|
2823
|
-
type index$
|
|
2824
|
-
type index$
|
|
2825
|
-
type index$
|
|
2826
|
-
type index$
|
|
2827
|
-
type index$
|
|
2828
|
-
type index$
|
|
2829
|
-
type index$
|
|
2830
|
-
type index$
|
|
2831
|
-
type index$
|
|
2832
|
-
declare const index$
|
|
2833
|
-
type index$
|
|
2834
|
-
type index$
|
|
2835
|
-
type index$
|
|
2836
|
-
type index$
|
|
2837
|
-
type index$
|
|
2838
|
-
type index$
|
|
2839
|
-
declare const index$
|
|
2840
|
-
declare const index$
|
|
2841
|
-
type index$
|
|
2842
|
-
type index$
|
|
2843
|
-
type index$
|
|
2844
|
-
type index$
|
|
2845
|
-
type index$
|
|
2846
|
-
type index$
|
|
2847
|
-
type index$
|
|
2848
|
-
type index$
|
|
2849
|
-
type index$
|
|
2850
|
-
type index$
|
|
2851
|
-
type index$
|
|
2852
|
-
type index$
|
|
2853
|
-
type index$
|
|
2854
|
-
type index$
|
|
2855
|
-
type index$
|
|
2856
|
-
type index$
|
|
2857
|
-
type index$
|
|
2858
|
-
type index$
|
|
2859
|
-
type index$
|
|
2860
|
-
declare namespace index$
|
|
2861
|
-
export { BaremetalV1UtilsAPI as API, type index$
|
|
2801
|
+
type index$u_AddOptionServerRequest = AddOptionServerRequest;
|
|
2802
|
+
type index$u_BMCAccess = BMCAccess;
|
|
2803
|
+
type index$u_CPU = CPU;
|
|
2804
|
+
type index$u_DeleteOptionServerRequest = DeleteOptionServerRequest;
|
|
2805
|
+
type index$u_Disk = Disk;
|
|
2806
|
+
type index$u_GetBMCAccessRequest = GetBMCAccessRequest;
|
|
2807
|
+
type index$u_GetOSRequest = GetOSRequest;
|
|
2808
|
+
type index$u_GetOfferRequest = GetOfferRequest;
|
|
2809
|
+
type index$u_GetOptionRequest = GetOptionRequest;
|
|
2810
|
+
type index$u_GetServerMetricsRequest = GetServerMetricsRequest;
|
|
2811
|
+
type index$u_GetServerMetricsResponse = GetServerMetricsResponse;
|
|
2812
|
+
type index$u_IPReverseStatus = IPReverseStatus;
|
|
2813
|
+
type index$u_IPVersion = IPVersion;
|
|
2814
|
+
type index$u_ListOSResponse = ListOSResponse;
|
|
2815
|
+
type index$u_ListOptionsResponse = ListOptionsResponse;
|
|
2816
|
+
type index$u_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
|
|
2817
|
+
type index$u_ListServerEventsResponse = ListServerEventsResponse;
|
|
2818
|
+
type index$u_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
|
|
2819
|
+
type index$u_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
|
|
2820
|
+
type index$u_ListServersRequestOrderBy = ListServersRequestOrderBy;
|
|
2821
|
+
type index$u_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
|
|
2822
|
+
type index$u_ListSettingsResponse = ListSettingsResponse;
|
|
2823
|
+
type index$u_Memory = Memory;
|
|
2824
|
+
type index$u_OS = OS;
|
|
2825
|
+
type index$u_OSOSField = OSOSField;
|
|
2826
|
+
type index$u_OfferOptionOffer = OfferOptionOffer;
|
|
2827
|
+
type index$u_OfferStock = OfferStock;
|
|
2828
|
+
type index$u_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
|
|
2829
|
+
type index$u_Option = Option;
|
|
2830
|
+
type index$u_PersistentMemory = PersistentMemory;
|
|
2831
|
+
type index$u_PrivateNetworkAPI = PrivateNetworkAPI;
|
|
2832
|
+
declare const index$u_PrivateNetworkAPI: typeof PrivateNetworkAPI;
|
|
2833
|
+
type index$u_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
|
|
2834
|
+
type index$u_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
|
|
2835
|
+
type index$u_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
|
|
2836
|
+
type index$u_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
|
|
2837
|
+
type index$u_RaidController = RaidController;
|
|
2838
|
+
type index$u_RebootServerRequest = RebootServerRequest;
|
|
2839
|
+
declare const index$u_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
|
|
2840
|
+
declare const index$u_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
2841
|
+
type index$u_ServerBootType = ServerBootType;
|
|
2842
|
+
type index$u_ServerEvent = ServerEvent;
|
|
2843
|
+
type index$u_ServerInstall = ServerInstall;
|
|
2844
|
+
type index$u_ServerInstallStatus = ServerInstallStatus;
|
|
2845
|
+
type index$u_ServerOption = ServerOption;
|
|
2846
|
+
type index$u_ServerOptionOptionStatus = ServerOptionOptionStatus;
|
|
2847
|
+
type index$u_ServerPingStatus = ServerPingStatus;
|
|
2848
|
+
type index$u_ServerPrivateNetwork = ServerPrivateNetwork;
|
|
2849
|
+
type index$u_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
|
|
2850
|
+
type index$u_ServerRescueServer = ServerRescueServer;
|
|
2851
|
+
type index$u_ServerStatus = ServerStatus;
|
|
2852
|
+
type index$u_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
|
|
2853
|
+
type index$u_Setting = Setting;
|
|
2854
|
+
type index$u_SettingType = SettingType;
|
|
2855
|
+
type index$u_StartBMCAccessRequest = StartBMCAccessRequest;
|
|
2856
|
+
type index$u_StartServerRequest = StartServerRequest;
|
|
2857
|
+
type index$u_StopBMCAccessRequest = StopBMCAccessRequest;
|
|
2858
|
+
type index$u_StopServerRequest = StopServerRequest;
|
|
2859
|
+
type index$u_UpdateSettingRequest = UpdateSettingRequest;
|
|
2860
|
+
declare namespace index$u {
|
|
2861
|
+
export { BaremetalV1UtilsAPI as API, type index$u_AddOptionServerRequest as AddOptionServerRequest, type index$u_BMCAccess as BMCAccess, type index$u_CPU as CPU, type CreateServerRequest$2 as CreateServerRequest, type CreateServerRequestInstall$1 as CreateServerRequestInstall, type index$u_DeleteOptionServerRequest as DeleteOptionServerRequest, type DeleteServerRequest$1 as DeleteServerRequest, type index$u_Disk as Disk, type index$u_GetBMCAccessRequest as GetBMCAccessRequest, type index$u_GetOSRequest as GetOSRequest, type index$u_GetOfferRequest as GetOfferRequest, type index$u_GetOptionRequest as GetOptionRequest, type index$u_GetServerMetricsRequest as GetServerMetricsRequest, type index$u_GetServerMetricsResponse as GetServerMetricsResponse, type GetServerRequest$1 as GetServerRequest, type IP$2 as IP, type index$u_IPReverseStatus as IPReverseStatus, type index$u_IPVersion as IPVersion, type InstallServerRequest$1 as InstallServerRequest, type ListOSRequest$1 as ListOSRequest, type index$u_ListOSResponse as ListOSResponse, type ListOffersRequest$2 as ListOffersRequest, type ListOffersResponse$1 as ListOffersResponse, type ListOptionsRequest$1 as ListOptionsRequest, type index$u_ListOptionsResponse as ListOptionsResponse, type ListServerEventsRequest$1 as ListServerEventsRequest, type index$u_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy, type index$u_ListServerEventsResponse as ListServerEventsResponse, type index$u_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy, type index$u_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse, type ListServersRequest$2 as ListServersRequest, type index$u_ListServersRequestOrderBy as ListServersRequestOrderBy, type ListServersResponse$1 as ListServersResponse, type ListSettingsRequest$1 as ListSettingsRequest, type index$u_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy, type index$u_ListSettingsResponse as ListSettingsResponse, type index$u_Memory as Memory, type index$u_OS as OS, type index$u_OSOSField as OSOSField, type Offer$1 as Offer, type index$u_OfferOptionOffer as OfferOptionOffer, type index$u_OfferStock as OfferStock, type index$u_OfferSubscriptionPeriod as OfferSubscriptionPeriod, type index$u_Option as Option, type index$u_PersistentMemory as PersistentMemory, index$u_PrivateNetworkAPI as PrivateNetworkAPI, type index$u_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest, type index$u_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest, type index$u_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest, type index$u_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest, type index$u_RaidController as RaidController, type index$u_RebootServerRequest as RebootServerRequest, index$u_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES, index$u_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$u_ServerBootType as ServerBootType, type index$u_ServerEvent as ServerEvent, type index$u_ServerInstall as ServerInstall, type index$u_ServerInstallStatus as ServerInstallStatus, type index$u_ServerOption as ServerOption, type index$u_ServerOptionOptionStatus as ServerOptionOptionStatus, type index$u_ServerPingStatus as ServerPingStatus, type index$u_ServerPrivateNetwork as ServerPrivateNetwork, type index$u_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus, type index$u_ServerRescueServer as ServerRescueServer, type index$u_ServerStatus as ServerStatus, type index$u_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse, type index$u_Setting as Setting, type index$u_SettingType as SettingType, type index$u_StartBMCAccessRequest as StartBMCAccessRequest, type index$u_StartServerRequest as StartServerRequest, type index$u_StopBMCAccessRequest as StopBMCAccessRequest, type index$u_StopServerRequest as StopServerRequest, type UpdateIPRequest$2 as UpdateIPRequest, type UpdateServerRequest$2 as UpdateServerRequest, type index$u_UpdateSettingRequest as UpdateSettingRequest, validationRules_gen$b as ValidationRules };
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
|
-
declare namespace index$
|
|
2865
|
-
export { index$
|
|
2864
|
+
declare namespace index$t {
|
|
2865
|
+
export { index$u as v1 };
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
type DownloadInvoiceRequestFileType = 'pdf';
|
|
@@ -2952,7 +2952,7 @@ type DownloadInvoiceRequest = {
|
|
|
2952
2952
|
*
|
|
2953
2953
|
* This API allows you to query your consumption. Billing API.
|
|
2954
2954
|
*/
|
|
2955
|
-
declare class API$
|
|
2955
|
+
declare class API$r extends API$v {
|
|
2956
2956
|
/**
|
|
2957
2957
|
* Get current month's consumption. The consumption reflects the amount of
|
|
2958
2958
|
* money you have spent for the products you have used. The consumption value
|
|
@@ -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$
|
|
2986
|
+
type index_gen$p_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
2987
|
+
type index_gen$p_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
2988
|
+
type index_gen$p_GetConsumptionRequest = GetConsumptionRequest;
|
|
2989
|
+
type index_gen$p_GetConsumptionResponse = GetConsumptionResponse;
|
|
2990
|
+
type index_gen$p_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
2991
|
+
type index_gen$p_Invoice = Invoice;
|
|
2992
|
+
type index_gen$p_InvoiceType = InvoiceType;
|
|
2993
|
+
type index_gen$p_ListInvoicesRequest = ListInvoicesRequest;
|
|
2994
|
+
type index_gen$p_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
2995
|
+
type index_gen$p_ListInvoicesResponse = ListInvoicesResponse;
|
|
2996
|
+
declare namespace index_gen$p {
|
|
2997
|
+
export { API$r as API, type index_gen$p_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$p_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$p_GetConsumptionRequest as GetConsumptionRequest, type index_gen$p_GetConsumptionResponse as GetConsumptionResponse, type index_gen$p_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$p_Invoice as Invoice, type index_gen$p_InvoiceType as InvoiceType, type index_gen$p_ListInvoicesRequest as ListInvoicesRequest, type index_gen$p_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$p_ListInvoicesResponse as ListInvoicesResponse };
|
|
2998
2998
|
}
|
|
2999
2999
|
|
|
3000
|
-
declare namespace index$
|
|
3001
|
-
export { index_gen$
|
|
3000
|
+
declare namespace index$s {
|
|
3001
|
+
export { index_gen$p as v2alpha1 };
|
|
3002
3002
|
}
|
|
3003
3003
|
|
|
3004
3004
|
type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -3355,7 +3355,7 @@ type UpdateSnapshotRequest$3 = {
|
|
|
3355
3355
|
* This API allows you to use and manage your Block Storage volumes. Scaleway
|
|
3356
3356
|
* Block Storage API.
|
|
3357
3357
|
*/
|
|
3358
|
-
declare class API$
|
|
3358
|
+
declare class API$q extends API$v {
|
|
3359
3359
|
/** Lists the available zones of the API. */
|
|
3360
3360
|
static readonly LOCALITIES: Zone[];
|
|
3361
3361
|
protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
|
|
@@ -3534,29 +3534,29 @@ declare const ListVolumesRequest$2: {
|
|
|
3534
3534
|
};
|
|
3535
3535
|
};
|
|
3536
3536
|
|
|
3537
|
-
declare const validationRules_gen$
|
|
3538
|
-
declare const validationRules_gen$
|
|
3539
|
-
declare namespace validationRules_gen$
|
|
3540
|
-
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$
|
|
3537
|
+
declare const validationRules_gen$a_ImportSnapshotFromS3Request: typeof ImportSnapshotFromS3Request;
|
|
3538
|
+
declare const validationRules_gen$a_ListVolumeTypesRequest: typeof ListVolumeTypesRequest;
|
|
3539
|
+
declare namespace validationRules_gen$a {
|
|
3540
|
+
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$a_ImportSnapshotFromS3Request as ImportSnapshotFromS3Request, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$a_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest };
|
|
3541
3541
|
}
|
|
3542
3542
|
|
|
3543
|
-
type index_gen$
|
|
3544
|
-
type index_gen$
|
|
3545
|
-
type index_gen$
|
|
3546
|
-
declare const index_gen$
|
|
3547
|
-
type index_gen$
|
|
3548
|
-
type index_gen$
|
|
3549
|
-
type index_gen$
|
|
3550
|
-
type index_gen$
|
|
3551
|
-
type index_gen$
|
|
3552
|
-
type index_gen$
|
|
3553
|
-
type index_gen$
|
|
3554
|
-
declare namespace index_gen$
|
|
3555
|
-
export { API$
|
|
3543
|
+
type index_gen$o_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
|
|
3544
|
+
type index_gen$o_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
|
|
3545
|
+
type index_gen$o_ListVolumeTypesResponse = ListVolumeTypesResponse;
|
|
3546
|
+
declare const index_gen$o_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
|
|
3547
|
+
type index_gen$o_Reference = Reference;
|
|
3548
|
+
type index_gen$o_ReferenceStatus = ReferenceStatus;
|
|
3549
|
+
type index_gen$o_ReferenceType = ReferenceType;
|
|
3550
|
+
type index_gen$o_SnapshotParentVolume = SnapshotParentVolume;
|
|
3551
|
+
type index_gen$o_SnapshotSummary = SnapshotSummary;
|
|
3552
|
+
type index_gen$o_VolumeSpecifications = VolumeSpecifications;
|
|
3553
|
+
type index_gen$o_VolumeStatus = VolumeStatus;
|
|
3554
|
+
declare namespace index_gen$o {
|
|
3555
|
+
export { API$q as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$o_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$o_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$o_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$o_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type index_gen$o_Reference as Reference, type index_gen$o_ReferenceStatus as ReferenceStatus, type index_gen$o_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$o_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type index_gen$o_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$a as ValidationRules, type Volume$4 as Volume, type index_gen$o_VolumeSpecifications as VolumeSpecifications, type index_gen$o_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3556
3556
|
}
|
|
3557
3557
|
|
|
3558
|
-
declare namespace index$
|
|
3559
|
-
export { index_gen$
|
|
3558
|
+
declare namespace index$r {
|
|
3559
|
+
export { index_gen$o as v1alpha1 };
|
|
3560
3560
|
}
|
|
3561
3561
|
|
|
3562
3562
|
type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
|
|
@@ -3590,6 +3590,8 @@ interface CockpitEndpoints {
|
|
|
3590
3590
|
metricsUrl: string;
|
|
3591
3591
|
/** URL for logs. */
|
|
3592
3592
|
logsUrl: string;
|
|
3593
|
+
/** URL for traces. */
|
|
3594
|
+
tracesUrl: string;
|
|
3593
3595
|
/** URL for the alert manager. */
|
|
3594
3596
|
alertmanagerUrl: string;
|
|
3595
3597
|
/** URL for the Grafana dashboard. */
|
|
@@ -3928,7 +3930,7 @@ type GetGrafanaProductDashboardRequest = {
|
|
|
3928
3930
|
* Scaleway's Cockpit stores metrics and logs and provides a dedicated Grafana
|
|
3929
3931
|
* for dashboarding to visualize them. Cockpit API.
|
|
3930
3932
|
*/
|
|
3931
|
-
declare class API$
|
|
3933
|
+
declare class API$p extends API$v {
|
|
3932
3934
|
/**
|
|
3933
3935
|
* Activate the Cockpit of the specified Project ID.
|
|
3934
3936
|
*
|
|
@@ -4142,57 +4144,57 @@ declare class API$o extends API$u {
|
|
|
4142
4144
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
4143
4145
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
4144
4146
|
|
|
4145
|
-
type index_gen$
|
|
4146
|
-
declare const index_gen$
|
|
4147
|
-
type index_gen$
|
|
4148
|
-
type index_gen$
|
|
4149
|
-
type index_gen$
|
|
4150
|
-
type index_gen$
|
|
4151
|
-
type index_gen$
|
|
4152
|
-
type index_gen$
|
|
4153
|
-
type index_gen$
|
|
4154
|
-
type index_gen$
|
|
4155
|
-
type index_gen$
|
|
4156
|
-
type index_gen$
|
|
4157
|
-
type index_gen$
|
|
4158
|
-
type index_gen$
|
|
4159
|
-
type index_gen$
|
|
4160
|
-
type index_gen$
|
|
4161
|
-
type index_gen$
|
|
4162
|
-
type index_gen$
|
|
4163
|
-
type index_gen$
|
|
4164
|
-
type index_gen$
|
|
4165
|
-
type index_gen$
|
|
4166
|
-
type index_gen$
|
|
4167
|
-
type index_gen$
|
|
4168
|
-
type index_gen$
|
|
4169
|
-
type index_gen$
|
|
4170
|
-
type index_gen$
|
|
4171
|
-
type index_gen$
|
|
4172
|
-
type index_gen$
|
|
4173
|
-
type index_gen$
|
|
4174
|
-
type index_gen$
|
|
4175
|
-
type index_gen$
|
|
4176
|
-
type index_gen$
|
|
4177
|
-
type index_gen$
|
|
4178
|
-
type index_gen$
|
|
4179
|
-
type index_gen$
|
|
4180
|
-
type index_gen$
|
|
4181
|
-
type index_gen$
|
|
4182
|
-
type index_gen$
|
|
4183
|
-
type index_gen$
|
|
4184
|
-
type index_gen$
|
|
4185
|
-
type index_gen$
|
|
4186
|
-
type index_gen$
|
|
4187
|
-
type index_gen$
|
|
4188
|
-
type index_gen$
|
|
4189
|
-
type index_gen$
|
|
4190
|
-
declare namespace index_gen$
|
|
4191
|
-
export { API$
|
|
4147
|
+
type index_gen$n_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
4148
|
+
declare const index_gen$n_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
4149
|
+
type index_gen$n_Cockpit = Cockpit;
|
|
4150
|
+
type index_gen$n_CockpitEndpoints = CockpitEndpoints;
|
|
4151
|
+
type index_gen$n_CockpitMetrics = CockpitMetrics;
|
|
4152
|
+
type index_gen$n_CockpitStatus = CockpitStatus;
|
|
4153
|
+
type index_gen$n_ContactPoint = ContactPoint;
|
|
4154
|
+
type index_gen$n_ContactPointEmail = ContactPointEmail;
|
|
4155
|
+
type index_gen$n_CreateContactPointRequest = CreateContactPointRequest;
|
|
4156
|
+
type index_gen$n_CreateDatasourceRequest = CreateDatasourceRequest;
|
|
4157
|
+
type index_gen$n_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
4158
|
+
type index_gen$n_Datasource = Datasource;
|
|
4159
|
+
type index_gen$n_DatasourceType = DatasourceType;
|
|
4160
|
+
type index_gen$n_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
4161
|
+
type index_gen$n_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
4162
|
+
type index_gen$n_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
4163
|
+
type index_gen$n_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
4164
|
+
type index_gen$n_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
4165
|
+
type index_gen$n_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
4166
|
+
type index_gen$n_GetCockpitRequest = GetCockpitRequest;
|
|
4167
|
+
type index_gen$n_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
|
|
4168
|
+
type index_gen$n_GrafanaProductDashboard = GrafanaProductDashboard;
|
|
4169
|
+
type index_gen$n_GrafanaUser = GrafanaUser;
|
|
4170
|
+
type index_gen$n_GrafanaUserRole = GrafanaUserRole;
|
|
4171
|
+
type index_gen$n_ListContactPointsRequest = ListContactPointsRequest;
|
|
4172
|
+
type index_gen$n_ListContactPointsResponse = ListContactPointsResponse;
|
|
4173
|
+
type index_gen$n_ListDatasourcesRequest = ListDatasourcesRequest;
|
|
4174
|
+
type index_gen$n_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
|
|
4175
|
+
type index_gen$n_ListDatasourcesResponse = ListDatasourcesResponse;
|
|
4176
|
+
type index_gen$n_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
|
|
4177
|
+
type index_gen$n_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
|
|
4178
|
+
type index_gen$n_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
4179
|
+
type index_gen$n_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
4180
|
+
type index_gen$n_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
4181
|
+
type index_gen$n_ListPlansRequest = ListPlansRequest;
|
|
4182
|
+
type index_gen$n_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
4183
|
+
type index_gen$n_ListPlansResponse = ListPlansResponse;
|
|
4184
|
+
type index_gen$n_Plan = Plan;
|
|
4185
|
+
type index_gen$n_PlanName = PlanName;
|
|
4186
|
+
type index_gen$n_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
|
|
4187
|
+
type index_gen$n_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
4188
|
+
type index_gen$n_SelectPlanRequest = SelectPlanRequest;
|
|
4189
|
+
type index_gen$n_SelectPlanResponse = SelectPlanResponse;
|
|
4190
|
+
type index_gen$n_TokenScopes = TokenScopes;
|
|
4191
|
+
type index_gen$n_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
4192
|
+
declare namespace index_gen$n {
|
|
4193
|
+
export { API$p as API, type index_gen$n_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$n_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$n_Cockpit as Cockpit, type index_gen$n_CockpitEndpoints as CockpitEndpoints, type index_gen$n_CockpitMetrics as CockpitMetrics, type index_gen$n_CockpitStatus as CockpitStatus, type index_gen$n_ContactPoint as ContactPoint, type index_gen$n_ContactPointEmail as ContactPointEmail, type index_gen$n_CreateContactPointRequest as CreateContactPointRequest, type index_gen$n_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$n_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$n_Datasource as Datasource, type index_gen$n_DatasourceType as DatasourceType, type index_gen$n_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$n_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$n_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$n_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$n_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$n_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$n_GetCockpitRequest as GetCockpitRequest, type index_gen$n_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$n_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$n_GrafanaUser as GrafanaUser, type index_gen$n_GrafanaUserRole as GrafanaUserRole, type index_gen$n_ListContactPointsRequest as ListContactPointsRequest, type index_gen$n_ListContactPointsResponse as ListContactPointsResponse, type index_gen$n_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$n_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$n_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$n_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$n_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$n_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$n_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$n_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$n_ListPlansRequest as ListPlansRequest, type index_gen$n_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$n_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$n_Plan as Plan, type index_gen$n_PlanName as PlanName, type index_gen$n_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest, type index_gen$n_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$n_SelectPlanRequest as SelectPlanRequest, type index_gen$n_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$n_TokenScopes as TokenScopes, type index_gen$n_TriggerTestAlertRequest as TriggerTestAlertRequest };
|
|
4192
4194
|
}
|
|
4193
4195
|
|
|
4194
|
-
declare namespace index$
|
|
4195
|
-
export { index_gen$
|
|
4196
|
+
declare namespace index$q {
|
|
4197
|
+
export { index_gen$n as v1beta1 };
|
|
4196
4198
|
}
|
|
4197
4199
|
|
|
4198
4200
|
type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
|
|
@@ -4268,19 +4270,28 @@ interface Container {
|
|
|
4268
4270
|
/** Region in which the container will be deployed. */
|
|
4269
4271
|
region: Region;
|
|
4270
4272
|
}
|
|
4271
|
-
|
|
4273
|
+
/** Create trigger request. mnq nats client config. */
|
|
4274
|
+
interface CreateTriggerRequestMnqNatsClientConfig$3 {
|
|
4272
4275
|
/** @deprecated */
|
|
4273
4276
|
mnqNamespaceId?: string;
|
|
4277
|
+
/** Name of the NATS subject the trigger should listen to. */
|
|
4274
4278
|
subject: string;
|
|
4279
|
+
/** ID of the M&Q NATS account. */
|
|
4280
|
+
mnqNatsAccountId: string;
|
|
4281
|
+
/** ID of the M&Q project. */
|
|
4275
4282
|
mnqProjectId: string;
|
|
4283
|
+
/** Region of the M&Q project. */
|
|
4276
4284
|
mnqRegion: string;
|
|
4277
|
-
mnqNatsAccountId: string;
|
|
4278
4285
|
}
|
|
4279
|
-
|
|
4286
|
+
/** Create trigger request. mnq sqs client config. */
|
|
4287
|
+
interface CreateTriggerRequestMnqSqsClientConfig$3 {
|
|
4280
4288
|
/** @deprecated */
|
|
4281
4289
|
mnqNamespaceId?: string;
|
|
4290
|
+
/** Name of the SQS queue the trigger should listen to. */
|
|
4282
4291
|
queue: string;
|
|
4292
|
+
/** ID of the M&Q project. You must have activated SQS on this project. */
|
|
4283
4293
|
mnqProjectId: string;
|
|
4294
|
+
/** Region in which the M&Q project is activated. */
|
|
4284
4295
|
mnqRegion: string;
|
|
4285
4296
|
}
|
|
4286
4297
|
interface CreateTriggerRequestSqsClientConfig$1 {
|
|
@@ -4356,9 +4367,12 @@ interface ListTokensResponse$1 {
|
|
|
4356
4367
|
tokens: Token$1[];
|
|
4357
4368
|
totalCount: number;
|
|
4358
4369
|
}
|
|
4370
|
+
/** List triggers response. */
|
|
4359
4371
|
interface ListTriggersResponse$1 {
|
|
4360
|
-
triggers
|
|
4372
|
+
/** Total count of existing triggers (matching any filters specified). */
|
|
4361
4373
|
totalCount: number;
|
|
4374
|
+
/** Triggers on this page. */
|
|
4375
|
+
triggers: Trigger$1[];
|
|
4362
4376
|
}
|
|
4363
4377
|
/** Log. */
|
|
4364
4378
|
interface Log$1 {
|
|
@@ -4434,45 +4448,70 @@ interface Token$1 {
|
|
|
4434
4448
|
/** Expiry date of the token. */
|
|
4435
4449
|
expiresAt?: Date;
|
|
4436
4450
|
}
|
|
4451
|
+
/** Trigger. */
|
|
4437
4452
|
interface Trigger$1 {
|
|
4453
|
+
/** ID of the trigger. */
|
|
4438
4454
|
id: string;
|
|
4455
|
+
/** Name of the trigger. */
|
|
4439
4456
|
name: string;
|
|
4457
|
+
/** Description of the trigger. */
|
|
4440
4458
|
description: string;
|
|
4459
|
+
/** ID of the container to trigger. */
|
|
4460
|
+
containerId: string;
|
|
4461
|
+
/** Type of the input. */
|
|
4441
4462
|
inputType: TriggerInputType$1;
|
|
4463
|
+
/** Status of the trigger. */
|
|
4442
4464
|
status: TriggerStatus$1;
|
|
4465
|
+
/** Error message of the trigger. */
|
|
4443
4466
|
errorMessage?: string;
|
|
4444
|
-
containerId: string;
|
|
4445
4467
|
/**
|
|
4446
|
-
*
|
|
4447
|
-
*
|
|
4468
|
+
* Configuration for a Scaleway M&Q SQS queue.
|
|
4469
|
+
*
|
|
4470
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4471
|
+
* 'sqsConfig' could be set.
|
|
4448
4472
|
*/
|
|
4449
4473
|
scwSqsConfig?: TriggerMnqSqsClientConfig$1;
|
|
4450
4474
|
/**
|
|
4451
|
-
*
|
|
4452
|
-
*
|
|
4475
|
+
* Configuration for a Scaleway M&Q NATS subject.
|
|
4476
|
+
*
|
|
4477
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4478
|
+
* 'sqsConfig' could be set.
|
|
4453
4479
|
*/
|
|
4454
|
-
|
|
4480
|
+
scwNatsConfig?: TriggerMnqNatsClientConfig$1;
|
|
4455
4481
|
/**
|
|
4456
|
-
*
|
|
4457
|
-
*
|
|
4482
|
+
* Configuration for an AWS SQS queue.
|
|
4483
|
+
*
|
|
4484
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4485
|
+
* 'sqsConfig' could be set.
|
|
4458
4486
|
*/
|
|
4459
|
-
|
|
4487
|
+
sqsConfig?: TriggerSqsClientConfig$1;
|
|
4460
4488
|
}
|
|
4489
|
+
/** Trigger. mnq nats client config. */
|
|
4461
4490
|
interface TriggerMnqNatsClientConfig$1 {
|
|
4462
4491
|
/** @deprecated */
|
|
4463
4492
|
mnqNamespaceId?: string;
|
|
4493
|
+
/** Name of the NATS subject the trigger listens to. */
|
|
4464
4494
|
subject: string;
|
|
4495
|
+
/** ID of the M&Q NATS account. */
|
|
4496
|
+
mnqNatsAccountId: string;
|
|
4497
|
+
/** ID of the M&Q project. */
|
|
4465
4498
|
mnqProjectId: string;
|
|
4499
|
+
/** Region of the M&Q project. */
|
|
4466
4500
|
mnqRegion: string;
|
|
4501
|
+
/** ID of the M&Q credentials used to subscribe to the NATS subject. */
|
|
4467
4502
|
mnqCredentialId?: string;
|
|
4468
|
-
mnqNatsAccountId: string;
|
|
4469
4503
|
}
|
|
4504
|
+
/** Trigger. mnq sqs client config. */
|
|
4470
4505
|
interface TriggerMnqSqsClientConfig$1 {
|
|
4471
4506
|
/** @deprecated */
|
|
4472
4507
|
mnqNamespaceId?: string;
|
|
4508
|
+
/** Name of the SQS queue the trigger listens to. */
|
|
4473
4509
|
queue: string;
|
|
4510
|
+
/** ID of the M&Q project. */
|
|
4474
4511
|
mnqProjectId: string;
|
|
4512
|
+
/** Region in which the M&Q project is activated. */
|
|
4475
4513
|
mnqRegion: string;
|
|
4514
|
+
/** ID of the M&Q credentials used to read from the SQS queue. */
|
|
4476
4515
|
mnqCredentialId?: string;
|
|
4477
4516
|
}
|
|
4478
4517
|
interface TriggerSqsClientConfig$1 {
|
|
@@ -4889,30 +4928,39 @@ type DeleteTokenRequest$1 = {
|
|
|
4889
4928
|
/** UUID of the token to delete. */
|
|
4890
4929
|
tokenId: string;
|
|
4891
4930
|
};
|
|
4892
|
-
type CreateTriggerRequest$
|
|
4931
|
+
type CreateTriggerRequest$3 = {
|
|
4893
4932
|
/**
|
|
4894
4933
|
* Region to target. If none is passed will use default region from the
|
|
4895
4934
|
* config.
|
|
4896
4935
|
*/
|
|
4897
4936
|
region?: Region;
|
|
4937
|
+
/** Name of the trigger. */
|
|
4898
4938
|
name: string;
|
|
4899
|
-
|
|
4939
|
+
/** ID of the container to trigger. */
|
|
4900
4940
|
containerId: string;
|
|
4941
|
+
/** Description of the trigger. */
|
|
4942
|
+
description?: string;
|
|
4901
4943
|
/**
|
|
4902
|
-
*
|
|
4903
|
-
*
|
|
4944
|
+
* Configuration for a Scaleway M&Q SQS queue.
|
|
4945
|
+
*
|
|
4946
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4947
|
+
* 'sqsConfig' could be set.
|
|
4904
4948
|
*/
|
|
4905
|
-
scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig$
|
|
4949
|
+
scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig$3;
|
|
4906
4950
|
/**
|
|
4907
|
-
*
|
|
4908
|
-
*
|
|
4951
|
+
* Configuration for a Scaleway M&Q NATS subject.
|
|
4952
|
+
*
|
|
4953
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4954
|
+
* 'sqsConfig' could be set.
|
|
4909
4955
|
*/
|
|
4910
|
-
|
|
4956
|
+
scwNatsConfig?: CreateTriggerRequestMnqNatsClientConfig$3;
|
|
4911
4957
|
/**
|
|
4912
|
-
*
|
|
4913
|
-
*
|
|
4958
|
+
* Configuration for an AWS SQS queue.
|
|
4959
|
+
*
|
|
4960
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
4961
|
+
* 'sqsConfig' could be set.
|
|
4914
4962
|
*/
|
|
4915
|
-
|
|
4963
|
+
sqsConfig?: CreateTriggerRequestSqsClientConfig$1;
|
|
4916
4964
|
};
|
|
4917
4965
|
type GetTriggerRequest$1 = {
|
|
4918
4966
|
/**
|
|
@@ -4920,6 +4968,7 @@ type GetTriggerRequest$1 = {
|
|
|
4920
4968
|
* config.
|
|
4921
4969
|
*/
|
|
4922
4970
|
region?: Region;
|
|
4971
|
+
/** ID of the trigger to get. */
|
|
4923
4972
|
triggerId: string;
|
|
4924
4973
|
};
|
|
4925
4974
|
type ListTriggersRequest$1 = {
|
|
@@ -4928,35 +4977,51 @@ type ListTriggersRequest$1 = {
|
|
|
4928
4977
|
* config.
|
|
4929
4978
|
*/
|
|
4930
4979
|
region?: Region;
|
|
4980
|
+
/** Page number to return. */
|
|
4931
4981
|
page?: number;
|
|
4982
|
+
/** Maximum number of triggers to return per page. */
|
|
4932
4983
|
pageSize?: number;
|
|
4984
|
+
/** Order in which to return results. */
|
|
4933
4985
|
orderBy?: ListTriggersRequestOrderBy$1;
|
|
4934
4986
|
/**
|
|
4987
|
+
* ID of the container the triggers belongs to.
|
|
4988
|
+
*
|
|
4935
4989
|
* One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId'
|
|
4936
4990
|
* could be set.
|
|
4937
4991
|
*/
|
|
4938
4992
|
containerId?: string;
|
|
4939
4993
|
/**
|
|
4994
|
+
* ID of the namespace the triggers belongs to.
|
|
4995
|
+
*
|
|
4940
4996
|
* One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId'
|
|
4941
4997
|
* could be set.
|
|
4942
4998
|
*/
|
|
4943
4999
|
namespaceId?: string;
|
|
4944
5000
|
/**
|
|
5001
|
+
* ID of the project the triggers belongs to.
|
|
5002
|
+
*
|
|
4945
5003
|
* One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId'
|
|
4946
5004
|
* could be set.
|
|
4947
5005
|
*/
|
|
4948
5006
|
projectId?: string;
|
|
4949
5007
|
};
|
|
4950
|
-
type UpdateTriggerRequest$
|
|
5008
|
+
type UpdateTriggerRequest$3 = {
|
|
4951
5009
|
/**
|
|
4952
5010
|
* Region to target. If none is passed will use default region from the
|
|
4953
5011
|
* config.
|
|
4954
5012
|
*/
|
|
4955
5013
|
region?: Region;
|
|
5014
|
+
/** ID of the trigger to update. */
|
|
4956
5015
|
triggerId: string;
|
|
5016
|
+
/** Name of the trigger. */
|
|
4957
5017
|
name?: string;
|
|
5018
|
+
/** Description of the trigger. */
|
|
4958
5019
|
description?: string;
|
|
4959
|
-
/**
|
|
5020
|
+
/**
|
|
5021
|
+
* Configuration for an AWS SQS queue.
|
|
5022
|
+
*
|
|
5023
|
+
* One-of ('config'): at most one of 'sqsConfig' could be set.
|
|
5024
|
+
*/
|
|
4960
5025
|
sqsConfig?: UpdateTriggerRequestSqsClientConfig$1;
|
|
4961
5026
|
};
|
|
4962
5027
|
type DeleteTriggerRequest$1 = {
|
|
@@ -4965,11 +5030,12 @@ type DeleteTriggerRequest$1 = {
|
|
|
4965
5030
|
* config.
|
|
4966
5031
|
*/
|
|
4967
5032
|
region?: Region;
|
|
5033
|
+
/** ID of the trigger to delete. */
|
|
4968
5034
|
triggerId: string;
|
|
4969
5035
|
};
|
|
4970
5036
|
|
|
4971
5037
|
/** Serverless Containers API. */
|
|
4972
|
-
declare class API$
|
|
5038
|
+
declare class API$o extends API$v {
|
|
4973
5039
|
/** Lists the available regions of the API. */
|
|
4974
5040
|
static readonly LOCALITIES: Region[];
|
|
4975
5041
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
|
|
@@ -5232,7 +5298,7 @@ declare class API$n extends API$u {
|
|
|
5232
5298
|
* @param request - The request {@link CreateTriggerRequest}
|
|
5233
5299
|
* @returns A Promise of Trigger
|
|
5234
5300
|
*/
|
|
5235
|
-
createTrigger: (request: Readonly<CreateTriggerRequest$
|
|
5301
|
+
createTrigger: (request: Readonly<CreateTriggerRequest$3>) => Promise<Trigger$1>;
|
|
5236
5302
|
/**
|
|
5237
5303
|
* Get a trigger. Get a trigger with a specified ID.
|
|
5238
5304
|
*
|
|
@@ -5266,7 +5332,7 @@ declare class API$n extends API$u {
|
|
|
5266
5332
|
* @param request - The request {@link UpdateTriggerRequest}
|
|
5267
5333
|
* @returns A Promise of Trigger
|
|
5268
5334
|
*/
|
|
5269
|
-
updateTrigger: (request: Readonly<UpdateTriggerRequest$
|
|
5335
|
+
updateTrigger: (request: Readonly<UpdateTriggerRequest$3>) => Promise<Trigger$1>;
|
|
5270
5336
|
/**
|
|
5271
5337
|
* Delete a trigger. Delete a trigger with a specified ID.
|
|
5272
5338
|
*
|
|
@@ -5289,26 +5355,70 @@ declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
|
|
|
5289
5355
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
5290
5356
|
declare const TRIGGER_TRANSIENT_STATUSES$1: TriggerStatus$1[];
|
|
5291
5357
|
|
|
5292
|
-
declare const
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5358
|
+
declare const CreateTriggerRequest$2: {
|
|
5359
|
+
description: {
|
|
5360
|
+
maxLength: number;
|
|
5361
|
+
};
|
|
5362
|
+
name: {
|
|
5363
|
+
maxLength: number;
|
|
5364
|
+
minLength: number;
|
|
5365
|
+
};
|
|
5366
|
+
};
|
|
5367
|
+
declare const CreateTriggerRequestMnqNatsClientConfig$2: {
|
|
5368
|
+
mnqRegion: {
|
|
5369
|
+
maxLength: number;
|
|
5370
|
+
minLength: number;
|
|
5371
|
+
};
|
|
5372
|
+
subject: {
|
|
5373
|
+
maxLength: number;
|
|
5374
|
+
minLength: number;
|
|
5375
|
+
pattern: RegExp;
|
|
5376
|
+
};
|
|
5377
|
+
};
|
|
5378
|
+
declare const CreateTriggerRequestMnqSqsClientConfig$2: {
|
|
5379
|
+
mnqRegion: {
|
|
5380
|
+
maxLength: number;
|
|
5381
|
+
minLength: number;
|
|
5382
|
+
};
|
|
5383
|
+
queue: {
|
|
5384
|
+
maxLength: number;
|
|
5385
|
+
minLength: number;
|
|
5386
|
+
};
|
|
5387
|
+
};
|
|
5388
|
+
declare const UpdateTriggerRequest$2: {
|
|
5389
|
+
description: {
|
|
5390
|
+
maxLength: number;
|
|
5391
|
+
};
|
|
5392
|
+
name: {
|
|
5393
|
+
maxLength: number;
|
|
5394
|
+
minLength: number;
|
|
5395
|
+
};
|
|
5396
|
+
};
|
|
5397
|
+
|
|
5398
|
+
declare namespace validationRules_gen$9 {
|
|
5399
|
+
export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
|
|
5308
5400
|
}
|
|
5309
5401
|
|
|
5310
|
-
declare
|
|
5311
|
-
|
|
5402
|
+
declare const index_gen$m_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
5403
|
+
type index_gen$m_Container = Container;
|
|
5404
|
+
type index_gen$m_ContainerHttpOption = ContainerHttpOption;
|
|
5405
|
+
type index_gen$m_ContainerPrivacy = ContainerPrivacy;
|
|
5406
|
+
type index_gen$m_ContainerProtocol = ContainerProtocol;
|
|
5407
|
+
type index_gen$m_ContainerStatus = ContainerStatus;
|
|
5408
|
+
type index_gen$m_CreateContainerRequest = CreateContainerRequest;
|
|
5409
|
+
type index_gen$m_DeleteContainerRequest = DeleteContainerRequest;
|
|
5410
|
+
type index_gen$m_DeployContainerRequest = DeployContainerRequest;
|
|
5411
|
+
type index_gen$m_GetContainerRequest = GetContainerRequest;
|
|
5412
|
+
type index_gen$m_ListContainersRequest = ListContainersRequest;
|
|
5413
|
+
type index_gen$m_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
5414
|
+
type index_gen$m_ListContainersResponse = ListContainersResponse;
|
|
5415
|
+
type index_gen$m_UpdateContainerRequest = UpdateContainerRequest;
|
|
5416
|
+
declare namespace index_gen$m {
|
|
5417
|
+
export { API$o as API, index_gen$m_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$m_Container as Container, type index_gen$m_ContainerHttpOption as ContainerHttpOption, type index_gen$m_ContainerPrivacy as ContainerPrivacy, type index_gen$m_ContainerProtocol as ContainerProtocol, type index_gen$m_ContainerStatus as ContainerStatus, type index_gen$m_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$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$m_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$m_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$m_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$m_ListContainersRequest as ListContainersRequest, type index_gen$m_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$m_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$m_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$3 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$9 as ValidationRules };
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5420
|
+
declare namespace index$p {
|
|
5421
|
+
export { index_gen$m as v1beta1 };
|
|
5312
5422
|
}
|
|
5313
5423
|
|
|
5314
5424
|
type ACLRuleAction$1 = 'allow' | 'deny';
|
|
@@ -6563,7 +6673,7 @@ type MigrateEndpointRequest$1 = {
|
|
|
6563
6673
|
};
|
|
6564
6674
|
|
|
6565
6675
|
/** Managed Document Databases API. */
|
|
6566
|
-
declare class API$
|
|
6676
|
+
declare class API$n extends API$v {
|
|
6567
6677
|
/** Lists the available regions of the API. */
|
|
6568
6678
|
static readonly LOCALITIES: Region[];
|
|
6569
6679
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
|
|
@@ -7107,16 +7217,16 @@ declare const UpdateInstanceRequest$2: {
|
|
|
7107
7217
|
};
|
|
7108
7218
|
};
|
|
7109
7219
|
|
|
7110
|
-
declare namespace validationRules_gen$
|
|
7220
|
+
declare namespace validationRules_gen$8 {
|
|
7111
7221
|
export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
|
|
7112
7222
|
}
|
|
7113
7223
|
|
|
7114
|
-
declare namespace index_gen$
|
|
7115
|
-
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$
|
|
7224
|
+
declare namespace index_gen$l {
|
|
7225
|
+
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$n 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$8 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
|
|
7116
7226
|
}
|
|
7117
7227
|
|
|
7118
|
-
declare namespace index$
|
|
7119
|
-
export { index_gen$
|
|
7228
|
+
declare namespace index$o {
|
|
7229
|
+
export { index_gen$l as v1beta1 };
|
|
7120
7230
|
}
|
|
7121
7231
|
|
|
7122
7232
|
type ContactEmailStatus = 'email_status_unknown' | 'validated' | 'not_validated' | 'invalid_email';
|
|
@@ -8186,7 +8296,7 @@ type RegistrarApiDeleteDomainHostRequest = {
|
|
|
8186
8296
|
* Domains and DNS API. Manage your domains, DNS zones and records with the
|
|
8187
8297
|
* Domains and DNS API.
|
|
8188
8298
|
*/
|
|
8189
|
-
declare class API$
|
|
8299
|
+
declare class API$m extends API$v {
|
|
8190
8300
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
8191
8301
|
/**
|
|
8192
8302
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -8426,7 +8536,7 @@ declare class API$l extends API$u {
|
|
|
8426
8536
|
*
|
|
8427
8537
|
* Domains and DNS - Registrar API. Manage your domains and contacts.
|
|
8428
8538
|
*/
|
|
8429
|
-
declare class RegistrarAPI extends API$
|
|
8539
|
+
declare class RegistrarAPI extends API$v {
|
|
8430
8540
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
8431
8541
|
/**
|
|
8432
8542
|
* List tasks. List all operations performed on the account. You can filter
|
|
@@ -8718,171 +8828,171 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
8718
8828
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
8719
8829
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
8720
8830
|
|
|
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
|
-
declare const index_gen$
|
|
8749
|
-
declare const index_gen$
|
|
8750
|
-
declare const index_gen$
|
|
8751
|
-
type 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
|
-
declare const index_gen$
|
|
8786
|
-
type 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
|
-
type index_gen$
|
|
8799
|
-
type index_gen$
|
|
8800
|
-
type index_gen$
|
|
8801
|
-
type index_gen$
|
|
8802
|
-
type index_gen$
|
|
8803
|
-
type index_gen$
|
|
8804
|
-
type index_gen$
|
|
8805
|
-
type index_gen$
|
|
8806
|
-
type index_gen$
|
|
8807
|
-
type index_gen$
|
|
8808
|
-
type index_gen$
|
|
8809
|
-
type index_gen$
|
|
8810
|
-
type index_gen$
|
|
8811
|
-
type index_gen$
|
|
8812
|
-
type index_gen$
|
|
8813
|
-
type index_gen$
|
|
8814
|
-
type index_gen$
|
|
8815
|
-
type index_gen$
|
|
8816
|
-
type index_gen$
|
|
8817
|
-
type index_gen$
|
|
8818
|
-
type index_gen$
|
|
8819
|
-
type index_gen$
|
|
8820
|
-
type index_gen$
|
|
8821
|
-
type index_gen$
|
|
8822
|
-
type index_gen$
|
|
8823
|
-
type index_gen$
|
|
8824
|
-
type index_gen$
|
|
8825
|
-
type index_gen$
|
|
8826
|
-
type index_gen$
|
|
8827
|
-
type index_gen$
|
|
8828
|
-
type index_gen$
|
|
8829
|
-
type index_gen$
|
|
8830
|
-
type index_gen$
|
|
8831
|
-
type index_gen$
|
|
8832
|
-
type index_gen$
|
|
8833
|
-
declare const index_gen$
|
|
8834
|
-
type index_gen$
|
|
8835
|
-
type index_gen$
|
|
8836
|
-
type index_gen$
|
|
8837
|
-
type index_gen$
|
|
8838
|
-
type index_gen$
|
|
8839
|
-
type index_gen$
|
|
8840
|
-
type index_gen$
|
|
8841
|
-
type index_gen$
|
|
8842
|
-
type index_gen$
|
|
8843
|
-
type index_gen$
|
|
8844
|
-
type index_gen$
|
|
8845
|
-
type index_gen$
|
|
8846
|
-
type index_gen$
|
|
8847
|
-
type index_gen$
|
|
8848
|
-
type index_gen$
|
|
8849
|
-
type index_gen$
|
|
8850
|
-
type index_gen$
|
|
8851
|
-
type index_gen$
|
|
8852
|
-
type index_gen$
|
|
8853
|
-
type index_gen$
|
|
8854
|
-
type index_gen$
|
|
8855
|
-
type index_gen$
|
|
8856
|
-
type index_gen$
|
|
8857
|
-
type index_gen$
|
|
8858
|
-
type index_gen$
|
|
8859
|
-
type index_gen$
|
|
8860
|
-
type index_gen$
|
|
8861
|
-
type index_gen$
|
|
8862
|
-
type index_gen$
|
|
8863
|
-
type index_gen$
|
|
8864
|
-
type index_gen$
|
|
8865
|
-
type index_gen$
|
|
8866
|
-
type index_gen$
|
|
8867
|
-
type index_gen$
|
|
8868
|
-
declare const index_gen$
|
|
8869
|
-
type index_gen$
|
|
8870
|
-
type index_gen$
|
|
8871
|
-
type index_gen$
|
|
8872
|
-
type index_gen$
|
|
8873
|
-
type index_gen$
|
|
8874
|
-
type index_gen$
|
|
8875
|
-
type index_gen$
|
|
8876
|
-
type index_gen$
|
|
8877
|
-
type index_gen$
|
|
8878
|
-
type index_gen$
|
|
8879
|
-
type index_gen$
|
|
8880
|
-
declare namespace index_gen$
|
|
8881
|
-
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 };
|
|
8831
|
+
type index_gen$k_AvailableDomain = AvailableDomain;
|
|
8832
|
+
type index_gen$k_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
8833
|
+
type index_gen$k_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
8834
|
+
type index_gen$k_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
8835
|
+
type index_gen$k_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
8836
|
+
type index_gen$k_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
8837
|
+
type index_gen$k_Contact = Contact;
|
|
8838
|
+
type index_gen$k_ContactEmailStatus = ContactEmailStatus;
|
|
8839
|
+
type index_gen$k_ContactExtensionEU = ContactExtensionEU;
|
|
8840
|
+
type index_gen$k_ContactExtensionFR = ContactExtensionFR;
|
|
8841
|
+
type index_gen$k_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
8842
|
+
type index_gen$k_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
8843
|
+
type index_gen$k_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
8844
|
+
type index_gen$k_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
8845
|
+
type index_gen$k_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
8846
|
+
type index_gen$k_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
8847
|
+
type index_gen$k_ContactExtensionNL = ContactExtensionNL;
|
|
8848
|
+
type index_gen$k_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
8849
|
+
type index_gen$k_ContactLegalForm = ContactLegalForm;
|
|
8850
|
+
type index_gen$k_ContactQuestion = ContactQuestion;
|
|
8851
|
+
type index_gen$k_ContactRoles = ContactRoles;
|
|
8852
|
+
type index_gen$k_ContactRolesRoles = ContactRolesRoles;
|
|
8853
|
+
type index_gen$k_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
8854
|
+
type index_gen$k_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
8855
|
+
type index_gen$k_DNSZone = DNSZone;
|
|
8856
|
+
type index_gen$k_DNSZoneStatus = DNSZoneStatus;
|
|
8857
|
+
type index_gen$k_DNSZoneVersion = DNSZoneVersion;
|
|
8858
|
+
declare const index_gen$k_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
8859
|
+
declare const index_gen$k_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
8860
|
+
declare const index_gen$k_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
8861
|
+
type index_gen$k_DSRecord = DSRecord;
|
|
8862
|
+
type index_gen$k_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
8863
|
+
type index_gen$k_DSRecordDigest = DSRecordDigest;
|
|
8864
|
+
type index_gen$k_DSRecordDigestType = DSRecordDigestType;
|
|
8865
|
+
type index_gen$k_DSRecordPublicKey = DSRecordPublicKey;
|
|
8866
|
+
type index_gen$k_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
8867
|
+
type index_gen$k_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
8868
|
+
type index_gen$k_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
8869
|
+
type index_gen$k_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
8870
|
+
type index_gen$k_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
8871
|
+
type index_gen$k_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
8872
|
+
type index_gen$k_DomainDNSSEC = DomainDNSSEC;
|
|
8873
|
+
type index_gen$k_DomainFeatureStatus = DomainFeatureStatus;
|
|
8874
|
+
type index_gen$k_DomainRecord = DomainRecord;
|
|
8875
|
+
type index_gen$k_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
8876
|
+
type index_gen$k_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
8877
|
+
type index_gen$k_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
8878
|
+
type index_gen$k_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
8879
|
+
type index_gen$k_DomainRecordType = DomainRecordType;
|
|
8880
|
+
type index_gen$k_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
8881
|
+
type index_gen$k_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
8882
|
+
type index_gen$k_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
8883
|
+
type index_gen$k_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
8884
|
+
type index_gen$k_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
8885
|
+
type index_gen$k_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
8886
|
+
type index_gen$k_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
8887
|
+
type index_gen$k_DomainSummary = DomainSummary;
|
|
8888
|
+
type index_gen$k_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
8889
|
+
type index_gen$k_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
8890
|
+
type index_gen$k_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
8891
|
+
type index_gen$k_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
8892
|
+
type index_gen$k_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
8893
|
+
type index_gen$k_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
8894
|
+
type index_gen$k_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
8895
|
+
declare const index_gen$k_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
8896
|
+
type index_gen$k_Host = Host;
|
|
8897
|
+
type index_gen$k_HostStatus = HostStatus;
|
|
8898
|
+
type index_gen$k_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
8899
|
+
type index_gen$k_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
8900
|
+
type index_gen$k_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
8901
|
+
type index_gen$k_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
8902
|
+
type index_gen$k_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
8903
|
+
type index_gen$k_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
8904
|
+
type index_gen$k_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
8905
|
+
type index_gen$k_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
8906
|
+
type index_gen$k_LanguageCode = LanguageCode;
|
|
8907
|
+
type index_gen$k_ListContactsRequestRole = ListContactsRequestRole;
|
|
8908
|
+
type index_gen$k_ListContactsResponse = ListContactsResponse;
|
|
8909
|
+
type index_gen$k_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
8910
|
+
type index_gen$k_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
8911
|
+
type index_gen$k_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
8912
|
+
type index_gen$k_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
8913
|
+
type index_gen$k_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
8914
|
+
type index_gen$k_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
8915
|
+
type index_gen$k_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
8916
|
+
type index_gen$k_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
8917
|
+
type index_gen$k_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
8918
|
+
type index_gen$k_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
8919
|
+
type index_gen$k_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
8920
|
+
type index_gen$k_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
8921
|
+
type index_gen$k_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
8922
|
+
type index_gen$k_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
8923
|
+
type index_gen$k_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
8924
|
+
type index_gen$k_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
8925
|
+
type index_gen$k_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
8926
|
+
type index_gen$k_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
8927
|
+
type index_gen$k_ListTasksResponse = ListTasksResponse;
|
|
8928
|
+
type index_gen$k_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
|
|
8929
|
+
type index_gen$k_ListTldsResponse = ListTldsResponse;
|
|
8930
|
+
type index_gen$k_NewContact = NewContact;
|
|
8931
|
+
type index_gen$k_OrderResponse = OrderResponse;
|
|
8932
|
+
type index_gen$k_RawFormat = RawFormat;
|
|
8933
|
+
type index_gen$k_RecordChange = RecordChange;
|
|
8934
|
+
type index_gen$k_RecordChangeAdd = RecordChangeAdd;
|
|
8935
|
+
type index_gen$k_RecordChangeClear = RecordChangeClear;
|
|
8936
|
+
type index_gen$k_RecordChangeDelete = RecordChangeDelete;
|
|
8937
|
+
type index_gen$k_RecordChangeSet = RecordChangeSet;
|
|
8938
|
+
type index_gen$k_RecordIdentifier = RecordIdentifier;
|
|
8939
|
+
type index_gen$k_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
8940
|
+
type index_gen$k_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
8941
|
+
type index_gen$k_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
8942
|
+
type index_gen$k_RegistrarAPI = RegistrarAPI;
|
|
8943
|
+
declare const index_gen$k_RegistrarAPI: typeof RegistrarAPI;
|
|
8944
|
+
type index_gen$k_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
8945
|
+
type index_gen$k_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
8946
|
+
type index_gen$k_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
8947
|
+
type index_gen$k_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
8948
|
+
type index_gen$k_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
8949
|
+
type index_gen$k_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
8950
|
+
type index_gen$k_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
8951
|
+
type index_gen$k_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
8952
|
+
type index_gen$k_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
8953
|
+
type index_gen$k_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
8954
|
+
type index_gen$k_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
8955
|
+
type index_gen$k_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
8956
|
+
type index_gen$k_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
8957
|
+
type index_gen$k_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
8958
|
+
type index_gen$k_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
8959
|
+
type index_gen$k_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
8960
|
+
type index_gen$k_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
8961
|
+
type index_gen$k_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
|
|
8962
|
+
type index_gen$k_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
8963
|
+
type index_gen$k_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
8964
|
+
type index_gen$k_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
8965
|
+
type index_gen$k_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
8966
|
+
type index_gen$k_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
8967
|
+
type index_gen$k_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
8968
|
+
type index_gen$k_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
8969
|
+
type index_gen$k_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
8970
|
+
type index_gen$k_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
8971
|
+
type index_gen$k_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
8972
|
+
type index_gen$k_RenewableDomain = RenewableDomain;
|
|
8973
|
+
type index_gen$k_RenewableDomainStatus = RenewableDomainStatus;
|
|
8974
|
+
type index_gen$k_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
8975
|
+
type index_gen$k_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
8976
|
+
type index_gen$k_SSLCertificate = SSLCertificate;
|
|
8977
|
+
type index_gen$k_SSLCertificateStatus = SSLCertificateStatus;
|
|
8978
|
+
declare const index_gen$k_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
8979
|
+
type index_gen$k_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
8980
|
+
type index_gen$k_TaskType = TaskType;
|
|
8981
|
+
type index_gen$k_Tld = Tld;
|
|
8982
|
+
type index_gen$k_TldOffer = TldOffer;
|
|
8983
|
+
type index_gen$k_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
8984
|
+
type index_gen$k_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
8985
|
+
type index_gen$k_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
8986
|
+
type index_gen$k_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
8987
|
+
type index_gen$k_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
8988
|
+
type index_gen$k_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
8989
|
+
type index_gen$k_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
8990
|
+
declare namespace index_gen$k {
|
|
8991
|
+
export { API$m as API, type index_gen$k_AvailableDomain as AvailableDomain, type index_gen$k_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$k_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$k_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$k_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$k_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$k_Contact as Contact, type index_gen$k_ContactEmailStatus as ContactEmailStatus, type index_gen$k_ContactExtensionEU as ContactExtensionEU, type index_gen$k_ContactExtensionFR as ContactExtensionFR, type index_gen$k_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$k_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$k_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$k_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$k_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$k_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$k_ContactExtensionNL as ContactExtensionNL, type index_gen$k_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$k_ContactLegalForm as ContactLegalForm, type index_gen$k_ContactQuestion as ContactQuestion, type index_gen$k_ContactRoles as ContactRoles, type index_gen$k_ContactRolesRoles as ContactRolesRoles, type index_gen$k_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$k_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$k_DNSZone as DNSZone, type index_gen$k_DNSZoneStatus as DNSZoneStatus, type index_gen$k_DNSZoneVersion as DNSZoneVersion, index_gen$k_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$k_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$k_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$k_DSRecord as DSRecord, type index_gen$k_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$k_DSRecordDigest as DSRecordDigest, type index_gen$k_DSRecordDigestType as DSRecordDigestType, type index_gen$k_DSRecordPublicKey as DSRecordPublicKey, type index_gen$k_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$k_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$k_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$k_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$k_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$k_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$k_DomainDNSSEC as DomainDNSSEC, type index_gen$k_DomainFeatureStatus as DomainFeatureStatus, type index_gen$k_DomainRecord as DomainRecord, type index_gen$k_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$k_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$k_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$k_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$k_DomainRecordType as DomainRecordType, type index_gen$k_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$k_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$k_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$k_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$k_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$k_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$k_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$k_DomainSummary as DomainSummary, type index_gen$k_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$k_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$k_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$k_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$k_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$k_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$k_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$k_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$k_Host as Host, type index_gen$k_HostStatus as HostStatus, type index_gen$k_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$k_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$k_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$k_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$k_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$k_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$k_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$k_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$k_LanguageCode as LanguageCode, type index_gen$k_ListContactsRequestRole as ListContactsRequestRole, type index_gen$k_ListContactsResponse as ListContactsResponse, type index_gen$k_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$k_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$k_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$k_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$k_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$k_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$k_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$k_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$k_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$k_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$k_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$k_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$k_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$k_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$k_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$k_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$k_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$k_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$k_ListTasksResponse as ListTasksResponse, type index_gen$k_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$k_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$k_NewContact as NewContact, type index_gen$k_OrderResponse as OrderResponse, type index_gen$k_RawFormat as RawFormat, type index_gen$k_RecordChange as RecordChange, type index_gen$k_RecordChangeAdd as RecordChangeAdd, type index_gen$k_RecordChangeClear as RecordChangeClear, type index_gen$k_RecordChangeDelete as RecordChangeDelete, type index_gen$k_RecordChangeSet as RecordChangeSet, type index_gen$k_RecordIdentifier as RecordIdentifier, type index_gen$k_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$k_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$k_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$k_RegistrarAPI as RegistrarAPI, type index_gen$k_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$k_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$k_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$k_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$k_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$k_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$k_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$k_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$k_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$k_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$k_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$k_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$k_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$k_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$k_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$k_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$k_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$k_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$k_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$k_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$k_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$k_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$k_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$k_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$k_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$k_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$k_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$k_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$k_RenewableDomain as RenewableDomain, type index_gen$k_RenewableDomainStatus as RenewableDomainStatus, type index_gen$k_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$k_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$k_SSLCertificate as SSLCertificate, type index_gen$k_SSLCertificateStatus as SSLCertificateStatus, index_gen$k_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$k_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$k_TaskType as TaskType, type index_gen$k_Tld as Tld, type index_gen$k_TldOffer as TldOffer, type index_gen$k_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$k_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$k_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$k_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$k_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$k_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$k_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
8882
8992
|
}
|
|
8883
8993
|
|
|
8884
|
-
declare namespace index$
|
|
8885
|
-
export { index_gen$
|
|
8994
|
+
declare namespace index$n {
|
|
8995
|
+
export { index_gen$k as v2beta1 };
|
|
8886
8996
|
}
|
|
8887
8997
|
|
|
8888
8998
|
type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
|
|
@@ -9097,7 +9207,7 @@ type DeleteMACAddrRequest = {
|
|
|
9097
9207
|
};
|
|
9098
9208
|
|
|
9099
9209
|
/** Elastic Metal - Flexible IP API. */
|
|
9100
|
-
declare class API$
|
|
9210
|
+
declare class API$l extends API$v {
|
|
9101
9211
|
/** Lists the available zones of the API. */
|
|
9102
9212
|
static readonly LOCALITIES: Zone[];
|
|
9103
9213
|
/**
|
|
@@ -9219,38 +9329,38 @@ declare const ListFlexibleIPsRequest: {
|
|
|
9219
9329
|
};
|
|
9220
9330
|
};
|
|
9221
9331
|
|
|
9222
|
-
declare const validationRules_gen$
|
|
9223
|
-
declare namespace validationRules_gen$
|
|
9224
|
-
export { validationRules_gen$
|
|
9332
|
+
declare const validationRules_gen$7_ListFlexibleIPsRequest: typeof ListFlexibleIPsRequest;
|
|
9333
|
+
declare namespace validationRules_gen$7 {
|
|
9334
|
+
export { validationRules_gen$7_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
|
|
9225
9335
|
}
|
|
9226
9336
|
|
|
9227
|
-
type index_gen$
|
|
9228
|
-
type index_gen$
|
|
9229
|
-
type index_gen$
|
|
9230
|
-
type index_gen$
|
|
9231
|
-
type index_gen$
|
|
9232
|
-
type index_gen$
|
|
9233
|
-
type index_gen$
|
|
9234
|
-
type index_gen$
|
|
9235
|
-
declare const index_gen$
|
|
9236
|
-
type index_gen$
|
|
9237
|
-
type index_gen$
|
|
9238
|
-
type index_gen$
|
|
9239
|
-
type index_gen$
|
|
9240
|
-
type index_gen$
|
|
9241
|
-
type index_gen$
|
|
9242
|
-
type index_gen$
|
|
9243
|
-
type index_gen$
|
|
9244
|
-
type index_gen$
|
|
9245
|
-
declare const index_gen$
|
|
9246
|
-
type index_gen$
|
|
9247
|
-
type index_gen$
|
|
9248
|
-
declare namespace index_gen$
|
|
9249
|
-
export { API$
|
|
9337
|
+
type index_gen$j_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
9338
|
+
type index_gen$j_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
9339
|
+
type index_gen$j_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
9340
|
+
type index_gen$j_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
9341
|
+
type index_gen$j_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
9342
|
+
type index_gen$j_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
9343
|
+
type index_gen$j_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
9344
|
+
type index_gen$j_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
9345
|
+
declare const index_gen$j_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
9346
|
+
type index_gen$j_FlexibleIP = FlexibleIP;
|
|
9347
|
+
type index_gen$j_FlexibleIPStatus = FlexibleIPStatus;
|
|
9348
|
+
type index_gen$j_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
9349
|
+
type index_gen$j_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
9350
|
+
type index_gen$j_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
9351
|
+
type index_gen$j_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
9352
|
+
type index_gen$j_MACAddress = MACAddress;
|
|
9353
|
+
type index_gen$j_MACAddressStatus = MACAddressStatus;
|
|
9354
|
+
type index_gen$j_MACAddressType = MACAddressType;
|
|
9355
|
+
declare const index_gen$j_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
9356
|
+
type index_gen$j_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
9357
|
+
type index_gen$j_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
9358
|
+
declare namespace index_gen$j {
|
|
9359
|
+
export { API$l as API, type index_gen$j_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$j_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$j_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$j_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$j_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$j_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$j_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$j_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$j_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$j_FlexibleIP as FlexibleIP, type index_gen$j_FlexibleIPStatus as FlexibleIPStatus, type index_gen$j_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$j_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$j_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$j_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$j_MACAddress as MACAddress, type index_gen$j_MACAddressStatus as MACAddressStatus, type index_gen$j_MACAddressType as MACAddressType, index_gen$j_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$j_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$j_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$7 as ValidationRules };
|
|
9250
9360
|
}
|
|
9251
9361
|
|
|
9252
|
-
declare namespace index$
|
|
9253
|
-
export { index_gen$
|
|
9362
|
+
declare namespace index$m {
|
|
9363
|
+
export { index_gen$j as v1alpha1 };
|
|
9254
9364
|
}
|
|
9255
9365
|
|
|
9256
9366
|
type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
|
|
@@ -9273,19 +9383,28 @@ type RuntimeStatus = 'unknown_status' | 'beta' | 'available' | 'deprecated' | 'e
|
|
|
9273
9383
|
type TokenStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'creating';
|
|
9274
9384
|
type TriggerInputType = 'unknown_input_type' | 'sqs' | 'scw_sqs' | 'nats' | 'scw_nats';
|
|
9275
9385
|
type TriggerStatus = 'unknown_status' | 'ready' | 'deleting' | 'error' | 'creating' | 'pending';
|
|
9276
|
-
|
|
9386
|
+
/** Create trigger request. mnq nats client config. */
|
|
9387
|
+
interface CreateTriggerRequestMnqNatsClientConfig$1 {
|
|
9277
9388
|
/** @deprecated */
|
|
9278
9389
|
mnqNamespaceId?: string;
|
|
9390
|
+
/** Name of the NATS subject the trigger should listen to. */
|
|
9279
9391
|
subject: string;
|
|
9392
|
+
/** ID of the M&Q NATS account. */
|
|
9393
|
+
mnqNatsAccountId: string;
|
|
9394
|
+
/** ID of the M&Q project. */
|
|
9280
9395
|
mnqProjectId: string;
|
|
9396
|
+
/** Region of the M&Q project. */
|
|
9281
9397
|
mnqRegion: string;
|
|
9282
|
-
mnqNatsAccountId: string;
|
|
9283
9398
|
}
|
|
9284
|
-
|
|
9399
|
+
/** Create trigger request. mnq sqs client config. */
|
|
9400
|
+
interface CreateTriggerRequestMnqSqsClientConfig$1 {
|
|
9285
9401
|
/** @deprecated */
|
|
9286
9402
|
mnqNamespaceId?: string;
|
|
9403
|
+
/** Name of the SQS queue the trigger should listen to. */
|
|
9287
9404
|
queue: string;
|
|
9405
|
+
/** ID of the M&Q project. You must have activated SQS on this project. */
|
|
9288
9406
|
mnqProjectId: string;
|
|
9407
|
+
/** Region in which the M&Q project is activated. */
|
|
9289
9408
|
mnqRegion: string;
|
|
9290
9409
|
}
|
|
9291
9410
|
interface CreateTriggerRequestSqsClientConfig {
|
|
@@ -9423,9 +9542,12 @@ interface ListTokensResponse {
|
|
|
9423
9542
|
tokens: Token[];
|
|
9424
9543
|
totalCount: number;
|
|
9425
9544
|
}
|
|
9545
|
+
/** List triggers response. */
|
|
9426
9546
|
interface ListTriggersResponse {
|
|
9427
|
-
triggers
|
|
9547
|
+
/** Total count of existing triggers (matching any filters specified). */
|
|
9428
9548
|
totalCount: number;
|
|
9549
|
+
/** Triggers on this page. */
|
|
9550
|
+
triggers: Trigger[];
|
|
9429
9551
|
}
|
|
9430
9552
|
/** Log. */
|
|
9431
9553
|
interface Log {
|
|
@@ -9516,45 +9638,70 @@ interface Token {
|
|
|
9516
9638
|
/** Date on which the token expires. */
|
|
9517
9639
|
expiresAt?: Date;
|
|
9518
9640
|
}
|
|
9641
|
+
/** Trigger. */
|
|
9519
9642
|
interface Trigger {
|
|
9643
|
+
/** ID of the trigger. */
|
|
9520
9644
|
id: string;
|
|
9645
|
+
/** Name of the trigger. */
|
|
9521
9646
|
name: string;
|
|
9647
|
+
/** Description of the trigger. */
|
|
9522
9648
|
description: string;
|
|
9649
|
+
/** ID of the function to trigger. */
|
|
9650
|
+
functionId: string;
|
|
9651
|
+
/** Type of the input. */
|
|
9523
9652
|
inputType: TriggerInputType;
|
|
9653
|
+
/** Status of the trigger. */
|
|
9524
9654
|
status: TriggerStatus;
|
|
9655
|
+
/** Error message of the trigger. */
|
|
9525
9656
|
errorMessage?: string;
|
|
9526
|
-
functionId: string;
|
|
9527
9657
|
/**
|
|
9528
|
-
*
|
|
9529
|
-
*
|
|
9658
|
+
* Configuration for a Scaleway M&Q SQS queue.
|
|
9659
|
+
*
|
|
9660
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
9661
|
+
* 'sqsConfig' could be set.
|
|
9530
9662
|
*/
|
|
9531
9663
|
scwSqsConfig?: TriggerMnqSqsClientConfig;
|
|
9532
9664
|
/**
|
|
9533
|
-
*
|
|
9534
|
-
*
|
|
9665
|
+
* Configuration for a Scaleway M&Q NATS subject.
|
|
9666
|
+
*
|
|
9667
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
9668
|
+
* 'sqsConfig' could be set.
|
|
9535
9669
|
*/
|
|
9536
|
-
|
|
9670
|
+
scwNatsConfig?: TriggerMnqNatsClientConfig;
|
|
9537
9671
|
/**
|
|
9538
|
-
*
|
|
9539
|
-
*
|
|
9672
|
+
* Configuration for an AWS SQS queue.
|
|
9673
|
+
*
|
|
9674
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
9675
|
+
* 'sqsConfig' could be set.
|
|
9540
9676
|
*/
|
|
9541
|
-
|
|
9677
|
+
sqsConfig?: TriggerSqsClientConfig;
|
|
9542
9678
|
}
|
|
9679
|
+
/** Trigger. mnq nats client config. */
|
|
9543
9680
|
interface TriggerMnqNatsClientConfig {
|
|
9544
9681
|
/** @deprecated */
|
|
9545
9682
|
mnqNamespaceId?: string;
|
|
9683
|
+
/** Name of the NATS subject the trigger listens to. */
|
|
9546
9684
|
subject: string;
|
|
9685
|
+
/** ID of the M&Q NATS account. */
|
|
9686
|
+
mnqNatsAccountId: string;
|
|
9687
|
+
/** ID of the M&Q project. */
|
|
9547
9688
|
mnqProjectId: string;
|
|
9689
|
+
/** Region of the M&Q project. */
|
|
9548
9690
|
mnqRegion: string;
|
|
9691
|
+
/** ID of the M&Q credentials used to subscribe to the NATS subject. */
|
|
9549
9692
|
mnqCredentialId?: string;
|
|
9550
|
-
mnqNatsAccountId: string;
|
|
9551
9693
|
}
|
|
9694
|
+
/** Trigger. mnq sqs client config. */
|
|
9552
9695
|
interface TriggerMnqSqsClientConfig {
|
|
9553
9696
|
/** @deprecated */
|
|
9554
9697
|
mnqNamespaceId?: string;
|
|
9698
|
+
/** Name of the SQS queue the trigger listens to. */
|
|
9555
9699
|
queue: string;
|
|
9700
|
+
/** ID of the M&Q project. */
|
|
9556
9701
|
mnqProjectId: string;
|
|
9702
|
+
/** Region in which the M&Q project is activated. */
|
|
9557
9703
|
mnqRegion: string;
|
|
9704
|
+
/** ID of the M&Q credentials used to read from the SQS queue. */
|
|
9558
9705
|
mnqCredentialId?: string;
|
|
9559
9706
|
}
|
|
9560
9707
|
interface TriggerSqsClientConfig {
|
|
@@ -9988,30 +10135,39 @@ type DeleteTokenRequest = {
|
|
|
9988
10135
|
/** UUID of the token to delete. */
|
|
9989
10136
|
tokenId: string;
|
|
9990
10137
|
};
|
|
9991
|
-
type CreateTriggerRequest = {
|
|
10138
|
+
type CreateTriggerRequest$1 = {
|
|
9992
10139
|
/**
|
|
9993
10140
|
* Region to target. If none is passed will use default region from the
|
|
9994
10141
|
* config.
|
|
9995
10142
|
*/
|
|
9996
10143
|
region?: Region;
|
|
10144
|
+
/** Name of the trigger. */
|
|
9997
10145
|
name: string;
|
|
9998
|
-
|
|
10146
|
+
/** ID of the function to trigger. */
|
|
9999
10147
|
functionId: string;
|
|
10148
|
+
/** Description of the trigger. */
|
|
10149
|
+
description?: string;
|
|
10000
10150
|
/**
|
|
10001
|
-
*
|
|
10002
|
-
*
|
|
10151
|
+
* Configuration for a Scaleway M&Q SQS queue.
|
|
10152
|
+
*
|
|
10153
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
10154
|
+
* 'sqsConfig' could be set.
|
|
10003
10155
|
*/
|
|
10004
|
-
scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig;
|
|
10156
|
+
scwSqsConfig?: CreateTriggerRequestMnqSqsClientConfig$1;
|
|
10005
10157
|
/**
|
|
10006
|
-
*
|
|
10007
|
-
*
|
|
10158
|
+
* Configuration for a Scaleway M&Q NATS subject.
|
|
10159
|
+
*
|
|
10160
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
10161
|
+
* 'sqsConfig' could be set.
|
|
10008
10162
|
*/
|
|
10009
|
-
|
|
10163
|
+
scwNatsConfig?: CreateTriggerRequestMnqNatsClientConfig$1;
|
|
10010
10164
|
/**
|
|
10011
|
-
*
|
|
10012
|
-
*
|
|
10165
|
+
* Configuration for an AWS SQS queue.
|
|
10166
|
+
*
|
|
10167
|
+
* One-of ('config'): at most one of 'scwSqsConfig', 'scwNatsConfig',
|
|
10168
|
+
* 'sqsConfig' could be set.
|
|
10013
10169
|
*/
|
|
10014
|
-
|
|
10170
|
+
sqsConfig?: CreateTriggerRequestSqsClientConfig;
|
|
10015
10171
|
};
|
|
10016
10172
|
type GetTriggerRequest = {
|
|
10017
10173
|
/**
|
|
@@ -10019,6 +10175,7 @@ type GetTriggerRequest = {
|
|
|
10019
10175
|
* config.
|
|
10020
10176
|
*/
|
|
10021
10177
|
region?: Region;
|
|
10178
|
+
/** ID of the trigger to get. */
|
|
10022
10179
|
triggerId: string;
|
|
10023
10180
|
};
|
|
10024
10181
|
type ListTriggersRequest = {
|
|
@@ -10027,35 +10184,51 @@ type ListTriggersRequest = {
|
|
|
10027
10184
|
* config.
|
|
10028
10185
|
*/
|
|
10029
10186
|
region?: Region;
|
|
10187
|
+
/** Page number to return. */
|
|
10030
10188
|
page?: number;
|
|
10189
|
+
/** Maximum number of triggers to return per page. */
|
|
10031
10190
|
pageSize?: number;
|
|
10191
|
+
/** Order in which to return results. */
|
|
10032
10192
|
orderBy?: ListTriggersRequestOrderBy;
|
|
10033
10193
|
/**
|
|
10194
|
+
* ID of the function the triggers belongs to.
|
|
10195
|
+
*
|
|
10034
10196
|
* One-of ('scope'): at most one of 'functionId', 'namespaceId', 'projectId'
|
|
10035
10197
|
* could be set.
|
|
10036
10198
|
*/
|
|
10037
10199
|
functionId?: string;
|
|
10038
10200
|
/**
|
|
10201
|
+
* ID of the namespace the triggers belongs to.
|
|
10202
|
+
*
|
|
10039
10203
|
* One-of ('scope'): at most one of 'functionId', 'namespaceId', 'projectId'
|
|
10040
10204
|
* could be set.
|
|
10041
10205
|
*/
|
|
10042
10206
|
namespaceId?: string;
|
|
10043
10207
|
/**
|
|
10208
|
+
* ID of the project the triggers belongs to.
|
|
10209
|
+
*
|
|
10044
10210
|
* One-of ('scope'): at most one of 'functionId', 'namespaceId', 'projectId'
|
|
10045
10211
|
* could be set.
|
|
10046
10212
|
*/
|
|
10047
10213
|
projectId?: string;
|
|
10048
10214
|
};
|
|
10049
|
-
type UpdateTriggerRequest = {
|
|
10215
|
+
type UpdateTriggerRequest$1 = {
|
|
10050
10216
|
/**
|
|
10051
10217
|
* Region to target. If none is passed will use default region from the
|
|
10052
10218
|
* config.
|
|
10053
10219
|
*/
|
|
10054
10220
|
region?: Region;
|
|
10221
|
+
/** ID of the trigger to update. */
|
|
10055
10222
|
triggerId: string;
|
|
10223
|
+
/** Name of the trigger. */
|
|
10056
10224
|
name?: string;
|
|
10225
|
+
/** Description of the trigger. */
|
|
10057
10226
|
description?: string;
|
|
10058
|
-
/**
|
|
10227
|
+
/**
|
|
10228
|
+
* Configuration for an AWS SQS queue.
|
|
10229
|
+
*
|
|
10230
|
+
* One-of ('config'): at most one of 'sqsConfig' could be set.
|
|
10231
|
+
*/
|
|
10059
10232
|
sqsConfig?: UpdateTriggerRequestSqsClientConfig;
|
|
10060
10233
|
};
|
|
10061
10234
|
type DeleteTriggerRequest = {
|
|
@@ -10064,11 +10237,12 @@ type DeleteTriggerRequest = {
|
|
|
10064
10237
|
* config.
|
|
10065
10238
|
*/
|
|
10066
10239
|
region?: Region;
|
|
10240
|
+
/** ID of the trigger to delete. */
|
|
10067
10241
|
triggerId: string;
|
|
10068
10242
|
};
|
|
10069
10243
|
|
|
10070
10244
|
/** Serverless Functions API. */
|
|
10071
|
-
declare class API$
|
|
10245
|
+
declare class API$k extends API$v {
|
|
10072
10246
|
/** Lists the available regions of the API. */
|
|
10073
10247
|
static readonly LOCALITIES: Region[];
|
|
10074
10248
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
@@ -10351,7 +10525,7 @@ declare class API$j extends API$u {
|
|
|
10351
10525
|
* @returns A Promise of Token
|
|
10352
10526
|
*/
|
|
10353
10527
|
deleteToken: (request: Readonly<DeleteTokenRequest>) => Promise<Token>;
|
|
10354
|
-
createTrigger: (request: Readonly<CreateTriggerRequest>) => Promise<Trigger>;
|
|
10528
|
+
createTrigger: (request: Readonly<CreateTriggerRequest$1>) => Promise<Trigger>;
|
|
10355
10529
|
getTrigger: (request: Readonly<GetTriggerRequest>) => Promise<Trigger>;
|
|
10356
10530
|
/**
|
|
10357
10531
|
* Waits for {@link Trigger} to be in a final state.
|
|
@@ -10366,7 +10540,7 @@ declare class API$j extends API$u {
|
|
|
10366
10540
|
all: () => Promise<Trigger[]>;
|
|
10367
10541
|
[Symbol.asyncIterator]: () => AsyncGenerator<Trigger[], void, void>;
|
|
10368
10542
|
};
|
|
10369
|
-
updateTrigger: (request: Readonly<UpdateTriggerRequest>) => Promise<Trigger>;
|
|
10543
|
+
updateTrigger: (request: Readonly<UpdateTriggerRequest$1>) => Promise<Trigger>;
|
|
10370
10544
|
deleteTrigger: (request: Readonly<DeleteTriggerRequest>) => Promise<Trigger>;
|
|
10371
10545
|
}
|
|
10372
10546
|
|
|
@@ -10383,79 +10557,123 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
|
|
|
10383
10557
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
10384
10558
|
declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
|
|
10385
10559
|
|
|
10386
|
-
declare const
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10415
|
-
|
|
10416
|
-
|
|
10417
|
-
|
|
10418
|
-
|
|
10419
|
-
|
|
10420
|
-
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
type index_gen$h_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
10433
|
-
type index_gen$h_ListTriggersResponse = ListTriggersResponse;
|
|
10434
|
-
type index_gen$h_Log = Log;
|
|
10435
|
-
type index_gen$h_LogStream = LogStream;
|
|
10436
|
-
type index_gen$h_RuntimeStatus = RuntimeStatus;
|
|
10437
|
-
type index_gen$h_SecretHashedValue = SecretHashedValue;
|
|
10438
|
-
declare const index_gen$h_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
10439
|
-
declare const index_gen$h_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
10440
|
-
type index_gen$h_Token = Token;
|
|
10441
|
-
type index_gen$h_TokenStatus = TokenStatus;
|
|
10442
|
-
type index_gen$h_Trigger = Trigger;
|
|
10443
|
-
type index_gen$h_TriggerInputType = TriggerInputType;
|
|
10444
|
-
type index_gen$h_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
10445
|
-
type index_gen$h_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
10446
|
-
type index_gen$h_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
10447
|
-
type index_gen$h_TriggerStatus = TriggerStatus;
|
|
10448
|
-
type index_gen$h_UpdateCronRequest = UpdateCronRequest;
|
|
10449
|
-
type index_gen$h_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
10450
|
-
type index_gen$h_UpdateTriggerRequest = UpdateTriggerRequest;
|
|
10451
|
-
type index_gen$h_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
10452
|
-
type index_gen$h_UploadURL = UploadURL;
|
|
10453
|
-
declare namespace index_gen$h {
|
|
10454
|
-
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 };
|
|
10560
|
+
declare const CreateTriggerRequest: {
|
|
10561
|
+
description: {
|
|
10562
|
+
maxLength: number;
|
|
10563
|
+
};
|
|
10564
|
+
name: {
|
|
10565
|
+
maxLength: number;
|
|
10566
|
+
minLength: number;
|
|
10567
|
+
};
|
|
10568
|
+
};
|
|
10569
|
+
declare const CreateTriggerRequestMnqNatsClientConfig: {
|
|
10570
|
+
mnqRegion: {
|
|
10571
|
+
maxLength: number;
|
|
10572
|
+
minLength: number;
|
|
10573
|
+
};
|
|
10574
|
+
subject: {
|
|
10575
|
+
maxLength: number;
|
|
10576
|
+
minLength: number;
|
|
10577
|
+
pattern: RegExp;
|
|
10578
|
+
};
|
|
10579
|
+
};
|
|
10580
|
+
declare const CreateTriggerRequestMnqSqsClientConfig: {
|
|
10581
|
+
mnqRegion: {
|
|
10582
|
+
maxLength: number;
|
|
10583
|
+
minLength: number;
|
|
10584
|
+
};
|
|
10585
|
+
queue: {
|
|
10586
|
+
maxLength: number;
|
|
10587
|
+
minLength: number;
|
|
10588
|
+
};
|
|
10589
|
+
};
|
|
10590
|
+
declare const UpdateTriggerRequest: {
|
|
10591
|
+
description: {
|
|
10592
|
+
maxLength: number;
|
|
10593
|
+
};
|
|
10594
|
+
name: {
|
|
10595
|
+
maxLength: number;
|
|
10596
|
+
minLength: number;
|
|
10597
|
+
};
|
|
10598
|
+
};
|
|
10599
|
+
|
|
10600
|
+
declare const validationRules_gen$6_CreateTriggerRequest: typeof CreateTriggerRequest;
|
|
10601
|
+
declare const validationRules_gen$6_CreateTriggerRequestMnqNatsClientConfig: typeof CreateTriggerRequestMnqNatsClientConfig;
|
|
10602
|
+
declare const validationRules_gen$6_CreateTriggerRequestMnqSqsClientConfig: typeof CreateTriggerRequestMnqSqsClientConfig;
|
|
10603
|
+
declare const validationRules_gen$6_UpdateTriggerRequest: typeof UpdateTriggerRequest;
|
|
10604
|
+
declare namespace validationRules_gen$6 {
|
|
10605
|
+
export { validationRules_gen$6_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$6_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$6_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$6_UpdateTriggerRequest as UpdateTriggerRequest };
|
|
10455
10606
|
}
|
|
10456
10607
|
|
|
10457
|
-
declare
|
|
10458
|
-
|
|
10608
|
+
declare const index_gen$i_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
10609
|
+
type index_gen$i_CreateCronRequest = CreateCronRequest;
|
|
10610
|
+
type index_gen$i_CreateFunctionRequest = CreateFunctionRequest;
|
|
10611
|
+
type index_gen$i_CreateTokenRequest = CreateTokenRequest;
|
|
10612
|
+
type index_gen$i_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
10613
|
+
type index_gen$i_Cron = Cron;
|
|
10614
|
+
type index_gen$i_CronStatus = CronStatus;
|
|
10615
|
+
type index_gen$i_DeleteCronRequest = DeleteCronRequest;
|
|
10616
|
+
type index_gen$i_DeleteDomainRequest = DeleteDomainRequest;
|
|
10617
|
+
type index_gen$i_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
10618
|
+
type index_gen$i_DeleteTokenRequest = DeleteTokenRequest;
|
|
10619
|
+
type index_gen$i_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
10620
|
+
type index_gen$i_DeployFunctionRequest = DeployFunctionRequest;
|
|
10621
|
+
type index_gen$i_DownloadURL = DownloadURL;
|
|
10622
|
+
declare const index_gen$i_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
10623
|
+
type index_gen$i_Function = Function;
|
|
10624
|
+
type index_gen$i_FunctionHttpOption = FunctionHttpOption;
|
|
10625
|
+
type index_gen$i_FunctionPrivacy = FunctionPrivacy;
|
|
10626
|
+
type index_gen$i_FunctionRuntime = FunctionRuntime;
|
|
10627
|
+
type index_gen$i_FunctionStatus = FunctionStatus;
|
|
10628
|
+
type index_gen$i_GetCronRequest = GetCronRequest;
|
|
10629
|
+
type index_gen$i_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
10630
|
+
type index_gen$i_GetFunctionRequest = GetFunctionRequest;
|
|
10631
|
+
type index_gen$i_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
10632
|
+
type index_gen$i_GetTokenRequest = GetTokenRequest;
|
|
10633
|
+
type index_gen$i_GetTriggerRequest = GetTriggerRequest;
|
|
10634
|
+
type index_gen$i_IssueJWTRequest = IssueJWTRequest;
|
|
10635
|
+
type index_gen$i_ListCronsRequest = ListCronsRequest;
|
|
10636
|
+
type index_gen$i_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
10637
|
+
type index_gen$i_ListCronsResponse = ListCronsResponse;
|
|
10638
|
+
type index_gen$i_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
10639
|
+
type index_gen$i_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
10640
|
+
type index_gen$i_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
10641
|
+
type index_gen$i_ListFunctionsRequest = ListFunctionsRequest;
|
|
10642
|
+
type index_gen$i_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
10643
|
+
type index_gen$i_ListFunctionsResponse = ListFunctionsResponse;
|
|
10644
|
+
type index_gen$i_ListLogsRequest = ListLogsRequest;
|
|
10645
|
+
type index_gen$i_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
10646
|
+
type index_gen$i_ListLogsResponse = ListLogsResponse;
|
|
10647
|
+
type index_gen$i_ListTokensRequest = ListTokensRequest;
|
|
10648
|
+
type index_gen$i_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
10649
|
+
type index_gen$i_ListTokensResponse = ListTokensResponse;
|
|
10650
|
+
type index_gen$i_ListTriggersRequest = ListTriggersRequest;
|
|
10651
|
+
type index_gen$i_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
10652
|
+
type index_gen$i_ListTriggersResponse = ListTriggersResponse;
|
|
10653
|
+
type index_gen$i_Log = Log;
|
|
10654
|
+
type index_gen$i_LogStream = LogStream;
|
|
10655
|
+
type index_gen$i_RuntimeStatus = RuntimeStatus;
|
|
10656
|
+
type index_gen$i_SecretHashedValue = SecretHashedValue;
|
|
10657
|
+
declare const index_gen$i_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
10658
|
+
declare const index_gen$i_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
10659
|
+
type index_gen$i_Token = Token;
|
|
10660
|
+
type index_gen$i_TokenStatus = TokenStatus;
|
|
10661
|
+
type index_gen$i_Trigger = Trigger;
|
|
10662
|
+
type index_gen$i_TriggerInputType = TriggerInputType;
|
|
10663
|
+
type index_gen$i_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
10664
|
+
type index_gen$i_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
10665
|
+
type index_gen$i_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
10666
|
+
type index_gen$i_TriggerStatus = TriggerStatus;
|
|
10667
|
+
type index_gen$i_UpdateCronRequest = UpdateCronRequest;
|
|
10668
|
+
type index_gen$i_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
10669
|
+
type index_gen$i_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
10670
|
+
type index_gen$i_UploadURL = UploadURL;
|
|
10671
|
+
declare namespace index_gen$i {
|
|
10672
|
+
export { API$k as API, index_gen$i_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$i_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$i_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type index_gen$i_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$i_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$i_Cron as Cron, type index_gen$i_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$i_DeleteCronRequest as DeleteCronRequest, type index_gen$i_DeleteDomainRequest as DeleteDomainRequest, type index_gen$i_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type index_gen$i_DeleteTokenRequest as DeleteTokenRequest, type index_gen$i_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$i_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$i_DownloadURL as DownloadURL, index_gen$i_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$i_Function as Function, type index_gen$i_FunctionHttpOption as FunctionHttpOption, type index_gen$i_FunctionPrivacy as FunctionPrivacy, type index_gen$i_FunctionRuntime as FunctionRuntime, type index_gen$i_FunctionStatus as FunctionStatus, type index_gen$i_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$i_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$i_GetFunctionRequest as GetFunctionRequest, type index_gen$i_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type index_gen$i_GetTokenRequest as GetTokenRequest, type index_gen$i_GetTriggerRequest as GetTriggerRequest, type index_gen$i_IssueJWTRequest as IssueJWTRequest, type index_gen$i_ListCronsRequest as ListCronsRequest, type index_gen$i_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$i_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$i_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$i_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$i_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$i_ListFunctionsRequest as ListFunctionsRequest, type index_gen$i_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$i_ListFunctionsResponse as ListFunctionsResponse, type index_gen$i_ListLogsRequest as ListLogsRequest, type index_gen$i_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$i_ListLogsResponse as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type index_gen$i_ListTokensRequest as ListTokensRequest, type index_gen$i_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$i_ListTokensResponse as ListTokensResponse, type index_gen$i_ListTriggersRequest as ListTriggersRequest, type index_gen$i_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$i_ListTriggersResponse as ListTriggersResponse, type index_gen$i_Log as Log, type index_gen$i_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$i_RuntimeStatus as RuntimeStatus, type Secret$1 as Secret, type index_gen$i_SecretHashedValue as SecretHashedValue, index_gen$i_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$i_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$i_Token as Token, type index_gen$i_TokenStatus as TokenStatus, type index_gen$i_Trigger as Trigger, type index_gen$i_TriggerInputType as TriggerInputType, type index_gen$i_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$i_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$i_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$i_TriggerStatus as TriggerStatus, type index_gen$i_UpdateCronRequest as UpdateCronRequest, type index_gen$i_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$i_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$i_UploadURL as UploadURL, validationRules_gen$6 as ValidationRules };
|
|
10673
|
+
}
|
|
10674
|
+
|
|
10675
|
+
declare namespace index$l {
|
|
10676
|
+
export { index_gen$i as v1beta1 };
|
|
10459
10677
|
}
|
|
10460
10678
|
|
|
10461
10679
|
type BearerType = 'unknown_bearer_type' | 'user' | 'application';
|
|
@@ -11252,7 +11470,7 @@ type DeleteJWTRequest = {
|
|
|
11252
11470
|
};
|
|
11253
11471
|
|
|
11254
11472
|
/** IAM API. */
|
|
11255
|
-
declare class API$
|
|
11473
|
+
declare class API$j extends API$v {
|
|
11256
11474
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
11257
11475
|
/**
|
|
11258
11476
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -11892,87 +12110,87 @@ declare const UpdateSSHKeyRequest: {
|
|
|
11892
12110
|
};
|
|
11893
12111
|
};
|
|
11894
12112
|
|
|
11895
|
-
declare const validationRules_gen$
|
|
11896
|
-
declare const validationRules_gen$
|
|
11897
|
-
declare const validationRules_gen$
|
|
11898
|
-
declare const validationRules_gen$
|
|
11899
|
-
declare const validationRules_gen$
|
|
11900
|
-
declare const validationRules_gen$
|
|
11901
|
-
declare const validationRules_gen$
|
|
11902
|
-
declare const validationRules_gen$
|
|
11903
|
-
declare const validationRules_gen$
|
|
11904
|
-
declare const validationRules_gen$
|
|
11905
|
-
declare const validationRules_gen$
|
|
11906
|
-
declare const validationRules_gen$
|
|
11907
|
-
declare const validationRules_gen$
|
|
11908
|
-
declare const validationRules_gen$
|
|
11909
|
-
declare const validationRules_gen$
|
|
11910
|
-
declare const validationRules_gen$
|
|
11911
|
-
declare const validationRules_gen$
|
|
11912
|
-
declare const validationRules_gen$
|
|
11913
|
-
declare const validationRules_gen$
|
|
11914
|
-
declare const validationRules_gen$
|
|
11915
|
-
declare namespace validationRules_gen$
|
|
11916
|
-
export { validationRules_gen$
|
|
12113
|
+
declare const validationRules_gen$5_CreateAPIKeyRequest: typeof CreateAPIKeyRequest;
|
|
12114
|
+
declare const validationRules_gen$5_CreateApplicationRequest: typeof CreateApplicationRequest;
|
|
12115
|
+
declare const validationRules_gen$5_CreateGroupRequest: typeof CreateGroupRequest;
|
|
12116
|
+
declare const validationRules_gen$5_CreatePolicyRequest: typeof CreatePolicyRequest;
|
|
12117
|
+
declare const validationRules_gen$5_CreateSSHKeyRequest: typeof CreateSSHKeyRequest;
|
|
12118
|
+
declare const validationRules_gen$5_GetQuotumRequest: typeof GetQuotumRequest;
|
|
12119
|
+
declare const validationRules_gen$5_ListAPIKeysRequest: typeof ListAPIKeysRequest;
|
|
12120
|
+
declare const validationRules_gen$5_ListApplicationsRequest: typeof ListApplicationsRequest;
|
|
12121
|
+
declare const validationRules_gen$5_ListGroupsRequest: typeof ListGroupsRequest;
|
|
12122
|
+
declare const validationRules_gen$5_ListJWTsRequest: typeof ListJWTsRequest;
|
|
12123
|
+
declare const validationRules_gen$5_ListPermissionSetsRequest: typeof ListPermissionSetsRequest;
|
|
12124
|
+
declare const validationRules_gen$5_ListPoliciesRequest: typeof ListPoliciesRequest;
|
|
12125
|
+
declare const validationRules_gen$5_ListQuotaRequest: typeof ListQuotaRequest;
|
|
12126
|
+
declare const validationRules_gen$5_ListRulesRequest: typeof ListRulesRequest;
|
|
12127
|
+
declare const validationRules_gen$5_ListSSHKeysRequest: typeof ListSSHKeysRequest;
|
|
12128
|
+
declare const validationRules_gen$5_UpdateAPIKeyRequest: typeof UpdateAPIKeyRequest;
|
|
12129
|
+
declare const validationRules_gen$5_UpdateApplicationRequest: typeof UpdateApplicationRequest;
|
|
12130
|
+
declare const validationRules_gen$5_UpdateGroupRequest: typeof UpdateGroupRequest;
|
|
12131
|
+
declare const validationRules_gen$5_UpdatePolicyRequest: typeof UpdatePolicyRequest;
|
|
12132
|
+
declare const validationRules_gen$5_UpdateSSHKeyRequest: typeof UpdateSSHKeyRequest;
|
|
12133
|
+
declare namespace validationRules_gen$5 {
|
|
12134
|
+
export { validationRules_gen$5_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$5_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$5_CreateGroupRequest as CreateGroupRequest, validationRules_gen$5_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$5_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$5_GetQuotumRequest as GetQuotumRequest, validationRules_gen$5_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$5_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$5_ListGroupsRequest as ListGroupsRequest, validationRules_gen$5_ListJWTsRequest as ListJWTsRequest, validationRules_gen$5_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$5_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$5_ListQuotaRequest as ListQuotaRequest, validationRules_gen$5_ListRulesRequest as ListRulesRequest, validationRules_gen$5_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$5_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$5_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$5_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$5_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$5_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
|
|
11917
12135
|
}
|
|
11918
12136
|
|
|
11919
|
-
type index_gen$
|
|
11920
|
-
type index_gen$
|
|
11921
|
-
type index_gen$
|
|
11922
|
-
type index_gen$
|
|
11923
|
-
type index_gen$
|
|
11924
|
-
type index_gen$
|
|
11925
|
-
type index_gen$
|
|
11926
|
-
type index_gen$
|
|
11927
|
-
type index_gen$
|
|
11928
|
-
type index_gen$
|
|
11929
|
-
type index_gen$
|
|
11930
|
-
type index_gen$
|
|
11931
|
-
type index_gen$
|
|
11932
|
-
type index_gen$
|
|
11933
|
-
type index_gen$
|
|
11934
|
-
type index_gen$
|
|
11935
|
-
type index_gen$
|
|
11936
|
-
type index_gen$
|
|
11937
|
-
type index_gen$
|
|
11938
|
-
type index_gen$
|
|
11939
|
-
type index_gen$
|
|
11940
|
-
type index_gen$
|
|
11941
|
-
type index_gen$
|
|
11942
|
-
type index_gen$
|
|
11943
|
-
type index_gen$
|
|
11944
|
-
type index_gen$
|
|
11945
|
-
type index_gen$
|
|
11946
|
-
type index_gen$
|
|
11947
|
-
type index_gen$
|
|
11948
|
-
type index_gen$
|
|
11949
|
-
type index_gen$
|
|
11950
|
-
type index_gen$
|
|
11951
|
-
type index_gen$
|
|
11952
|
-
type index_gen$
|
|
11953
|
-
type index_gen$
|
|
11954
|
-
type index_gen$
|
|
11955
|
-
type index_gen$
|
|
11956
|
-
type index_gen$
|
|
11957
|
-
type index_gen$
|
|
11958
|
-
type index_gen$
|
|
11959
|
-
type index_gen$
|
|
11960
|
-
type index_gen$
|
|
11961
|
-
type index_gen$
|
|
11962
|
-
type index_gen$
|
|
11963
|
-
type index_gen$
|
|
11964
|
-
type index_gen$
|
|
11965
|
-
type index_gen$
|
|
11966
|
-
type index_gen$
|
|
11967
|
-
type index_gen$
|
|
11968
|
-
type index_gen$
|
|
11969
|
-
type index_gen$
|
|
11970
|
-
declare namespace index_gen$
|
|
11971
|
-
export { API$
|
|
12137
|
+
type index_gen$h_APIKey = APIKey;
|
|
12138
|
+
type index_gen$h_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
12139
|
+
type index_gen$h_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
12140
|
+
type index_gen$h_Application = Application;
|
|
12141
|
+
type index_gen$h_BearerType = BearerType;
|
|
12142
|
+
type index_gen$h_ClonePolicyRequest = ClonePolicyRequest;
|
|
12143
|
+
type index_gen$h_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
12144
|
+
type index_gen$h_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
12145
|
+
type index_gen$h_DeleteGroupRequest = DeleteGroupRequest;
|
|
12146
|
+
type index_gen$h_DeleteJWTRequest = DeleteJWTRequest;
|
|
12147
|
+
type index_gen$h_DeletePolicyRequest = DeletePolicyRequest;
|
|
12148
|
+
type index_gen$h_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
12149
|
+
type index_gen$h_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
12150
|
+
type index_gen$h_GetApplicationRequest = GetApplicationRequest;
|
|
12151
|
+
type index_gen$h_GetGroupRequest = GetGroupRequest;
|
|
12152
|
+
type index_gen$h_GetJWTRequest = GetJWTRequest;
|
|
12153
|
+
type index_gen$h_GetPolicyRequest = GetPolicyRequest;
|
|
12154
|
+
type index_gen$h_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
12155
|
+
type index_gen$h_GetUserRequest = GetUserRequest;
|
|
12156
|
+
type index_gen$h_Group = Group;
|
|
12157
|
+
type index_gen$h_JWT = JWT;
|
|
12158
|
+
type index_gen$h_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
12159
|
+
type index_gen$h_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
12160
|
+
type index_gen$h_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
12161
|
+
type index_gen$h_ListApplicationsResponse = ListApplicationsResponse;
|
|
12162
|
+
type index_gen$h_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
12163
|
+
type index_gen$h_ListGroupsResponse = ListGroupsResponse;
|
|
12164
|
+
type index_gen$h_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
12165
|
+
type index_gen$h_ListJWTsResponse = ListJWTsResponse;
|
|
12166
|
+
type index_gen$h_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
12167
|
+
type index_gen$h_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
12168
|
+
type index_gen$h_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
12169
|
+
type index_gen$h_ListPoliciesResponse = ListPoliciesResponse;
|
|
12170
|
+
type index_gen$h_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
12171
|
+
type index_gen$h_ListQuotaResponse = ListQuotaResponse;
|
|
12172
|
+
type index_gen$h_ListRulesResponse = ListRulesResponse;
|
|
12173
|
+
type index_gen$h_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
12174
|
+
type index_gen$h_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
12175
|
+
type index_gen$h_PermissionSet = PermissionSet;
|
|
12176
|
+
type index_gen$h_PermissionSetScopeType = PermissionSetScopeType;
|
|
12177
|
+
type index_gen$h_Policy = Policy;
|
|
12178
|
+
type index_gen$h_Quotum = Quotum;
|
|
12179
|
+
type index_gen$h_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
12180
|
+
type index_gen$h_Rule = Rule;
|
|
12181
|
+
type index_gen$h_RuleSpecs = RuleSpecs;
|
|
12182
|
+
type index_gen$h_SSHKey = SSHKey;
|
|
12183
|
+
type index_gen$h_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
12184
|
+
type index_gen$h_SetRulesRequest = SetRulesRequest;
|
|
12185
|
+
type index_gen$h_SetRulesResponse = SetRulesResponse;
|
|
12186
|
+
type index_gen$h_UserStatus = UserStatus;
|
|
12187
|
+
type index_gen$h_UserType = UserType;
|
|
12188
|
+
declare namespace index_gen$h {
|
|
12189
|
+
export { API$j as API, type index_gen$h_APIKey as APIKey, type index_gen$h_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$h_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$h_Application as Application, type index_gen$h_BearerType as BearerType, type index_gen$h_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$h_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$h_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$h_DeleteGroupRequest as DeleteGroupRequest, type index_gen$h_DeleteJWTRequest as DeleteJWTRequest, type index_gen$h_DeletePolicyRequest as DeletePolicyRequest, type index_gen$h_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$h_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$h_GetApplicationRequest as GetApplicationRequest, type index_gen$h_GetGroupRequest as GetGroupRequest, type index_gen$h_GetJWTRequest as GetJWTRequest, type index_gen$h_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$h_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$h_GetUserRequest as GetUserRequest, type index_gen$h_Group as Group, type index_gen$h_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$h_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$h_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$h_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$h_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$h_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$h_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$h_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$h_ListJWTsResponse as ListJWTsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$h_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$h_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$h_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$h_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$h_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$h_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$h_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$h_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$h_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$h_PermissionSet as PermissionSet, type index_gen$h_PermissionSetScopeType as PermissionSetScopeType, type index_gen$h_Policy as Policy, type index_gen$h_Quotum as Quotum, type index_gen$h_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$h_Rule as Rule, type index_gen$h_RuleSpecs as RuleSpecs, type index_gen$h_SSHKey as SSHKey, type index_gen$h_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$h_SetRulesRequest as SetRulesRequest, type index_gen$h_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$h_UserStatus as UserStatus, type index_gen$h_UserType as UserType, validationRules_gen$5 as ValidationRules };
|
|
11972
12190
|
}
|
|
11973
12191
|
|
|
11974
|
-
declare namespace index$
|
|
11975
|
-
export { index_gen$
|
|
12192
|
+
declare namespace index$k {
|
|
12193
|
+
export { index_gen$h as v1alpha1 };
|
|
11976
12194
|
}
|
|
11977
12195
|
|
|
11978
12196
|
type Arch = 'x86_64' | 'arm' | 'arm64';
|
|
@@ -13851,7 +14069,7 @@ type SetSecurityGroupRuleRequest = {
|
|
|
13851
14069
|
};
|
|
13852
14070
|
|
|
13853
14071
|
/** Instance API. */
|
|
13854
|
-
declare class API$
|
|
14072
|
+
declare class API$i extends API$v {
|
|
13855
14073
|
/** Lists the available zones of the API. */
|
|
13856
14074
|
static readonly LOCALITIES: Zone[];
|
|
13857
14075
|
/**
|
|
@@ -14443,7 +14661,7 @@ type SetServerUserDataRequest = {
|
|
|
14443
14661
|
content: string;
|
|
14444
14662
|
};
|
|
14445
14663
|
|
|
14446
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
14664
|
+
declare class InstanceV1UtilsAPI extends API$i {
|
|
14447
14665
|
/**
|
|
14448
14666
|
* Waits for {@link Image} to be in a final state.
|
|
14449
14667
|
*
|
|
@@ -14582,176 +14800,176 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
|
|
|
14582
14800
|
/** Lists transient statutes of the enum {@link VolumeState}. */
|
|
14583
14801
|
declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
|
|
14584
14802
|
|
|
14585
|
-
type index$
|
|
14586
|
-
type index$
|
|
14587
|
-
type index$
|
|
14588
|
-
type index$
|
|
14589
|
-
type index$
|
|
14590
|
-
type index$
|
|
14591
|
-
type index$
|
|
14592
|
-
type index$
|
|
14593
|
-
type index$
|
|
14594
|
-
type index$
|
|
14595
|
-
type index$
|
|
14596
|
-
type index$
|
|
14597
|
-
type index$
|
|
14598
|
-
type index$
|
|
14599
|
-
type index$
|
|
14600
|
-
type index$
|
|
14601
|
-
type index$
|
|
14602
|
-
type index$
|
|
14603
|
-
type index$
|
|
14604
|
-
type index$
|
|
14605
|
-
type index$
|
|
14606
|
-
type index$
|
|
14607
|
-
type index$
|
|
14608
|
-
type index$
|
|
14609
|
-
type index$
|
|
14610
|
-
type index$
|
|
14611
|
-
type index$
|
|
14612
|
-
type index$
|
|
14613
|
-
type index$
|
|
14614
|
-
type index$
|
|
14615
|
-
type index$
|
|
14616
|
-
type index$
|
|
14617
|
-
type index$
|
|
14618
|
-
type index$
|
|
14619
|
-
type index$
|
|
14620
|
-
type index$
|
|
14621
|
-
type index$
|
|
14622
|
-
type index$
|
|
14623
|
-
type index$
|
|
14624
|
-
type index$
|
|
14625
|
-
type index$
|
|
14626
|
-
type index$
|
|
14627
|
-
type index$
|
|
14628
|
-
type index$
|
|
14629
|
-
type index$
|
|
14630
|
-
type index$
|
|
14631
|
-
type index$
|
|
14632
|
-
type index$
|
|
14633
|
-
type index$
|
|
14634
|
-
type index$
|
|
14635
|
-
type index$
|
|
14636
|
-
type index$
|
|
14637
|
-
type index$
|
|
14638
|
-
type index$
|
|
14639
|
-
type index$
|
|
14640
|
-
type index$
|
|
14641
|
-
declare const index$
|
|
14642
|
-
type index$
|
|
14643
|
-
type index$
|
|
14644
|
-
type index$
|
|
14645
|
-
type index$
|
|
14646
|
-
type index$
|
|
14647
|
-
type index$
|
|
14648
|
-
type index$
|
|
14649
|
-
type index$
|
|
14650
|
-
type index$
|
|
14651
|
-
type index$
|
|
14652
|
-
type index$
|
|
14653
|
-
type index$
|
|
14654
|
-
type index$
|
|
14655
|
-
type index$
|
|
14656
|
-
type index$
|
|
14657
|
-
type index$
|
|
14658
|
-
type index$
|
|
14659
|
-
type index$
|
|
14660
|
-
type index$
|
|
14661
|
-
type index$
|
|
14662
|
-
type index$
|
|
14663
|
-
type index$
|
|
14664
|
-
type index$
|
|
14665
|
-
type index$
|
|
14666
|
-
type index$
|
|
14667
|
-
type index$
|
|
14668
|
-
type index$
|
|
14669
|
-
declare const index$
|
|
14670
|
-
type index$
|
|
14671
|
-
type index$
|
|
14672
|
-
type index$
|
|
14673
|
-
type index$
|
|
14674
|
-
type index$
|
|
14675
|
-
type index$
|
|
14676
|
-
type index$
|
|
14677
|
-
declare const index$
|
|
14678
|
-
declare const index$
|
|
14679
|
-
type index$
|
|
14680
|
-
type index$
|
|
14681
|
-
type index$
|
|
14682
|
-
type index$
|
|
14683
|
-
type index$
|
|
14684
|
-
type index$
|
|
14685
|
-
type index$
|
|
14686
|
-
type index$
|
|
14687
|
-
type index$
|
|
14688
|
-
type index$
|
|
14689
|
-
type index$
|
|
14690
|
-
type index$
|
|
14691
|
-
type index$
|
|
14692
|
-
type index$
|
|
14693
|
-
type index$
|
|
14694
|
-
type index$
|
|
14695
|
-
type index$
|
|
14696
|
-
type index$
|
|
14697
|
-
type index$
|
|
14698
|
-
type index$
|
|
14699
|
-
type index$
|
|
14700
|
-
type index$
|
|
14701
|
-
type index$
|
|
14702
|
-
type index$
|
|
14703
|
-
type index$
|
|
14704
|
-
type index$
|
|
14705
|
-
type index$
|
|
14706
|
-
type index$
|
|
14707
|
-
type index$
|
|
14708
|
-
type index$
|
|
14709
|
-
type index$
|
|
14710
|
-
type index$
|
|
14711
|
-
type index$
|
|
14712
|
-
type index$
|
|
14713
|
-
type index$
|
|
14714
|
-
type index$
|
|
14715
|
-
type index$
|
|
14716
|
-
type index$
|
|
14717
|
-
type index$
|
|
14718
|
-
type index$
|
|
14719
|
-
declare const index$
|
|
14720
|
-
type index$
|
|
14721
|
-
type index$
|
|
14722
|
-
type index$
|
|
14723
|
-
type index$
|
|
14724
|
-
type index$
|
|
14725
|
-
type index$
|
|
14726
|
-
type index$
|
|
14727
|
-
type index$
|
|
14728
|
-
type index$
|
|
14729
|
-
type index$
|
|
14730
|
-
type index$
|
|
14731
|
-
type index$
|
|
14732
|
-
type index$
|
|
14733
|
-
type index$
|
|
14734
|
-
type index$
|
|
14735
|
-
type index$
|
|
14736
|
-
type index$
|
|
14737
|
-
declare const index$
|
|
14738
|
-
declare const index$
|
|
14739
|
-
type index$
|
|
14740
|
-
type index$
|
|
14741
|
-
type index$
|
|
14742
|
-
type index$
|
|
14743
|
-
type index$
|
|
14744
|
-
type index$
|
|
14745
|
-
type index$
|
|
14746
|
-
type index$
|
|
14747
|
-
type index$
|
|
14748
|
-
type index$
|
|
14749
|
-
declare namespace index$
|
|
14750
|
-
export { InstanceV1UtilsAPI as API, type index$i_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$i_Arch as Arch, type index$i_AttachVolumeRequest as AttachVolumeRequest, type index$i_AttachVolumeResponse as AttachVolumeResponse, type index$i_BootType as BootType, type index$i_Bootscript as Bootscript, type index$i_CreateImageRequest as CreateImageRequest, type index$i_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$i_CreateIpResponse as CreateIpResponse, type index$i_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$i_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$i_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$i_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$i_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$i_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$i_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$i_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$i_CreateServerRequest as CreateServerRequest, type index$i_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$i_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$i_CreateVolumeResponse as CreateVolumeResponse, type index$i_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$i_DeleteIpRequest as DeleteIpRequest, type index$i_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$i_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$i_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$i_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$i_DeleteServerRequest as DeleteServerRequest, type index$i_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$i_DetachVolumeRequest as DetachVolumeRequest, type index$i_DetachVolumeResponse as DetachVolumeResponse, type index$i_ExportSnapshotRequest as ExportSnapshotRequest, type index$i_ExportSnapshotResponse as ExportSnapshotResponse, type index$i_GetBootscriptRequest as GetBootscriptRequest, type index$i_GetBootscriptResponse as GetBootscriptResponse, type index$i_GetDashboardRequest as GetDashboardRequest, type index$i_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$i_GetIpResponse as GetIpResponse, type index$i_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$i_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$i_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$i_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$i_GetPrivateNICRequest as GetPrivateNICRequest, type index$i_GetPrivateNICResponse as GetPrivateNICResponse, type index$i_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$i_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$i_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$i_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$i_GetServerRequest as GetServerRequest, type index$i_GetServerResponse as GetServerResponse, type index$i_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$i_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$i_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$i_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$i_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$i_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$i_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$i_ImageState as ImageState, type Ip$1 as Ip, type index$i_IpState as IpState, type index$i_IpType as IpType, type index$i_ListBootscriptsRequest as ListBootscriptsRequest, type index$i_ListBootscriptsResponse as ListBootscriptsResponse, type index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$i_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$i_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$i_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$i_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$i_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$i_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$i_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$i_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$i_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$i_ListServerActionsRequest as ListServerActionsRequest, type index$i_ListServerActionsResponse as ListServerActionsResponse, type index$i_ListServerUserDataRequest as ListServerUserDataRequest, type index$i_ListServerUserDataResponse as ListServerUserDataResponse, type index$i_ListServersRequest as ListServersRequest, type index$i_ListServersRequestOrder as ListServersRequestOrder, type index$i_ListServersResponse as ListServersResponse, type index$i_ListServersTypesRequest as ListServersTypesRequest, type index$i_ListServersTypesResponse as ListServersTypesResponse, type ListSnapshotsRequest$1 as ListSnapshotsRequest, type ListSnapshotsResponse$1 as ListSnapshotsResponse, type ListVolumesRequest$1 as ListVolumesRequest, type ListVolumesResponse$1 as ListVolumesResponse, type index$i_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$i_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$i_MigrationPlan as MigrationPlan, index$i_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$i_PlacementGroup as PlacementGroup, type index$i_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$i_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$i_PlacementGroupServer as PlacementGroupServer, type index$i_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$i_PrivateNIC as PrivateNIC, type index$i_PrivateNICState as PrivateNICState, index$i_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$i_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$i_SecurityGroup as SecurityGroup, type index$i_SecurityGroupPolicy as SecurityGroupPolicy, type index$i_SecurityGroupRule as SecurityGroupRule, type index$i_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$i_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$i_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$i_SecurityGroupState as SecurityGroupState, type index$i_SecurityGroupSummary as SecurityGroupSummary, type index$i_SecurityGroupTemplate as SecurityGroupTemplate, type index$i_Server as Server, type index$i_ServerAction as ServerAction, type index$i_ServerActionRequest as ServerActionRequest, type index$i_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$i_ServerActionResponse as ServerActionResponse, type index$i_ServerIp as ServerIp, type index$i_ServerIpIpFamily as ServerIpIpFamily, type index$i_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$i_ServerIpv6 as ServerIpv6, type index$i_ServerLocation as ServerLocation, type index$i_ServerMaintenance as ServerMaintenance, type index$i_ServerState as ServerState, type index$i_ServerSummary as ServerSummary, type index$i_ServerType as ServerType, type index$i_ServerTypeCapabilities as ServerTypeCapabilities, type index$i_ServerTypeNetwork as ServerTypeNetwork, type index$i_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$i_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$i_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$i_ServerTypesAvailability as ServerTypesAvailability, type index$i_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$i_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$i_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$i_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$i_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$i_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$i_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$i_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$i_SnapshotBaseVolume as SnapshotBaseVolume, type index$i_SnapshotState as SnapshotState, type index$i_SnapshotVolumeType as SnapshotVolumeType, index$i_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$i_Task as Task, type index$i_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$i_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$i_UpdateIpResponse as UpdateIpResponse, type index$i_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$i_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$i_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$i_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$i_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$i_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$i_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$i_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$i_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$i_UpdateServerRequest as UpdateServerRequest, type index$i_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$i_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$i_UpdateVolumeResponse as UpdateVolumeResponse, index$i_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$i_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$i_VolumeServer as VolumeServer, type index$i_VolumeServerState as VolumeServerState, type index$i_VolumeServerTemplate as VolumeServerTemplate, type index$i_VolumeServerVolumeType as VolumeServerVolumeType, type index$i_VolumeState as VolumeState, type index$i_VolumeSummary as VolumeSummary, type index$i_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$i_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$i_VolumeTypeConstraints as VolumeTypeConstraints, type index$i_VolumeVolumeType as VolumeVolumeType };
|
|
14803
|
+
type index$j_ApplyBlockMigrationRequest = ApplyBlockMigrationRequest;
|
|
14804
|
+
type index$j_Arch = Arch;
|
|
14805
|
+
type index$j_AttachVolumeRequest = AttachVolumeRequest;
|
|
14806
|
+
type index$j_AttachVolumeResponse = AttachVolumeResponse;
|
|
14807
|
+
type index$j_BootType = BootType;
|
|
14808
|
+
type index$j_Bootscript = Bootscript;
|
|
14809
|
+
type index$j_CreateImageRequest = CreateImageRequest;
|
|
14810
|
+
type index$j_CreateImageResponse = CreateImageResponse;
|
|
14811
|
+
type index$j_CreateIpResponse = CreateIpResponse;
|
|
14812
|
+
type index$j_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
|
|
14813
|
+
type index$j_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
|
|
14814
|
+
type index$j_CreatePrivateNICRequest = CreatePrivateNICRequest;
|
|
14815
|
+
type index$j_CreatePrivateNICResponse = CreatePrivateNICResponse;
|
|
14816
|
+
type index$j_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
|
|
14817
|
+
type index$j_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
|
|
14818
|
+
type index$j_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
|
|
14819
|
+
type index$j_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
|
|
14820
|
+
type index$j_CreateServerRequest = CreateServerRequest;
|
|
14821
|
+
type index$j_CreateServerResponse = CreateServerResponse;
|
|
14822
|
+
type index$j_CreateSnapshotResponse = CreateSnapshotResponse;
|
|
14823
|
+
type index$j_CreateVolumeResponse = CreateVolumeResponse;
|
|
14824
|
+
type index$j_Dashboard = Dashboard;
|
|
14825
|
+
type index$j_DeleteIpRequest = DeleteIpRequest;
|
|
14826
|
+
type index$j_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
|
|
14827
|
+
type index$j_DeletePrivateNICRequest = DeletePrivateNICRequest;
|
|
14828
|
+
type index$j_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
|
|
14829
|
+
type index$j_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
|
|
14830
|
+
type index$j_DeleteServerRequest = DeleteServerRequest;
|
|
14831
|
+
type index$j_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
|
|
14832
|
+
type index$j_DetachVolumeRequest = DetachVolumeRequest;
|
|
14833
|
+
type index$j_DetachVolumeResponse = DetachVolumeResponse;
|
|
14834
|
+
type index$j_ExportSnapshotRequest = ExportSnapshotRequest;
|
|
14835
|
+
type index$j_ExportSnapshotResponse = ExportSnapshotResponse;
|
|
14836
|
+
type index$j_GetBootscriptRequest = GetBootscriptRequest;
|
|
14837
|
+
type index$j_GetBootscriptResponse = GetBootscriptResponse;
|
|
14838
|
+
type index$j_GetDashboardRequest = GetDashboardRequest;
|
|
14839
|
+
type index$j_GetDashboardResponse = GetDashboardResponse;
|
|
14840
|
+
type index$j_GetIpResponse = GetIpResponse;
|
|
14841
|
+
type index$j_GetPlacementGroupRequest = GetPlacementGroupRequest;
|
|
14842
|
+
type index$j_GetPlacementGroupResponse = GetPlacementGroupResponse;
|
|
14843
|
+
type index$j_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
|
|
14844
|
+
type index$j_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
|
|
14845
|
+
type index$j_GetPrivateNICRequest = GetPrivateNICRequest;
|
|
14846
|
+
type index$j_GetPrivateNICResponse = GetPrivateNICResponse;
|
|
14847
|
+
type index$j_GetSecurityGroupRequest = GetSecurityGroupRequest;
|
|
14848
|
+
type index$j_GetSecurityGroupResponse = GetSecurityGroupResponse;
|
|
14849
|
+
type index$j_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
|
|
14850
|
+
type index$j_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
|
|
14851
|
+
type index$j_GetServerRequest = GetServerRequest;
|
|
14852
|
+
type index$j_GetServerResponse = GetServerResponse;
|
|
14853
|
+
type index$j_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
|
|
14854
|
+
type index$j_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
|
|
14855
|
+
type index$j_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
|
|
14856
|
+
type index$j_GetServerUserDataRequest = GetServerUserDataRequest;
|
|
14857
|
+
type index$j_GetSnapshotResponse = GetSnapshotResponse;
|
|
14858
|
+
type index$j_GetVolumeResponse = GetVolumeResponse;
|
|
14859
|
+
declare const index$j_IP_TRANSIENT_STATUSES: typeof IP_TRANSIENT_STATUSES;
|
|
14860
|
+
type index$j_ImageState = ImageState;
|
|
14861
|
+
type index$j_IpState = IpState;
|
|
14862
|
+
type index$j_IpType = IpType;
|
|
14863
|
+
type index$j_ListBootscriptsRequest = ListBootscriptsRequest;
|
|
14864
|
+
type index$j_ListBootscriptsResponse = ListBootscriptsResponse;
|
|
14865
|
+
type index$j_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
|
|
14866
|
+
type index$j_ListIpsRequest = ListIpsRequest;
|
|
14867
|
+
type index$j_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
|
|
14868
|
+
type index$j_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
|
|
14869
|
+
type index$j_ListPrivateNICsRequest = ListPrivateNICsRequest;
|
|
14870
|
+
type index$j_ListPrivateNICsResponse = ListPrivateNICsResponse;
|
|
14871
|
+
type index$j_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
|
|
14872
|
+
type index$j_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
|
|
14873
|
+
type index$j_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
|
|
14874
|
+
type index$j_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
|
|
14875
|
+
type index$j_ListServerActionsRequest = ListServerActionsRequest;
|
|
14876
|
+
type index$j_ListServerActionsResponse = ListServerActionsResponse;
|
|
14877
|
+
type index$j_ListServerUserDataRequest = ListServerUserDataRequest;
|
|
14878
|
+
type index$j_ListServerUserDataResponse = ListServerUserDataResponse;
|
|
14879
|
+
type index$j_ListServersRequest = ListServersRequest;
|
|
14880
|
+
type index$j_ListServersRequestOrder = ListServersRequestOrder;
|
|
14881
|
+
type index$j_ListServersResponse = ListServersResponse;
|
|
14882
|
+
type index$j_ListServersTypesRequest = ListServersTypesRequest;
|
|
14883
|
+
type index$j_ListServersTypesResponse = ListServersTypesResponse;
|
|
14884
|
+
type index$j_ListVolumesTypesRequest = ListVolumesTypesRequest;
|
|
14885
|
+
type index$j_ListVolumesTypesResponse = ListVolumesTypesResponse;
|
|
14886
|
+
type index$j_MigrationPlan = MigrationPlan;
|
|
14887
|
+
declare const index$j_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
|
|
14888
|
+
type index$j_PlacementGroup = PlacementGroup;
|
|
14889
|
+
type index$j_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
|
|
14890
|
+
type index$j_PlacementGroupPolicyType = PlacementGroupPolicyType;
|
|
14891
|
+
type index$j_PlacementGroupServer = PlacementGroupServer;
|
|
14892
|
+
type index$j_PlanBlockMigrationRequest = PlanBlockMigrationRequest;
|
|
14893
|
+
type index$j_PrivateNIC = PrivateNIC;
|
|
14894
|
+
type index$j_PrivateNICState = PrivateNICState;
|
|
14895
|
+
declare const index$j_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
|
|
14896
|
+
declare const index$j_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
|
|
14897
|
+
type index$j_SecurityGroup = SecurityGroup;
|
|
14898
|
+
type index$j_SecurityGroupPolicy = SecurityGroupPolicy;
|
|
14899
|
+
type index$j_SecurityGroupRule = SecurityGroupRule;
|
|
14900
|
+
type index$j_SecurityGroupRuleAction = SecurityGroupRuleAction;
|
|
14901
|
+
type index$j_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
|
|
14902
|
+
type index$j_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
|
|
14903
|
+
type index$j_SecurityGroupState = SecurityGroupState;
|
|
14904
|
+
type index$j_SecurityGroupSummary = SecurityGroupSummary;
|
|
14905
|
+
type index$j_SecurityGroupTemplate = SecurityGroupTemplate;
|
|
14906
|
+
type index$j_Server = Server;
|
|
14907
|
+
type index$j_ServerAction = ServerAction;
|
|
14908
|
+
type index$j_ServerActionRequest = ServerActionRequest;
|
|
14909
|
+
type index$j_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
|
|
14910
|
+
type index$j_ServerActionResponse = ServerActionResponse;
|
|
14911
|
+
type index$j_ServerIp = ServerIp;
|
|
14912
|
+
type index$j_ServerIpIpFamily = ServerIpIpFamily;
|
|
14913
|
+
type index$j_ServerIpProvisioningMode = ServerIpProvisioningMode;
|
|
14914
|
+
type index$j_ServerIpv6 = ServerIpv6;
|
|
14915
|
+
type index$j_ServerLocation = ServerLocation;
|
|
14916
|
+
type index$j_ServerMaintenance = ServerMaintenance;
|
|
14917
|
+
type index$j_ServerState = ServerState;
|
|
14918
|
+
type index$j_ServerSummary = ServerSummary;
|
|
14919
|
+
type index$j_ServerType = ServerType;
|
|
14920
|
+
type index$j_ServerTypeCapabilities = ServerTypeCapabilities;
|
|
14921
|
+
type index$j_ServerTypeNetwork = ServerTypeNetwork;
|
|
14922
|
+
type index$j_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
|
|
14923
|
+
type index$j_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
|
|
14924
|
+
type index$j_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
|
|
14925
|
+
type index$j_ServerTypesAvailability = ServerTypesAvailability;
|
|
14926
|
+
type index$j_SetPlacementGroupRequest = SetPlacementGroupRequest;
|
|
14927
|
+
type index$j_SetPlacementGroupResponse = SetPlacementGroupResponse;
|
|
14928
|
+
type index$j_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
|
|
14929
|
+
type index$j_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
|
|
14930
|
+
type index$j_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
|
|
14931
|
+
type index$j_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
|
|
14932
|
+
type index$j_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
|
|
14933
|
+
type index$j_SetServerUserDataRequest = SetServerUserDataRequest;
|
|
14934
|
+
type index$j_SnapshotBaseVolume = SnapshotBaseVolume;
|
|
14935
|
+
type index$j_SnapshotState = SnapshotState;
|
|
14936
|
+
type index$j_SnapshotVolumeType = SnapshotVolumeType;
|
|
14937
|
+
declare const index$j_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
|
|
14938
|
+
type index$j_Task = Task;
|
|
14939
|
+
type index$j_TaskStatus = TaskStatus;
|
|
14940
|
+
type index$j_UpdateImageResponse = UpdateImageResponse;
|
|
14941
|
+
type index$j_UpdateIpResponse = UpdateIpResponse;
|
|
14942
|
+
type index$j_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
|
|
14943
|
+
type index$j_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
|
|
14944
|
+
type index$j_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
|
|
14945
|
+
type index$j_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
|
|
14946
|
+
type index$j_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
|
|
14947
|
+
type index$j_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
|
|
14948
|
+
type index$j_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
|
|
14949
|
+
type index$j_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
|
|
14950
|
+
type index$j_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
|
|
14951
|
+
type index$j_UpdateServerRequest = UpdateServerRequest;
|
|
14952
|
+
type index$j_UpdateServerResponse = UpdateServerResponse;
|
|
14953
|
+
type index$j_UpdateSnapshotResponse = UpdateSnapshotResponse;
|
|
14954
|
+
type index$j_UpdateVolumeResponse = UpdateVolumeResponse;
|
|
14955
|
+
declare const index$j_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
|
|
14956
|
+
declare const index$j_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
|
|
14957
|
+
type index$j_VolumeServer = VolumeServer;
|
|
14958
|
+
type index$j_VolumeServerState = VolumeServerState;
|
|
14959
|
+
type index$j_VolumeServerTemplate = VolumeServerTemplate;
|
|
14960
|
+
type index$j_VolumeServerVolumeType = VolumeServerVolumeType;
|
|
14961
|
+
type index$j_VolumeState = VolumeState;
|
|
14962
|
+
type index$j_VolumeSummary = VolumeSummary;
|
|
14963
|
+
type index$j_VolumeTemplate = VolumeTemplate;
|
|
14964
|
+
type index$j_VolumeTypeCapabilities = VolumeTypeCapabilities;
|
|
14965
|
+
type index$j_VolumeTypeConstraints = VolumeTypeConstraints;
|
|
14966
|
+
type index$j_VolumeVolumeType = VolumeVolumeType;
|
|
14967
|
+
declare namespace index$j {
|
|
14968
|
+
export { InstanceV1UtilsAPI as API, type index$j_ApplyBlockMigrationRequest as ApplyBlockMigrationRequest, type index$j_Arch as Arch, type index$j_AttachVolumeRequest as AttachVolumeRequest, type index$j_AttachVolumeResponse as AttachVolumeResponse, type index$j_BootType as BootType, type index$j_Bootscript as Bootscript, type index$j_CreateImageRequest as CreateImageRequest, type index$j_CreateImageResponse as CreateImageResponse, type CreateIpRequest$1 as CreateIpRequest, type index$j_CreateIpResponse as CreateIpResponse, type index$j_CreatePlacementGroupRequest as CreatePlacementGroupRequest, type index$j_CreatePlacementGroupResponse as CreatePlacementGroupResponse, type index$j_CreatePrivateNICRequest as CreatePrivateNICRequest, type index$j_CreatePrivateNICResponse as CreatePrivateNICResponse, type index$j_CreateSecurityGroupRequest as CreateSecurityGroupRequest, type index$j_CreateSecurityGroupResponse as CreateSecurityGroupResponse, type index$j_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest, type index$j_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse, type index$j_CreateServerRequest as CreateServerRequest, type index$j_CreateServerResponse as CreateServerResponse, type CreateSnapshotRequest$1 as CreateSnapshotRequest, type index$j_CreateSnapshotResponse as CreateSnapshotResponse, type CreateVolumeRequest$1 as CreateVolumeRequest, type index$j_CreateVolumeResponse as CreateVolumeResponse, type index$j_Dashboard as Dashboard, type DeleteImageRequest$1 as DeleteImageRequest, type index$j_DeleteIpRequest as DeleteIpRequest, type index$j_DeletePlacementGroupRequest as DeletePlacementGroupRequest, type index$j_DeletePrivateNICRequest as DeletePrivateNICRequest, type index$j_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest, type index$j_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest, type index$j_DeleteServerRequest as DeleteServerRequest, type index$j_DeleteServerUserDataRequest as DeleteServerUserDataRequest, type DeleteSnapshotRequest$1 as DeleteSnapshotRequest, type DeleteVolumeRequest$1 as DeleteVolumeRequest, type index$j_DetachVolumeRequest as DetachVolumeRequest, type index$j_DetachVolumeResponse as DetachVolumeResponse, type index$j_ExportSnapshotRequest as ExportSnapshotRequest, type index$j_ExportSnapshotResponse as ExportSnapshotResponse, type index$j_GetBootscriptRequest as GetBootscriptRequest, type index$j_GetBootscriptResponse as GetBootscriptResponse, type index$j_GetDashboardRequest as GetDashboardRequest, type index$j_GetDashboardResponse as GetDashboardResponse, type GetImageRequest$3 as GetImageRequest, type GetImageResponse$1 as GetImageResponse, type GetIpRequest$1 as GetIpRequest, type index$j_GetIpResponse as GetIpResponse, type index$j_GetPlacementGroupRequest as GetPlacementGroupRequest, type index$j_GetPlacementGroupResponse as GetPlacementGroupResponse, type index$j_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest, type index$j_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse, type index$j_GetPrivateNICRequest as GetPrivateNICRequest, type index$j_GetPrivateNICResponse as GetPrivateNICResponse, type index$j_GetSecurityGroupRequest as GetSecurityGroupRequest, type index$j_GetSecurityGroupResponse as GetSecurityGroupResponse, type index$j_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest, type index$j_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse, type index$j_GetServerRequest as GetServerRequest, type index$j_GetServerResponse as GetServerResponse, type index$j_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest, type index$j_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse, type index$j_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability, type index$j_GetServerUserDataRequest as GetServerUserDataRequest, type GetSnapshotRequest$1 as GetSnapshotRequest, type index$j_GetSnapshotResponse as GetSnapshotResponse, type GetVolumeRequest$1 as GetVolumeRequest, type index$j_GetVolumeResponse as GetVolumeResponse, IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES, index$j_IP_TRANSIENT_STATUSES as IP_TRANSIENT_STATUSES, type Image$3 as Image, type index$j_ImageState as ImageState, type Ip$1 as Ip, type index$j_IpState as IpState, type index$j_IpType as IpType, type index$j_ListBootscriptsRequest as ListBootscriptsRequest, type index$j_ListBootscriptsResponse as ListBootscriptsResponse, type index$j_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest, type ListImagesRequest$3 as ListImagesRequest, type ListImagesResponse$3 as ListImagesResponse, type index$j_ListIpsRequest as ListIpsRequest, type ListIpsResponse$1 as ListIpsResponse, type index$j_ListPlacementGroupsRequest as ListPlacementGroupsRequest, type index$j_ListPlacementGroupsResponse as ListPlacementGroupsResponse, type index$j_ListPrivateNICsRequest as ListPrivateNICsRequest, type index$j_ListPrivateNICsResponse as ListPrivateNICsResponse, type index$j_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest, type index$j_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse, type index$j_ListSecurityGroupsRequest as ListSecurityGroupsRequest, type index$j_ListSecurityGroupsResponse as ListSecurityGroupsResponse, type index$j_ListServerActionsRequest as ListServerActionsRequest, type index$j_ListServerActionsResponse as ListServerActionsResponse, type index$j_ListServerUserDataRequest as ListServerUserDataRequest, type index$j_ListServerUserDataResponse as ListServerUserDataResponse, type index$j_ListServersRequest as ListServersRequest, type index$j_ListServersRequestOrder as ListServersRequestOrder, type index$j_ListServersResponse as ListServersResponse, type index$j_ListServersTypesRequest as ListServersTypesRequest, type index$j_ListServersTypesResponse as ListServersTypesResponse, type ListSnapshotsRequest$1 as ListSnapshotsRequest, type ListSnapshotsResponse$1 as ListSnapshotsResponse, type ListVolumesRequest$1 as ListVolumesRequest, type ListVolumesResponse$1 as ListVolumesResponse, type index$j_ListVolumesTypesRequest as ListVolumesTypesRequest, type index$j_ListVolumesTypesResponse as ListVolumesTypesResponse, type index$j_MigrationPlan as MigrationPlan, index$j_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES, type index$j_PlacementGroup as PlacementGroup, type index$j_PlacementGroupPolicyMode as PlacementGroupPolicyMode, type index$j_PlacementGroupPolicyType as PlacementGroupPolicyType, type index$j_PlacementGroupServer as PlacementGroupServer, type index$j_PlanBlockMigrationRequest as PlanBlockMigrationRequest, type index$j_PrivateNIC as PrivateNIC, type index$j_PrivateNICState as PrivateNICState, index$j_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES, index$j_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES, type index$j_SecurityGroup as SecurityGroup, type index$j_SecurityGroupPolicy as SecurityGroupPolicy, type index$j_SecurityGroupRule as SecurityGroupRule, type index$j_SecurityGroupRuleAction as SecurityGroupRuleAction, type index$j_SecurityGroupRuleDirection as SecurityGroupRuleDirection, type index$j_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol, type index$j_SecurityGroupState as SecurityGroupState, type index$j_SecurityGroupSummary as SecurityGroupSummary, type index$j_SecurityGroupTemplate as SecurityGroupTemplate, type index$j_Server as Server, type index$j_ServerAction as ServerAction, type index$j_ServerActionRequest as ServerActionRequest, type index$j_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate, type index$j_ServerActionResponse as ServerActionResponse, type index$j_ServerIp as ServerIp, type index$j_ServerIpIpFamily as ServerIpIpFamily, type index$j_ServerIpProvisioningMode as ServerIpProvisioningMode, type index$j_ServerIpv6 as ServerIpv6, type index$j_ServerLocation as ServerLocation, type index$j_ServerMaintenance as ServerMaintenance, type index$j_ServerState as ServerState, type index$j_ServerSummary as ServerSummary, type index$j_ServerType as ServerType, type index$j_ServerTypeCapabilities as ServerTypeCapabilities, type index$j_ServerTypeNetwork as ServerTypeNetwork, type index$j_ServerTypeNetworkInterface as ServerTypeNetworkInterface, type index$j_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes, type index$j_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType, type index$j_ServerTypesAvailability as ServerTypesAvailability, type index$j_SetPlacementGroupRequest as SetPlacementGroupRequest, type index$j_SetPlacementGroupResponse as SetPlacementGroupResponse, type index$j_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest, type index$j_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse, type index$j_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest, type index$j_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule, type index$j_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse, type index$j_SetServerUserDataRequest as SetServerUserDataRequest, type Snapshot$1 as Snapshot, type index$j_SnapshotBaseVolume as SnapshotBaseVolume, type index$j_SnapshotState as SnapshotState, type index$j_SnapshotVolumeType as SnapshotVolumeType, index$j_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES, type index$j_Task as Task, type index$j_TaskStatus as TaskStatus, type UpdateImageRequest$1 as UpdateImageRequest, type index$j_UpdateImageResponse as UpdateImageResponse, type UpdateIpRequest$1 as UpdateIpRequest, type index$j_UpdateIpResponse as UpdateIpResponse, type index$j_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest, type index$j_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse, type index$j_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest, type index$j_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse, type index$j_UpdatePrivateNICRequest as UpdatePrivateNICRequest, type index$j_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest, type index$j_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse, type index$j_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest, type index$j_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse, type index$j_UpdateServerRequest as UpdateServerRequest, type index$j_UpdateServerResponse as UpdateServerResponse, type UpdateSnapshotRequest$1 as UpdateSnapshotRequest, type index$j_UpdateSnapshotResponse as UpdateSnapshotResponse, type UpdateVolumeRequest$1 as UpdateVolumeRequest, type index$j_UpdateVolumeResponse as UpdateVolumeResponse, index$j_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES, index$j_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES, type Volume$2 as Volume, type index$j_VolumeServer as VolumeServer, type index$j_VolumeServerState as VolumeServerState, type index$j_VolumeServerTemplate as VolumeServerTemplate, type index$j_VolumeServerVolumeType as VolumeServerVolumeType, type index$j_VolumeState as VolumeState, type index$j_VolumeSummary as VolumeSummary, type index$j_VolumeTemplate as VolumeTemplate, type VolumeType$1 as VolumeType, type index$j_VolumeTypeCapabilities as VolumeTypeCapabilities, type index$j_VolumeTypeConstraints as VolumeTypeConstraints, type index$j_VolumeVolumeType as VolumeVolumeType };
|
|
14751
14969
|
}
|
|
14752
14970
|
|
|
14753
|
-
declare namespace index$
|
|
14754
|
-
export { index$
|
|
14971
|
+
declare namespace index$i {
|
|
14972
|
+
export { index$j as v1 };
|
|
14755
14973
|
}
|
|
14756
14974
|
|
|
14757
14975
|
type DeviceMessageFiltersRulePolicy = 'unknown' | 'accept' | 'reject';
|
|
@@ -15709,7 +15927,7 @@ type DeleteTwinDocumentsRequest = {
|
|
|
15709
15927
|
*
|
|
15710
15928
|
* This API allows you to manage IoT hubs and devices. IoT Hub API.
|
|
15711
15929
|
*/
|
|
15712
|
-
declare class API$
|
|
15930
|
+
declare class API$h extends API$v {
|
|
15713
15931
|
/** Lists the available regions of the API. */
|
|
15714
15932
|
static readonly LOCALITIES: Region[];
|
|
15715
15933
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -16030,83 +16248,354 @@ declare class API$g extends API$u {
|
|
|
16030
16248
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
16031
16249
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
16032
16250
|
|
|
16033
|
-
type index_gen$
|
|
16034
|
-
type index_gen$
|
|
16035
|
-
type index_gen$
|
|
16036
|
-
type index_gen$
|
|
16037
|
-
type index_gen$
|
|
16038
|
-
type index_gen$
|
|
16039
|
-
type index_gen$
|
|
16040
|
-
type index_gen$
|
|
16041
|
-
type index_gen$
|
|
16042
|
-
type index_gen$
|
|
16043
|
-
type index_gen$
|
|
16044
|
-
type index_gen$
|
|
16045
|
-
type index_gen$
|
|
16046
|
-
type index_gen$
|
|
16047
|
-
type index_gen$
|
|
16048
|
-
type index_gen$
|
|
16049
|
-
type index_gen$
|
|
16050
|
-
type index_gen$
|
|
16051
|
-
type index_gen$
|
|
16052
|
-
type index_gen$
|
|
16053
|
-
type index_gen$
|
|
16054
|
-
type index_gen$
|
|
16055
|
-
type index_gen$
|
|
16056
|
-
type index_gen$
|
|
16057
|
-
type index_gen$
|
|
16058
|
-
type index_gen$
|
|
16059
|
-
type index_gen$
|
|
16060
|
-
type index_gen$
|
|
16061
|
-
type index_gen$
|
|
16062
|
-
type index_gen$
|
|
16063
|
-
type index_gen$
|
|
16064
|
-
type index_gen$
|
|
16065
|
-
type index_gen$
|
|
16066
|
-
type index_gen$
|
|
16067
|
-
declare const index_gen$
|
|
16068
|
-
type index_gen$
|
|
16069
|
-
type index_gen$
|
|
16070
|
-
type index_gen$
|
|
16071
|
-
type index_gen$
|
|
16072
|
-
type index_gen$
|
|
16073
|
-
type index_gen$
|
|
16074
|
-
type index_gen$
|
|
16075
|
-
type index_gen$
|
|
16076
|
-
type index_gen$
|
|
16077
|
-
type index_gen$
|
|
16078
|
-
type index_gen$
|
|
16079
|
-
type index_gen$
|
|
16080
|
-
type index_gen$
|
|
16081
|
-
type index_gen$
|
|
16082
|
-
type index_gen$
|
|
16083
|
-
type index_gen$
|
|
16084
|
-
type index_gen$
|
|
16085
|
-
type index_gen$
|
|
16086
|
-
type index_gen$
|
|
16087
|
-
type index_gen$
|
|
16088
|
-
type index_gen$
|
|
16089
|
-
type index_gen$
|
|
16090
|
-
type index_gen$
|
|
16091
|
-
type index_gen$
|
|
16092
|
-
type index_gen$
|
|
16093
|
-
type index_gen$
|
|
16094
|
-
type index_gen$
|
|
16095
|
-
type index_gen$
|
|
16096
|
-
type index_gen$
|
|
16097
|
-
type index_gen$
|
|
16098
|
-
type index_gen$
|
|
16099
|
-
type index_gen$
|
|
16100
|
-
type index_gen$
|
|
16101
|
-
type index_gen$
|
|
16102
|
-
type index_gen$
|
|
16103
|
-
type index_gen$
|
|
16104
|
-
type index_gen$
|
|
16105
|
-
type index_gen$
|
|
16106
|
-
type index_gen$
|
|
16107
|
-
type index_gen$
|
|
16251
|
+
type index_gen$g_CreateDeviceRequest = CreateDeviceRequest;
|
|
16252
|
+
type index_gen$g_CreateDeviceResponse = CreateDeviceResponse;
|
|
16253
|
+
type index_gen$g_CreateHubRequest = CreateHubRequest;
|
|
16254
|
+
type index_gen$g_CreateNetworkRequest = CreateNetworkRequest;
|
|
16255
|
+
type index_gen$g_CreateNetworkResponse = CreateNetworkResponse;
|
|
16256
|
+
type index_gen$g_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
16257
|
+
type index_gen$g_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
16258
|
+
type index_gen$g_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
16259
|
+
type index_gen$g_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
16260
|
+
type index_gen$g_DeleteHubRequest = DeleteHubRequest;
|
|
16261
|
+
type index_gen$g_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
16262
|
+
type index_gen$g_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
16263
|
+
type index_gen$g_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
16264
|
+
type index_gen$g_Device = Device;
|
|
16265
|
+
type index_gen$g_DeviceMessageFilters = DeviceMessageFilters;
|
|
16266
|
+
type index_gen$g_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
16267
|
+
type index_gen$g_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
16268
|
+
type index_gen$g_DeviceStatus = DeviceStatus;
|
|
16269
|
+
type index_gen$g_DisableDeviceRequest = DisableDeviceRequest;
|
|
16270
|
+
type index_gen$g_DisableHubRequest = DisableHubRequest;
|
|
16271
|
+
type index_gen$g_EnableDeviceRequest = EnableDeviceRequest;
|
|
16272
|
+
type index_gen$g_EnableHubRequest = EnableHubRequest;
|
|
16273
|
+
type index_gen$g_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
16274
|
+
type index_gen$g_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
16275
|
+
type index_gen$g_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
16276
|
+
type index_gen$g_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
16277
|
+
type index_gen$g_GetDeviceRequest = GetDeviceRequest;
|
|
16278
|
+
type index_gen$g_GetHubCARequest = GetHubCARequest;
|
|
16279
|
+
type index_gen$g_GetHubCAResponse = GetHubCAResponse;
|
|
16280
|
+
type index_gen$g_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
16281
|
+
type index_gen$g_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
16282
|
+
type index_gen$g_GetHubRequest = GetHubRequest;
|
|
16283
|
+
type index_gen$g_GetNetworkRequest = GetNetworkRequest;
|
|
16284
|
+
type index_gen$g_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
16285
|
+
declare const index_gen$g_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
16286
|
+
type index_gen$g_Hub = Hub;
|
|
16287
|
+
type index_gen$g_HubProductPlan = HubProductPlan;
|
|
16288
|
+
type index_gen$g_HubStatus = HubStatus;
|
|
16289
|
+
type index_gen$g_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
16290
|
+
type index_gen$g_ListDevicesRequest = ListDevicesRequest;
|
|
16291
|
+
type index_gen$g_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
16292
|
+
type index_gen$g_ListDevicesResponse = ListDevicesResponse;
|
|
16293
|
+
type index_gen$g_ListHubsRequest = ListHubsRequest;
|
|
16294
|
+
type index_gen$g_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
16295
|
+
type index_gen$g_ListHubsResponse = ListHubsResponse;
|
|
16296
|
+
type index_gen$g_ListNetworksRequest = ListNetworksRequest;
|
|
16297
|
+
type index_gen$g_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
16298
|
+
type index_gen$g_ListNetworksResponse = ListNetworksResponse;
|
|
16299
|
+
type index_gen$g_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
16300
|
+
type index_gen$g_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
16301
|
+
type index_gen$g_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
16302
|
+
type index_gen$g_Network = Network;
|
|
16303
|
+
type index_gen$g_NetworkNetworkType = NetworkNetworkType;
|
|
16304
|
+
type index_gen$g_NullValue = NullValue;
|
|
16305
|
+
type index_gen$g_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
16306
|
+
type index_gen$g_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
16307
|
+
type index_gen$g_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
16308
|
+
type index_gen$g_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
16309
|
+
type index_gen$g_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
16310
|
+
type index_gen$g_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
16311
|
+
type index_gen$g_RouteRestConfig = RouteRestConfig;
|
|
16312
|
+
type index_gen$g_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
16313
|
+
type index_gen$g_RouteRouteType = RouteRouteType;
|
|
16314
|
+
type index_gen$g_RouteS3Config = RouteS3Config;
|
|
16315
|
+
type index_gen$g_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
16316
|
+
type index_gen$g_RouteSummary = RouteSummary;
|
|
16317
|
+
type index_gen$g_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
16318
|
+
type index_gen$g_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
16319
|
+
type index_gen$g_SetHubCARequest = SetHubCARequest;
|
|
16320
|
+
type index_gen$g_TwinDocument = TwinDocument;
|
|
16321
|
+
type index_gen$g_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
16322
|
+
type index_gen$g_UpdateHubRequest = UpdateHubRequest;
|
|
16323
|
+
type index_gen$g_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
16324
|
+
type index_gen$g_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
16325
|
+
type index_gen$g_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
16326
|
+
declare namespace index_gen$g {
|
|
16327
|
+
export { API$h as API, type Certificate$1 as Certificate, type index_gen$g_CreateDeviceRequest as CreateDeviceRequest, type index_gen$g_CreateDeviceResponse as CreateDeviceResponse, type index_gen$g_CreateHubRequest as CreateHubRequest, type index_gen$g_CreateNetworkRequest as CreateNetworkRequest, type index_gen$g_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$g_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$g_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$g_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$g_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$g_DeleteHubRequest as DeleteHubRequest, type index_gen$g_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$g_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$g_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$g_Device as Device, type index_gen$g_DeviceMessageFilters as DeviceMessageFilters, type index_gen$g_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$g_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$g_DeviceStatus as DeviceStatus, type index_gen$g_DisableDeviceRequest as DisableDeviceRequest, type index_gen$g_DisableHubRequest as DisableHubRequest, type index_gen$g_EnableDeviceRequest as EnableDeviceRequest, type index_gen$g_EnableHubRequest as EnableHubRequest, type index_gen$g_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$g_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$g_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$g_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$g_GetDeviceRequest as GetDeviceRequest, type index_gen$g_GetHubCARequest as GetHubCARequest, type index_gen$g_GetHubCAResponse as GetHubCAResponse, type index_gen$g_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$g_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$g_GetHubRequest as GetHubRequest, type index_gen$g_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$g_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$g_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$g_Hub as Hub, type index_gen$g_HubProductPlan as HubProductPlan, type index_gen$g_HubStatus as HubStatus, type index_gen$g_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$g_ListDevicesRequest as ListDevicesRequest, type index_gen$g_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$g_ListDevicesResponse as ListDevicesResponse, type index_gen$g_ListHubsRequest as ListHubsRequest, type index_gen$g_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$g_ListHubsResponse as ListHubsResponse, type index_gen$g_ListNetworksRequest as ListNetworksRequest, type index_gen$g_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$g_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$g_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$g_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$g_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$g_Network as Network, type index_gen$g_NetworkNetworkType as NetworkNetworkType, type index_gen$g_NullValue as NullValue, type index_gen$g_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$g_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$g_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$g_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$g_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$g_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$g_RouteRestConfig as RouteRestConfig, type index_gen$g_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$g_RouteRouteType as RouteRouteType, type index_gen$g_RouteS3Config as RouteS3Config, type index_gen$g_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$g_RouteSummary as RouteSummary, type index_gen$g_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$g_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$g_SetHubCARequest as SetHubCARequest, type index_gen$g_TwinDocument as TwinDocument, type index_gen$g_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$g_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$g_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$g_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$g_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
|
|
16328
|
+
}
|
|
16329
|
+
|
|
16330
|
+
declare namespace index$h {
|
|
16331
|
+
export { index_gen$g as v1 };
|
|
16332
|
+
}
|
|
16333
|
+
|
|
16334
|
+
type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
|
|
16335
|
+
type ResourceType = 'unknown_type' | 'instance_server' | 'instance_ip' | 'instance_private_nic' | 'lb_server' | 'fip_ip' | 'vpc_gateway' | 'vpc_gateway_network' | 'k8s_node' | 'rdb_instance' | 'redis_cluster' | 'baremetal_server' | 'baremetal_private_nic';
|
|
16336
|
+
/** Ip. */
|
|
16337
|
+
interface IP$1 {
|
|
16338
|
+
/** IP ID. */
|
|
16339
|
+
id: string;
|
|
16340
|
+
/** IPv4 or IPv6 address in CIDR notation. */
|
|
16341
|
+
address: string;
|
|
16342
|
+
/** Scaleway Project the IP belongs to. */
|
|
16343
|
+
projectId: string;
|
|
16344
|
+
/** Defines whether the IP is an IPv6 (false = IPv4). */
|
|
16345
|
+
isIpv6: boolean;
|
|
16346
|
+
/** Date the IP was booked. */
|
|
16347
|
+
createdAt?: Date;
|
|
16348
|
+
/** Date the IP was last modified. */
|
|
16349
|
+
updatedAt?: Date;
|
|
16350
|
+
/** Source pool where the IP was booked in. */
|
|
16351
|
+
source?: Source;
|
|
16352
|
+
/** Resource which the IP is attached to. */
|
|
16353
|
+
resource?: Resource;
|
|
16354
|
+
/** Tags for the IP. */
|
|
16355
|
+
tags: string[];
|
|
16356
|
+
/** Region of the IP. */
|
|
16357
|
+
region: Region;
|
|
16358
|
+
/** Zone of the IP, if zonal. */
|
|
16359
|
+
zone: Zone;
|
|
16360
|
+
}
|
|
16361
|
+
interface ListIPsResponse$1 {
|
|
16362
|
+
totalCount: number;
|
|
16363
|
+
ips: IP$1[];
|
|
16364
|
+
}
|
|
16365
|
+
/** Resource. */
|
|
16366
|
+
interface Resource {
|
|
16367
|
+
/** Type of resource the IP is attached to. */
|
|
16368
|
+
type: ResourceType;
|
|
16369
|
+
/** ID of the resource the IP is attached to. */
|
|
16370
|
+
id: string;
|
|
16371
|
+
/** MAC of the resource the IP is attached to. */
|
|
16372
|
+
macAddress?: string;
|
|
16373
|
+
/**
|
|
16374
|
+
* Name of the resource the IP is attached to. When the IP is in a Private
|
|
16375
|
+
* Network, then a DNS record is available to resolve the resource name to
|
|
16376
|
+
* this IP.
|
|
16377
|
+
*/
|
|
16378
|
+
name?: string;
|
|
16379
|
+
}
|
|
16380
|
+
/** Source. */
|
|
16381
|
+
interface Source {
|
|
16382
|
+
/**
|
|
16383
|
+
* Zone the IP lives in if the IP is a public zoned IP. This source is global.
|
|
16384
|
+
*
|
|
16385
|
+
* One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId'
|
|
16386
|
+
* could be set.
|
|
16387
|
+
*/
|
|
16388
|
+
zonal?: string;
|
|
16389
|
+
/**
|
|
16390
|
+
* Private Network the IP lives in if the IP is a private IP. This source is
|
|
16391
|
+
* specific.
|
|
16392
|
+
*
|
|
16393
|
+
* One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId'
|
|
16394
|
+
* could be set.
|
|
16395
|
+
*/
|
|
16396
|
+
privateNetworkId?: string;
|
|
16397
|
+
/**
|
|
16398
|
+
* Private Network subnet the IP lives in if the IP is a private IP in a
|
|
16399
|
+
* Private Network. This source is specific.
|
|
16400
|
+
*
|
|
16401
|
+
* One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId'
|
|
16402
|
+
* could be set.
|
|
16403
|
+
*/
|
|
16404
|
+
subnetId?: string;
|
|
16405
|
+
}
|
|
16406
|
+
type BookIPRequest = {
|
|
16407
|
+
/**
|
|
16408
|
+
* Region to target. If none is passed will use default region from the
|
|
16409
|
+
* config.
|
|
16410
|
+
*/
|
|
16411
|
+
region?: Region;
|
|
16412
|
+
/**
|
|
16413
|
+
* Scaleway Project in which to create the IP. When creating an IP in a
|
|
16414
|
+
* Private Network, the Project must match the Private Network's Project.
|
|
16415
|
+
*/
|
|
16416
|
+
projectId?: string;
|
|
16417
|
+
/** Source in which to book the IP. Not all sources are available for booking. */
|
|
16418
|
+
source?: Source;
|
|
16419
|
+
/** Request an IPv6 instead of an IPv4. */
|
|
16420
|
+
isIpv6: boolean;
|
|
16421
|
+
/**
|
|
16422
|
+
* Request a specific IP in the requested source pool. Note that only the
|
|
16423
|
+
* Private Network source allows you to pick a specific IP. If the requested
|
|
16424
|
+
* IP is already booked, then the call will fail.
|
|
16425
|
+
*/
|
|
16426
|
+
address?: string;
|
|
16427
|
+
/** Tags for the IP. */
|
|
16428
|
+
tags?: string[];
|
|
16429
|
+
};
|
|
16430
|
+
type ReleaseIPRequest = {
|
|
16431
|
+
/**
|
|
16432
|
+
* Region to target. If none is passed will use default region from the
|
|
16433
|
+
* config.
|
|
16434
|
+
*/
|
|
16435
|
+
region?: Region;
|
|
16436
|
+
/** IP ID. */
|
|
16437
|
+
ipId: string;
|
|
16438
|
+
};
|
|
16439
|
+
type GetIPRequest$1 = {
|
|
16440
|
+
/**
|
|
16441
|
+
* Region to target. If none is passed will use default region from the
|
|
16442
|
+
* config.
|
|
16443
|
+
*/
|
|
16444
|
+
region?: Region;
|
|
16445
|
+
/** IP ID. */
|
|
16446
|
+
ipId: string;
|
|
16447
|
+
};
|
|
16448
|
+
type UpdateIPRequest$1 = {
|
|
16449
|
+
/**
|
|
16450
|
+
* Region to target. If none is passed will use default region from the
|
|
16451
|
+
* config.
|
|
16452
|
+
*/
|
|
16453
|
+
region?: Region;
|
|
16454
|
+
/** IP ID. */
|
|
16455
|
+
ipId: string;
|
|
16456
|
+
/** Tags for the IP. */
|
|
16457
|
+
tags?: string[];
|
|
16458
|
+
};
|
|
16459
|
+
type ListIPsRequest$3 = {
|
|
16460
|
+
/**
|
|
16461
|
+
* Region to target. If none is passed will use default region from the
|
|
16462
|
+
* config.
|
|
16463
|
+
*/
|
|
16464
|
+
region?: Region;
|
|
16465
|
+
/** Sort order of the returned IPs. */
|
|
16466
|
+
orderBy?: ListIPsRequestOrderBy$1;
|
|
16467
|
+
/** Page number to return, from the paginated results. */
|
|
16468
|
+
page?: number;
|
|
16469
|
+
/** Maximum number of IPs to return per page. */
|
|
16470
|
+
pageSize?: number;
|
|
16471
|
+
/**
|
|
16472
|
+
* Project ID to filter for. Only IPs belonging to this Project will be
|
|
16473
|
+
* returned.
|
|
16474
|
+
*/
|
|
16475
|
+
projectId?: string;
|
|
16476
|
+
/**
|
|
16477
|
+
* Zone to filter for. Only IPs that are zonal, and in this zone, will be
|
|
16478
|
+
* returned.
|
|
16479
|
+
*
|
|
16480
|
+
* One-of ('source'): at most one of 'zonal', 'privateNetworkId' could be set.
|
|
16481
|
+
*/
|
|
16482
|
+
zonal?: string;
|
|
16483
|
+
/**
|
|
16484
|
+
* Private Network to filter for. Only IPs that are private, and in this
|
|
16485
|
+
* Private Network, will be returned.
|
|
16486
|
+
*
|
|
16487
|
+
* One-of ('source'): at most one of 'zonal', 'privateNetworkId' could be set.
|
|
16488
|
+
*/
|
|
16489
|
+
privateNetworkId?: string;
|
|
16490
|
+
/** Defines whether to filter only for IPs which are attached to a resource. */
|
|
16491
|
+
attached?: boolean;
|
|
16492
|
+
/**
|
|
16493
|
+
* Resource ID to filter for. Only IPs attached to this resource will be
|
|
16494
|
+
* returned.
|
|
16495
|
+
*/
|
|
16496
|
+
resourceId?: string;
|
|
16497
|
+
/**
|
|
16498
|
+
* Resource type to filter for. Only IPs attached to this type of resource
|
|
16499
|
+
* will be returned.
|
|
16500
|
+
*/
|
|
16501
|
+
resourceType?: ResourceType;
|
|
16502
|
+
/**
|
|
16503
|
+
* MAC address to filter for. Only IPs attached to a resource with this MAC
|
|
16504
|
+
* address will be returned.
|
|
16505
|
+
*/
|
|
16506
|
+
macAddress?: string;
|
|
16507
|
+
/**
|
|
16508
|
+
* Tags to filter for, only IPs with one or more matching tags will be
|
|
16509
|
+
* returned.
|
|
16510
|
+
*/
|
|
16511
|
+
tags?: string[];
|
|
16512
|
+
/**
|
|
16513
|
+
* Organization ID to filter for. Only IPs belonging to this Organization will
|
|
16514
|
+
* be returned.
|
|
16515
|
+
*/
|
|
16516
|
+
organizationId?: string;
|
|
16517
|
+
/** Defines whether to filter only for IPv4s or IPv6s. */
|
|
16518
|
+
isIpv6?: boolean;
|
|
16519
|
+
/**
|
|
16520
|
+
* Attached resource name to filter for, only IPs attached to a resource with
|
|
16521
|
+
* this string within their name will be returned.
|
|
16522
|
+
*/
|
|
16523
|
+
resourceName?: string;
|
|
16524
|
+
};
|
|
16525
|
+
|
|
16526
|
+
/**
|
|
16527
|
+
* IPAM API.
|
|
16528
|
+
*
|
|
16529
|
+
* This API allows you to manage IP addresses with Scaleway's IP Address
|
|
16530
|
+
* Management tool. IPAM API.
|
|
16531
|
+
*/
|
|
16532
|
+
declare class API$g extends API$v {
|
|
16533
|
+
/** Lists the available regions of the API. */
|
|
16534
|
+
static readonly LOCALITIES: Region[];
|
|
16535
|
+
/**
|
|
16536
|
+
* Book a new IP. Book a new IP from the specified source. Currently IPs can
|
|
16537
|
+
* only be booked from a Private Network.
|
|
16538
|
+
*
|
|
16539
|
+
* @param request - The request {@link BookIPRequest}
|
|
16540
|
+
* @returns A Promise of IP
|
|
16541
|
+
*/
|
|
16542
|
+
bookIP: (request: Readonly<BookIPRequest>) => Promise<IP$1>;
|
|
16543
|
+
/**
|
|
16544
|
+
* Release an IP. Release an IP not currently attached to a resource, and
|
|
16545
|
+
* returns it to the available IP pool.
|
|
16546
|
+
*
|
|
16547
|
+
* @param request - The request {@link ReleaseIPRequest}
|
|
16548
|
+
*/
|
|
16549
|
+
releaseIP: (request: Readonly<ReleaseIPRequest>) => Promise<void>;
|
|
16550
|
+
/**
|
|
16551
|
+
* Get an IP. Retrieve details of an existing IP, specified by its IP ID.
|
|
16552
|
+
*
|
|
16553
|
+
* @param request - The request {@link GetIPRequest}
|
|
16554
|
+
* @returns A Promise of IP
|
|
16555
|
+
*/
|
|
16556
|
+
getIP: (request: Readonly<GetIPRequest$1>) => Promise<IP$1>;
|
|
16557
|
+
/**
|
|
16558
|
+
* Update an IP. Update parameters including tags of the specified IP.
|
|
16559
|
+
*
|
|
16560
|
+
* @param request - The request {@link UpdateIPRequest}
|
|
16561
|
+
* @returns A Promise of IP
|
|
16562
|
+
*/
|
|
16563
|
+
updateIP: (request: Readonly<UpdateIPRequest$1>) => Promise<IP$1>;
|
|
16564
|
+
protected pageOfListIPs: (request?: Readonly<ListIPsRequest$3>) => Promise<ListIPsResponse$1>;
|
|
16565
|
+
/**
|
|
16566
|
+
* List existing IPs. List existing IPs in the specified region using various
|
|
16567
|
+
* filters. For example, you can filter for IPs within a specified Private
|
|
16568
|
+
* Network, or for public IPs within a specified Project. By default, the IPs
|
|
16569
|
+
* returned in the list are ordered by creation date in ascending order,
|
|
16570
|
+
* though this can be modified via the order_by field.
|
|
16571
|
+
*
|
|
16572
|
+
* @param request - The request {@link ListIPsRequest}
|
|
16573
|
+
* @returns A Promise of ListIPsResponse
|
|
16574
|
+
*/
|
|
16575
|
+
listIPs: (request?: Readonly<ListIPsRequest$3>) => Promise<ListIPsResponse$1> & {
|
|
16576
|
+
all: () => Promise<IP$1[]>;
|
|
16577
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<IP$1[], void, void>;
|
|
16578
|
+
};
|
|
16579
|
+
}
|
|
16580
|
+
|
|
16581
|
+
declare const ListIPsRequest$2: {
|
|
16582
|
+
resourceName: {
|
|
16583
|
+
maxLength: number;
|
|
16584
|
+
minLength: number;
|
|
16585
|
+
};
|
|
16586
|
+
};
|
|
16587
|
+
|
|
16588
|
+
declare namespace validationRules_gen$4 {
|
|
16589
|
+
export { ListIPsRequest$2 as ListIPsRequest };
|
|
16590
|
+
}
|
|
16591
|
+
|
|
16592
|
+
type index_gen$f_BookIPRequest = BookIPRequest;
|
|
16593
|
+
type index_gen$f_ReleaseIPRequest = ReleaseIPRequest;
|
|
16594
|
+
type index_gen$f_Resource = Resource;
|
|
16595
|
+
type index_gen$f_ResourceType = ResourceType;
|
|
16596
|
+
type index_gen$f_Source = Source;
|
|
16108
16597
|
declare namespace index_gen$f {
|
|
16109
|
-
export { API$g as API, type
|
|
16598
|
+
export { API$g as API, type index_gen$f_BookIPRequest as BookIPRequest, type GetIPRequest$1 as GetIPRequest, type IP$1 as IP, type ListIPsRequest$3 as ListIPsRequest, type ListIPsRequestOrderBy$1 as ListIPsRequestOrderBy, type ListIPsResponse$1 as ListIPsResponse, type index_gen$f_ReleaseIPRequest as ReleaseIPRequest, type index_gen$f_Resource as Resource, type index_gen$f_ResourceType as ResourceType, type index_gen$f_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$4 as ValidationRules };
|
|
16110
16599
|
}
|
|
16111
16600
|
|
|
16112
16601
|
declare namespace index$g {
|
|
@@ -16433,7 +16922,7 @@ type IpnsApiImportKeyNameRequest = {
|
|
|
16433
16922
|
};
|
|
16434
16923
|
|
|
16435
16924
|
/** IPFS Pinning service API. */
|
|
16436
|
-
declare class API$f extends API$
|
|
16925
|
+
declare class API$f extends API$v {
|
|
16437
16926
|
/** Lists the available regions of the API. */
|
|
16438
16927
|
static readonly LOCALITIES: Region[];
|
|
16439
16928
|
/**
|
|
@@ -16547,7 +17036,7 @@ declare class API$f extends API$u {
|
|
|
16547
17036
|
deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
|
|
16548
17037
|
}
|
|
16549
17038
|
/** IPFS Naming service API. */
|
|
16550
|
-
declare class IpnsAPI extends API$
|
|
17039
|
+
declare class IpnsAPI extends API$v {
|
|
16551
17040
|
/** Lists the available regions of the API. */
|
|
16552
17041
|
static readonly LOCALITIES: Region[];
|
|
16553
17042
|
/**
|
|
@@ -17806,7 +18295,7 @@ type GetClusterKubeConfigRequest = {
|
|
|
17806
18295
|
};
|
|
17807
18296
|
|
|
17808
18297
|
/** Kubernetes API. */
|
|
17809
|
-
declare class API$e extends API$
|
|
18298
|
+
declare class API$e extends API$v {
|
|
17810
18299
|
/** Lists the available regions of the API. */
|
|
17811
18300
|
static readonly LOCALITIES: Region[];
|
|
17812
18301
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -20993,7 +21482,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
|
|
|
20993
21482
|
*
|
|
20994
21483
|
* This API allows you to manage your load balancer service. Load balancer API.
|
|
20995
21484
|
*/
|
|
20996
|
-
declare class API$d extends API$
|
|
21485
|
+
declare class API$d extends API$v {
|
|
20997
21486
|
/** Lists the available regions of the API. */
|
|
20998
21487
|
static readonly LOCALITIES: Region[];
|
|
20999
21488
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -21427,7 +21916,7 @@ declare class API$d extends API$u {
|
|
|
21427
21916
|
* This API allows you to manage your Scaleway Load Balancer services. Load
|
|
21428
21917
|
* Balancer API.
|
|
21429
21918
|
*/
|
|
21430
|
-
declare class ZonedAPI extends API$
|
|
21919
|
+
declare class ZonedAPI extends API$v {
|
|
21431
21920
|
/** Lists the available zones of the API. */
|
|
21432
21921
|
static readonly LOCALITIES: Zone[];
|
|
21433
21922
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -22318,7 +22807,7 @@ type GetVersionRequest$1 = {
|
|
|
22318
22807
|
};
|
|
22319
22808
|
|
|
22320
22809
|
/** Marketplace API. */
|
|
22321
|
-
declare class API$c extends API$
|
|
22810
|
+
declare class API$c extends API$v {
|
|
22322
22811
|
protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
|
|
22323
22812
|
/**
|
|
22324
22813
|
* List marketplace images.
|
|
@@ -22492,7 +22981,7 @@ type GetCategoryRequest = {
|
|
|
22492
22981
|
};
|
|
22493
22982
|
|
|
22494
22983
|
/** Marketplace API. */
|
|
22495
|
-
declare class API$b extends API$
|
|
22984
|
+
declare class API$b extends API$v {
|
|
22496
22985
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
22497
22986
|
/**
|
|
22498
22987
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -22851,7 +23340,7 @@ type GetCredentialRequest = {
|
|
|
22851
23340
|
* This API allows you to manage Scaleway Messaging and Queueing brokers.
|
|
22852
23341
|
* Messaging and Queuing API.
|
|
22853
23342
|
*/
|
|
22854
|
-
declare class API$a extends API$
|
|
23343
|
+
declare class API$a extends API$v {
|
|
22855
23344
|
/** Lists the available regions of the API. */
|
|
22856
23345
|
static readonly LOCALITIES: Region[];
|
|
22857
23346
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
@@ -23441,7 +23930,7 @@ type SqsApiListSqsCredentialsRequest = {
|
|
|
23441
23930
|
* This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
|
|
23442
23931
|
* Messaging and Queuing NATS API.
|
|
23443
23932
|
*/
|
|
23444
|
-
declare class NatsAPI extends API$
|
|
23933
|
+
declare class NatsAPI extends API$v {
|
|
23445
23934
|
/** Lists the available regions of the API. */
|
|
23446
23935
|
static readonly LOCALITIES: Region[];
|
|
23447
23936
|
/**
|
|
@@ -23539,7 +24028,7 @@ declare class NatsAPI extends API$u {
|
|
|
23539
24028
|
* This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
|
|
23540
24029
|
* Messaging and Queuing SNS API.
|
|
23541
24030
|
*/
|
|
23542
|
-
declare class SnsAPI extends API$
|
|
24031
|
+
declare class SnsAPI extends API$v {
|
|
23543
24032
|
/** Lists the available regions of the API. */
|
|
23544
24033
|
static readonly LOCALITIES: Region[];
|
|
23545
24034
|
/**
|
|
@@ -23622,7 +24111,7 @@ declare class SnsAPI extends API$u {
|
|
|
23622
24111
|
* This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
|
|
23623
24112
|
* Messaging and Queuing SQS API.
|
|
23624
24113
|
*/
|
|
23625
|
-
declare class SqsAPI extends API$
|
|
24114
|
+
declare class SqsAPI extends API$v {
|
|
23626
24115
|
/** Lists the available regions of the API. */
|
|
23627
24116
|
static readonly LOCALITIES: Region[];
|
|
23628
24117
|
/**
|
|
@@ -25210,7 +25699,7 @@ type MigrateEndpointRequest = {
|
|
|
25210
25699
|
};
|
|
25211
25700
|
|
|
25212
25701
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
25213
|
-
declare class API$9 extends API$
|
|
25702
|
+
declare class API$9 extends API$v {
|
|
25214
25703
|
/** Lists the available regions of the API. */
|
|
25215
25704
|
static readonly LOCALITIES: Region[];
|
|
25216
25705
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -26474,7 +26963,7 @@ type UpdateEndpointRequest = {
|
|
|
26474
26963
|
};
|
|
26475
26964
|
|
|
26476
26965
|
/** Managed Database for Redis™ API. */
|
|
26477
|
-
declare class API$8 extends API$
|
|
26966
|
+
declare class API$8 extends API$v {
|
|
26478
26967
|
/** Lists the available zones of the API. */
|
|
26479
26968
|
static readonly LOCALITIES: Zone[];
|
|
26480
26969
|
/**
|
|
@@ -27090,7 +27579,7 @@ type DeleteTagRequest = {
|
|
|
27090
27579
|
};
|
|
27091
27580
|
|
|
27092
27581
|
/** Container Registry API. */
|
|
27093
|
-
declare class API$7 extends API$
|
|
27582
|
+
declare class API$7 extends API$v {
|
|
27094
27583
|
/** Lists the available regions of the API. */
|
|
27095
27584
|
static readonly LOCALITIES: Region[];
|
|
27096
27585
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -27288,7 +27777,7 @@ type ListFoldersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_as
|
|
|
27288
27777
|
type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
27289
27778
|
type Product = 'unknown';
|
|
27290
27779
|
type SecretStatus = 'ready' | 'locked';
|
|
27291
|
-
type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate';
|
|
27780
|
+
type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate' | 'key_value';
|
|
27292
27781
|
type SecretVersionStatus = 'unknown' | 'enabled' | 'disabled' | 'destroyed';
|
|
27293
27782
|
/** Access secret version response. */
|
|
27294
27783
|
interface AccessSecretVersionResponse {
|
|
@@ -27871,7 +28360,7 @@ type ListTagsRequest = {
|
|
|
27871
28360
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
27872
28361
|
* share sensitive data.
|
|
27873
28362
|
*/
|
|
27874
|
-
declare class API$6 extends API$
|
|
28363
|
+
declare class API$6 extends API$v {
|
|
27875
28364
|
/** Lists the available regions of the API. */
|
|
27876
28365
|
static readonly LOCALITIES: Region[];
|
|
27877
28366
|
/**
|
|
@@ -28217,6 +28706,7 @@ type CreateHumanRequest = {
|
|
|
28217
28706
|
type UpdateHumanRequest = {
|
|
28218
28707
|
/** UUID of the human you want to update. */
|
|
28219
28708
|
humanId: string;
|
|
28709
|
+
/** Height of the human in meters. */
|
|
28220
28710
|
height?: number;
|
|
28221
28711
|
shoeSize?: number;
|
|
28222
28712
|
altitudeInMeter?: number;
|
|
@@ -28254,7 +28744,7 @@ type SmokeHumanRequest = {
|
|
|
28254
28744
|
* access-key. Then, you can use other test commands by setting the
|
|
28255
28745
|
* SCW_SECRET_KEY env variable.
|
|
28256
28746
|
*/
|
|
28257
|
-
declare class API$5 extends API$
|
|
28747
|
+
declare class API$5 extends API$v {
|
|
28258
28748
|
/**
|
|
28259
28749
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
28260
28750
|
* that must be used in all other commands.
|
|
@@ -28358,6 +28848,7 @@ declare namespace index$4 {
|
|
|
28358
28848
|
}
|
|
28359
28849
|
|
|
28360
28850
|
type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
|
|
28851
|
+
type DomainReputationStatus = 'unknown' | 'excellent' | 'good' | 'average' | 'bad';
|
|
28361
28852
|
type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
|
|
28362
28853
|
type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam' | 'mailbox_full' | 'mailbox_not_found' | 'greylisted' | 'send_before_expiration';
|
|
28363
28854
|
type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
|
|
@@ -28412,6 +28903,11 @@ interface Domain {
|
|
|
28412
28903
|
dkimConfig: string;
|
|
28413
28904
|
/** Domain's statistics. */
|
|
28414
28905
|
statistics?: DomainStatistics;
|
|
28906
|
+
/**
|
|
28907
|
+
* Domain's reputation, available when your domain is checked and has sent
|
|
28908
|
+
* enough emails.
|
|
28909
|
+
*/
|
|
28910
|
+
reputation?: DomainReputation;
|
|
28415
28911
|
region: Region;
|
|
28416
28912
|
}
|
|
28417
28913
|
/** Domain last status. */
|
|
@@ -28427,7 +28923,7 @@ interface DomainLastStatus {
|
|
|
28427
28923
|
}
|
|
28428
28924
|
/** Domain last status. dkim record. */
|
|
28429
28925
|
interface DomainLastStatusDkimRecord {
|
|
28430
|
-
/** Status of the DKIM record's
|
|
28926
|
+
/** Status of the DKIM record's configuration. */
|
|
28431
28927
|
status: DomainLastStatusRecordStatus;
|
|
28432
28928
|
/** Time and date the DKIM record was last valid. */
|
|
28433
28929
|
lastValidAt?: Date;
|
|
@@ -28436,13 +28932,26 @@ interface DomainLastStatusDkimRecord {
|
|
|
28436
28932
|
}
|
|
28437
28933
|
/** Domain last status. spf record. */
|
|
28438
28934
|
interface DomainLastStatusSpfRecord {
|
|
28439
|
-
/** Status of the SPF record's
|
|
28935
|
+
/** Status of the SPF record's configuration. */
|
|
28440
28936
|
status: DomainLastStatusRecordStatus;
|
|
28441
28937
|
/** Time and date the SPF record was last valid. */
|
|
28442
28938
|
lastValidAt?: Date;
|
|
28443
28939
|
/** An error text displays in case the record is not valid. */
|
|
28444
28940
|
error?: string;
|
|
28445
28941
|
}
|
|
28942
|
+
/** Domain. reputation. */
|
|
28943
|
+
interface DomainReputation {
|
|
28944
|
+
/** Status of your domain reputation. */
|
|
28945
|
+
status: DomainReputationStatus;
|
|
28946
|
+
/** Represent a number between 0 and 100 of your domain reputation score. */
|
|
28947
|
+
score: number;
|
|
28948
|
+
/** Time and date the score was calculated. */
|
|
28949
|
+
scoredAt?: Date;
|
|
28950
|
+
/** The domain reputation score previously calculated. */
|
|
28951
|
+
previousScore?: number;
|
|
28952
|
+
/** Time and date the previous score was calculated. */
|
|
28953
|
+
previousScoredAt?: Date;
|
|
28954
|
+
}
|
|
28446
28955
|
interface DomainStatistics {
|
|
28447
28956
|
totalCount: number;
|
|
28448
28957
|
sentCount: number;
|
|
@@ -28711,7 +29220,7 @@ type GetDomainLastStatusRequest = {
|
|
|
28711
29220
|
};
|
|
28712
29221
|
|
|
28713
29222
|
/** Transactional Email API. */
|
|
28714
|
-
declare class API$4 extends API$
|
|
29223
|
+
declare class API$4 extends API$v {
|
|
28715
29224
|
/** Lists the available regions of the API. */
|
|
28716
29225
|
static readonly LOCALITIES: Region[];
|
|
28717
29226
|
/**
|
|
@@ -28850,6 +29359,8 @@ type index_gen$4_DomainLastStatus = DomainLastStatus;
|
|
|
28850
29359
|
type index_gen$4_DomainLastStatusDkimRecord = DomainLastStatusDkimRecord;
|
|
28851
29360
|
type index_gen$4_DomainLastStatusRecordStatus = DomainLastStatusRecordStatus;
|
|
28852
29361
|
type index_gen$4_DomainLastStatusSpfRecord = DomainLastStatusSpfRecord;
|
|
29362
|
+
type index_gen$4_DomainReputation = DomainReputation;
|
|
29363
|
+
type index_gen$4_DomainReputationStatus = DomainReputationStatus;
|
|
28853
29364
|
type index_gen$4_DomainStatistics = DomainStatistics;
|
|
28854
29365
|
type index_gen$4_DomainStatus = DomainStatus;
|
|
28855
29366
|
declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
|
|
@@ -28870,7 +29381,7 @@ type index_gen$4_ListEmailsResponse = ListEmailsResponse;
|
|
|
28870
29381
|
type index_gen$4_RevokeDomainRequest = RevokeDomainRequest;
|
|
28871
29382
|
type index_gen$4_Statistics = Statistics;
|
|
28872
29383
|
declare namespace index_gen$4 {
|
|
28873
|
-
export { API$4 as API, type index_gen$4_CancelEmailRequest as CancelEmailRequest, type index_gen$4_CheckDomainRequest as CheckDomainRequest, type index_gen$4_CreateDomainRequest as CreateDomainRequest, type index_gen$4_CreateEmailRequest as CreateEmailRequest, type index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress, type index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment, type index_gen$4_CreateEmailResponse as CreateEmailResponse, index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES, type index_gen$4_Domain as Domain, type index_gen$4_DomainLastStatus as DomainLastStatus, type index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord, type index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus, type index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord, type index_gen$4_DomainStatistics as DomainStatistics, type index_gen$4_DomainStatus as DomainStatus, index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES, type index_gen$4_Email as Email, type index_gen$4_EmailFlag as EmailFlag, type index_gen$4_EmailRcptType as EmailRcptType, type index_gen$4_EmailStatus as EmailStatus, type index_gen$4_EmailTry as EmailTry, type index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest, type index_gen$4_GetDomainRequest as GetDomainRequest, type index_gen$4_GetEmailRequest as GetEmailRequest, type index_gen$4_GetStatisticsRequest as GetStatisticsRequest, type index_gen$4_ListDomainsRequest as ListDomainsRequest, type index_gen$4_ListDomainsResponse as ListDomainsResponse, type index_gen$4_ListEmailsRequest as ListEmailsRequest, type index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy, type index_gen$4_ListEmailsResponse as ListEmailsResponse, type index_gen$4_RevokeDomainRequest as RevokeDomainRequest, type index_gen$4_Statistics as Statistics };
|
|
29384
|
+
export { API$4 as API, type index_gen$4_CancelEmailRequest as CancelEmailRequest, type index_gen$4_CheckDomainRequest as CheckDomainRequest, type index_gen$4_CreateDomainRequest as CreateDomainRequest, type index_gen$4_CreateEmailRequest as CreateEmailRequest, type index_gen$4_CreateEmailRequestAddress as CreateEmailRequestAddress, type index_gen$4_CreateEmailRequestAttachment as CreateEmailRequestAttachment, type index_gen$4_CreateEmailResponse as CreateEmailResponse, index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES, type index_gen$4_Domain as Domain, type index_gen$4_DomainLastStatus as DomainLastStatus, type index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord, type index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus, type index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord, type index_gen$4_DomainReputation as DomainReputation, type index_gen$4_DomainReputationStatus as DomainReputationStatus, type index_gen$4_DomainStatistics as DomainStatistics, type index_gen$4_DomainStatus as DomainStatus, index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES, type index_gen$4_Email as Email, type index_gen$4_EmailFlag as EmailFlag, type index_gen$4_EmailRcptType as EmailRcptType, type index_gen$4_EmailStatus as EmailStatus, type index_gen$4_EmailTry as EmailTry, type index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest, type index_gen$4_GetDomainRequest as GetDomainRequest, type index_gen$4_GetEmailRequest as GetEmailRequest, type index_gen$4_GetStatisticsRequest as GetStatisticsRequest, type index_gen$4_ListDomainsRequest as ListDomainsRequest, type index_gen$4_ListDomainsResponse as ListDomainsResponse, type index_gen$4_ListEmailsRequest as ListEmailsRequest, type index_gen$4_ListEmailsRequestOrderBy as ListEmailsRequestOrderBy, type index_gen$4_ListEmailsResponse as ListEmailsResponse, type index_gen$4_RevokeDomainRequest as RevokeDomainRequest, type index_gen$4_Statistics as Statistics };
|
|
28874
29385
|
}
|
|
28875
29386
|
|
|
28876
29387
|
declare namespace index$3 {
|
|
@@ -28978,7 +29489,7 @@ type DeletePrivateNetworkRequest$1 = {
|
|
|
28978
29489
|
};
|
|
28979
29490
|
|
|
28980
29491
|
/** VPC API. */
|
|
28981
|
-
declare class API$3 extends API$
|
|
29492
|
+
declare class API$3 extends API$v {
|
|
28982
29493
|
/** Lists the available zones of the API. */
|
|
28983
29494
|
static readonly LOCALITIES: Zone[];
|
|
28984
29495
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -29358,7 +29869,7 @@ type DeleteSubnetsRequest = {
|
|
|
29358
29869
|
};
|
|
29359
29870
|
|
|
29360
29871
|
/** VPC API. */
|
|
29361
|
-
declare class API$2 extends API$
|
|
29872
|
+
declare class API$2 extends API$v {
|
|
29362
29873
|
/** Lists the available regions of the API. */
|
|
29363
29874
|
static readonly LOCALITIES: Region[];
|
|
29364
29875
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -29669,6 +30180,8 @@ interface Gateway {
|
|
|
29669
30180
|
bastionPort: number;
|
|
29670
30181
|
/** Defines whether SMTP traffic is allowed to pass through the gateway. */
|
|
29671
30182
|
smtpEnabled: boolean;
|
|
30183
|
+
/** Whether this uses non-IPAM IP configurations. */
|
|
30184
|
+
isLegacy: boolean;
|
|
29672
30185
|
/** Zone of the gateway. */
|
|
29673
30186
|
zone: Zone;
|
|
29674
30187
|
}
|
|
@@ -29702,6 +30215,8 @@ interface GatewayNetwork {
|
|
|
29702
30215
|
enableDhcp: boolean;
|
|
29703
30216
|
/** Address of the Gateway (in CIDR form) to use when DHCP is not used. */
|
|
29704
30217
|
address?: string;
|
|
30218
|
+
/** IPAM IP configuration used. */
|
|
30219
|
+
ipamConfig?: IpamConfig;
|
|
29705
30220
|
/** Zone of the GatewayNetwork connection. */
|
|
29706
30221
|
zone: Zone;
|
|
29707
30222
|
}
|
|
@@ -30427,7 +30942,7 @@ type RefreshSSHKeysRequest = {
|
|
|
30427
30942
|
};
|
|
30428
30943
|
|
|
30429
30944
|
/** Public Gateways API. */
|
|
30430
|
-
declare class API$1 extends API$
|
|
30945
|
+
declare class API$1 extends API$v {
|
|
30431
30946
|
/** Lists the available zones of the API. */
|
|
30432
30947
|
static readonly LOCALITIES: Zone[];
|
|
30433
30948
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -31176,7 +31691,7 @@ type ListOffersRequest = {
|
|
|
31176
31691
|
};
|
|
31177
31692
|
|
|
31178
31693
|
/** Web Hosting API. */
|
|
31179
|
-
declare class API extends API$
|
|
31694
|
+
declare class API extends API$v {
|
|
31180
31695
|
/** Lists the available regions of the API. */
|
|
31181
31696
|
static readonly LOCALITIES: Region[];
|
|
31182
31697
|
/**
|
|
@@ -31320,4 +31835,4 @@ declare namespace index {
|
|
|
31320
31835
|
export { index_gen as v1alpha1 };
|
|
31321
31836
|
}
|
|
31322
31837
|
|
|
31323
|
-
export { API$
|
|
31838
|
+
export { API$v as API, index$w as Account, index$v as AppleSilicon, index$t as BareMetal, index$s as Billing, index$r as Block, type Client, type ClientConfig, index$q as Cockpit, index$p as Container, type DefaultValues, index$o as DocumentDB, index$n as Domain, index$x as Errors, index$m as FlexibleIP, index$l as Function, index$k as IAM, index$h as IOT, index$g as IPAM, index$f as IPFS, index$i as Instance, index$d as K8S, index$b as LB, type Logger, index$9 as MNQ, index$a as Marketplace, type Money, type NetworkInterceptors, type Profile, index$8 as RDB, index$7 as Redis, type Region, index$6 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$5 as Secret, type ServiceInfo, type Settings, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
|