@scaleway/sdk 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/block/v1alpha1/api.gen.js +2 -2
- package/dist/api/domain/v2beta1/marshalling.gen.js +2 -0
- package/dist/api/iam/v1alpha1/api.gen.js +4 -4
- package/dist/api/iam/v1alpha1/marshalling.gen.js +16 -5
- package/dist/api/instance/v1/marshalling.gen.js +0 -3
- package/dist/api/jobs/v1alpha1/validation-rules.gen.js +8 -2
- package/dist/api/mnq/index.js +2 -4
- package/dist/index.cjs +431 -704
- package/dist/index.d.ts +736 -1061
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
- package/dist/api/mnq/v1alpha1/api.gen.js +0 -197
- package/dist/api/mnq/v1alpha1/index.gen.js +0 -4
- package/dist/api/mnq/v1alpha1/marshalling.gen.js +0 -126
package/dist/index.d.ts
CHANGED
|
@@ -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
|
}
|
|
@@ -1101,7 +1101,7 @@ type UpdateProjectRequest = {
|
|
|
1101
1101
|
*
|
|
1102
1102
|
* User related data. This API allows you to manage projects.
|
|
1103
1103
|
*/
|
|
1104
|
-
declare class API$
|
|
1104
|
+
declare class API$u extends API$v {
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Create a new Project for an Organization. Deprecated in favor of Account
|
|
1107
1107
|
* API v3. Generate a new Project for an Organization, specifying its
|
|
@@ -1162,13 +1162,13 @@ declare class API$v extends API$w {
|
|
|
1162
1162
|
updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
|
-
type index_gen$
|
|
1166
|
-
type index_gen$
|
|
1167
|
-
type index_gen$
|
|
1168
|
-
type index_gen$
|
|
1169
|
-
type index_gen$
|
|
1170
|
-
declare namespace index_gen$
|
|
1171
|
-
export { API$
|
|
1165
|
+
type index_gen$t_CreateProjectRequest = CreateProjectRequest;
|
|
1166
|
+
type index_gen$t_DeleteProjectRequest = DeleteProjectRequest;
|
|
1167
|
+
type index_gen$t_GetProjectRequest = GetProjectRequest;
|
|
1168
|
+
type index_gen$t_ListProjectsRequest = ListProjectsRequest;
|
|
1169
|
+
type index_gen$t_UpdateProjectRequest = UpdateProjectRequest;
|
|
1170
|
+
declare namespace index_gen$t {
|
|
1171
|
+
export { API$u as API, type index_gen$t_CreateProjectRequest as CreateProjectRequest, type index_gen$t_DeleteProjectRequest as DeleteProjectRequest, type index_gen$t_GetProjectRequest as GetProjectRequest, type index_gen$t_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$t_UpdateProjectRequest as UpdateProjectRequest };
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -1239,7 +1239,7 @@ type ProjectApiUpdateProjectRequest$1 = {
|
|
|
1239
1239
|
*
|
|
1240
1240
|
* This API allows you to manage projects.
|
|
1241
1241
|
*/
|
|
1242
|
-
declare class ProjectAPI extends API$
|
|
1242
|
+
declare class ProjectAPI extends API$v {
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Create a new Project for an Organization. Generate a new Project for an
|
|
1245
1245
|
* Organization, specifying its configuration including name and description.
|
|
@@ -1332,19 +1332,19 @@ declare namespace validationRules_gen$d {
|
|
|
1332
1332
|
export { validationRules_gen$d_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$d_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$d_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
|
|
1333
1333
|
}
|
|
1334
1334
|
|
|
1335
|
-
type index_gen$
|
|
1336
|
-
type index_gen$
|
|
1337
|
-
type index_gen$
|
|
1338
|
-
type index_gen$
|
|
1339
|
-
declare const index_gen$
|
|
1340
|
-
type index_gen$
|
|
1341
|
-
type index_gen$
|
|
1342
|
-
declare namespace index_gen$
|
|
1343
|
-
export { type index_gen$
|
|
1335
|
+
type index_gen$s_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1336
|
+
type index_gen$s_ListProjectsResponse = ListProjectsResponse;
|
|
1337
|
+
type index_gen$s_Project = Project;
|
|
1338
|
+
type index_gen$s_ProjectAPI = ProjectAPI;
|
|
1339
|
+
declare const index_gen$s_ProjectAPI: typeof ProjectAPI;
|
|
1340
|
+
type index_gen$s_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
|
|
1341
|
+
type index_gen$s_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
|
|
1342
|
+
declare namespace index_gen$s {
|
|
1343
|
+
export { type index_gen$s_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$s_ListProjectsResponse as ListProjectsResponse, type index_gen$s_Project as Project, index_gen$s_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$s_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$s_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$d as ValidationRules };
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
1346
|
declare namespace index$x {
|
|
1347
|
-
export { index_gen$
|
|
1347
|
+
export { index_gen$t as v2, index_gen$s as v3 };
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
@@ -1525,7 +1525,7 @@ type UpdateServerRequest$3 = {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
|
|
1527
1527
|
/** Apple silicon API. */
|
|
1528
|
-
declare class API$
|
|
1528
|
+
declare class API$t extends API$v {
|
|
1529
1529
|
/** Lists the available zones of the API. */
|
|
1530
1530
|
static readonly LOCALITIES: Zone[];
|
|
1531
1531
|
/**
|
|
@@ -1644,20 +1644,20 @@ declare class API$u extends API$w {
|
|
|
1644
1644
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1645
1645
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1646
1646
|
|
|
1647
|
-
type index_gen$
|
|
1648
|
-
type index_gen$
|
|
1649
|
-
type index_gen$
|
|
1650
|
-
type index_gen$
|
|
1651
|
-
type index_gen$
|
|
1652
|
-
type index_gen$
|
|
1653
|
-
type index_gen$
|
|
1654
|
-
type index_gen$
|
|
1655
|
-
declare namespace index_gen$
|
|
1656
|
-
export { API$
|
|
1647
|
+
type index_gen$r_GetServerTypeRequest = GetServerTypeRequest;
|
|
1648
|
+
type index_gen$r_ListServerTypesRequest = ListServerTypesRequest;
|
|
1649
|
+
type index_gen$r_ListServerTypesResponse = ListServerTypesResponse;
|
|
1650
|
+
type index_gen$r_ReinstallServerRequest = ReinstallServerRequest;
|
|
1651
|
+
type index_gen$r_ServerTypeCPU = ServerTypeCPU;
|
|
1652
|
+
type index_gen$r_ServerTypeDisk = ServerTypeDisk;
|
|
1653
|
+
type index_gen$r_ServerTypeMemory = ServerTypeMemory;
|
|
1654
|
+
type index_gen$r_ServerTypeStock = ServerTypeStock;
|
|
1655
|
+
declare namespace index_gen$r {
|
|
1656
|
+
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$r_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$r_ListServerTypesRequest as ListServerTypesRequest, type index_gen$r_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$r_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$r_ServerTypeCPU as ServerTypeCPU, type index_gen$r_ServerTypeDisk as ServerTypeDisk, type index_gen$r_ServerTypeMemory as ServerTypeMemory, type index_gen$r_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
|
|
1657
1657
|
}
|
|
1658
1658
|
|
|
1659
1659
|
declare namespace index$w {
|
|
1660
|
-
export { index_gen$
|
|
1660
|
+
export { index_gen$r as v1alpha1 };
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
1663
|
type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
|
|
@@ -2347,7 +2347,7 @@ type UpdateSettingRequest = {
|
|
|
2347
2347
|
*
|
|
2348
2348
|
* This API allows to manage your Elastic Metal server.
|
|
2349
2349
|
*/
|
|
2350
|
-
declare class API$
|
|
2350
|
+
declare class API$s extends API$v {
|
|
2351
2351
|
/** Lists the available zones of the API. */
|
|
2352
2352
|
static readonly LOCALITIES: Zone[];
|
|
2353
2353
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2587,7 +2587,7 @@ declare class API$t extends API$w {
|
|
|
2587
2587
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2588
2588
|
}
|
|
2589
2589
|
/** Elastic Metal Private Network API. */
|
|
2590
|
-
declare class PrivateNetworkAPI extends API$
|
|
2590
|
+
declare class PrivateNetworkAPI extends API$v {
|
|
2591
2591
|
/** Lists the available zones of the API. */
|
|
2592
2592
|
static readonly LOCALITIES: Zone[];
|
|
2593
2593
|
/**
|
|
@@ -2627,7 +2627,7 @@ declare class PrivateNetworkAPI extends API$w {
|
|
|
2627
2627
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2628
2628
|
}
|
|
2629
2629
|
|
|
2630
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2630
|
+
declare class BaremetalV1UtilsAPI extends API$s {
|
|
2631
2631
|
/**
|
|
2632
2632
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2633
2633
|
*
|
|
@@ -2968,7 +2968,7 @@ interface ListInvoicesResponse {
|
|
|
2968
2968
|
*
|
|
2969
2969
|
* This API allows you to query your consumption.
|
|
2970
2970
|
*/
|
|
2971
|
-
declare class API$
|
|
2971
|
+
declare class API$r extends API$v {
|
|
2972
2972
|
/**
|
|
2973
2973
|
* Get current month's consumption. The consumption reflects the amount of
|
|
2974
2974
|
* money you have spent for the products you have used. The consumption value
|
|
@@ -3012,30 +3012,30 @@ declare class API$s extends API$w {
|
|
|
3012
3012
|
};
|
|
3013
3013
|
}
|
|
3014
3014
|
|
|
3015
|
-
type index_gen$
|
|
3016
|
-
type index_gen$
|
|
3017
|
-
type index_gen$
|
|
3018
|
-
type index_gen$
|
|
3019
|
-
type index_gen$
|
|
3020
|
-
type index_gen$
|
|
3021
|
-
type index_gen$
|
|
3022
|
-
type index_gen$
|
|
3023
|
-
type index_gen$
|
|
3024
|
-
type index_gen$
|
|
3025
|
-
type index_gen$
|
|
3026
|
-
type index_gen$
|
|
3027
|
-
type index_gen$
|
|
3028
|
-
type index_gen$
|
|
3029
|
-
type index_gen$
|
|
3030
|
-
type index_gen$
|
|
3031
|
-
type index_gen$
|
|
3032
|
-
type index_gen$
|
|
3033
|
-
declare namespace index_gen$
|
|
3034
|
-
export { API$
|
|
3015
|
+
type index_gen$q_Discount = Discount;
|
|
3016
|
+
type index_gen$q_DiscountCoupon = DiscountCoupon;
|
|
3017
|
+
type index_gen$q_DiscountDiscountMode = DiscountDiscountMode;
|
|
3018
|
+
type index_gen$q_DiscountFilter = DiscountFilter;
|
|
3019
|
+
type index_gen$q_DiscountFilterType = DiscountFilterType;
|
|
3020
|
+
type index_gen$q_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
3021
|
+
type index_gen$q_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
3022
|
+
type index_gen$q_GetConsumptionRequest = GetConsumptionRequest;
|
|
3023
|
+
type index_gen$q_GetConsumptionResponse = GetConsumptionResponse;
|
|
3024
|
+
type index_gen$q_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
3025
|
+
type index_gen$q_Invoice = Invoice;
|
|
3026
|
+
type index_gen$q_InvoiceType = InvoiceType;
|
|
3027
|
+
type index_gen$q_ListDiscountsRequest = ListDiscountsRequest;
|
|
3028
|
+
type index_gen$q_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
|
|
3029
|
+
type index_gen$q_ListDiscountsResponse = ListDiscountsResponse;
|
|
3030
|
+
type index_gen$q_ListInvoicesRequest = ListInvoicesRequest;
|
|
3031
|
+
type index_gen$q_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
3032
|
+
type index_gen$q_ListInvoicesResponse = ListInvoicesResponse;
|
|
3033
|
+
declare namespace index_gen$q {
|
|
3034
|
+
export { API$r as API, type index_gen$q_Discount as Discount, type index_gen$q_DiscountCoupon as DiscountCoupon, type index_gen$q_DiscountDiscountMode as DiscountDiscountMode, type index_gen$q_DiscountFilter as DiscountFilter, type index_gen$q_DiscountFilterType as DiscountFilterType, type index_gen$q_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$q_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$q_GetConsumptionRequest as GetConsumptionRequest, type index_gen$q_GetConsumptionResponse as GetConsumptionResponse, type index_gen$q_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type index_gen$q_Invoice as Invoice, type index_gen$q_InvoiceType as InvoiceType, type index_gen$q_ListDiscountsRequest as ListDiscountsRequest, type index_gen$q_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$q_ListDiscountsResponse as ListDiscountsResponse, type index_gen$q_ListInvoicesRequest as ListInvoicesRequest, type index_gen$q_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$q_ListInvoicesResponse as ListInvoicesResponse };
|
|
3035
3035
|
}
|
|
3036
3036
|
|
|
3037
3037
|
declare namespace index$t {
|
|
3038
|
-
export { index_gen$
|
|
3038
|
+
export { index_gen$q as v2alpha1 };
|
|
3039
3039
|
}
|
|
3040
3040
|
|
|
3041
3041
|
type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -3243,6 +3243,8 @@ type ListSnapshotsRequest$4 = {
|
|
|
3243
3243
|
orderBy?: ListSnapshotsRequestOrderBy$2;
|
|
3244
3244
|
/** Filter by Project ID. */
|
|
3245
3245
|
projectId?: string;
|
|
3246
|
+
/** Filter by Organization ID. */
|
|
3247
|
+
organizationId?: string;
|
|
3246
3248
|
/** Page number. */
|
|
3247
3249
|
page?: number;
|
|
3248
3250
|
/**
|
|
@@ -3285,6 +3287,8 @@ type ListVolumesRequest$3 = {
|
|
|
3285
3287
|
orderBy?: ListVolumesRequestOrderBy$1;
|
|
3286
3288
|
/** Filter by Project ID. */
|
|
3287
3289
|
projectId?: string;
|
|
3290
|
+
/** Filter by Organization ID. */
|
|
3291
|
+
organizationId?: string;
|
|
3288
3292
|
/** Page number. */
|
|
3289
3293
|
page?: number;
|
|
3290
3294
|
/**
|
|
@@ -3368,7 +3372,7 @@ type UpdateVolumeRequest$2 = {
|
|
|
3368
3372
|
*
|
|
3369
3373
|
* This API allows you to use and manage your Block Storage volumes.
|
|
3370
3374
|
*/
|
|
3371
|
-
declare class API$
|
|
3375
|
+
declare class API$q extends API$v {
|
|
3372
3376
|
/** Lists the available zones of the API. */
|
|
3373
3377
|
static readonly LOCALITIES: Zone[];
|
|
3374
3378
|
protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
|
|
@@ -3559,22 +3563,22 @@ declare namespace validationRules_gen$b {
|
|
|
3559
3563
|
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, validationRules_gen$b_ImportSnapshotFromS3Request as ImportSnapshotFromS3Request, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$b_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$b_Reference as Reference };
|
|
3560
3564
|
}
|
|
3561
3565
|
|
|
3562
|
-
type index_gen$
|
|
3563
|
-
type index_gen$
|
|
3564
|
-
type index_gen$
|
|
3565
|
-
declare const index_gen$
|
|
3566
|
-
type index_gen$
|
|
3567
|
-
type index_gen$
|
|
3568
|
-
type index_gen$
|
|
3569
|
-
type index_gen$
|
|
3570
|
-
type index_gen$
|
|
3571
|
-
type index_gen$
|
|
3572
|
-
declare namespace index_gen$
|
|
3573
|
-
export { API$
|
|
3566
|
+
type index_gen$p_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
|
|
3567
|
+
type index_gen$p_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
|
|
3568
|
+
type index_gen$p_ListVolumeTypesResponse = ListVolumeTypesResponse;
|
|
3569
|
+
declare const index_gen$p_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
|
|
3570
|
+
type index_gen$p_ReferenceStatus = ReferenceStatus;
|
|
3571
|
+
type index_gen$p_ReferenceType = ReferenceType;
|
|
3572
|
+
type index_gen$p_SnapshotParentVolume = SnapshotParentVolume;
|
|
3573
|
+
type index_gen$p_SnapshotSummary = SnapshotSummary;
|
|
3574
|
+
type index_gen$p_VolumeSpecifications = VolumeSpecifications;
|
|
3575
|
+
type index_gen$p_VolumeStatus = VolumeStatus;
|
|
3576
|
+
declare namespace index_gen$p {
|
|
3577
|
+
export { API$q as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$p_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$p_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$p_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$p_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$p_ReferenceStatus as ReferenceStatus, type index_gen$p_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$p_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type index_gen$p_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$b as ValidationRules, type Volume$4 as Volume, type index_gen$p_VolumeSpecifications as VolumeSpecifications, type index_gen$p_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3574
3578
|
}
|
|
3575
3579
|
|
|
3576
3580
|
declare namespace index$s {
|
|
3577
|
-
export { index_gen$
|
|
3581
|
+
export { index_gen$p as v1alpha1 };
|
|
3578
3582
|
}
|
|
3579
3583
|
|
|
3580
3584
|
type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
|
|
@@ -3964,7 +3968,7 @@ type TriggerTestAlertRequest = {
|
|
|
3964
3968
|
* Scaleway's Cockpit stores metrics and logs and provides a dedicated Grafana
|
|
3965
3969
|
* for dashboarding to visualize them.
|
|
3966
3970
|
*/
|
|
3967
|
-
declare class API$
|
|
3971
|
+
declare class API$p extends API$v {
|
|
3968
3972
|
/**
|
|
3969
3973
|
* Activate the Cockpit of the specified Project ID.
|
|
3970
3974
|
*
|
|
@@ -4171,56 +4175,56 @@ declare class API$q extends API$w {
|
|
|
4171
4175
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
4172
4176
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
4173
4177
|
|
|
4174
|
-
type index_gen$
|
|
4175
|
-
declare const 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
|
-
type index_gen$
|
|
4191
|
-
type index_gen$
|
|
4192
|
-
type index_gen$
|
|
4193
|
-
type index_gen$
|
|
4194
|
-
type index_gen$
|
|
4195
|
-
type index_gen$
|
|
4196
|
-
type index_gen$
|
|
4197
|
-
type index_gen$
|
|
4198
|
-
type index_gen$
|
|
4199
|
-
type index_gen$
|
|
4200
|
-
type index_gen$
|
|
4201
|
-
type index_gen$
|
|
4202
|
-
type index_gen$
|
|
4203
|
-
type index_gen$
|
|
4204
|
-
type index_gen$
|
|
4205
|
-
type index_gen$
|
|
4206
|
-
type index_gen$
|
|
4207
|
-
type index_gen$
|
|
4208
|
-
type index_gen$
|
|
4209
|
-
type index_gen$
|
|
4210
|
-
type index_gen$
|
|
4211
|
-
type index_gen$
|
|
4212
|
-
type index_gen$
|
|
4213
|
-
type index_gen$
|
|
4214
|
-
type index_gen$
|
|
4215
|
-
type index_gen$
|
|
4216
|
-
type index_gen$
|
|
4217
|
-
type index_gen$
|
|
4218
|
-
declare namespace index_gen$
|
|
4219
|
-
export { API$
|
|
4178
|
+
type index_gen$o_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
4179
|
+
declare const index_gen$o_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
4180
|
+
type index_gen$o_Cockpit = Cockpit;
|
|
4181
|
+
type index_gen$o_CockpitEndpoints = CockpitEndpoints;
|
|
4182
|
+
type index_gen$o_CockpitMetrics = CockpitMetrics;
|
|
4183
|
+
type index_gen$o_CockpitStatus = CockpitStatus;
|
|
4184
|
+
type index_gen$o_ContactPoint = ContactPoint;
|
|
4185
|
+
type index_gen$o_ContactPointEmail = ContactPointEmail;
|
|
4186
|
+
type index_gen$o_CreateContactPointRequest = CreateContactPointRequest;
|
|
4187
|
+
type index_gen$o_CreateDatasourceRequest = CreateDatasourceRequest;
|
|
4188
|
+
type index_gen$o_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
4189
|
+
type index_gen$o_Datasource = Datasource;
|
|
4190
|
+
type index_gen$o_DatasourceType = DatasourceType;
|
|
4191
|
+
type index_gen$o_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
4192
|
+
type index_gen$o_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
4193
|
+
type index_gen$o_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
4194
|
+
type index_gen$o_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
4195
|
+
type index_gen$o_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
4196
|
+
type index_gen$o_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
4197
|
+
type index_gen$o_GetCockpitRequest = GetCockpitRequest;
|
|
4198
|
+
type index_gen$o_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
|
|
4199
|
+
type index_gen$o_GrafanaProductDashboard = GrafanaProductDashboard;
|
|
4200
|
+
type index_gen$o_GrafanaUser = GrafanaUser;
|
|
4201
|
+
type index_gen$o_GrafanaUserRole = GrafanaUserRole;
|
|
4202
|
+
type index_gen$o_ListContactPointsRequest = ListContactPointsRequest;
|
|
4203
|
+
type index_gen$o_ListContactPointsResponse = ListContactPointsResponse;
|
|
4204
|
+
type index_gen$o_ListDatasourcesRequest = ListDatasourcesRequest;
|
|
4205
|
+
type index_gen$o_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
|
|
4206
|
+
type index_gen$o_ListDatasourcesResponse = ListDatasourcesResponse;
|
|
4207
|
+
type index_gen$o_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
|
|
4208
|
+
type index_gen$o_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
|
|
4209
|
+
type index_gen$o_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
4210
|
+
type index_gen$o_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
4211
|
+
type index_gen$o_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
4212
|
+
type index_gen$o_ListPlansRequest = ListPlansRequest;
|
|
4213
|
+
type index_gen$o_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
4214
|
+
type index_gen$o_ListPlansResponse = ListPlansResponse;
|
|
4215
|
+
type index_gen$o_Plan = Plan;
|
|
4216
|
+
type index_gen$o_PlanName = PlanName;
|
|
4217
|
+
type index_gen$o_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
4218
|
+
type index_gen$o_SelectPlanRequest = SelectPlanRequest;
|
|
4219
|
+
type index_gen$o_SelectPlanResponse = SelectPlanResponse;
|
|
4220
|
+
type index_gen$o_TokenScopes = TokenScopes;
|
|
4221
|
+
type index_gen$o_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
4222
|
+
declare namespace index_gen$o {
|
|
4223
|
+
export { API$p as API, type index_gen$o_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$o_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$o_Cockpit as Cockpit, type index_gen$o_CockpitEndpoints as CockpitEndpoints, type index_gen$o_CockpitMetrics as CockpitMetrics, type index_gen$o_CockpitStatus as CockpitStatus, type index_gen$o_ContactPoint as ContactPoint, type index_gen$o_ContactPointEmail as ContactPointEmail, type index_gen$o_CreateContactPointRequest as CreateContactPointRequest, type index_gen$o_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$o_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$o_Datasource as Datasource, type index_gen$o_DatasourceType as DatasourceType, type index_gen$o_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$o_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$o_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$o_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$o_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$o_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$o_GetCockpitRequest as GetCockpitRequest, type index_gen$o_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$o_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$o_GrafanaUser as GrafanaUser, type index_gen$o_GrafanaUserRole as GrafanaUserRole, type index_gen$o_ListContactPointsRequest as ListContactPointsRequest, type index_gen$o_ListContactPointsResponse as ListContactPointsResponse, type index_gen$o_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$o_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$o_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$o_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$o_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$o_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$o_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$o_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$o_ListPlansRequest as ListPlansRequest, type index_gen$o_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$o_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$o_Plan as Plan, type index_gen$o_PlanName as PlanName, type index_gen$o_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$o_SelectPlanRequest as SelectPlanRequest, type index_gen$o_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$o_TokenScopes as TokenScopes, type index_gen$o_TriggerTestAlertRequest as TriggerTestAlertRequest };
|
|
4220
4224
|
}
|
|
4221
4225
|
|
|
4222
4226
|
declare namespace index$r {
|
|
4223
|
-
export { index_gen$
|
|
4227
|
+
export { index_gen$o as v1beta1 };
|
|
4224
4228
|
}
|
|
4225
4229
|
|
|
4226
4230
|
type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
|
|
@@ -4233,7 +4237,7 @@ type ListContainersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name
|
|
|
4233
4237
|
type ListCronsRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
4234
4238
|
type ListDomainsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
|
|
4235
4239
|
type ListLogsRequestOrderBy$2 = 'timestamp_desc' | 'timestamp_asc';
|
|
4236
|
-
type ListNamespacesRequestOrderBy$
|
|
4240
|
+
type ListNamespacesRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
4237
4241
|
type ListTokensRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
4238
4242
|
type ListTriggersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
4239
4243
|
type LogStream$1 = 'unknown' | 'stdout' | 'stderr';
|
|
@@ -4407,7 +4411,7 @@ interface Log$2 {
|
|
|
4407
4411
|
/** Can be stdout or stderr. */
|
|
4408
4412
|
stream: LogStream$1;
|
|
4409
4413
|
}
|
|
4410
|
-
interface Namespace$
|
|
4414
|
+
interface Namespace$2 {
|
|
4411
4415
|
/** UUID of the namespace. */
|
|
4412
4416
|
id: string;
|
|
4413
4417
|
/** Name of the namespace. */
|
|
@@ -4574,7 +4578,7 @@ type CreateDomainRequest$2 = {
|
|
|
4574
4578
|
/** UUID of the container to assign the domain to. */
|
|
4575
4579
|
containerId: string;
|
|
4576
4580
|
};
|
|
4577
|
-
type CreateNamespaceRequest$
|
|
4581
|
+
type CreateNamespaceRequest$2 = {
|
|
4578
4582
|
/**
|
|
4579
4583
|
* Region to target. If none is passed will use default region from the
|
|
4580
4584
|
* config.
|
|
@@ -4675,7 +4679,7 @@ type DeleteDomainRequest$1 = {
|
|
|
4675
4679
|
/** UUID of the domain to delete. */
|
|
4676
4680
|
domainId: string;
|
|
4677
4681
|
};
|
|
4678
|
-
type DeleteNamespaceRequest$
|
|
4682
|
+
type DeleteNamespaceRequest$2 = {
|
|
4679
4683
|
/**
|
|
4680
4684
|
* Region to target. If none is passed will use default region from the
|
|
4681
4685
|
* config.
|
|
@@ -4738,7 +4742,7 @@ type GetDomainRequest$2 = {
|
|
|
4738
4742
|
/** UUID of the domain to get. */
|
|
4739
4743
|
domainId: string;
|
|
4740
4744
|
};
|
|
4741
|
-
type GetNamespaceRequest$
|
|
4745
|
+
type GetNamespaceRequest$2 = {
|
|
4742
4746
|
/**
|
|
4743
4747
|
* Region to target. If none is passed will use default region from the
|
|
4744
4748
|
* config.
|
|
@@ -4865,7 +4869,7 @@ interface ListLogsResponse$2 {
|
|
|
4865
4869
|
logs: Log$2[];
|
|
4866
4870
|
totalCount: number;
|
|
4867
4871
|
}
|
|
4868
|
-
type ListNamespacesRequest$
|
|
4872
|
+
type ListNamespacesRequest$2 = {
|
|
4869
4873
|
/**
|
|
4870
4874
|
* Region to target. If none is passed will use default region from the
|
|
4871
4875
|
* config.
|
|
@@ -4876,7 +4880,7 @@ type ListNamespacesRequest$3 = {
|
|
|
4876
4880
|
/** Number of namespaces per page. */
|
|
4877
4881
|
pageSize?: number;
|
|
4878
4882
|
/** Order of the namespaces. */
|
|
4879
|
-
orderBy?: ListNamespacesRequestOrderBy$
|
|
4883
|
+
orderBy?: ListNamespacesRequestOrderBy$2;
|
|
4880
4884
|
/** Name of the namespaces. */
|
|
4881
4885
|
name?: string;
|
|
4882
4886
|
/** UUID of the Organization the namespace belongs to. */
|
|
@@ -4884,9 +4888,9 @@ type ListNamespacesRequest$3 = {
|
|
|
4884
4888
|
/** UUID of the Project the namespace belongs to. */
|
|
4885
4889
|
projectId?: string;
|
|
4886
4890
|
};
|
|
4887
|
-
interface ListNamespacesResponse$
|
|
4891
|
+
interface ListNamespacesResponse$2 {
|
|
4888
4892
|
/** Array of the namespaces. */
|
|
4889
|
-
namespaces: Namespace$
|
|
4893
|
+
namespaces: Namespace$2[];
|
|
4890
4894
|
/** Total number of namespaces. */
|
|
4891
4895
|
totalCount: number;
|
|
4892
4896
|
}
|
|
@@ -5013,7 +5017,7 @@ type UpdateCronRequest$1 = {
|
|
|
5013
5017
|
/** Name of the cron. */
|
|
5014
5018
|
name?: string;
|
|
5015
5019
|
};
|
|
5016
|
-
type UpdateNamespaceRequest$
|
|
5020
|
+
type UpdateNamespaceRequest$2 = {
|
|
5017
5021
|
/**
|
|
5018
5022
|
* Region to target. If none is passed will use default region from the
|
|
5019
5023
|
* config.
|
|
@@ -5049,19 +5053,19 @@ type UpdateTriggerRequest$3 = {
|
|
|
5049
5053
|
};
|
|
5050
5054
|
|
|
5051
5055
|
/** Serverless Containers API. */
|
|
5052
|
-
declare class API$
|
|
5056
|
+
declare class API$o extends API$v {
|
|
5053
5057
|
/** Lists the available regions of the API. */
|
|
5054
5058
|
static readonly LOCALITIES: Region[];
|
|
5055
|
-
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$
|
|
5059
|
+
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
5056
5060
|
/**
|
|
5057
5061
|
* List all your namespaces. List all namespaces in a specified region.
|
|
5058
5062
|
*
|
|
5059
5063
|
* @param request - The request {@link ListNamespacesRequest}
|
|
5060
5064
|
* @returns A Promise of ListNamespacesResponse
|
|
5061
5065
|
*/
|
|
5062
|
-
listNamespaces: (request?: Readonly<ListNamespacesRequest$
|
|
5063
|
-
all: () => Promise<Namespace$
|
|
5064
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<Namespace$
|
|
5066
|
+
listNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2> & {
|
|
5067
|
+
all: () => Promise<Namespace$2[]>;
|
|
5068
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Namespace$2[], void, void>;
|
|
5065
5069
|
};
|
|
5066
5070
|
/**
|
|
5067
5071
|
* Get a namespace. Get the namespace associated with the specified ID.
|
|
@@ -5069,7 +5073,7 @@ declare class API$p extends API$w {
|
|
|
5069
5073
|
* @param request - The request {@link GetNamespaceRequest}
|
|
5070
5074
|
* @returns A Promise of Namespace
|
|
5071
5075
|
*/
|
|
5072
|
-
getNamespace: (request: Readonly<GetNamespaceRequest$
|
|
5076
|
+
getNamespace: (request: Readonly<GetNamespaceRequest$2>) => Promise<Namespace$2>;
|
|
5073
5077
|
/**
|
|
5074
5078
|
* Waits for {@link Namespace} to be in a final state.
|
|
5075
5079
|
*
|
|
@@ -5077,14 +5081,14 @@ declare class API$p extends API$w {
|
|
|
5077
5081
|
* @param options - The waiting options
|
|
5078
5082
|
* @returns A Promise of Namespace
|
|
5079
5083
|
*/
|
|
5080
|
-
waitForNamespace: (request: Readonly<GetNamespaceRequest$
|
|
5084
|
+
waitForNamespace: (request: Readonly<GetNamespaceRequest$2>, options?: Readonly<WaitForOptions<Namespace$2>>) => Promise<Namespace$2>;
|
|
5081
5085
|
/**
|
|
5082
5086
|
* Create a new namespace. Create a new namespace in a specified region.
|
|
5083
5087
|
*
|
|
5084
5088
|
* @param request - The request {@link CreateNamespaceRequest}
|
|
5085
5089
|
* @returns A Promise of Namespace
|
|
5086
5090
|
*/
|
|
5087
|
-
createNamespace: (request?: Readonly<CreateNamespaceRequest$
|
|
5091
|
+
createNamespace: (request?: Readonly<CreateNamespaceRequest$2>) => Promise<Namespace$2>;
|
|
5088
5092
|
/**
|
|
5089
5093
|
* Update an existing namespace. Update the space associated with the
|
|
5090
5094
|
* specified ID.
|
|
@@ -5092,7 +5096,7 @@ declare class API$p extends API$w {
|
|
|
5092
5096
|
* @param request - The request {@link UpdateNamespaceRequest}
|
|
5093
5097
|
* @returns A Promise of Namespace
|
|
5094
5098
|
*/
|
|
5095
|
-
updateNamespace: (request: Readonly<UpdateNamespaceRequest$
|
|
5099
|
+
updateNamespace: (request: Readonly<UpdateNamespaceRequest$2>) => Promise<Namespace$2>;
|
|
5096
5100
|
/**
|
|
5097
5101
|
* Delete an existing namespace. Delete the namespace associated with the
|
|
5098
5102
|
* specified ID.
|
|
@@ -5100,7 +5104,7 @@ declare class API$p extends API$w {
|
|
|
5100
5104
|
* @param request - The request {@link DeleteNamespaceRequest}
|
|
5101
5105
|
* @returns A Promise of Namespace
|
|
5102
5106
|
*/
|
|
5103
|
-
deleteNamespace: (request: Readonly<DeleteNamespaceRequest$
|
|
5107
|
+
deleteNamespace: (request: Readonly<DeleteNamespaceRequest$2>) => Promise<Namespace$2>;
|
|
5104
5108
|
protected pageOfListContainers: (request: Readonly<ListContainersRequest>) => Promise<ListContainersResponse>;
|
|
5105
5109
|
/**
|
|
5106
5110
|
* List all your containers. List all containers for a specified region.
|
|
@@ -5415,26 +5419,26 @@ declare namespace validationRules_gen$a {
|
|
|
5415
5419
|
export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
|
|
5416
5420
|
}
|
|
5417
5421
|
|
|
5418
|
-
declare const index_gen$
|
|
5419
|
-
type index_gen$
|
|
5420
|
-
type index_gen$
|
|
5421
|
-
type index_gen$
|
|
5422
|
-
type index_gen$
|
|
5423
|
-
type index_gen$
|
|
5424
|
-
type index_gen$
|
|
5425
|
-
type index_gen$
|
|
5426
|
-
type index_gen$
|
|
5427
|
-
type index_gen$
|
|
5428
|
-
type index_gen$
|
|
5429
|
-
type index_gen$
|
|
5430
|
-
type index_gen$
|
|
5431
|
-
type index_gen$
|
|
5432
|
-
declare namespace index_gen$
|
|
5433
|
-
export { API$
|
|
5422
|
+
declare const index_gen$n_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
5423
|
+
type index_gen$n_Container = Container;
|
|
5424
|
+
type index_gen$n_ContainerHttpOption = ContainerHttpOption;
|
|
5425
|
+
type index_gen$n_ContainerPrivacy = ContainerPrivacy;
|
|
5426
|
+
type index_gen$n_ContainerProtocol = ContainerProtocol;
|
|
5427
|
+
type index_gen$n_ContainerStatus = ContainerStatus;
|
|
5428
|
+
type index_gen$n_CreateContainerRequest = CreateContainerRequest;
|
|
5429
|
+
type index_gen$n_DeleteContainerRequest = DeleteContainerRequest;
|
|
5430
|
+
type index_gen$n_DeployContainerRequest = DeployContainerRequest;
|
|
5431
|
+
type index_gen$n_GetContainerRequest = GetContainerRequest;
|
|
5432
|
+
type index_gen$n_ListContainersRequest = ListContainersRequest;
|
|
5433
|
+
type index_gen$n_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
5434
|
+
type index_gen$n_ListContainersResponse = ListContainersResponse;
|
|
5435
|
+
type index_gen$n_UpdateContainerRequest = UpdateContainerRequest;
|
|
5436
|
+
declare namespace index_gen$n {
|
|
5437
|
+
export { API$o as API, index_gen$n_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$n_Container as Container, type index_gen$n_ContainerHttpOption as ContainerHttpOption, type index_gen$n_ContainerPrivacy as ContainerPrivacy, type index_gen$n_ContainerProtocol as ContainerProtocol, type index_gen$n_ContainerStatus as ContainerStatus, type index_gen$n_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$n_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$n_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$n_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$n_ListContainersRequest as ListContainersRequest, type index_gen$n_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$n_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$3 as ListLogsRequest, type ListLogsRequestOrderBy$2 as ListLogsRequestOrderBy, type ListLogsResponse$2 as ListLogsResponse, type ListNamespacesRequest$2 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$2 as ListNamespacesResponse, type ListTokensRequest$1 as ListTokensRequest, type ListTokensRequestOrderBy$1 as ListTokensRequestOrderBy, type ListTokensResponse$1 as ListTokensResponse, type ListTriggersRequest$1 as ListTriggersRequest, type ListTriggersRequestOrderBy$1 as ListTriggersRequestOrderBy, type ListTriggersResponse$1 as ListTriggersResponse, type Log$2 as Log, type LogStream$1 as LogStream, NAMESPACE_TRANSIENT_STATUSES$2 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$2 as Namespace, type NamespaceStatus$2 as NamespaceStatus, 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$n_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$a as ValidationRules };
|
|
5434
5438
|
}
|
|
5435
5439
|
|
|
5436
5440
|
declare namespace index$q {
|
|
5437
|
-
export { index_gen$
|
|
5441
|
+
export { index_gen$n as v1beta1 };
|
|
5438
5442
|
}
|
|
5439
5443
|
|
|
5440
5444
|
type ACLRuleAction$1 = 'allow' | 'deny';
|
|
@@ -6645,7 +6649,7 @@ type UpgradeInstanceRequest$1 = {
|
|
|
6645
6649
|
};
|
|
6646
6650
|
|
|
6647
6651
|
/** Managed Document Databases API. */
|
|
6648
|
-
declare class API$
|
|
6652
|
+
declare class API$n extends API$v {
|
|
6649
6653
|
/** Lists the available regions of the API. */
|
|
6650
6654
|
static readonly LOCALITIES: Region[];
|
|
6651
6655
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
|
|
@@ -7193,12 +7197,12 @@ declare namespace validationRules_gen$9 {
|
|
|
7193
7197
|
export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
|
|
7194
7198
|
}
|
|
7195
7199
|
|
|
7196
|
-
declare namespace index_gen$
|
|
7197
|
-
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$
|
|
7200
|
+
declare namespace index_gen$m {
|
|
7201
|
+
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$9 as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
|
|
7198
7202
|
}
|
|
7199
7203
|
|
|
7200
7204
|
declare namespace index$p {
|
|
7201
|
-
export { index_gen$
|
|
7205
|
+
export { index_gen$m as v1beta1 };
|
|
7202
7206
|
}
|
|
7203
7207
|
|
|
7204
7208
|
type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
|
|
@@ -7216,6 +7220,7 @@ type DomainRecordType = 'unknown' | 'A' | 'AAAA' | 'CNAME' | 'TXT' | 'SRV' | 'TL
|
|
|
7216
7220
|
type DomainRegistrationStatusTransferStatus = 'status_unknown' | 'pending' | 'waiting_vote' | 'rejected' | 'processing' | 'done';
|
|
7217
7221
|
type DomainStatus$2 = 'status_unknown' | 'active' | 'creating' | 'create_error' | 'renewing' | 'renew_error' | 'xfering' | 'xfer_error' | 'expired' | 'expiring' | 'updating' | 'checking' | 'locked' | 'deleting';
|
|
7218
7222
|
type HostStatus = 'unknown_status' | 'active' | 'updating' | 'deleting';
|
|
7223
|
+
type LinkedProduct = 'unknown_product' | 'vpc';
|
|
7219
7224
|
type ListContactsRequestRole = 'unknown_role' | 'owner' | 'administrative' | 'technical';
|
|
7220
7225
|
type ListDNSZoneRecordsRequestOrderBy = 'name_asc' | 'name_desc';
|
|
7221
7226
|
type ListDNSZonesRequestOrderBy = 'domain_asc' | 'domain_desc' | 'subdomain_asc' | 'subdomain_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
@@ -7227,7 +7232,7 @@ type RawFormat = 'unknown_raw_format' | 'bind';
|
|
|
7227
7232
|
type RenewableDomainStatus = 'unknown' | 'renewable' | 'late_reneweable' | 'not_renewable';
|
|
7228
7233
|
type SSLCertificateStatus = 'unknown' | 'new' | 'pending' | 'success' | 'error';
|
|
7229
7234
|
type TaskStatus$1 = 'unavailable' | 'new' | 'waiting_payment' | 'pending' | 'success' | 'error';
|
|
7230
|
-
type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host' | 'move_project';
|
|
7235
|
+
type TaskType = 'unknown' | 'create_domain' | 'create_external_domain' | 'renew_domain' | 'transfer_domain' | 'trade_domain' | 'lock_domain_transfer' | 'unlock_domain_transfer' | 'enable_dnssec' | 'disable_dnssec' | 'update_domain' | 'update_contact' | 'delete_domain' | 'cancel_task' | 'generate_ssl_certificate' | 'renew_ssl_certificate' | 'send_message' | 'delete_domain_expired' | 'delete_external_domain' | 'create_host' | 'update_host' | 'delete_host' | 'move_project' | 'transfer_online_domain';
|
|
7231
7236
|
interface DomainRecordGeoIPConfigMatch {
|
|
7232
7237
|
countries: string[];
|
|
7233
7238
|
continents: string[];
|
|
@@ -7483,6 +7488,7 @@ interface DNSZone {
|
|
|
7483
7488
|
message?: string;
|
|
7484
7489
|
updatedAt?: Date;
|
|
7485
7490
|
projectId: string;
|
|
7491
|
+
linkedProducts: LinkedProduct[];
|
|
7486
7492
|
}
|
|
7487
7493
|
interface DomainDNSSEC {
|
|
7488
7494
|
status: DomainFeatureStatus;
|
|
@@ -7689,6 +7695,7 @@ interface Domain$2 {
|
|
|
7689
7695
|
*/
|
|
7690
7696
|
transferRegistrationStatus?: DomainRegistrationStatusTransfer;
|
|
7691
7697
|
tld?: Tld;
|
|
7698
|
+
linkedProducts: LinkedProduct[];
|
|
7692
7699
|
}
|
|
7693
7700
|
type ExportRawDNSZoneRequest = {
|
|
7694
7701
|
/** DNS zone to export. */
|
|
@@ -8243,7 +8250,7 @@ type UpdateDNSZoneRequest = {
|
|
|
8243
8250
|
*
|
|
8244
8251
|
* Manage your domains, DNS zones and records with the Domains and DNS API.
|
|
8245
8252
|
*/
|
|
8246
|
-
declare class API$
|
|
8253
|
+
declare class API$m extends API$v {
|
|
8247
8254
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
8248
8255
|
/**
|
|
8249
8256
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -8483,7 +8490,7 @@ declare class API$n extends API$w {
|
|
|
8483
8490
|
*
|
|
8484
8491
|
* Manage your domains and contacts.
|
|
8485
8492
|
*/
|
|
8486
|
-
declare class RegistrarAPI extends API$
|
|
8493
|
+
declare class RegistrarAPI extends API$v {
|
|
8487
8494
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
8488
8495
|
/**
|
|
8489
8496
|
* List tasks. List all operations performed on the account. You can filter
|
|
@@ -8775,170 +8782,171 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
8775
8782
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
8776
8783
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
8777
8784
|
|
|
8778
|
-
type index_gen$
|
|
8779
|
-
type index_gen$
|
|
8780
|
-
type index_gen$
|
|
8781
|
-
type index_gen$
|
|
8782
|
-
type index_gen$
|
|
8783
|
-
type index_gen$
|
|
8784
|
-
type index_gen$
|
|
8785
|
-
type index_gen$
|
|
8786
|
-
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
|
-
declare const index_gen$
|
|
8806
|
-
declare const index_gen$
|
|
8807
|
-
declare const 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
|
-
type 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
|
-
declare const 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
|
-
type 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
|
-
type index_gen$
|
|
8881
|
-
type index_gen$
|
|
8882
|
-
type index_gen$
|
|
8883
|
-
type index_gen$
|
|
8884
|
-
type index_gen$
|
|
8885
|
-
type index_gen$
|
|
8886
|
-
type index_gen$
|
|
8887
|
-
type index_gen$
|
|
8888
|
-
type index_gen$
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
type index_gen$
|
|
8892
|
-
type index_gen$
|
|
8893
|
-
type index_gen$
|
|
8894
|
-
type index_gen$
|
|
8895
|
-
type index_gen$
|
|
8896
|
-
type index_gen$
|
|
8897
|
-
type index_gen$
|
|
8898
|
-
type index_gen$
|
|
8899
|
-
type index_gen$
|
|
8900
|
-
type index_gen$
|
|
8901
|
-
type index_gen$
|
|
8902
|
-
type index_gen$
|
|
8903
|
-
type index_gen$
|
|
8904
|
-
type index_gen$
|
|
8905
|
-
type index_gen$
|
|
8906
|
-
type index_gen$
|
|
8907
|
-
type index_gen$
|
|
8908
|
-
type index_gen$
|
|
8909
|
-
type index_gen$
|
|
8910
|
-
type index_gen$
|
|
8911
|
-
type index_gen$
|
|
8912
|
-
type index_gen$
|
|
8913
|
-
type index_gen$
|
|
8914
|
-
type index_gen$
|
|
8915
|
-
type index_gen$
|
|
8916
|
-
type index_gen$
|
|
8917
|
-
type index_gen$
|
|
8918
|
-
type index_gen$
|
|
8919
|
-
type index_gen$
|
|
8920
|
-
type index_gen$
|
|
8921
|
-
type index_gen$
|
|
8922
|
-
type index_gen$
|
|
8923
|
-
type index_gen$
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
type index_gen$
|
|
8927
|
-
type index_gen$
|
|
8928
|
-
type index_gen$
|
|
8929
|
-
type index_gen$
|
|
8930
|
-
type index_gen$
|
|
8931
|
-
type index_gen$
|
|
8932
|
-
type index_gen$
|
|
8933
|
-
type index_gen$
|
|
8934
|
-
type index_gen$
|
|
8935
|
-
type index_gen$
|
|
8936
|
-
|
|
8937
|
-
export { API$n as API, type index_gen$m_AvailableDomain as AvailableDomain, type index_gen$m_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$m_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$m_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$m_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$m_Contact as Contact, type index_gen$m_ContactEmailStatus as ContactEmailStatus, type index_gen$m_ContactExtensionEU as ContactExtensionEU, type index_gen$m_ContactExtensionFR as ContactExtensionFR, type index_gen$m_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$m_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$m_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$m_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$m_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$m_ContactExtensionNL as ContactExtensionNL, type index_gen$m_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$m_ContactLegalForm as ContactLegalForm, type index_gen$m_ContactQuestion as ContactQuestion, type index_gen$m_ContactRoles as ContactRoles, type index_gen$m_ContactRolesRoles as ContactRolesRoles, type index_gen$m_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$m_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$m_DNSZone as DNSZone, type index_gen$m_DNSZoneStatus as DNSZoneStatus, type index_gen$m_DNSZoneVersion as DNSZoneVersion, index_gen$m_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$m_DSRecord as DSRecord, type index_gen$m_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$m_DSRecordDigest as DSRecordDigest, type index_gen$m_DSRecordDigestType as DSRecordDigestType, type index_gen$m_DSRecordPublicKey as DSRecordPublicKey, type index_gen$m_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$m_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$m_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$m_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$m_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$m_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$m_DomainDNSSEC as DomainDNSSEC, type index_gen$m_DomainFeatureStatus as DomainFeatureStatus, type index_gen$m_DomainRecord as DomainRecord, type index_gen$m_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$m_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$m_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$m_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$m_DomainRecordType as DomainRecordType, type index_gen$m_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$m_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$m_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$m_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$m_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$m_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$m_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$m_DomainSummary as DomainSummary, type index_gen$m_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$m_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$m_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$m_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$m_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$m_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$m_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$m_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$m_Host as Host, type index_gen$m_HostStatus as HostStatus, type index_gen$m_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$m_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$m_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$m_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$m_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$m_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$m_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$m_ListContactsRequestRole as ListContactsRequestRole, type index_gen$m_ListContactsResponse as ListContactsResponse, type index_gen$m_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$m_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$m_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$m_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$m_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$m_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$m_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$m_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$m_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$m_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$m_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$m_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$m_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$m_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$m_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$m_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$m_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$m_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$m_ListTasksResponse as ListTasksResponse, type index_gen$m_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$m_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$m_NewContact as NewContact, type index_gen$m_OrderResponse as OrderResponse, type index_gen$m_RawFormat as RawFormat, type index_gen$m_RecordChange as RecordChange, type index_gen$m_RecordChangeAdd as RecordChangeAdd, type index_gen$m_RecordChangeClear as RecordChangeClear, type index_gen$m_RecordChangeDelete as RecordChangeDelete, type index_gen$m_RecordChangeSet as RecordChangeSet, type index_gen$m_RecordIdentifier as RecordIdentifier, type index_gen$m_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$m_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$m_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$m_RegistrarAPI as RegistrarAPI, type index_gen$m_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$m_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$m_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$m_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$m_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$m_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$m_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$m_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$m_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$m_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$m_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$m_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$m_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$m_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$m_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$m_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$m_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$m_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$m_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$m_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$m_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$m_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$m_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$m_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$m_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$m_RenewableDomain as RenewableDomain, type index_gen$m_RenewableDomainStatus as RenewableDomainStatus, type index_gen$m_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$m_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$m_SSLCertificate as SSLCertificate, type index_gen$m_SSLCertificateStatus as SSLCertificateStatus, index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$m_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$m_TaskType as TaskType, type index_gen$m_Tld as Tld, type index_gen$m_TldOffer as TldOffer, type index_gen$m_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$m_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$m_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$m_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$m_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$m_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$m_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
8785
|
+
type index_gen$l_AvailableDomain = AvailableDomain;
|
|
8786
|
+
type index_gen$l_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
8787
|
+
type index_gen$l_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
8788
|
+
type index_gen$l_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
8789
|
+
type index_gen$l_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
8790
|
+
type index_gen$l_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
8791
|
+
type index_gen$l_Contact = Contact;
|
|
8792
|
+
type index_gen$l_ContactEmailStatus = ContactEmailStatus;
|
|
8793
|
+
type index_gen$l_ContactExtensionEU = ContactExtensionEU;
|
|
8794
|
+
type index_gen$l_ContactExtensionFR = ContactExtensionFR;
|
|
8795
|
+
type index_gen$l_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
8796
|
+
type index_gen$l_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
8797
|
+
type index_gen$l_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
8798
|
+
type index_gen$l_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
8799
|
+
type index_gen$l_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
8800
|
+
type index_gen$l_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
8801
|
+
type index_gen$l_ContactExtensionNL = ContactExtensionNL;
|
|
8802
|
+
type index_gen$l_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
8803
|
+
type index_gen$l_ContactLegalForm = ContactLegalForm;
|
|
8804
|
+
type index_gen$l_ContactQuestion = ContactQuestion;
|
|
8805
|
+
type index_gen$l_ContactRoles = ContactRoles;
|
|
8806
|
+
type index_gen$l_ContactRolesRoles = ContactRolesRoles;
|
|
8807
|
+
type index_gen$l_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
8808
|
+
type index_gen$l_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
8809
|
+
type index_gen$l_DNSZone = DNSZone;
|
|
8810
|
+
type index_gen$l_DNSZoneStatus = DNSZoneStatus;
|
|
8811
|
+
type index_gen$l_DNSZoneVersion = DNSZoneVersion;
|
|
8812
|
+
declare const index_gen$l_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
8813
|
+
declare const index_gen$l_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
8814
|
+
declare const index_gen$l_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
8815
|
+
type index_gen$l_DSRecord = DSRecord;
|
|
8816
|
+
type index_gen$l_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
8817
|
+
type index_gen$l_DSRecordDigest = DSRecordDigest;
|
|
8818
|
+
type index_gen$l_DSRecordDigestType = DSRecordDigestType;
|
|
8819
|
+
type index_gen$l_DSRecordPublicKey = DSRecordPublicKey;
|
|
8820
|
+
type index_gen$l_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
8821
|
+
type index_gen$l_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
8822
|
+
type index_gen$l_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
8823
|
+
type index_gen$l_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
8824
|
+
type index_gen$l_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
8825
|
+
type index_gen$l_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
8826
|
+
type index_gen$l_DomainDNSSEC = DomainDNSSEC;
|
|
8827
|
+
type index_gen$l_DomainFeatureStatus = DomainFeatureStatus;
|
|
8828
|
+
type index_gen$l_DomainRecord = DomainRecord;
|
|
8829
|
+
type index_gen$l_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
8830
|
+
type index_gen$l_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
8831
|
+
type index_gen$l_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
8832
|
+
type index_gen$l_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
8833
|
+
type index_gen$l_DomainRecordType = DomainRecordType;
|
|
8834
|
+
type index_gen$l_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
8835
|
+
type index_gen$l_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
8836
|
+
type index_gen$l_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
8837
|
+
type index_gen$l_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
8838
|
+
type index_gen$l_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
8839
|
+
type index_gen$l_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
8840
|
+
type index_gen$l_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
8841
|
+
type index_gen$l_DomainSummary = DomainSummary;
|
|
8842
|
+
type index_gen$l_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
8843
|
+
type index_gen$l_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
8844
|
+
type index_gen$l_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
8845
|
+
type index_gen$l_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
8846
|
+
type index_gen$l_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
8847
|
+
type index_gen$l_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
8848
|
+
type index_gen$l_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
8849
|
+
declare const index_gen$l_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
8850
|
+
type index_gen$l_Host = Host;
|
|
8851
|
+
type index_gen$l_HostStatus = HostStatus;
|
|
8852
|
+
type index_gen$l_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
8853
|
+
type index_gen$l_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
8854
|
+
type index_gen$l_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
8855
|
+
type index_gen$l_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
8856
|
+
type index_gen$l_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
8857
|
+
type index_gen$l_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
8858
|
+
type index_gen$l_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
8859
|
+
type index_gen$l_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
8860
|
+
type index_gen$l_LinkedProduct = LinkedProduct;
|
|
8861
|
+
type index_gen$l_ListContactsRequestRole = ListContactsRequestRole;
|
|
8862
|
+
type index_gen$l_ListContactsResponse = ListContactsResponse;
|
|
8863
|
+
type index_gen$l_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
8864
|
+
type index_gen$l_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
8865
|
+
type index_gen$l_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
8866
|
+
type index_gen$l_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
8867
|
+
type index_gen$l_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
8868
|
+
type index_gen$l_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
8869
|
+
type index_gen$l_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
8870
|
+
type index_gen$l_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
8871
|
+
type index_gen$l_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
8872
|
+
type index_gen$l_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
8873
|
+
type index_gen$l_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
8874
|
+
type index_gen$l_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
8875
|
+
type index_gen$l_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
8876
|
+
type index_gen$l_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
8877
|
+
type index_gen$l_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
8878
|
+
type index_gen$l_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
8879
|
+
type index_gen$l_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
8880
|
+
type index_gen$l_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
8881
|
+
type index_gen$l_ListTasksResponse = ListTasksResponse;
|
|
8882
|
+
type index_gen$l_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
|
|
8883
|
+
type index_gen$l_ListTldsResponse = ListTldsResponse;
|
|
8884
|
+
type index_gen$l_NewContact = NewContact;
|
|
8885
|
+
type index_gen$l_OrderResponse = OrderResponse;
|
|
8886
|
+
type index_gen$l_RawFormat = RawFormat;
|
|
8887
|
+
type index_gen$l_RecordChange = RecordChange;
|
|
8888
|
+
type index_gen$l_RecordChangeAdd = RecordChangeAdd;
|
|
8889
|
+
type index_gen$l_RecordChangeClear = RecordChangeClear;
|
|
8890
|
+
type index_gen$l_RecordChangeDelete = RecordChangeDelete;
|
|
8891
|
+
type index_gen$l_RecordChangeSet = RecordChangeSet;
|
|
8892
|
+
type index_gen$l_RecordIdentifier = RecordIdentifier;
|
|
8893
|
+
type index_gen$l_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
8894
|
+
type index_gen$l_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
8895
|
+
type index_gen$l_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
8896
|
+
type index_gen$l_RegistrarAPI = RegistrarAPI;
|
|
8897
|
+
declare const index_gen$l_RegistrarAPI: typeof RegistrarAPI;
|
|
8898
|
+
type index_gen$l_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
8899
|
+
type index_gen$l_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
8900
|
+
type index_gen$l_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
8901
|
+
type index_gen$l_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
8902
|
+
type index_gen$l_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
8903
|
+
type index_gen$l_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
8904
|
+
type index_gen$l_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
8905
|
+
type index_gen$l_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
8906
|
+
type index_gen$l_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
8907
|
+
type index_gen$l_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
8908
|
+
type index_gen$l_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
8909
|
+
type index_gen$l_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
8910
|
+
type index_gen$l_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
8911
|
+
type index_gen$l_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
8912
|
+
type index_gen$l_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
8913
|
+
type index_gen$l_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
8914
|
+
type index_gen$l_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
8915
|
+
type index_gen$l_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
|
|
8916
|
+
type index_gen$l_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
8917
|
+
type index_gen$l_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
8918
|
+
type index_gen$l_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
8919
|
+
type index_gen$l_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
8920
|
+
type index_gen$l_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
8921
|
+
type index_gen$l_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
8922
|
+
type index_gen$l_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
8923
|
+
type index_gen$l_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
8924
|
+
type index_gen$l_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
8925
|
+
type index_gen$l_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
8926
|
+
type index_gen$l_RenewableDomain = RenewableDomain;
|
|
8927
|
+
type index_gen$l_RenewableDomainStatus = RenewableDomainStatus;
|
|
8928
|
+
type index_gen$l_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
8929
|
+
type index_gen$l_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
8930
|
+
type index_gen$l_SSLCertificate = SSLCertificate;
|
|
8931
|
+
type index_gen$l_SSLCertificateStatus = SSLCertificateStatus;
|
|
8932
|
+
declare const index_gen$l_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
8933
|
+
type index_gen$l_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
8934
|
+
type index_gen$l_TaskType = TaskType;
|
|
8935
|
+
type index_gen$l_Tld = Tld;
|
|
8936
|
+
type index_gen$l_TldOffer = TldOffer;
|
|
8937
|
+
type index_gen$l_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
8938
|
+
type index_gen$l_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
8939
|
+
type index_gen$l_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
8940
|
+
type index_gen$l_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
8941
|
+
type index_gen$l_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
8942
|
+
type index_gen$l_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
8943
|
+
type index_gen$l_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
8944
|
+
declare namespace index_gen$l {
|
|
8945
|
+
export { API$m as API, type index_gen$l_AvailableDomain as AvailableDomain, type index_gen$l_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$l_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$l_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$l_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$l_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$l_Contact as Contact, type index_gen$l_ContactEmailStatus as ContactEmailStatus, type index_gen$l_ContactExtensionEU as ContactExtensionEU, type index_gen$l_ContactExtensionFR as ContactExtensionFR, type index_gen$l_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$l_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$l_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$l_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$l_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$l_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$l_ContactExtensionNL as ContactExtensionNL, type index_gen$l_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$l_ContactLegalForm as ContactLegalForm, type index_gen$l_ContactQuestion as ContactQuestion, type index_gen$l_ContactRoles as ContactRoles, type index_gen$l_ContactRolesRoles as ContactRolesRoles, type index_gen$l_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$l_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$l_DNSZone as DNSZone, type index_gen$l_DNSZoneStatus as DNSZoneStatus, type index_gen$l_DNSZoneVersion as DNSZoneVersion, index_gen$l_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$l_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$l_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DSRecord as DSRecord, type index_gen$l_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$l_DSRecordDigest as DSRecordDigest, type index_gen$l_DSRecordDigestType as DSRecordDigestType, type index_gen$l_DSRecordPublicKey as DSRecordPublicKey, type index_gen$l_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$l_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$l_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$l_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$l_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$l_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$l_DomainDNSSEC as DomainDNSSEC, type index_gen$l_DomainFeatureStatus as DomainFeatureStatus, type index_gen$l_DomainRecord as DomainRecord, type index_gen$l_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$l_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$l_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$l_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$l_DomainRecordType as DomainRecordType, type index_gen$l_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$l_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$l_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$l_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$l_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$l_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$l_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$l_DomainSummary as DomainSummary, type index_gen$l_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$l_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$l_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$l_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$l_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$l_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$l_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$l_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$l_Host as Host, type index_gen$l_HostStatus as HostStatus, type index_gen$l_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$l_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$l_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$l_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$l_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$l_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$l_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$l_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$l_LinkedProduct as LinkedProduct, type index_gen$l_ListContactsRequestRole as ListContactsRequestRole, type index_gen$l_ListContactsResponse as ListContactsResponse, type index_gen$l_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$l_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$l_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$l_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$l_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$l_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$l_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$l_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$l_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$l_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$l_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$l_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$l_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$l_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$l_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$l_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$l_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$l_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$l_ListTasksResponse as ListTasksResponse, type index_gen$l_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$l_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$l_NewContact as NewContact, type index_gen$l_OrderResponse as OrderResponse, type index_gen$l_RawFormat as RawFormat, type index_gen$l_RecordChange as RecordChange, type index_gen$l_RecordChangeAdd as RecordChangeAdd, type index_gen$l_RecordChangeClear as RecordChangeClear, type index_gen$l_RecordChangeDelete as RecordChangeDelete, type index_gen$l_RecordChangeSet as RecordChangeSet, type index_gen$l_RecordIdentifier as RecordIdentifier, type index_gen$l_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$l_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$l_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$l_RegistrarAPI as RegistrarAPI, type index_gen$l_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$l_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$l_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$l_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$l_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$l_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$l_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$l_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$l_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$l_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$l_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$l_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$l_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$l_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$l_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$l_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$l_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$l_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$l_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$l_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$l_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$l_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$l_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$l_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$l_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$l_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$l_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$l_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$l_RenewableDomain as RenewableDomain, type index_gen$l_RenewableDomainStatus as RenewableDomainStatus, type index_gen$l_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$l_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$l_SSLCertificate as SSLCertificate, type index_gen$l_SSLCertificateStatus as SSLCertificateStatus, index_gen$l_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$l_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$l_TaskType as TaskType, type index_gen$l_Tld as Tld, type index_gen$l_TldOffer as TldOffer, type index_gen$l_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$l_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$l_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$l_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$l_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$l_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$l_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
8938
8946
|
}
|
|
8939
8947
|
|
|
8940
8948
|
declare namespace index$o {
|
|
8941
|
-
export { index_gen$
|
|
8949
|
+
export { index_gen$l as v2beta1 };
|
|
8942
8950
|
}
|
|
8943
8951
|
|
|
8944
8952
|
type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
|
|
@@ -9138,7 +9146,7 @@ type UpdateFlexibleIPRequest = {
|
|
|
9138
9146
|
};
|
|
9139
9147
|
|
|
9140
9148
|
/** Elastic Metal - Flexible IP API. */
|
|
9141
|
-
declare class API$
|
|
9149
|
+
declare class API$l extends API$v {
|
|
9142
9150
|
/** Lists the available zones of the API. */
|
|
9143
9151
|
static readonly LOCALITIES: Zone[];
|
|
9144
9152
|
/**
|
|
@@ -9265,33 +9273,33 @@ declare namespace validationRules_gen$8 {
|
|
|
9265
9273
|
export { validationRules_gen$8_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
|
|
9266
9274
|
}
|
|
9267
9275
|
|
|
9268
|
-
type index_gen$
|
|
9269
|
-
type index_gen$
|
|
9270
|
-
type index_gen$
|
|
9271
|
-
type index_gen$
|
|
9272
|
-
type index_gen$
|
|
9273
|
-
type index_gen$
|
|
9274
|
-
type index_gen$
|
|
9275
|
-
type index_gen$
|
|
9276
|
-
declare const index_gen$
|
|
9277
|
-
type index_gen$
|
|
9278
|
-
type index_gen$
|
|
9279
|
-
type index_gen$
|
|
9280
|
-
type index_gen$
|
|
9281
|
-
type index_gen$
|
|
9282
|
-
type index_gen$
|
|
9283
|
-
type index_gen$
|
|
9284
|
-
type index_gen$
|
|
9285
|
-
type index_gen$
|
|
9286
|
-
declare const index_gen$
|
|
9287
|
-
type index_gen$
|
|
9288
|
-
type index_gen$
|
|
9289
|
-
declare namespace index_gen$
|
|
9290
|
-
export { API$
|
|
9276
|
+
type index_gen$k_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
9277
|
+
type index_gen$k_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
9278
|
+
type index_gen$k_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
9279
|
+
type index_gen$k_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
9280
|
+
type index_gen$k_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
9281
|
+
type index_gen$k_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
9282
|
+
type index_gen$k_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
9283
|
+
type index_gen$k_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
9284
|
+
declare const index_gen$k_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
9285
|
+
type index_gen$k_FlexibleIP = FlexibleIP;
|
|
9286
|
+
type index_gen$k_FlexibleIPStatus = FlexibleIPStatus;
|
|
9287
|
+
type index_gen$k_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
9288
|
+
type index_gen$k_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
9289
|
+
type index_gen$k_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
9290
|
+
type index_gen$k_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
9291
|
+
type index_gen$k_MACAddress = MACAddress;
|
|
9292
|
+
type index_gen$k_MACAddressStatus = MACAddressStatus;
|
|
9293
|
+
type index_gen$k_MACAddressType = MACAddressType;
|
|
9294
|
+
declare const index_gen$k_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
9295
|
+
type index_gen$k_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
9296
|
+
type index_gen$k_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
9297
|
+
declare namespace index_gen$k {
|
|
9298
|
+
export { API$l as API, type index_gen$k_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$k_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$k_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$k_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$k_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$k_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$k_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$k_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$k_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$k_FlexibleIP as FlexibleIP, type index_gen$k_FlexibleIPStatus as FlexibleIPStatus, type index_gen$k_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$k_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$k_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$k_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$k_MACAddress as MACAddress, type index_gen$k_MACAddressStatus as MACAddressStatus, type index_gen$k_MACAddressType as MACAddressType, index_gen$k_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$k_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$k_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$8 as ValidationRules };
|
|
9291
9299
|
}
|
|
9292
9300
|
|
|
9293
9301
|
declare namespace index$n {
|
|
9294
|
-
export { index_gen$
|
|
9302
|
+
export { index_gen$k as v1alpha1 };
|
|
9295
9303
|
}
|
|
9296
9304
|
|
|
9297
9305
|
type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
|
|
@@ -9304,7 +9312,7 @@ type ListCronsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
|
9304
9312
|
type ListDomainsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'hostname_asc' | 'hostname_desc';
|
|
9305
9313
|
type ListFunctionsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
9306
9314
|
type ListLogsRequestOrderBy$1 = 'timestamp_desc' | 'timestamp_asc';
|
|
9307
|
-
type ListNamespacesRequestOrderBy$
|
|
9315
|
+
type ListNamespacesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
9308
9316
|
type ListTokensRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
9309
9317
|
type ListTriggersRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
9310
9318
|
type LogStream = 'unknown' | 'stdout' | 'stderr';
|
|
@@ -9490,7 +9498,7 @@ interface Log$1 {
|
|
|
9490
9498
|
/** Can be stdout or stderr. */
|
|
9491
9499
|
stream: LogStream;
|
|
9492
9500
|
}
|
|
9493
|
-
interface Namespace$
|
|
9501
|
+
interface Namespace$1 {
|
|
9494
9502
|
/** UUID of the namespace. */
|
|
9495
9503
|
id: string;
|
|
9496
9504
|
/** Name of the namespace. */
|
|
@@ -9647,7 +9655,7 @@ type CreateFunctionRequest = {
|
|
|
9647
9655
|
*/
|
|
9648
9656
|
httpOption?: FunctionHttpOption;
|
|
9649
9657
|
};
|
|
9650
|
-
type CreateNamespaceRequest$
|
|
9658
|
+
type CreateNamespaceRequest$1 = {
|
|
9651
9659
|
/**
|
|
9652
9660
|
* Region to target. If none is passed will use default region from the
|
|
9653
9661
|
* config.
|
|
@@ -9747,7 +9755,7 @@ type DeleteFunctionRequest = {
|
|
|
9747
9755
|
/** UUID of the function to delete. */
|
|
9748
9756
|
functionId: string;
|
|
9749
9757
|
};
|
|
9750
|
-
type DeleteNamespaceRequest$
|
|
9758
|
+
type DeleteNamespaceRequest$1 = {
|
|
9751
9759
|
/**
|
|
9752
9760
|
* Region to target. If none is passed will use default region from the
|
|
9753
9761
|
* config.
|
|
@@ -9834,7 +9842,7 @@ type GetFunctionUploadURLRequest = {
|
|
|
9834
9842
|
/** Size of the archive to upload in bytes. */
|
|
9835
9843
|
contentLength: number;
|
|
9836
9844
|
};
|
|
9837
|
-
type GetNamespaceRequest$
|
|
9845
|
+
type GetNamespaceRequest$1 = {
|
|
9838
9846
|
/**
|
|
9839
9847
|
* Region to target. If none is passed will use default region from the
|
|
9840
9848
|
* config.
|
|
@@ -9976,7 +9984,7 @@ interface ListLogsResponse$1 {
|
|
|
9976
9984
|
/** Total number of logs. */
|
|
9977
9985
|
totalCount: number;
|
|
9978
9986
|
}
|
|
9979
|
-
type ListNamespacesRequest$
|
|
9987
|
+
type ListNamespacesRequest$1 = {
|
|
9980
9988
|
/**
|
|
9981
9989
|
* Region to target. If none is passed will use default region from the
|
|
9982
9990
|
* config.
|
|
@@ -9987,7 +9995,7 @@ type ListNamespacesRequest$2 = {
|
|
|
9987
9995
|
/** Number of namespaces per page. */
|
|
9988
9996
|
pageSize?: number;
|
|
9989
9997
|
/** Order of the namespaces. */
|
|
9990
|
-
orderBy?: ListNamespacesRequestOrderBy$
|
|
9998
|
+
orderBy?: ListNamespacesRequestOrderBy$1;
|
|
9991
9999
|
/** Name of the namespace. */
|
|
9992
10000
|
name?: string;
|
|
9993
10001
|
/** UUID of the Organization the namespace belongs to. */
|
|
@@ -9995,8 +10003,8 @@ type ListNamespacesRequest$2 = {
|
|
|
9995
10003
|
/** UUID of the Project the namespace belongs to. */
|
|
9996
10004
|
projectId?: string;
|
|
9997
10005
|
};
|
|
9998
|
-
interface ListNamespacesResponse$
|
|
9999
|
-
namespaces: Namespace$
|
|
10006
|
+
interface ListNamespacesResponse$1 {
|
|
10007
|
+
namespaces: Namespace$1[];
|
|
10000
10008
|
/** Total number of namespaces. */
|
|
10001
10009
|
totalCount: number;
|
|
10002
10010
|
}
|
|
@@ -10117,7 +10125,7 @@ type UpdateFunctionRequest = {
|
|
|
10117
10125
|
*/
|
|
10118
10126
|
httpOption?: FunctionHttpOption;
|
|
10119
10127
|
};
|
|
10120
|
-
type UpdateNamespaceRequest$
|
|
10128
|
+
type UpdateNamespaceRequest$1 = {
|
|
10121
10129
|
/**
|
|
10122
10130
|
* Region to target. If none is passed will use default region from the
|
|
10123
10131
|
* config.
|
|
@@ -10159,10 +10167,10 @@ interface UploadURL {
|
|
|
10159
10167
|
}
|
|
10160
10168
|
|
|
10161
10169
|
/** Serverless Functions API. */
|
|
10162
|
-
declare class API$
|
|
10170
|
+
declare class API$k extends API$v {
|
|
10163
10171
|
/** Lists the available regions of the API. */
|
|
10164
10172
|
static readonly LOCALITIES: Region[];
|
|
10165
|
-
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$
|
|
10173
|
+
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
10166
10174
|
/**
|
|
10167
10175
|
* List all your namespaces. List all existing namespaces in the specified
|
|
10168
10176
|
* region.
|
|
@@ -10170,9 +10178,9 @@ declare class API$l extends API$w {
|
|
|
10170
10178
|
* @param request - The request {@link ListNamespacesRequest}
|
|
10171
10179
|
* @returns A Promise of ListNamespacesResponse
|
|
10172
10180
|
*/
|
|
10173
|
-
listNamespaces: (request?: Readonly<ListNamespacesRequest$
|
|
10174
|
-
all: () => Promise<Namespace$
|
|
10175
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<Namespace$
|
|
10181
|
+
listNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1> & {
|
|
10182
|
+
all: () => Promise<Namespace$1[]>;
|
|
10183
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Namespace$1[], void, void>;
|
|
10176
10184
|
};
|
|
10177
10185
|
/**
|
|
10178
10186
|
* Get a namespace. Get the namespace associated with the specified ID.
|
|
@@ -10180,7 +10188,7 @@ declare class API$l extends API$w {
|
|
|
10180
10188
|
* @param request - The request {@link GetNamespaceRequest}
|
|
10181
10189
|
* @returns A Promise of Namespace
|
|
10182
10190
|
*/
|
|
10183
|
-
getNamespace: (request: Readonly<GetNamespaceRequest$
|
|
10191
|
+
getNamespace: (request: Readonly<GetNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
10184
10192
|
/**
|
|
10185
10193
|
* Waits for {@link Namespace} to be in a final state.
|
|
10186
10194
|
*
|
|
@@ -10188,7 +10196,7 @@ declare class API$l extends API$w {
|
|
|
10188
10196
|
* @param options - The waiting options
|
|
10189
10197
|
* @returns A Promise of Namespace
|
|
10190
10198
|
*/
|
|
10191
|
-
waitForNamespace: (request: Readonly<GetNamespaceRequest$
|
|
10199
|
+
waitForNamespace: (request: Readonly<GetNamespaceRequest$1>, options?: Readonly<WaitForOptions<Namespace$1>>) => Promise<Namespace$1>;
|
|
10192
10200
|
/**
|
|
10193
10201
|
* Create a new namespace. Create a new namespace in a specified Organization
|
|
10194
10202
|
* or Project.
|
|
@@ -10196,7 +10204,7 @@ declare class API$l extends API$w {
|
|
|
10196
10204
|
* @param request - The request {@link CreateNamespaceRequest}
|
|
10197
10205
|
* @returns A Promise of Namespace
|
|
10198
10206
|
*/
|
|
10199
|
-
createNamespace: (request?: Readonly<CreateNamespaceRequest$
|
|
10207
|
+
createNamespace: (request?: Readonly<CreateNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
10200
10208
|
/**
|
|
10201
10209
|
* Update an existing namespace. Update the namespace associated with the
|
|
10202
10210
|
* specified ID.
|
|
@@ -10204,7 +10212,7 @@ declare class API$l extends API$w {
|
|
|
10204
10212
|
* @param request - The request {@link UpdateNamespaceRequest}
|
|
10205
10213
|
* @returns A Promise of Namespace
|
|
10206
10214
|
*/
|
|
10207
|
-
updateNamespace: (request: Readonly<UpdateNamespaceRequest$
|
|
10215
|
+
updateNamespace: (request: Readonly<UpdateNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
10208
10216
|
/**
|
|
10209
10217
|
* Delete an existing namespace. Delete the namespace associated with the
|
|
10210
10218
|
* specified ID.
|
|
@@ -10212,7 +10220,7 @@ declare class API$l extends API$w {
|
|
|
10212
10220
|
* @param request - The request {@link DeleteNamespaceRequest}
|
|
10213
10221
|
* @returns A Promise of Namespace
|
|
10214
10222
|
*/
|
|
10215
|
-
deleteNamespace: (request: Readonly<DeleteNamespaceRequest$
|
|
10223
|
+
deleteNamespace: (request: Readonly<DeleteNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
10216
10224
|
protected pageOfListFunctions: (request: Readonly<ListFunctionsRequest>) => Promise<ListFunctionsResponse>;
|
|
10217
10225
|
/**
|
|
10218
10226
|
* List all your functions.
|
|
@@ -10555,71 +10563,71 @@ declare namespace validationRules_gen$7 {
|
|
|
10555
10563
|
export { validationRules_gen$7_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$7_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$7_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$7_UpdateTriggerRequest as UpdateTriggerRequest };
|
|
10556
10564
|
}
|
|
10557
10565
|
|
|
10558
|
-
declare const index_gen$
|
|
10559
|
-
type index_gen$
|
|
10560
|
-
type index_gen$
|
|
10561
|
-
type index_gen$
|
|
10562
|
-
type index_gen$
|
|
10563
|
-
type index_gen$
|
|
10564
|
-
type index_gen$
|
|
10565
|
-
type index_gen$
|
|
10566
|
-
type index_gen$
|
|
10567
|
-
type index_gen$
|
|
10568
|
-
type index_gen$
|
|
10569
|
-
type index_gen$
|
|
10570
|
-
type index_gen$
|
|
10571
|
-
type index_gen$
|
|
10572
|
-
declare const index_gen$
|
|
10573
|
-
type index_gen$
|
|
10574
|
-
type index_gen$
|
|
10575
|
-
type index_gen$
|
|
10576
|
-
type index_gen$
|
|
10577
|
-
type index_gen$
|
|
10578
|
-
type index_gen$
|
|
10579
|
-
type index_gen$
|
|
10580
|
-
type index_gen$
|
|
10581
|
-
type index_gen$
|
|
10582
|
-
type index_gen$
|
|
10583
|
-
type index_gen$
|
|
10584
|
-
type index_gen$
|
|
10585
|
-
type index_gen$
|
|
10586
|
-
type index_gen$
|
|
10587
|
-
type index_gen$
|
|
10588
|
-
type index_gen$
|
|
10589
|
-
type index_gen$
|
|
10590
|
-
type index_gen$
|
|
10591
|
-
type index_gen$
|
|
10592
|
-
type index_gen$
|
|
10593
|
-
type index_gen$
|
|
10594
|
-
type index_gen$
|
|
10595
|
-
type index_gen$
|
|
10596
|
-
type index_gen$
|
|
10597
|
-
type index_gen$
|
|
10598
|
-
type index_gen$
|
|
10599
|
-
type index_gen$
|
|
10600
|
-
type index_gen$
|
|
10601
|
-
type index_gen$
|
|
10602
|
-
type index_gen$
|
|
10603
|
-
declare const index_gen$
|
|
10604
|
-
declare const index_gen$
|
|
10605
|
-
type index_gen$
|
|
10606
|
-
type index_gen$
|
|
10607
|
-
type index_gen$
|
|
10608
|
-
type index_gen$
|
|
10609
|
-
type index_gen$
|
|
10610
|
-
type index_gen$
|
|
10611
|
-
type index_gen$
|
|
10612
|
-
type index_gen$
|
|
10613
|
-
type index_gen$
|
|
10614
|
-
type index_gen$
|
|
10615
|
-
type index_gen$
|
|
10616
|
-
type index_gen$
|
|
10617
|
-
declare namespace index_gen$
|
|
10618
|
-
export { API$
|
|
10566
|
+
declare const index_gen$j_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
10567
|
+
type index_gen$j_CreateCronRequest = CreateCronRequest;
|
|
10568
|
+
type index_gen$j_CreateFunctionRequest = CreateFunctionRequest;
|
|
10569
|
+
type index_gen$j_CreateTokenRequest = CreateTokenRequest;
|
|
10570
|
+
type index_gen$j_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
10571
|
+
type index_gen$j_Cron = Cron;
|
|
10572
|
+
type index_gen$j_CronStatus = CronStatus;
|
|
10573
|
+
type index_gen$j_DeleteCronRequest = DeleteCronRequest;
|
|
10574
|
+
type index_gen$j_DeleteDomainRequest = DeleteDomainRequest;
|
|
10575
|
+
type index_gen$j_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
10576
|
+
type index_gen$j_DeleteTokenRequest = DeleteTokenRequest;
|
|
10577
|
+
type index_gen$j_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
10578
|
+
type index_gen$j_DeployFunctionRequest = DeployFunctionRequest;
|
|
10579
|
+
type index_gen$j_DownloadURL = DownloadURL;
|
|
10580
|
+
declare const index_gen$j_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
10581
|
+
type index_gen$j_Function = Function;
|
|
10582
|
+
type index_gen$j_FunctionHttpOption = FunctionHttpOption;
|
|
10583
|
+
type index_gen$j_FunctionPrivacy = FunctionPrivacy;
|
|
10584
|
+
type index_gen$j_FunctionRuntime = FunctionRuntime;
|
|
10585
|
+
type index_gen$j_FunctionStatus = FunctionStatus;
|
|
10586
|
+
type index_gen$j_GetCronRequest = GetCronRequest;
|
|
10587
|
+
type index_gen$j_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
10588
|
+
type index_gen$j_GetFunctionRequest = GetFunctionRequest;
|
|
10589
|
+
type index_gen$j_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
10590
|
+
type index_gen$j_GetTokenRequest = GetTokenRequest;
|
|
10591
|
+
type index_gen$j_GetTriggerRequest = GetTriggerRequest;
|
|
10592
|
+
type index_gen$j_IssueJWTRequest = IssueJWTRequest;
|
|
10593
|
+
type index_gen$j_ListCronsRequest = ListCronsRequest;
|
|
10594
|
+
type index_gen$j_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
10595
|
+
type index_gen$j_ListCronsResponse = ListCronsResponse;
|
|
10596
|
+
type index_gen$j_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
10597
|
+
type index_gen$j_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
10598
|
+
type index_gen$j_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
10599
|
+
type index_gen$j_ListFunctionsRequest = ListFunctionsRequest;
|
|
10600
|
+
type index_gen$j_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
10601
|
+
type index_gen$j_ListFunctionsResponse = ListFunctionsResponse;
|
|
10602
|
+
type index_gen$j_ListTokensRequest = ListTokensRequest;
|
|
10603
|
+
type index_gen$j_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
10604
|
+
type index_gen$j_ListTokensResponse = ListTokensResponse;
|
|
10605
|
+
type index_gen$j_ListTriggersRequest = ListTriggersRequest;
|
|
10606
|
+
type index_gen$j_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
10607
|
+
type index_gen$j_ListTriggersResponse = ListTriggersResponse;
|
|
10608
|
+
type index_gen$j_LogStream = LogStream;
|
|
10609
|
+
type index_gen$j_RuntimeStatus = RuntimeStatus;
|
|
10610
|
+
type index_gen$j_SecretHashedValue = SecretHashedValue;
|
|
10611
|
+
declare const index_gen$j_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
10612
|
+
declare const index_gen$j_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
10613
|
+
type index_gen$j_Token = Token;
|
|
10614
|
+
type index_gen$j_TokenStatus = TokenStatus;
|
|
10615
|
+
type index_gen$j_Trigger = Trigger;
|
|
10616
|
+
type index_gen$j_TriggerInputType = TriggerInputType;
|
|
10617
|
+
type index_gen$j_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
10618
|
+
type index_gen$j_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
10619
|
+
type index_gen$j_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
10620
|
+
type index_gen$j_TriggerStatus = TriggerStatus;
|
|
10621
|
+
type index_gen$j_UpdateCronRequest = UpdateCronRequest;
|
|
10622
|
+
type index_gen$j_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
10623
|
+
type index_gen$j_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
10624
|
+
type index_gen$j_UploadURL = UploadURL;
|
|
10625
|
+
declare namespace index_gen$j {
|
|
10626
|
+
export { API$k as API, index_gen$j_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$j_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$j_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$j_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$j_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$j_Cron as Cron, type index_gen$j_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$j_DeleteCronRequest as DeleteCronRequest, type index_gen$j_DeleteDomainRequest as DeleteDomainRequest, type index_gen$j_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$j_DeleteTokenRequest as DeleteTokenRequest, type index_gen$j_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$j_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$j_DownloadURL as DownloadURL, index_gen$j_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$j_Function as Function, type index_gen$j_FunctionHttpOption as FunctionHttpOption, type index_gen$j_FunctionPrivacy as FunctionPrivacy, type index_gen$j_FunctionRuntime as FunctionRuntime, type index_gen$j_FunctionStatus as FunctionStatus, type index_gen$j_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$j_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$j_GetFunctionRequest as GetFunctionRequest, type index_gen$j_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$j_GetTokenRequest as GetTokenRequest, type index_gen$j_GetTriggerRequest as GetTriggerRequest, type index_gen$j_IssueJWTRequest as IssueJWTRequest, type index_gen$j_ListCronsRequest as ListCronsRequest, type index_gen$j_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$j_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$j_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$j_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$j_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$j_ListFunctionsRequest as ListFunctionsRequest, type index_gen$j_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$j_ListFunctionsResponse as ListFunctionsResponse, type ListLogsRequest$2 as ListLogsRequest, type ListLogsRequestOrderBy$1 as ListLogsRequestOrderBy, type ListLogsResponse$1 as ListLogsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type index_gen$j_ListTokensRequest as ListTokensRequest, type index_gen$j_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$j_ListTokensResponse as ListTokensResponse, type index_gen$j_ListTriggersRequest as ListTriggersRequest, type index_gen$j_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$j_ListTriggersResponse as ListTriggersResponse, type Log$1 as Log, type index_gen$j_LogStream as LogStream, NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES, type Namespace$1 as Namespace, type NamespaceStatus$1 as NamespaceStatus, type Runtime$1 as Runtime, type index_gen$j_RuntimeStatus as RuntimeStatus, type Secret$1 as Secret, type index_gen$j_SecretHashedValue as SecretHashedValue, index_gen$j_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$j_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$j_Token as Token, type index_gen$j_TokenStatus as TokenStatus, type index_gen$j_Trigger as Trigger, type index_gen$j_TriggerInputType as TriggerInputType, type index_gen$j_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$j_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$j_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$j_TriggerStatus as TriggerStatus, type index_gen$j_UpdateCronRequest as UpdateCronRequest, type index_gen$j_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$j_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$j_UploadURL as UploadURL, validationRules_gen$7 as ValidationRules };
|
|
10619
10627
|
}
|
|
10620
10628
|
|
|
10621
10629
|
declare namespace index$m {
|
|
10622
|
-
export { index_gen$
|
|
10630
|
+
export { index_gen$j as v1beta1 };
|
|
10623
10631
|
}
|
|
10624
10632
|
|
|
10625
10633
|
type BearerType = 'unknown_bearer_type' | 'user' | 'application';
|
|
@@ -10723,6 +10731,8 @@ interface Application {
|
|
|
10723
10731
|
editable: boolean;
|
|
10724
10732
|
/** Number of API keys attributed to the application. */
|
|
10725
10733
|
nbApiKeys: number;
|
|
10734
|
+
/** Tags associated with the user. */
|
|
10735
|
+
tags: string[];
|
|
10726
10736
|
}
|
|
10727
10737
|
interface Group {
|
|
10728
10738
|
/** ID of the group. */
|
|
@@ -10741,6 +10751,8 @@ interface Group {
|
|
|
10741
10751
|
userIds: string[];
|
|
10742
10752
|
/** IDs of applications attached to this group. */
|
|
10743
10753
|
applicationIds: string[];
|
|
10754
|
+
/** Tags associated to the group. */
|
|
10755
|
+
tags: string[];
|
|
10744
10756
|
}
|
|
10745
10757
|
interface Log {
|
|
10746
10758
|
/** Log ID. */
|
|
@@ -10795,6 +10807,8 @@ interface Policy {
|
|
|
10795
10807
|
nbScopes: number;
|
|
10796
10808
|
/** Number of permission sets of the policy. */
|
|
10797
10809
|
nbPermissionSets: number;
|
|
10810
|
+
/** Tags associated with the policy. */
|
|
10811
|
+
tags: string[];
|
|
10798
10812
|
/**
|
|
10799
10813
|
* ID of the user attributed to the policy.
|
|
10800
10814
|
*
|
|
@@ -10914,6 +10928,8 @@ interface User$1 {
|
|
|
10914
10928
|
mfa: boolean;
|
|
10915
10929
|
/** ID of the account root user associated with the user. */
|
|
10916
10930
|
accountRootUserId: string;
|
|
10931
|
+
/** Tags associated with the user. */
|
|
10932
|
+
tags: string[];
|
|
10917
10933
|
}
|
|
10918
10934
|
type AddGroupMemberRequest = {
|
|
10919
10935
|
/** ID of the group. */
|
|
@@ -10969,6 +10985,8 @@ type CreateApplicationRequest$1 = {
|
|
|
10969
10985
|
organizationId?: string;
|
|
10970
10986
|
/** Description of the application (max length is 200 characters). */
|
|
10971
10987
|
description: string;
|
|
10988
|
+
/** Tags associated with the application (maximum of 10 tags). */
|
|
10989
|
+
tags?: string[];
|
|
10972
10990
|
};
|
|
10973
10991
|
type CreateGroupRequest$1 = {
|
|
10974
10992
|
/** ID of Organization linked to the group. */
|
|
@@ -10980,6 +10998,8 @@ type CreateGroupRequest$1 = {
|
|
|
10980
10998
|
name?: string;
|
|
10981
10999
|
/** Description of the group to create (max length is 200 chars). */
|
|
10982
11000
|
description: string;
|
|
11001
|
+
/** Tags associated with the group (maximum of 10 tags). */
|
|
11002
|
+
tags?: string[];
|
|
10983
11003
|
};
|
|
10984
11004
|
type CreatePolicyRequest$1 = {
|
|
10985
11005
|
/** Name of the policy to create (max length is 64 characters). */
|
|
@@ -10990,6 +11010,8 @@ type CreatePolicyRequest$1 = {
|
|
|
10990
11010
|
organizationId?: string;
|
|
10991
11011
|
/** Rules of the policy to create. */
|
|
10992
11012
|
rules?: RuleSpecs[];
|
|
11013
|
+
/** Tags associated with the policy (maximum of 10 tags). */
|
|
11014
|
+
tags?: string[];
|
|
10993
11015
|
/**
|
|
10994
11016
|
* ID of user attributed to the policy.
|
|
10995
11017
|
*
|
|
@@ -11035,6 +11057,8 @@ type CreateUserRequest$1 = {
|
|
|
11035
11057
|
organizationId?: string;
|
|
11036
11058
|
/** Email of the user. */
|
|
11037
11059
|
email: string;
|
|
11060
|
+
/** Tags associated with the user. */
|
|
11061
|
+
tags?: string[];
|
|
11038
11062
|
};
|
|
11039
11063
|
type DeleteAPIKeyRequest = {
|
|
11040
11064
|
/** Access key to delete. */
|
|
@@ -11156,6 +11180,8 @@ type ListApplicationsRequest$1 = {
|
|
|
11156
11180
|
editable?: boolean;
|
|
11157
11181
|
/** Filter by list of IDs. */
|
|
11158
11182
|
applicationIds?: string[];
|
|
11183
|
+
/** Filter by tags containing a given string. */
|
|
11184
|
+
tag?: string;
|
|
11159
11185
|
};
|
|
11160
11186
|
interface ListApplicationsResponse {
|
|
11161
11187
|
/** List of applications. */
|
|
@@ -11180,6 +11206,8 @@ type ListGroupsRequest$1 = {
|
|
|
11180
11206
|
userIds?: string[];
|
|
11181
11207
|
/** Filter by a list of group IDs. */
|
|
11182
11208
|
groupIds?: string[];
|
|
11209
|
+
/** Filter by tags containing a given string. */
|
|
11210
|
+
tag?: string;
|
|
11183
11211
|
};
|
|
11184
11212
|
interface ListGroupsResponse {
|
|
11185
11213
|
/** List of groups. */
|
|
@@ -11266,6 +11294,8 @@ type ListPoliciesRequest$1 = {
|
|
|
11266
11294
|
noPrincipal?: boolean;
|
|
11267
11295
|
/** Name of the policy to fetch. */
|
|
11268
11296
|
policyName?: string;
|
|
11297
|
+
/** Filter by tags containing a given string. */
|
|
11298
|
+
tag?: string;
|
|
11269
11299
|
};
|
|
11270
11300
|
interface ListPoliciesResponse {
|
|
11271
11301
|
/** List of policies. */
|
|
@@ -11338,6 +11368,8 @@ type ListUsersRequest$2 = {
|
|
|
11338
11368
|
userIds?: string[];
|
|
11339
11369
|
/** Filter by MFA status. */
|
|
11340
11370
|
mfa?: boolean;
|
|
11371
|
+
/** Filter by tags containing a given string. */
|
|
11372
|
+
tag?: string;
|
|
11341
11373
|
};
|
|
11342
11374
|
interface ListUsersResponse$1 {
|
|
11343
11375
|
/** List of users. */
|
|
@@ -11391,6 +11423,8 @@ type UpdateApplicationRequest$1 = {
|
|
|
11391
11423
|
name?: string;
|
|
11392
11424
|
/** New description for the application (max length is 200 chars). */
|
|
11393
11425
|
description?: string;
|
|
11426
|
+
/** New tags for the application (maximum of 10 tags). */
|
|
11427
|
+
tags?: string[];
|
|
11394
11428
|
};
|
|
11395
11429
|
type UpdateGroupRequest$1 = {
|
|
11396
11430
|
/** ID of the group to update. */
|
|
@@ -11402,6 +11436,8 @@ type UpdateGroupRequest$1 = {
|
|
|
11402
11436
|
name?: string;
|
|
11403
11437
|
/** New description for the group (max length is 200 chars). */
|
|
11404
11438
|
description?: string;
|
|
11439
|
+
/** New tags for the group (maximum of 10 tags). */
|
|
11440
|
+
tags?: string[];
|
|
11405
11441
|
};
|
|
11406
11442
|
type UpdatePolicyRequest$1 = {
|
|
11407
11443
|
/** Id of policy to update. */
|
|
@@ -11410,6 +11446,8 @@ type UpdatePolicyRequest$1 = {
|
|
|
11410
11446
|
name?: string;
|
|
11411
11447
|
/** New description of policy (max length is 200 characters). */
|
|
11412
11448
|
description?: string;
|
|
11449
|
+
/** New tags for the policy (maximum of 10 tags). */
|
|
11450
|
+
tags?: string[];
|
|
11413
11451
|
/**
|
|
11414
11452
|
* New ID of user attributed to the policy.
|
|
11415
11453
|
*
|
|
@@ -11448,7 +11486,7 @@ type UpdateSSHKeyRequest$1 = {
|
|
|
11448
11486
|
};
|
|
11449
11487
|
|
|
11450
11488
|
/** IAM API. */
|
|
11451
|
-
declare class API$
|
|
11489
|
+
declare class API$j extends API$v {
|
|
11452
11490
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
11453
11491
|
/**
|
|
11454
11492
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -12128,69 +12166,69 @@ declare namespace validationRules_gen$6 {
|
|
|
12128
12166
|
export { validationRules_gen$6_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$6_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$6_CreateGroupRequest as CreateGroupRequest, validationRules_gen$6_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$6_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$6_GetQuotumRequest as GetQuotumRequest, validationRules_gen$6_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$6_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$6_ListGroupsRequest as ListGroupsRequest, validationRules_gen$6_ListJWTsRequest as ListJWTsRequest, validationRules_gen$6_ListLogsRequest as ListLogsRequest, validationRules_gen$6_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$6_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$6_ListQuotaRequest as ListQuotaRequest, validationRules_gen$6_ListRulesRequest as ListRulesRequest, validationRules_gen$6_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$6_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$6_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$6_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$6_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$6_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
|
|
12129
12167
|
}
|
|
12130
12168
|
|
|
12131
|
-
type index_gen$
|
|
12132
|
-
type index_gen$
|
|
12133
|
-
type index_gen$
|
|
12134
|
-
type index_gen$
|
|
12135
|
-
type index_gen$
|
|
12136
|
-
type index_gen$
|
|
12137
|
-
type index_gen$
|
|
12138
|
-
type index_gen$
|
|
12139
|
-
type index_gen$
|
|
12140
|
-
type index_gen$
|
|
12141
|
-
type index_gen$
|
|
12142
|
-
type index_gen$
|
|
12143
|
-
type index_gen$
|
|
12144
|
-
type index_gen$
|
|
12145
|
-
type index_gen$
|
|
12146
|
-
type index_gen$
|
|
12147
|
-
type index_gen$
|
|
12148
|
-
type index_gen$
|
|
12149
|
-
type index_gen$
|
|
12150
|
-
type index_gen$
|
|
12151
|
-
type index_gen$
|
|
12152
|
-
type index_gen$
|
|
12153
|
-
type index_gen$
|
|
12154
|
-
type index_gen$
|
|
12155
|
-
type index_gen$
|
|
12156
|
-
type index_gen$
|
|
12157
|
-
type index_gen$
|
|
12158
|
-
type index_gen$
|
|
12159
|
-
type index_gen$
|
|
12160
|
-
type index_gen$
|
|
12161
|
-
type index_gen$
|
|
12162
|
-
type index_gen$
|
|
12163
|
-
type index_gen$
|
|
12164
|
-
type index_gen$
|
|
12165
|
-
type index_gen$
|
|
12166
|
-
type index_gen$
|
|
12167
|
-
type index_gen$
|
|
12168
|
-
type index_gen$
|
|
12169
|
-
type index_gen$
|
|
12170
|
-
type index_gen$
|
|
12171
|
-
type index_gen$
|
|
12172
|
-
type index_gen$
|
|
12173
|
-
type index_gen$
|
|
12174
|
-
type index_gen$
|
|
12175
|
-
type index_gen$
|
|
12176
|
-
type index_gen$
|
|
12177
|
-
type index_gen$
|
|
12178
|
-
type index_gen$
|
|
12179
|
-
type index_gen$
|
|
12180
|
-
type index_gen$
|
|
12181
|
-
type index_gen$
|
|
12182
|
-
type index_gen$
|
|
12183
|
-
type index_gen$
|
|
12184
|
-
type index_gen$
|
|
12185
|
-
type index_gen$
|
|
12186
|
-
type index_gen$
|
|
12187
|
-
type index_gen$
|
|
12188
|
-
declare namespace index_gen$
|
|
12189
|
-
export { API$
|
|
12169
|
+
type index_gen$i_APIKey = APIKey;
|
|
12170
|
+
type index_gen$i_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
12171
|
+
type index_gen$i_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
12172
|
+
type index_gen$i_Application = Application;
|
|
12173
|
+
type index_gen$i_BearerType = BearerType;
|
|
12174
|
+
type index_gen$i_ClonePolicyRequest = ClonePolicyRequest;
|
|
12175
|
+
type index_gen$i_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
12176
|
+
type index_gen$i_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
12177
|
+
type index_gen$i_DeleteGroupRequest = DeleteGroupRequest;
|
|
12178
|
+
type index_gen$i_DeleteJWTRequest = DeleteJWTRequest;
|
|
12179
|
+
type index_gen$i_DeletePolicyRequest = DeletePolicyRequest;
|
|
12180
|
+
type index_gen$i_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
12181
|
+
type index_gen$i_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
12182
|
+
type index_gen$i_GetApplicationRequest = GetApplicationRequest;
|
|
12183
|
+
type index_gen$i_GetGroupRequest = GetGroupRequest;
|
|
12184
|
+
type index_gen$i_GetJWTRequest = GetJWTRequest;
|
|
12185
|
+
type index_gen$i_GetLogRequest = GetLogRequest;
|
|
12186
|
+
type index_gen$i_GetPolicyRequest = GetPolicyRequest;
|
|
12187
|
+
type index_gen$i_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
12188
|
+
type index_gen$i_GetUserRequest = GetUserRequest;
|
|
12189
|
+
type index_gen$i_Group = Group;
|
|
12190
|
+
type index_gen$i_JWT = JWT;
|
|
12191
|
+
type index_gen$i_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
12192
|
+
type index_gen$i_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
12193
|
+
type index_gen$i_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
12194
|
+
type index_gen$i_ListApplicationsResponse = ListApplicationsResponse;
|
|
12195
|
+
type index_gen$i_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
12196
|
+
type index_gen$i_ListGroupsResponse = ListGroupsResponse;
|
|
12197
|
+
type index_gen$i_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
12198
|
+
type index_gen$i_ListJWTsResponse = ListJWTsResponse;
|
|
12199
|
+
type index_gen$i_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
12200
|
+
type index_gen$i_ListLogsResponse = ListLogsResponse;
|
|
12201
|
+
type index_gen$i_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
12202
|
+
type index_gen$i_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
12203
|
+
type index_gen$i_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
12204
|
+
type index_gen$i_ListPoliciesResponse = ListPoliciesResponse;
|
|
12205
|
+
type index_gen$i_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
12206
|
+
type index_gen$i_ListQuotaResponse = ListQuotaResponse;
|
|
12207
|
+
type index_gen$i_ListRulesResponse = ListRulesResponse;
|
|
12208
|
+
type index_gen$i_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
12209
|
+
type index_gen$i_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
12210
|
+
type index_gen$i_Log = Log;
|
|
12211
|
+
type index_gen$i_LogAction = LogAction;
|
|
12212
|
+
type index_gen$i_LogResourceType = LogResourceType;
|
|
12213
|
+
type index_gen$i_PermissionSet = PermissionSet;
|
|
12214
|
+
type index_gen$i_PermissionSetScopeType = PermissionSetScopeType;
|
|
12215
|
+
type index_gen$i_Policy = Policy;
|
|
12216
|
+
type index_gen$i_Quotum = Quotum;
|
|
12217
|
+
type index_gen$i_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
12218
|
+
type index_gen$i_Rule = Rule;
|
|
12219
|
+
type index_gen$i_RuleSpecs = RuleSpecs;
|
|
12220
|
+
type index_gen$i_SSHKey = SSHKey;
|
|
12221
|
+
type index_gen$i_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
12222
|
+
type index_gen$i_SetRulesRequest = SetRulesRequest;
|
|
12223
|
+
type index_gen$i_SetRulesResponse = SetRulesResponse;
|
|
12224
|
+
type index_gen$i_UserStatus = UserStatus;
|
|
12225
|
+
type index_gen$i_UserType = UserType;
|
|
12226
|
+
declare namespace index_gen$i {
|
|
12227
|
+
export { API$j as API, type index_gen$i_APIKey as APIKey, type index_gen$i_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$i_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$i_Application as Application, type index_gen$i_BearerType as BearerType, type index_gen$i_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$i_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$i_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$i_DeleteGroupRequest as DeleteGroupRequest, type index_gen$i_DeleteJWTRequest as DeleteJWTRequest, type index_gen$i_DeletePolicyRequest as DeletePolicyRequest, type index_gen$i_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$i_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$i_GetApplicationRequest as GetApplicationRequest, type index_gen$i_GetGroupRequest as GetGroupRequest, type index_gen$i_GetJWTRequest as GetJWTRequest, type index_gen$i_GetLogRequest as GetLogRequest, type index_gen$i_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$i_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$i_GetUserRequest as GetUserRequest, type index_gen$i_Group as Group, type index_gen$i_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$i_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$i_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$i_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$i_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$i_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$i_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$i_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$i_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$i_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$i_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$i_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$i_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$i_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$i_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$i_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$i_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$i_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$i_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$i_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$i_Log as Log, type index_gen$i_LogAction as LogAction, type index_gen$i_LogResourceType as LogResourceType, type index_gen$i_PermissionSet as PermissionSet, type index_gen$i_PermissionSetScopeType as PermissionSetScopeType, type index_gen$i_Policy as Policy, type index_gen$i_Quotum as Quotum, type index_gen$i_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$i_Rule as Rule, type index_gen$i_RuleSpecs as RuleSpecs, type index_gen$i_SSHKey as SSHKey, type index_gen$i_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$i_SetRulesRequest as SetRulesRequest, type index_gen$i_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$i_UserStatus as UserStatus, type index_gen$i_UserType as UserType, validationRules_gen$6 as ValidationRules };
|
|
12190
12228
|
}
|
|
12191
12229
|
|
|
12192
12230
|
declare namespace index$l {
|
|
12193
|
-
export { index_gen$
|
|
12231
|
+
export { index_gen$i as v1alpha1 };
|
|
12194
12232
|
}
|
|
12195
12233
|
|
|
12196
12234
|
type Arch = 'x86_64' | 'arm' | 'arm64';
|
|
@@ -13118,22 +13156,13 @@ type CreateVolumeRequest$1 = {
|
|
|
13118
13156
|
/**
|
|
13119
13157
|
* Volume disk size, must be a multiple of 512.
|
|
13120
13158
|
*
|
|
13121
|
-
* One-of ('from'): at most one of 'size', '
|
|
13122
|
-
* be set.
|
|
13159
|
+
* One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.
|
|
13123
13160
|
*/
|
|
13124
13161
|
size?: number;
|
|
13125
|
-
/**
|
|
13126
|
-
* @deprecated ID of the volume on which this volume will be based.
|
|
13127
|
-
*
|
|
13128
|
-
* One-of ('from'): at most one of 'size', 'baseVolume', 'baseSnapshot' could
|
|
13129
|
-
* be set.
|
|
13130
|
-
*/
|
|
13131
|
-
baseVolume?: string;
|
|
13132
13162
|
/**
|
|
13133
13163
|
* ID of the snapshot on which this volume will be based.
|
|
13134
13164
|
*
|
|
13135
|
-
* One-of ('from'): at most one of 'size', '
|
|
13136
|
-
* be set.
|
|
13165
|
+
* One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.
|
|
13137
13166
|
*/
|
|
13138
13167
|
baseSnapshot?: string;
|
|
13139
13168
|
};
|
|
@@ -14055,7 +14084,7 @@ interface SetSnapshotResponse {
|
|
|
14055
14084
|
}
|
|
14056
14085
|
|
|
14057
14086
|
/** Instance API. */
|
|
14058
|
-
declare class API$
|
|
14087
|
+
declare class API$i extends API$v {
|
|
14059
14088
|
/** Lists the available zones of the API. */
|
|
14060
14089
|
static readonly LOCALITIES: Zone[];
|
|
14061
14090
|
/**
|
|
@@ -14661,7 +14690,7 @@ type SetServerUserDataRequest = {
|
|
|
14661
14690
|
content: string;
|
|
14662
14691
|
};
|
|
14663
14692
|
|
|
14664
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
14693
|
+
declare class InstanceV1UtilsAPI extends API$i {
|
|
14665
14694
|
/**
|
|
14666
14695
|
* Waits for {@link Image} to be in a final state.
|
|
14667
14696
|
*
|
|
@@ -15903,7 +15932,7 @@ type UpdateRouteRequest$1 = {
|
|
|
15903
15932
|
*
|
|
15904
15933
|
* This API allows you to manage IoT hubs and devices.
|
|
15905
15934
|
*/
|
|
15906
|
-
declare class API$
|
|
15935
|
+
declare class API$h extends API$v {
|
|
15907
15936
|
/** Lists the available regions of the API. */
|
|
15908
15937
|
static readonly LOCALITIES: Region[];
|
|
15909
15938
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -16224,90 +16253,90 @@ declare class API$i extends API$w {
|
|
|
16224
16253
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
16225
16254
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
16226
16255
|
|
|
16227
|
-
type index_gen$
|
|
16228
|
-
type index_gen$
|
|
16229
|
-
type index_gen$
|
|
16230
|
-
type index_gen$
|
|
16231
|
-
type index_gen$
|
|
16232
|
-
type index_gen$
|
|
16233
|
-
type index_gen$
|
|
16234
|
-
type index_gen$
|
|
16235
|
-
type index_gen$
|
|
16236
|
-
type index_gen$
|
|
16237
|
-
type index_gen$
|
|
16238
|
-
type index_gen$
|
|
16239
|
-
type index_gen$
|
|
16240
|
-
type index_gen$
|
|
16241
|
-
type index_gen$
|
|
16242
|
-
type index_gen$
|
|
16243
|
-
type index_gen$
|
|
16244
|
-
type index_gen$
|
|
16245
|
-
type index_gen$
|
|
16246
|
-
type index_gen$
|
|
16247
|
-
type index_gen$
|
|
16248
|
-
type index_gen$
|
|
16249
|
-
type index_gen$
|
|
16250
|
-
type index_gen$
|
|
16251
|
-
type index_gen$
|
|
16252
|
-
type index_gen$
|
|
16253
|
-
type index_gen$
|
|
16254
|
-
type index_gen$
|
|
16255
|
-
type index_gen$
|
|
16256
|
-
type index_gen$
|
|
16257
|
-
type index_gen$
|
|
16258
|
-
type index_gen$
|
|
16259
|
-
type index_gen$
|
|
16260
|
-
type index_gen$
|
|
16261
|
-
declare const index_gen$
|
|
16262
|
-
type index_gen$
|
|
16263
|
-
type index_gen$
|
|
16264
|
-
type index_gen$
|
|
16265
|
-
type index_gen$
|
|
16266
|
-
type index_gen$
|
|
16267
|
-
type index_gen$
|
|
16268
|
-
type index_gen$
|
|
16269
|
-
type index_gen$
|
|
16270
|
-
type index_gen$
|
|
16271
|
-
type index_gen$
|
|
16272
|
-
type index_gen$
|
|
16273
|
-
type index_gen$
|
|
16274
|
-
type index_gen$
|
|
16275
|
-
type index_gen$
|
|
16276
|
-
type index_gen$
|
|
16277
|
-
type index_gen$
|
|
16278
|
-
type index_gen$
|
|
16279
|
-
type index_gen$
|
|
16280
|
-
type index_gen$
|
|
16281
|
-
type index_gen$
|
|
16282
|
-
type index_gen$
|
|
16283
|
-
type index_gen$
|
|
16284
|
-
type index_gen$
|
|
16285
|
-
type index_gen$
|
|
16286
|
-
type index_gen$
|
|
16287
|
-
type index_gen$
|
|
16288
|
-
type index_gen$
|
|
16289
|
-
type index_gen$
|
|
16290
|
-
type index_gen$
|
|
16291
|
-
type index_gen$
|
|
16292
|
-
type index_gen$
|
|
16293
|
-
type index_gen$
|
|
16294
|
-
type index_gen$
|
|
16295
|
-
type index_gen$
|
|
16296
|
-
type index_gen$
|
|
16297
|
-
type index_gen$
|
|
16298
|
-
type index_gen$
|
|
16299
|
-
type index_gen$
|
|
16300
|
-
type index_gen$
|
|
16301
|
-
declare namespace index_gen$
|
|
16302
|
-
export { API$
|
|
16256
|
+
type index_gen$h_CreateDeviceRequest = CreateDeviceRequest;
|
|
16257
|
+
type index_gen$h_CreateDeviceResponse = CreateDeviceResponse;
|
|
16258
|
+
type index_gen$h_CreateHubRequest = CreateHubRequest;
|
|
16259
|
+
type index_gen$h_CreateNetworkRequest = CreateNetworkRequest;
|
|
16260
|
+
type index_gen$h_CreateNetworkResponse = CreateNetworkResponse;
|
|
16261
|
+
type index_gen$h_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
16262
|
+
type index_gen$h_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
16263
|
+
type index_gen$h_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
16264
|
+
type index_gen$h_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
16265
|
+
type index_gen$h_DeleteHubRequest = DeleteHubRequest;
|
|
16266
|
+
type index_gen$h_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
16267
|
+
type index_gen$h_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
16268
|
+
type index_gen$h_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
16269
|
+
type index_gen$h_Device = Device;
|
|
16270
|
+
type index_gen$h_DeviceMessageFilters = DeviceMessageFilters;
|
|
16271
|
+
type index_gen$h_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
16272
|
+
type index_gen$h_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
16273
|
+
type index_gen$h_DeviceStatus = DeviceStatus;
|
|
16274
|
+
type index_gen$h_DisableDeviceRequest = DisableDeviceRequest;
|
|
16275
|
+
type index_gen$h_DisableHubRequest = DisableHubRequest;
|
|
16276
|
+
type index_gen$h_EnableDeviceRequest = EnableDeviceRequest;
|
|
16277
|
+
type index_gen$h_EnableHubRequest = EnableHubRequest;
|
|
16278
|
+
type index_gen$h_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
16279
|
+
type index_gen$h_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
16280
|
+
type index_gen$h_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
16281
|
+
type index_gen$h_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
16282
|
+
type index_gen$h_GetDeviceRequest = GetDeviceRequest;
|
|
16283
|
+
type index_gen$h_GetHubCARequest = GetHubCARequest;
|
|
16284
|
+
type index_gen$h_GetHubCAResponse = GetHubCAResponse;
|
|
16285
|
+
type index_gen$h_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
16286
|
+
type index_gen$h_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
16287
|
+
type index_gen$h_GetHubRequest = GetHubRequest;
|
|
16288
|
+
type index_gen$h_GetNetworkRequest = GetNetworkRequest;
|
|
16289
|
+
type index_gen$h_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
16290
|
+
declare const index_gen$h_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
16291
|
+
type index_gen$h_Hub = Hub;
|
|
16292
|
+
type index_gen$h_HubProductPlan = HubProductPlan;
|
|
16293
|
+
type index_gen$h_HubStatus = HubStatus;
|
|
16294
|
+
type index_gen$h_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
16295
|
+
type index_gen$h_ListDevicesRequest = ListDevicesRequest;
|
|
16296
|
+
type index_gen$h_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
16297
|
+
type index_gen$h_ListDevicesResponse = ListDevicesResponse;
|
|
16298
|
+
type index_gen$h_ListHubsRequest = ListHubsRequest;
|
|
16299
|
+
type index_gen$h_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
16300
|
+
type index_gen$h_ListHubsResponse = ListHubsResponse;
|
|
16301
|
+
type index_gen$h_ListNetworksRequest = ListNetworksRequest;
|
|
16302
|
+
type index_gen$h_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
16303
|
+
type index_gen$h_ListNetworksResponse = ListNetworksResponse;
|
|
16304
|
+
type index_gen$h_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
16305
|
+
type index_gen$h_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
16306
|
+
type index_gen$h_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
16307
|
+
type index_gen$h_Network = Network;
|
|
16308
|
+
type index_gen$h_NetworkNetworkType = NetworkNetworkType;
|
|
16309
|
+
type index_gen$h_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
16310
|
+
type index_gen$h_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
16311
|
+
type index_gen$h_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
16312
|
+
type index_gen$h_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
16313
|
+
type index_gen$h_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
16314
|
+
type index_gen$h_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
16315
|
+
type index_gen$h_RouteRestConfig = RouteRestConfig;
|
|
16316
|
+
type index_gen$h_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
16317
|
+
type index_gen$h_RouteRouteType = RouteRouteType;
|
|
16318
|
+
type index_gen$h_RouteS3Config = RouteS3Config;
|
|
16319
|
+
type index_gen$h_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
16320
|
+
type index_gen$h_RouteSummary = RouteSummary;
|
|
16321
|
+
type index_gen$h_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
16322
|
+
type index_gen$h_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
16323
|
+
type index_gen$h_SetHubCARequest = SetHubCARequest;
|
|
16324
|
+
type index_gen$h_TwinDocument = TwinDocument;
|
|
16325
|
+
type index_gen$h_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
16326
|
+
type index_gen$h_UpdateHubRequest = UpdateHubRequest;
|
|
16327
|
+
type index_gen$h_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
16328
|
+
type index_gen$h_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
16329
|
+
type index_gen$h_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
16330
|
+
declare namespace index_gen$h {
|
|
16331
|
+
export { API$h as API, type Certificate$1 as Certificate, type index_gen$h_CreateDeviceRequest as CreateDeviceRequest, type index_gen$h_CreateDeviceResponse as CreateDeviceResponse, type index_gen$h_CreateHubRequest as CreateHubRequest, type index_gen$h_CreateNetworkRequest as CreateNetworkRequest, type index_gen$h_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$h_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$h_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$h_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$h_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$h_DeleteHubRequest as DeleteHubRequest, type index_gen$h_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$h_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$h_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$h_Device as Device, type index_gen$h_DeviceMessageFilters as DeviceMessageFilters, type index_gen$h_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$h_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$h_DeviceStatus as DeviceStatus, type index_gen$h_DisableDeviceRequest as DisableDeviceRequest, type index_gen$h_DisableHubRequest as DisableHubRequest, type index_gen$h_EnableDeviceRequest as EnableDeviceRequest, type index_gen$h_EnableHubRequest as EnableHubRequest, type index_gen$h_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$h_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$h_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$h_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$h_GetDeviceRequest as GetDeviceRequest, type index_gen$h_GetHubCARequest as GetHubCARequest, type index_gen$h_GetHubCAResponse as GetHubCAResponse, type index_gen$h_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$h_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$h_GetHubRequest as GetHubRequest, type index_gen$h_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$h_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$h_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$h_Hub as Hub, type index_gen$h_HubProductPlan as HubProductPlan, type index_gen$h_HubStatus as HubStatus, type index_gen$h_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$h_ListDevicesRequest as ListDevicesRequest, type index_gen$h_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$h_ListDevicesResponse as ListDevicesResponse, type index_gen$h_ListHubsRequest as ListHubsRequest, type index_gen$h_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$h_ListHubsResponse as ListHubsResponse, type index_gen$h_ListNetworksRequest as ListNetworksRequest, type index_gen$h_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$h_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$h_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$h_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$h_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$h_Network as Network, type index_gen$h_NetworkNetworkType as NetworkNetworkType, type index_gen$h_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$h_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$h_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$h_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$h_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$h_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$h_RouteRestConfig as RouteRestConfig, type index_gen$h_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$h_RouteRouteType as RouteRouteType, type index_gen$h_RouteS3Config as RouteS3Config, type index_gen$h_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$h_RouteSummary as RouteSummary, type index_gen$h_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$h_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$h_SetHubCARequest as SetHubCARequest, type index_gen$h_TwinDocument as TwinDocument, type index_gen$h_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$h_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$h_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$h_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$h_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
|
|
16303
16332
|
}
|
|
16304
16333
|
|
|
16305
16334
|
declare namespace index$i {
|
|
16306
|
-
export { index_gen$
|
|
16335
|
+
export { index_gen$h as v1 };
|
|
16307
16336
|
}
|
|
16308
16337
|
|
|
16309
16338
|
type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
|
|
16310
|
-
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';
|
|
16339
|
+
type ResourceType = 'unknown_type' | 'instance_server' | 'instance_ip' | 'instance_private_nic' | 'lb_server' | 'fip_ip' | 'vpc_gateway' | 'vpc_gateway_network' | 'k8s_node' | 'k8s_cluster' | 'rdb_instance' | 'redis_cluster' | 'baremetal_server' | 'baremetal_private_nic';
|
|
16311
16340
|
interface Resource {
|
|
16312
16341
|
/** Type of resource the IP is attached to. */
|
|
16313
16342
|
type: ResourceType;
|
|
@@ -16496,7 +16525,7 @@ type UpdateIPRequest$1 = {
|
|
|
16496
16525
|
* This API allows you to manage IP addresses with Scaleway's IP Address
|
|
16497
16526
|
* Management tool.
|
|
16498
16527
|
*/
|
|
16499
|
-
declare class API$
|
|
16528
|
+
declare class API$g extends API$v {
|
|
16500
16529
|
/** Lists the available regions of the API. */
|
|
16501
16530
|
static readonly LOCALITIES: Region[];
|
|
16502
16531
|
/**
|
|
@@ -16556,17 +16585,17 @@ declare namespace validationRules_gen$5 {
|
|
|
16556
16585
|
export { ListIPsRequest$2 as ListIPsRequest };
|
|
16557
16586
|
}
|
|
16558
16587
|
|
|
16559
|
-
type index_gen$
|
|
16560
|
-
type index_gen$
|
|
16561
|
-
type index_gen$
|
|
16562
|
-
type index_gen$
|
|
16563
|
-
type index_gen$
|
|
16564
|
-
declare namespace index_gen$
|
|
16565
|
-
export { API$
|
|
16588
|
+
type index_gen$g_BookIPRequest = BookIPRequest;
|
|
16589
|
+
type index_gen$g_ReleaseIPRequest = ReleaseIPRequest;
|
|
16590
|
+
type index_gen$g_Resource = Resource;
|
|
16591
|
+
type index_gen$g_ResourceType = ResourceType;
|
|
16592
|
+
type index_gen$g_Source = Source;
|
|
16593
|
+
declare namespace index_gen$g {
|
|
16594
|
+
export { API$g as API, type index_gen$g_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$g_ReleaseIPRequest as ReleaseIPRequest, type index_gen$g_Resource as Resource, type index_gen$g_ResourceType as ResourceType, type index_gen$g_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$5 as ValidationRules };
|
|
16566
16595
|
}
|
|
16567
16596
|
|
|
16568
16597
|
declare namespace index$h {
|
|
16569
|
-
export { index_gen$
|
|
16598
|
+
export { index_gen$g as v1 };
|
|
16570
16599
|
}
|
|
16571
16600
|
|
|
16572
16601
|
type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -16887,7 +16916,7 @@ type UpdateVolumeRequest = {
|
|
|
16887
16916
|
};
|
|
16888
16917
|
|
|
16889
16918
|
/** IPFS Pinning service API. */
|
|
16890
|
-
declare class API$
|
|
16919
|
+
declare class API$f extends API$v {
|
|
16891
16920
|
/** Lists the available regions of the API. */
|
|
16892
16921
|
static readonly LOCALITIES: Region[];
|
|
16893
16922
|
/**
|
|
@@ -17015,7 +17044,7 @@ declare class API$g extends API$w {
|
|
|
17015
17044
|
deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
|
|
17016
17045
|
}
|
|
17017
17046
|
/** IPFS Naming service API. */
|
|
17018
|
-
declare class IpnsAPI extends API$
|
|
17047
|
+
declare class IpnsAPI extends API$v {
|
|
17019
17048
|
/** Lists the available regions of the API. */
|
|
17020
17049
|
static readonly LOCALITIES: Region[];
|
|
17021
17050
|
/**
|
|
@@ -17087,50 +17116,50 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
|
|
|
17087
17116
|
/** Lists transient statutes of the enum {@link PinStatus}. */
|
|
17088
17117
|
declare const PIN_TRANSIENT_STATUSES: PinStatus[];
|
|
17089
17118
|
|
|
17090
|
-
type index_gen$
|
|
17091
|
-
type index_gen$
|
|
17092
|
-
type index_gen$
|
|
17093
|
-
type index_gen$
|
|
17094
|
-
type index_gen$
|
|
17095
|
-
type index_gen$
|
|
17096
|
-
type index_gen$
|
|
17097
|
-
type index_gen$
|
|
17098
|
-
type index_gen$
|
|
17099
|
-
declare const index_gen$
|
|
17100
|
-
type index_gen$
|
|
17101
|
-
type index_gen$
|
|
17102
|
-
type index_gen$
|
|
17103
|
-
type index_gen$
|
|
17104
|
-
type index_gen$
|
|
17105
|
-
type index_gen$
|
|
17106
|
-
type index_gen$
|
|
17107
|
-
type index_gen$
|
|
17108
|
-
type index_gen$
|
|
17109
|
-
type index_gen$
|
|
17110
|
-
type index_gen$
|
|
17111
|
-
type index_gen$
|
|
17112
|
-
type index_gen$
|
|
17113
|
-
type index_gen$
|
|
17114
|
-
type index_gen$
|
|
17115
|
-
declare const index_gen$
|
|
17116
|
-
type index_gen$
|
|
17117
|
-
type index_gen$
|
|
17118
|
-
declare const index_gen$
|
|
17119
|
-
type index_gen$
|
|
17120
|
-
type index_gen$
|
|
17121
|
-
type index_gen$
|
|
17122
|
-
type index_gen$
|
|
17123
|
-
type index_gen$
|
|
17124
|
-
type index_gen$
|
|
17125
|
-
type index_gen$
|
|
17126
|
-
type index_gen$
|
|
17127
|
-
type index_gen$
|
|
17128
|
-
declare namespace index_gen$
|
|
17129
|
-
export { API$
|
|
17119
|
+
type index_gen$f_CreatePinByCIDRequest = CreatePinByCIDRequest;
|
|
17120
|
+
type index_gen$f_CreatePinByURLRequest = CreatePinByURLRequest;
|
|
17121
|
+
type index_gen$f_CreateVolumeRequest = CreateVolumeRequest;
|
|
17122
|
+
type index_gen$f_DeletePinRequest = DeletePinRequest;
|
|
17123
|
+
type index_gen$f_DeleteVolumeRequest = DeleteVolumeRequest;
|
|
17124
|
+
type index_gen$f_ExportKeyNameResponse = ExportKeyNameResponse;
|
|
17125
|
+
type index_gen$f_GetPinRequest = GetPinRequest;
|
|
17126
|
+
type index_gen$f_GetVolumeRequest = GetVolumeRequest;
|
|
17127
|
+
type index_gen$f_IpnsAPI = IpnsAPI;
|
|
17128
|
+
declare const index_gen$f_IpnsAPI: typeof IpnsAPI;
|
|
17129
|
+
type index_gen$f_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
|
|
17130
|
+
type index_gen$f_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
|
|
17131
|
+
type index_gen$f_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
|
|
17132
|
+
type index_gen$f_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
|
|
17133
|
+
type index_gen$f_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
|
|
17134
|
+
type index_gen$f_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
|
|
17135
|
+
type index_gen$f_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
|
|
17136
|
+
type index_gen$f_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
|
|
17137
|
+
type index_gen$f_ListNamesResponse = ListNamesResponse;
|
|
17138
|
+
type index_gen$f_ListPinsRequest = ListPinsRequest;
|
|
17139
|
+
type index_gen$f_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
|
|
17140
|
+
type index_gen$f_ListPinsResponse = ListPinsResponse;
|
|
17141
|
+
type index_gen$f_ListVolumesRequest = ListVolumesRequest;
|
|
17142
|
+
type index_gen$f_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
|
|
17143
|
+
type index_gen$f_ListVolumesResponse = ListVolumesResponse;
|
|
17144
|
+
declare const index_gen$f_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
|
|
17145
|
+
type index_gen$f_Name = Name;
|
|
17146
|
+
type index_gen$f_NameStatus = NameStatus;
|
|
17147
|
+
declare const index_gen$f_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
|
|
17148
|
+
type index_gen$f_Pin = Pin;
|
|
17149
|
+
type index_gen$f_PinCID = PinCID;
|
|
17150
|
+
type index_gen$f_PinCIDMeta = PinCIDMeta;
|
|
17151
|
+
type index_gen$f_PinDetails = PinDetails;
|
|
17152
|
+
type index_gen$f_PinInfo = PinInfo;
|
|
17153
|
+
type index_gen$f_PinStatus = PinStatus;
|
|
17154
|
+
type index_gen$f_ReplacePinRequest = ReplacePinRequest;
|
|
17155
|
+
type index_gen$f_ReplacePinResponse = ReplacePinResponse;
|
|
17156
|
+
type index_gen$f_UpdateVolumeRequest = UpdateVolumeRequest;
|
|
17157
|
+
declare namespace index_gen$f {
|
|
17158
|
+
export { API$f as API, type index_gen$f_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$f_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$f_CreateVolumeRequest as CreateVolumeRequest, type index_gen$f_DeletePinRequest as DeletePinRequest, type index_gen$f_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$f_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$f_GetPinRequest as GetPinRequest, type index_gen$f_GetVolumeRequest as GetVolumeRequest, index_gen$f_IpnsAPI as IpnsAPI, type index_gen$f_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$f_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$f_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$f_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$f_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$f_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$f_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$f_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$f_ListNamesResponse as ListNamesResponse, type index_gen$f_ListPinsRequest as ListPinsRequest, type index_gen$f_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$f_ListPinsResponse as ListPinsResponse, type index_gen$f_ListVolumesRequest as ListVolumesRequest, type index_gen$f_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$f_ListVolumesResponse as ListVolumesResponse, index_gen$f_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$f_Name as Name, type index_gen$f_NameStatus as NameStatus, index_gen$f_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$f_Pin as Pin, type index_gen$f_PinCID as PinCID, type index_gen$f_PinCIDMeta as PinCIDMeta, type index_gen$f_PinDetails as PinDetails, type index_gen$f_PinInfo as PinInfo, type index_gen$f_PinStatus as PinStatus, type index_gen$f_ReplacePinRequest as ReplacePinRequest, type index_gen$f_ReplacePinResponse as ReplacePinResponse, type index_gen$f_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
|
|
17130
17159
|
}
|
|
17131
17160
|
|
|
17132
17161
|
declare namespace index$g {
|
|
17133
|
-
export { index_gen$
|
|
17162
|
+
export { index_gen$f as v1alpha1 };
|
|
17134
17163
|
}
|
|
17135
17164
|
|
|
17136
17165
|
type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled';
|
|
@@ -17283,7 +17312,7 @@ type UpdateJobDefinitionRequest$1 = {
|
|
|
17283
17312
|
};
|
|
17284
17313
|
|
|
17285
17314
|
/** Serverless Jobs API. */
|
|
17286
|
-
declare class API$
|
|
17315
|
+
declare class API$e extends API$v {
|
|
17287
17316
|
/** Lists the available regions of the API. */
|
|
17288
17317
|
static readonly LOCALITIES: Region[];
|
|
17289
17318
|
getServiceInfo: (request?: Readonly<GetServiceInfoRequest>) => Promise<ServiceInfo>;
|
|
@@ -17313,11 +17342,14 @@ declare const CreateJobDefinitionRequest: {
|
|
|
17313
17342
|
cpuLimit: {
|
|
17314
17343
|
greaterThan: number;
|
|
17315
17344
|
};
|
|
17345
|
+
imageUri: {
|
|
17346
|
+
pattern: RegExp;
|
|
17347
|
+
};
|
|
17316
17348
|
memoryLimit: {
|
|
17317
17349
|
greaterThan: number;
|
|
17318
17350
|
};
|
|
17319
17351
|
name: {
|
|
17320
|
-
|
|
17352
|
+
pattern: RegExp;
|
|
17321
17353
|
};
|
|
17322
17354
|
};
|
|
17323
17355
|
declare const ListJobDefinitionsRequest: {
|
|
@@ -17342,11 +17374,14 @@ declare const UpdateJobDefinitionRequest: {
|
|
|
17342
17374
|
cpuLimit: {
|
|
17343
17375
|
greaterThan: number;
|
|
17344
17376
|
};
|
|
17377
|
+
imageUri: {
|
|
17378
|
+
pattern: RegExp;
|
|
17379
|
+
};
|
|
17345
17380
|
memoryLimit: {
|
|
17346
17381
|
greaterThan: number;
|
|
17347
17382
|
};
|
|
17348
17383
|
name: {
|
|
17349
|
-
|
|
17384
|
+
pattern: RegExp;
|
|
17350
17385
|
};
|
|
17351
17386
|
};
|
|
17352
17387
|
|
|
@@ -17358,26 +17393,26 @@ declare namespace validationRules_gen$4 {
|
|
|
17358
17393
|
export { validationRules_gen$4_CreateJobDefinitionRequest as CreateJobDefinitionRequest, validationRules_gen$4_ListJobDefinitionsRequest as ListJobDefinitionsRequest, validationRules_gen$4_ListJobRunsRequest as ListJobRunsRequest, validationRules_gen$4_UpdateJobDefinitionRequest as UpdateJobDefinitionRequest };
|
|
17359
17394
|
}
|
|
17360
17395
|
|
|
17361
|
-
type index_gen$
|
|
17362
|
-
type index_gen$
|
|
17363
|
-
type index_gen$
|
|
17364
|
-
type index_gen$
|
|
17365
|
-
declare const index_gen$
|
|
17366
|
-
type index_gen$
|
|
17367
|
-
type index_gen$
|
|
17368
|
-
type index_gen$
|
|
17369
|
-
type index_gen$
|
|
17370
|
-
type index_gen$
|
|
17371
|
-
type index_gen$
|
|
17372
|
-
type index_gen$
|
|
17373
|
-
type index_gen$
|
|
17374
|
-
type index_gen$
|
|
17375
|
-
declare namespace index_gen$
|
|
17376
|
-
export { API$
|
|
17396
|
+
type index_gen$e_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
|
|
17397
|
+
type index_gen$e_GetJobDefinitionRequest = GetJobDefinitionRequest;
|
|
17398
|
+
type index_gen$e_GetJobRunRequest = GetJobRunRequest;
|
|
17399
|
+
type index_gen$e_GetServiceInfoRequest = GetServiceInfoRequest;
|
|
17400
|
+
declare const index_gen$e_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
|
|
17401
|
+
type index_gen$e_JobDefinition = JobDefinition;
|
|
17402
|
+
type index_gen$e_JobRun = JobRun;
|
|
17403
|
+
type index_gen$e_JobRunState = JobRunState;
|
|
17404
|
+
type index_gen$e_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
|
|
17405
|
+
type index_gen$e_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
|
|
17406
|
+
type index_gen$e_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
|
|
17407
|
+
type index_gen$e_ListJobRunsResponse = ListJobRunsResponse;
|
|
17408
|
+
type index_gen$e_StartJobDefinitionRequest = StartJobDefinitionRequest;
|
|
17409
|
+
type index_gen$e_StopJobRunRequest = StopJobRunRequest;
|
|
17410
|
+
declare namespace index_gen$e {
|
|
17411
|
+
export { API$e as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type index_gen$e_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$e_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$e_GetJobRunRequest as GetJobRunRequest, type index_gen$e_GetServiceInfoRequest as GetServiceInfoRequest, index_gen$e_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$e_JobDefinition as JobDefinition, type index_gen$e_JobRun as JobRun, type index_gen$e_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$e_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$e_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$e_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$e_ListJobRunsResponse as ListJobRunsResponse, type index_gen$e_StartJobDefinitionRequest as StartJobDefinitionRequest, type index_gen$e_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, validationRules_gen$4 as ValidationRules };
|
|
17377
17412
|
}
|
|
17378
17413
|
|
|
17379
17414
|
declare namespace index$f {
|
|
17380
|
-
export { index_gen$
|
|
17415
|
+
export { index_gen$e as v1alpha1 };
|
|
17381
17416
|
}
|
|
17382
17417
|
|
|
17383
17418
|
type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
@@ -18495,7 +18530,7 @@ type UpgradePoolRequest = {
|
|
|
18495
18530
|
};
|
|
18496
18531
|
|
|
18497
18532
|
/** Kubernetes API. */
|
|
18498
|
-
declare class API$
|
|
18533
|
+
declare class API$d extends API$v {
|
|
18499
18534
|
/** Lists the available regions of the API. */
|
|
18500
18535
|
static readonly LOCALITIES: Region[];
|
|
18501
18536
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -18774,7 +18809,7 @@ type GetClusterKubeConfigRequest = {
|
|
|
18774
18809
|
clusterId: string;
|
|
18775
18810
|
};
|
|
18776
18811
|
|
|
18777
|
-
declare class K8SUtilsAPI extends API$
|
|
18812
|
+
declare class K8SUtilsAPI extends API$d {
|
|
18778
18813
|
/**
|
|
18779
18814
|
* Get configuration of a kube cluster.
|
|
18780
18815
|
*
|
|
@@ -21635,7 +21670,7 @@ type ZonedApiUpdateSubscriberRequest = {
|
|
|
21635
21670
|
*
|
|
21636
21671
|
* This API allows you to manage your Scaleway Load Balancer services.
|
|
21637
21672
|
*/
|
|
21638
|
-
declare class ZonedAPI extends API$
|
|
21673
|
+
declare class ZonedAPI extends API$v {
|
|
21639
21674
|
/** Lists the available zones of the API. */
|
|
21640
21675
|
static readonly LOCALITIES: Zone[];
|
|
21641
21676
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -22189,7 +22224,7 @@ declare class ZonedAPI extends API$w {
|
|
|
22189
22224
|
*
|
|
22190
22225
|
* This API allows you to manage your load balancer service.
|
|
22191
22226
|
*/
|
|
22192
|
-
declare class API$
|
|
22227
|
+
declare class API$c extends API$v {
|
|
22193
22228
|
/** Lists the available regions of the API. */
|
|
22194
22229
|
static readonly LOCALITIES: Region[];
|
|
22195
22230
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -22631,7 +22666,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
|
|
|
22631
22666
|
lbId: string;
|
|
22632
22667
|
};
|
|
22633
22668
|
|
|
22634
|
-
declare class LbV1UtilsAPI extends API$
|
|
22669
|
+
declare class LbV1UtilsAPI extends API$c {
|
|
22635
22670
|
/**
|
|
22636
22671
|
* Waits for all private networks of a load balancer to be in a final state.
|
|
22637
22672
|
*
|
|
@@ -22950,7 +22985,7 @@ interface ListVersionsResponse$1 {
|
|
|
22950
22985
|
}
|
|
22951
22986
|
|
|
22952
22987
|
/** Marketplace API. */
|
|
22953
|
-
declare class API$
|
|
22988
|
+
declare class API$b extends API$v {
|
|
22954
22989
|
protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
|
|
22955
22990
|
/**
|
|
22956
22991
|
* List marketplace images.
|
|
@@ -22973,11 +23008,11 @@ declare class API$c extends API$w {
|
|
|
22973
23008
|
getVersion: (request: Readonly<GetVersionRequest$1>) => Promise<GetVersionResponse>;
|
|
22974
23009
|
}
|
|
22975
23010
|
|
|
22976
|
-
type index_gen$
|
|
22977
|
-
type index_gen$
|
|
22978
|
-
type index_gen$
|
|
22979
|
-
declare namespace index_gen$
|
|
22980
|
-
export { API$
|
|
23011
|
+
type index_gen$d_GetImageResponse = GetImageResponse;
|
|
23012
|
+
type index_gen$d_GetVersionResponse = GetVersionResponse;
|
|
23013
|
+
type index_gen$d_Organization = Organization;
|
|
23014
|
+
declare namespace index_gen$d {
|
|
23015
|
+
export { API$b as API, type GetImageRequest$2 as GetImageRequest, type index_gen$d_GetImageResponse as GetImageResponse, type GetVersionRequest$1 as GetVersionRequest, type index_gen$d_GetVersionResponse as GetVersionResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type ListVersionsRequest$1 as ListVersionsRequest, type ListVersionsResponse$1 as ListVersionsResponse, type LocalImage$1 as LocalImage, type index_gen$d_Organization as Organization, type Version$1 as Version };
|
|
22981
23016
|
}
|
|
22982
23017
|
|
|
22983
23018
|
type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
@@ -23116,7 +23151,7 @@ interface ListVersionsResponse {
|
|
|
23116
23151
|
}
|
|
23117
23152
|
|
|
23118
23153
|
/** Marketplace API. */
|
|
23119
|
-
declare class API$
|
|
23154
|
+
declare class API$a extends API$v {
|
|
23120
23155
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
23121
23156
|
/**
|
|
23122
23157
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -23204,387 +23239,27 @@ declare class API$b extends API$w {
|
|
|
23204
23239
|
getCategory: (request: Readonly<GetCategoryRequest>) => Promise<Category>;
|
|
23205
23240
|
}
|
|
23206
23241
|
|
|
23207
|
-
type index_gen$
|
|
23208
|
-
type index_gen$
|
|
23209
|
-
type index_gen$
|
|
23210
|
-
type index_gen$
|
|
23211
|
-
type index_gen$
|
|
23212
|
-
type index_gen$
|
|
23213
|
-
type index_gen$
|
|
23214
|
-
type index_gen$
|
|
23215
|
-
type index_gen$
|
|
23216
|
-
type index_gen$
|
|
23217
|
-
type index_gen$
|
|
23218
|
-
type index_gen$
|
|
23219
|
-
type index_gen$
|
|
23220
|
-
type index_gen$
|
|
23221
|
-
type index_gen$
|
|
23222
|
-
declare namespace index_gen$
|
|
23223
|
-
export { API$
|
|
23242
|
+
type index_gen$c_Category = Category;
|
|
23243
|
+
type index_gen$c_GetCategoryRequest = GetCategoryRequest;
|
|
23244
|
+
type index_gen$c_GetLocalImageRequest = GetLocalImageRequest;
|
|
23245
|
+
type index_gen$c_GetVersionRequest = GetVersionRequest;
|
|
23246
|
+
type index_gen$c_ListCategoriesRequest = ListCategoriesRequest;
|
|
23247
|
+
type index_gen$c_ListCategoriesResponse = ListCategoriesResponse;
|
|
23248
|
+
type index_gen$c_ListLocalImagesRequest = ListLocalImagesRequest;
|
|
23249
|
+
type index_gen$c_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
|
|
23250
|
+
type index_gen$c_ListLocalImagesResponse = ListLocalImagesResponse;
|
|
23251
|
+
type index_gen$c_ListVersionsRequest = ListVersionsRequest;
|
|
23252
|
+
type index_gen$c_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
|
|
23253
|
+
type index_gen$c_ListVersionsResponse = ListVersionsResponse;
|
|
23254
|
+
type index_gen$c_LocalImage = LocalImage;
|
|
23255
|
+
type index_gen$c_LocalImageType = LocalImageType;
|
|
23256
|
+
type index_gen$c_Version = Version;
|
|
23257
|
+
declare namespace index_gen$c {
|
|
23258
|
+
export { API$a as API, type index_gen$c_Category as Category, type index_gen$c_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$c_GetLocalImageRequest as GetLocalImageRequest, type index_gen$c_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$c_ListCategoriesRequest as ListCategoriesRequest, type index_gen$c_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$c_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$c_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$c_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$c_ListVersionsRequest as ListVersionsRequest, type index_gen$c_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$c_ListVersionsResponse as ListVersionsResponse, type index_gen$c_LocalImage as LocalImage, type index_gen$c_LocalImageType as LocalImageType, type index_gen$c_Version as Version };
|
|
23224
23259
|
}
|
|
23225
23260
|
|
|
23226
23261
|
declare namespace index$a {
|
|
23227
|
-
export { index_gen$
|
|
23228
|
-
}
|
|
23229
|
-
|
|
23230
|
-
type ListCredentialsRequestOrderBy = 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc';
|
|
23231
|
-
type ListNamespacesRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc' | 'project_id_asc' | 'project_id_desc';
|
|
23232
|
-
type NamespaceProtocol = 'unknown' | 'nats' | 'sqs_sns';
|
|
23233
|
-
interface Permissions {
|
|
23234
|
-
/**
|
|
23235
|
-
* Defines whether the credentials bearer can publish messages to the service
|
|
23236
|
-
* (send messages to SQS queues or publish to SNS topics).
|
|
23237
|
-
*/
|
|
23238
|
-
canPublish?: boolean;
|
|
23239
|
-
/**
|
|
23240
|
-
* Defines whether the credentials bearer can receive messages from the
|
|
23241
|
-
* service.
|
|
23242
|
-
*/
|
|
23243
|
-
canReceive?: boolean;
|
|
23244
|
-
/**
|
|
23245
|
-
* Defines whether the credentials bearer can manage the associated resources
|
|
23246
|
-
* (SQS queues or SNS topics or subscriptions).
|
|
23247
|
-
*/
|
|
23248
|
-
canManage?: boolean;
|
|
23249
|
-
}
|
|
23250
|
-
interface CredentialSummarySQSSNSCreds {
|
|
23251
|
-
/** Access key ID. */
|
|
23252
|
-
accessKey: string;
|
|
23253
|
-
/** Permissions associated with these credentials. */
|
|
23254
|
-
permissions?: Permissions;
|
|
23255
|
-
}
|
|
23256
|
-
interface CredentialNATSCredsFile {
|
|
23257
|
-
/** Raw content of the NATS credentials file. */
|
|
23258
|
-
content: string;
|
|
23259
|
-
}
|
|
23260
|
-
interface CredentialSQSSNSCreds {
|
|
23261
|
-
/** Access key ID. */
|
|
23262
|
-
accessKey: string;
|
|
23263
|
-
/** Secret key ID. */
|
|
23264
|
-
secretKey?: string;
|
|
23265
|
-
/** Permissions associated with these credentials. */
|
|
23266
|
-
permissions?: Permissions;
|
|
23267
|
-
}
|
|
23268
|
-
interface CredentialSummary {
|
|
23269
|
-
/** ID of the credentials. */
|
|
23270
|
-
id: string;
|
|
23271
|
-
/** Name of the credentials. */
|
|
23272
|
-
name: string;
|
|
23273
|
-
/** Namespace containing the credentials. */
|
|
23274
|
-
namespaceId: string;
|
|
23275
|
-
/** Protocol associated with the credentials. */
|
|
23276
|
-
protocol: NamespaceProtocol;
|
|
23277
|
-
/**
|
|
23278
|
-
* Object containing the credentials and their metadata, if the credentials
|
|
23279
|
-
* are for an SQS/SNS namespace.
|
|
23280
|
-
*
|
|
23281
|
-
* One-of ('credentialType'): at most one of 'sqsSnsCredentials' could be set.
|
|
23282
|
-
*/
|
|
23283
|
-
sqsSnsCredentials?: CredentialSummarySQSSNSCreds;
|
|
23284
|
-
}
|
|
23285
|
-
interface Namespace$1 {
|
|
23286
|
-
/** Namespace ID. */
|
|
23287
|
-
id: string;
|
|
23288
|
-
/** Namespace name. */
|
|
23289
|
-
name: string;
|
|
23290
|
-
/** Endpoint of the service matching the namespace's protocol. */
|
|
23291
|
-
endpoint: string;
|
|
23292
|
-
/** Namespace protocol. */
|
|
23293
|
-
protocol: NamespaceProtocol;
|
|
23294
|
-
/** Project ID of the Project containing the namespace. */
|
|
23295
|
-
projectId: string;
|
|
23296
|
-
/** Region where the namespace is deployed. */
|
|
23297
|
-
region: Region;
|
|
23298
|
-
/** Namespace creation date. */
|
|
23299
|
-
createdAt?: Date;
|
|
23300
|
-
/** Namespace last modification date. */
|
|
23301
|
-
updatedAt?: Date;
|
|
23302
|
-
}
|
|
23303
|
-
type CreateCredentialRequest = {
|
|
23304
|
-
/**
|
|
23305
|
-
* Region to target. If none is passed will use default region from the
|
|
23306
|
-
* config.
|
|
23307
|
-
*/
|
|
23308
|
-
region?: Region;
|
|
23309
|
-
/** Namespace containing the credentials. */
|
|
23310
|
-
namespaceId: string;
|
|
23311
|
-
/** Name of the credentials. */
|
|
23312
|
-
name?: string;
|
|
23313
|
-
/** Permissions associated with these credentials. */
|
|
23314
|
-
permissions?: Permissions;
|
|
23315
|
-
};
|
|
23316
|
-
type CreateNamespaceRequest$1 = {
|
|
23317
|
-
/**
|
|
23318
|
-
* Region to target. If none is passed will use default region from the
|
|
23319
|
-
* config.
|
|
23320
|
-
*/
|
|
23321
|
-
region?: Region;
|
|
23322
|
-
/** Namespace name. */
|
|
23323
|
-
name?: string;
|
|
23324
|
-
/**
|
|
23325
|
-
* Namespace protocol. You must specify a valid protocol (and not `unknown`)
|
|
23326
|
-
* to avoid an error.
|
|
23327
|
-
*/
|
|
23328
|
-
protocol: NamespaceProtocol;
|
|
23329
|
-
/** Project containing the Namespace. */
|
|
23330
|
-
projectId?: string;
|
|
23331
|
-
};
|
|
23332
|
-
interface Credential {
|
|
23333
|
-
/** ID of the credentials. */
|
|
23334
|
-
id: string;
|
|
23335
|
-
/** Name of the credentials. */
|
|
23336
|
-
name: string;
|
|
23337
|
-
/** Namespace containing the credentials. */
|
|
23338
|
-
namespaceId: string;
|
|
23339
|
-
/** Protocol associated with the credentials. */
|
|
23340
|
-
protocol: NamespaceProtocol;
|
|
23341
|
-
/**
|
|
23342
|
-
* Object containing the credentials, if the credentials are for a NATS
|
|
23343
|
-
* namespace.
|
|
23344
|
-
*
|
|
23345
|
-
* One-of ('credentialType'): at most one of 'natsCredentials',
|
|
23346
|
-
* 'sqsSnsCredentials' could be set.
|
|
23347
|
-
*/
|
|
23348
|
-
natsCredentials?: CredentialNATSCredsFile;
|
|
23349
|
-
/**
|
|
23350
|
-
* Object containing the credentials and their metadata, if the credentials
|
|
23351
|
-
* are for an SQS/SNS namespace.
|
|
23352
|
-
*
|
|
23353
|
-
* One-of ('credentialType'): at most one of 'natsCredentials',
|
|
23354
|
-
* 'sqsSnsCredentials' could be set.
|
|
23355
|
-
*/
|
|
23356
|
-
sqsSnsCredentials?: CredentialSQSSNSCreds;
|
|
23357
|
-
}
|
|
23358
|
-
type DeleteCredentialRequest = {
|
|
23359
|
-
/**
|
|
23360
|
-
* Region to target. If none is passed will use default region from the
|
|
23361
|
-
* config.
|
|
23362
|
-
*/
|
|
23363
|
-
region?: Region;
|
|
23364
|
-
/** ID of the credentials to delete. */
|
|
23365
|
-
credentialId: string;
|
|
23366
|
-
};
|
|
23367
|
-
type DeleteNamespaceRequest$1 = {
|
|
23368
|
-
/**
|
|
23369
|
-
* Region to target. If none is passed will use default region from the
|
|
23370
|
-
* config.
|
|
23371
|
-
*/
|
|
23372
|
-
region?: Region;
|
|
23373
|
-
/** ID of the namespace to delete. */
|
|
23374
|
-
namespaceId: string;
|
|
23375
|
-
};
|
|
23376
|
-
type GetCredentialRequest = {
|
|
23377
|
-
/**
|
|
23378
|
-
* Region to target. If none is passed will use default region from the
|
|
23379
|
-
* config.
|
|
23380
|
-
*/
|
|
23381
|
-
region?: Region;
|
|
23382
|
-
/** ID of the credentials to get. */
|
|
23383
|
-
credentialId: string;
|
|
23384
|
-
};
|
|
23385
|
-
type GetNamespaceRequest$1 = {
|
|
23386
|
-
/**
|
|
23387
|
-
* Region to target. If none is passed will use default region from the
|
|
23388
|
-
* config.
|
|
23389
|
-
*/
|
|
23390
|
-
region?: Region;
|
|
23391
|
-
/** ID of the Namespace to get. */
|
|
23392
|
-
namespaceId: string;
|
|
23393
|
-
};
|
|
23394
|
-
type ListCredentialsRequest = {
|
|
23395
|
-
/**
|
|
23396
|
-
* Region to target. If none is passed will use default region from the
|
|
23397
|
-
* config.
|
|
23398
|
-
*/
|
|
23399
|
-
region?: Region;
|
|
23400
|
-
/** Namespace containing the credentials. */
|
|
23401
|
-
namespaceId?: string;
|
|
23402
|
-
/** Page number to return. */
|
|
23403
|
-
page?: number;
|
|
23404
|
-
/** Maximum number of credentials to return per page. */
|
|
23405
|
-
pageSize?: number;
|
|
23406
|
-
/** Order in which to return results. */
|
|
23407
|
-
orderBy?: ListCredentialsRequestOrderBy;
|
|
23408
|
-
};
|
|
23409
|
-
interface ListCredentialsResponse {
|
|
23410
|
-
/** Total count of existing credentials (matching any filters specified). */
|
|
23411
|
-
totalCount: number;
|
|
23412
|
-
/** Credentials on this page. */
|
|
23413
|
-
credentials: CredentialSummary[];
|
|
23414
|
-
}
|
|
23415
|
-
type ListNamespacesRequest$1 = {
|
|
23416
|
-
/**
|
|
23417
|
-
* Region to target. If none is passed will use default region from the
|
|
23418
|
-
* config.
|
|
23419
|
-
*/
|
|
23420
|
-
region?: Region;
|
|
23421
|
-
/** Include only namespaces in this Organization. */
|
|
23422
|
-
organizationId?: string;
|
|
23423
|
-
/** Include only namespaces in this Project. */
|
|
23424
|
-
projectId?: string;
|
|
23425
|
-
/** Page number to return. */
|
|
23426
|
-
page?: number;
|
|
23427
|
-
/** Maximum number of namespaces to return per page. */
|
|
23428
|
-
pageSize?: number;
|
|
23429
|
-
/** Order in which to return results. */
|
|
23430
|
-
orderBy?: ListNamespacesRequestOrderBy$1;
|
|
23431
|
-
};
|
|
23432
|
-
interface ListNamespacesResponse$1 {
|
|
23433
|
-
/** Total count of existing namespaces (matching any filters specified). */
|
|
23434
|
-
totalCount: number;
|
|
23435
|
-
/** Namespaces on this page. */
|
|
23436
|
-
namespaces: Namespace$1[];
|
|
23437
|
-
}
|
|
23438
|
-
type UpdateCredentialRequest = {
|
|
23439
|
-
/**
|
|
23440
|
-
* Region to target. If none is passed will use default region from the
|
|
23441
|
-
* config.
|
|
23442
|
-
*/
|
|
23443
|
-
region?: Region;
|
|
23444
|
-
/** ID of the credentials to update. */
|
|
23445
|
-
credentialId: string;
|
|
23446
|
-
/** Name of the credentials. */
|
|
23447
|
-
name?: string;
|
|
23448
|
-
/** Permissions associated with these credentials. */
|
|
23449
|
-
permissions?: Permissions;
|
|
23450
|
-
};
|
|
23451
|
-
type UpdateNamespaceRequest$1 = {
|
|
23452
|
-
/**
|
|
23453
|
-
* Region to target. If none is passed will use default region from the
|
|
23454
|
-
* config.
|
|
23455
|
-
*/
|
|
23456
|
-
region?: Region;
|
|
23457
|
-
/** ID of the Namespace to update. */
|
|
23458
|
-
namespaceId: string;
|
|
23459
|
-
/** Namespace name. */
|
|
23460
|
-
name?: string;
|
|
23461
|
-
};
|
|
23462
|
-
|
|
23463
|
-
/**
|
|
23464
|
-
* Messaging and Queuing API.
|
|
23465
|
-
*
|
|
23466
|
-
* This API allows you to manage Scaleway Messaging and Queueing brokers.
|
|
23467
|
-
*/
|
|
23468
|
-
declare class API$a extends API$w {
|
|
23469
|
-
/** Lists the available regions of the API. */
|
|
23470
|
-
static readonly LOCALITIES: Region[];
|
|
23471
|
-
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
23472
|
-
/**
|
|
23473
|
-
* List namespaces. List all Messaging and Queuing namespaces in the specified
|
|
23474
|
-
* region, for a Scaleway Organization or Project. By default, the namespaces
|
|
23475
|
-
* returned in the list are ordered by creation date in ascending order,
|
|
23476
|
-
* though this can be modified via the `order_by` field.
|
|
23477
|
-
*
|
|
23478
|
-
* @param request - The request {@link ListNamespacesRequest}
|
|
23479
|
-
* @returns A Promise of ListNamespacesResponse
|
|
23480
|
-
*/
|
|
23481
|
-
listNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1> & {
|
|
23482
|
-
all: () => Promise<Namespace$1[]>;
|
|
23483
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<Namespace$1[], void, void>;
|
|
23484
|
-
};
|
|
23485
|
-
/**
|
|
23486
|
-
* Create a namespace. Create a Messaging and Queuing namespace, set to the
|
|
23487
|
-
* desired protocol.
|
|
23488
|
-
*
|
|
23489
|
-
* @param request - The request {@link CreateNamespaceRequest}
|
|
23490
|
-
* @returns A Promise of Namespace
|
|
23491
|
-
*/
|
|
23492
|
-
createNamespace: (request: Readonly<CreateNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
23493
|
-
/**
|
|
23494
|
-
* Update the name of a namespace. Update the name of a Messaging and Queuing
|
|
23495
|
-
* namespace, specified by its namespace ID.
|
|
23496
|
-
*
|
|
23497
|
-
* @param request - The request {@link UpdateNamespaceRequest}
|
|
23498
|
-
* @returns A Promise of Namespace
|
|
23499
|
-
*/
|
|
23500
|
-
updateNamespace: (request: Readonly<UpdateNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
23501
|
-
/**
|
|
23502
|
-
* Get a namespace. Retrieve information about an existing Messaging and
|
|
23503
|
-
* Queuing namespace, identified by its namespace ID. Its full details,
|
|
23504
|
-
* including name, endpoint and protocol, are returned in the response.
|
|
23505
|
-
*
|
|
23506
|
-
* @param request - The request {@link GetNamespaceRequest}
|
|
23507
|
-
* @returns A Promise of Namespace
|
|
23508
|
-
*/
|
|
23509
|
-
getNamespace: (request: Readonly<GetNamespaceRequest$1>) => Promise<Namespace$1>;
|
|
23510
|
-
/**
|
|
23511
|
-
* Delete a namespace. Delete a Messaging and Queuing namespace, specified by
|
|
23512
|
-
* its namespace ID. Note that deleting a namespace is irreversible, and any
|
|
23513
|
-
* URLs, credentials and queued messages belonging to this namespace will also
|
|
23514
|
-
* be deleted.
|
|
23515
|
-
*
|
|
23516
|
-
* @param request - The request {@link DeleteNamespaceRequest}
|
|
23517
|
-
*/
|
|
23518
|
-
deleteNamespace: (request: Readonly<DeleteNamespaceRequest$1>) => Promise<void>;
|
|
23519
|
-
/**
|
|
23520
|
-
* Create credentials. Create a set of credentials for a Messaging and Queuing
|
|
23521
|
-
* namespace, specified by its namespace ID. If creating credentials for a
|
|
23522
|
-
* NATS namespace, the `permissions` object must not be included in the
|
|
23523
|
-
* request. If creating credentials for an SQS/SNS namespace, the
|
|
23524
|
-
* `permissions` object is required, with all three of its child attributes.
|
|
23525
|
-
*
|
|
23526
|
-
* @param request - The request {@link CreateCredentialRequest}
|
|
23527
|
-
* @returns A Promise of Credential
|
|
23528
|
-
*/
|
|
23529
|
-
createCredential: (request: Readonly<CreateCredentialRequest>) => Promise<Credential>;
|
|
23530
|
-
/**
|
|
23531
|
-
* Delete credentials. Delete a set of credentials, specified by their
|
|
23532
|
-
* credential ID. Deleting credentials is irreversible and cannot be undone.
|
|
23533
|
-
* The credentials can no longer be used to access the namespace.
|
|
23534
|
-
*
|
|
23535
|
-
* @param request - The request {@link DeleteCredentialRequest}
|
|
23536
|
-
*/
|
|
23537
|
-
deleteCredential: (request: Readonly<DeleteCredentialRequest>) => Promise<void>;
|
|
23538
|
-
protected pageOfListCredentials: (request?: Readonly<ListCredentialsRequest>) => Promise<ListCredentialsResponse>;
|
|
23539
|
-
/**
|
|
23540
|
-
* List credentials. List existing credentials in the specified region. The
|
|
23541
|
-
* response contains only the metadata for the credentials, not the
|
|
23542
|
-
* credentials themselves (for this, use **Get Credentials**).
|
|
23543
|
-
*
|
|
23544
|
-
* @param request - The request {@link ListCredentialsRequest}
|
|
23545
|
-
* @returns A Promise of ListCredentialsResponse
|
|
23546
|
-
*/
|
|
23547
|
-
listCredentials: (request?: Readonly<ListCredentialsRequest>) => Promise<ListCredentialsResponse> & {
|
|
23548
|
-
all: () => Promise<CredentialSummary[]>;
|
|
23549
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<CredentialSummary[], void, void>;
|
|
23550
|
-
};
|
|
23551
|
-
/**
|
|
23552
|
-
* Update credentials. Update a set of credentials. You can update the
|
|
23553
|
-
* credentials' name, or (in the case of SQS/SNS credentials only) their
|
|
23554
|
-
* permissions. To update the name of NATS credentials, do not include the
|
|
23555
|
-
* `permissions` object in your request.
|
|
23556
|
-
*
|
|
23557
|
-
* @param request - The request {@link UpdateCredentialRequest}
|
|
23558
|
-
* @returns A Promise of Credential
|
|
23559
|
-
*/
|
|
23560
|
-
updateCredential: (request: Readonly<UpdateCredentialRequest>) => Promise<Credential>;
|
|
23561
|
-
/**
|
|
23562
|
-
* Get credentials. Retrieve an existing set of credentials, identified by the
|
|
23563
|
-
* `credential_id`. The credentials themselves, as well as their metadata
|
|
23564
|
-
* (protocol, namespace ID etc), are returned in the response.
|
|
23565
|
-
*
|
|
23566
|
-
* @param request - The request {@link GetCredentialRequest}
|
|
23567
|
-
* @returns A Promise of Credential
|
|
23568
|
-
*/
|
|
23569
|
-
getCredential: (request: Readonly<GetCredentialRequest>) => Promise<Credential>;
|
|
23570
|
-
}
|
|
23571
|
-
|
|
23572
|
-
type index_gen$c_CreateCredentialRequest = CreateCredentialRequest;
|
|
23573
|
-
type index_gen$c_Credential = Credential;
|
|
23574
|
-
type index_gen$c_CredentialNATSCredsFile = CredentialNATSCredsFile;
|
|
23575
|
-
type index_gen$c_CredentialSQSSNSCreds = CredentialSQSSNSCreds;
|
|
23576
|
-
type index_gen$c_CredentialSummary = CredentialSummary;
|
|
23577
|
-
type index_gen$c_CredentialSummarySQSSNSCreds = CredentialSummarySQSSNSCreds;
|
|
23578
|
-
type index_gen$c_DeleteCredentialRequest = DeleteCredentialRequest;
|
|
23579
|
-
type index_gen$c_GetCredentialRequest = GetCredentialRequest;
|
|
23580
|
-
type index_gen$c_ListCredentialsRequest = ListCredentialsRequest;
|
|
23581
|
-
type index_gen$c_ListCredentialsRequestOrderBy = ListCredentialsRequestOrderBy;
|
|
23582
|
-
type index_gen$c_ListCredentialsResponse = ListCredentialsResponse;
|
|
23583
|
-
type index_gen$c_NamespaceProtocol = NamespaceProtocol;
|
|
23584
|
-
type index_gen$c_Permissions = Permissions;
|
|
23585
|
-
type index_gen$c_UpdateCredentialRequest = UpdateCredentialRequest;
|
|
23586
|
-
declare namespace index_gen$c {
|
|
23587
|
-
export { API$a as API, type index_gen$c_CreateCredentialRequest as CreateCredentialRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$c_Credential as Credential, type index_gen$c_CredentialNATSCredsFile as CredentialNATSCredsFile, type index_gen$c_CredentialSQSSNSCreds as CredentialSQSSNSCreds, type index_gen$c_CredentialSummary as CredentialSummary, type index_gen$c_CredentialSummarySQSSNSCreds as CredentialSummarySQSSNSCreds, type index_gen$c_DeleteCredentialRequest as DeleteCredentialRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$c_GetCredentialRequest as GetCredentialRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$c_ListCredentialsRequest as ListCredentialsRequest, type index_gen$c_ListCredentialsRequestOrderBy as ListCredentialsRequestOrderBy, type index_gen$c_ListCredentialsResponse as ListCredentialsResponse, type ListNamespacesRequest$1 as ListNamespacesRequest, type ListNamespacesRequestOrderBy$1 as ListNamespacesRequestOrderBy, type ListNamespacesResponse$1 as ListNamespacesResponse, type Namespace$1 as Namespace, type index_gen$c_NamespaceProtocol as NamespaceProtocol, type index_gen$c_Permissions as Permissions, type index_gen$c_UpdateCredentialRequest as UpdateCredentialRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest };
|
|
23262
|
+
export { index_gen$d as v1, index_gen$c as v2 };
|
|
23588
23263
|
}
|
|
23589
23264
|
|
|
23590
23265
|
type ListNatsAccountsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -24041,7 +23716,7 @@ interface SqsInfo {
|
|
|
24041
23716
|
*
|
|
24042
23717
|
* This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
|
|
24043
23718
|
*/
|
|
24044
|
-
declare class NatsAPI extends API$
|
|
23719
|
+
declare class NatsAPI extends API$v {
|
|
24045
23720
|
/** Lists the available regions of the API. */
|
|
24046
23721
|
static readonly LOCALITIES: Region[];
|
|
24047
23722
|
/**
|
|
@@ -24138,7 +23813,7 @@ declare class NatsAPI extends API$w {
|
|
|
24138
23813
|
*
|
|
24139
23814
|
* This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
|
|
24140
23815
|
*/
|
|
24141
|
-
declare class SnsAPI extends API$
|
|
23816
|
+
declare class SnsAPI extends API$v {
|
|
24142
23817
|
/** Lists the available regions of the API. */
|
|
24143
23818
|
static readonly LOCALITIES: Region[];
|
|
24144
23819
|
/**
|
|
@@ -24220,7 +23895,7 @@ declare class SnsAPI extends API$w {
|
|
|
24220
23895
|
*
|
|
24221
23896
|
* This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
|
|
24222
23897
|
*/
|
|
24223
|
-
declare class SqsAPI extends API$
|
|
23898
|
+
declare class SqsAPI extends API$v {
|
|
24224
23899
|
/** Lists the available regions of the API. */
|
|
24225
23900
|
static readonly LOCALITIES: Region[];
|
|
24226
23901
|
/**
|
|
@@ -24431,7 +24106,7 @@ declare namespace index_gen$b {
|
|
|
24431
24106
|
}
|
|
24432
24107
|
|
|
24433
24108
|
declare namespace index$9 {
|
|
24434
|
-
export { index_gen$
|
|
24109
|
+
export { index_gen$b as v1beta1 };
|
|
24435
24110
|
}
|
|
24436
24111
|
|
|
24437
24112
|
type ACLRuleAction = 'allow' | 'deny';
|
|
@@ -25817,7 +25492,7 @@ type UpgradeInstanceRequest = {
|
|
|
25817
25492
|
};
|
|
25818
25493
|
|
|
25819
25494
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
25820
|
-
declare class API$9 extends API$
|
|
25495
|
+
declare class API$9 extends API$v {
|
|
25821
25496
|
/** Lists the available regions of the API. */
|
|
25822
25497
|
static readonly LOCALITIES: Region[];
|
|
25823
25498
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -27065,7 +26740,7 @@ type UpdateEndpointRequest = {
|
|
|
27065
26740
|
};
|
|
27066
26741
|
|
|
27067
26742
|
/** Managed Database for Redis™ API. */
|
|
27068
|
-
declare class API$8 extends API$
|
|
26743
|
+
declare class API$8 extends API$v {
|
|
27069
26744
|
/** Lists the available zones of the API. */
|
|
27070
26745
|
static readonly LOCALITIES: Zone[];
|
|
27071
26746
|
/**
|
|
@@ -27674,7 +27349,7 @@ type UpdateNamespaceRequest = {
|
|
|
27674
27349
|
};
|
|
27675
27350
|
|
|
27676
27351
|
/** Container Registry API. */
|
|
27677
|
-
declare class API$7 extends API$
|
|
27352
|
+
declare class API$7 extends API$v {
|
|
27678
27353
|
/** Lists the available regions of the API. */
|
|
27679
27354
|
static readonly LOCALITIES: Region[];
|
|
27680
27355
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -28453,7 +28128,7 @@ type UpdateSecretVersionRequest = {
|
|
|
28453
28128
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
28454
28129
|
* share sensitive data.
|
|
28455
28130
|
*/
|
|
28456
|
-
declare class API$6 extends API$
|
|
28131
|
+
declare class API$6 extends API$v {
|
|
28457
28132
|
/** Lists the available regions of the API. */
|
|
28458
28133
|
static readonly LOCALITIES: Region[];
|
|
28459
28134
|
/**
|
|
@@ -28857,7 +28532,7 @@ type UpdateHumanRequest = {
|
|
|
28857
28532
|
*
|
|
28858
28533
|
* No Auth Service for end-to-end testing.
|
|
28859
28534
|
*/
|
|
28860
|
-
declare class API$5 extends API$
|
|
28535
|
+
declare class API$5 extends API$v {
|
|
28861
28536
|
/**
|
|
28862
28537
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
28863
28538
|
* that must be used in all other commands.
|
|
@@ -29328,7 +29003,7 @@ interface Statistics {
|
|
|
29328
29003
|
}
|
|
29329
29004
|
|
|
29330
29005
|
/** Transactional Email API. */
|
|
29331
|
-
declare class API$4 extends API$
|
|
29006
|
+
declare class API$4 extends API$v {
|
|
29332
29007
|
/** Lists the available regions of the API. */
|
|
29333
29008
|
static readonly LOCALITIES: Region[];
|
|
29334
29009
|
/**
|
|
@@ -29602,7 +29277,7 @@ type UpdatePrivateNetworkRequest$1 = {
|
|
|
29602
29277
|
};
|
|
29603
29278
|
|
|
29604
29279
|
/** VPC API. */
|
|
29605
|
-
declare class API$3 extends API$
|
|
29280
|
+
declare class API$3 extends API$v {
|
|
29606
29281
|
/** Lists the available zones of the API. */
|
|
29607
29282
|
static readonly LOCALITIES: Zone[];
|
|
29608
29283
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -29979,7 +29654,7 @@ type UpdateVPCRequest = {
|
|
|
29979
29654
|
};
|
|
29980
29655
|
|
|
29981
29656
|
/** VPC API. */
|
|
29982
|
-
declare class API$2 extends API$
|
|
29657
|
+
declare class API$2 extends API$v {
|
|
29983
29658
|
/** Lists the available regions of the API. */
|
|
29984
29659
|
static readonly LOCALITIES: Region[];
|
|
29985
29660
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -31036,7 +30711,7 @@ type UpgradeGatewayRequest = {
|
|
|
31036
30711
|
};
|
|
31037
30712
|
|
|
31038
30713
|
/** Public Gateways API. */
|
|
31039
|
-
declare class API$1 extends API$
|
|
30714
|
+
declare class API$1 extends API$v {
|
|
31040
30715
|
/** Lists the available zones of the API. */
|
|
31041
30716
|
static readonly LOCALITIES: Zone[];
|
|
31042
30717
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -31818,7 +31493,7 @@ type UpdateHostingRequest = {
|
|
|
31818
31493
|
};
|
|
31819
31494
|
|
|
31820
31495
|
/** Web Hosting API. */
|
|
31821
|
-
declare class API extends API$
|
|
31496
|
+
declare class API extends API$v {
|
|
31822
31497
|
/** Lists the available regions of the API. */
|
|
31823
31498
|
static readonly LOCALITIES: Region[];
|
|
31824
31499
|
/**
|
|
@@ -31986,4 +31661,4 @@ declare namespace index {
|
|
|
31986
31661
|
export { index_gen as v1alpha1 };
|
|
31987
31662
|
}
|
|
31988
31663
|
|
|
31989
|
-
export { API$
|
|
31664
|
+
export { API$v as API, index$x as Account, index$w as AppleSilicon, index$u as BareMetal, index$t as Billing, index$s as Block, type Client, type ClientConfig, index$r as Cockpit, index$q as Container, type DefaultValues, index$p as DocumentDB, index$o as Domain, index$y as Errors, index$n as FlexibleIP, index$m as Function, index$l as IAM, index$i as IOT, index$h as IPAM, index$g as IPFS, index$j as Instance, index$f as Jobs, 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_gen$6 as Std, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, 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 };
|