@scaleway/sdk 2.17.0 → 2.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/mnq/v1beta1/api.gen.js +3 -3
- package/dist/api/redis/v1/api.gen.js +7 -7
- package/dist/api/secret/index.js +2 -0
- package/dist/api/secret/v1beta1/api.gen.js +253 -0
- package/dist/api/secret/v1beta1/index.gen.js +4 -0
- package/dist/api/secret/v1beta1/marshalling.gen.js +173 -0
- package/dist/api/vpcgw/v1/api.gen.js +14 -0
- package/dist/api/vpcgw/v1/marshalling.gen.js +1 -0
- package/dist/index.cjs +964 -524
- package/dist/index.d.ts +1749 -1116
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ type Retry<T> = () => Promise<IteratorResult<T, T>>;
|
|
|
13
13
|
*
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
16
|
-
type IntervalStrategy = Generator<number,
|
|
16
|
+
type IntervalStrategy = Generator<number, number, number>;
|
|
17
17
|
/**
|
|
18
18
|
* Creates an exponential backoff interval strategy.
|
|
19
19
|
*
|
|
@@ -161,10 +161,10 @@ interface ResponseInterceptor {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
interface ResponseErrorInterceptor {
|
|
164
|
-
({ request, error
|
|
164
|
+
({ request, error }: {
|
|
165
165
|
request: Request;
|
|
166
166
|
error: unknown;
|
|
167
|
-
}): unknown
|
|
167
|
+
}): unknown;
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Defines the network interceptors.
|
|
@@ -919,7 +919,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
|
|
|
919
919
|
*
|
|
920
920
|
* @internal
|
|
921
921
|
*/
|
|
922
|
-
declare abstract class API$
|
|
922
|
+
declare abstract class API$y {
|
|
923
923
|
protected client: Client;
|
|
924
924
|
constructor(client: Client);
|
|
925
925
|
}
|
|
@@ -1149,7 +1149,7 @@ type UpdateProjectRequest = {
|
|
|
1149
1149
|
*
|
|
1150
1150
|
* User related data. This API allows you to manage projects.
|
|
1151
1151
|
*/
|
|
1152
|
-
declare class API$
|
|
1152
|
+
declare class API$x extends API$y {
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Create a new Project for an Organization. Deprecated in favor of Account
|
|
1155
1155
|
* API v3. Generate a new Project for an Organization, specifying its
|
|
@@ -1210,13 +1210,13 @@ declare class API$w extends API$x {
|
|
|
1210
1210
|
updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project$1>;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
type index_gen$
|
|
1214
|
-
type index_gen$
|
|
1215
|
-
type index_gen$
|
|
1216
|
-
type index_gen$
|
|
1217
|
-
type index_gen$
|
|
1218
|
-
declare namespace index_gen$
|
|
1219
|
-
export { API$
|
|
1213
|
+
type index_gen$w_CreateProjectRequest = CreateProjectRequest;
|
|
1214
|
+
type index_gen$w_DeleteProjectRequest = DeleteProjectRequest;
|
|
1215
|
+
type index_gen$w_GetProjectRequest = GetProjectRequest;
|
|
1216
|
+
type index_gen$w_ListProjectsRequest = ListProjectsRequest;
|
|
1217
|
+
type index_gen$w_UpdateProjectRequest = UpdateProjectRequest;
|
|
1218
|
+
declare namespace index_gen$w {
|
|
1219
|
+
export { API$x as API, type index_gen$w_CreateProjectRequest as CreateProjectRequest, type index_gen$w_DeleteProjectRequest as DeleteProjectRequest, type index_gen$w_GetProjectRequest as GetProjectRequest, type index_gen$w_ListProjectsRequest as ListProjectsRequest, type ListProjectsRequestOrderBy$1 as ListProjectsRequestOrderBy, type ListProjectsResponse$1 as ListProjectsResponse, type Project$1 as Project, type index_gen$w_UpdateProjectRequest as UpdateProjectRequest };
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
1222
|
type ListProjectsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -1287,7 +1287,7 @@ type ProjectApiUpdateProjectRequest$1 = {
|
|
|
1287
1287
|
*
|
|
1288
1288
|
* This API allows you to manage projects.
|
|
1289
1289
|
*/
|
|
1290
|
-
declare class ProjectAPI extends API$
|
|
1290
|
+
declare class ProjectAPI extends API$y {
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Create a new Project for an Organization. Generate a new Project for an
|
|
1293
1293
|
* Organization, specifying its configuration including name and description.
|
|
@@ -1380,19 +1380,19 @@ declare namespace validationRules_gen$e {
|
|
|
1380
1380
|
export { validationRules_gen$e_ProjectApiCreateProjectRequest as ProjectApiCreateProjectRequest, validationRules_gen$e_ProjectApiListProjectsRequest as ProjectApiListProjectsRequest, validationRules_gen$e_ProjectApiUpdateProjectRequest as ProjectApiUpdateProjectRequest };
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
|
-
type index_gen$
|
|
1384
|
-
type index_gen$
|
|
1385
|
-
type index_gen$
|
|
1386
|
-
type index_gen$
|
|
1387
|
-
declare const index_gen$
|
|
1388
|
-
type index_gen$
|
|
1389
|
-
type index_gen$
|
|
1390
|
-
declare namespace index_gen$
|
|
1391
|
-
export { type index_gen$
|
|
1383
|
+
type index_gen$v_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1384
|
+
type index_gen$v_ListProjectsResponse = ListProjectsResponse;
|
|
1385
|
+
type index_gen$v_Project = Project;
|
|
1386
|
+
type index_gen$v_ProjectAPI = ProjectAPI;
|
|
1387
|
+
declare const index_gen$v_ProjectAPI: typeof ProjectAPI;
|
|
1388
|
+
type index_gen$v_ProjectApiDeleteProjectRequest = ProjectApiDeleteProjectRequest;
|
|
1389
|
+
type index_gen$v_ProjectApiGetProjectRequest = ProjectApiGetProjectRequest;
|
|
1390
|
+
declare namespace index_gen$v {
|
|
1391
|
+
export { type index_gen$v_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy, type index_gen$v_ListProjectsResponse as ListProjectsResponse, type index_gen$v_Project as Project, index_gen$v_ProjectAPI as ProjectAPI, type ProjectApiCreateProjectRequest$1 as ProjectApiCreateProjectRequest, type index_gen$v_ProjectApiDeleteProjectRequest as ProjectApiDeleteProjectRequest, type index_gen$v_ProjectApiGetProjectRequest as ProjectApiGetProjectRequest, type ProjectApiListProjectsRequest$1 as ProjectApiListProjectsRequest, type ProjectApiUpdateProjectRequest$1 as ProjectApiUpdateProjectRequest, validationRules_gen$e as ValidationRules };
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
1394
1394
|
declare namespace index$y {
|
|
1395
|
-
export { index_gen$
|
|
1395
|
+
export { index_gen$w as v2, index_gen$v as v3 };
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
1398
|
type ListServersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc';
|
|
@@ -1573,7 +1573,7 @@ type UpdateServerRequest$3 = {
|
|
|
1573
1573
|
};
|
|
1574
1574
|
|
|
1575
1575
|
/** Apple silicon API. */
|
|
1576
|
-
declare class API$
|
|
1576
|
+
declare class API$w extends API$y {
|
|
1577
1577
|
/** Lists the available zones of the API. */
|
|
1578
1578
|
static readonly LOCALITIES: Zone[];
|
|
1579
1579
|
/**
|
|
@@ -1692,20 +1692,20 @@ declare class API$v extends API$x {
|
|
|
1692
1692
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1693
1693
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1694
1694
|
|
|
1695
|
-
type index_gen$
|
|
1696
|
-
type index_gen$
|
|
1697
|
-
type index_gen$
|
|
1698
|
-
type index_gen$
|
|
1699
|
-
type index_gen$
|
|
1700
|
-
type index_gen$
|
|
1701
|
-
type index_gen$
|
|
1702
|
-
type index_gen$
|
|
1703
|
-
declare namespace index_gen$
|
|
1704
|
-
export { API$
|
|
1695
|
+
type index_gen$u_GetServerTypeRequest = GetServerTypeRequest;
|
|
1696
|
+
type index_gen$u_ListServerTypesRequest = ListServerTypesRequest;
|
|
1697
|
+
type index_gen$u_ListServerTypesResponse = ListServerTypesResponse;
|
|
1698
|
+
type index_gen$u_ReinstallServerRequest = ReinstallServerRequest;
|
|
1699
|
+
type index_gen$u_ServerTypeCPU = ServerTypeCPU;
|
|
1700
|
+
type index_gen$u_ServerTypeDisk = ServerTypeDisk;
|
|
1701
|
+
type index_gen$u_ServerTypeMemory = ServerTypeMemory;
|
|
1702
|
+
type index_gen$u_ServerTypeStock = ServerTypeStock;
|
|
1703
|
+
declare namespace index_gen$u {
|
|
1704
|
+
export { API$w as API, type CreateServerRequest$3 as CreateServerRequest, type DeleteServerRequest$2 as DeleteServerRequest, type GetOSRequest$1 as GetOSRequest, type GetServerRequest$2 as GetServerRequest, type index_gen$u_GetServerTypeRequest as GetServerTypeRequest, type ListOSRequest$2 as ListOSRequest, type ListOSResponse$1 as ListOSResponse, type index_gen$u_ListServerTypesRequest as ListServerTypesRequest, type index_gen$u_ListServerTypesResponse as ListServerTypesResponse, type ListServersRequest$3 as ListServersRequest, type ListServersRequestOrderBy$1 as ListServersRequestOrderBy, type ListServersResponse$2 as ListServersResponse, type OS$1 as OS, type RebootServerRequest$1 as RebootServerRequest, type index_gen$u_ReinstallServerRequest as ReinstallServerRequest, SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES, type Server$2 as Server, type ServerStatus$1 as ServerStatus, type ServerType$1 as ServerType, type index_gen$u_ServerTypeCPU as ServerTypeCPU, type index_gen$u_ServerTypeDisk as ServerTypeDisk, type index_gen$u_ServerTypeMemory as ServerTypeMemory, type index_gen$u_ServerTypeStock as ServerTypeStock, type UpdateServerRequest$3 as UpdateServerRequest };
|
|
1705
1705
|
}
|
|
1706
1706
|
|
|
1707
1707
|
declare namespace index$x {
|
|
1708
|
-
export { index_gen$
|
|
1708
|
+
export { index_gen$u as v1alpha1 };
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
1711
|
type IPReverseStatus = 'unknown' | 'pending' | 'active' | 'error';
|
|
@@ -2395,7 +2395,7 @@ type UpdateSettingRequest = {
|
|
|
2395
2395
|
*
|
|
2396
2396
|
* This API allows to manage your Elastic Metal server.
|
|
2397
2397
|
*/
|
|
2398
|
-
declare class API$
|
|
2398
|
+
declare class API$v extends API$y {
|
|
2399
2399
|
/** Lists the available zones of the API. */
|
|
2400
2400
|
static readonly LOCALITIES: Zone[];
|
|
2401
2401
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2635,7 +2635,7 @@ declare class API$u extends API$x {
|
|
|
2635
2635
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2636
2636
|
}
|
|
2637
2637
|
/** Elastic Metal Private Network API. */
|
|
2638
|
-
declare class PrivateNetworkAPI extends API$
|
|
2638
|
+
declare class PrivateNetworkAPI extends API$y {
|
|
2639
2639
|
/** Lists the available zones of the API. */
|
|
2640
2640
|
static readonly LOCALITIES: Zone[];
|
|
2641
2641
|
/**
|
|
@@ -2675,7 +2675,7 @@ declare class PrivateNetworkAPI extends API$x {
|
|
|
2675
2675
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2678
|
+
declare class BaremetalV1UtilsAPI extends API$v {
|
|
2679
2679
|
/**
|
|
2680
2680
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2681
2681
|
*
|
|
@@ -3016,7 +3016,7 @@ interface ListInvoicesResponse$1 {
|
|
|
3016
3016
|
*
|
|
3017
3017
|
* This API allows you to query your consumption.
|
|
3018
3018
|
*/
|
|
3019
|
-
declare class API$
|
|
3019
|
+
declare class API$u extends API$y {
|
|
3020
3020
|
/**
|
|
3021
3021
|
* Get current month's consumption. The consumption reflects the amount of
|
|
3022
3022
|
* money you have spent for the products you have used. The consumption value
|
|
@@ -3060,11 +3060,11 @@ declare class API$t extends API$x {
|
|
|
3060
3060
|
};
|
|
3061
3061
|
}
|
|
3062
3062
|
|
|
3063
|
-
type index_gen$
|
|
3064
|
-
type index_gen$
|
|
3065
|
-
type index_gen$
|
|
3066
|
-
declare namespace index_gen$
|
|
3067
|
-
export { API$
|
|
3063
|
+
type index_gen$t_GetConsumptionRequest = GetConsumptionRequest;
|
|
3064
|
+
type index_gen$t_GetConsumptionResponse = GetConsumptionResponse;
|
|
3065
|
+
type index_gen$t_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
3066
|
+
declare namespace index_gen$t {
|
|
3067
|
+
export { API$u as API, type Discount$1 as Discount, type DiscountCoupon$1 as DiscountCoupon, type DiscountDiscountMode$1 as DiscountDiscountMode, type DiscountFilter$1 as DiscountFilter, type DiscountFilterType$1 as DiscountFilterType, type DownloadInvoiceRequest$1 as DownloadInvoiceRequest, type DownloadInvoiceRequestFileType$1 as DownloadInvoiceRequestFileType, type index_gen$t_GetConsumptionRequest as GetConsumptionRequest, type index_gen$t_GetConsumptionResponse as GetConsumptionResponse, type index_gen$t_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption, type Invoice$1 as Invoice, type InvoiceType$1 as InvoiceType, type ListDiscountsRequest$1 as ListDiscountsRequest, type ListDiscountsRequestOrderBy$1 as ListDiscountsRequestOrderBy, type ListDiscountsResponse$1 as ListDiscountsResponse, type ListInvoicesRequest$1 as ListInvoicesRequest, type ListInvoicesRequestOrderBy$1 as ListInvoicesRequestOrderBy, type ListInvoicesResponse$1 as ListInvoicesResponse };
|
|
3068
3068
|
}
|
|
3069
3069
|
|
|
3070
3070
|
type DiscountDiscountMode = 'unknown_discount_mode' | 'discount_mode_rate' | 'discount_mode_value' | 'discount_mode_splittable';
|
|
@@ -3341,7 +3341,7 @@ interface ListTaxesResponse {
|
|
|
3341
3341
|
*
|
|
3342
3342
|
* This API allows you to query your consumption.
|
|
3343
3343
|
*/
|
|
3344
|
-
declare class API$
|
|
3344
|
+
declare class API$t extends API$y {
|
|
3345
3345
|
protected pageOfListConsumptions: (request?: Readonly<ListConsumptionsRequest>) => Promise<ListConsumptionsResponse>;
|
|
3346
3346
|
/**
|
|
3347
3347
|
* Get monthly consumption. Consumption allows you to retrieve your past or
|
|
@@ -3414,39 +3414,39 @@ declare class API$s extends API$x {
|
|
|
3414
3414
|
};
|
|
3415
3415
|
}
|
|
3416
3416
|
|
|
3417
|
-
type index_gen$
|
|
3418
|
-
type index_gen$
|
|
3419
|
-
type index_gen$
|
|
3420
|
-
type index_gen$
|
|
3421
|
-
type index_gen$
|
|
3422
|
-
type index_gen$
|
|
3423
|
-
type index_gen$
|
|
3424
|
-
type index_gen$
|
|
3425
|
-
type index_gen$
|
|
3426
|
-
type index_gen$
|
|
3427
|
-
type index_gen$
|
|
3428
|
-
type index_gen$
|
|
3429
|
-
type index_gen$
|
|
3430
|
-
type index_gen$
|
|
3431
|
-
type index_gen$
|
|
3432
|
-
type index_gen$
|
|
3433
|
-
type index_gen$
|
|
3434
|
-
type index_gen$
|
|
3435
|
-
type index_gen$
|
|
3436
|
-
type index_gen$
|
|
3437
|
-
type index_gen$
|
|
3438
|
-
type index_gen$
|
|
3439
|
-
type index_gen$
|
|
3440
|
-
type index_gen$
|
|
3441
|
-
type index_gen$
|
|
3442
|
-
type index_gen$
|
|
3443
|
-
type index_gen$
|
|
3444
|
-
declare namespace index_gen$
|
|
3445
|
-
export { API$
|
|
3417
|
+
type index_gen$s_Discount = Discount;
|
|
3418
|
+
type index_gen$s_DiscountCoupon = DiscountCoupon;
|
|
3419
|
+
type index_gen$s_DiscountDiscountMode = DiscountDiscountMode;
|
|
3420
|
+
type index_gen$s_DiscountFilter = DiscountFilter;
|
|
3421
|
+
type index_gen$s_DiscountFilterType = DiscountFilterType;
|
|
3422
|
+
type index_gen$s_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
3423
|
+
type index_gen$s_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
3424
|
+
type index_gen$s_ExportInvoicesRequest = ExportInvoicesRequest;
|
|
3425
|
+
type index_gen$s_ExportInvoicesRequestFileType = ExportInvoicesRequestFileType;
|
|
3426
|
+
type index_gen$s_ExportInvoicesRequestOrderBy = ExportInvoicesRequestOrderBy;
|
|
3427
|
+
type index_gen$s_GetInvoiceRequest = GetInvoiceRequest;
|
|
3428
|
+
type index_gen$s_Invoice = Invoice;
|
|
3429
|
+
type index_gen$s_InvoiceType = InvoiceType;
|
|
3430
|
+
type index_gen$s_ListConsumptionsRequest = ListConsumptionsRequest;
|
|
3431
|
+
type index_gen$s_ListConsumptionsRequestOrderBy = ListConsumptionsRequestOrderBy;
|
|
3432
|
+
type index_gen$s_ListConsumptionsResponse = ListConsumptionsResponse;
|
|
3433
|
+
type index_gen$s_ListConsumptionsResponseConsumption = ListConsumptionsResponseConsumption;
|
|
3434
|
+
type index_gen$s_ListDiscountsRequest = ListDiscountsRequest;
|
|
3435
|
+
type index_gen$s_ListDiscountsRequestOrderBy = ListDiscountsRequestOrderBy;
|
|
3436
|
+
type index_gen$s_ListDiscountsResponse = ListDiscountsResponse;
|
|
3437
|
+
type index_gen$s_ListInvoicesRequest = ListInvoicesRequest;
|
|
3438
|
+
type index_gen$s_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
3439
|
+
type index_gen$s_ListInvoicesResponse = ListInvoicesResponse;
|
|
3440
|
+
type index_gen$s_ListTaxesRequest = ListTaxesRequest;
|
|
3441
|
+
type index_gen$s_ListTaxesRequestOrderBy = ListTaxesRequestOrderBy;
|
|
3442
|
+
type index_gen$s_ListTaxesResponse = ListTaxesResponse;
|
|
3443
|
+
type index_gen$s_ListTaxesResponseTax = ListTaxesResponseTax;
|
|
3444
|
+
declare namespace index_gen$s {
|
|
3445
|
+
export { API$t as API, type index_gen$s_Discount as Discount, type index_gen$s_DiscountCoupon as DiscountCoupon, type index_gen$s_DiscountDiscountMode as DiscountDiscountMode, type index_gen$s_DiscountFilter as DiscountFilter, type index_gen$s_DiscountFilterType as DiscountFilterType, type index_gen$s_DownloadInvoiceRequest as DownloadInvoiceRequest, type index_gen$s_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType, type index_gen$s_ExportInvoicesRequest as ExportInvoicesRequest, type index_gen$s_ExportInvoicesRequestFileType as ExportInvoicesRequestFileType, type index_gen$s_ExportInvoicesRequestOrderBy as ExportInvoicesRequestOrderBy, type index_gen$s_GetInvoiceRequest as GetInvoiceRequest, type index_gen$s_Invoice as Invoice, type index_gen$s_InvoiceType as InvoiceType, type index_gen$s_ListConsumptionsRequest as ListConsumptionsRequest, type index_gen$s_ListConsumptionsRequestOrderBy as ListConsumptionsRequestOrderBy, type index_gen$s_ListConsumptionsResponse as ListConsumptionsResponse, type index_gen$s_ListConsumptionsResponseConsumption as ListConsumptionsResponseConsumption, type index_gen$s_ListDiscountsRequest as ListDiscountsRequest, type index_gen$s_ListDiscountsRequestOrderBy as ListDiscountsRequestOrderBy, type index_gen$s_ListDiscountsResponse as ListDiscountsResponse, type index_gen$s_ListInvoicesRequest as ListInvoicesRequest, type index_gen$s_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy, type index_gen$s_ListInvoicesResponse as ListInvoicesResponse, type index_gen$s_ListTaxesRequest as ListTaxesRequest, type index_gen$s_ListTaxesRequestOrderBy as ListTaxesRequestOrderBy, type index_gen$s_ListTaxesResponse as ListTaxesResponse, type index_gen$s_ListTaxesResponseTax as ListTaxesResponseTax };
|
|
3446
3446
|
}
|
|
3447
3447
|
|
|
3448
3448
|
declare namespace index$u {
|
|
3449
|
-
export { index_gen$
|
|
3449
|
+
export { index_gen$t as v2alpha1, index_gen$s as v2beta1 };
|
|
3450
3450
|
}
|
|
3451
3451
|
|
|
3452
3452
|
type ListSnapshotsRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -3750,7 +3750,7 @@ type UpdateVolumeRequest$2 = {
|
|
|
3750
3750
|
*
|
|
3751
3751
|
* This API allows you to use and manage your Block Storage volumes.
|
|
3752
3752
|
*/
|
|
3753
|
-
declare class API$
|
|
3753
|
+
declare class API$s extends API$y {
|
|
3754
3754
|
/** Lists the available zones of the API. */
|
|
3755
3755
|
static readonly LOCALITIES: Zone[];
|
|
3756
3756
|
protected pageOfListVolumeTypes: (request?: Readonly<ListVolumeTypesRequest$1>) => Promise<ListVolumeTypesResponse>;
|
|
@@ -3934,21 +3934,21 @@ declare namespace validationRules_gen$c {
|
|
|
3934
3934
|
export { CreateSnapshotRequest$3 as CreateSnapshotRequest, CreateVolumeRequest$2 as CreateVolumeRequest, ListSnapshotsRequest$3 as ListSnapshotsRequest, validationRules_gen$c_ListVolumeTypesRequest as ListVolumeTypesRequest, ListVolumesRequest$2 as ListVolumesRequest, validationRules_gen$c_Reference as Reference };
|
|
3935
3935
|
}
|
|
3936
3936
|
|
|
3937
|
-
type index_gen$
|
|
3938
|
-
type index_gen$
|
|
3939
|
-
type index_gen$
|
|
3940
|
-
declare const index_gen$
|
|
3941
|
-
type index_gen$
|
|
3942
|
-
type index_gen$
|
|
3943
|
-
type index_gen$
|
|
3944
|
-
type index_gen$
|
|
3945
|
-
type index_gen$
|
|
3946
|
-
declare namespace index_gen$
|
|
3947
|
-
export { API$
|
|
3937
|
+
type index_gen$r_CreateVolumeRequestFromEmpty = CreateVolumeRequestFromEmpty;
|
|
3938
|
+
type index_gen$r_CreateVolumeRequestFromSnapshot = CreateVolumeRequestFromSnapshot;
|
|
3939
|
+
type index_gen$r_ListVolumeTypesResponse = ListVolumeTypesResponse;
|
|
3940
|
+
declare const index_gen$r_REFERENCE_TRANSIENT_STATUSES: typeof REFERENCE_TRANSIENT_STATUSES;
|
|
3941
|
+
type index_gen$r_ReferenceStatus = ReferenceStatus;
|
|
3942
|
+
type index_gen$r_ReferenceType = ReferenceType;
|
|
3943
|
+
type index_gen$r_SnapshotParentVolume = SnapshotParentVolume;
|
|
3944
|
+
type index_gen$r_VolumeSpecifications = VolumeSpecifications;
|
|
3945
|
+
type index_gen$r_VolumeStatus = VolumeStatus;
|
|
3946
|
+
declare namespace index_gen$r {
|
|
3947
|
+
export { API$s as API, type CreateSnapshotRequest$4 as CreateSnapshotRequest, type CreateVolumeRequest$3 as CreateVolumeRequest, type index_gen$r_CreateVolumeRequestFromEmpty as CreateVolumeRequestFromEmpty, type index_gen$r_CreateVolumeRequestFromSnapshot as CreateVolumeRequestFromSnapshot, type DeleteSnapshotRequest$3 as DeleteSnapshotRequest, type DeleteVolumeRequest$2 as DeleteVolumeRequest, type GetSnapshotRequest$3 as GetSnapshotRequest, type GetVolumeRequest$2 as GetVolumeRequest, type ListSnapshotsRequest$4 as ListSnapshotsRequest, type ListSnapshotsRequestOrderBy$2 as ListSnapshotsRequestOrderBy, type ListSnapshotsResponse$3 as ListSnapshotsResponse, type ListVolumeTypesRequest$1 as ListVolumeTypesRequest, type index_gen$r_ListVolumeTypesResponse as ListVolumeTypesResponse, type ListVolumesRequest$3 as ListVolumesRequest, type ListVolumesRequestOrderBy$1 as ListVolumesRequestOrderBy, type ListVolumesResponse$2 as ListVolumesResponse, index_gen$r_REFERENCE_TRANSIENT_STATUSES as REFERENCE_TRANSIENT_STATUSES, type Reference$1 as Reference, type index_gen$r_ReferenceStatus as ReferenceStatus, type index_gen$r_ReferenceType as ReferenceType, SNAPSHOT_TRANSIENT_STATUSES$3 as SNAPSHOT_TRANSIENT_STATUSES, type Snapshot$3 as Snapshot, type index_gen$r_SnapshotParentVolume as SnapshotParentVolume, type SnapshotStatus$2 as SnapshotStatus, type StorageClass$2 as StorageClass, type UpdateSnapshotRequest$3 as UpdateSnapshotRequest, type UpdateVolumeRequest$2 as UpdateVolumeRequest, VOLUME_TRANSIENT_STATUSES$1 as VOLUME_TRANSIENT_STATUSES, validationRules_gen$c as ValidationRules, type Volume$4 as Volume, type index_gen$r_VolumeSpecifications as VolumeSpecifications, type index_gen$r_VolumeStatus as VolumeStatus, type VolumeType$3 as VolumeType };
|
|
3948
3948
|
}
|
|
3949
3949
|
|
|
3950
3950
|
declare namespace index$t {
|
|
3951
|
-
export { index_gen$
|
|
3951
|
+
export { index_gen$r as v1alpha1 };
|
|
3952
3952
|
}
|
|
3953
3953
|
|
|
3954
3954
|
type CockpitStatus = 'unknown_status' | 'creating' | 'ready' | 'deleting' | 'updating' | 'error';
|
|
@@ -4343,7 +4343,7 @@ type TriggerTestAlertRequest = {
|
|
|
4343
4343
|
* logs. It also provides you with a dedicated Grafana for dashboarding to
|
|
4344
4344
|
* visualize your metrics and logs.
|
|
4345
4345
|
*/
|
|
4346
|
-
declare class API$
|
|
4346
|
+
declare class API$r extends API$y {
|
|
4347
4347
|
/**
|
|
4348
4348
|
* Activate the Cockpit of a given Project specified by the Project ID.
|
|
4349
4349
|
*
|
|
@@ -4561,57 +4561,57 @@ declare class API$q extends API$x {
|
|
|
4561
4561
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
4562
4562
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
4563
4563
|
|
|
4564
|
-
type index_gen$
|
|
4565
|
-
declare const index_gen$
|
|
4566
|
-
type index_gen$
|
|
4567
|
-
type index_gen$
|
|
4568
|
-
type index_gen$
|
|
4569
|
-
type index_gen$
|
|
4570
|
-
type index_gen$
|
|
4571
|
-
type index_gen$
|
|
4572
|
-
type index_gen$
|
|
4573
|
-
type index_gen$
|
|
4574
|
-
type index_gen$
|
|
4575
|
-
type index_gen$
|
|
4576
|
-
type index_gen$
|
|
4577
|
-
type index_gen$
|
|
4578
|
-
type index_gen$
|
|
4579
|
-
type index_gen$
|
|
4580
|
-
type index_gen$
|
|
4581
|
-
type index_gen$
|
|
4582
|
-
type index_gen$
|
|
4583
|
-
type index_gen$
|
|
4584
|
-
type index_gen$
|
|
4585
|
-
type index_gen$
|
|
4586
|
-
type index_gen$
|
|
4587
|
-
type index_gen$
|
|
4588
|
-
type index_gen$
|
|
4589
|
-
type index_gen$
|
|
4590
|
-
type index_gen$
|
|
4591
|
-
type index_gen$
|
|
4592
|
-
type index_gen$
|
|
4593
|
-
type index_gen$
|
|
4594
|
-
type index_gen$
|
|
4595
|
-
type index_gen$
|
|
4596
|
-
type index_gen$
|
|
4597
|
-
type index_gen$
|
|
4598
|
-
type index_gen$
|
|
4599
|
-
type index_gen$
|
|
4600
|
-
type index_gen$
|
|
4601
|
-
type index_gen$
|
|
4602
|
-
type index_gen$
|
|
4603
|
-
type index_gen$
|
|
4604
|
-
type index_gen$
|
|
4605
|
-
type index_gen$
|
|
4606
|
-
type index_gen$
|
|
4607
|
-
type index_gen$
|
|
4608
|
-
type index_gen$
|
|
4609
|
-
declare namespace index_gen$
|
|
4610
|
-
export { API$
|
|
4564
|
+
type index_gen$q_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
4565
|
+
declare const index_gen$q_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
4566
|
+
type index_gen$q_Cockpit = Cockpit;
|
|
4567
|
+
type index_gen$q_CockpitEndpoints = CockpitEndpoints;
|
|
4568
|
+
type index_gen$q_CockpitMetrics = CockpitMetrics;
|
|
4569
|
+
type index_gen$q_CockpitStatus = CockpitStatus;
|
|
4570
|
+
type index_gen$q_ContactPoint = ContactPoint;
|
|
4571
|
+
type index_gen$q_ContactPointEmail = ContactPointEmail;
|
|
4572
|
+
type index_gen$q_CreateContactPointRequest = CreateContactPointRequest;
|
|
4573
|
+
type index_gen$q_CreateDatasourceRequest = CreateDatasourceRequest;
|
|
4574
|
+
type index_gen$q_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
4575
|
+
type index_gen$q_Datasource = Datasource;
|
|
4576
|
+
type index_gen$q_DatasourceType = DatasourceType;
|
|
4577
|
+
type index_gen$q_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
4578
|
+
type index_gen$q_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
4579
|
+
type index_gen$q_DeleteDatasourceRequest = DeleteDatasourceRequest;
|
|
4580
|
+
type index_gen$q_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
4581
|
+
type index_gen$q_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
4582
|
+
type index_gen$q_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
4583
|
+
type index_gen$q_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
4584
|
+
type index_gen$q_GetCockpitRequest = GetCockpitRequest;
|
|
4585
|
+
type index_gen$q_GetGrafanaProductDashboardRequest = GetGrafanaProductDashboardRequest;
|
|
4586
|
+
type index_gen$q_GrafanaProductDashboard = GrafanaProductDashboard;
|
|
4587
|
+
type index_gen$q_GrafanaUser = GrafanaUser;
|
|
4588
|
+
type index_gen$q_GrafanaUserRole = GrafanaUserRole;
|
|
4589
|
+
type index_gen$q_ListContactPointsRequest = ListContactPointsRequest;
|
|
4590
|
+
type index_gen$q_ListContactPointsResponse = ListContactPointsResponse;
|
|
4591
|
+
type index_gen$q_ListDatasourcesRequest = ListDatasourcesRequest;
|
|
4592
|
+
type index_gen$q_ListDatasourcesRequestOrderBy = ListDatasourcesRequestOrderBy;
|
|
4593
|
+
type index_gen$q_ListDatasourcesResponse = ListDatasourcesResponse;
|
|
4594
|
+
type index_gen$q_ListGrafanaProductDashboardsRequest = ListGrafanaProductDashboardsRequest;
|
|
4595
|
+
type index_gen$q_ListGrafanaProductDashboardsResponse = ListGrafanaProductDashboardsResponse;
|
|
4596
|
+
type index_gen$q_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
4597
|
+
type index_gen$q_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
4598
|
+
type index_gen$q_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
4599
|
+
type index_gen$q_ListPlansRequest = ListPlansRequest;
|
|
4600
|
+
type index_gen$q_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
4601
|
+
type index_gen$q_ListPlansResponse = ListPlansResponse;
|
|
4602
|
+
type index_gen$q_Plan = Plan;
|
|
4603
|
+
type index_gen$q_PlanName = PlanName;
|
|
4604
|
+
type index_gen$q_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
4605
|
+
type index_gen$q_SelectPlanRequest = SelectPlanRequest;
|
|
4606
|
+
type index_gen$q_SelectPlanResponse = SelectPlanResponse;
|
|
4607
|
+
type index_gen$q_TokenScopes = TokenScopes;
|
|
4608
|
+
type index_gen$q_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
4609
|
+
declare namespace index_gen$q {
|
|
4610
|
+
export { API$r as API, type index_gen$q_ActivateCockpitRequest as ActivateCockpitRequest, index_gen$q_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES, type index_gen$q_Cockpit as Cockpit, type index_gen$q_CockpitEndpoints as CockpitEndpoints, type index_gen$q_CockpitMetrics as CockpitMetrics, type index_gen$q_CockpitStatus as CockpitStatus, type index_gen$q_ContactPoint as ContactPoint, type index_gen$q_ContactPointEmail as ContactPointEmail, type index_gen$q_CreateContactPointRequest as CreateContactPointRequest, type index_gen$q_CreateDatasourceRequest as CreateDatasourceRequest, type index_gen$q_CreateGrafanaUserRequest as CreateGrafanaUserRequest, type CreateTokenRequest$2 as CreateTokenRequest, type index_gen$q_Datasource as Datasource, type index_gen$q_DatasourceType as DatasourceType, type index_gen$q_DeactivateCockpitRequest as DeactivateCockpitRequest, type index_gen$q_DeleteContactPointRequest as DeleteContactPointRequest, type index_gen$q_DeleteDatasourceRequest as DeleteDatasourceRequest, type index_gen$q_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest, type DeleteTokenRequest$2 as DeleteTokenRequest, type index_gen$q_DisableManagedAlertsRequest as DisableManagedAlertsRequest, type index_gen$q_EnableManagedAlertsRequest as EnableManagedAlertsRequest, type index_gen$q_GetCockpitMetricsRequest as GetCockpitMetricsRequest, type index_gen$q_GetCockpitRequest as GetCockpitRequest, type index_gen$q_GetGrafanaProductDashboardRequest as GetGrafanaProductDashboardRequest, type GetTokenRequest$2 as GetTokenRequest, type index_gen$q_GrafanaProductDashboard as GrafanaProductDashboard, type index_gen$q_GrafanaUser as GrafanaUser, type index_gen$q_GrafanaUserRole as GrafanaUserRole, type index_gen$q_ListContactPointsRequest as ListContactPointsRequest, type index_gen$q_ListContactPointsResponse as ListContactPointsResponse, type index_gen$q_ListDatasourcesRequest as ListDatasourcesRequest, type index_gen$q_ListDatasourcesRequestOrderBy as ListDatasourcesRequestOrderBy, type index_gen$q_ListDatasourcesResponse as ListDatasourcesResponse, type index_gen$q_ListGrafanaProductDashboardsRequest as ListGrafanaProductDashboardsRequest, type index_gen$q_ListGrafanaProductDashboardsResponse as ListGrafanaProductDashboardsResponse, type index_gen$q_ListGrafanaUsersRequest as ListGrafanaUsersRequest, type index_gen$q_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy, type index_gen$q_ListGrafanaUsersResponse as ListGrafanaUsersResponse, type index_gen$q_ListPlansRequest as ListPlansRequest, type index_gen$q_ListPlansRequestOrderBy as ListPlansRequestOrderBy, type index_gen$q_ListPlansResponse as ListPlansResponse, type ListTokensRequest$2 as ListTokensRequest, type ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy, type ListTokensResponse$2 as ListTokensResponse, type index_gen$q_Plan as Plan, type index_gen$q_PlanName as PlanName, type index_gen$q_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest, type index_gen$q_SelectPlanRequest as SelectPlanRequest, type index_gen$q_SelectPlanResponse as SelectPlanResponse, type Token$2 as Token, type index_gen$q_TokenScopes as TokenScopes, type index_gen$q_TriggerTestAlertRequest as TriggerTestAlertRequest };
|
|
4611
4611
|
}
|
|
4612
4612
|
|
|
4613
4613
|
declare namespace index$s {
|
|
4614
|
-
export { index_gen$
|
|
4614
|
+
export { index_gen$q as v1beta1 };
|
|
4615
4615
|
}
|
|
4616
4616
|
|
|
4617
4617
|
type ContainerHttpOption = 'unknown_http_option' | 'enabled' | 'redirected';
|
|
@@ -4674,7 +4674,7 @@ interface TriggerSqsClientConfig$1 {
|
|
|
4674
4674
|
accessKey: string;
|
|
4675
4675
|
secretKey: string;
|
|
4676
4676
|
}
|
|
4677
|
-
interface Secret$
|
|
4677
|
+
interface Secret$3 {
|
|
4678
4678
|
key: string;
|
|
4679
4679
|
value?: string;
|
|
4680
4680
|
}
|
|
@@ -4929,7 +4929,7 @@ type CreateContainerRequest = {
|
|
|
4929
4929
|
/** Port the container listens on. */
|
|
4930
4930
|
port?: number;
|
|
4931
4931
|
/** Secret environment variables of the container. */
|
|
4932
|
-
secretEnvironmentVariables?: Secret$
|
|
4932
|
+
secretEnvironmentVariables?: Secret$3[];
|
|
4933
4933
|
/**
|
|
4934
4934
|
* Possible values:
|
|
4935
4935
|
*
|
|
@@ -4980,7 +4980,7 @@ type CreateNamespaceRequest$2 = {
|
|
|
4980
4980
|
/** Description of the namespace to create. */
|
|
4981
4981
|
description?: string;
|
|
4982
4982
|
/** Secret environment variables of the namespace to create. */
|
|
4983
|
-
secretEnvironmentVariables?: Secret$
|
|
4983
|
+
secretEnvironmentVariables?: Secret$3[];
|
|
4984
4984
|
};
|
|
4985
4985
|
type CreateTokenRequest$1 = {
|
|
4986
4986
|
/**
|
|
@@ -5377,7 +5377,7 @@ type UpdateContainerRequest = {
|
|
|
5377
5377
|
maxConcurrency?: number;
|
|
5378
5378
|
protocol?: ContainerProtocol;
|
|
5379
5379
|
port?: number;
|
|
5380
|
-
secretEnvironmentVariables?: Secret$
|
|
5380
|
+
secretEnvironmentVariables?: Secret$3[];
|
|
5381
5381
|
/**
|
|
5382
5382
|
* Possible values:
|
|
5383
5383
|
*
|
|
@@ -5417,7 +5417,7 @@ type UpdateNamespaceRequest$2 = {
|
|
|
5417
5417
|
/** Description of the namespace to update. */
|
|
5418
5418
|
description?: string;
|
|
5419
5419
|
/** Secret environment variables of the namespace to update. */
|
|
5420
|
-
secretEnvironmentVariables?: Secret$
|
|
5420
|
+
secretEnvironmentVariables?: Secret$3[];
|
|
5421
5421
|
};
|
|
5422
5422
|
type UpdateTriggerRequest$3 = {
|
|
5423
5423
|
/**
|
|
@@ -5440,7 +5440,7 @@ type UpdateTriggerRequest$3 = {
|
|
|
5440
5440
|
};
|
|
5441
5441
|
|
|
5442
5442
|
/** Serverless Containers API. */
|
|
5443
|
-
declare class API$
|
|
5443
|
+
declare class API$q extends API$y {
|
|
5444
5444
|
/** Lists the available regions of the API. */
|
|
5445
5445
|
static readonly LOCALITIES: Region[];
|
|
5446
5446
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
@@ -5810,26 +5810,26 @@ declare namespace validationRules_gen$b {
|
|
|
5810
5810
|
export { CreateTriggerRequest$2 as CreateTriggerRequest, CreateTriggerRequestMnqNatsClientConfig$2 as CreateTriggerRequestMnqNatsClientConfig, CreateTriggerRequestMnqSqsClientConfig$2 as CreateTriggerRequestMnqSqsClientConfig, UpdateTriggerRequest$2 as UpdateTriggerRequest };
|
|
5811
5811
|
}
|
|
5812
5812
|
|
|
5813
|
-
declare const index_gen$
|
|
5814
|
-
type index_gen$
|
|
5815
|
-
type index_gen$
|
|
5816
|
-
type index_gen$
|
|
5817
|
-
type index_gen$
|
|
5818
|
-
type index_gen$
|
|
5819
|
-
type index_gen$
|
|
5820
|
-
type index_gen$
|
|
5821
|
-
type index_gen$
|
|
5822
|
-
type index_gen$
|
|
5823
|
-
type index_gen$
|
|
5824
|
-
type index_gen$
|
|
5825
|
-
type index_gen$
|
|
5826
|
-
type index_gen$
|
|
5827
|
-
declare namespace index_gen$
|
|
5828
|
-
export { API$
|
|
5813
|
+
declare const index_gen$p_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
5814
|
+
type index_gen$p_Container = Container;
|
|
5815
|
+
type index_gen$p_ContainerHttpOption = ContainerHttpOption;
|
|
5816
|
+
type index_gen$p_ContainerPrivacy = ContainerPrivacy;
|
|
5817
|
+
type index_gen$p_ContainerProtocol = ContainerProtocol;
|
|
5818
|
+
type index_gen$p_ContainerStatus = ContainerStatus;
|
|
5819
|
+
type index_gen$p_CreateContainerRequest = CreateContainerRequest;
|
|
5820
|
+
type index_gen$p_DeleteContainerRequest = DeleteContainerRequest;
|
|
5821
|
+
type index_gen$p_DeployContainerRequest = DeployContainerRequest;
|
|
5822
|
+
type index_gen$p_GetContainerRequest = GetContainerRequest;
|
|
5823
|
+
type index_gen$p_ListContainersRequest = ListContainersRequest;
|
|
5824
|
+
type index_gen$p_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
5825
|
+
type index_gen$p_ListContainersResponse = ListContainersResponse;
|
|
5826
|
+
type index_gen$p_UpdateContainerRequest = UpdateContainerRequest;
|
|
5827
|
+
declare namespace index_gen$p {
|
|
5828
|
+
export { API$q as API, index_gen$p_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES, CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES, type index_gen$p_Container as Container, type index_gen$p_ContainerHttpOption as ContainerHttpOption, type index_gen$p_ContainerPrivacy as ContainerPrivacy, type index_gen$p_ContainerProtocol as ContainerProtocol, type index_gen$p_ContainerStatus as ContainerStatus, type index_gen$p_CreateContainerRequest as CreateContainerRequest, type CreateCronRequest$1 as CreateCronRequest, type CreateDomainRequest$2 as CreateDomainRequest, type CreateNamespaceRequest$2 as CreateNamespaceRequest, type CreateTokenRequest$1 as CreateTokenRequest, type CreateTriggerRequest$3 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$3 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$3 as CreateTriggerRequestMnqSqsClientConfig, type CreateTriggerRequestSqsClientConfig$1 as CreateTriggerRequestSqsClientConfig, type Cron$1 as Cron, type CronStatus$1 as CronStatus, DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES, type index_gen$p_DeleteContainerRequest as DeleteContainerRequest, type DeleteCronRequest$1 as DeleteCronRequest, type DeleteDomainRequest$1 as DeleteDomainRequest, type DeleteNamespaceRequest$2 as DeleteNamespaceRequest, type DeleteTokenRequest$1 as DeleteTokenRequest, type DeleteTriggerRequest$1 as DeleteTriggerRequest, type index_gen$p_DeployContainerRequest as DeployContainerRequest, type Domain$3 as Domain, type DomainStatus$3 as DomainStatus, type index_gen$p_GetContainerRequest as GetContainerRequest, type GetCronRequest$1 as GetCronRequest, type GetDomainRequest$2 as GetDomainRequest, type GetNamespaceRequest$2 as GetNamespaceRequest, type GetTokenRequest$1 as GetTokenRequest, type GetTriggerRequest$1 as GetTriggerRequest, type IssueJWTRequest$1 as IssueJWTRequest, type index_gen$p_ListContainersRequest as ListContainersRequest, type index_gen$p_ListContainersRequestOrderBy as ListContainersRequestOrderBy, type index_gen$p_ListContainersResponse as ListContainersResponse, type ListCronsRequest$1 as ListCronsRequest, type ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy, type ListCronsResponse$1 as ListCronsResponse, type ListDomainsRequest$2 as ListDomainsRequest, type ListDomainsRequestOrderBy$2 as ListDomainsRequestOrderBy, type ListDomainsResponse$3 as ListDomainsResponse, type 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$3 as Secret, type SecretHashedValue$1 as SecretHashedValue, TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES, TRIGGER_TRANSIENT_STATUSES$1 as TRIGGER_TRANSIENT_STATUSES, type Token$1 as Token, type TokenStatus$1 as TokenStatus, type Trigger$1 as Trigger, type TriggerInputType$1 as TriggerInputType, type TriggerMnqNatsClientConfig$1 as TriggerMnqNatsClientConfig, type TriggerMnqSqsClientConfig$1 as TriggerMnqSqsClientConfig, type TriggerSqsClientConfig$1 as TriggerSqsClientConfig, type TriggerStatus$1 as TriggerStatus, type index_gen$p_UpdateContainerRequest as UpdateContainerRequest, type UpdateCronRequest$1 as UpdateCronRequest, type UpdateNamespaceRequest$2 as UpdateNamespaceRequest, type UpdateTriggerRequest$3 as UpdateTriggerRequest, type UpdateTriggerRequestSqsClientConfig$1 as UpdateTriggerRequestSqsClientConfig, validationRules_gen$b as ValidationRules };
|
|
5829
5829
|
}
|
|
5830
5830
|
|
|
5831
5831
|
declare namespace index$r {
|
|
5832
|
-
export { index_gen$
|
|
5832
|
+
export { index_gen$p as v1beta1 };
|
|
5833
5833
|
}
|
|
5834
5834
|
|
|
5835
5835
|
type ACLRuleAction$1 = 'allow' | 'deny';
|
|
@@ -7076,7 +7076,7 @@ type UpgradeInstanceRequest$1 = {
|
|
|
7076
7076
|
};
|
|
7077
7077
|
|
|
7078
7078
|
/** Managed Document Databases API. */
|
|
7079
|
-
declare class API$
|
|
7079
|
+
declare class API$p extends API$y {
|
|
7080
7080
|
/** Lists the available regions of the API. */
|
|
7081
7081
|
static readonly LOCALITIES: Region[];
|
|
7082
7082
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest$1>) => Promise<ListDatabaseEnginesResponse$1>;
|
|
@@ -7624,12 +7624,12 @@ declare namespace validationRules_gen$a {
|
|
|
7624
7624
|
export { UpdateInstanceRequest$2 as UpdateInstanceRequest };
|
|
7625
7625
|
}
|
|
7626
7626
|
|
|
7627
|
-
declare namespace index_gen$
|
|
7628
|
-
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$
|
|
7627
|
+
declare namespace index_gen$o {
|
|
7628
|
+
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$p 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$3 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$3 as Database, type DatabaseEngine$1 as DatabaseEngine, type DeleteDatabaseRequest$2 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$3 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$2 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$2 as ListDatabasesResponse, type ListInstanceACLRulesRequest$1 as ListInstanceACLRulesRequest, type ListInstanceACLRulesResponse$1 as ListInstanceACLRulesResponse, type ListInstanceLogsDetailsRequest$1 as ListInstanceLogsDetailsRequest, type ListInstanceLogsDetailsResponse$1 as ListInstanceLogsDetailsResponse, type ListInstanceLogsDetailsResponseInstanceLogDetail$1 as ListInstanceLogsDetailsResponseInstanceLogDetail, type ListInstanceLogsRequest$1 as ListInstanceLogsRequest, type ListInstanceLogsRequestOrderBy$1 as ListInstanceLogsRequestOrderBy, type ListInstanceLogsResponse$1 as ListInstanceLogsResponse, type ListInstancesRequest$1 as ListInstancesRequest, type ListInstancesRequestOrderBy$1 as ListInstancesRequestOrderBy, type ListInstancesResponse$1 as ListInstancesResponse, type ListNodeTypesRequest$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 SnapshotVolumeType$2 as SnapshotVolumeType, type StorageClass$1 as StorageClass, type UpdateInstanceRequest$3 as UpdateInstanceRequest, type UpdateSnapshotRequest$2 as UpdateSnapshotRequest, type UpdateUserRequest$2 as UpdateUserRequest, type UpgradableVersion$1 as UpgradableVersion, type UpgradeInstanceRequest$1 as UpgradeInstanceRequest, type UpgradeInstanceRequestMajorUpgradeWorkflow$1 as UpgradeInstanceRequestMajorUpgradeWorkflow, type User$2 as User, validationRules_gen$a as ValidationRules, type Volume$3 as Volume, type VolumeType$2 as VolumeType };
|
|
7629
7629
|
}
|
|
7630
7630
|
|
|
7631
7631
|
declare namespace index$q {
|
|
7632
|
-
export { index_gen$
|
|
7632
|
+
export { index_gen$o as v1beta1 };
|
|
7633
7633
|
}
|
|
7634
7634
|
|
|
7635
7635
|
type LanguageCode = 'unknown_language_code' | 'en_US' | 'fr_FR' | 'de_DE';
|
|
@@ -8690,7 +8690,7 @@ type UpdateDNSZoneRequest = {
|
|
|
8690
8690
|
*
|
|
8691
8691
|
* Manage your domains, DNS zones and records with the Domains and DNS API.
|
|
8692
8692
|
*/
|
|
8693
|
-
declare class API$
|
|
8693
|
+
declare class API$o extends API$y {
|
|
8694
8694
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
8695
8695
|
/**
|
|
8696
8696
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -8930,7 +8930,7 @@ declare class API$n extends API$x {
|
|
|
8930
8930
|
*
|
|
8931
8931
|
* Manage your domains and contacts.
|
|
8932
8932
|
*/
|
|
8933
|
-
declare class RegistrarAPI extends API$
|
|
8933
|
+
declare class RegistrarAPI extends API$y {
|
|
8934
8934
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
8935
8935
|
/**
|
|
8936
8936
|
* List tasks. List all operations performed on the account. You can filter
|
|
@@ -9222,172 +9222,172 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
9222
9222
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
9223
9223
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
9224
9224
|
|
|
9225
|
-
type index_gen$
|
|
9226
|
-
type index_gen$
|
|
9227
|
-
type index_gen$
|
|
9228
|
-
type index_gen$
|
|
9229
|
-
type index_gen$
|
|
9230
|
-
type index_gen$
|
|
9231
|
-
type index_gen$
|
|
9232
|
-
type index_gen$
|
|
9233
|
-
type index_gen$
|
|
9234
|
-
type index_gen$
|
|
9235
|
-
type index_gen$
|
|
9236
|
-
type index_gen$
|
|
9237
|
-
type index_gen$
|
|
9238
|
-
type index_gen$
|
|
9239
|
-
type index_gen$
|
|
9240
|
-
type index_gen$
|
|
9241
|
-
type index_gen$
|
|
9242
|
-
type index_gen$
|
|
9243
|
-
type index_gen$
|
|
9244
|
-
type index_gen$
|
|
9245
|
-
type index_gen$
|
|
9246
|
-
type index_gen$
|
|
9247
|
-
type index_gen$
|
|
9248
|
-
type index_gen$
|
|
9249
|
-
type index_gen$
|
|
9250
|
-
type index_gen$
|
|
9251
|
-
type index_gen$
|
|
9252
|
-
type index_gen$
|
|
9253
|
-
declare const index_gen$
|
|
9254
|
-
declare const index_gen$
|
|
9255
|
-
declare const index_gen$
|
|
9256
|
-
type index_gen$
|
|
9257
|
-
type index_gen$
|
|
9258
|
-
type index_gen$
|
|
9259
|
-
type index_gen$
|
|
9260
|
-
type index_gen$
|
|
9261
|
-
type index_gen$
|
|
9262
|
-
type index_gen$
|
|
9263
|
-
type index_gen$
|
|
9264
|
-
type index_gen$
|
|
9265
|
-
type index_gen$
|
|
9266
|
-
type index_gen$
|
|
9267
|
-
type index_gen$
|
|
9268
|
-
type index_gen$
|
|
9269
|
-
type index_gen$
|
|
9270
|
-
type index_gen$
|
|
9271
|
-
type index_gen$
|
|
9272
|
-
type index_gen$
|
|
9273
|
-
type index_gen$
|
|
9274
|
-
type index_gen$
|
|
9275
|
-
type index_gen$
|
|
9276
|
-
type index_gen$
|
|
9277
|
-
type index_gen$
|
|
9278
|
-
type index_gen$
|
|
9279
|
-
type index_gen$
|
|
9280
|
-
type index_gen$
|
|
9281
|
-
type index_gen$
|
|
9282
|
-
type index_gen$
|
|
9283
|
-
type index_gen$
|
|
9284
|
-
type index_gen$
|
|
9285
|
-
type index_gen$
|
|
9286
|
-
type index_gen$
|
|
9287
|
-
type index_gen$
|
|
9288
|
-
type index_gen$
|
|
9289
|
-
type index_gen$
|
|
9290
|
-
declare const index_gen$
|
|
9291
|
-
type index_gen$
|
|
9292
|
-
type index_gen$
|
|
9293
|
-
type index_gen$
|
|
9294
|
-
type index_gen$
|
|
9295
|
-
type index_gen$
|
|
9296
|
-
type index_gen$
|
|
9297
|
-
type index_gen$
|
|
9298
|
-
type index_gen$
|
|
9299
|
-
type index_gen$
|
|
9300
|
-
type index_gen$
|
|
9301
|
-
type index_gen$
|
|
9302
|
-
type index_gen$
|
|
9303
|
-
type index_gen$
|
|
9304
|
-
type index_gen$
|
|
9305
|
-
type index_gen$
|
|
9306
|
-
type index_gen$
|
|
9307
|
-
type index_gen$
|
|
9308
|
-
type index_gen$
|
|
9309
|
-
type index_gen$
|
|
9310
|
-
type index_gen$
|
|
9311
|
-
type index_gen$
|
|
9312
|
-
type index_gen$
|
|
9313
|
-
type index_gen$
|
|
9314
|
-
type index_gen$
|
|
9315
|
-
type index_gen$
|
|
9316
|
-
type index_gen$
|
|
9317
|
-
type index_gen$
|
|
9318
|
-
type index_gen$
|
|
9319
|
-
type index_gen$
|
|
9320
|
-
type index_gen$
|
|
9321
|
-
type index_gen$
|
|
9322
|
-
type index_gen$
|
|
9323
|
-
type index_gen$
|
|
9324
|
-
type index_gen$
|
|
9325
|
-
type index_gen$
|
|
9326
|
-
type index_gen$
|
|
9327
|
-
type index_gen$
|
|
9328
|
-
type index_gen$
|
|
9329
|
-
type index_gen$
|
|
9330
|
-
type index_gen$
|
|
9331
|
-
type index_gen$
|
|
9332
|
-
type index_gen$
|
|
9333
|
-
type index_gen$
|
|
9334
|
-
type index_gen$
|
|
9335
|
-
type index_gen$
|
|
9336
|
-
type index_gen$
|
|
9337
|
-
type index_gen$
|
|
9338
|
-
declare const index_gen$
|
|
9339
|
-
type index_gen$
|
|
9340
|
-
type index_gen$
|
|
9341
|
-
type index_gen$
|
|
9342
|
-
type index_gen$
|
|
9343
|
-
type index_gen$
|
|
9344
|
-
type index_gen$
|
|
9345
|
-
type index_gen$
|
|
9346
|
-
type index_gen$
|
|
9347
|
-
type index_gen$
|
|
9348
|
-
type index_gen$
|
|
9349
|
-
type index_gen$
|
|
9350
|
-
type index_gen$
|
|
9351
|
-
type index_gen$
|
|
9352
|
-
type index_gen$
|
|
9353
|
-
type index_gen$
|
|
9354
|
-
type index_gen$
|
|
9355
|
-
type index_gen$
|
|
9356
|
-
type index_gen$
|
|
9357
|
-
type index_gen$
|
|
9358
|
-
type index_gen$
|
|
9359
|
-
type index_gen$
|
|
9360
|
-
type index_gen$
|
|
9361
|
-
type index_gen$
|
|
9362
|
-
type index_gen$
|
|
9363
|
-
type index_gen$
|
|
9364
|
-
type index_gen$
|
|
9365
|
-
type index_gen$
|
|
9366
|
-
type index_gen$
|
|
9367
|
-
type index_gen$
|
|
9368
|
-
type index_gen$
|
|
9369
|
-
type index_gen$
|
|
9370
|
-
type index_gen$
|
|
9371
|
-
type index_gen$
|
|
9372
|
-
type index_gen$
|
|
9373
|
-
declare const index_gen$
|
|
9374
|
-
type index_gen$
|
|
9375
|
-
type index_gen$
|
|
9376
|
-
type index_gen$
|
|
9377
|
-
type index_gen$
|
|
9378
|
-
type index_gen$
|
|
9379
|
-
type index_gen$
|
|
9380
|
-
type index_gen$
|
|
9381
|
-
type index_gen$
|
|
9382
|
-
type index_gen$
|
|
9383
|
-
type index_gen$
|
|
9384
|
-
type index_gen$
|
|
9385
|
-
declare namespace index_gen$
|
|
9386
|
-
export { API$n as API, type index_gen$m_AvailableDomain as AvailableDomain, type index_gen$m_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$m_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$m_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$m_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$m_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$m_Contact as Contact, type index_gen$m_ContactEmailStatus as ContactEmailStatus, type index_gen$m_ContactExtensionEU as ContactExtensionEU, type index_gen$m_ContactExtensionFR as ContactExtensionFR, type index_gen$m_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$m_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$m_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$m_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$m_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$m_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$m_ContactExtensionNL as ContactExtensionNL, type index_gen$m_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$m_ContactLegalForm as ContactLegalForm, type index_gen$m_ContactQuestion as ContactQuestion, type index_gen$m_ContactRoles as ContactRoles, type index_gen$m_ContactRolesRoles as ContactRolesRoles, type index_gen$m_ContactStatus as ContactStatus, type index_gen$m_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$m_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$m_DNSZone as DNSZone, type index_gen$m_DNSZoneStatus as DNSZoneStatus, type index_gen$m_DNSZoneVersion as DNSZoneVersion, index_gen$m_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$m_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$m_DSRecord as DSRecord, type index_gen$m_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$m_DSRecordDigest as DSRecordDigest, type index_gen$m_DSRecordDigestType as DSRecordDigestType, type index_gen$m_DSRecordPublicKey as DSRecordPublicKey, type index_gen$m_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$m_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$m_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$m_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$m_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$m_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$m_DomainDNSSEC as DomainDNSSEC, type index_gen$m_DomainFeatureStatus as DomainFeatureStatus, type index_gen$m_DomainRecord as DomainRecord, type index_gen$m_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$m_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$m_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$m_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$m_DomainRecordType as DomainRecordType, type index_gen$m_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$m_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$m_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$m_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$m_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$m_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$m_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$m_DomainSummary as DomainSummary, type index_gen$m_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$m_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$m_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$m_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$m_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$m_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$m_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$m_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$m_Host as Host, type index_gen$m_HostStatus as HostStatus, type index_gen$m_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$m_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$m_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$m_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$m_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$m_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$m_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$m_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$m_LinkedProduct as LinkedProduct, type index_gen$m_ListContactsRequestRole as ListContactsRequestRole, type index_gen$m_ListContactsResponse as ListContactsResponse, type index_gen$m_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$m_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$m_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$m_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$m_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$m_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$m_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$m_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$m_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$m_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$m_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$m_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$m_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$m_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$m_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$m_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$m_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$m_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$m_ListTasksResponse as ListTasksResponse, type index_gen$m_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$m_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$m_NewContact as NewContact, type index_gen$m_OrderResponse as OrderResponse, type index_gen$m_RawFormat as RawFormat, type index_gen$m_RecordChange as RecordChange, type index_gen$m_RecordChangeAdd as RecordChangeAdd, type index_gen$m_RecordChangeClear as RecordChangeClear, type index_gen$m_RecordChangeDelete as RecordChangeDelete, type index_gen$m_RecordChangeSet as RecordChangeSet, type index_gen$m_RecordIdentifier as RecordIdentifier, type index_gen$m_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$m_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$m_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$m_RegistrarAPI as RegistrarAPI, type index_gen$m_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$m_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$m_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$m_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$m_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$m_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$m_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$m_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$m_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$m_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$m_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$m_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$m_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$m_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$m_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$m_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$m_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$m_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$m_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$m_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$m_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$m_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$m_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$m_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$m_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$m_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$m_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$m_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$m_RenewableDomain as RenewableDomain, type index_gen$m_RenewableDomainStatus as RenewableDomainStatus, type index_gen$m_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$m_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$m_SSLCertificate as SSLCertificate, type index_gen$m_SSLCertificateStatus as SSLCertificateStatus, index_gen$m_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$m_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$m_TaskType as TaskType, type index_gen$m_Tld as Tld, type index_gen$m_TldOffer as TldOffer, type index_gen$m_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$m_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$m_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$m_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$m_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$m_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$m_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
9225
|
+
type index_gen$n_AvailableDomain = AvailableDomain;
|
|
9226
|
+
type index_gen$n_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
9227
|
+
type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
9228
|
+
type index_gen$n_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
9229
|
+
type index_gen$n_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
9230
|
+
type index_gen$n_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
9231
|
+
type index_gen$n_Contact = Contact;
|
|
9232
|
+
type index_gen$n_ContactEmailStatus = ContactEmailStatus;
|
|
9233
|
+
type index_gen$n_ContactExtensionEU = ContactExtensionEU;
|
|
9234
|
+
type index_gen$n_ContactExtensionFR = ContactExtensionFR;
|
|
9235
|
+
type index_gen$n_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
9236
|
+
type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
9237
|
+
type index_gen$n_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
9238
|
+
type index_gen$n_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
9239
|
+
type index_gen$n_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
9240
|
+
type index_gen$n_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
9241
|
+
type index_gen$n_ContactExtensionNL = ContactExtensionNL;
|
|
9242
|
+
type index_gen$n_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
9243
|
+
type index_gen$n_ContactLegalForm = ContactLegalForm;
|
|
9244
|
+
type index_gen$n_ContactQuestion = ContactQuestion;
|
|
9245
|
+
type index_gen$n_ContactRoles = ContactRoles;
|
|
9246
|
+
type index_gen$n_ContactRolesRoles = ContactRolesRoles;
|
|
9247
|
+
type index_gen$n_ContactStatus = ContactStatus;
|
|
9248
|
+
type index_gen$n_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
9249
|
+
type index_gen$n_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
9250
|
+
type index_gen$n_DNSZone = DNSZone;
|
|
9251
|
+
type index_gen$n_DNSZoneStatus = DNSZoneStatus;
|
|
9252
|
+
type index_gen$n_DNSZoneVersion = DNSZoneVersion;
|
|
9253
|
+
declare const index_gen$n_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
9254
|
+
declare const index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
9255
|
+
declare const index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
9256
|
+
type index_gen$n_DSRecord = DSRecord;
|
|
9257
|
+
type index_gen$n_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
9258
|
+
type index_gen$n_DSRecordDigest = DSRecordDigest;
|
|
9259
|
+
type index_gen$n_DSRecordDigestType = DSRecordDigestType;
|
|
9260
|
+
type index_gen$n_DSRecordPublicKey = DSRecordPublicKey;
|
|
9261
|
+
type index_gen$n_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
9262
|
+
type index_gen$n_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
9263
|
+
type index_gen$n_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
9264
|
+
type index_gen$n_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
9265
|
+
type index_gen$n_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
9266
|
+
type index_gen$n_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
9267
|
+
type index_gen$n_DomainDNSSEC = DomainDNSSEC;
|
|
9268
|
+
type index_gen$n_DomainFeatureStatus = DomainFeatureStatus;
|
|
9269
|
+
type index_gen$n_DomainRecord = DomainRecord;
|
|
9270
|
+
type index_gen$n_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
9271
|
+
type index_gen$n_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
9272
|
+
type index_gen$n_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
9273
|
+
type index_gen$n_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
9274
|
+
type index_gen$n_DomainRecordType = DomainRecordType;
|
|
9275
|
+
type index_gen$n_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
9276
|
+
type index_gen$n_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
9277
|
+
type index_gen$n_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
9278
|
+
type index_gen$n_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
9279
|
+
type index_gen$n_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
9280
|
+
type index_gen$n_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
9281
|
+
type index_gen$n_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
9282
|
+
type index_gen$n_DomainSummary = DomainSummary;
|
|
9283
|
+
type index_gen$n_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
9284
|
+
type index_gen$n_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
9285
|
+
type index_gen$n_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
9286
|
+
type index_gen$n_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
9287
|
+
type index_gen$n_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
9288
|
+
type index_gen$n_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
9289
|
+
type index_gen$n_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
9290
|
+
declare const index_gen$n_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
9291
|
+
type index_gen$n_Host = Host;
|
|
9292
|
+
type index_gen$n_HostStatus = HostStatus;
|
|
9293
|
+
type index_gen$n_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
9294
|
+
type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
9295
|
+
type index_gen$n_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
9296
|
+
type index_gen$n_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
9297
|
+
type index_gen$n_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
9298
|
+
type index_gen$n_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
9299
|
+
type index_gen$n_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
9300
|
+
type index_gen$n_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
9301
|
+
type index_gen$n_LinkedProduct = LinkedProduct;
|
|
9302
|
+
type index_gen$n_ListContactsRequestRole = ListContactsRequestRole;
|
|
9303
|
+
type index_gen$n_ListContactsResponse = ListContactsResponse;
|
|
9304
|
+
type index_gen$n_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
9305
|
+
type index_gen$n_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
9306
|
+
type index_gen$n_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
9307
|
+
type index_gen$n_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
9308
|
+
type index_gen$n_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
9309
|
+
type index_gen$n_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
9310
|
+
type index_gen$n_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
9311
|
+
type index_gen$n_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
9312
|
+
type index_gen$n_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
9313
|
+
type index_gen$n_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
9314
|
+
type index_gen$n_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
9315
|
+
type index_gen$n_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
9316
|
+
type index_gen$n_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
9317
|
+
type index_gen$n_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
9318
|
+
type index_gen$n_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
9319
|
+
type index_gen$n_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
9320
|
+
type index_gen$n_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
9321
|
+
type index_gen$n_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
9322
|
+
type index_gen$n_ListTasksResponse = ListTasksResponse;
|
|
9323
|
+
type index_gen$n_ListTldsRequestOrderBy = ListTldsRequestOrderBy;
|
|
9324
|
+
type index_gen$n_ListTldsResponse = ListTldsResponse;
|
|
9325
|
+
type index_gen$n_NewContact = NewContact;
|
|
9326
|
+
type index_gen$n_OrderResponse = OrderResponse;
|
|
9327
|
+
type index_gen$n_RawFormat = RawFormat;
|
|
9328
|
+
type index_gen$n_RecordChange = RecordChange;
|
|
9329
|
+
type index_gen$n_RecordChangeAdd = RecordChangeAdd;
|
|
9330
|
+
type index_gen$n_RecordChangeClear = RecordChangeClear;
|
|
9331
|
+
type index_gen$n_RecordChangeDelete = RecordChangeDelete;
|
|
9332
|
+
type index_gen$n_RecordChangeSet = RecordChangeSet;
|
|
9333
|
+
type index_gen$n_RecordIdentifier = RecordIdentifier;
|
|
9334
|
+
type index_gen$n_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
9335
|
+
type index_gen$n_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
9336
|
+
type index_gen$n_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
9337
|
+
type index_gen$n_RegistrarAPI = RegistrarAPI;
|
|
9338
|
+
declare const index_gen$n_RegistrarAPI: typeof RegistrarAPI;
|
|
9339
|
+
type index_gen$n_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
9340
|
+
type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
9341
|
+
type index_gen$n_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
9342
|
+
type index_gen$n_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
9343
|
+
type index_gen$n_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
9344
|
+
type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
9345
|
+
type index_gen$n_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
9346
|
+
type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
9347
|
+
type index_gen$n_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
9348
|
+
type index_gen$n_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
9349
|
+
type index_gen$n_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
9350
|
+
type index_gen$n_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
9351
|
+
type index_gen$n_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
9352
|
+
type index_gen$n_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
9353
|
+
type index_gen$n_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
9354
|
+
type index_gen$n_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
9355
|
+
type index_gen$n_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
9356
|
+
type index_gen$n_RegistrarApiListTldsRequest = RegistrarApiListTldsRequest;
|
|
9357
|
+
type index_gen$n_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
9358
|
+
type index_gen$n_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
9359
|
+
type index_gen$n_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
9360
|
+
type index_gen$n_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
9361
|
+
type index_gen$n_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
9362
|
+
type index_gen$n_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
9363
|
+
type index_gen$n_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
9364
|
+
type index_gen$n_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
9365
|
+
type index_gen$n_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
9366
|
+
type index_gen$n_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
9367
|
+
type index_gen$n_RenewableDomain = RenewableDomain;
|
|
9368
|
+
type index_gen$n_RenewableDomainStatus = RenewableDomainStatus;
|
|
9369
|
+
type index_gen$n_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
9370
|
+
type index_gen$n_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
9371
|
+
type index_gen$n_SSLCertificate = SSLCertificate;
|
|
9372
|
+
type index_gen$n_SSLCertificateStatus = SSLCertificateStatus;
|
|
9373
|
+
declare const index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
9374
|
+
type index_gen$n_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
9375
|
+
type index_gen$n_TaskType = TaskType;
|
|
9376
|
+
type index_gen$n_Tld = Tld;
|
|
9377
|
+
type index_gen$n_TldOffer = TldOffer;
|
|
9378
|
+
type index_gen$n_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
9379
|
+
type index_gen$n_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
9380
|
+
type index_gen$n_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
9381
|
+
type index_gen$n_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
9382
|
+
type index_gen$n_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
9383
|
+
type index_gen$n_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
9384
|
+
type index_gen$n_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
9385
|
+
declare namespace index_gen$n {
|
|
9386
|
+
export { API$o as API, type index_gen$n_AvailableDomain as AvailableDomain, type index_gen$n_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse, type index_gen$n_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult, type index_gen$n_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest, type index_gen$n_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse, type index_gen$n_CloneDNSZoneRequest as CloneDNSZoneRequest, type index_gen$n_Contact as Contact, type index_gen$n_ContactEmailStatus as ContactEmailStatus, type index_gen$n_ContactExtensionEU as ContactExtensionEU, type index_gen$n_ContactExtensionFR as ContactExtensionFR, type index_gen$n_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo, type index_gen$n_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo, type index_gen$n_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo, type index_gen$n_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo, type index_gen$n_ContactExtensionFRMode as ContactExtensionFRMode, type index_gen$n_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo, type index_gen$n_ContactExtensionNL as ContactExtensionNL, type index_gen$n_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm, type index_gen$n_ContactLegalForm as ContactLegalForm, type index_gen$n_ContactQuestion as ContactQuestion, type index_gen$n_ContactRoles as ContactRoles, type index_gen$n_ContactRolesRoles as ContactRolesRoles, type index_gen$n_ContactStatus as ContactStatus, type index_gen$n_CreateDNSZoneRequest as CreateDNSZoneRequest, type index_gen$n_CreateSSLCertificateRequest as CreateSSLCertificateRequest, type index_gen$n_DNSZone as DNSZone, type index_gen$n_DNSZoneStatus as DNSZoneStatus, type index_gen$n_DNSZoneVersion as DNSZoneVersion, index_gen$n_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES, index_gen$n_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES, DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES, type index_gen$n_DSRecord as DSRecord, type index_gen$n_DSRecordAlgorithm as DSRecordAlgorithm, type index_gen$n_DSRecordDigest as DSRecordDigest, type index_gen$n_DSRecordDigestType as DSRecordDigestType, type index_gen$n_DSRecordPublicKey as DSRecordPublicKey, type index_gen$n_DeleteDNSZoneRequest as DeleteDNSZoneRequest, type index_gen$n_DeleteDNSZoneResponse as DeleteDNSZoneResponse, type index_gen$n_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest, type index_gen$n_DeleteExternalDomainResponse as DeleteExternalDomainResponse, type index_gen$n_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest, type index_gen$n_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse, type Domain$2 as Domain, type index_gen$n_DomainDNSSEC as DomainDNSSEC, type index_gen$n_DomainFeatureStatus as DomainFeatureStatus, type index_gen$n_DomainRecord as DomainRecord, type index_gen$n_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig, type index_gen$n_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch, type index_gen$n_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig, type index_gen$n_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy, type index_gen$n_DomainRecordType as DomainRecordType, type index_gen$n_DomainRecordViewConfig as DomainRecordViewConfig, type index_gen$n_DomainRecordViewConfigView as DomainRecordViewConfigView, type index_gen$n_DomainRecordWeightedConfig as DomainRecordWeightedConfig, type index_gen$n_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP, type index_gen$n_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain, type index_gen$n_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer, type index_gen$n_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus, type DomainStatus$2 as DomainStatus, type index_gen$n_DomainSummary as DomainSummary, type index_gen$n_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest, type index_gen$n_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest, type index_gen$n_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse, type index_gen$n_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest, type index_gen$n_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse, type index_gen$n_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse, type index_gen$n_GetSSLCertificateRequest as GetSSLCertificateRequest, index_gen$n_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES, type index_gen$n_Host as Host, type index_gen$n_HostStatus as HostStatus, type index_gen$n_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest, type index_gen$n_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1, type index_gen$n_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse, type index_gen$n_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest, type index_gen$n_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource, type index_gen$n_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource, type index_gen$n_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey, type index_gen$n_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse, type index_gen$n_LinkedProduct as LinkedProduct, type index_gen$n_ListContactsRequestRole as ListContactsRequestRole, type index_gen$n_ListContactsResponse as ListContactsResponse, type index_gen$n_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest, type index_gen$n_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse, type index_gen$n_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest, type index_gen$n_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy, type index_gen$n_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse, type index_gen$n_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest, type index_gen$n_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse, type index_gen$n_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest, type index_gen$n_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse, type index_gen$n_ListDNSZonesRequest as ListDNSZonesRequest, type index_gen$n_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy, type index_gen$n_ListDNSZonesResponse as ListDNSZonesResponse, type index_gen$n_ListDomainHostsResponse as ListDomainHostsResponse, type ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy, type ListDomainsResponse$2 as ListDomainsResponse, type index_gen$n_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy, type index_gen$n_ListRenewableDomainsResponse as ListRenewableDomainsResponse, type index_gen$n_ListSSLCertificatesRequest as ListSSLCertificatesRequest, type index_gen$n_ListSSLCertificatesResponse as ListSSLCertificatesResponse, type index_gen$n_ListTasksRequestOrderBy as ListTasksRequestOrderBy, type index_gen$n_ListTasksResponse as ListTasksResponse, type index_gen$n_ListTldsRequestOrderBy as ListTldsRequestOrderBy, type index_gen$n_ListTldsResponse as ListTldsResponse, type Nameserver$1 as Nameserver, type index_gen$n_NewContact as NewContact, type index_gen$n_OrderResponse as OrderResponse, type index_gen$n_RawFormat as RawFormat, type index_gen$n_RecordChange as RecordChange, type index_gen$n_RecordChangeAdd as RecordChangeAdd, type index_gen$n_RecordChangeClear as RecordChangeClear, type index_gen$n_RecordChangeDelete as RecordChangeDelete, type index_gen$n_RecordChangeSet as RecordChangeSet, type index_gen$n_RecordIdentifier as RecordIdentifier, type index_gen$n_RefreshDNSZoneRequest as RefreshDNSZoneRequest, type index_gen$n_RefreshDNSZoneResponse as RefreshDNSZoneResponse, type index_gen$n_RegisterExternalDomainResponse as RegisterExternalDomainResponse, index_gen$n_RegistrarAPI as RegistrarAPI, type index_gen$n_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest, type index_gen$n_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest, type index_gen$n_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest, type index_gen$n_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest, type index_gen$n_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest, type index_gen$n_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest, type index_gen$n_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest, type index_gen$n_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest, type index_gen$n_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest, type index_gen$n_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest, type index_gen$n_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest, type index_gen$n_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest, type index_gen$n_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest, type index_gen$n_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest, type index_gen$n_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest, type index_gen$n_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest, type index_gen$n_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest, type index_gen$n_RegistrarApiListTldsRequest as RegistrarApiListTldsRequest, type index_gen$n_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest, type index_gen$n_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest, type index_gen$n_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest, type index_gen$n_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest, type index_gen$n_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest, type index_gen$n_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest, type index_gen$n_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest, type index_gen$n_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest, type index_gen$n_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest, type index_gen$n_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest, type index_gen$n_RenewableDomain as RenewableDomain, type index_gen$n_RenewableDomainStatus as RenewableDomainStatus, type index_gen$n_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest, type index_gen$n_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse, type index_gen$n_SSLCertificate as SSLCertificate, type index_gen$n_SSLCertificateStatus as SSLCertificateStatus, index_gen$n_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES, type index_gen$n_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse, TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES, type Task$1 as Task, type TaskStatus$1 as TaskStatus, type index_gen$n_TaskType as TaskType, type index_gen$n_Tld as Tld, type index_gen$n_TldOffer as TldOffer, type index_gen$n_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest, type index_gen$n_UpdateContactRequestQuestion as UpdateContactRequestQuestion, type index_gen$n_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest, type index_gen$n_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse, type index_gen$n_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest, type index_gen$n_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse, type index_gen$n_UpdateDNSZoneRequest as UpdateDNSZoneRequest };
|
|
9387
9387
|
}
|
|
9388
9388
|
|
|
9389
9389
|
declare namespace index$p {
|
|
9390
|
-
export { index_gen$
|
|
9390
|
+
export { index_gen$n as v2beta1 };
|
|
9391
9391
|
}
|
|
9392
9392
|
|
|
9393
9393
|
type FlexibleIPStatus = 'unknown' | 'ready' | 'updating' | 'attached' | 'error' | 'detaching' | 'locked';
|
|
@@ -9587,7 +9587,7 @@ type UpdateFlexibleIPRequest = {
|
|
|
9587
9587
|
};
|
|
9588
9588
|
|
|
9589
9589
|
/** Elastic Metal - Flexible IP API. */
|
|
9590
|
-
declare class API$
|
|
9590
|
+
declare class API$n extends API$y {
|
|
9591
9591
|
/** Lists the available zones of the API. */
|
|
9592
9592
|
static readonly LOCALITIES: Zone[];
|
|
9593
9593
|
/**
|
|
@@ -9721,33 +9721,33 @@ declare namespace validationRules_gen$9 {
|
|
|
9721
9721
|
export { validationRules_gen$9_ListFlexibleIPsRequest as ListFlexibleIPsRequest };
|
|
9722
9722
|
}
|
|
9723
9723
|
|
|
9724
|
-
type index_gen$
|
|
9725
|
-
type index_gen$
|
|
9726
|
-
type index_gen$
|
|
9727
|
-
type index_gen$
|
|
9728
|
-
type index_gen$
|
|
9729
|
-
type index_gen$
|
|
9730
|
-
type index_gen$
|
|
9731
|
-
type index_gen$
|
|
9732
|
-
declare const index_gen$
|
|
9733
|
-
type index_gen$
|
|
9734
|
-
type index_gen$
|
|
9735
|
-
type index_gen$
|
|
9736
|
-
type index_gen$
|
|
9737
|
-
type index_gen$
|
|
9738
|
-
type index_gen$
|
|
9739
|
-
type index_gen$
|
|
9740
|
-
type index_gen$
|
|
9741
|
-
type index_gen$
|
|
9742
|
-
declare const index_gen$
|
|
9743
|
-
type index_gen$
|
|
9744
|
-
type index_gen$
|
|
9745
|
-
declare namespace index_gen$
|
|
9746
|
-
export { API$
|
|
9724
|
+
type index_gen$m_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
9725
|
+
type index_gen$m_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
9726
|
+
type index_gen$m_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
9727
|
+
type index_gen$m_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
9728
|
+
type index_gen$m_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
9729
|
+
type index_gen$m_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
9730
|
+
type index_gen$m_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
9731
|
+
type index_gen$m_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
9732
|
+
declare const index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
9733
|
+
type index_gen$m_FlexibleIP = FlexibleIP;
|
|
9734
|
+
type index_gen$m_FlexibleIPStatus = FlexibleIPStatus;
|
|
9735
|
+
type index_gen$m_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
9736
|
+
type index_gen$m_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
9737
|
+
type index_gen$m_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
9738
|
+
type index_gen$m_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
9739
|
+
type index_gen$m_MACAddress = MACAddress;
|
|
9740
|
+
type index_gen$m_MACAddressStatus = MACAddressStatus;
|
|
9741
|
+
type index_gen$m_MACAddressType = MACAddressType;
|
|
9742
|
+
declare const index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
9743
|
+
type index_gen$m_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
9744
|
+
type index_gen$m_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
9745
|
+
declare namespace index_gen$m {
|
|
9746
|
+
export { API$n as API, type index_gen$m_AttachFlexibleIPRequest as AttachFlexibleIPRequest, type index_gen$m_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse, type index_gen$m_CreateFlexibleIPRequest as CreateFlexibleIPRequest, type index_gen$m_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest, type index_gen$m_DeleteMACAddrRequest as DeleteMACAddrRequest, type index_gen$m_DetachFlexibleIPRequest as DetachFlexibleIPRequest, type index_gen$m_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse, type index_gen$m_DuplicateMACAddrRequest as DuplicateMACAddrRequest, index_gen$m_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES, type index_gen$m_FlexibleIP as FlexibleIP, type index_gen$m_FlexibleIPStatus as FlexibleIPStatus, type index_gen$m_GenerateMACAddrRequest as GenerateMACAddrRequest, type index_gen$m_GetFlexibleIPRequest as GetFlexibleIPRequest, type ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest, type index_gen$m_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy, type index_gen$m_ListFlexibleIPsResponse as ListFlexibleIPsResponse, type index_gen$m_MACAddress as MACAddress, type index_gen$m_MACAddressStatus as MACAddressStatus, type index_gen$m_MACAddressType as MACAddressType, index_gen$m_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES, type index_gen$m_MoveMACAddrRequest as MoveMACAddrRequest, type index_gen$m_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest, validationRules_gen$9 as ValidationRules };
|
|
9747
9747
|
}
|
|
9748
9748
|
|
|
9749
9749
|
declare namespace index$o {
|
|
9750
|
-
export { index_gen$
|
|
9750
|
+
export { index_gen$m as v1alpha1 };
|
|
9751
9751
|
}
|
|
9752
9752
|
|
|
9753
9753
|
type CronStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked' | 'creating' | 'pending';
|
|
@@ -9811,7 +9811,7 @@ interface TriggerSqsClientConfig {
|
|
|
9811
9811
|
accessKey: string;
|
|
9812
9812
|
secretKey: string;
|
|
9813
9813
|
}
|
|
9814
|
-
interface Secret$
|
|
9814
|
+
interface Secret$2 {
|
|
9815
9815
|
key: string;
|
|
9816
9816
|
value?: string;
|
|
9817
9817
|
}
|
|
@@ -10093,7 +10093,7 @@ type CreateFunctionRequest = {
|
|
|
10093
10093
|
privacy?: FunctionPrivacy;
|
|
10094
10094
|
/** Description of the function. */
|
|
10095
10095
|
description?: string;
|
|
10096
|
-
secretEnvironmentVariables?: Secret$
|
|
10096
|
+
secretEnvironmentVariables?: Secret$2[];
|
|
10097
10097
|
/**
|
|
10098
10098
|
* Possible values:
|
|
10099
10099
|
*
|
|
@@ -10117,7 +10117,7 @@ type CreateNamespaceRequest$1 = {
|
|
|
10117
10117
|
/** Description of the namespace. */
|
|
10118
10118
|
description?: string;
|
|
10119
10119
|
/** Secret environment variables of the namespace. */
|
|
10120
|
-
secretEnvironmentVariables?: Secret$
|
|
10120
|
+
secretEnvironmentVariables?: Secret$2[];
|
|
10121
10121
|
};
|
|
10122
10122
|
type CreateTokenRequest = {
|
|
10123
10123
|
/**
|
|
@@ -10563,7 +10563,7 @@ type UpdateFunctionRequest = {
|
|
|
10563
10563
|
/** Description of the function. */
|
|
10564
10564
|
description?: string;
|
|
10565
10565
|
/** Secret environment variables of the function. */
|
|
10566
|
-
secretEnvironmentVariables?: Secret$
|
|
10566
|
+
secretEnvironmentVariables?: Secret$2[];
|
|
10567
10567
|
/**
|
|
10568
10568
|
* Possible values:
|
|
10569
10569
|
*
|
|
@@ -10586,7 +10586,7 @@ type UpdateNamespaceRequest$1 = {
|
|
|
10586
10586
|
/** Description of the namespace. */
|
|
10587
10587
|
description?: string;
|
|
10588
10588
|
/** Secret environment variables of the namespace. */
|
|
10589
|
-
secretEnvironmentVariables?: Secret$
|
|
10589
|
+
secretEnvironmentVariables?: Secret$2[];
|
|
10590
10590
|
};
|
|
10591
10591
|
type UpdateTriggerRequest$1 = {
|
|
10592
10592
|
/**
|
|
@@ -10615,7 +10615,7 @@ interface UploadURL {
|
|
|
10615
10615
|
}
|
|
10616
10616
|
|
|
10617
10617
|
/** Serverless Functions API. */
|
|
10618
|
-
declare class API$
|
|
10618
|
+
declare class API$m extends API$y {
|
|
10619
10619
|
/** Lists the available regions of the API. */
|
|
10620
10620
|
static readonly LOCALITIES: Region[];
|
|
10621
10621
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
@@ -11015,71 +11015,71 @@ declare namespace validationRules_gen$8 {
|
|
|
11015
11015
|
export { validationRules_gen$8_CreateTriggerRequest as CreateTriggerRequest, validationRules_gen$8_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig, validationRules_gen$8_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig, validationRules_gen$8_UpdateTriggerRequest as UpdateTriggerRequest };
|
|
11016
11016
|
}
|
|
11017
11017
|
|
|
11018
|
-
declare const index_gen$
|
|
11019
|
-
type index_gen$
|
|
11020
|
-
type index_gen$
|
|
11021
|
-
type index_gen$
|
|
11022
|
-
type index_gen$
|
|
11023
|
-
type index_gen$
|
|
11024
|
-
type index_gen$
|
|
11025
|
-
type index_gen$
|
|
11026
|
-
type index_gen$
|
|
11027
|
-
type index_gen$
|
|
11028
|
-
type index_gen$
|
|
11029
|
-
type index_gen$
|
|
11030
|
-
type index_gen$
|
|
11031
|
-
type index_gen$
|
|
11032
|
-
declare const index_gen$
|
|
11033
|
-
type index_gen$
|
|
11034
|
-
type index_gen$
|
|
11035
|
-
type index_gen$
|
|
11036
|
-
type index_gen$
|
|
11037
|
-
type index_gen$
|
|
11038
|
-
type index_gen$
|
|
11039
|
-
type index_gen$
|
|
11040
|
-
type index_gen$
|
|
11041
|
-
type index_gen$
|
|
11042
|
-
type index_gen$
|
|
11043
|
-
type index_gen$
|
|
11044
|
-
type index_gen$
|
|
11045
|
-
type index_gen$
|
|
11046
|
-
type index_gen$
|
|
11047
|
-
type index_gen$
|
|
11048
|
-
type index_gen$
|
|
11049
|
-
type index_gen$
|
|
11050
|
-
type index_gen$
|
|
11051
|
-
type index_gen$
|
|
11052
|
-
type index_gen$
|
|
11053
|
-
type index_gen$
|
|
11054
|
-
type index_gen$
|
|
11055
|
-
type index_gen$
|
|
11056
|
-
type index_gen$
|
|
11057
|
-
type index_gen$
|
|
11058
|
-
type index_gen$
|
|
11059
|
-
type index_gen$
|
|
11060
|
-
type index_gen$
|
|
11061
|
-
type index_gen$
|
|
11062
|
-
type index_gen$
|
|
11063
|
-
declare const index_gen$
|
|
11064
|
-
declare const index_gen$
|
|
11065
|
-
type index_gen$
|
|
11066
|
-
type index_gen$
|
|
11067
|
-
type index_gen$
|
|
11068
|
-
type index_gen$
|
|
11069
|
-
type index_gen$
|
|
11070
|
-
type index_gen$
|
|
11071
|
-
type index_gen$
|
|
11072
|
-
type index_gen$
|
|
11073
|
-
type index_gen$
|
|
11074
|
-
type index_gen$
|
|
11075
|
-
type index_gen$
|
|
11076
|
-
type index_gen$
|
|
11077
|
-
declare namespace index_gen$
|
|
11078
|
-
export { API$
|
|
11018
|
+
declare const index_gen$l_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
11019
|
+
type index_gen$l_CreateCronRequest = CreateCronRequest;
|
|
11020
|
+
type index_gen$l_CreateFunctionRequest = CreateFunctionRequest;
|
|
11021
|
+
type index_gen$l_CreateTokenRequest = CreateTokenRequest;
|
|
11022
|
+
type index_gen$l_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
11023
|
+
type index_gen$l_Cron = Cron;
|
|
11024
|
+
type index_gen$l_CronStatus = CronStatus;
|
|
11025
|
+
type index_gen$l_DeleteCronRequest = DeleteCronRequest;
|
|
11026
|
+
type index_gen$l_DeleteDomainRequest = DeleteDomainRequest;
|
|
11027
|
+
type index_gen$l_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
11028
|
+
type index_gen$l_DeleteTokenRequest = DeleteTokenRequest;
|
|
11029
|
+
type index_gen$l_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
11030
|
+
type index_gen$l_DeployFunctionRequest = DeployFunctionRequest;
|
|
11031
|
+
type index_gen$l_DownloadURL = DownloadURL;
|
|
11032
|
+
declare const index_gen$l_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
11033
|
+
type index_gen$l_Function = Function;
|
|
11034
|
+
type index_gen$l_FunctionHttpOption = FunctionHttpOption;
|
|
11035
|
+
type index_gen$l_FunctionPrivacy = FunctionPrivacy;
|
|
11036
|
+
type index_gen$l_FunctionRuntime = FunctionRuntime;
|
|
11037
|
+
type index_gen$l_FunctionStatus = FunctionStatus;
|
|
11038
|
+
type index_gen$l_GetCronRequest = GetCronRequest;
|
|
11039
|
+
type index_gen$l_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
11040
|
+
type index_gen$l_GetFunctionRequest = GetFunctionRequest;
|
|
11041
|
+
type index_gen$l_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
11042
|
+
type index_gen$l_GetTokenRequest = GetTokenRequest;
|
|
11043
|
+
type index_gen$l_GetTriggerRequest = GetTriggerRequest;
|
|
11044
|
+
type index_gen$l_IssueJWTRequest = IssueJWTRequest;
|
|
11045
|
+
type index_gen$l_ListCronsRequest = ListCronsRequest;
|
|
11046
|
+
type index_gen$l_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
11047
|
+
type index_gen$l_ListCronsResponse = ListCronsResponse;
|
|
11048
|
+
type index_gen$l_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
11049
|
+
type index_gen$l_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
11050
|
+
type index_gen$l_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
11051
|
+
type index_gen$l_ListFunctionsRequest = ListFunctionsRequest;
|
|
11052
|
+
type index_gen$l_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
11053
|
+
type index_gen$l_ListFunctionsResponse = ListFunctionsResponse;
|
|
11054
|
+
type index_gen$l_ListTokensRequest = ListTokensRequest;
|
|
11055
|
+
type index_gen$l_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
11056
|
+
type index_gen$l_ListTokensResponse = ListTokensResponse;
|
|
11057
|
+
type index_gen$l_ListTriggersRequest = ListTriggersRequest;
|
|
11058
|
+
type index_gen$l_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
11059
|
+
type index_gen$l_ListTriggersResponse = ListTriggersResponse;
|
|
11060
|
+
type index_gen$l_LogStream = LogStream;
|
|
11061
|
+
type index_gen$l_RuntimeStatus = RuntimeStatus;
|
|
11062
|
+
type index_gen$l_SecretHashedValue = SecretHashedValue;
|
|
11063
|
+
declare const index_gen$l_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
11064
|
+
declare const index_gen$l_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
11065
|
+
type index_gen$l_Token = Token;
|
|
11066
|
+
type index_gen$l_TokenStatus = TokenStatus;
|
|
11067
|
+
type index_gen$l_Trigger = Trigger;
|
|
11068
|
+
type index_gen$l_TriggerInputType = TriggerInputType;
|
|
11069
|
+
type index_gen$l_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
11070
|
+
type index_gen$l_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
11071
|
+
type index_gen$l_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
11072
|
+
type index_gen$l_TriggerStatus = TriggerStatus;
|
|
11073
|
+
type index_gen$l_UpdateCronRequest = UpdateCronRequest;
|
|
11074
|
+
type index_gen$l_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
11075
|
+
type index_gen$l_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
11076
|
+
type index_gen$l_UploadURL = UploadURL;
|
|
11077
|
+
declare namespace index_gen$l {
|
|
11078
|
+
export { API$m as API, index_gen$l_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES, type index_gen$l_CreateCronRequest as CreateCronRequest, type CreateDomainRequest$1 as CreateDomainRequest, type index_gen$l_CreateFunctionRequest as CreateFunctionRequest, type CreateNamespaceRequest$1 as CreateNamespaceRequest, type index_gen$l_CreateTokenRequest as CreateTokenRequest, type CreateTriggerRequest$1 as CreateTriggerRequest, type CreateTriggerRequestMnqNatsClientConfig$1 as CreateTriggerRequestMnqNatsClientConfig, type CreateTriggerRequestMnqSqsClientConfig$1 as CreateTriggerRequestMnqSqsClientConfig, type index_gen$l_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig, type index_gen$l_Cron as Cron, type index_gen$l_CronStatus as CronStatus, DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES, type index_gen$l_DeleteCronRequest as DeleteCronRequest, type index_gen$l_DeleteDomainRequest as DeleteDomainRequest, type index_gen$l_DeleteFunctionRequest as DeleteFunctionRequest, type DeleteNamespaceRequest$1 as DeleteNamespaceRequest, type index_gen$l_DeleteTokenRequest as DeleteTokenRequest, type index_gen$l_DeleteTriggerRequest as DeleteTriggerRequest, type index_gen$l_DeployFunctionRequest as DeployFunctionRequest, type Domain$1 as Domain, type DomainStatus$1 as DomainStatus, type index_gen$l_DownloadURL as DownloadURL, index_gen$l_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES, type index_gen$l_Function as Function, type index_gen$l_FunctionHttpOption as FunctionHttpOption, type index_gen$l_FunctionPrivacy as FunctionPrivacy, type index_gen$l_FunctionRuntime as FunctionRuntime, type index_gen$l_FunctionStatus as FunctionStatus, type index_gen$l_GetCronRequest as GetCronRequest, type GetDomainRequest$1 as GetDomainRequest, type index_gen$l_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest, type index_gen$l_GetFunctionRequest as GetFunctionRequest, type index_gen$l_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest, type GetNamespaceRequest$1 as GetNamespaceRequest, type index_gen$l_GetTokenRequest as GetTokenRequest, type index_gen$l_GetTriggerRequest as GetTriggerRequest, type index_gen$l_IssueJWTRequest as IssueJWTRequest, type index_gen$l_ListCronsRequest as ListCronsRequest, type index_gen$l_ListCronsRequestOrderBy as ListCronsRequestOrderBy, type index_gen$l_ListCronsResponse as ListCronsResponse, type ListDomainsRequest$1 as ListDomainsRequest, type index_gen$l_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy, type ListDomainsResponse$1 as ListDomainsResponse, type index_gen$l_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest, type index_gen$l_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse, type index_gen$l_ListFunctionsRequest as ListFunctionsRequest, type index_gen$l_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy, type index_gen$l_ListFunctionsResponse as ListFunctionsResponse, type 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$l_ListTokensRequest as ListTokensRequest, type index_gen$l_ListTokensRequestOrderBy as ListTokensRequestOrderBy, type index_gen$l_ListTokensResponse as ListTokensResponse, type index_gen$l_ListTriggersRequest as ListTriggersRequest, type index_gen$l_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy, type index_gen$l_ListTriggersResponse as ListTriggersResponse, type Log$1 as Log, type index_gen$l_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$l_RuntimeStatus as RuntimeStatus, type Secret$2 as Secret, type index_gen$l_SecretHashedValue as SecretHashedValue, index_gen$l_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES, index_gen$l_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES, type index_gen$l_Token as Token, type index_gen$l_TokenStatus as TokenStatus, type index_gen$l_Trigger as Trigger, type index_gen$l_TriggerInputType as TriggerInputType, type index_gen$l_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig, type index_gen$l_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig, type index_gen$l_TriggerSqsClientConfig as TriggerSqsClientConfig, type index_gen$l_TriggerStatus as TriggerStatus, type index_gen$l_UpdateCronRequest as UpdateCronRequest, type index_gen$l_UpdateFunctionRequest as UpdateFunctionRequest, type UpdateNamespaceRequest$1 as UpdateNamespaceRequest, type UpdateTriggerRequest$1 as UpdateTriggerRequest, type index_gen$l_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig, type index_gen$l_UploadURL as UploadURL, validationRules_gen$8 as ValidationRules };
|
|
11079
11079
|
}
|
|
11080
11080
|
|
|
11081
11081
|
declare namespace index$n {
|
|
11082
|
-
export { index_gen$
|
|
11082
|
+
export { index_gen$l as v1beta1 };
|
|
11083
11083
|
}
|
|
11084
11084
|
|
|
11085
11085
|
type BearerType = 'unknown_bearer_type' | 'user' | 'application';
|
|
@@ -11948,7 +11948,7 @@ type UpdateUserRequest$1 = {
|
|
|
11948
11948
|
};
|
|
11949
11949
|
|
|
11950
11950
|
/** IAM API. */
|
|
11951
|
-
declare class API$
|
|
11951
|
+
declare class API$l extends API$y {
|
|
11952
11952
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
11953
11953
|
/**
|
|
11954
11954
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -12651,69 +12651,69 @@ declare namespace validationRules_gen$7 {
|
|
|
12651
12651
|
export { validationRules_gen$7_CreateAPIKeyRequest as CreateAPIKeyRequest, validationRules_gen$7_CreateApplicationRequest as CreateApplicationRequest, validationRules_gen$7_CreateGroupRequest as CreateGroupRequest, validationRules_gen$7_CreatePolicyRequest as CreatePolicyRequest, validationRules_gen$7_CreateSSHKeyRequest as CreateSSHKeyRequest, validationRules_gen$7_GetQuotumRequest as GetQuotumRequest, validationRules_gen$7_ListAPIKeysRequest as ListAPIKeysRequest, validationRules_gen$7_ListApplicationsRequest as ListApplicationsRequest, validationRules_gen$7_ListGroupsRequest as ListGroupsRequest, validationRules_gen$7_ListJWTsRequest as ListJWTsRequest, validationRules_gen$7_ListLogsRequest as ListLogsRequest, validationRules_gen$7_ListPermissionSetsRequest as ListPermissionSetsRequest, validationRules_gen$7_ListPoliciesRequest as ListPoliciesRequest, validationRules_gen$7_ListQuotaRequest as ListQuotaRequest, validationRules_gen$7_ListRulesRequest as ListRulesRequest, validationRules_gen$7_ListSSHKeysRequest as ListSSHKeysRequest, ListUsersRequest$1 as ListUsersRequest, validationRules_gen$7_UpdateAPIKeyRequest as UpdateAPIKeyRequest, validationRules_gen$7_UpdateApplicationRequest as UpdateApplicationRequest, validationRules_gen$7_UpdateGroupRequest as UpdateGroupRequest, validationRules_gen$7_UpdatePolicyRequest as UpdatePolicyRequest, validationRules_gen$7_UpdateSSHKeyRequest as UpdateSSHKeyRequest };
|
|
12652
12652
|
}
|
|
12653
12653
|
|
|
12654
|
-
type index_gen$
|
|
12655
|
-
type index_gen$
|
|
12656
|
-
type index_gen$
|
|
12657
|
-
type index_gen$
|
|
12658
|
-
type index_gen$
|
|
12659
|
-
type index_gen$
|
|
12660
|
-
type index_gen$
|
|
12661
|
-
type index_gen$
|
|
12662
|
-
type index_gen$
|
|
12663
|
-
type index_gen$
|
|
12664
|
-
type index_gen$
|
|
12665
|
-
type index_gen$
|
|
12666
|
-
type index_gen$
|
|
12667
|
-
type index_gen$
|
|
12668
|
-
type index_gen$
|
|
12669
|
-
type index_gen$
|
|
12670
|
-
type index_gen$
|
|
12671
|
-
type index_gen$
|
|
12672
|
-
type index_gen$
|
|
12673
|
-
type index_gen$
|
|
12674
|
-
type index_gen$
|
|
12675
|
-
type index_gen$
|
|
12676
|
-
type index_gen$
|
|
12677
|
-
type index_gen$
|
|
12678
|
-
type index_gen$
|
|
12679
|
-
type index_gen$
|
|
12680
|
-
type index_gen$
|
|
12681
|
-
type index_gen$
|
|
12682
|
-
type index_gen$
|
|
12683
|
-
type index_gen$
|
|
12684
|
-
type index_gen$
|
|
12685
|
-
type index_gen$
|
|
12686
|
-
type index_gen$
|
|
12687
|
-
type index_gen$
|
|
12688
|
-
type index_gen$
|
|
12689
|
-
type index_gen$
|
|
12690
|
-
type index_gen$
|
|
12691
|
-
type index_gen$
|
|
12692
|
-
type index_gen$
|
|
12693
|
-
type index_gen$
|
|
12694
|
-
type index_gen$
|
|
12695
|
-
type index_gen$
|
|
12696
|
-
type index_gen$
|
|
12697
|
-
type index_gen$
|
|
12698
|
-
type index_gen$
|
|
12699
|
-
type index_gen$
|
|
12700
|
-
type index_gen$
|
|
12701
|
-
type index_gen$
|
|
12702
|
-
type index_gen$
|
|
12703
|
-
type index_gen$
|
|
12704
|
-
type index_gen$
|
|
12705
|
-
type index_gen$
|
|
12706
|
-
type index_gen$
|
|
12707
|
-
type index_gen$
|
|
12708
|
-
type index_gen$
|
|
12709
|
-
type index_gen$
|
|
12710
|
-
type index_gen$
|
|
12711
|
-
declare namespace index_gen$
|
|
12712
|
-
export { API$
|
|
12654
|
+
type index_gen$k_APIKey = APIKey;
|
|
12655
|
+
type index_gen$k_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
12656
|
+
type index_gen$k_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
12657
|
+
type index_gen$k_Application = Application;
|
|
12658
|
+
type index_gen$k_BearerType = BearerType;
|
|
12659
|
+
type index_gen$k_ClonePolicyRequest = ClonePolicyRequest;
|
|
12660
|
+
type index_gen$k_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
12661
|
+
type index_gen$k_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
12662
|
+
type index_gen$k_DeleteGroupRequest = DeleteGroupRequest;
|
|
12663
|
+
type index_gen$k_DeleteJWTRequest = DeleteJWTRequest;
|
|
12664
|
+
type index_gen$k_DeletePolicyRequest = DeletePolicyRequest;
|
|
12665
|
+
type index_gen$k_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
12666
|
+
type index_gen$k_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
12667
|
+
type index_gen$k_GetApplicationRequest = GetApplicationRequest;
|
|
12668
|
+
type index_gen$k_GetGroupRequest = GetGroupRequest;
|
|
12669
|
+
type index_gen$k_GetJWTRequest = GetJWTRequest;
|
|
12670
|
+
type index_gen$k_GetLogRequest = GetLogRequest;
|
|
12671
|
+
type index_gen$k_GetPolicyRequest = GetPolicyRequest;
|
|
12672
|
+
type index_gen$k_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
12673
|
+
type index_gen$k_GetUserRequest = GetUserRequest;
|
|
12674
|
+
type index_gen$k_Group = Group;
|
|
12675
|
+
type index_gen$k_JWT = JWT;
|
|
12676
|
+
type index_gen$k_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
12677
|
+
type index_gen$k_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
12678
|
+
type index_gen$k_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
12679
|
+
type index_gen$k_ListApplicationsResponse = ListApplicationsResponse;
|
|
12680
|
+
type index_gen$k_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
12681
|
+
type index_gen$k_ListGroupsResponse = ListGroupsResponse;
|
|
12682
|
+
type index_gen$k_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
12683
|
+
type index_gen$k_ListJWTsResponse = ListJWTsResponse;
|
|
12684
|
+
type index_gen$k_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
12685
|
+
type index_gen$k_ListLogsResponse = ListLogsResponse;
|
|
12686
|
+
type index_gen$k_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
12687
|
+
type index_gen$k_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
12688
|
+
type index_gen$k_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
12689
|
+
type index_gen$k_ListPoliciesResponse = ListPoliciesResponse;
|
|
12690
|
+
type index_gen$k_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
12691
|
+
type index_gen$k_ListQuotaResponse = ListQuotaResponse;
|
|
12692
|
+
type index_gen$k_ListRulesResponse = ListRulesResponse;
|
|
12693
|
+
type index_gen$k_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
12694
|
+
type index_gen$k_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
12695
|
+
type index_gen$k_Log = Log;
|
|
12696
|
+
type index_gen$k_LogAction = LogAction;
|
|
12697
|
+
type index_gen$k_LogResourceType = LogResourceType;
|
|
12698
|
+
type index_gen$k_PermissionSet = PermissionSet;
|
|
12699
|
+
type index_gen$k_PermissionSetScopeType = PermissionSetScopeType;
|
|
12700
|
+
type index_gen$k_Policy = Policy;
|
|
12701
|
+
type index_gen$k_Quotum = Quotum;
|
|
12702
|
+
type index_gen$k_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
12703
|
+
type index_gen$k_Rule = Rule;
|
|
12704
|
+
type index_gen$k_RuleSpecs = RuleSpecs;
|
|
12705
|
+
type index_gen$k_SSHKey = SSHKey;
|
|
12706
|
+
type index_gen$k_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
12707
|
+
type index_gen$k_SetRulesRequest = SetRulesRequest;
|
|
12708
|
+
type index_gen$k_SetRulesResponse = SetRulesResponse;
|
|
12709
|
+
type index_gen$k_UserStatus = UserStatus;
|
|
12710
|
+
type index_gen$k_UserType = UserType;
|
|
12711
|
+
declare namespace index_gen$k {
|
|
12712
|
+
export { API$l as API, type index_gen$k_APIKey as APIKey, type index_gen$k_AddGroupMemberRequest as AddGroupMemberRequest, type index_gen$k_AddGroupMembersRequest as AddGroupMembersRequest, type index_gen$k_Application as Application, type index_gen$k_BearerType as BearerType, type index_gen$k_ClonePolicyRequest as ClonePolicyRequest, type CreateAPIKeyRequest$1 as CreateAPIKeyRequest, type CreateApplicationRequest$1 as CreateApplicationRequest, type CreateGroupRequest$1 as CreateGroupRequest, type CreatePolicyRequest$1 as CreatePolicyRequest, type CreateSSHKeyRequest$1 as CreateSSHKeyRequest, type CreateUserRequest$1 as CreateUserRequest, type index_gen$k_DeleteAPIKeyRequest as DeleteAPIKeyRequest, type index_gen$k_DeleteApplicationRequest as DeleteApplicationRequest, type index_gen$k_DeleteGroupRequest as DeleteGroupRequest, type index_gen$k_DeleteJWTRequest as DeleteJWTRequest, type index_gen$k_DeletePolicyRequest as DeletePolicyRequest, type index_gen$k_DeleteSSHKeyRequest as DeleteSSHKeyRequest, type DeleteUserRequest$1 as DeleteUserRequest, type index_gen$k_GetAPIKeyRequest as GetAPIKeyRequest, type index_gen$k_GetApplicationRequest as GetApplicationRequest, type index_gen$k_GetGroupRequest as GetGroupRequest, type index_gen$k_GetJWTRequest as GetJWTRequest, type index_gen$k_GetLogRequest as GetLogRequest, type index_gen$k_GetPolicyRequest as GetPolicyRequest, type GetQuotumRequest$1 as GetQuotumRequest, type index_gen$k_GetSSHKeyRequest as GetSSHKeyRequest, type index_gen$k_GetUserRequest as GetUserRequest, type index_gen$k_Group as Group, type index_gen$k_JWT as JWT, type ListAPIKeysRequest$1 as ListAPIKeysRequest, type index_gen$k_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy, type index_gen$k_ListAPIKeysResponse as ListAPIKeysResponse, type ListApplicationsRequest$1 as ListApplicationsRequest, type index_gen$k_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy, type index_gen$k_ListApplicationsResponse as ListApplicationsResponse, type ListGroupsRequest$1 as ListGroupsRequest, type index_gen$k_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy, type index_gen$k_ListGroupsResponse as ListGroupsResponse, type ListJWTsRequest$1 as ListJWTsRequest, type index_gen$k_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy, type index_gen$k_ListJWTsResponse as ListJWTsResponse, type ListLogsRequest$1 as ListLogsRequest, type index_gen$k_ListLogsRequestOrderBy as ListLogsRequestOrderBy, type index_gen$k_ListLogsResponse as ListLogsResponse, type ListPermissionSetsRequest$1 as ListPermissionSetsRequest, type index_gen$k_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy, type index_gen$k_ListPermissionSetsResponse as ListPermissionSetsResponse, type ListPoliciesRequest$1 as ListPoliciesRequest, type index_gen$k_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy, type index_gen$k_ListPoliciesResponse as ListPoliciesResponse, type ListQuotaRequest$1 as ListQuotaRequest, type index_gen$k_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy, type index_gen$k_ListQuotaResponse as ListQuotaResponse, type ListRulesRequest$1 as ListRulesRequest, type index_gen$k_ListRulesResponse as ListRulesResponse, type ListSSHKeysRequest$1 as ListSSHKeysRequest, type index_gen$k_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy, type index_gen$k_ListSSHKeysResponse as ListSSHKeysResponse, type ListUsersRequest$2 as ListUsersRequest, type ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy, type ListUsersResponse$1 as ListUsersResponse, type index_gen$k_Log as Log, type index_gen$k_LogAction as LogAction, type index_gen$k_LogResourceType as LogResourceType, type index_gen$k_PermissionSet as PermissionSet, type index_gen$k_PermissionSetScopeType as PermissionSetScopeType, type index_gen$k_Policy as Policy, type index_gen$k_Quotum as Quotum, type index_gen$k_RemoveGroupMemberRequest as RemoveGroupMemberRequest, type index_gen$k_Rule as Rule, type index_gen$k_RuleSpecs as RuleSpecs, type index_gen$k_SSHKey as SSHKey, type index_gen$k_SetGroupMembersRequest as SetGroupMembersRequest, type index_gen$k_SetRulesRequest as SetRulesRequest, type index_gen$k_SetRulesResponse as SetRulesResponse, type UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest, type UpdateApplicationRequest$1 as UpdateApplicationRequest, type UpdateGroupRequest$1 as UpdateGroupRequest, type UpdatePolicyRequest$1 as UpdatePolicyRequest, type UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest, type UpdateUserRequest$1 as UpdateUserRequest, type User$1 as User, type index_gen$k_UserStatus as UserStatus, type index_gen$k_UserType as UserType, validationRules_gen$7 as ValidationRules };
|
|
12713
12713
|
}
|
|
12714
12714
|
|
|
12715
12715
|
declare namespace index$m {
|
|
12716
|
-
export { index_gen$
|
|
12716
|
+
export { index_gen$k as v1alpha1 };
|
|
12717
12717
|
}
|
|
12718
12718
|
|
|
12719
12719
|
type Arch = 'unknown_arch' | 'x86_64' | 'arm' | 'arm64';
|
|
@@ -14668,7 +14668,7 @@ interface SetSnapshotResponse {
|
|
|
14668
14668
|
}
|
|
14669
14669
|
|
|
14670
14670
|
/** Instance API. */
|
|
14671
|
-
declare class API$
|
|
14671
|
+
declare class API$k extends API$y {
|
|
14672
14672
|
/** Lists the available zones of the API. */
|
|
14673
14673
|
static readonly LOCALITIES: Zone[];
|
|
14674
14674
|
/**
|
|
@@ -15225,7 +15225,7 @@ type SetServerUserDataRequest = {
|
|
|
15225
15225
|
content: string;
|
|
15226
15226
|
};
|
|
15227
15227
|
|
|
15228
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
15228
|
+
declare class InstanceV1UtilsAPI extends API$k {
|
|
15229
15229
|
/**
|
|
15230
15230
|
* Waits for {@link Image} to be in a final state.
|
|
15231
15231
|
*
|
|
@@ -16439,7 +16439,7 @@ type UpdateRouteRequest$1 = {
|
|
|
16439
16439
|
*
|
|
16440
16440
|
* This API allows you to manage IoT hubs and devices.
|
|
16441
16441
|
*/
|
|
16442
|
-
declare class API$
|
|
16442
|
+
declare class API$j extends API$y {
|
|
16443
16443
|
/** Lists the available regions of the API. */
|
|
16444
16444
|
static readonly LOCALITIES: Region[];
|
|
16445
16445
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -16760,86 +16760,86 @@ declare class API$i extends API$x {
|
|
|
16760
16760
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
16761
16761
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
16762
16762
|
|
|
16763
|
-
type index_gen$
|
|
16764
|
-
type index_gen$
|
|
16765
|
-
type index_gen$
|
|
16766
|
-
type index_gen$
|
|
16767
|
-
type index_gen$
|
|
16768
|
-
type index_gen$
|
|
16769
|
-
type index_gen$
|
|
16770
|
-
type index_gen$
|
|
16771
|
-
type index_gen$
|
|
16772
|
-
type index_gen$
|
|
16773
|
-
type index_gen$
|
|
16774
|
-
type index_gen$
|
|
16775
|
-
type index_gen$
|
|
16776
|
-
type index_gen$
|
|
16777
|
-
type index_gen$
|
|
16778
|
-
type index_gen$
|
|
16779
|
-
type index_gen$
|
|
16780
|
-
type index_gen$
|
|
16781
|
-
type index_gen$
|
|
16782
|
-
type index_gen$
|
|
16783
|
-
type index_gen$
|
|
16784
|
-
type index_gen$
|
|
16785
|
-
type index_gen$
|
|
16786
|
-
type index_gen$
|
|
16787
|
-
type index_gen$
|
|
16788
|
-
type index_gen$
|
|
16789
|
-
type index_gen$
|
|
16790
|
-
type index_gen$
|
|
16791
|
-
type index_gen$
|
|
16792
|
-
type index_gen$
|
|
16793
|
-
type index_gen$
|
|
16794
|
-
type index_gen$
|
|
16795
|
-
type index_gen$
|
|
16796
|
-
type index_gen$
|
|
16797
|
-
declare const index_gen$
|
|
16798
|
-
type index_gen$
|
|
16799
|
-
type index_gen$
|
|
16800
|
-
type index_gen$
|
|
16801
|
-
type index_gen$
|
|
16802
|
-
type index_gen$
|
|
16803
|
-
type index_gen$
|
|
16804
|
-
type index_gen$
|
|
16805
|
-
type index_gen$
|
|
16806
|
-
type index_gen$
|
|
16807
|
-
type index_gen$
|
|
16808
|
-
type index_gen$
|
|
16809
|
-
type index_gen$
|
|
16810
|
-
type index_gen$
|
|
16811
|
-
type index_gen$
|
|
16812
|
-
type index_gen$
|
|
16813
|
-
type index_gen$
|
|
16814
|
-
type index_gen$
|
|
16815
|
-
type index_gen$
|
|
16816
|
-
type index_gen$
|
|
16817
|
-
type index_gen$
|
|
16818
|
-
type index_gen$
|
|
16819
|
-
type index_gen$
|
|
16820
|
-
type index_gen$
|
|
16821
|
-
type index_gen$
|
|
16822
|
-
type index_gen$
|
|
16823
|
-
type index_gen$
|
|
16824
|
-
type index_gen$
|
|
16825
|
-
type index_gen$
|
|
16826
|
-
type index_gen$
|
|
16827
|
-
type index_gen$
|
|
16828
|
-
type index_gen$
|
|
16829
|
-
type index_gen$
|
|
16830
|
-
type index_gen$
|
|
16831
|
-
type index_gen$
|
|
16832
|
-
type index_gen$
|
|
16833
|
-
type index_gen$
|
|
16834
|
-
type index_gen$
|
|
16835
|
-
type index_gen$
|
|
16836
|
-
type index_gen$
|
|
16837
|
-
declare namespace index_gen$
|
|
16838
|
-
export { API$
|
|
16763
|
+
type index_gen$j_CreateDeviceRequest = CreateDeviceRequest;
|
|
16764
|
+
type index_gen$j_CreateDeviceResponse = CreateDeviceResponse;
|
|
16765
|
+
type index_gen$j_CreateHubRequest = CreateHubRequest;
|
|
16766
|
+
type index_gen$j_CreateNetworkRequest = CreateNetworkRequest;
|
|
16767
|
+
type index_gen$j_CreateNetworkResponse = CreateNetworkResponse;
|
|
16768
|
+
type index_gen$j_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
16769
|
+
type index_gen$j_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
16770
|
+
type index_gen$j_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
16771
|
+
type index_gen$j_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
16772
|
+
type index_gen$j_DeleteHubRequest = DeleteHubRequest;
|
|
16773
|
+
type index_gen$j_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
16774
|
+
type index_gen$j_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
16775
|
+
type index_gen$j_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
16776
|
+
type index_gen$j_Device = Device;
|
|
16777
|
+
type index_gen$j_DeviceMessageFilters = DeviceMessageFilters;
|
|
16778
|
+
type index_gen$j_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
16779
|
+
type index_gen$j_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
16780
|
+
type index_gen$j_DeviceStatus = DeviceStatus;
|
|
16781
|
+
type index_gen$j_DisableDeviceRequest = DisableDeviceRequest;
|
|
16782
|
+
type index_gen$j_DisableHubRequest = DisableHubRequest;
|
|
16783
|
+
type index_gen$j_EnableDeviceRequest = EnableDeviceRequest;
|
|
16784
|
+
type index_gen$j_EnableHubRequest = EnableHubRequest;
|
|
16785
|
+
type index_gen$j_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
16786
|
+
type index_gen$j_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
16787
|
+
type index_gen$j_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
16788
|
+
type index_gen$j_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
16789
|
+
type index_gen$j_GetDeviceRequest = GetDeviceRequest;
|
|
16790
|
+
type index_gen$j_GetHubCARequest = GetHubCARequest;
|
|
16791
|
+
type index_gen$j_GetHubCAResponse = GetHubCAResponse;
|
|
16792
|
+
type index_gen$j_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
16793
|
+
type index_gen$j_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
16794
|
+
type index_gen$j_GetHubRequest = GetHubRequest;
|
|
16795
|
+
type index_gen$j_GetNetworkRequest = GetNetworkRequest;
|
|
16796
|
+
type index_gen$j_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
16797
|
+
declare const index_gen$j_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
16798
|
+
type index_gen$j_Hub = Hub;
|
|
16799
|
+
type index_gen$j_HubProductPlan = HubProductPlan;
|
|
16800
|
+
type index_gen$j_HubStatus = HubStatus;
|
|
16801
|
+
type index_gen$j_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
16802
|
+
type index_gen$j_ListDevicesRequest = ListDevicesRequest;
|
|
16803
|
+
type index_gen$j_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
16804
|
+
type index_gen$j_ListDevicesResponse = ListDevicesResponse;
|
|
16805
|
+
type index_gen$j_ListHubsRequest = ListHubsRequest;
|
|
16806
|
+
type index_gen$j_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
16807
|
+
type index_gen$j_ListHubsResponse = ListHubsResponse;
|
|
16808
|
+
type index_gen$j_ListNetworksRequest = ListNetworksRequest;
|
|
16809
|
+
type index_gen$j_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
16810
|
+
type index_gen$j_ListNetworksResponse = ListNetworksResponse;
|
|
16811
|
+
type index_gen$j_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
16812
|
+
type index_gen$j_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
16813
|
+
type index_gen$j_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
16814
|
+
type index_gen$j_Network = Network;
|
|
16815
|
+
type index_gen$j_NetworkNetworkType = NetworkNetworkType;
|
|
16816
|
+
type index_gen$j_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
16817
|
+
type index_gen$j_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
16818
|
+
type index_gen$j_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
16819
|
+
type index_gen$j_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
16820
|
+
type index_gen$j_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
16821
|
+
type index_gen$j_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
16822
|
+
type index_gen$j_RouteRestConfig = RouteRestConfig;
|
|
16823
|
+
type index_gen$j_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
16824
|
+
type index_gen$j_RouteRouteType = RouteRouteType;
|
|
16825
|
+
type index_gen$j_RouteS3Config = RouteS3Config;
|
|
16826
|
+
type index_gen$j_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
16827
|
+
type index_gen$j_RouteSummary = RouteSummary;
|
|
16828
|
+
type index_gen$j_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
16829
|
+
type index_gen$j_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
16830
|
+
type index_gen$j_SetHubCARequest = SetHubCARequest;
|
|
16831
|
+
type index_gen$j_TwinDocument = TwinDocument;
|
|
16832
|
+
type index_gen$j_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
16833
|
+
type index_gen$j_UpdateHubRequest = UpdateHubRequest;
|
|
16834
|
+
type index_gen$j_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
16835
|
+
type index_gen$j_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
16836
|
+
type index_gen$j_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
16837
|
+
declare namespace index_gen$j {
|
|
16838
|
+
export { API$j as API, type Certificate$1 as Certificate, type index_gen$j_CreateDeviceRequest as CreateDeviceRequest, type index_gen$j_CreateDeviceResponse as CreateDeviceResponse, type index_gen$j_CreateHubRequest as CreateHubRequest, type index_gen$j_CreateNetworkRequest as CreateNetworkRequest, type index_gen$j_CreateNetworkResponse as CreateNetworkResponse, type CreateRouteRequest$1 as CreateRouteRequest, type index_gen$j_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig, type index_gen$j_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig, type index_gen$j_CreateRouteRequestS3Config as CreateRouteRequestS3Config, type index_gen$j_DeleteDeviceRequest as DeleteDeviceRequest, type index_gen$j_DeleteHubRequest as DeleteHubRequest, type index_gen$j_DeleteNetworkRequest as DeleteNetworkRequest, type DeleteRouteRequest$1 as DeleteRouteRequest, type index_gen$j_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest, type index_gen$j_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest, type index_gen$j_Device as Device, type index_gen$j_DeviceMessageFilters as DeviceMessageFilters, type index_gen$j_DeviceMessageFiltersRule as DeviceMessageFiltersRule, type index_gen$j_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy, type index_gen$j_DeviceStatus as DeviceStatus, type index_gen$j_DisableDeviceRequest as DisableDeviceRequest, type index_gen$j_DisableHubRequest as DisableHubRequest, type index_gen$j_EnableDeviceRequest as EnableDeviceRequest, type index_gen$j_EnableHubRequest as EnableHubRequest, type index_gen$j_GetDeviceCertificateRequest as GetDeviceCertificateRequest, type index_gen$j_GetDeviceCertificateResponse as GetDeviceCertificateResponse, type index_gen$j_GetDeviceMetricsRequest as GetDeviceMetricsRequest, type index_gen$j_GetDeviceMetricsResponse as GetDeviceMetricsResponse, type index_gen$j_GetDeviceRequest as GetDeviceRequest, type index_gen$j_GetHubCARequest as GetHubCARequest, type index_gen$j_GetHubCAResponse as GetHubCAResponse, type index_gen$j_GetHubMetricsRequest as GetHubMetricsRequest, type index_gen$j_GetHubMetricsResponse as GetHubMetricsResponse, type index_gen$j_GetHubRequest as GetHubRequest, type index_gen$j_GetNetworkRequest as GetNetworkRequest, type GetRouteRequest$1 as GetRouteRequest, type index_gen$j_GetTwinDocumentRequest as GetTwinDocumentRequest, index_gen$j_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES, type index_gen$j_Hub as Hub, type index_gen$j_HubProductPlan as HubProductPlan, type index_gen$j_HubStatus as HubStatus, type index_gen$j_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig, type index_gen$j_ListDevicesRequest as ListDevicesRequest, type index_gen$j_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy, type index_gen$j_ListDevicesResponse as ListDevicesResponse, type index_gen$j_ListHubsRequest as ListHubsRequest, type index_gen$j_ListHubsRequestOrderBy as ListHubsRequestOrderBy, type index_gen$j_ListHubsResponse as ListHubsResponse, type index_gen$j_ListNetworksRequest as ListNetworksRequest, type index_gen$j_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy, type index_gen$j_ListNetworksResponse as ListNetworksResponse, type ListRoutesRequest$1 as ListRoutesRequest, type ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy, type ListRoutesResponse$1 as ListRoutesResponse, type index_gen$j_ListTwinDocumentsRequest as ListTwinDocumentsRequest, type index_gen$j_ListTwinDocumentsResponse as ListTwinDocumentsResponse, type index_gen$j_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary, type index_gen$j_Network as Network, type index_gen$j_NetworkNetworkType as NetworkNetworkType, type index_gen$j_PatchTwinDocumentRequest as PatchTwinDocumentRequest, type index_gen$j_PutTwinDocumentRequest as PutTwinDocumentRequest, type index_gen$j_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest, type index_gen$j_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse, type Route$1 as Route, type index_gen$j_RouteDatabaseConfig as RouteDatabaseConfig, type index_gen$j_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine, type index_gen$j_RouteRestConfig as RouteRestConfig, type index_gen$j_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb, type index_gen$j_RouteRouteType as RouteRouteType, type index_gen$j_RouteS3Config as RouteS3Config, type index_gen$j_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy, type index_gen$j_RouteSummary as RouteSummary, type index_gen$j_SetDeviceCertificateRequest as SetDeviceCertificateRequest, type index_gen$j_SetDeviceCertificateResponse as SetDeviceCertificateResponse, type index_gen$j_SetHubCARequest as SetHubCARequest, type index_gen$j_TwinDocument as TwinDocument, type index_gen$j_UpdateDeviceRequest as UpdateDeviceRequest, type index_gen$j_UpdateHubRequest as UpdateHubRequest, type UpdateRouteRequest$1 as UpdateRouteRequest, type index_gen$j_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig, type index_gen$j_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig, type index_gen$j_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config };
|
|
16839
16839
|
}
|
|
16840
16840
|
|
|
16841
16841
|
declare namespace index$j {
|
|
16842
|
-
export { index_gen$
|
|
16842
|
+
export { index_gen$j as v1 };
|
|
16843
16843
|
}
|
|
16844
16844
|
|
|
16845
16845
|
type ListIPsRequestOrderBy$1 = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'attached_at_desc' | 'attached_at_asc';
|
|
@@ -17045,7 +17045,7 @@ type UpdateIPRequest$1 = {
|
|
|
17045
17045
|
* This API allows you to manage IP addresses with Scaleway's IP Address
|
|
17046
17046
|
* Management tool.
|
|
17047
17047
|
*/
|
|
17048
|
-
declare class API$
|
|
17048
|
+
declare class API$i extends API$y {
|
|
17049
17049
|
/** Lists the available regions of the API. */
|
|
17050
17050
|
static readonly LOCALITIES: Region[];
|
|
17051
17051
|
/**
|
|
@@ -17105,18 +17105,18 @@ declare namespace validationRules_gen$6 {
|
|
|
17105
17105
|
export { ListIPsRequest$2 as ListIPsRequest };
|
|
17106
17106
|
}
|
|
17107
17107
|
|
|
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
|
-
declare namespace index_gen$
|
|
17115
|
-
export { API$
|
|
17108
|
+
type index_gen$i_BookIPRequest = BookIPRequest;
|
|
17109
|
+
type index_gen$i_ReleaseIPRequest = ReleaseIPRequest;
|
|
17110
|
+
type index_gen$i_Resource = Resource;
|
|
17111
|
+
type index_gen$i_ResourceType = ResourceType;
|
|
17112
|
+
type index_gen$i_Reverse = Reverse;
|
|
17113
|
+
type index_gen$i_Source = Source;
|
|
17114
|
+
declare namespace index_gen$i {
|
|
17115
|
+
export { API$i as API, type index_gen$i_BookIPRequest as BookIPRequest, type GetIPRequest$1 as GetIPRequest, type IP$1 as IP, type ListIPsRequest$3 as ListIPsRequest, type ListIPsRequestOrderBy$1 as ListIPsRequestOrderBy, type ListIPsResponse$1 as ListIPsResponse, type index_gen$i_ReleaseIPRequest as ReleaseIPRequest, type index_gen$i_Resource as Resource, type index_gen$i_ResourceType as ResourceType, type index_gen$i_Reverse as Reverse, type index_gen$i_Source as Source, type UpdateIPRequest$1 as UpdateIPRequest, validationRules_gen$6 as ValidationRules };
|
|
17116
17116
|
}
|
|
17117
17117
|
|
|
17118
17118
|
declare namespace index$i {
|
|
17119
|
-
export { index_gen$
|
|
17119
|
+
export { index_gen$i as v1 };
|
|
17120
17120
|
}
|
|
17121
17121
|
|
|
17122
17122
|
type ListNamesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -17437,7 +17437,7 @@ type UpdateVolumeRequest = {
|
|
|
17437
17437
|
};
|
|
17438
17438
|
|
|
17439
17439
|
/** IPFS Pinning service API. */
|
|
17440
|
-
declare class API$
|
|
17440
|
+
declare class API$h extends API$y {
|
|
17441
17441
|
/** Lists the available regions of the API. */
|
|
17442
17442
|
static readonly LOCALITIES: Region[];
|
|
17443
17443
|
/**
|
|
@@ -17565,7 +17565,7 @@ declare class API$g extends API$x {
|
|
|
17565
17565
|
deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
|
|
17566
17566
|
}
|
|
17567
17567
|
/** IPFS Naming service API. */
|
|
17568
|
-
declare class IpnsAPI extends API$
|
|
17568
|
+
declare class IpnsAPI extends API$y {
|
|
17569
17569
|
/** Lists the available regions of the API. */
|
|
17570
17570
|
static readonly LOCALITIES: Region[];
|
|
17571
17571
|
/**
|
|
@@ -17637,50 +17637,50 @@ declare const NAME_TRANSIENT_STATUSES: NameStatus[];
|
|
|
17637
17637
|
/** Lists transient statutes of the enum {@link PinStatus}. */
|
|
17638
17638
|
declare const PIN_TRANSIENT_STATUSES: PinStatus[];
|
|
17639
17639
|
|
|
17640
|
-
type index_gen$
|
|
17641
|
-
type index_gen$
|
|
17642
|
-
type index_gen$
|
|
17643
|
-
type index_gen$
|
|
17644
|
-
type index_gen$
|
|
17645
|
-
type index_gen$
|
|
17646
|
-
type index_gen$
|
|
17647
|
-
type index_gen$
|
|
17648
|
-
type index_gen$
|
|
17649
|
-
declare const index_gen$
|
|
17650
|
-
type index_gen$
|
|
17651
|
-
type index_gen$
|
|
17652
|
-
type index_gen$
|
|
17653
|
-
type index_gen$
|
|
17654
|
-
type index_gen$
|
|
17655
|
-
type index_gen$
|
|
17656
|
-
type index_gen$
|
|
17657
|
-
type index_gen$
|
|
17658
|
-
type index_gen$
|
|
17659
|
-
type index_gen$
|
|
17660
|
-
type index_gen$
|
|
17661
|
-
type index_gen$
|
|
17662
|
-
type index_gen$
|
|
17663
|
-
type index_gen$
|
|
17664
|
-
type index_gen$
|
|
17665
|
-
declare const index_gen$
|
|
17666
|
-
type index_gen$
|
|
17667
|
-
type index_gen$
|
|
17668
|
-
declare const index_gen$
|
|
17669
|
-
type index_gen$
|
|
17670
|
-
type index_gen$
|
|
17671
|
-
type index_gen$
|
|
17672
|
-
type index_gen$
|
|
17673
|
-
type index_gen$
|
|
17674
|
-
type index_gen$
|
|
17675
|
-
type index_gen$
|
|
17676
|
-
type index_gen$
|
|
17677
|
-
type index_gen$
|
|
17678
|
-
declare namespace index_gen$
|
|
17679
|
-
export { API$
|
|
17640
|
+
type index_gen$h_CreatePinByCIDRequest = CreatePinByCIDRequest;
|
|
17641
|
+
type index_gen$h_CreatePinByURLRequest = CreatePinByURLRequest;
|
|
17642
|
+
type index_gen$h_CreateVolumeRequest = CreateVolumeRequest;
|
|
17643
|
+
type index_gen$h_DeletePinRequest = DeletePinRequest;
|
|
17644
|
+
type index_gen$h_DeleteVolumeRequest = DeleteVolumeRequest;
|
|
17645
|
+
type index_gen$h_ExportKeyNameResponse = ExportKeyNameResponse;
|
|
17646
|
+
type index_gen$h_GetPinRequest = GetPinRequest;
|
|
17647
|
+
type index_gen$h_GetVolumeRequest = GetVolumeRequest;
|
|
17648
|
+
type index_gen$h_IpnsAPI = IpnsAPI;
|
|
17649
|
+
declare const index_gen$h_IpnsAPI: typeof IpnsAPI;
|
|
17650
|
+
type index_gen$h_IpnsApiCreateNameRequest = IpnsApiCreateNameRequest;
|
|
17651
|
+
type index_gen$h_IpnsApiDeleteNameRequest = IpnsApiDeleteNameRequest;
|
|
17652
|
+
type index_gen$h_IpnsApiExportKeyNameRequest = IpnsApiExportKeyNameRequest;
|
|
17653
|
+
type index_gen$h_IpnsApiGetNameRequest = IpnsApiGetNameRequest;
|
|
17654
|
+
type index_gen$h_IpnsApiImportKeyNameRequest = IpnsApiImportKeyNameRequest;
|
|
17655
|
+
type index_gen$h_IpnsApiListNamesRequest = IpnsApiListNamesRequest;
|
|
17656
|
+
type index_gen$h_IpnsApiUpdateNameRequest = IpnsApiUpdateNameRequest;
|
|
17657
|
+
type index_gen$h_ListNamesRequestOrderBy = ListNamesRequestOrderBy;
|
|
17658
|
+
type index_gen$h_ListNamesResponse = ListNamesResponse;
|
|
17659
|
+
type index_gen$h_ListPinsRequest = ListPinsRequest;
|
|
17660
|
+
type index_gen$h_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
|
|
17661
|
+
type index_gen$h_ListPinsResponse = ListPinsResponse;
|
|
17662
|
+
type index_gen$h_ListVolumesRequest = ListVolumesRequest;
|
|
17663
|
+
type index_gen$h_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
|
|
17664
|
+
type index_gen$h_ListVolumesResponse = ListVolumesResponse;
|
|
17665
|
+
declare const index_gen$h_NAME_TRANSIENT_STATUSES: typeof NAME_TRANSIENT_STATUSES;
|
|
17666
|
+
type index_gen$h_Name = Name;
|
|
17667
|
+
type index_gen$h_NameStatus = NameStatus;
|
|
17668
|
+
declare const index_gen$h_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
|
|
17669
|
+
type index_gen$h_Pin = Pin;
|
|
17670
|
+
type index_gen$h_PinCID = PinCID;
|
|
17671
|
+
type index_gen$h_PinCIDMeta = PinCIDMeta;
|
|
17672
|
+
type index_gen$h_PinDetails = PinDetails;
|
|
17673
|
+
type index_gen$h_PinInfo = PinInfo;
|
|
17674
|
+
type index_gen$h_PinStatus = PinStatus;
|
|
17675
|
+
type index_gen$h_ReplacePinRequest = ReplacePinRequest;
|
|
17676
|
+
type index_gen$h_ReplacePinResponse = ReplacePinResponse;
|
|
17677
|
+
type index_gen$h_UpdateVolumeRequest = UpdateVolumeRequest;
|
|
17678
|
+
declare namespace index_gen$h {
|
|
17679
|
+
export { API$h as API, type index_gen$h_CreatePinByCIDRequest as CreatePinByCIDRequest, type index_gen$h_CreatePinByURLRequest as CreatePinByURLRequest, type index_gen$h_CreateVolumeRequest as CreateVolumeRequest, type index_gen$h_DeletePinRequest as DeletePinRequest, type index_gen$h_DeleteVolumeRequest as DeleteVolumeRequest, type index_gen$h_ExportKeyNameResponse as ExportKeyNameResponse, type index_gen$h_GetPinRequest as GetPinRequest, type index_gen$h_GetVolumeRequest as GetVolumeRequest, index_gen$h_IpnsAPI as IpnsAPI, type index_gen$h_IpnsApiCreateNameRequest as IpnsApiCreateNameRequest, type index_gen$h_IpnsApiDeleteNameRequest as IpnsApiDeleteNameRequest, type index_gen$h_IpnsApiExportKeyNameRequest as IpnsApiExportKeyNameRequest, type index_gen$h_IpnsApiGetNameRequest as IpnsApiGetNameRequest, type index_gen$h_IpnsApiImportKeyNameRequest as IpnsApiImportKeyNameRequest, type index_gen$h_IpnsApiListNamesRequest as IpnsApiListNamesRequest, type index_gen$h_IpnsApiUpdateNameRequest as IpnsApiUpdateNameRequest, type index_gen$h_ListNamesRequestOrderBy as ListNamesRequestOrderBy, type index_gen$h_ListNamesResponse as ListNamesResponse, type index_gen$h_ListPinsRequest as ListPinsRequest, type index_gen$h_ListPinsRequestOrderBy as ListPinsRequestOrderBy, type index_gen$h_ListPinsResponse as ListPinsResponse, type index_gen$h_ListVolumesRequest as ListVolumesRequest, type index_gen$h_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy, type index_gen$h_ListVolumesResponse as ListVolumesResponse, index_gen$h_NAME_TRANSIENT_STATUSES as NAME_TRANSIENT_STATUSES, type index_gen$h_Name as Name, type index_gen$h_NameStatus as NameStatus, index_gen$h_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES, type index_gen$h_Pin as Pin, type index_gen$h_PinCID as PinCID, type index_gen$h_PinCIDMeta as PinCIDMeta, type index_gen$h_PinDetails as PinDetails, type index_gen$h_PinInfo as PinInfo, type index_gen$h_PinStatus as PinStatus, type index_gen$h_ReplacePinRequest as ReplacePinRequest, type index_gen$h_ReplacePinResponse as ReplacePinResponse, type index_gen$h_UpdateVolumeRequest as UpdateVolumeRequest, type Volume$1 as Volume };
|
|
17680
17680
|
}
|
|
17681
17681
|
|
|
17682
17682
|
declare namespace index$h {
|
|
17683
|
-
export { index_gen$
|
|
17683
|
+
export { index_gen$h as v1alpha1 };
|
|
17684
17684
|
}
|
|
17685
17685
|
|
|
17686
17686
|
type JobRunState = 'unknown_state' | 'queued' | 'scheduled' | 'running' | 'succeeded' | 'failed' | 'canceled' | 'internal_error';
|
|
@@ -17883,7 +17883,7 @@ type UpdateJobDefinitionRequest$1 = {
|
|
|
17883
17883
|
};
|
|
17884
17884
|
|
|
17885
17885
|
/** Serverless Jobs API. */
|
|
17886
|
-
declare class API$
|
|
17886
|
+
declare class API$g extends API$y {
|
|
17887
17887
|
/** Lists the available regions of the API. */
|
|
17888
17888
|
static readonly LOCALITIES: Region[];
|
|
17889
17889
|
/**
|
|
@@ -18063,25 +18063,25 @@ declare namespace validationRules_gen$5 {
|
|
|
18063
18063
|
export { validationRules_gen$5_CreateJobDefinitionRequest as CreateJobDefinitionRequest, validationRules_gen$5_CreateJobDefinitionRequestCronScheduleConfig as CreateJobDefinitionRequestCronScheduleConfig, validationRules_gen$5_CronSchedule as CronSchedule, validationRules_gen$5_ListJobDefinitionsRequest as ListJobDefinitionsRequest, validationRules_gen$5_ListJobRunsRequest as ListJobRunsRequest, validationRules_gen$5_StartJobDefinitionRequest as StartJobDefinitionRequest, validationRules_gen$5_UpdateJobDefinitionRequest as UpdateJobDefinitionRequest, validationRules_gen$5_UpdateJobDefinitionRequestCronScheduleConfig as UpdateJobDefinitionRequestCronScheduleConfig };
|
|
18064
18064
|
}
|
|
18065
18065
|
|
|
18066
|
-
type index_gen$
|
|
18067
|
-
type index_gen$
|
|
18068
|
-
type index_gen$
|
|
18069
|
-
declare const index_gen$
|
|
18070
|
-
type index_gen$
|
|
18071
|
-
type index_gen$
|
|
18072
|
-
type index_gen$
|
|
18073
|
-
type index_gen$
|
|
18074
|
-
type index_gen$
|
|
18075
|
-
type index_gen$
|
|
18076
|
-
type index_gen$
|
|
18077
|
-
type index_gen$
|
|
18078
|
-
type index_gen$
|
|
18079
|
-
declare namespace index_gen$
|
|
18080
|
-
export { API$
|
|
18066
|
+
type index_gen$g_DeleteJobDefinitionRequest = DeleteJobDefinitionRequest;
|
|
18067
|
+
type index_gen$g_GetJobDefinitionRequest = GetJobDefinitionRequest;
|
|
18068
|
+
type index_gen$g_GetJobRunRequest = GetJobRunRequest;
|
|
18069
|
+
declare const index_gen$g_JOB_RUN_TRANSIENT_STATUSES: typeof JOB_RUN_TRANSIENT_STATUSES;
|
|
18070
|
+
type index_gen$g_JobDefinition = JobDefinition;
|
|
18071
|
+
type index_gen$g_JobRun = JobRun;
|
|
18072
|
+
type index_gen$g_JobRunState = JobRunState;
|
|
18073
|
+
type index_gen$g_ListJobDefinitionsRequestOrderBy = ListJobDefinitionsRequestOrderBy;
|
|
18074
|
+
type index_gen$g_ListJobDefinitionsResponse = ListJobDefinitionsResponse;
|
|
18075
|
+
type index_gen$g_ListJobRunsRequestOrderBy = ListJobRunsRequestOrderBy;
|
|
18076
|
+
type index_gen$g_ListJobRunsResponse = ListJobRunsResponse;
|
|
18077
|
+
type index_gen$g_StartJobDefinitionResponse = StartJobDefinitionResponse;
|
|
18078
|
+
type index_gen$g_StopJobRunRequest = StopJobRunRequest;
|
|
18079
|
+
declare namespace index_gen$g {
|
|
18080
|
+
export { API$g as API, type CreateJobDefinitionRequest$1 as CreateJobDefinitionRequest, type CreateJobDefinitionRequestCronScheduleConfig$1 as CreateJobDefinitionRequestCronScheduleConfig, type CronSchedule$1 as CronSchedule, type index_gen$g_DeleteJobDefinitionRequest as DeleteJobDefinitionRequest, type index_gen$g_GetJobDefinitionRequest as GetJobDefinitionRequest, type index_gen$g_GetJobRunRequest as GetJobRunRequest, index_gen$g_JOB_RUN_TRANSIENT_STATUSES as JOB_RUN_TRANSIENT_STATUSES, type index_gen$g_JobDefinition as JobDefinition, type index_gen$g_JobRun as JobRun, type index_gen$g_JobRunState as JobRunState, type ListJobDefinitionsRequest$1 as ListJobDefinitionsRequest, type index_gen$g_ListJobDefinitionsRequestOrderBy as ListJobDefinitionsRequestOrderBy, type index_gen$g_ListJobDefinitionsResponse as ListJobDefinitionsResponse, type ListJobRunsRequest$1 as ListJobRunsRequest, type index_gen$g_ListJobRunsRequestOrderBy as ListJobRunsRequestOrderBy, type index_gen$g_ListJobRunsResponse as ListJobRunsResponse, type StartJobDefinitionRequest$1 as StartJobDefinitionRequest, type index_gen$g_StartJobDefinitionResponse as StartJobDefinitionResponse, type index_gen$g_StopJobRunRequest as StopJobRunRequest, type UpdateJobDefinitionRequest$1 as UpdateJobDefinitionRequest, type UpdateJobDefinitionRequestCronScheduleConfig$1 as UpdateJobDefinitionRequestCronScheduleConfig, validationRules_gen$5 as ValidationRules };
|
|
18081
18081
|
}
|
|
18082
18082
|
|
|
18083
18083
|
declare namespace index$g {
|
|
18084
|
-
export { index_gen$
|
|
18084
|
+
export { index_gen$g as v1alpha1 };
|
|
18085
18085
|
}
|
|
18086
18086
|
|
|
18087
18087
|
type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
@@ -19195,7 +19195,7 @@ type UpgradePoolRequest = {
|
|
|
19195
19195
|
};
|
|
19196
19196
|
|
|
19197
19197
|
/** Kubernetes API. */
|
|
19198
|
-
declare class API$
|
|
19198
|
+
declare class API$f extends API$y {
|
|
19199
19199
|
/** Lists the available regions of the API. */
|
|
19200
19200
|
static readonly LOCALITIES: Region[];
|
|
19201
19201
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -19464,7 +19464,7 @@ declare class API$e extends API$x {
|
|
|
19464
19464
|
};
|
|
19465
19465
|
}
|
|
19466
19466
|
|
|
19467
|
-
declare class K8SUtilsAPI extends API$
|
|
19467
|
+
declare class K8SUtilsAPI extends API$f {
|
|
19468
19468
|
/**
|
|
19469
19469
|
* Get configuration of a kube cluster.
|
|
19470
19470
|
*
|
|
@@ -22353,7 +22353,7 @@ type ZonedApiUpdateSubscriberRequest = {
|
|
|
22353
22353
|
*
|
|
22354
22354
|
* This API allows you to manage your Scaleway Load Balancer services.
|
|
22355
22355
|
*/
|
|
22356
|
-
declare class ZonedAPI extends API$
|
|
22356
|
+
declare class ZonedAPI extends API$y {
|
|
22357
22357
|
/** Lists the available zones of the API. */
|
|
22358
22358
|
static readonly LOCALITIES: Zone[];
|
|
22359
22359
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -22907,7 +22907,7 @@ declare class ZonedAPI extends API$x {
|
|
|
22907
22907
|
*
|
|
22908
22908
|
* This API allows you to manage your load balancer service.
|
|
22909
22909
|
*/
|
|
22910
|
-
declare class API$
|
|
22910
|
+
declare class API$e extends API$y {
|
|
22911
22911
|
/** Lists the available regions of the API. */
|
|
22912
22912
|
static readonly LOCALITIES: Region[];
|
|
22913
22913
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -23349,7 +23349,7 @@ type ZonedWaitForLbPrivateNetworksRequest = {
|
|
|
23349
23349
|
lbId: string;
|
|
23350
23350
|
};
|
|
23351
23351
|
|
|
23352
|
-
declare class LbV1UtilsAPI extends API$
|
|
23352
|
+
declare class LbV1UtilsAPI extends API$e {
|
|
23353
23353
|
/**
|
|
23354
23354
|
* Waits for all private networks of a load balancer to be in a final state.
|
|
23355
23355
|
*
|
|
@@ -23655,7 +23655,7 @@ interface ListImagesResponse$2 {
|
|
|
23655
23655
|
}
|
|
23656
23656
|
|
|
23657
23657
|
/** Marketplace API. */
|
|
23658
|
-
declare class API$
|
|
23658
|
+
declare class API$d extends API$y {
|
|
23659
23659
|
protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
|
|
23660
23660
|
/**
|
|
23661
23661
|
* List marketplace images.
|
|
@@ -23676,10 +23676,10 @@ declare class API$c extends API$x {
|
|
|
23676
23676
|
getImage: (request: Readonly<GetImageRequest$2>) => Promise<GetImageResponse>;
|
|
23677
23677
|
}
|
|
23678
23678
|
|
|
23679
|
-
type index_gen$
|
|
23680
|
-
type index_gen$
|
|
23681
|
-
declare namespace index_gen$
|
|
23682
|
-
export { API$
|
|
23679
|
+
type index_gen$f_GetImageResponse = GetImageResponse;
|
|
23680
|
+
type index_gen$f_Organization = Organization;
|
|
23681
|
+
declare namespace index_gen$f {
|
|
23682
|
+
export { API$d as API, type GetImageRequest$2 as GetImageRequest, type index_gen$f_GetImageResponse as GetImageResponse, type Image$2 as Image, type ListImagesRequest$2 as ListImagesRequest, type ListImagesResponse$2 as ListImagesResponse, type LocalImage$1 as LocalImage, type index_gen$f_Organization as Organization, type Version$1 as Version };
|
|
23683
23683
|
}
|
|
23684
23684
|
|
|
23685
23685
|
type ListImagesRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
@@ -23818,7 +23818,7 @@ interface ListVersionsResponse {
|
|
|
23818
23818
|
}
|
|
23819
23819
|
|
|
23820
23820
|
/** Marketplace API. */
|
|
23821
|
-
declare class API$
|
|
23821
|
+
declare class API$c extends API$y {
|
|
23822
23822
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
23823
23823
|
/**
|
|
23824
23824
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -23906,27 +23906,27 @@ declare class API$b extends API$x {
|
|
|
23906
23906
|
getCategory: (request: Readonly<GetCategoryRequest>) => Promise<Category>;
|
|
23907
23907
|
}
|
|
23908
23908
|
|
|
23909
|
-
type index_gen$
|
|
23910
|
-
type index_gen$
|
|
23911
|
-
type index_gen$
|
|
23912
|
-
type index_gen$
|
|
23913
|
-
type index_gen$
|
|
23914
|
-
type index_gen$
|
|
23915
|
-
type index_gen$
|
|
23916
|
-
type index_gen$
|
|
23917
|
-
type index_gen$
|
|
23918
|
-
type index_gen$
|
|
23919
|
-
type index_gen$
|
|
23920
|
-
type index_gen$
|
|
23921
|
-
type index_gen$
|
|
23922
|
-
type index_gen$
|
|
23923
|
-
type index_gen$
|
|
23924
|
-
declare namespace index_gen$
|
|
23925
|
-
export { API$
|
|
23909
|
+
type index_gen$e_Category = Category;
|
|
23910
|
+
type index_gen$e_GetCategoryRequest = GetCategoryRequest;
|
|
23911
|
+
type index_gen$e_GetLocalImageRequest = GetLocalImageRequest;
|
|
23912
|
+
type index_gen$e_GetVersionRequest = GetVersionRequest;
|
|
23913
|
+
type index_gen$e_ListCategoriesRequest = ListCategoriesRequest;
|
|
23914
|
+
type index_gen$e_ListCategoriesResponse = ListCategoriesResponse;
|
|
23915
|
+
type index_gen$e_ListLocalImagesRequest = ListLocalImagesRequest;
|
|
23916
|
+
type index_gen$e_ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy;
|
|
23917
|
+
type index_gen$e_ListLocalImagesResponse = ListLocalImagesResponse;
|
|
23918
|
+
type index_gen$e_ListVersionsRequest = ListVersionsRequest;
|
|
23919
|
+
type index_gen$e_ListVersionsRequestOrderBy = ListVersionsRequestOrderBy;
|
|
23920
|
+
type index_gen$e_ListVersionsResponse = ListVersionsResponse;
|
|
23921
|
+
type index_gen$e_LocalImage = LocalImage;
|
|
23922
|
+
type index_gen$e_LocalImageType = LocalImageType;
|
|
23923
|
+
type index_gen$e_Version = Version;
|
|
23924
|
+
declare namespace index_gen$e {
|
|
23925
|
+
export { API$c as API, type index_gen$e_Category as Category, type index_gen$e_GetCategoryRequest as GetCategoryRequest, type GetImageRequest$1 as GetImageRequest, type index_gen$e_GetLocalImageRequest as GetLocalImageRequest, type index_gen$e_GetVersionRequest as GetVersionRequest, type Image$1 as Image, type index_gen$e_ListCategoriesRequest as ListCategoriesRequest, type index_gen$e_ListCategoriesResponse as ListCategoriesResponse, type ListImagesRequest$1 as ListImagesRequest, type ListImagesRequestOrderBy$1 as ListImagesRequestOrderBy, type ListImagesResponse$1 as ListImagesResponse, type index_gen$e_ListLocalImagesRequest as ListLocalImagesRequest, type index_gen$e_ListLocalImagesRequestOrderBy as ListLocalImagesRequestOrderBy, type index_gen$e_ListLocalImagesResponse as ListLocalImagesResponse, type index_gen$e_ListVersionsRequest as ListVersionsRequest, type index_gen$e_ListVersionsRequestOrderBy as ListVersionsRequestOrderBy, type index_gen$e_ListVersionsResponse as ListVersionsResponse, type index_gen$e_LocalImage as LocalImage, type index_gen$e_LocalImageType as LocalImageType, type index_gen$e_Version as Version };
|
|
23926
23926
|
}
|
|
23927
23927
|
|
|
23928
23928
|
declare namespace index$b {
|
|
23929
|
-
export { index_gen$
|
|
23929
|
+
export { index_gen$f as v1, index_gen$e as v2 };
|
|
23930
23930
|
}
|
|
23931
23931
|
|
|
23932
23932
|
type ListNatsAccountsRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc';
|
|
@@ -24383,7 +24383,7 @@ interface SqsInfo {
|
|
|
24383
24383
|
*
|
|
24384
24384
|
* This API allows you to manage Scaleway Messaging and Queueing NATS accounts.
|
|
24385
24385
|
*/
|
|
24386
|
-
declare class NatsAPI extends API$
|
|
24386
|
+
declare class NatsAPI extends API$y {
|
|
24387
24387
|
/** Lists the available regions of the API. */
|
|
24388
24388
|
static readonly LOCALITIES: Region[];
|
|
24389
24389
|
/**
|
|
@@ -24480,7 +24480,7 @@ declare class NatsAPI extends API$x {
|
|
|
24480
24480
|
*
|
|
24481
24481
|
* This API allows you to manage Scaleway Messaging and Queueing SNS brokers.
|
|
24482
24482
|
*/
|
|
24483
|
-
declare class SnsAPI extends API$
|
|
24483
|
+
declare class SnsAPI extends API$y {
|
|
24484
24484
|
/** Lists the available regions of the API. */
|
|
24485
24485
|
static readonly LOCALITIES: Region[];
|
|
24486
24486
|
/**
|
|
@@ -24562,7 +24562,7 @@ declare class SnsAPI extends API$x {
|
|
|
24562
24562
|
*
|
|
24563
24563
|
* This API allows you to manage Scaleway Messaging and Queueing SQS brokers.
|
|
24564
24564
|
*/
|
|
24565
|
-
declare class SqsAPI extends API$
|
|
24565
|
+
declare class SqsAPI extends API$y {
|
|
24566
24566
|
/** Lists the available regions of the API. */
|
|
24567
24567
|
static readonly LOCALITIES: Region[];
|
|
24568
24568
|
/**
|
|
@@ -24729,51 +24729,51 @@ declare namespace validationRules_gen$3 {
|
|
|
24729
24729
|
export { validationRules_gen$3_NatsAccount as NatsAccount, validationRules_gen$3_NatsApiCreateNatsAccountRequest as NatsApiCreateNatsAccountRequest, validationRules_gen$3_NatsApiCreateNatsCredentialsRequest as NatsApiCreateNatsCredentialsRequest, validationRules_gen$3_NatsApiUpdateNatsAccountRequest as NatsApiUpdateNatsAccountRequest, validationRules_gen$3_NatsCredentials as NatsCredentials, validationRules_gen$3_SnsApiCreateSnsCredentialsRequest as SnsApiCreateSnsCredentialsRequest, validationRules_gen$3_SnsApiUpdateSnsCredentialsRequest as SnsApiUpdateSnsCredentialsRequest, validationRules_gen$3_SnsCredentials as SnsCredentials, validationRules_gen$3_SqsApiCreateSqsCredentialsRequest as SqsApiCreateSqsCredentialsRequest, validationRules_gen$3_SqsApiUpdateSqsCredentialsRequest as SqsApiUpdateSqsCredentialsRequest, validationRules_gen$3_SqsCredentials as SqsCredentials };
|
|
24730
24730
|
}
|
|
24731
24731
|
|
|
24732
|
-
type index_gen$
|
|
24733
|
-
type index_gen$
|
|
24734
|
-
type index_gen$
|
|
24735
|
-
type index_gen$
|
|
24736
|
-
type index_gen$
|
|
24737
|
-
type index_gen$
|
|
24738
|
-
type index_gen$
|
|
24739
|
-
type index_gen$
|
|
24740
|
-
type index_gen$
|
|
24741
|
-
type index_gen$
|
|
24742
|
-
declare const index_gen$
|
|
24743
|
-
type index_gen$
|
|
24744
|
-
type index_gen$
|
|
24745
|
-
type index_gen$
|
|
24746
|
-
type index_gen$
|
|
24747
|
-
type index_gen$
|
|
24748
|
-
type index_gen$
|
|
24749
|
-
type index_gen$
|
|
24750
|
-
declare const index_gen$
|
|
24751
|
-
type index_gen$
|
|
24752
|
-
type index_gen$
|
|
24753
|
-
type index_gen$
|
|
24754
|
-
type index_gen$
|
|
24755
|
-
type index_gen$
|
|
24756
|
-
type index_gen$
|
|
24757
|
-
type index_gen$
|
|
24758
|
-
type index_gen$
|
|
24759
|
-
type index_gen$
|
|
24760
|
-
type index_gen$
|
|
24761
|
-
declare const index_gen$
|
|
24762
|
-
type index_gen$
|
|
24763
|
-
type index_gen$
|
|
24764
|
-
type index_gen$
|
|
24765
|
-
type index_gen$
|
|
24766
|
-
type index_gen$
|
|
24767
|
-
type index_gen$
|
|
24768
|
-
type index_gen$
|
|
24769
|
-
type index_gen$
|
|
24770
|
-
type index_gen$
|
|
24771
|
-
declare namespace index_gen$
|
|
24772
|
-
export { type index_gen$
|
|
24732
|
+
type index_gen$d_File = File;
|
|
24733
|
+
type index_gen$d_ListNatsAccountsRequestOrderBy = ListNatsAccountsRequestOrderBy;
|
|
24734
|
+
type index_gen$d_ListNatsAccountsResponse = ListNatsAccountsResponse;
|
|
24735
|
+
type index_gen$d_ListNatsCredentialsRequestOrderBy = ListNatsCredentialsRequestOrderBy;
|
|
24736
|
+
type index_gen$d_ListNatsCredentialsResponse = ListNatsCredentialsResponse;
|
|
24737
|
+
type index_gen$d_ListSnsCredentialsRequestOrderBy = ListSnsCredentialsRequestOrderBy;
|
|
24738
|
+
type index_gen$d_ListSnsCredentialsResponse = ListSnsCredentialsResponse;
|
|
24739
|
+
type index_gen$d_ListSqsCredentialsRequestOrderBy = ListSqsCredentialsRequestOrderBy;
|
|
24740
|
+
type index_gen$d_ListSqsCredentialsResponse = ListSqsCredentialsResponse;
|
|
24741
|
+
type index_gen$d_NatsAPI = NatsAPI;
|
|
24742
|
+
declare const index_gen$d_NatsAPI: typeof NatsAPI;
|
|
24743
|
+
type index_gen$d_NatsApiDeleteNatsAccountRequest = NatsApiDeleteNatsAccountRequest;
|
|
24744
|
+
type index_gen$d_NatsApiDeleteNatsCredentialsRequest = NatsApiDeleteNatsCredentialsRequest;
|
|
24745
|
+
type index_gen$d_NatsApiGetNatsAccountRequest = NatsApiGetNatsAccountRequest;
|
|
24746
|
+
type index_gen$d_NatsApiGetNatsCredentialsRequest = NatsApiGetNatsCredentialsRequest;
|
|
24747
|
+
type index_gen$d_NatsApiListNatsAccountsRequest = NatsApiListNatsAccountsRequest;
|
|
24748
|
+
type index_gen$d_NatsApiListNatsCredentialsRequest = NatsApiListNatsCredentialsRequest;
|
|
24749
|
+
type index_gen$d_SnsAPI = SnsAPI;
|
|
24750
|
+
declare const index_gen$d_SnsAPI: typeof SnsAPI;
|
|
24751
|
+
type index_gen$d_SnsApiActivateSnsRequest = SnsApiActivateSnsRequest;
|
|
24752
|
+
type index_gen$d_SnsApiDeactivateSnsRequest = SnsApiDeactivateSnsRequest;
|
|
24753
|
+
type index_gen$d_SnsApiDeleteSnsCredentialsRequest = SnsApiDeleteSnsCredentialsRequest;
|
|
24754
|
+
type index_gen$d_SnsApiGetSnsCredentialsRequest = SnsApiGetSnsCredentialsRequest;
|
|
24755
|
+
type index_gen$d_SnsApiGetSnsInfoRequest = SnsApiGetSnsInfoRequest;
|
|
24756
|
+
type index_gen$d_SnsApiListSnsCredentialsRequest = SnsApiListSnsCredentialsRequest;
|
|
24757
|
+
type index_gen$d_SnsInfo = SnsInfo;
|
|
24758
|
+
type index_gen$d_SnsInfoStatus = SnsInfoStatus;
|
|
24759
|
+
type index_gen$d_SnsPermissions = SnsPermissions;
|
|
24760
|
+
type index_gen$d_SqsAPI = SqsAPI;
|
|
24761
|
+
declare const index_gen$d_SqsAPI: typeof SqsAPI;
|
|
24762
|
+
type index_gen$d_SqsApiActivateSqsRequest = SqsApiActivateSqsRequest;
|
|
24763
|
+
type index_gen$d_SqsApiDeactivateSqsRequest = SqsApiDeactivateSqsRequest;
|
|
24764
|
+
type index_gen$d_SqsApiDeleteSqsCredentialsRequest = SqsApiDeleteSqsCredentialsRequest;
|
|
24765
|
+
type index_gen$d_SqsApiGetSqsCredentialsRequest = SqsApiGetSqsCredentialsRequest;
|
|
24766
|
+
type index_gen$d_SqsApiGetSqsInfoRequest = SqsApiGetSqsInfoRequest;
|
|
24767
|
+
type index_gen$d_SqsApiListSqsCredentialsRequest = SqsApiListSqsCredentialsRequest;
|
|
24768
|
+
type index_gen$d_SqsInfo = SqsInfo;
|
|
24769
|
+
type index_gen$d_SqsInfoStatus = SqsInfoStatus;
|
|
24770
|
+
type index_gen$d_SqsPermissions = SqsPermissions;
|
|
24771
|
+
declare namespace index_gen$d {
|
|
24772
|
+
export { type index_gen$d_File as File, type index_gen$d_ListNatsAccountsRequestOrderBy as ListNatsAccountsRequestOrderBy, type index_gen$d_ListNatsAccountsResponse as ListNatsAccountsResponse, type index_gen$d_ListNatsCredentialsRequestOrderBy as ListNatsCredentialsRequestOrderBy, type index_gen$d_ListNatsCredentialsResponse as ListNatsCredentialsResponse, type index_gen$d_ListSnsCredentialsRequestOrderBy as ListSnsCredentialsRequestOrderBy, type index_gen$d_ListSnsCredentialsResponse as ListSnsCredentialsResponse, type index_gen$d_ListSqsCredentialsRequestOrderBy as ListSqsCredentialsRequestOrderBy, type index_gen$d_ListSqsCredentialsResponse as ListSqsCredentialsResponse, index_gen$d_NatsAPI as NatsAPI, type NatsAccount$1 as NatsAccount, type NatsApiCreateNatsAccountRequest$1 as NatsApiCreateNatsAccountRequest, type NatsApiCreateNatsCredentialsRequest$1 as NatsApiCreateNatsCredentialsRequest, type index_gen$d_NatsApiDeleteNatsAccountRequest as NatsApiDeleteNatsAccountRequest, type index_gen$d_NatsApiDeleteNatsCredentialsRequest as NatsApiDeleteNatsCredentialsRequest, type index_gen$d_NatsApiGetNatsAccountRequest as NatsApiGetNatsAccountRequest, type index_gen$d_NatsApiGetNatsCredentialsRequest as NatsApiGetNatsCredentialsRequest, type index_gen$d_NatsApiListNatsAccountsRequest as NatsApiListNatsAccountsRequest, type index_gen$d_NatsApiListNatsCredentialsRequest as NatsApiListNatsCredentialsRequest, type NatsApiUpdateNatsAccountRequest$1 as NatsApiUpdateNatsAccountRequest, type NatsCredentials$1 as NatsCredentials, index_gen$d_SnsAPI as SnsAPI, type index_gen$d_SnsApiActivateSnsRequest as SnsApiActivateSnsRequest, type SnsApiCreateSnsCredentialsRequest$1 as SnsApiCreateSnsCredentialsRequest, type index_gen$d_SnsApiDeactivateSnsRequest as SnsApiDeactivateSnsRequest, type index_gen$d_SnsApiDeleteSnsCredentialsRequest as SnsApiDeleteSnsCredentialsRequest, type index_gen$d_SnsApiGetSnsCredentialsRequest as SnsApiGetSnsCredentialsRequest, type index_gen$d_SnsApiGetSnsInfoRequest as SnsApiGetSnsInfoRequest, type index_gen$d_SnsApiListSnsCredentialsRequest as SnsApiListSnsCredentialsRequest, type SnsApiUpdateSnsCredentialsRequest$1 as SnsApiUpdateSnsCredentialsRequest, type SnsCredentials$1 as SnsCredentials, type index_gen$d_SnsInfo as SnsInfo, type index_gen$d_SnsInfoStatus as SnsInfoStatus, type index_gen$d_SnsPermissions as SnsPermissions, index_gen$d_SqsAPI as SqsAPI, type index_gen$d_SqsApiActivateSqsRequest as SqsApiActivateSqsRequest, type SqsApiCreateSqsCredentialsRequest$1 as SqsApiCreateSqsCredentialsRequest, type index_gen$d_SqsApiDeactivateSqsRequest as SqsApiDeactivateSqsRequest, type index_gen$d_SqsApiDeleteSqsCredentialsRequest as SqsApiDeleteSqsCredentialsRequest, type index_gen$d_SqsApiGetSqsCredentialsRequest as SqsApiGetSqsCredentialsRequest, type index_gen$d_SqsApiGetSqsInfoRequest as SqsApiGetSqsInfoRequest, type index_gen$d_SqsApiListSqsCredentialsRequest as SqsApiListSqsCredentialsRequest, type SqsApiUpdateSqsCredentialsRequest$1 as SqsApiUpdateSqsCredentialsRequest, type SqsCredentials$1 as SqsCredentials, type index_gen$d_SqsInfo as SqsInfo, type index_gen$d_SqsInfoStatus as SqsInfoStatus, type index_gen$d_SqsPermissions as SqsPermissions, validationRules_gen$3 as ValidationRules };
|
|
24773
24773
|
}
|
|
24774
24774
|
|
|
24775
24775
|
declare namespace index$a {
|
|
24776
|
-
export { index_gen$
|
|
24776
|
+
export { index_gen$d as v1beta1 };
|
|
24777
24777
|
}
|
|
24778
24778
|
|
|
24779
24779
|
type ACLRuleAction = 'allow' | 'deny';
|
|
@@ -26167,7 +26167,7 @@ type UpgradeInstanceRequest = {
|
|
|
26167
26167
|
};
|
|
26168
26168
|
|
|
26169
26169
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
26170
|
-
declare class API$
|
|
26170
|
+
declare class API$b extends API$y {
|
|
26171
26171
|
/** Lists the available regions of the API. */
|
|
26172
26172
|
static readonly LOCALITIES: Region[];
|
|
26173
26173
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -26803,130 +26803,130 @@ declare namespace validationRules_gen$2 {
|
|
|
26803
26803
|
export { validationRules_gen$2_UpdateInstanceRequest as UpdateInstanceRequest };
|
|
26804
26804
|
}
|
|
26805
26805
|
|
|
26806
|
-
type index_gen$
|
|
26807
|
-
type index_gen$
|
|
26808
|
-
type index_gen$
|
|
26809
|
-
type index_gen$
|
|
26810
|
-
type index_gen$
|
|
26811
|
-
type index_gen$
|
|
26812
|
-
type index_gen$
|
|
26813
|
-
type index_gen$
|
|
26814
|
-
type index_gen$
|
|
26815
|
-
type index_gen$
|
|
26816
|
-
type index_gen$
|
|
26817
|
-
type index_gen$
|
|
26818
|
-
type index_gen$
|
|
26819
|
-
type index_gen$
|
|
26820
|
-
type index_gen$
|
|
26821
|
-
type index_gen$
|
|
26822
|
-
type index_gen$
|
|
26823
|
-
type index_gen$
|
|
26824
|
-
declare const index_gen$
|
|
26825
|
-
type index_gen$
|
|
26826
|
-
type index_gen$
|
|
26827
|
-
type index_gen$
|
|
26828
|
-
type index_gen$
|
|
26829
|
-
type index_gen$
|
|
26830
|
-
type index_gen$
|
|
26831
|
-
type index_gen$
|
|
26832
|
-
type index_gen$
|
|
26833
|
-
type index_gen$
|
|
26834
|
-
type index_gen$
|
|
26835
|
-
type index_gen$
|
|
26836
|
-
type index_gen$
|
|
26837
|
-
type index_gen$
|
|
26838
|
-
type index_gen$
|
|
26839
|
-
type index_gen$
|
|
26840
|
-
type index_gen$
|
|
26841
|
-
type index_gen$
|
|
26842
|
-
type index_gen$
|
|
26843
|
-
type index_gen$
|
|
26844
|
-
type index_gen$
|
|
26845
|
-
type index_gen$
|
|
26846
|
-
type index_gen$
|
|
26847
|
-
type index_gen$
|
|
26848
|
-
type index_gen$
|
|
26849
|
-
type index_gen$
|
|
26850
|
-
declare const index_gen$
|
|
26851
|
-
declare const index_gen$
|
|
26852
|
-
type index_gen$
|
|
26853
|
-
type index_gen$
|
|
26854
|
-
type index_gen$
|
|
26855
|
-
type index_gen$
|
|
26856
|
-
type index_gen$
|
|
26857
|
-
type index_gen$
|
|
26858
|
-
type index_gen$
|
|
26859
|
-
type index_gen$
|
|
26860
|
-
type index_gen$
|
|
26861
|
-
type index_gen$
|
|
26862
|
-
type index_gen$
|
|
26863
|
-
type index_gen$
|
|
26864
|
-
type index_gen$
|
|
26865
|
-
type index_gen$
|
|
26866
|
-
type index_gen$
|
|
26867
|
-
type index_gen$
|
|
26868
|
-
type index_gen$
|
|
26869
|
-
type index_gen$
|
|
26870
|
-
type index_gen$
|
|
26871
|
-
type index_gen$
|
|
26872
|
-
type index_gen$
|
|
26873
|
-
type index_gen$
|
|
26874
|
-
type index_gen$
|
|
26875
|
-
type index_gen$
|
|
26876
|
-
type index_gen$
|
|
26877
|
-
type index_gen$
|
|
26878
|
-
type index_gen$
|
|
26879
|
-
type index_gen$
|
|
26880
|
-
type index_gen$
|
|
26881
|
-
declare const index_gen$
|
|
26882
|
-
type index_gen$
|
|
26883
|
-
type index_gen$
|
|
26884
|
-
type index_gen$
|
|
26885
|
-
type index_gen$
|
|
26886
|
-
type index_gen$
|
|
26887
|
-
type index_gen$
|
|
26888
|
-
type index_gen$
|
|
26889
|
-
type index_gen$
|
|
26890
|
-
type index_gen$
|
|
26891
|
-
type index_gen$
|
|
26892
|
-
type index_gen$
|
|
26893
|
-
type index_gen$
|
|
26894
|
-
declare const index_gen$
|
|
26895
|
-
type index_gen$
|
|
26896
|
-
type index_gen$
|
|
26897
|
-
type index_gen$
|
|
26898
|
-
type index_gen$
|
|
26899
|
-
type index_gen$
|
|
26900
|
-
type index_gen$
|
|
26901
|
-
type index_gen$
|
|
26902
|
-
type index_gen$
|
|
26903
|
-
type index_gen$
|
|
26904
|
-
type index_gen$
|
|
26905
|
-
declare const index_gen$
|
|
26906
|
-
type index_gen$
|
|
26907
|
-
type index_gen$
|
|
26908
|
-
type index_gen$
|
|
26909
|
-
type index_gen$
|
|
26910
|
-
type index_gen$
|
|
26911
|
-
type index_gen$
|
|
26912
|
-
type index_gen$
|
|
26913
|
-
type index_gen$
|
|
26914
|
-
type index_gen$
|
|
26915
|
-
type index_gen$
|
|
26916
|
-
type index_gen$
|
|
26917
|
-
type index_gen$
|
|
26918
|
-
type index_gen$
|
|
26919
|
-
type index_gen$
|
|
26920
|
-
type index_gen$
|
|
26921
|
-
type index_gen$
|
|
26922
|
-
type index_gen$
|
|
26923
|
-
type index_gen$
|
|
26924
|
-
declare namespace index_gen$
|
|
26925
|
-
export { type ACLRule$1 as ACLRule, type index_gen$
|
|
26806
|
+
type index_gen$c_ACLRuleAction = ACLRuleAction;
|
|
26807
|
+
type index_gen$c_ACLRuleDirection = ACLRuleDirection;
|
|
26808
|
+
type index_gen$c_ACLRuleProtocol = ACLRuleProtocol;
|
|
26809
|
+
type index_gen$c_ACLRuleRequest = ACLRuleRequest;
|
|
26810
|
+
type index_gen$c_AddInstanceACLRulesRequest = AddInstanceACLRulesRequest;
|
|
26811
|
+
type index_gen$c_AddInstanceACLRulesResponse = AddInstanceACLRulesResponse;
|
|
26812
|
+
type index_gen$c_AddInstanceSettingsRequest = AddInstanceSettingsRequest;
|
|
26813
|
+
type index_gen$c_AddInstanceSettingsResponse = AddInstanceSettingsResponse;
|
|
26814
|
+
type index_gen$c_BackupSchedule = BackupSchedule;
|
|
26815
|
+
type index_gen$c_CloneInstanceRequest = CloneInstanceRequest;
|
|
26816
|
+
type index_gen$c_CreateDatabaseBackupRequest = CreateDatabaseBackupRequest;
|
|
26817
|
+
type index_gen$c_CreateEndpointRequest = CreateEndpointRequest;
|
|
26818
|
+
type index_gen$c_CreateInstanceFromSnapshotRequest = CreateInstanceFromSnapshotRequest;
|
|
26819
|
+
type index_gen$c_CreateInstanceRequest = CreateInstanceRequest;
|
|
26820
|
+
type index_gen$c_CreateReadReplicaEndpointRequest = CreateReadReplicaEndpointRequest;
|
|
26821
|
+
type index_gen$c_CreateReadReplicaRequest = CreateReadReplicaRequest;
|
|
26822
|
+
type index_gen$c_CreateSnapshotRequest = CreateSnapshotRequest;
|
|
26823
|
+
type index_gen$c_CreateUserRequest = CreateUserRequest;
|
|
26824
|
+
declare const index_gen$c_DATABASE_BACKUP_TRANSIENT_STATUSES: typeof DATABASE_BACKUP_TRANSIENT_STATUSES;
|
|
26825
|
+
type index_gen$c_DatabaseEngine = DatabaseEngine;
|
|
26826
|
+
type index_gen$c_DeleteDatabaseBackupRequest = DeleteDatabaseBackupRequest;
|
|
26827
|
+
type index_gen$c_DeleteInstanceACLRulesRequest = DeleteInstanceACLRulesRequest;
|
|
26828
|
+
type index_gen$c_DeleteInstanceACLRulesResponse = DeleteInstanceACLRulesResponse;
|
|
26829
|
+
type index_gen$c_DeleteInstanceRequest = DeleteInstanceRequest;
|
|
26830
|
+
type index_gen$c_DeleteInstanceSettingsRequest = DeleteInstanceSettingsRequest;
|
|
26831
|
+
type index_gen$c_DeleteInstanceSettingsResponse = DeleteInstanceSettingsResponse;
|
|
26832
|
+
type index_gen$c_DeleteReadReplicaRequest = DeleteReadReplicaRequest;
|
|
26833
|
+
type index_gen$c_DeleteSnapshotRequest = DeleteSnapshotRequest;
|
|
26834
|
+
type index_gen$c_DeleteUserRequest = DeleteUserRequest;
|
|
26835
|
+
type index_gen$c_EndpointDirectAccessDetails = EndpointDirectAccessDetails;
|
|
26836
|
+
type index_gen$c_EndpointLoadBalancerDetails = EndpointLoadBalancerDetails;
|
|
26837
|
+
type index_gen$c_EndpointPrivateNetworkDetails = EndpointPrivateNetworkDetails;
|
|
26838
|
+
type index_gen$c_EndpointSpecLoadBalancer = EndpointSpecLoadBalancer;
|
|
26839
|
+
type index_gen$c_EndpointSpecPrivateNetwork = EndpointSpecPrivateNetwork;
|
|
26840
|
+
type index_gen$c_EndpointSpecPrivateNetworkIpamConfig = EndpointSpecPrivateNetworkIpamConfig;
|
|
26841
|
+
type index_gen$c_EngineSetting = EngineSetting;
|
|
26842
|
+
type index_gen$c_EngineSettingPropertyType = EngineSettingPropertyType;
|
|
26843
|
+
type index_gen$c_EngineVersion = EngineVersion;
|
|
26844
|
+
type index_gen$c_GetInstanceCertificateRequest = GetInstanceCertificateRequest;
|
|
26845
|
+
type index_gen$c_GetInstanceLogRequest = GetInstanceLogRequest;
|
|
26846
|
+
type index_gen$c_GetInstanceMetricsRequest = GetInstanceMetricsRequest;
|
|
26847
|
+
type index_gen$c_GetInstanceRequest = GetInstanceRequest;
|
|
26848
|
+
type index_gen$c_GetReadReplicaRequest = GetReadReplicaRequest;
|
|
26849
|
+
type index_gen$c_GetSnapshotRequest = GetSnapshotRequest;
|
|
26850
|
+
declare const index_gen$c_INSTANCE_LOG_TRANSIENT_STATUSES: typeof INSTANCE_LOG_TRANSIENT_STATUSES;
|
|
26851
|
+
declare const index_gen$c_INSTANCE_TRANSIENT_STATUSES: typeof INSTANCE_TRANSIENT_STATUSES;
|
|
26852
|
+
type index_gen$c_Instance = Instance;
|
|
26853
|
+
type index_gen$c_InstanceLog = InstanceLog;
|
|
26854
|
+
type index_gen$c_InstanceLogStatus = InstanceLogStatus;
|
|
26855
|
+
type index_gen$c_InstanceMetrics = InstanceMetrics;
|
|
26856
|
+
type index_gen$c_InstanceSetting = InstanceSetting;
|
|
26857
|
+
type index_gen$c_InstanceStatus = InstanceStatus;
|
|
26858
|
+
type index_gen$c_ListDatabaseEnginesRequest = ListDatabaseEnginesRequest;
|
|
26859
|
+
type index_gen$c_ListDatabaseEnginesResponse = ListDatabaseEnginesResponse;
|
|
26860
|
+
type index_gen$c_ListInstanceACLRulesRequest = ListInstanceACLRulesRequest;
|
|
26861
|
+
type index_gen$c_ListInstanceACLRulesResponse = ListInstanceACLRulesResponse;
|
|
26862
|
+
type index_gen$c_ListInstanceLogsDetailsRequest = ListInstanceLogsDetailsRequest;
|
|
26863
|
+
type index_gen$c_ListInstanceLogsDetailsResponse = ListInstanceLogsDetailsResponse;
|
|
26864
|
+
type index_gen$c_ListInstanceLogsDetailsResponseInstanceLogDetail = ListInstanceLogsDetailsResponseInstanceLogDetail;
|
|
26865
|
+
type index_gen$c_ListInstanceLogsRequest = ListInstanceLogsRequest;
|
|
26866
|
+
type index_gen$c_ListInstanceLogsRequestOrderBy = ListInstanceLogsRequestOrderBy;
|
|
26867
|
+
type index_gen$c_ListInstanceLogsResponse = ListInstanceLogsResponse;
|
|
26868
|
+
type index_gen$c_ListInstancesRequest = ListInstancesRequest;
|
|
26869
|
+
type index_gen$c_ListInstancesRequestOrderBy = ListInstancesRequestOrderBy;
|
|
26870
|
+
type index_gen$c_ListInstancesResponse = ListInstancesResponse;
|
|
26871
|
+
type index_gen$c_ListPrivilegesRequest = ListPrivilegesRequest;
|
|
26872
|
+
type index_gen$c_ListPrivilegesRequestOrderBy = ListPrivilegesRequestOrderBy;
|
|
26873
|
+
type index_gen$c_ListPrivilegesResponse = ListPrivilegesResponse;
|
|
26874
|
+
type index_gen$c_ListSnapshotsRequest = ListSnapshotsRequest;
|
|
26875
|
+
type index_gen$c_ListSnapshotsRequestOrderBy = ListSnapshotsRequestOrderBy;
|
|
26876
|
+
type index_gen$c_ListSnapshotsResponse = ListSnapshotsResponse;
|
|
26877
|
+
type index_gen$c_ListUsersRequest = ListUsersRequest;
|
|
26878
|
+
type index_gen$c_ListUsersRequestOrderBy = ListUsersRequestOrderBy;
|
|
26879
|
+
type index_gen$c_ListUsersResponse = ListUsersResponse;
|
|
26880
|
+
type index_gen$c_LogsPolicy = LogsPolicy;
|
|
26881
|
+
declare const index_gen$c_MAINTENANCE_TRANSIENT_STATUSES: typeof MAINTENANCE_TRANSIENT_STATUSES;
|
|
26882
|
+
type index_gen$c_Maintenance = Maintenance;
|
|
26883
|
+
type index_gen$c_MaintenanceStatus = MaintenanceStatus;
|
|
26884
|
+
type index_gen$c_MigrateEndpointRequest = MigrateEndpointRequest;
|
|
26885
|
+
type index_gen$c_NodeTypeGeneration = NodeTypeGeneration;
|
|
26886
|
+
type index_gen$c_NodeTypeVolumeConstraintSizes = NodeTypeVolumeConstraintSizes;
|
|
26887
|
+
type index_gen$c_NodeTypeVolumeType = NodeTypeVolumeType;
|
|
26888
|
+
type index_gen$c_Permission = Permission;
|
|
26889
|
+
type index_gen$c_PrepareInstanceLogsRequest = PrepareInstanceLogsRequest;
|
|
26890
|
+
type index_gen$c_PrepareInstanceLogsResponse = PrepareInstanceLogsResponse;
|
|
26891
|
+
type index_gen$c_Privilege = Privilege;
|
|
26892
|
+
type index_gen$c_PromoteReadReplicaRequest = PromoteReadReplicaRequest;
|
|
26893
|
+
type index_gen$c_PurgeInstanceLogsRequest = PurgeInstanceLogsRequest;
|
|
26894
|
+
declare const index_gen$c_READ_REPLICA_TRANSIENT_STATUSES: typeof READ_REPLICA_TRANSIENT_STATUSES;
|
|
26895
|
+
type index_gen$c_ReadReplica = ReadReplica;
|
|
26896
|
+
type index_gen$c_ReadReplicaEndpointSpec = ReadReplicaEndpointSpec;
|
|
26897
|
+
type index_gen$c_ReadReplicaEndpointSpecDirectAccess = ReadReplicaEndpointSpecDirectAccess;
|
|
26898
|
+
type index_gen$c_ReadReplicaEndpointSpecPrivateNetwork = ReadReplicaEndpointSpecPrivateNetwork;
|
|
26899
|
+
type index_gen$c_ReadReplicaEndpointSpecPrivateNetworkIpamConfig = ReadReplicaEndpointSpecPrivateNetworkIpamConfig;
|
|
26900
|
+
type index_gen$c_ReadReplicaStatus = ReadReplicaStatus;
|
|
26901
|
+
type index_gen$c_RenewInstanceCertificateRequest = RenewInstanceCertificateRequest;
|
|
26902
|
+
type index_gen$c_ResetReadReplicaRequest = ResetReadReplicaRequest;
|
|
26903
|
+
type index_gen$c_RestartInstanceRequest = RestartInstanceRequest;
|
|
26904
|
+
type index_gen$c_RestoreDatabaseBackupRequest = RestoreDatabaseBackupRequest;
|
|
26905
|
+
declare const index_gen$c_SNAPSHOT_TRANSIENT_STATUSES: typeof SNAPSHOT_TRANSIENT_STATUSES;
|
|
26906
|
+
type index_gen$c_SetInstanceACLRulesRequest = SetInstanceACLRulesRequest;
|
|
26907
|
+
type index_gen$c_SetInstanceACLRulesResponse = SetInstanceACLRulesResponse;
|
|
26908
|
+
type index_gen$c_SetInstanceSettingsRequest = SetInstanceSettingsRequest;
|
|
26909
|
+
type index_gen$c_SetInstanceSettingsResponse = SetInstanceSettingsResponse;
|
|
26910
|
+
type index_gen$c_SetPrivilegeRequest = SetPrivilegeRequest;
|
|
26911
|
+
type index_gen$c_Snapshot = Snapshot;
|
|
26912
|
+
type index_gen$c_SnapshotStatus = SnapshotStatus;
|
|
26913
|
+
type index_gen$c_SnapshotVolumeType = SnapshotVolumeType;
|
|
26914
|
+
type index_gen$c_StorageClass = StorageClass;
|
|
26915
|
+
type index_gen$c_UpdateDatabaseBackupRequest = UpdateDatabaseBackupRequest;
|
|
26916
|
+
type index_gen$c_UpdateSnapshotRequest = UpdateSnapshotRequest;
|
|
26917
|
+
type index_gen$c_UpdateUserRequest = UpdateUserRequest;
|
|
26918
|
+
type index_gen$c_UpgradableVersion = UpgradableVersion;
|
|
26919
|
+
type index_gen$c_UpgradeInstanceRequest = UpgradeInstanceRequest;
|
|
26920
|
+
type index_gen$c_UpgradeInstanceRequestMajorUpgradeWorkflow = UpgradeInstanceRequestMajorUpgradeWorkflow;
|
|
26921
|
+
type index_gen$c_User = User;
|
|
26922
|
+
type index_gen$c_Volume = Volume;
|
|
26923
|
+
type index_gen$c_VolumeType = VolumeType;
|
|
26924
|
+
declare namespace index_gen$c {
|
|
26925
|
+
export { type ACLRule$1 as ACLRule, type index_gen$c_ACLRuleAction as ACLRuleAction, type index_gen$c_ACLRuleDirection as ACLRuleDirection, type index_gen$c_ACLRuleProtocol as ACLRuleProtocol, type index_gen$c_ACLRuleRequest as ACLRuleRequest, API$b as API, type index_gen$c_AddInstanceACLRulesRequest as AddInstanceACLRulesRequest, type index_gen$c_AddInstanceACLRulesResponse as AddInstanceACLRulesResponse, type index_gen$c_AddInstanceSettingsRequest as AddInstanceSettingsRequest, type index_gen$c_AddInstanceSettingsResponse as AddInstanceSettingsResponse, type index_gen$c_BackupSchedule as BackupSchedule, type index_gen$c_CloneInstanceRequest as CloneInstanceRequest, type index_gen$c_CreateDatabaseBackupRequest as CreateDatabaseBackupRequest, type CreateDatabaseRequest$2 as CreateDatabaseRequest, type index_gen$c_CreateEndpointRequest as CreateEndpointRequest, type index_gen$c_CreateInstanceFromSnapshotRequest as CreateInstanceFromSnapshotRequest, type index_gen$c_CreateInstanceRequest as CreateInstanceRequest, type index_gen$c_CreateReadReplicaEndpointRequest as CreateReadReplicaEndpointRequest, type index_gen$c_CreateReadReplicaRequest as CreateReadReplicaRequest, type index_gen$c_CreateSnapshotRequest as CreateSnapshotRequest, type index_gen$c_CreateUserRequest as CreateUserRequest, index_gen$c_DATABASE_BACKUP_TRANSIENT_STATUSES as DATABASE_BACKUP_TRANSIENT_STATUSES, type Database$2 as Database, type DatabaseBackup$1 as DatabaseBackup, type DatabaseBackupStatus$1 as DatabaseBackupStatus, type index_gen$c_DatabaseEngine as DatabaseEngine, type index_gen$c_DeleteDatabaseBackupRequest as DeleteDatabaseBackupRequest, type DeleteDatabaseRequest$1 as DeleteDatabaseRequest, type DeleteEndpointRequest$1 as DeleteEndpointRequest, type index_gen$c_DeleteInstanceACLRulesRequest as DeleteInstanceACLRulesRequest, type index_gen$c_DeleteInstanceACLRulesResponse as DeleteInstanceACLRulesResponse, type index_gen$c_DeleteInstanceRequest as DeleteInstanceRequest, type index_gen$c_DeleteInstanceSettingsRequest as DeleteInstanceSettingsRequest, type index_gen$c_DeleteInstanceSettingsResponse as DeleteInstanceSettingsResponse, type index_gen$c_DeleteReadReplicaRequest as DeleteReadReplicaRequest, type index_gen$c_DeleteSnapshotRequest as DeleteSnapshotRequest, type index_gen$c_DeleteUserRequest as DeleteUserRequest, type Endpoint$1 as Endpoint, type index_gen$c_EndpointDirectAccessDetails as EndpointDirectAccessDetails, type index_gen$c_EndpointLoadBalancerDetails as EndpointLoadBalancerDetails, type index_gen$c_EndpointPrivateNetworkDetails as EndpointPrivateNetworkDetails, type EndpointSpec$1 as EndpointSpec, type index_gen$c_EndpointSpecLoadBalancer as EndpointSpecLoadBalancer, type index_gen$c_EndpointSpecPrivateNetwork as EndpointSpecPrivateNetwork, type index_gen$c_EndpointSpecPrivateNetworkIpamConfig as EndpointSpecPrivateNetworkIpamConfig, type index_gen$c_EngineSetting as EngineSetting, type index_gen$c_EngineSettingPropertyType as EngineSettingPropertyType, type index_gen$c_EngineVersion as EngineVersion, type ExportDatabaseBackupRequest$1 as ExportDatabaseBackupRequest, type GetDatabaseBackupRequest$1 as GetDatabaseBackupRequest, type GetEndpointRequest$1 as GetEndpointRequest, type index_gen$c_GetInstanceCertificateRequest as GetInstanceCertificateRequest, type index_gen$c_GetInstanceLogRequest as GetInstanceLogRequest, type index_gen$c_GetInstanceMetricsRequest as GetInstanceMetricsRequest, type index_gen$c_GetInstanceRequest as GetInstanceRequest, type index_gen$c_GetReadReplicaRequest as GetReadReplicaRequest, type index_gen$c_GetSnapshotRequest as GetSnapshotRequest, index_gen$c_INSTANCE_LOG_TRANSIENT_STATUSES as INSTANCE_LOG_TRANSIENT_STATUSES, index_gen$c_INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES, type index_gen$c_Instance as Instance, type index_gen$c_InstanceLog as InstanceLog, type index_gen$c_InstanceLogStatus as InstanceLogStatus, type index_gen$c_InstanceMetrics as InstanceMetrics, type index_gen$c_InstanceSetting as InstanceSetting, type index_gen$c_InstanceStatus as InstanceStatus, type ListDatabaseBackupsRequest$2 as ListDatabaseBackupsRequest, type ListDatabaseBackupsRequestOrderBy$1 as ListDatabaseBackupsRequestOrderBy, type ListDatabaseBackupsResponse$1 as ListDatabaseBackupsResponse, type index_gen$c_ListDatabaseEnginesRequest as ListDatabaseEnginesRequest, type index_gen$c_ListDatabaseEnginesResponse as ListDatabaseEnginesResponse, type ListDatabasesRequest$2 as ListDatabasesRequest, type ListDatabasesRequestOrderBy$1 as ListDatabasesRequestOrderBy, type ListDatabasesResponse$1 as ListDatabasesResponse, type index_gen$c_ListInstanceACLRulesRequest as ListInstanceACLRulesRequest, type index_gen$c_ListInstanceACLRulesResponse as ListInstanceACLRulesResponse, type index_gen$c_ListInstanceLogsDetailsRequest as ListInstanceLogsDetailsRequest, type index_gen$c_ListInstanceLogsDetailsResponse as ListInstanceLogsDetailsResponse, type index_gen$c_ListInstanceLogsDetailsResponseInstanceLogDetail as ListInstanceLogsDetailsResponseInstanceLogDetail, type index_gen$c_ListInstanceLogsRequest as ListInstanceLogsRequest, type index_gen$c_ListInstanceLogsRequestOrderBy as ListInstanceLogsRequestOrderBy, type index_gen$c_ListInstanceLogsResponse as ListInstanceLogsResponse, type index_gen$c_ListInstancesRequest as ListInstancesRequest, type index_gen$c_ListInstancesRequestOrderBy as ListInstancesRequestOrderBy, type index_gen$c_ListInstancesResponse as ListInstancesResponse, type ListNodeTypesRequest$1 as ListNodeTypesRequest, type ListNodeTypesResponse$1 as ListNodeTypesResponse, type index_gen$c_ListPrivilegesRequest as ListPrivilegesRequest, type index_gen$c_ListPrivilegesRequestOrderBy as ListPrivilegesRequestOrderBy, type index_gen$c_ListPrivilegesResponse as ListPrivilegesResponse, type index_gen$c_ListSnapshotsRequest as ListSnapshotsRequest, type index_gen$c_ListSnapshotsRequestOrderBy as ListSnapshotsRequestOrderBy, type index_gen$c_ListSnapshotsResponse as ListSnapshotsResponse, type index_gen$c_ListUsersRequest as ListUsersRequest, type index_gen$c_ListUsersRequestOrderBy as ListUsersRequestOrderBy, type index_gen$c_ListUsersResponse as ListUsersResponse, type index_gen$c_LogsPolicy as LogsPolicy, index_gen$c_MAINTENANCE_TRANSIENT_STATUSES as MAINTENANCE_TRANSIENT_STATUSES, type index_gen$c_Maintenance as Maintenance, type index_gen$c_MaintenanceStatus as MaintenanceStatus, type index_gen$c_MigrateEndpointRequest as MigrateEndpointRequest, type NodeType$1 as NodeType, type index_gen$c_NodeTypeGeneration as NodeTypeGeneration, type NodeTypeStock$1 as NodeTypeStock, type index_gen$c_NodeTypeVolumeConstraintSizes as NodeTypeVolumeConstraintSizes, type index_gen$c_NodeTypeVolumeType as NodeTypeVolumeType, type index_gen$c_Permission as Permission, type index_gen$c_PrepareInstanceLogsRequest as PrepareInstanceLogsRequest, type index_gen$c_PrepareInstanceLogsResponse as PrepareInstanceLogsResponse, type index_gen$c_Privilege as Privilege, type index_gen$c_PromoteReadReplicaRequest as PromoteReadReplicaRequest, type index_gen$c_PurgeInstanceLogsRequest as PurgeInstanceLogsRequest, index_gen$c_READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES, type index_gen$c_ReadReplica as ReadReplica, type index_gen$c_ReadReplicaEndpointSpec as ReadReplicaEndpointSpec, type index_gen$c_ReadReplicaEndpointSpecDirectAccess as ReadReplicaEndpointSpecDirectAccess, type index_gen$c_ReadReplicaEndpointSpecPrivateNetwork as ReadReplicaEndpointSpecPrivateNetwork, type index_gen$c_ReadReplicaEndpointSpecPrivateNetworkIpamConfig as ReadReplicaEndpointSpecPrivateNetworkIpamConfig, type index_gen$c_ReadReplicaStatus as ReadReplicaStatus, type index_gen$c_RenewInstanceCertificateRequest as RenewInstanceCertificateRequest, type index_gen$c_ResetReadReplicaRequest as ResetReadReplicaRequest, type index_gen$c_RestartInstanceRequest as RestartInstanceRequest, type index_gen$c_RestoreDatabaseBackupRequest as RestoreDatabaseBackupRequest, index_gen$c_SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES, type index_gen$c_SetInstanceACLRulesRequest as SetInstanceACLRulesRequest, type index_gen$c_SetInstanceACLRulesResponse as SetInstanceACLRulesResponse, type index_gen$c_SetInstanceSettingsRequest as SetInstanceSettingsRequest, type index_gen$c_SetInstanceSettingsResponse as SetInstanceSettingsResponse, type index_gen$c_SetPrivilegeRequest as SetPrivilegeRequest, type index_gen$c_Snapshot as Snapshot, type index_gen$c_SnapshotStatus as SnapshotStatus, type index_gen$c_SnapshotVolumeType as SnapshotVolumeType, type index_gen$c_StorageClass as StorageClass, type index_gen$c_UpdateDatabaseBackupRequest as UpdateDatabaseBackupRequest, type UpdateInstanceRequest$1 as UpdateInstanceRequest, type index_gen$c_UpdateSnapshotRequest as UpdateSnapshotRequest, type index_gen$c_UpdateUserRequest as UpdateUserRequest, type index_gen$c_UpgradableVersion as UpgradableVersion, type index_gen$c_UpgradeInstanceRequest as UpgradeInstanceRequest, type index_gen$c_UpgradeInstanceRequestMajorUpgradeWorkflow as UpgradeInstanceRequestMajorUpgradeWorkflow, type index_gen$c_User as User, validationRules_gen$2 as ValidationRules, type index_gen$c_Volume as Volume, type index_gen$c_VolumeType as VolumeType };
|
|
26926
26926
|
}
|
|
26927
26927
|
|
|
26928
26928
|
declare namespace index$9 {
|
|
26929
|
-
export { index_gen$
|
|
26929
|
+
export { index_gen$c as v1 };
|
|
26930
26930
|
}
|
|
26931
26931
|
|
|
26932
26932
|
type AvailableClusterSettingPropertyType = 'UNKNOWN' | 'BOOLEAN' | 'INT' | 'STRING';
|
|
@@ -27403,7 +27403,7 @@ type UpdateEndpointRequest = {
|
|
|
27403
27403
|
};
|
|
27404
27404
|
|
|
27405
27405
|
/** Managed Database for Redis™ API. */
|
|
27406
|
-
declare class API$
|
|
27406
|
+
declare class API$a extends API$y {
|
|
27407
27407
|
/** Lists the available zones of the API. */
|
|
27408
27408
|
static readonly LOCALITIES: Zone[];
|
|
27409
27409
|
/**
|
|
@@ -27461,13 +27461,13 @@ declare class API$9 extends API$x {
|
|
|
27461
27461
|
[Symbol.asyncIterator]: () => AsyncGenerator<Cluster[], void, void>;
|
|
27462
27462
|
};
|
|
27463
27463
|
/**
|
|
27464
|
-
* Scale up a Redis™ Database Instance. Upgrade your
|
|
27465
|
-
*
|
|
27466
|
-
*
|
|
27467
|
-
*
|
|
27468
|
-
* scaling horizontally your Redis™ Database Instance will not renew
|
|
27469
|
-
* certificate. In order to refresh the TLS certificate, you must use
|
|
27470
|
-
* Renew TLS certificate endpoint.
|
|
27464
|
+
* Scale up a Redis™ Database Instance. Upgrade your Redis™ Database Instance,
|
|
27465
|
+
* either by upgrading to a bigger node type (vertical scaling) or by adding
|
|
27466
|
+
* more nodes to your Database Instance to increase your number of endpoints
|
|
27467
|
+
* and distribute cache (horizontal scaling, available for clusters only).
|
|
27468
|
+
* Note that scaling horizontally your Redis™ Database Instance will not renew
|
|
27469
|
+
* its TLS certificate. In order to refresh the TLS certificate, you must use
|
|
27470
|
+
* the Renew TLS certificate endpoint.
|
|
27471
27471
|
*
|
|
27472
27472
|
* @param request - The request {@link MigrateClusterRequest}
|
|
27473
27473
|
* @returns A Promise of Cluster
|
|
@@ -27652,63 +27652,63 @@ declare class API$9 extends API$x {
|
|
|
27652
27652
|
/** Lists transient statutes of the enum {@link ClusterStatus}. */
|
|
27653
27653
|
declare const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[];
|
|
27654
27654
|
|
|
27655
|
-
type index_gen$
|
|
27656
|
-
type index_gen$
|
|
27657
|
-
type index_gen$
|
|
27658
|
-
type index_gen$
|
|
27659
|
-
type index_gen$
|
|
27660
|
-
type index_gen$
|
|
27661
|
-
type index_gen$
|
|
27662
|
-
type index_gen$
|
|
27663
|
-
type index_gen$
|
|
27664
|
-
declare const index_gen$
|
|
27665
|
-
type index_gen$
|
|
27666
|
-
type index_gen$
|
|
27667
|
-
type index_gen$
|
|
27668
|
-
type index_gen$
|
|
27669
|
-
type index_gen$
|
|
27670
|
-
type index_gen$
|
|
27671
|
-
type index_gen$
|
|
27672
|
-
type index_gen$
|
|
27673
|
-
type index_gen$
|
|
27674
|
-
type index_gen$
|
|
27675
|
-
type index_gen$
|
|
27676
|
-
type index_gen$
|
|
27677
|
-
type index_gen$
|
|
27678
|
-
type index_gen$
|
|
27679
|
-
type index_gen$
|
|
27680
|
-
type index_gen$
|
|
27681
|
-
type index_gen$
|
|
27682
|
-
type index_gen$
|
|
27683
|
-
type index_gen$
|
|
27684
|
-
type index_gen$
|
|
27685
|
-
type index_gen$
|
|
27686
|
-
type index_gen$
|
|
27687
|
-
type index_gen$
|
|
27688
|
-
type index_gen$
|
|
27689
|
-
type index_gen$
|
|
27690
|
-
type index_gen$
|
|
27691
|
-
type index_gen$
|
|
27692
|
-
type index_gen$
|
|
27693
|
-
type index_gen$
|
|
27694
|
-
type index_gen$
|
|
27695
|
-
type index_gen$
|
|
27696
|
-
type index_gen$
|
|
27697
|
-
type index_gen$
|
|
27698
|
-
type index_gen$
|
|
27699
|
-
type index_gen$
|
|
27700
|
-
type index_gen$
|
|
27701
|
-
type index_gen$
|
|
27702
|
-
type index_gen$
|
|
27703
|
-
type index_gen$
|
|
27704
|
-
type index_gen$
|
|
27705
|
-
type index_gen$
|
|
27706
|
-
declare namespace index_gen$
|
|
27707
|
-
export { type index_gen$
|
|
27655
|
+
type index_gen$b_ACLRule = ACLRule;
|
|
27656
|
+
type index_gen$b_ACLRuleSpec = ACLRuleSpec;
|
|
27657
|
+
type index_gen$b_AddAclRulesRequest = AddAclRulesRequest;
|
|
27658
|
+
type index_gen$b_AddAclRulesResponse = AddAclRulesResponse;
|
|
27659
|
+
type index_gen$b_AddClusterSettingsRequest = AddClusterSettingsRequest;
|
|
27660
|
+
type index_gen$b_AddEndpointsRequest = AddEndpointsRequest;
|
|
27661
|
+
type index_gen$b_AddEndpointsResponse = AddEndpointsResponse;
|
|
27662
|
+
type index_gen$b_AvailableClusterSetting = AvailableClusterSetting;
|
|
27663
|
+
type index_gen$b_AvailableClusterSettingPropertyType = AvailableClusterSettingPropertyType;
|
|
27664
|
+
declare const index_gen$b_CLUSTER_TRANSIENT_STATUSES: typeof CLUSTER_TRANSIENT_STATUSES;
|
|
27665
|
+
type index_gen$b_Cluster = Cluster;
|
|
27666
|
+
type index_gen$b_ClusterMetricsResponse = ClusterMetricsResponse;
|
|
27667
|
+
type index_gen$b_ClusterSetting = ClusterSetting;
|
|
27668
|
+
type index_gen$b_ClusterSettingsResponse = ClusterSettingsResponse;
|
|
27669
|
+
type index_gen$b_ClusterStatus = ClusterStatus;
|
|
27670
|
+
type index_gen$b_ClusterVersion = ClusterVersion;
|
|
27671
|
+
type index_gen$b_CreateClusterRequest = CreateClusterRequest;
|
|
27672
|
+
type index_gen$b_DeleteAclRuleRequest = DeleteAclRuleRequest;
|
|
27673
|
+
type index_gen$b_DeleteClusterRequest = DeleteClusterRequest;
|
|
27674
|
+
type index_gen$b_DeleteClusterSettingRequest = DeleteClusterSettingRequest;
|
|
27675
|
+
type index_gen$b_DeleteEndpointRequest = DeleteEndpointRequest;
|
|
27676
|
+
type index_gen$b_Endpoint = Endpoint;
|
|
27677
|
+
type index_gen$b_EndpointSpec = EndpointSpec;
|
|
27678
|
+
type index_gen$b_EndpointSpecPrivateNetworkSpec = EndpointSpecPrivateNetworkSpec;
|
|
27679
|
+
type index_gen$b_EndpointSpecPrivateNetworkSpecIpamConfig = EndpointSpecPrivateNetworkSpecIpamConfig;
|
|
27680
|
+
type index_gen$b_EndpointSpecPublicNetworkSpec = EndpointSpecPublicNetworkSpec;
|
|
27681
|
+
type index_gen$b_GetAclRuleRequest = GetAclRuleRequest;
|
|
27682
|
+
type index_gen$b_GetClusterCertificateRequest = GetClusterCertificateRequest;
|
|
27683
|
+
type index_gen$b_GetClusterMetricsRequest = GetClusterMetricsRequest;
|
|
27684
|
+
type index_gen$b_GetClusterRequest = GetClusterRequest;
|
|
27685
|
+
type index_gen$b_GetEndpointRequest = GetEndpointRequest;
|
|
27686
|
+
type index_gen$b_ListClusterVersionsRequest = ListClusterVersionsRequest;
|
|
27687
|
+
type index_gen$b_ListClusterVersionsResponse = ListClusterVersionsResponse;
|
|
27688
|
+
type index_gen$b_ListClustersRequest = ListClustersRequest;
|
|
27689
|
+
type index_gen$b_ListClustersRequestOrderBy = ListClustersRequestOrderBy;
|
|
27690
|
+
type index_gen$b_ListClustersResponse = ListClustersResponse;
|
|
27691
|
+
type index_gen$b_ListNodeTypesRequest = ListNodeTypesRequest;
|
|
27692
|
+
type index_gen$b_ListNodeTypesResponse = ListNodeTypesResponse;
|
|
27693
|
+
type index_gen$b_MigrateClusterRequest = MigrateClusterRequest;
|
|
27694
|
+
type index_gen$b_NodeType = NodeType;
|
|
27695
|
+
type index_gen$b_NodeTypeStock = NodeTypeStock;
|
|
27696
|
+
type index_gen$b_PrivateNetworkProvisioningMode = PrivateNetworkProvisioningMode;
|
|
27697
|
+
type index_gen$b_PublicNetwork = PublicNetwork;
|
|
27698
|
+
type index_gen$b_RenewClusterCertificateRequest = RenewClusterCertificateRequest;
|
|
27699
|
+
type index_gen$b_SetAclRulesRequest = SetAclRulesRequest;
|
|
27700
|
+
type index_gen$b_SetAclRulesResponse = SetAclRulesResponse;
|
|
27701
|
+
type index_gen$b_SetClusterSettingsRequest = SetClusterSettingsRequest;
|
|
27702
|
+
type index_gen$b_SetEndpointsRequest = SetEndpointsRequest;
|
|
27703
|
+
type index_gen$b_SetEndpointsResponse = SetEndpointsResponse;
|
|
27704
|
+
type index_gen$b_UpdateClusterRequest = UpdateClusterRequest;
|
|
27705
|
+
type index_gen$b_UpdateEndpointRequest = UpdateEndpointRequest;
|
|
27706
|
+
declare namespace index_gen$b {
|
|
27707
|
+
export { type index_gen$b_ACLRule as ACLRule, type index_gen$b_ACLRuleSpec as ACLRuleSpec, API$a as API, type index_gen$b_AddAclRulesRequest as AddAclRulesRequest, type index_gen$b_AddAclRulesResponse as AddAclRulesResponse, type index_gen$b_AddClusterSettingsRequest as AddClusterSettingsRequest, type index_gen$b_AddEndpointsRequest as AddEndpointsRequest, type index_gen$b_AddEndpointsResponse as AddEndpointsResponse, type index_gen$b_AvailableClusterSetting as AvailableClusterSetting, type index_gen$b_AvailableClusterSettingPropertyType as AvailableClusterSettingPropertyType, index_gen$b_CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES, type index_gen$b_Cluster as Cluster, type index_gen$b_ClusterMetricsResponse as ClusterMetricsResponse, type index_gen$b_ClusterSetting as ClusterSetting, type index_gen$b_ClusterSettingsResponse as ClusterSettingsResponse, type index_gen$b_ClusterStatus as ClusterStatus, type index_gen$b_ClusterVersion as ClusterVersion, type index_gen$b_CreateClusterRequest as CreateClusterRequest, type index_gen$b_DeleteAclRuleRequest as DeleteAclRuleRequest, type index_gen$b_DeleteClusterRequest as DeleteClusterRequest, type index_gen$b_DeleteClusterSettingRequest as DeleteClusterSettingRequest, type index_gen$b_DeleteEndpointRequest as DeleteEndpointRequest, type index_gen$b_Endpoint as Endpoint, type index_gen$b_EndpointSpec as EndpointSpec, type index_gen$b_EndpointSpecPrivateNetworkSpec as EndpointSpecPrivateNetworkSpec, type index_gen$b_EndpointSpecPrivateNetworkSpecIpamConfig as EndpointSpecPrivateNetworkSpecIpamConfig, type index_gen$b_EndpointSpecPublicNetworkSpec as EndpointSpecPublicNetworkSpec, type index_gen$b_GetAclRuleRequest as GetAclRuleRequest, type index_gen$b_GetClusterCertificateRequest as GetClusterCertificateRequest, type index_gen$b_GetClusterMetricsRequest as GetClusterMetricsRequest, type index_gen$b_GetClusterRequest as GetClusterRequest, type index_gen$b_GetEndpointRequest as GetEndpointRequest, type index_gen$b_ListClusterVersionsRequest as ListClusterVersionsRequest, type index_gen$b_ListClusterVersionsResponse as ListClusterVersionsResponse, type index_gen$b_ListClustersRequest as ListClustersRequest, type index_gen$b_ListClustersRequestOrderBy as ListClustersRequestOrderBy, type index_gen$b_ListClustersResponse as ListClustersResponse, type index_gen$b_ListNodeTypesRequest as ListNodeTypesRequest, type index_gen$b_ListNodeTypesResponse as ListNodeTypesResponse, type index_gen$b_MigrateClusterRequest as MigrateClusterRequest, type index_gen$b_NodeType as NodeType, type index_gen$b_NodeTypeStock as NodeTypeStock, type PrivateNetwork$2 as PrivateNetwork, type index_gen$b_PrivateNetworkProvisioningMode as PrivateNetworkProvisioningMode, type index_gen$b_PublicNetwork as PublicNetwork, type index_gen$b_RenewClusterCertificateRequest as RenewClusterCertificateRequest, type index_gen$b_SetAclRulesRequest as SetAclRulesRequest, type index_gen$b_SetAclRulesResponse as SetAclRulesResponse, type index_gen$b_SetClusterSettingsRequest as SetClusterSettingsRequest, type index_gen$b_SetEndpointsRequest as SetEndpointsRequest, type index_gen$b_SetEndpointsResponse as SetEndpointsResponse, type index_gen$b_UpdateClusterRequest as UpdateClusterRequest, type index_gen$b_UpdateEndpointRequest as UpdateEndpointRequest };
|
|
27708
27708
|
}
|
|
27709
27709
|
|
|
27710
27710
|
declare namespace index$8 {
|
|
27711
|
-
export { index_gen$
|
|
27711
|
+
export { index_gen$b as v1 };
|
|
27712
27712
|
}
|
|
27713
27713
|
|
|
27714
27714
|
type ImageStatus = 'unknown' | 'ready' | 'deleting' | 'error' | 'locked';
|
|
@@ -28012,7 +28012,7 @@ type UpdateNamespaceRequest = {
|
|
|
28012
28012
|
};
|
|
28013
28013
|
|
|
28014
28014
|
/** Container Registry API. */
|
|
28015
|
-
declare class API$
|
|
28015
|
+
declare class API$9 extends API$y {
|
|
28016
28016
|
/** Lists the available regions of the API. */
|
|
28017
28017
|
static readonly LOCALITIES: Region[];
|
|
28018
28018
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -28172,48 +28172,48 @@ declare const NAMESPACE_TRANSIENT_STATUSES: NamespaceStatus[];
|
|
|
28172
28172
|
/** Lists transient statutes of the enum {@link TagStatus}. */
|
|
28173
28173
|
declare const TAG_TRANSIENT_STATUSES: TagStatus[];
|
|
28174
28174
|
|
|
28175
|
-
type index_gen$
|
|
28176
|
-
type index_gen$
|
|
28177
|
-
type index_gen$
|
|
28178
|
-
type index_gen$
|
|
28179
|
-
type index_gen$
|
|
28180
|
-
type index_gen$
|
|
28181
|
-
type index_gen$
|
|
28182
|
-
declare const index_gen$
|
|
28183
|
-
type index_gen$
|
|
28184
|
-
type index_gen$
|
|
28185
|
-
type index_gen$
|
|
28186
|
-
type index_gen$
|
|
28187
|
-
type index_gen$
|
|
28188
|
-
type index_gen$
|
|
28189
|
-
type index_gen$
|
|
28190
|
-
type index_gen$
|
|
28191
|
-
type index_gen$
|
|
28192
|
-
type index_gen$
|
|
28193
|
-
declare const index_gen$
|
|
28194
|
-
type index_gen$
|
|
28195
|
-
type index_gen$
|
|
28196
|
-
declare const index_gen$
|
|
28197
|
-
type index_gen$
|
|
28198
|
-
type index_gen$
|
|
28199
|
-
type index_gen$
|
|
28200
|
-
type index_gen$
|
|
28201
|
-
declare namespace index_gen$
|
|
28202
|
-
export { API$
|
|
28175
|
+
type index_gen$a_CreateNamespaceRequest = CreateNamespaceRequest;
|
|
28176
|
+
type index_gen$a_DeleteImageRequest = DeleteImageRequest;
|
|
28177
|
+
type index_gen$a_DeleteNamespaceRequest = DeleteNamespaceRequest;
|
|
28178
|
+
type index_gen$a_DeleteTagRequest = DeleteTagRequest;
|
|
28179
|
+
type index_gen$a_GetImageRequest = GetImageRequest;
|
|
28180
|
+
type index_gen$a_GetNamespaceRequest = GetNamespaceRequest;
|
|
28181
|
+
type index_gen$a_GetTagRequest = GetTagRequest;
|
|
28182
|
+
declare const index_gen$a_IMAGE_TRANSIENT_STATUSES: typeof IMAGE_TRANSIENT_STATUSES;
|
|
28183
|
+
type index_gen$a_Image = Image;
|
|
28184
|
+
type index_gen$a_ImageStatus = ImageStatus;
|
|
28185
|
+
type index_gen$a_ImageVisibility = ImageVisibility;
|
|
28186
|
+
type index_gen$a_ListImagesRequest = ListImagesRequest;
|
|
28187
|
+
type index_gen$a_ListImagesRequestOrderBy = ListImagesRequestOrderBy;
|
|
28188
|
+
type index_gen$a_ListImagesResponse = ListImagesResponse;
|
|
28189
|
+
type index_gen$a_ListNamespacesRequest = ListNamespacesRequest;
|
|
28190
|
+
type index_gen$a_ListNamespacesRequestOrderBy = ListNamespacesRequestOrderBy;
|
|
28191
|
+
type index_gen$a_ListNamespacesResponse = ListNamespacesResponse;
|
|
28192
|
+
type index_gen$a_ListTagsRequestOrderBy = ListTagsRequestOrderBy;
|
|
28193
|
+
declare const index_gen$a_NAMESPACE_TRANSIENT_STATUSES: typeof NAMESPACE_TRANSIENT_STATUSES;
|
|
28194
|
+
type index_gen$a_Namespace = Namespace;
|
|
28195
|
+
type index_gen$a_NamespaceStatus = NamespaceStatus;
|
|
28196
|
+
declare const index_gen$a_TAG_TRANSIENT_STATUSES: typeof TAG_TRANSIENT_STATUSES;
|
|
28197
|
+
type index_gen$a_Tag = Tag;
|
|
28198
|
+
type index_gen$a_TagStatus = TagStatus;
|
|
28199
|
+
type index_gen$a_UpdateImageRequest = UpdateImageRequest;
|
|
28200
|
+
type index_gen$a_UpdateNamespaceRequest = UpdateNamespaceRequest;
|
|
28201
|
+
declare namespace index_gen$a {
|
|
28202
|
+
export { API$9 as API, type index_gen$a_CreateNamespaceRequest as CreateNamespaceRequest, type index_gen$a_DeleteImageRequest as DeleteImageRequest, type index_gen$a_DeleteNamespaceRequest as DeleteNamespaceRequest, type index_gen$a_DeleteTagRequest as DeleteTagRequest, type index_gen$a_GetImageRequest as GetImageRequest, type index_gen$a_GetNamespaceRequest as GetNamespaceRequest, type index_gen$a_GetTagRequest as GetTagRequest, index_gen$a_IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES, type index_gen$a_Image as Image, type index_gen$a_ImageStatus as ImageStatus, type index_gen$a_ImageVisibility as ImageVisibility, type index_gen$a_ListImagesRequest as ListImagesRequest, type index_gen$a_ListImagesRequestOrderBy as ListImagesRequestOrderBy, type index_gen$a_ListImagesResponse as ListImagesResponse, type index_gen$a_ListNamespacesRequest as ListNamespacesRequest, type index_gen$a_ListNamespacesRequestOrderBy as ListNamespacesRequestOrderBy, type index_gen$a_ListNamespacesResponse as ListNamespacesResponse, type ListTagsRequest$1 as ListTagsRequest, type index_gen$a_ListTagsRequestOrderBy as ListTagsRequestOrderBy, type ListTagsResponse$1 as ListTagsResponse, index_gen$a_NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES, type index_gen$a_Namespace as Namespace, type index_gen$a_NamespaceStatus as NamespaceStatus, index_gen$a_TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES, type index_gen$a_Tag as Tag, type index_gen$a_TagStatus as TagStatus, type index_gen$a_UpdateImageRequest as UpdateImageRequest, type index_gen$a_UpdateNamespaceRequest as UpdateNamespaceRequest };
|
|
28203
28203
|
}
|
|
28204
28204
|
|
|
28205
28205
|
declare namespace index$7 {
|
|
28206
|
-
export { index_gen$
|
|
28206
|
+
export { index_gen$a as v1 };
|
|
28207
28207
|
}
|
|
28208
28208
|
|
|
28209
|
-
type EphemeralPolicyAction = 'unknown_action' | 'delete' | 'disable';
|
|
28209
|
+
type EphemeralPolicyAction$1 = 'unknown_action' | 'delete' | 'disable';
|
|
28210
28210
|
type ListFoldersRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
28211
|
-
type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
28212
|
-
type Product = 'unknown' | 'edge_services';
|
|
28213
|
-
type SecretStatus = 'ready' | 'locked';
|
|
28214
|
-
type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate' | 'key_value';
|
|
28215
|
-
type SecretVersionStatus = 'unknown' | 'enabled' | 'disabled' | 'destroyed';
|
|
28216
|
-
interface EphemeralProperties {
|
|
28211
|
+
type ListSecretsRequestOrderBy$1 = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
28212
|
+
type Product$1 = 'unknown' | 'edge_services';
|
|
28213
|
+
type SecretStatus$1 = 'ready' | 'locked';
|
|
28214
|
+
type SecretType$1 = 'unknown_secret_type' | 'opaque' | 'certificate' | 'key_value';
|
|
28215
|
+
type SecretVersionStatus$1 = 'unknown' | 'enabled' | 'disabled' | 'destroyed';
|
|
28216
|
+
interface EphemeralProperties$1 {
|
|
28217
28217
|
/** (Optional.) If not specified, the version does not have an expiration date. */
|
|
28218
28218
|
expiresAt?: Date;
|
|
28219
28219
|
/**
|
|
@@ -28222,9 +28222,9 @@ interface EphemeralProperties {
|
|
|
28222
28222
|
*/
|
|
28223
28223
|
expiresOnceAccessed?: boolean;
|
|
28224
28224
|
/** See `EphemeralPolicy.Action` enum for a description of values. */
|
|
28225
|
-
action: EphemeralPolicyAction;
|
|
28225
|
+
action: EphemeralPolicyAction$1;
|
|
28226
28226
|
}
|
|
28227
|
-
interface EphemeralPolicy {
|
|
28227
|
+
interface EphemeralPolicy$1 {
|
|
28228
28228
|
/**
|
|
28229
28229
|
* Time frame, from one second and up to one year, during which the secret's
|
|
28230
28230
|
* versions are valid.
|
|
@@ -28233,7 +28233,7 @@ interface EphemeralPolicy {
|
|
|
28233
28233
|
/** Returns `true` if the version expires after a single user access. */
|
|
28234
28234
|
expiresOnceAccessed?: boolean;
|
|
28235
28235
|
/** See the `EphemeralPolicy.Action` enum for a description of values. */
|
|
28236
|
-
action: EphemeralPolicyAction;
|
|
28236
|
+
action: EphemeralPolicyAction$1;
|
|
28237
28237
|
}
|
|
28238
28238
|
interface PasswordGenerationParams {
|
|
28239
28239
|
/** Length of the password to generate (between 1 and 1024). */
|
|
@@ -28261,7 +28261,7 @@ interface Folder {
|
|
|
28261
28261
|
/** Region of the folder. */
|
|
28262
28262
|
region: Region;
|
|
28263
28263
|
}
|
|
28264
|
-
interface SecretVersion {
|
|
28264
|
+
interface SecretVersion$1 {
|
|
28265
28265
|
/**
|
|
28266
28266
|
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
28267
28267
|
* augment by 1.
|
|
@@ -28275,7 +28275,7 @@ interface SecretVersion {
|
|
|
28275
28275
|
* `destroyed`: the version is permanently deleted. It is not possible to
|
|
28276
28276
|
* recover it.
|
|
28277
28277
|
*/
|
|
28278
|
-
status: SecretVersionStatus;
|
|
28278
|
+
status: SecretVersionStatus$1;
|
|
28279
28279
|
/** Date and time of the version's creation. */
|
|
28280
28280
|
createdAt?: Date;
|
|
28281
28281
|
/** Last update of the version. */
|
|
@@ -28289,9 +28289,9 @@ interface SecretVersion {
|
|
|
28289
28289
|
* accessed once, and the action to perform (disable or delete) once the
|
|
28290
28290
|
* version expires.
|
|
28291
28291
|
*/
|
|
28292
|
-
ephemeralProperties?: EphemeralProperties;
|
|
28292
|
+
ephemeralProperties?: EphemeralProperties$1;
|
|
28293
28293
|
}
|
|
28294
|
-
interface Secret {
|
|
28294
|
+
interface Secret$1 {
|
|
28295
28295
|
/** ID of the secret. */
|
|
28296
28296
|
id: string;
|
|
28297
28297
|
/** ID of the Project containing the secret. */
|
|
@@ -28303,7 +28303,7 @@ interface Secret {
|
|
|
28303
28303
|
* can be performed on the secret. This status can only be applied and
|
|
28304
28304
|
* removed by Scaleway.
|
|
28305
28305
|
*/
|
|
28306
|
-
status: SecretStatus;
|
|
28306
|
+
status: SecretStatus$1;
|
|
28307
28307
|
/** Date and time of the secret's creation. */
|
|
28308
28308
|
createdAt?: Date;
|
|
28309
28309
|
/** Last update of the secret. */
|
|
@@ -28319,14 +28319,14 @@ interface Secret {
|
|
|
28319
28319
|
/** Returns `true` for protected secrets that cannot be deleted. */
|
|
28320
28320
|
isProtected: boolean;
|
|
28321
28321
|
/** See `Secret.Type` enum for description of values. */
|
|
28322
|
-
type: SecretType;
|
|
28322
|
+
type: SecretType$1;
|
|
28323
28323
|
/** Location of the secret in the directory structure. */
|
|
28324
28324
|
path: string;
|
|
28325
28325
|
/**
|
|
28326
28326
|
* (Optional.) Policy that defines whether/when a secret's versions expire. By
|
|
28327
28327
|
* default, the policy is applied to all the secret's versions.
|
|
28328
28328
|
*/
|
|
28329
|
-
ephemeralPolicy?: EphemeralPolicy;
|
|
28329
|
+
ephemeralPolicy?: EphemeralPolicy$1;
|
|
28330
28330
|
/** Region of the secret. */
|
|
28331
28331
|
region: Region;
|
|
28332
28332
|
}
|
|
@@ -28353,7 +28353,7 @@ type AccessSecretVersionByNameRequest = {
|
|
|
28353
28353
|
*/
|
|
28354
28354
|
projectId?: string;
|
|
28355
28355
|
};
|
|
28356
|
-
type AccessSecretVersionRequest = {
|
|
28356
|
+
type AccessSecretVersionRequest$1 = {
|
|
28357
28357
|
/**
|
|
28358
28358
|
* Region to target. If none is passed will use default region from the
|
|
28359
28359
|
* config.
|
|
@@ -28371,7 +28371,7 @@ type AccessSecretVersionRequest = {
|
|
|
28371
28371
|
*/
|
|
28372
28372
|
revision: string;
|
|
28373
28373
|
};
|
|
28374
|
-
interface AccessSecretVersionResponse {
|
|
28374
|
+
interface AccessSecretVersionResponse$1 {
|
|
28375
28375
|
/** ID of the secret. */
|
|
28376
28376
|
secretId: string;
|
|
28377
28377
|
/**
|
|
@@ -28387,7 +28387,7 @@ interface AccessSecretVersionResponse {
|
|
|
28387
28387
|
*/
|
|
28388
28388
|
dataCrc32?: number;
|
|
28389
28389
|
}
|
|
28390
|
-
type AddSecretOwnerRequest = {
|
|
28390
|
+
type AddSecretOwnerRequest$1 = {
|
|
28391
28391
|
/**
|
|
28392
28392
|
* Region to target. If none is passed will use default region from the
|
|
28393
28393
|
* config.
|
|
@@ -28398,7 +28398,7 @@ type AddSecretOwnerRequest = {
|
|
|
28398
28398
|
/** @deprecated (Deprecated: use `product` field) Name of the product to add. */
|
|
28399
28399
|
productName?: string;
|
|
28400
28400
|
/** See `Product` enum for description of values. */
|
|
28401
|
-
product?: Product;
|
|
28401
|
+
product?: Product$1;
|
|
28402
28402
|
};
|
|
28403
28403
|
type CreateFolderRequest = {
|
|
28404
28404
|
/**
|
|
@@ -28416,7 +28416,7 @@ type CreateFolderRequest = {
|
|
|
28416
28416
|
*/
|
|
28417
28417
|
path?: string;
|
|
28418
28418
|
};
|
|
28419
|
-
type CreateSecretRequest = {
|
|
28419
|
+
type CreateSecretRequest$1 = {
|
|
28420
28420
|
/**
|
|
28421
28421
|
* Region to target. If none is passed will use default region from the
|
|
28422
28422
|
* config.
|
|
@@ -28434,7 +28434,7 @@ type CreateSecretRequest = {
|
|
|
28434
28434
|
* (Optional.) See `Secret.Type` enum for description of values. If not
|
|
28435
28435
|
* specified, the type is `Opaque`.
|
|
28436
28436
|
*/
|
|
28437
|
-
type?: SecretType;
|
|
28437
|
+
type?: SecretType$1;
|
|
28438
28438
|
/**
|
|
28439
28439
|
* (Optional.) Location of the secret in the directory structure. If not
|
|
28440
28440
|
* specified, the path is `/`.
|
|
@@ -28444,11 +28444,11 @@ type CreateSecretRequest = {
|
|
|
28444
28444
|
* (Optional.) Policy that defines whether/when a secret's versions expire. By
|
|
28445
28445
|
* default, the policy is applied to all the secret's versions.
|
|
28446
28446
|
*/
|
|
28447
|
-
ephemeralPolicy?: EphemeralPolicy;
|
|
28447
|
+
ephemeralPolicy?: EphemeralPolicy$1;
|
|
28448
28448
|
/** A protected secret cannot be deleted. */
|
|
28449
28449
|
isProtected: boolean;
|
|
28450
28450
|
};
|
|
28451
|
-
type CreateSecretVersionRequest = {
|
|
28451
|
+
type CreateSecretVersionRequest$1 = {
|
|
28452
28452
|
/**
|
|
28453
28453
|
* Region to target. If none is passed will use default region from the
|
|
28454
28454
|
* config.
|
|
@@ -28489,7 +28489,7 @@ type DeleteFolderRequest = {
|
|
|
28489
28489
|
/** ID of the folder. */
|
|
28490
28490
|
folderId: string;
|
|
28491
28491
|
};
|
|
28492
|
-
type DeleteSecretRequest = {
|
|
28492
|
+
type DeleteSecretRequest$1 = {
|
|
28493
28493
|
/**
|
|
28494
28494
|
* Region to target. If none is passed will use default region from the
|
|
28495
28495
|
* config.
|
|
@@ -28516,7 +28516,7 @@ type DestroySecretVersionRequest = {
|
|
|
28516
28516
|
*/
|
|
28517
28517
|
revision: string;
|
|
28518
28518
|
};
|
|
28519
|
-
type DisableSecretVersionRequest = {
|
|
28519
|
+
type DisableSecretVersionRequest$1 = {
|
|
28520
28520
|
/**
|
|
28521
28521
|
* Region to target. If none is passed will use default region from the
|
|
28522
28522
|
* config.
|
|
@@ -28534,7 +28534,7 @@ type DisableSecretVersionRequest = {
|
|
|
28534
28534
|
*/
|
|
28535
28535
|
revision: string;
|
|
28536
28536
|
};
|
|
28537
|
-
type EnableSecretVersionRequest = {
|
|
28537
|
+
type EnableSecretVersionRequest$1 = {
|
|
28538
28538
|
/**
|
|
28539
28539
|
* Region to target. If none is passed will use default region from the
|
|
28540
28540
|
* config.
|
|
@@ -28601,7 +28601,7 @@ type GetSecretByNameRequest = {
|
|
|
28601
28601
|
*/
|
|
28602
28602
|
projectId?: string;
|
|
28603
28603
|
};
|
|
28604
|
-
type GetSecretRequest = {
|
|
28604
|
+
type GetSecretRequest$1 = {
|
|
28605
28605
|
/**
|
|
28606
28606
|
* Region to target. If none is passed will use default region from the
|
|
28607
28607
|
* config.
|
|
@@ -28633,7 +28633,7 @@ type GetSecretVersionByNameRequest = {
|
|
|
28633
28633
|
*/
|
|
28634
28634
|
projectId?: string;
|
|
28635
28635
|
};
|
|
28636
|
-
type GetSecretVersionRequest = {
|
|
28636
|
+
type GetSecretVersionRequest$1 = {
|
|
28637
28637
|
/**
|
|
28638
28638
|
* Region to target. If none is passed will use default region from the
|
|
28639
28639
|
* config.
|
|
@@ -28682,14 +28682,14 @@ type ListSecretVersionsByNameRequest = {
|
|
|
28682
28682
|
page?: number;
|
|
28683
28683
|
pageSize?: number;
|
|
28684
28684
|
/** Filter results by status. */
|
|
28685
|
-
status?: SecretVersionStatus[];
|
|
28685
|
+
status?: SecretVersionStatus$1[];
|
|
28686
28686
|
/**
|
|
28687
28687
|
* (Optional.) If not specified, Secret Manager will look for the secret in
|
|
28688
28688
|
* all Projects.
|
|
28689
28689
|
*/
|
|
28690
28690
|
projectId?: string;
|
|
28691
28691
|
};
|
|
28692
|
-
type ListSecretVersionsRequest = {
|
|
28692
|
+
type ListSecretVersionsRequest$1 = {
|
|
28693
28693
|
/**
|
|
28694
28694
|
* Region to target. If none is passed will use default region from the
|
|
28695
28695
|
* config.
|
|
@@ -28700,15 +28700,15 @@ type ListSecretVersionsRequest = {
|
|
|
28700
28700
|
page?: number;
|
|
28701
28701
|
pageSize?: number;
|
|
28702
28702
|
/** Filter results by status. */
|
|
28703
|
-
status?: SecretVersionStatus[];
|
|
28703
|
+
status?: SecretVersionStatus$1[];
|
|
28704
28704
|
};
|
|
28705
|
-
interface ListSecretVersionsResponse {
|
|
28705
|
+
interface ListSecretVersionsResponse$1 {
|
|
28706
28706
|
/** Single page of versions. */
|
|
28707
|
-
versions: SecretVersion[];
|
|
28707
|
+
versions: SecretVersion$1[];
|
|
28708
28708
|
/** Number of versions. */
|
|
28709
28709
|
totalCount: number;
|
|
28710
28710
|
}
|
|
28711
|
-
type ListSecretsRequest = {
|
|
28711
|
+
type ListSecretsRequest$1 = {
|
|
28712
28712
|
/**
|
|
28713
28713
|
* Region to target. If none is passed will use default region from the
|
|
28714
28714
|
* config.
|
|
@@ -28718,7 +28718,7 @@ type ListSecretsRequest = {
|
|
|
28718
28718
|
organizationId?: string;
|
|
28719
28719
|
/** Filter by Project ID (optional). */
|
|
28720
28720
|
projectId?: string;
|
|
28721
|
-
orderBy?: ListSecretsRequestOrderBy;
|
|
28721
|
+
orderBy?: ListSecretsRequestOrderBy$1;
|
|
28722
28722
|
page?: number;
|
|
28723
28723
|
pageSize?: number;
|
|
28724
28724
|
/** List of tags to filter on (optional). */
|
|
@@ -28732,9 +28732,9 @@ type ListSecretsRequest = {
|
|
|
28732
28732
|
/** Filter by ephemeral / not ephemeral (optional). */
|
|
28733
28733
|
isEphemeral?: boolean;
|
|
28734
28734
|
};
|
|
28735
|
-
interface ListSecretsResponse {
|
|
28735
|
+
interface ListSecretsResponse$1 {
|
|
28736
28736
|
/** Single page of secrets matching the requested criteria. */
|
|
28737
|
-
secrets: Secret[];
|
|
28737
|
+
secrets: Secret$1[];
|
|
28738
28738
|
/** Count of all secrets matching the requested criteria. */
|
|
28739
28739
|
totalCount: number;
|
|
28740
28740
|
}
|
|
@@ -28758,7 +28758,7 @@ interface ListTagsResponse {
|
|
|
28758
28758
|
/** Count of all tags matching the requested criteria. */
|
|
28759
28759
|
totalCount: number;
|
|
28760
28760
|
}
|
|
28761
|
-
type ProtectSecretRequest = {
|
|
28761
|
+
type ProtectSecretRequest$1 = {
|
|
28762
28762
|
/**
|
|
28763
28763
|
* Region to target. If none is passed will use default region from the
|
|
28764
28764
|
* config.
|
|
@@ -28767,7 +28767,7 @@ type ProtectSecretRequest = {
|
|
|
28767
28767
|
/** ID of the secret to protect. */
|
|
28768
28768
|
secretId: string;
|
|
28769
28769
|
};
|
|
28770
|
-
type UnprotectSecretRequest = {
|
|
28770
|
+
type UnprotectSecretRequest$1 = {
|
|
28771
28771
|
/**
|
|
28772
28772
|
* Region to target. If none is passed will use default region from the
|
|
28773
28773
|
* config.
|
|
@@ -28776,7 +28776,7 @@ type UnprotectSecretRequest = {
|
|
|
28776
28776
|
/** ID of the secret to unprotect. */
|
|
28777
28777
|
secretId: string;
|
|
28778
28778
|
};
|
|
28779
|
-
type UpdateSecretRequest = {
|
|
28779
|
+
type UpdateSecretRequest$1 = {
|
|
28780
28780
|
/**
|
|
28781
28781
|
* Region to target. If none is passed will use default region from the
|
|
28782
28782
|
* config.
|
|
@@ -28796,9 +28796,9 @@ type UpdateSecretRequest = {
|
|
|
28796
28796
|
*/
|
|
28797
28797
|
path?: string;
|
|
28798
28798
|
/** (Optional.) Policy that defines whether/when a secret's versions expire. */
|
|
28799
|
-
ephemeralPolicy?: EphemeralPolicy;
|
|
28799
|
+
ephemeralPolicy?: EphemeralPolicy$1;
|
|
28800
28800
|
};
|
|
28801
|
-
type UpdateSecretVersionRequest = {
|
|
28801
|
+
type UpdateSecretVersionRequest$1 = {
|
|
28802
28802
|
/**
|
|
28803
28803
|
* Region to target. If none is passed will use default region from the
|
|
28804
28804
|
* config.
|
|
@@ -28822,7 +28822,7 @@ type UpdateSecretVersionRequest = {
|
|
|
28822
28822
|
* it expires after being accessed once, and the action to perform (disable or
|
|
28823
28823
|
* delete) once the version expires.
|
|
28824
28824
|
*/
|
|
28825
|
-
ephemeralProperties?: EphemeralProperties;
|
|
28825
|
+
ephemeralProperties?: EphemeralProperties$1;
|
|
28826
28826
|
};
|
|
28827
28827
|
|
|
28828
28828
|
/**
|
|
@@ -28831,7 +28831,7 @@ type UpdateSecretVersionRequest = {
|
|
|
28831
28831
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
28832
28832
|
* share sensitive data.
|
|
28833
28833
|
*/
|
|
28834
|
-
declare class API$
|
|
28834
|
+
declare class API$8 extends API$y {
|
|
28835
28835
|
/** Lists the available regions of the API. */
|
|
28836
28836
|
static readonly LOCALITIES: Region[];
|
|
28837
28837
|
/**
|
|
@@ -28840,7 +28840,7 @@ declare class API$7 extends API$x {
|
|
|
28840
28840
|
* @param request - The request {@link CreateSecretRequest}
|
|
28841
28841
|
* @returns A Promise of Secret
|
|
28842
28842
|
*/
|
|
28843
|
-
createSecret: (request: Readonly<CreateSecretRequest>) => Promise<Secret>;
|
|
28843
|
+
createSecret: (request: Readonly<CreateSecretRequest$1>) => Promise<Secret$1>;
|
|
28844
28844
|
/**
|
|
28845
28845
|
* Create folder.
|
|
28846
28846
|
*
|
|
@@ -28855,7 +28855,7 @@ declare class API$7 extends API$x {
|
|
|
28855
28855
|
* @param request - The request {@link GetSecretRequest}
|
|
28856
28856
|
* @returns A Promise of Secret
|
|
28857
28857
|
*/
|
|
28858
|
-
getSecret: (request: Readonly<GetSecretRequest>) => Promise<Secret>;
|
|
28858
|
+
getSecret: (request: Readonly<GetSecretRequest$1>) => Promise<Secret$1>;
|
|
28859
28859
|
/**
|
|
28860
28860
|
* Get metadata using the secret's name. Retrieve the metadata of a secret
|
|
28861
28861
|
* specified by the `region` and `secret_name` parameters.
|
|
@@ -28869,7 +28869,7 @@ declare class API$7 extends API$x {
|
|
|
28869
28869
|
* @param request - The request {@link GetSecretByNameRequest}
|
|
28870
28870
|
* @returns A Promise of Secret
|
|
28871
28871
|
*/
|
|
28872
|
-
getSecretByName: (request: Readonly<GetSecretByNameRequest>) => Promise<Secret>;
|
|
28872
|
+
getSecretByName: (request: Readonly<GetSecretByNameRequest>) => Promise<Secret$1>;
|
|
28873
28873
|
/**
|
|
28874
28874
|
* Update metadata of a secret. Edit a secret's metadata such as name, tag(s),
|
|
28875
28875
|
* description and ephemeral policy. The secret to update is specified by the
|
|
@@ -28878,8 +28878,8 @@ declare class API$7 extends API$x {
|
|
|
28878
28878
|
* @param request - The request {@link UpdateSecretRequest}
|
|
28879
28879
|
* @returns A Promise of Secret
|
|
28880
28880
|
*/
|
|
28881
|
-
updateSecret: (request: Readonly<UpdateSecretRequest>) => Promise<Secret>;
|
|
28882
|
-
protected pageOfListSecrets: (request?: Readonly<ListSecretsRequest>) => Promise<ListSecretsResponse>;
|
|
28881
|
+
updateSecret: (request: Readonly<UpdateSecretRequest$1>) => Promise<Secret$1>;
|
|
28882
|
+
protected pageOfListSecrets: (request?: Readonly<ListSecretsRequest$1>) => Promise<ListSecretsResponse$1>;
|
|
28883
28883
|
/**
|
|
28884
28884
|
* List secrets. Retrieve the list of secrets created within an Organization
|
|
28885
28885
|
* and/or Project. You must specify either the `organization_id` or the
|
|
@@ -28888,9 +28888,9 @@ declare class API$7 extends API$x {
|
|
|
28888
28888
|
* @param request - The request {@link ListSecretsRequest}
|
|
28889
28889
|
* @returns A Promise of ListSecretsResponse
|
|
28890
28890
|
*/
|
|
28891
|
-
listSecrets: (request?: Readonly<ListSecretsRequest>) => Promise<ListSecretsResponse> & {
|
|
28892
|
-
all: () => Promise<Secret[]>;
|
|
28893
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<Secret[], void, void>;
|
|
28891
|
+
listSecrets: (request?: Readonly<ListSecretsRequest$1>) => Promise<ListSecretsResponse$1> & {
|
|
28892
|
+
all: () => Promise<Secret$1[]>;
|
|
28893
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Secret$1[], void, void>;
|
|
28894
28894
|
};
|
|
28895
28895
|
protected pageOfListFolders: (request?: Readonly<ListFoldersRequest>) => Promise<ListFoldersResponse>;
|
|
28896
28896
|
/**
|
|
@@ -28909,7 +28909,7 @@ declare class API$7 extends API$x {
|
|
|
28909
28909
|
*
|
|
28910
28910
|
* @param request - The request {@link DeleteSecretRequest}
|
|
28911
28911
|
*/
|
|
28912
|
-
deleteSecret: (request: Readonly<DeleteSecretRequest>) => Promise<void>;
|
|
28912
|
+
deleteSecret: (request: Readonly<DeleteSecretRequest$1>) => Promise<void>;
|
|
28913
28913
|
/**
|
|
28914
28914
|
* Delete a given folder specified by the `region` and `folder_id` parameters.
|
|
28915
28915
|
*
|
|
@@ -28924,7 +28924,7 @@ declare class API$7 extends API$x {
|
|
|
28924
28924
|
* @param request - The request {@link ProtectSecretRequest}
|
|
28925
28925
|
* @returns A Promise of Secret
|
|
28926
28926
|
*/
|
|
28927
|
-
protectSecret: (request: Readonly<ProtectSecretRequest>) => Promise<Secret>;
|
|
28927
|
+
protectSecret: (request: Readonly<ProtectSecretRequest$1>) => Promise<Secret$1>;
|
|
28928
28928
|
/**
|
|
28929
28929
|
* Unprotect a secret. Unprotect a given secret specified by the `secret_id`
|
|
28930
28930
|
* parameter. An unprotected secret can be read, modified and deleted.
|
|
@@ -28932,13 +28932,13 @@ declare class API$7 extends API$x {
|
|
|
28932
28932
|
* @param request - The request {@link UnprotectSecretRequest}
|
|
28933
28933
|
* @returns A Promise of Secret
|
|
28934
28934
|
*/
|
|
28935
|
-
unprotectSecret: (request: Readonly<UnprotectSecretRequest>) => Promise<Secret>;
|
|
28935
|
+
unprotectSecret: (request: Readonly<UnprotectSecretRequest$1>) => Promise<Secret$1>;
|
|
28936
28936
|
/**
|
|
28937
28937
|
* Allow a product to use the secret.
|
|
28938
28938
|
*
|
|
28939
28939
|
* @param request - The request {@link AddSecretOwnerRequest}
|
|
28940
28940
|
*/
|
|
28941
|
-
addSecretOwner: (request: Readonly<AddSecretOwnerRequest>) => Promise<void>;
|
|
28941
|
+
addSecretOwner: (request: Readonly<AddSecretOwnerRequest$1>) => Promise<void>;
|
|
28942
28942
|
/**
|
|
28943
28943
|
* Create a version. Create a version of a given secret specified by the
|
|
28944
28944
|
* `region` and `secret_id` parameters.
|
|
@@ -28946,7 +28946,7 @@ declare class API$7 extends API$x {
|
|
|
28946
28946
|
* @param request - The request {@link CreateSecretVersionRequest}
|
|
28947
28947
|
* @returns A Promise of SecretVersion
|
|
28948
28948
|
*/
|
|
28949
|
-
createSecretVersion: (request: Readonly<CreateSecretVersionRequest>) => Promise<SecretVersion>;
|
|
28949
|
+
createSecretVersion: (request: Readonly<CreateSecretVersionRequest$1>) => Promise<SecretVersion$1>;
|
|
28950
28950
|
/**
|
|
28951
28951
|
* Generate a password in a new version. Generate a password for the given
|
|
28952
28952
|
* secret specified by the `region` and `secret_id` parameters. This will also
|
|
@@ -28955,7 +28955,7 @@ declare class API$7 extends API$x {
|
|
|
28955
28955
|
* @param request - The request {@link GeneratePasswordRequest}
|
|
28956
28956
|
* @returns A Promise of SecretVersion
|
|
28957
28957
|
*/
|
|
28958
|
-
generatePassword: (request: Readonly<GeneratePasswordRequest>) => Promise<SecretVersion>;
|
|
28958
|
+
generatePassword: (request: Readonly<GeneratePasswordRequest>) => Promise<SecretVersion$1>;
|
|
28959
28959
|
/**
|
|
28960
28960
|
* Get metadata of a secret's version using the secret's ID. Retrieve the
|
|
28961
28961
|
* metadata of a secret's given version specified by the `region`, `secret_id`
|
|
@@ -28964,7 +28964,7 @@ declare class API$7 extends API$x {
|
|
|
28964
28964
|
* @param request - The request {@link GetSecretVersionRequest}
|
|
28965
28965
|
* @returns A Promise of SecretVersion
|
|
28966
28966
|
*/
|
|
28967
|
-
getSecretVersion: (request: Readonly<GetSecretVersionRequest>) => Promise<SecretVersion>;
|
|
28967
|
+
getSecretVersion: (request: Readonly<GetSecretVersionRequest$1>) => Promise<SecretVersion$1>;
|
|
28968
28968
|
/**
|
|
28969
28969
|
* Get metadata of a secret's version using the secret's name. Retrieve the
|
|
28970
28970
|
* metadata of a secret's given version specified by the `region`,
|
|
@@ -28980,7 +28980,7 @@ declare class API$7 extends API$x {
|
|
|
28980
28980
|
* @param request - The request {@link GetSecretVersionByNameRequest}
|
|
28981
28981
|
* @returns A Promise of SecretVersion
|
|
28982
28982
|
*/
|
|
28983
|
-
getSecretVersionByName: (request: Readonly<GetSecretVersionByNameRequest>) => Promise<SecretVersion>;
|
|
28983
|
+
getSecretVersionByName: (request: Readonly<GetSecretVersionByNameRequest>) => Promise<SecretVersion$1>;
|
|
28984
28984
|
/**
|
|
28985
28985
|
* Update metadata of a version. Edit the metadata of a secret's given
|
|
28986
28986
|
* version, specified by the `region`, `secret_id` and `revision` parameters.
|
|
@@ -28988,8 +28988,8 @@ declare class API$7 extends API$x {
|
|
|
28988
28988
|
* @param request - The request {@link UpdateSecretVersionRequest}
|
|
28989
28989
|
* @returns A Promise of SecretVersion
|
|
28990
28990
|
*/
|
|
28991
|
-
updateSecretVersion: (request: Readonly<UpdateSecretVersionRequest>) => Promise<SecretVersion>;
|
|
28992
|
-
protected pageOfListSecretVersions: (request: Readonly<ListSecretVersionsRequest>) => Promise<ListSecretVersionsResponse>;
|
|
28991
|
+
updateSecretVersion: (request: Readonly<UpdateSecretVersionRequest$1>) => Promise<SecretVersion$1>;
|
|
28992
|
+
protected pageOfListSecretVersions: (request: Readonly<ListSecretVersionsRequest$1>) => Promise<ListSecretVersionsResponse$1>;
|
|
28993
28993
|
/**
|
|
28994
28994
|
* List versions of a secret using the secret's ID. Retrieve the list of a
|
|
28995
28995
|
* given secret's versions specified by the `secret_id` and `region`
|
|
@@ -28998,11 +28998,11 @@ declare class API$7 extends API$x {
|
|
|
28998
28998
|
* @param request - The request {@link ListSecretVersionsRequest}
|
|
28999
28999
|
* @returns A Promise of ListSecretVersionsResponse
|
|
29000
29000
|
*/
|
|
29001
|
-
listSecretVersions: (request: Readonly<ListSecretVersionsRequest>) => Promise<ListSecretVersionsResponse> & {
|
|
29002
|
-
all: () => Promise<SecretVersion[]>;
|
|
29003
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<SecretVersion[], void, void>;
|
|
29001
|
+
listSecretVersions: (request: Readonly<ListSecretVersionsRequest$1>) => Promise<ListSecretVersionsResponse$1> & {
|
|
29002
|
+
all: () => Promise<SecretVersion$1[]>;
|
|
29003
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<SecretVersion$1[], void, void>;
|
|
29004
29004
|
};
|
|
29005
|
-
protected pageOfListSecretVersionsByName: (request: Readonly<ListSecretVersionsByNameRequest>) => Promise<ListSecretVersionsResponse>;
|
|
29005
|
+
protected pageOfListSecretVersionsByName: (request: Readonly<ListSecretVersionsByNameRequest>) => Promise<ListSecretVersionsResponse$1>;
|
|
29006
29006
|
/**
|
|
29007
29007
|
* List versions of a secret using the secret's name. Retrieve the list of a
|
|
29008
29008
|
* given secret's versions specified by the `secret_name`,`region` and
|
|
@@ -29018,9 +29018,9 @@ declare class API$7 extends API$x {
|
|
|
29018
29018
|
* @param request - The request {@link ListSecretVersionsByNameRequest}
|
|
29019
29019
|
* @returns A Promise of ListSecretVersionsResponse
|
|
29020
29020
|
*/
|
|
29021
|
-
listSecretVersionsByName: (request: Readonly<ListSecretVersionsByNameRequest>) => Promise<ListSecretVersionsResponse> & {
|
|
29022
|
-
all: () => Promise<SecretVersion[]>;
|
|
29023
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<SecretVersion[], void, void>;
|
|
29021
|
+
listSecretVersionsByName: (request: Readonly<ListSecretVersionsByNameRequest>) => Promise<ListSecretVersionsResponse$1> & {
|
|
29022
|
+
all: () => Promise<SecretVersion$1[]>;
|
|
29023
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<SecretVersion$1[], void, void>;
|
|
29024
29024
|
};
|
|
29025
29025
|
/**
|
|
29026
29026
|
* Enable a version. Make a specific version accessible. You must specify the
|
|
@@ -29029,7 +29029,7 @@ declare class API$7 extends API$x {
|
|
|
29029
29029
|
* @param request - The request {@link EnableSecretVersionRequest}
|
|
29030
29030
|
* @returns A Promise of SecretVersion
|
|
29031
29031
|
*/
|
|
29032
|
-
enableSecretVersion: (request: Readonly<EnableSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29032
|
+
enableSecretVersion: (request: Readonly<EnableSecretVersionRequest$1>) => Promise<SecretVersion$1>;
|
|
29033
29033
|
/**
|
|
29034
29034
|
* Disable a version. Make a specific version inaccessible. You must specify
|
|
29035
29035
|
* the `region`, `secret_id` and `revision` parameters.
|
|
@@ -29037,7 +29037,7 @@ declare class API$7 extends API$x {
|
|
|
29037
29037
|
* @param request - The request {@link DisableSecretVersionRequest}
|
|
29038
29038
|
* @returns A Promise of SecretVersion
|
|
29039
29039
|
*/
|
|
29040
|
-
disableSecretVersion: (request: Readonly<DisableSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29040
|
+
disableSecretVersion: (request: Readonly<DisableSecretVersionRequest$1>) => Promise<SecretVersion$1>;
|
|
29041
29041
|
/**
|
|
29042
29042
|
* Access a secret's version using the secret's ID. Access sensitive data in a
|
|
29043
29043
|
* secret's version specified by the `region`, `secret_id` and `revision`
|
|
@@ -29046,7 +29046,7 @@ declare class API$7 extends API$x {
|
|
|
29046
29046
|
* @param request - The request {@link AccessSecretVersionRequest}
|
|
29047
29047
|
* @returns A Promise of AccessSecretVersionResponse
|
|
29048
29048
|
*/
|
|
29049
|
-
accessSecretVersion: (request: Readonly<AccessSecretVersionRequest>) => Promise<AccessSecretVersionResponse>;
|
|
29049
|
+
accessSecretVersion: (request: Readonly<AccessSecretVersionRequest$1>) => Promise<AccessSecretVersionResponse$1>;
|
|
29050
29050
|
/**
|
|
29051
29051
|
* Access a secret's version using the secret's name. Access sensitive data in
|
|
29052
29052
|
* a secret's version specified by the `region`, `secret_name`, `revision` and
|
|
@@ -29062,7 +29062,7 @@ declare class API$7 extends API$x {
|
|
|
29062
29062
|
* @param request - The request {@link AccessSecretVersionByNameRequest}
|
|
29063
29063
|
* @returns A Promise of AccessSecretVersionResponse
|
|
29064
29064
|
*/
|
|
29065
|
-
accessSecretVersionByName: (request: Readonly<AccessSecretVersionByNameRequest>) => Promise<AccessSecretVersionResponse>;
|
|
29065
|
+
accessSecretVersionByName: (request: Readonly<AccessSecretVersionByNameRequest>) => Promise<AccessSecretVersionResponse$1>;
|
|
29066
29066
|
/**
|
|
29067
29067
|
* Delete a version. Delete a secret's version and the sensitive data
|
|
29068
29068
|
* contained in it. Deleting a version is permanent and cannot be undone.
|
|
@@ -29070,7 +29070,7 @@ declare class API$7 extends API$x {
|
|
|
29070
29070
|
* @param request - The request {@link DestroySecretVersionRequest}
|
|
29071
29071
|
* @returns A Promise of SecretVersion
|
|
29072
29072
|
*/
|
|
29073
|
-
destroySecretVersion: (request: Readonly<DestroySecretVersionRequest>) => Promise<SecretVersion>;
|
|
29073
|
+
destroySecretVersion: (request: Readonly<DestroySecretVersionRequest>) => Promise<SecretVersion$1>;
|
|
29074
29074
|
protected pageOfListTags: (request?: Readonly<ListTagsRequest>) => Promise<ListTagsResponse>;
|
|
29075
29075
|
/**
|
|
29076
29076
|
* List tags. List all tags associated with secrets within a given Project.
|
|
@@ -29084,127 +29084,740 @@ declare class API$7 extends API$x {
|
|
|
29084
29084
|
};
|
|
29085
29085
|
}
|
|
29086
29086
|
|
|
29087
|
-
type index_gen$
|
|
29088
|
-
type index_gen$
|
|
29089
|
-
type index_gen$
|
|
29090
|
-
type index_gen$
|
|
29091
|
-
type index_gen$
|
|
29092
|
-
type index_gen$
|
|
29093
|
-
type index_gen$
|
|
29094
|
-
type index_gen$
|
|
29095
|
-
type index_gen$
|
|
29096
|
-
type index_gen$
|
|
29097
|
-
type index_gen$
|
|
29098
|
-
type index_gen$
|
|
29099
|
-
type index_gen$
|
|
29100
|
-
type index_gen$
|
|
29101
|
-
type index_gen$
|
|
29102
|
-
|
|
29103
|
-
type index_gen$
|
|
29104
|
-
type index_gen$8_GetSecretByNameRequest = GetSecretByNameRequest;
|
|
29105
|
-
type index_gen$8_GetSecretRequest = GetSecretRequest;
|
|
29106
|
-
type index_gen$8_GetSecretVersionByNameRequest = GetSecretVersionByNameRequest;
|
|
29107
|
-
type index_gen$8_GetSecretVersionRequest = GetSecretVersionRequest;
|
|
29108
|
-
type index_gen$8_ListFoldersRequest = ListFoldersRequest;
|
|
29109
|
-
type index_gen$8_ListFoldersRequestOrderBy = ListFoldersRequestOrderBy;
|
|
29110
|
-
type index_gen$8_ListFoldersResponse = ListFoldersResponse;
|
|
29111
|
-
type index_gen$8_ListSecretVersionsByNameRequest = ListSecretVersionsByNameRequest;
|
|
29112
|
-
type index_gen$8_ListSecretVersionsRequest = ListSecretVersionsRequest;
|
|
29113
|
-
type index_gen$8_ListSecretVersionsResponse = ListSecretVersionsResponse;
|
|
29114
|
-
type index_gen$8_ListSecretsRequest = ListSecretsRequest;
|
|
29115
|
-
type index_gen$8_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
|
|
29116
|
-
type index_gen$8_ListSecretsResponse = ListSecretsResponse;
|
|
29117
|
-
type index_gen$8_ListTagsRequest = ListTagsRequest;
|
|
29118
|
-
type index_gen$8_ListTagsResponse = ListTagsResponse;
|
|
29119
|
-
type index_gen$8_PasswordGenerationParams = PasswordGenerationParams;
|
|
29120
|
-
type index_gen$8_Product = Product;
|
|
29121
|
-
type index_gen$8_ProtectSecretRequest = ProtectSecretRequest;
|
|
29122
|
-
type index_gen$8_Secret = Secret;
|
|
29123
|
-
type index_gen$8_SecretStatus = SecretStatus;
|
|
29124
|
-
type index_gen$8_SecretType = SecretType;
|
|
29125
|
-
type index_gen$8_SecretVersion = SecretVersion;
|
|
29126
|
-
type index_gen$8_SecretVersionStatus = SecretVersionStatus;
|
|
29127
|
-
type index_gen$8_UnprotectSecretRequest = UnprotectSecretRequest;
|
|
29128
|
-
type index_gen$8_UpdateSecretRequest = UpdateSecretRequest;
|
|
29129
|
-
type index_gen$8_UpdateSecretVersionRequest = UpdateSecretVersionRequest;
|
|
29130
|
-
declare namespace index_gen$8 {
|
|
29131
|
-
export { API$7 as API, type index_gen$8_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest, type index_gen$8_AccessSecretVersionRequest as AccessSecretVersionRequest, type index_gen$8_AccessSecretVersionResponse as AccessSecretVersionResponse, type index_gen$8_AddSecretOwnerRequest as AddSecretOwnerRequest, type index_gen$8_CreateFolderRequest as CreateFolderRequest, type index_gen$8_CreateSecretRequest as CreateSecretRequest, type index_gen$8_CreateSecretVersionRequest as CreateSecretVersionRequest, type index_gen$8_DeleteFolderRequest as DeleteFolderRequest, type index_gen$8_DeleteSecretRequest as DeleteSecretRequest, type index_gen$8_DestroySecretVersionRequest as DestroySecretVersionRequest, type index_gen$8_DisableSecretVersionRequest as DisableSecretVersionRequest, type index_gen$8_EnableSecretVersionRequest as EnableSecretVersionRequest, type index_gen$8_EphemeralPolicy as EphemeralPolicy, type index_gen$8_EphemeralPolicyAction as EphemeralPolicyAction, type index_gen$8_EphemeralProperties as EphemeralProperties, type index_gen$8_Folder as Folder, type index_gen$8_GeneratePasswordRequest as GeneratePasswordRequest, type index_gen$8_GetSecretByNameRequest as GetSecretByNameRequest, type index_gen$8_GetSecretRequest as GetSecretRequest, type index_gen$8_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest, type index_gen$8_GetSecretVersionRequest as GetSecretVersionRequest, type index_gen$8_ListFoldersRequest as ListFoldersRequest, type index_gen$8_ListFoldersRequestOrderBy as ListFoldersRequestOrderBy, type index_gen$8_ListFoldersResponse as ListFoldersResponse, type index_gen$8_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest, type index_gen$8_ListSecretVersionsRequest as ListSecretVersionsRequest, type index_gen$8_ListSecretVersionsResponse as ListSecretVersionsResponse, type index_gen$8_ListSecretsRequest as ListSecretsRequest, type index_gen$8_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy, type index_gen$8_ListSecretsResponse as ListSecretsResponse, type index_gen$8_ListTagsRequest as ListTagsRequest, type index_gen$8_ListTagsResponse as ListTagsResponse, type index_gen$8_PasswordGenerationParams as PasswordGenerationParams, type index_gen$8_Product as Product, type index_gen$8_ProtectSecretRequest as ProtectSecretRequest, type index_gen$8_Secret as Secret, type index_gen$8_SecretStatus as SecretStatus, type index_gen$8_SecretType as SecretType, type index_gen$8_SecretVersion as SecretVersion, type index_gen$8_SecretVersionStatus as SecretVersionStatus, type index_gen$8_UnprotectSecretRequest as UnprotectSecretRequest, type index_gen$8_UpdateSecretRequest as UpdateSecretRequest, type index_gen$8_UpdateSecretVersionRequest as UpdateSecretVersionRequest };
|
|
29132
|
-
}
|
|
29133
|
-
|
|
29134
|
-
declare namespace index$6 {
|
|
29135
|
-
export { index_gen$8 as v1alpha1 };
|
|
29087
|
+
type index_gen$9_AccessSecretVersionByNameRequest = AccessSecretVersionByNameRequest;
|
|
29088
|
+
type index_gen$9_CreateFolderRequest = CreateFolderRequest;
|
|
29089
|
+
type index_gen$9_DeleteFolderRequest = DeleteFolderRequest;
|
|
29090
|
+
type index_gen$9_DestroySecretVersionRequest = DestroySecretVersionRequest;
|
|
29091
|
+
type index_gen$9_Folder = Folder;
|
|
29092
|
+
type index_gen$9_GeneratePasswordRequest = GeneratePasswordRequest;
|
|
29093
|
+
type index_gen$9_GetSecretByNameRequest = GetSecretByNameRequest;
|
|
29094
|
+
type index_gen$9_GetSecretVersionByNameRequest = GetSecretVersionByNameRequest;
|
|
29095
|
+
type index_gen$9_ListFoldersRequest = ListFoldersRequest;
|
|
29096
|
+
type index_gen$9_ListFoldersRequestOrderBy = ListFoldersRequestOrderBy;
|
|
29097
|
+
type index_gen$9_ListFoldersResponse = ListFoldersResponse;
|
|
29098
|
+
type index_gen$9_ListSecretVersionsByNameRequest = ListSecretVersionsByNameRequest;
|
|
29099
|
+
type index_gen$9_ListTagsRequest = ListTagsRequest;
|
|
29100
|
+
type index_gen$9_ListTagsResponse = ListTagsResponse;
|
|
29101
|
+
type index_gen$9_PasswordGenerationParams = PasswordGenerationParams;
|
|
29102
|
+
declare namespace index_gen$9 {
|
|
29103
|
+
export { API$8 as API, type index_gen$9_AccessSecretVersionByNameRequest as AccessSecretVersionByNameRequest, type AccessSecretVersionRequest$1 as AccessSecretVersionRequest, type AccessSecretVersionResponse$1 as AccessSecretVersionResponse, type AddSecretOwnerRequest$1 as AddSecretOwnerRequest, type index_gen$9_CreateFolderRequest as CreateFolderRequest, type CreateSecretRequest$1 as CreateSecretRequest, type CreateSecretVersionRequest$1 as CreateSecretVersionRequest, type index_gen$9_DeleteFolderRequest as DeleteFolderRequest, type DeleteSecretRequest$1 as DeleteSecretRequest, type index_gen$9_DestroySecretVersionRequest as DestroySecretVersionRequest, type DisableSecretVersionRequest$1 as DisableSecretVersionRequest, type EnableSecretVersionRequest$1 as EnableSecretVersionRequest, type EphemeralPolicy$1 as EphemeralPolicy, type EphemeralPolicyAction$1 as EphemeralPolicyAction, type EphemeralProperties$1 as EphemeralProperties, type index_gen$9_Folder as Folder, type index_gen$9_GeneratePasswordRequest as GeneratePasswordRequest, type index_gen$9_GetSecretByNameRequest as GetSecretByNameRequest, type GetSecretRequest$1 as GetSecretRequest, type index_gen$9_GetSecretVersionByNameRequest as GetSecretVersionByNameRequest, type GetSecretVersionRequest$1 as GetSecretVersionRequest, type index_gen$9_ListFoldersRequest as ListFoldersRequest, type index_gen$9_ListFoldersRequestOrderBy as ListFoldersRequestOrderBy, type index_gen$9_ListFoldersResponse as ListFoldersResponse, type index_gen$9_ListSecretVersionsByNameRequest as ListSecretVersionsByNameRequest, type ListSecretVersionsRequest$1 as ListSecretVersionsRequest, type ListSecretVersionsResponse$1 as ListSecretVersionsResponse, type ListSecretsRequest$1 as ListSecretsRequest, type ListSecretsRequestOrderBy$1 as ListSecretsRequestOrderBy, type ListSecretsResponse$1 as ListSecretsResponse, type index_gen$9_ListTagsRequest as ListTagsRequest, type index_gen$9_ListTagsResponse as ListTagsResponse, type index_gen$9_PasswordGenerationParams as PasswordGenerationParams, type Product$1 as Product, type ProtectSecretRequest$1 as ProtectSecretRequest, type Secret$1 as Secret, type SecretStatus$1 as SecretStatus, type SecretType$1 as SecretType, type SecretVersion$1 as SecretVersion, type SecretVersionStatus$1 as SecretVersionStatus, type UnprotectSecretRequest$1 as UnprotectSecretRequest, type UpdateSecretRequest$1 as UpdateSecretRequest, type UpdateSecretVersionRequest$1 as UpdateSecretVersionRequest };
|
|
29136
29104
|
}
|
|
29137
29105
|
|
|
29138
|
-
type
|
|
29139
|
-
type
|
|
29140
|
-
type
|
|
29141
|
-
type
|
|
29142
|
-
|
|
29143
|
-
|
|
29144
|
-
|
|
29106
|
+
type BrowseSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
29107
|
+
type EphemeralPolicyAction = 'unknown_action' | 'delete' | 'disable';
|
|
29108
|
+
type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
29109
|
+
type Product = 'unknown_product' | 'edge_services';
|
|
29110
|
+
type SecretStatus = 'unknown_status' | 'ready' | 'locked';
|
|
29111
|
+
type SecretType = 'unknown_type' | 'opaque' | 'certificate' | 'key_value';
|
|
29112
|
+
type SecretVersionStatus = 'unknown_status' | 'enabled' | 'disabled' | 'deleted';
|
|
29113
|
+
interface EphemeralPolicy {
|
|
29145
29114
|
/**
|
|
29146
|
-
*
|
|
29147
|
-
*
|
|
29115
|
+
* Time frame, from one second and up to one year, during which the secret's
|
|
29116
|
+
* versions are valid.
|
|
29148
29117
|
*/
|
|
29149
|
-
|
|
29150
|
-
/**
|
|
29151
|
-
|
|
29152
|
-
/**
|
|
29153
|
-
|
|
29154
|
-
/** UUID of the source Serverless SQL Database the backup is created from. */
|
|
29155
|
-
databaseId: string;
|
|
29156
|
-
/** Creation date. */
|
|
29157
|
-
createdAt?: Date;
|
|
29158
|
-
/** Expiration date. */
|
|
29159
|
-
expiresAt?: Date;
|
|
29160
|
-
/** Size of the database backup. */
|
|
29161
|
-
size?: number;
|
|
29162
|
-
/** Download URL of the exported database backup. */
|
|
29163
|
-
downloadUrl?: string;
|
|
29164
|
-
/** Expiration date of the download URL. */
|
|
29165
|
-
downloadUrlExpiresAt?: Date;
|
|
29166
|
-
/** Region of the database backup. */
|
|
29167
|
-
region: Region;
|
|
29118
|
+
timeToLive?: string;
|
|
29119
|
+
/** Returns `true` if the version expires after a single user access. */
|
|
29120
|
+
expiresOnceAccessed?: boolean;
|
|
29121
|
+
/** See the `EphemeralPolicy.Action` enum for a description of values. */
|
|
29122
|
+
action: EphemeralPolicyAction;
|
|
29168
29123
|
}
|
|
29169
|
-
interface
|
|
29170
|
-
|
|
29124
|
+
interface BrowseSecretsResponseItemFolderDetails {
|
|
29125
|
+
}
|
|
29126
|
+
interface BrowseSecretsResponseItemSecretDetails {
|
|
29171
29127
|
id: string;
|
|
29172
|
-
|
|
29173
|
-
|
|
29128
|
+
tags: string[];
|
|
29129
|
+
versionCount: number;
|
|
29130
|
+
protected: boolean;
|
|
29131
|
+
ephemeralPolicy?: EphemeralPolicy;
|
|
29132
|
+
}
|
|
29133
|
+
interface EphemeralProperties {
|
|
29134
|
+
/** (Optional.) If not specified, the version does not have an expiration date. */
|
|
29135
|
+
expiresAt?: Date;
|
|
29174
29136
|
/**
|
|
29175
|
-
*
|
|
29176
|
-
*
|
|
29137
|
+
* (Optional.) If not specified, the version can be accessed an unlimited
|
|
29138
|
+
* amount of times.
|
|
29177
29139
|
*/
|
|
29178
|
-
|
|
29179
|
-
/**
|
|
29180
|
-
|
|
29181
|
-
|
|
29182
|
-
|
|
29183
|
-
|
|
29184
|
-
projectId: string;
|
|
29185
|
-
/** Region of the database. */
|
|
29186
|
-
region: Region;
|
|
29187
|
-
/** Creation date. */
|
|
29140
|
+
expiresOnceAccessed?: boolean;
|
|
29141
|
+
/** See `EphemeralPolicy.Action` enum for a description of values. */
|
|
29142
|
+
action: EphemeralPolicyAction;
|
|
29143
|
+
}
|
|
29144
|
+
interface BrowseSecretsResponseItem {
|
|
29145
|
+
name: string;
|
|
29188
29146
|
createdAt?: Date;
|
|
29189
|
-
|
|
29190
|
-
|
|
29191
|
-
|
|
29192
|
-
|
|
29193
|
-
|
|
29194
|
-
cpuCurrent: number;
|
|
29195
|
-
/** Whether your Serverless SQL Database is running or not. */
|
|
29196
|
-
started: boolean;
|
|
29197
|
-
/** The major version of the underlying database engine. */
|
|
29198
|
-
engineMajorVersion: number;
|
|
29147
|
+
updatedAt?: Date;
|
|
29148
|
+
/** One-of ('details'): at most one of 'secret', 'folder' could be set. */
|
|
29149
|
+
secret?: BrowseSecretsResponseItemSecretDetails;
|
|
29150
|
+
/** One-of ('details'): at most one of 'secret', 'folder' could be set. */
|
|
29151
|
+
folder?: BrowseSecretsResponseItemFolderDetails;
|
|
29199
29152
|
}
|
|
29200
|
-
|
|
29153
|
+
interface SecretVersion {
|
|
29201
29154
|
/**
|
|
29202
|
-
*
|
|
29203
|
-
*
|
|
29155
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29156
|
+
* augment by 1.
|
|
29204
29157
|
*/
|
|
29205
|
-
|
|
29206
|
-
/**
|
|
29207
|
-
|
|
29158
|
+
revision: number;
|
|
29159
|
+
/** ID of the secret. */
|
|
29160
|
+
secretId: string;
|
|
29161
|
+
/**
|
|
29162
|
+
* - `unknown`: the version is in an invalid state. `enabled`: the version is
|
|
29163
|
+
* accessible. `disabled`: the version is not accessible but can be enabled.
|
|
29164
|
+
* `deleted`: the version is permanently deleted. It is not possible to
|
|
29165
|
+
* recover it.
|
|
29166
|
+
*/
|
|
29167
|
+
status: SecretVersionStatus;
|
|
29168
|
+
/** Date and time of the version's creation. */
|
|
29169
|
+
createdAt?: Date;
|
|
29170
|
+
/** Last update of the version. */
|
|
29171
|
+
updatedAt?: Date;
|
|
29172
|
+
/** Description of the version. */
|
|
29173
|
+
description?: string;
|
|
29174
|
+
/** Returns `true` if the version is the latest. */
|
|
29175
|
+
latest: boolean;
|
|
29176
|
+
/**
|
|
29177
|
+
* Returns the version's expiration date, whether it expires after being
|
|
29178
|
+
* accessed once, and the action to perform (disable or delete) once the
|
|
29179
|
+
* version expires.
|
|
29180
|
+
*/
|
|
29181
|
+
ephemeralProperties?: EphemeralProperties;
|
|
29182
|
+
}
|
|
29183
|
+
interface Secret {
|
|
29184
|
+
/** ID of the secret. */
|
|
29185
|
+
id: string;
|
|
29186
|
+
/** ID of the Project containing the secret. */
|
|
29187
|
+
projectId: string;
|
|
29188
|
+
/** Name of the secret. */
|
|
29189
|
+
name: string;
|
|
29190
|
+
/**
|
|
29191
|
+
* - `ready`: the secret can be read, modified and deleted. `locked`: no action
|
|
29192
|
+
* can be performed on the secret. This status can only be applied and
|
|
29193
|
+
* removed by Scaleway.
|
|
29194
|
+
*/
|
|
29195
|
+
status: SecretStatus;
|
|
29196
|
+
/** Date and time of the secret's creation. */
|
|
29197
|
+
createdAt?: Date;
|
|
29198
|
+
/** Last update of the secret. */
|
|
29199
|
+
updatedAt?: Date;
|
|
29200
|
+
/** List of the secret's tags. */
|
|
29201
|
+
tags: string[];
|
|
29202
|
+
/** Number of versions for this secret. */
|
|
29203
|
+
versionCount: number;
|
|
29204
|
+
/** Updated description of the secret. */
|
|
29205
|
+
description?: string;
|
|
29206
|
+
/** Returns `true` for secrets that are managed by another product. */
|
|
29207
|
+
managed: boolean;
|
|
29208
|
+
/** Returns `true` for protected secrets that cannot be deleted. */
|
|
29209
|
+
protected: boolean;
|
|
29210
|
+
/** See `Secret.Type` enum for description of values. */
|
|
29211
|
+
type: SecretType;
|
|
29212
|
+
/** Location of the secret in the directory structure. */
|
|
29213
|
+
path: string;
|
|
29214
|
+
/**
|
|
29215
|
+
* (Optional.) Policy that defines whether/when a secret's versions expire. By
|
|
29216
|
+
* default, the policy is applied to all the secret's versions.
|
|
29217
|
+
*/
|
|
29218
|
+
ephemeralPolicy?: EphemeralPolicy;
|
|
29219
|
+
/** Region of the secret. */
|
|
29220
|
+
region: Region;
|
|
29221
|
+
}
|
|
29222
|
+
type AccessSecretVersionRequest = {
|
|
29223
|
+
/**
|
|
29224
|
+
* Region to target. If none is passed will use default region from the
|
|
29225
|
+
* config.
|
|
29226
|
+
*/
|
|
29227
|
+
region?: Region;
|
|
29228
|
+
/** ID of the secret. */
|
|
29229
|
+
secretId: string;
|
|
29230
|
+
/**
|
|
29231
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29232
|
+
* augment by 1. Value can be either:
|
|
29233
|
+
*
|
|
29234
|
+
* - A number (the revision number)
|
|
29235
|
+
* - "latest" (the latest revision)
|
|
29236
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29237
|
+
*/
|
|
29238
|
+
revision: string;
|
|
29239
|
+
};
|
|
29240
|
+
interface AccessSecretVersionResponse {
|
|
29241
|
+
/** ID of the secret. */
|
|
29242
|
+
secretId: string;
|
|
29243
|
+
/**
|
|
29244
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29245
|
+
* augment by 1.
|
|
29246
|
+
*/
|
|
29247
|
+
revision: number;
|
|
29248
|
+
/** The base64-encoded secret payload of the version. */
|
|
29249
|
+
data: string;
|
|
29250
|
+
/**
|
|
29251
|
+
* This field is only available if a CRC32 was supplied during the creation of
|
|
29252
|
+
* the version.
|
|
29253
|
+
*/
|
|
29254
|
+
dataCrc32?: number;
|
|
29255
|
+
}
|
|
29256
|
+
type AddSecretOwnerRequest = {
|
|
29257
|
+
/**
|
|
29258
|
+
* Region to target. If none is passed will use default region from the
|
|
29259
|
+
* config.
|
|
29260
|
+
*/
|
|
29261
|
+
region?: Region;
|
|
29262
|
+
/** ID of the secret. */
|
|
29263
|
+
secretId: string;
|
|
29264
|
+
/** See `Product` enum for description of values. */
|
|
29265
|
+
product?: Product;
|
|
29266
|
+
};
|
|
29267
|
+
type BrowseSecretsRequest = {
|
|
29268
|
+
/**
|
|
29269
|
+
* Region to target. If none is passed will use default region from the
|
|
29270
|
+
* config.
|
|
29271
|
+
*/
|
|
29272
|
+
region?: Region;
|
|
29273
|
+
/** Filter by Project ID (optional). */
|
|
29274
|
+
projectId?: string;
|
|
29275
|
+
orderBy?: BrowseSecretsRequestOrderBy;
|
|
29276
|
+
/** Filter secrets and folders for a given prefix (default /). */
|
|
29277
|
+
prefix: string;
|
|
29278
|
+
page?: number;
|
|
29279
|
+
pageSize?: number;
|
|
29280
|
+
};
|
|
29281
|
+
interface BrowseSecretsResponse {
|
|
29282
|
+
/** Repeated item of type secret or folder, sorted by the request parameter. */
|
|
29283
|
+
items: BrowseSecretsResponseItem[];
|
|
29284
|
+
/** Current path for the given prefix. */
|
|
29285
|
+
currentPath: string;
|
|
29286
|
+
/** Count of all secrets and folders matching the requested criteria. */
|
|
29287
|
+
totalCount: number;
|
|
29288
|
+
}
|
|
29289
|
+
type CreateSecretRequest = {
|
|
29290
|
+
/**
|
|
29291
|
+
* Region to target. If none is passed will use default region from the
|
|
29292
|
+
* config.
|
|
29293
|
+
*/
|
|
29294
|
+
region?: Region;
|
|
29295
|
+
/** ID of the Project containing the secret. */
|
|
29296
|
+
projectId?: string;
|
|
29297
|
+
/** Name of the secret. */
|
|
29298
|
+
name: string;
|
|
29299
|
+
/** List of the secret's tags. */
|
|
29300
|
+
tags?: string[];
|
|
29301
|
+
/** Description of the secret. */
|
|
29302
|
+
description?: string;
|
|
29303
|
+
/**
|
|
29304
|
+
* (Optional.) See `Secret.Type` enum for description of values. If not
|
|
29305
|
+
* specified, the type is `Opaque`.
|
|
29306
|
+
*/
|
|
29307
|
+
type?: SecretType;
|
|
29308
|
+
/**
|
|
29309
|
+
* (Optional.) Location of the secret in the directory structure. If not
|
|
29310
|
+
* specified, the path is `/`.
|
|
29311
|
+
*/
|
|
29312
|
+
path?: string;
|
|
29313
|
+
/**
|
|
29314
|
+
* (Optional.) Policy that defines whether/when a secret's versions expire. By
|
|
29315
|
+
* default, the policy is applied to all the secret's versions.
|
|
29316
|
+
*/
|
|
29317
|
+
ephemeralPolicy?: EphemeralPolicy;
|
|
29318
|
+
/** A protected secret cannot be deleted. */
|
|
29319
|
+
protected: boolean;
|
|
29320
|
+
};
|
|
29321
|
+
type CreateSecretVersionRequest = {
|
|
29322
|
+
/**
|
|
29323
|
+
* Region to target. If none is passed will use default region from the
|
|
29324
|
+
* config.
|
|
29325
|
+
*/
|
|
29326
|
+
region?: Region;
|
|
29327
|
+
/** ID of the secret. */
|
|
29328
|
+
secretId: string;
|
|
29329
|
+
/** The base64-encoded secret payload of the version. */
|
|
29330
|
+
data: string;
|
|
29331
|
+
/** Description of the version. */
|
|
29332
|
+
description?: string;
|
|
29333
|
+
/**
|
|
29334
|
+
* (Optional.) If there is no previous version or if the previous version was
|
|
29335
|
+
* already disabled, does nothing.
|
|
29336
|
+
*/
|
|
29337
|
+
disablePrevious?: boolean;
|
|
29338
|
+
/**
|
|
29339
|
+
* If specified, Secret Manager will verify the integrity of the data received
|
|
29340
|
+
* against the given CRC32 checksum. An error is returned if the CRC32 does
|
|
29341
|
+
* not match. If, however, the CRC32 matches, it will be stored and returned
|
|
29342
|
+
* along with the SecretVersion on future access requests.
|
|
29343
|
+
*/
|
|
29344
|
+
dataCrc32?: number;
|
|
29345
|
+
};
|
|
29346
|
+
type DeleteSecretRequest = {
|
|
29347
|
+
/**
|
|
29348
|
+
* Region to target. If none is passed will use default region from the
|
|
29349
|
+
* config.
|
|
29350
|
+
*/
|
|
29351
|
+
region?: Region;
|
|
29352
|
+
/** ID of the secret. */
|
|
29353
|
+
secretId: string;
|
|
29354
|
+
};
|
|
29355
|
+
type DeleteSecretVersionRequest = {
|
|
29356
|
+
/**
|
|
29357
|
+
* Region to target. If none is passed will use default region from the
|
|
29358
|
+
* config.
|
|
29359
|
+
*/
|
|
29360
|
+
region?: Region;
|
|
29361
|
+
/** ID of the secret. */
|
|
29362
|
+
secretId: string;
|
|
29363
|
+
/**
|
|
29364
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29365
|
+
* augment by 1. Value can be either:
|
|
29366
|
+
*
|
|
29367
|
+
* - A number (the revision number)
|
|
29368
|
+
* - "latest" (the latest revision)
|
|
29369
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29370
|
+
*/
|
|
29371
|
+
revision: string;
|
|
29372
|
+
};
|
|
29373
|
+
type DisableSecretVersionRequest = {
|
|
29374
|
+
/**
|
|
29375
|
+
* Region to target. If none is passed will use default region from the
|
|
29376
|
+
* config.
|
|
29377
|
+
*/
|
|
29378
|
+
region?: Region;
|
|
29379
|
+
/** ID of the secret. */
|
|
29380
|
+
secretId: string;
|
|
29381
|
+
/**
|
|
29382
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29383
|
+
* augment by 1. Value can be either:
|
|
29384
|
+
*
|
|
29385
|
+
* - A number (the revision number)
|
|
29386
|
+
* - "latest" (the latest revision)
|
|
29387
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29388
|
+
*/
|
|
29389
|
+
revision: string;
|
|
29390
|
+
};
|
|
29391
|
+
type EnableSecretVersionRequest = {
|
|
29392
|
+
/**
|
|
29393
|
+
* Region to target. If none is passed will use default region from the
|
|
29394
|
+
* config.
|
|
29395
|
+
*/
|
|
29396
|
+
region?: Region;
|
|
29397
|
+
/** ID of the secret. */
|
|
29398
|
+
secretId: string;
|
|
29399
|
+
/**
|
|
29400
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29401
|
+
* augment by 1. Value can be either:
|
|
29402
|
+
*
|
|
29403
|
+
* - A number (the revision number)
|
|
29404
|
+
* - "latest" (the latest revision)
|
|
29405
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29406
|
+
*/
|
|
29407
|
+
revision: string;
|
|
29408
|
+
};
|
|
29409
|
+
type GetSecretRequest = {
|
|
29410
|
+
/**
|
|
29411
|
+
* Region to target. If none is passed will use default region from the
|
|
29412
|
+
* config.
|
|
29413
|
+
*/
|
|
29414
|
+
region?: Region;
|
|
29415
|
+
/** ID of the secret. */
|
|
29416
|
+
secretId: string;
|
|
29417
|
+
};
|
|
29418
|
+
type GetSecretVersionRequest = {
|
|
29419
|
+
/**
|
|
29420
|
+
* Region to target. If none is passed will use default region from the
|
|
29421
|
+
* config.
|
|
29422
|
+
*/
|
|
29423
|
+
region?: Region;
|
|
29424
|
+
/** ID of the secret. */
|
|
29425
|
+
secretId: string;
|
|
29426
|
+
/**
|
|
29427
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29428
|
+
* augment by 1. Value can be either:
|
|
29429
|
+
*
|
|
29430
|
+
* - A number (the revision number)
|
|
29431
|
+
* - "latest" (the latest revision)
|
|
29432
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29433
|
+
*/
|
|
29434
|
+
revision: string;
|
|
29435
|
+
};
|
|
29436
|
+
type ListSecretVersionsRequest = {
|
|
29437
|
+
/**
|
|
29438
|
+
* Region to target. If none is passed will use default region from the
|
|
29439
|
+
* config.
|
|
29440
|
+
*/
|
|
29441
|
+
region?: Region;
|
|
29442
|
+
/** ID of the secret. */
|
|
29443
|
+
secretId: string;
|
|
29444
|
+
page?: number;
|
|
29445
|
+
pageSize?: number;
|
|
29446
|
+
/** Filter results by status. */
|
|
29447
|
+
status?: SecretVersionStatus[];
|
|
29448
|
+
};
|
|
29449
|
+
interface ListSecretVersionsResponse {
|
|
29450
|
+
/** Single page of versions. */
|
|
29451
|
+
versions: SecretVersion[];
|
|
29452
|
+
/** Number of versions. */
|
|
29453
|
+
totalCount: number;
|
|
29454
|
+
}
|
|
29455
|
+
type ListSecretsRequest = {
|
|
29456
|
+
/**
|
|
29457
|
+
* Region to target. If none is passed will use default region from the
|
|
29458
|
+
* config.
|
|
29459
|
+
*/
|
|
29460
|
+
region?: Region;
|
|
29461
|
+
/** Filter by Organization ID (optional). */
|
|
29462
|
+
organizationId?: string;
|
|
29463
|
+
/** Filter by Project ID (optional). */
|
|
29464
|
+
projectId?: string;
|
|
29465
|
+
orderBy?: ListSecretsRequestOrderBy;
|
|
29466
|
+
page?: number;
|
|
29467
|
+
pageSize?: number;
|
|
29468
|
+
/** List of tags to filter on (optional). */
|
|
29469
|
+
tags?: string[];
|
|
29470
|
+
/** Filter by secret name (optional). */
|
|
29471
|
+
name?: string;
|
|
29472
|
+
/** Filter by exact path (optional). */
|
|
29473
|
+
path?: string;
|
|
29474
|
+
/** Filter by ephemeral / not ephemeral (optional). */
|
|
29475
|
+
ephemeral?: boolean;
|
|
29476
|
+
};
|
|
29477
|
+
interface ListSecretsResponse {
|
|
29478
|
+
/** Single page of secrets matching the requested criteria. */
|
|
29479
|
+
secrets: Secret[];
|
|
29480
|
+
/** Count of all secrets matching the requested criteria. */
|
|
29481
|
+
totalCount: number;
|
|
29482
|
+
}
|
|
29483
|
+
type ProtectSecretRequest = {
|
|
29484
|
+
/**
|
|
29485
|
+
* Region to target. If none is passed will use default region from the
|
|
29486
|
+
* config.
|
|
29487
|
+
*/
|
|
29488
|
+
region?: Region;
|
|
29489
|
+
/** ID of the secret to enable secret protection for. */
|
|
29490
|
+
secretId: string;
|
|
29491
|
+
};
|
|
29492
|
+
type UnprotectSecretRequest = {
|
|
29493
|
+
/**
|
|
29494
|
+
* Region to target. If none is passed will use default region from the
|
|
29495
|
+
* config.
|
|
29496
|
+
*/
|
|
29497
|
+
region?: Region;
|
|
29498
|
+
/** ID of the secret to disable secret protection for. */
|
|
29499
|
+
secretId: string;
|
|
29500
|
+
};
|
|
29501
|
+
type UpdateSecretRequest = {
|
|
29502
|
+
/**
|
|
29503
|
+
* Region to target. If none is passed will use default region from the
|
|
29504
|
+
* config.
|
|
29505
|
+
*/
|
|
29506
|
+
region?: Region;
|
|
29507
|
+
/** ID of the secret. */
|
|
29508
|
+
secretId: string;
|
|
29509
|
+
/** Secret's updated name (optional). */
|
|
29510
|
+
name?: string;
|
|
29511
|
+
/** Secret's updated list of tags (optional). */
|
|
29512
|
+
tags?: string[];
|
|
29513
|
+
/** Description of the secret. */
|
|
29514
|
+
description?: string;
|
|
29515
|
+
/**
|
|
29516
|
+
* (Optional.) Location of the folder in the directory structure. If not
|
|
29517
|
+
* specified, the path is `/`.
|
|
29518
|
+
*/
|
|
29519
|
+
path?: string;
|
|
29520
|
+
/** (Optional.) Policy that defines whether/when a secret's versions expire. */
|
|
29521
|
+
ephemeralPolicy?: EphemeralPolicy;
|
|
29522
|
+
};
|
|
29523
|
+
type UpdateSecretVersionRequest = {
|
|
29524
|
+
/**
|
|
29525
|
+
* Region to target. If none is passed will use default region from the
|
|
29526
|
+
* config.
|
|
29527
|
+
*/
|
|
29528
|
+
region?: Region;
|
|
29529
|
+
/** ID of the secret. */
|
|
29530
|
+
secretId: string;
|
|
29531
|
+
/**
|
|
29532
|
+
* The first version of the secret is numbered 1, and all subsequent revisions
|
|
29533
|
+
* augment by 1. Value can be either:
|
|
29534
|
+
*
|
|
29535
|
+
* - A number (the revision number)
|
|
29536
|
+
* - "latest" (the latest revision)
|
|
29537
|
+
* - "latest_enabled" (the latest enabled revision).
|
|
29538
|
+
*/
|
|
29539
|
+
revision: string;
|
|
29540
|
+
/** Description of the version. */
|
|
29541
|
+
description?: string;
|
|
29542
|
+
/**
|
|
29543
|
+
* (Optional.) Properties that defines the version's expiration date, whether
|
|
29544
|
+
* it expires after being accessed once, and the action to perform (disable or
|
|
29545
|
+
* delete) once the version expires.
|
|
29546
|
+
*/
|
|
29547
|
+
ephemeralProperties?: EphemeralProperties;
|
|
29548
|
+
};
|
|
29549
|
+
|
|
29550
|
+
/**
|
|
29551
|
+
* Secret Manager API.
|
|
29552
|
+
*
|
|
29553
|
+
* This API allows you to conveniently store, access and share sensitive data
|
|
29554
|
+
* such as passwords, API keys and certificates.
|
|
29555
|
+
*/
|
|
29556
|
+
declare class API$7 extends API$y {
|
|
29557
|
+
/** Lists the available regions of the API. */
|
|
29558
|
+
static readonly LOCALITIES: Region[];
|
|
29559
|
+
/**
|
|
29560
|
+
* Create a secret. You must specify the `region` to create a secret.
|
|
29561
|
+
*
|
|
29562
|
+
* @param request - The request {@link CreateSecretRequest}
|
|
29563
|
+
* @returns A Promise of Secret
|
|
29564
|
+
*/
|
|
29565
|
+
createSecret: (request: Readonly<CreateSecretRequest>) => Promise<Secret>;
|
|
29566
|
+
/**
|
|
29567
|
+
* Get metadata using the secret's ID. Retrieve the metadata of a secret
|
|
29568
|
+
* specified by the `region` and `secret_id` parameters.
|
|
29569
|
+
*
|
|
29570
|
+
* @param request - The request {@link GetSecretRequest}
|
|
29571
|
+
* @returns A Promise of Secret
|
|
29572
|
+
*/
|
|
29573
|
+
getSecret: (request: Readonly<GetSecretRequest>) => Promise<Secret>;
|
|
29574
|
+
/**
|
|
29575
|
+
* Update metadata of a secret. Edit a secret's metadata such as name, tag(s),
|
|
29576
|
+
* description and ephemeral policy. The secret to update is specified by the
|
|
29577
|
+
* `secret_id` and `region` parameters.
|
|
29578
|
+
*
|
|
29579
|
+
* @param request - The request {@link UpdateSecretRequest}
|
|
29580
|
+
* @returns A Promise of Secret
|
|
29581
|
+
*/
|
|
29582
|
+
updateSecret: (request: Readonly<UpdateSecretRequest>) => Promise<Secret>;
|
|
29583
|
+
/**
|
|
29584
|
+
* Delete a secret. Delete a given secret specified by the `region` and
|
|
29585
|
+
* `secret_id` parameters.
|
|
29586
|
+
*
|
|
29587
|
+
* @param request - The request {@link DeleteSecretRequest}
|
|
29588
|
+
*/
|
|
29589
|
+
deleteSecret: (request: Readonly<DeleteSecretRequest>) => Promise<void>;
|
|
29590
|
+
protected pageOfListSecrets: (request?: Readonly<ListSecretsRequest>) => Promise<ListSecretsResponse>;
|
|
29591
|
+
/**
|
|
29592
|
+
* List secrets. Retrieve the list of secrets created within an Organization
|
|
29593
|
+
* and/or Project. You must specify either the `organization_id` or the
|
|
29594
|
+
* `project_id` and the `region`.
|
|
29595
|
+
*
|
|
29596
|
+
* @param request - The request {@link ListSecretsRequest}
|
|
29597
|
+
* @returns A Promise of ListSecretsResponse
|
|
29598
|
+
*/
|
|
29599
|
+
listSecrets: (request?: Readonly<ListSecretsRequest>) => Promise<ListSecretsResponse> & {
|
|
29600
|
+
all: () => Promise<Secret[]>;
|
|
29601
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Secret[], void, void>;
|
|
29602
|
+
};
|
|
29603
|
+
/**
|
|
29604
|
+
* Browse secrets. Retrieve the list of secrets and folders for the given
|
|
29605
|
+
* prefix. You must specify either the `organization_id` or the `project_id`
|
|
29606
|
+
* and the `region`.
|
|
29607
|
+
*
|
|
29608
|
+
* @param request - The request {@link BrowseSecretsRequest}
|
|
29609
|
+
* @returns A Promise of BrowseSecretsResponse
|
|
29610
|
+
*/
|
|
29611
|
+
browseSecrets: (request: Readonly<BrowseSecretsRequest>) => Promise<BrowseSecretsResponse>;
|
|
29612
|
+
/**
|
|
29613
|
+
* Enable secret protection. Enable secret protection for a given secret
|
|
29614
|
+
* specified by the `secret_id` parameter. Enabling secret protection means
|
|
29615
|
+
* that your secret can be read and modified, but it cannot be deleted.
|
|
29616
|
+
*
|
|
29617
|
+
* @param request - The request {@link ProtectSecretRequest}
|
|
29618
|
+
* @returns A Promise of Secret
|
|
29619
|
+
*/
|
|
29620
|
+
protectSecret: (request: Readonly<ProtectSecretRequest>) => Promise<Secret>;
|
|
29621
|
+
/**
|
|
29622
|
+
* Disable secret protection. Disable secret protection for a given secret
|
|
29623
|
+
* specified by the `secret_id` parameter. Disabling secret protection means
|
|
29624
|
+
* that your secret can be read, modified and deleted.
|
|
29625
|
+
*
|
|
29626
|
+
* @param request - The request {@link UnprotectSecretRequest}
|
|
29627
|
+
* @returns A Promise of Secret
|
|
29628
|
+
*/
|
|
29629
|
+
unprotectSecret: (request: Readonly<UnprotectSecretRequest>) => Promise<Secret>;
|
|
29630
|
+
/**
|
|
29631
|
+
* Allow a product to use the secret.
|
|
29632
|
+
*
|
|
29633
|
+
* @param request - The request {@link AddSecretOwnerRequest}
|
|
29634
|
+
*/
|
|
29635
|
+
addSecretOwner: (request: Readonly<AddSecretOwnerRequest>) => Promise<void>;
|
|
29636
|
+
/**
|
|
29637
|
+
* Create a version. Create a version of a given secret specified by the
|
|
29638
|
+
* `region` and `secret_id` parameters.
|
|
29639
|
+
*
|
|
29640
|
+
* @param request - The request {@link CreateSecretVersionRequest}
|
|
29641
|
+
* @returns A Promise of SecretVersion
|
|
29642
|
+
*/
|
|
29643
|
+
createSecretVersion: (request: Readonly<CreateSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29644
|
+
/**
|
|
29645
|
+
* Get metadata of a secret's version using the secret's ID. Retrieve the
|
|
29646
|
+
* metadata of a secret's given version specified by the `region`, `secret_id`
|
|
29647
|
+
* and `revision` parameters.
|
|
29648
|
+
*
|
|
29649
|
+
* @param request - The request {@link GetSecretVersionRequest}
|
|
29650
|
+
* @returns A Promise of SecretVersion
|
|
29651
|
+
*/
|
|
29652
|
+
getSecretVersion: (request: Readonly<GetSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29653
|
+
/**
|
|
29654
|
+
* Update metadata of a version. Edit the metadata of a secret's given
|
|
29655
|
+
* version, specified by the `region`, `secret_id` and `revision` parameters.
|
|
29656
|
+
*
|
|
29657
|
+
* @param request - The request {@link UpdateSecretVersionRequest}
|
|
29658
|
+
* @returns A Promise of SecretVersion
|
|
29659
|
+
*/
|
|
29660
|
+
updateSecretVersion: (request: Readonly<UpdateSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29661
|
+
/**
|
|
29662
|
+
* Delete a version. Delete a secret's version and the sensitive data
|
|
29663
|
+
* contained in it. Deleting a version is permanent and cannot be undone.
|
|
29664
|
+
*
|
|
29665
|
+
* @param request - The request {@link DeleteSecretVersionRequest}
|
|
29666
|
+
*/
|
|
29667
|
+
deleteSecretVersion: (request: Readonly<DeleteSecretVersionRequest>) => Promise<void>;
|
|
29668
|
+
protected pageOfListSecretVersions: (request: Readonly<ListSecretVersionsRequest>) => Promise<ListSecretVersionsResponse>;
|
|
29669
|
+
/**
|
|
29670
|
+
* List versions of a secret using the secret's ID. Retrieve the list of a
|
|
29671
|
+
* given secret's versions specified by the `secret_id` and `region`
|
|
29672
|
+
* parameters.
|
|
29673
|
+
*
|
|
29674
|
+
* @param request - The request {@link ListSecretVersionsRequest}
|
|
29675
|
+
* @returns A Promise of ListSecretVersionsResponse
|
|
29676
|
+
*/
|
|
29677
|
+
listSecretVersions: (request: Readonly<ListSecretVersionsRequest>) => Promise<ListSecretVersionsResponse> & {
|
|
29678
|
+
all: () => Promise<SecretVersion[]>;
|
|
29679
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<SecretVersion[], void, void>;
|
|
29680
|
+
};
|
|
29681
|
+
/**
|
|
29682
|
+
* Access a secret's version using the secret's ID. Access sensitive data in a
|
|
29683
|
+
* secret's version specified by the `region`, `secret_id` and `revision`
|
|
29684
|
+
* parameters.
|
|
29685
|
+
*
|
|
29686
|
+
* @param request - The request {@link AccessSecretVersionRequest}
|
|
29687
|
+
* @returns A Promise of AccessSecretVersionResponse
|
|
29688
|
+
*/
|
|
29689
|
+
accessSecretVersion: (request: Readonly<AccessSecretVersionRequest>) => Promise<AccessSecretVersionResponse>;
|
|
29690
|
+
/**
|
|
29691
|
+
* Enable a version. Make a specific version accessible. You must specify the
|
|
29692
|
+
* `region`, `secret_id` and `revision` parameters.
|
|
29693
|
+
*
|
|
29694
|
+
* @param request - The request {@link EnableSecretVersionRequest}
|
|
29695
|
+
* @returns A Promise of SecretVersion
|
|
29696
|
+
*/
|
|
29697
|
+
enableSecretVersion: (request: Readonly<EnableSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29698
|
+
/**
|
|
29699
|
+
* Disable a version. Make a specific version inaccessible. You must specify
|
|
29700
|
+
* the `region`, `secret_id` and `revision` parameters.
|
|
29701
|
+
*
|
|
29702
|
+
* @param request - The request {@link DisableSecretVersionRequest}
|
|
29703
|
+
* @returns A Promise of SecretVersion
|
|
29704
|
+
*/
|
|
29705
|
+
disableSecretVersion: (request: Readonly<DisableSecretVersionRequest>) => Promise<SecretVersion>;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
type index_gen$8_AccessSecretVersionRequest = AccessSecretVersionRequest;
|
|
29709
|
+
type index_gen$8_AccessSecretVersionResponse = AccessSecretVersionResponse;
|
|
29710
|
+
type index_gen$8_AddSecretOwnerRequest = AddSecretOwnerRequest;
|
|
29711
|
+
type index_gen$8_BrowseSecretsRequest = BrowseSecretsRequest;
|
|
29712
|
+
type index_gen$8_BrowseSecretsRequestOrderBy = BrowseSecretsRequestOrderBy;
|
|
29713
|
+
type index_gen$8_BrowseSecretsResponse = BrowseSecretsResponse;
|
|
29714
|
+
type index_gen$8_BrowseSecretsResponseItem = BrowseSecretsResponseItem;
|
|
29715
|
+
type index_gen$8_BrowseSecretsResponseItemFolderDetails = BrowseSecretsResponseItemFolderDetails;
|
|
29716
|
+
type index_gen$8_BrowseSecretsResponseItemSecretDetails = BrowseSecretsResponseItemSecretDetails;
|
|
29717
|
+
type index_gen$8_CreateSecretRequest = CreateSecretRequest;
|
|
29718
|
+
type index_gen$8_CreateSecretVersionRequest = CreateSecretVersionRequest;
|
|
29719
|
+
type index_gen$8_DeleteSecretRequest = DeleteSecretRequest;
|
|
29720
|
+
type index_gen$8_DeleteSecretVersionRequest = DeleteSecretVersionRequest;
|
|
29721
|
+
type index_gen$8_DisableSecretVersionRequest = DisableSecretVersionRequest;
|
|
29722
|
+
type index_gen$8_EnableSecretVersionRequest = EnableSecretVersionRequest;
|
|
29723
|
+
type index_gen$8_EphemeralPolicy = EphemeralPolicy;
|
|
29724
|
+
type index_gen$8_EphemeralPolicyAction = EphemeralPolicyAction;
|
|
29725
|
+
type index_gen$8_EphemeralProperties = EphemeralProperties;
|
|
29726
|
+
type index_gen$8_GetSecretRequest = GetSecretRequest;
|
|
29727
|
+
type index_gen$8_GetSecretVersionRequest = GetSecretVersionRequest;
|
|
29728
|
+
type index_gen$8_ListSecretVersionsRequest = ListSecretVersionsRequest;
|
|
29729
|
+
type index_gen$8_ListSecretVersionsResponse = ListSecretVersionsResponse;
|
|
29730
|
+
type index_gen$8_ListSecretsRequest = ListSecretsRequest;
|
|
29731
|
+
type index_gen$8_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
|
|
29732
|
+
type index_gen$8_ListSecretsResponse = ListSecretsResponse;
|
|
29733
|
+
type index_gen$8_Product = Product;
|
|
29734
|
+
type index_gen$8_ProtectSecretRequest = ProtectSecretRequest;
|
|
29735
|
+
type index_gen$8_Secret = Secret;
|
|
29736
|
+
type index_gen$8_SecretStatus = SecretStatus;
|
|
29737
|
+
type index_gen$8_SecretType = SecretType;
|
|
29738
|
+
type index_gen$8_SecretVersion = SecretVersion;
|
|
29739
|
+
type index_gen$8_SecretVersionStatus = SecretVersionStatus;
|
|
29740
|
+
type index_gen$8_UnprotectSecretRequest = UnprotectSecretRequest;
|
|
29741
|
+
type index_gen$8_UpdateSecretRequest = UpdateSecretRequest;
|
|
29742
|
+
type index_gen$8_UpdateSecretVersionRequest = UpdateSecretVersionRequest;
|
|
29743
|
+
declare namespace index_gen$8 {
|
|
29744
|
+
export { API$7 as API, type index_gen$8_AccessSecretVersionRequest as AccessSecretVersionRequest, type index_gen$8_AccessSecretVersionResponse as AccessSecretVersionResponse, type index_gen$8_AddSecretOwnerRequest as AddSecretOwnerRequest, type index_gen$8_BrowseSecretsRequest as BrowseSecretsRequest, type index_gen$8_BrowseSecretsRequestOrderBy as BrowseSecretsRequestOrderBy, type index_gen$8_BrowseSecretsResponse as BrowseSecretsResponse, type index_gen$8_BrowseSecretsResponseItem as BrowseSecretsResponseItem, type index_gen$8_BrowseSecretsResponseItemFolderDetails as BrowseSecretsResponseItemFolderDetails, type index_gen$8_BrowseSecretsResponseItemSecretDetails as BrowseSecretsResponseItemSecretDetails, type index_gen$8_CreateSecretRequest as CreateSecretRequest, type index_gen$8_CreateSecretVersionRequest as CreateSecretVersionRequest, type index_gen$8_DeleteSecretRequest as DeleteSecretRequest, type index_gen$8_DeleteSecretVersionRequest as DeleteSecretVersionRequest, type index_gen$8_DisableSecretVersionRequest as DisableSecretVersionRequest, type index_gen$8_EnableSecretVersionRequest as EnableSecretVersionRequest, type index_gen$8_EphemeralPolicy as EphemeralPolicy, type index_gen$8_EphemeralPolicyAction as EphemeralPolicyAction, type index_gen$8_EphemeralProperties as EphemeralProperties, type index_gen$8_GetSecretRequest as GetSecretRequest, type index_gen$8_GetSecretVersionRequest as GetSecretVersionRequest, type index_gen$8_ListSecretVersionsRequest as ListSecretVersionsRequest, type index_gen$8_ListSecretVersionsResponse as ListSecretVersionsResponse, type index_gen$8_ListSecretsRequest as ListSecretsRequest, type index_gen$8_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy, type index_gen$8_ListSecretsResponse as ListSecretsResponse, type index_gen$8_Product as Product, type index_gen$8_ProtectSecretRequest as ProtectSecretRequest, type index_gen$8_Secret as Secret, type index_gen$8_SecretStatus as SecretStatus, type index_gen$8_SecretType as SecretType, type index_gen$8_SecretVersion as SecretVersion, type index_gen$8_SecretVersionStatus as SecretVersionStatus, type index_gen$8_UnprotectSecretRequest as UnprotectSecretRequest, type index_gen$8_UpdateSecretRequest as UpdateSecretRequest, type index_gen$8_UpdateSecretVersionRequest as UpdateSecretVersionRequest };
|
|
29745
|
+
}
|
|
29746
|
+
|
|
29747
|
+
declare namespace index$6 {
|
|
29748
|
+
export { index_gen$9 as v1alpha1, index_gen$8 as v1beta1 };
|
|
29749
|
+
}
|
|
29750
|
+
|
|
29751
|
+
type DatabaseBackupStatus = 'unknown_status' | 'error' | 'ready' | 'locked';
|
|
29752
|
+
type DatabaseStatus = 'unknown_status' | 'error' | 'creating' | 'ready' | 'deleting' | 'restoring' | 'locked';
|
|
29753
|
+
type ListDatabaseBackupsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
29754
|
+
type ListDatabasesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
29755
|
+
interface DatabaseBackup {
|
|
29756
|
+
/** UUID that uniquely identifies a Serverless SQL Database backup. */
|
|
29757
|
+
id: string;
|
|
29758
|
+
/**
|
|
29759
|
+
* Status of the Serverless SQL Database backup. One of `unknown_status` |
|
|
29760
|
+
* `error` | `ready` | `locked`.
|
|
29761
|
+
*/
|
|
29762
|
+
status: DatabaseBackupStatus;
|
|
29763
|
+
/** The ID of your Scaleway organization. */
|
|
29764
|
+
organizationId: string;
|
|
29765
|
+
/** UUID of the Scaleway project. */
|
|
29766
|
+
projectId: string;
|
|
29767
|
+
/** UUID of the source Serverless SQL Database the backup is created from. */
|
|
29768
|
+
databaseId: string;
|
|
29769
|
+
/** Creation date. */
|
|
29770
|
+
createdAt?: Date;
|
|
29771
|
+
/** Expiration date. */
|
|
29772
|
+
expiresAt?: Date;
|
|
29773
|
+
/** Size of the database backup. */
|
|
29774
|
+
size?: number;
|
|
29775
|
+
/** Download URL of the exported database backup. */
|
|
29776
|
+
downloadUrl?: string;
|
|
29777
|
+
/** Expiration date of the download URL. */
|
|
29778
|
+
downloadUrlExpiresAt?: Date;
|
|
29779
|
+
/** Region of the database backup. */
|
|
29780
|
+
region: Region;
|
|
29781
|
+
}
|
|
29782
|
+
interface Database$1 {
|
|
29783
|
+
/** UUID that uniquely identifies your Serverless SQL DB Database. */
|
|
29784
|
+
id: string;
|
|
29785
|
+
/** Name of the database. */
|
|
29786
|
+
name: string;
|
|
29787
|
+
/**
|
|
29788
|
+
* Status of the Serverless SQL Ddatabase. One of `unknown_status` | `ready` |
|
|
29789
|
+
* `creating` | `deleting` | `error` | `restoring` | `locked`.
|
|
29790
|
+
*/
|
|
29791
|
+
status: DatabaseStatus;
|
|
29792
|
+
/** Endpoint of the database. */
|
|
29793
|
+
endpoint: string;
|
|
29794
|
+
/** The ID of your Scaleway organization. */
|
|
29795
|
+
organizationId: string;
|
|
29796
|
+
/** Project ID the database belongs to. */
|
|
29797
|
+
projectId: string;
|
|
29798
|
+
/** Region of the database. */
|
|
29799
|
+
region: Region;
|
|
29800
|
+
/** Creation date. */
|
|
29801
|
+
createdAt?: Date;
|
|
29802
|
+
/** The minimum number of CPU units for your Serverless SQL Database. */
|
|
29803
|
+
cpuMin: number;
|
|
29804
|
+
/** The maximum number of CPU units for your Serverless SQL Database. */
|
|
29805
|
+
cpuMax: number;
|
|
29806
|
+
/** The current number of CPU units allocated to your Serverless SQL Database. */
|
|
29807
|
+
cpuCurrent: number;
|
|
29808
|
+
/** Whether your Serverless SQL Database is running or not. */
|
|
29809
|
+
started: boolean;
|
|
29810
|
+
/** The major version of the underlying database engine. */
|
|
29811
|
+
engineMajorVersion: number;
|
|
29812
|
+
}
|
|
29813
|
+
type CreateDatabaseRequest$1 = {
|
|
29814
|
+
/**
|
|
29815
|
+
* Region to target. If none is passed will use default region from the
|
|
29816
|
+
* config.
|
|
29817
|
+
*/
|
|
29818
|
+
region?: Region;
|
|
29819
|
+
/** The ID of your Scaleway project. */
|
|
29820
|
+
projectId?: string;
|
|
29208
29821
|
/** The name of the Serverless SQL Database to be created. */
|
|
29209
29822
|
name: string;
|
|
29210
29823
|
/** The minimum number of CPU units for your Serverless SQL Database. */
|
|
@@ -29333,7 +29946,7 @@ type UpdateDatabaseRequest$1 = {
|
|
|
29333
29946
|
*
|
|
29334
29947
|
* This API allows you to manage your Serverless SQL DB databases.
|
|
29335
29948
|
*/
|
|
29336
|
-
declare class API$6 extends API$
|
|
29949
|
+
declare class API$6 extends API$y {
|
|
29337
29950
|
/** Lists the available regions of the API. */
|
|
29338
29951
|
static readonly LOCALITIES: Region[];
|
|
29339
29952
|
/**
|
|
@@ -29626,7 +30239,7 @@ type UpdateHumanRequest = {
|
|
|
29626
30239
|
*
|
|
29627
30240
|
* No Auth Service for end-to-end testing.
|
|
29628
30241
|
*/
|
|
29629
|
-
declare class API$5 extends API$
|
|
30242
|
+
declare class API$5 extends API$y {
|
|
29630
30243
|
/**
|
|
29631
30244
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
29632
30245
|
* that must be used in all other commands.
|
|
@@ -30115,7 +30728,7 @@ interface Statistics {
|
|
|
30115
30728
|
}
|
|
30116
30729
|
|
|
30117
30730
|
/** Transactional Email API. */
|
|
30118
|
-
declare class API$4 extends API$
|
|
30731
|
+
declare class API$4 extends API$y {
|
|
30119
30732
|
/** Lists the available regions of the API. */
|
|
30120
30733
|
static readonly LOCALITIES: Region[];
|
|
30121
30734
|
/**
|
|
@@ -30391,7 +31004,7 @@ type UpdatePrivateNetworkRequest$1 = {
|
|
|
30391
31004
|
};
|
|
30392
31005
|
|
|
30393
31006
|
/** VPC API. */
|
|
30394
|
-
declare class API$3 extends API$
|
|
31007
|
+
declare class API$3 extends API$y {
|
|
30395
31008
|
/** Lists the available zones of the API. */
|
|
30396
31009
|
static readonly LOCALITIES: Zone[];
|
|
30397
31010
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -30768,7 +31381,7 @@ type UpdateVPCRequest = {
|
|
|
30768
31381
|
};
|
|
30769
31382
|
|
|
30770
31383
|
/** VPC API. */
|
|
30771
|
-
declare class API$2 extends API$
|
|
31384
|
+
declare class API$2 extends API$y {
|
|
30772
31385
|
/** Lists the available regions of the API. */
|
|
30773
31386
|
static readonly LOCALITIES: Region[];
|
|
30774
31387
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -31219,8 +31832,13 @@ interface Gateway {
|
|
|
31219
31832
|
bastionPort: number;
|
|
31220
31833
|
/** Defines whether SMTP traffic is allowed to pass through the gateway. */
|
|
31221
31834
|
smtpEnabled: boolean;
|
|
31222
|
-
/**
|
|
31835
|
+
/** Defines whether the gateway uses non-IPAM IP configurations. */
|
|
31223
31836
|
isLegacy: boolean;
|
|
31837
|
+
/**
|
|
31838
|
+
* Defines whether the gateway uses routed IPs (IP mobility) instead of NAT
|
|
31839
|
+
* IPs.
|
|
31840
|
+
*/
|
|
31841
|
+
ipMobilityEnabled: boolean;
|
|
31224
31842
|
/** Zone of the gateway. */
|
|
31225
31843
|
zone: Zone;
|
|
31226
31844
|
}
|
|
@@ -31422,6 +32040,12 @@ type DeletePATRuleRequest = {
|
|
|
31422
32040
|
/** ID of the PAT rule to delete. */
|
|
31423
32041
|
patRuleId: string;
|
|
31424
32042
|
};
|
|
32043
|
+
type EnableIPMobilityRequest = {
|
|
32044
|
+
/** Zone to target. If none is passed will use default zone from the config. */
|
|
32045
|
+
zone?: Zone;
|
|
32046
|
+
/** ID of the gateway to upgrade to IP mobility. */
|
|
32047
|
+
gatewayId: string;
|
|
32048
|
+
};
|
|
31425
32049
|
type GetDHCPEntryRequest = {
|
|
31426
32050
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
31427
32051
|
zone?: Zone;
|
|
@@ -31825,7 +32449,7 @@ type UpgradeGatewayRequest = {
|
|
|
31825
32449
|
};
|
|
31826
32450
|
|
|
31827
32451
|
/** Public Gateways API. */
|
|
31828
|
-
declare class API$1 extends API$
|
|
32452
|
+
declare class API$1 extends API$y {
|
|
31829
32453
|
/** Lists the available zones of the API. */
|
|
31830
32454
|
static readonly LOCALITIES: Zone[];
|
|
31831
32455
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -31893,6 +32517,14 @@ declare class API$1 extends API$x {
|
|
|
31893
32517
|
* @returns A Promise of Gateway
|
|
31894
32518
|
*/
|
|
31895
32519
|
upgradeGateway: (request: Readonly<UpgradeGatewayRequest>) => Promise<Gateway>;
|
|
32520
|
+
/**
|
|
32521
|
+
* Upgrade a Public Gateway to IP mobility. Upgrade a Public Gateway to IP
|
|
32522
|
+
* mobility (move from NAT IP to routed IP). This is idempotent: repeated
|
|
32523
|
+
* calls after the first will return no error but have no effect.
|
|
32524
|
+
*
|
|
32525
|
+
* @param request - The request {@link EnableIPMobilityRequest}
|
|
32526
|
+
*/
|
|
32527
|
+
enableIPMobility: (request: Readonly<EnableIPMobilityRequest>) => Promise<void>;
|
|
31896
32528
|
protected pageOfListGatewayNetworks: (request?: Readonly<ListGatewayNetworksRequest>) => Promise<ListGatewayNetworksResponse>;
|
|
31897
32529
|
/**
|
|
31898
32530
|
* List Public Gateway connections to Private Networks. List the connections
|
|
@@ -32224,6 +32856,7 @@ type index_gen$1_DeleteGatewayNetworkRequest = DeleteGatewayNetworkRequest;
|
|
|
32224
32856
|
type index_gen$1_DeleteGatewayRequest = DeleteGatewayRequest;
|
|
32225
32857
|
type index_gen$1_DeleteIPRequest = DeleteIPRequest;
|
|
32226
32858
|
type index_gen$1_DeletePATRuleRequest = DeletePATRuleRequest;
|
|
32859
|
+
type index_gen$1_EnableIPMobilityRequest = EnableIPMobilityRequest;
|
|
32227
32860
|
declare const index_gen$1_GATEWAY_NETWORK_TRANSIENT_STATUSES: typeof GATEWAY_NETWORK_TRANSIENT_STATUSES;
|
|
32228
32861
|
declare const index_gen$1_GATEWAY_TRANSIENT_STATUSES: typeof GATEWAY_TRANSIENT_STATUSES;
|
|
32229
32862
|
type index_gen$1_Gateway = Gateway;
|
|
@@ -32277,7 +32910,7 @@ type index_gen$1_UpdateIPRequest = UpdateIPRequest;
|
|
|
32277
32910
|
type index_gen$1_UpdatePATRuleRequest = UpdatePATRuleRequest;
|
|
32278
32911
|
type index_gen$1_UpgradeGatewayRequest = UpgradeGatewayRequest;
|
|
32279
32912
|
declare namespace index_gen$1 {
|
|
32280
|
-
export { API$1 as API, type index_gen$1_CreateDHCPEntryRequest as CreateDHCPEntryRequest, type index_gen$1_CreateDHCPRequest as CreateDHCPRequest, type index_gen$1_CreateGatewayNetworkRequest as CreateGatewayNetworkRequest, type index_gen$1_CreateGatewayNetworkRequestIpamConfig as CreateGatewayNetworkRequestIpamConfig, type index_gen$1_CreateGatewayRequest as CreateGatewayRequest, type index_gen$1_CreateIPRequest as CreateIPRequest, type index_gen$1_CreatePATRuleRequest as CreatePATRuleRequest, type index_gen$1_DHCP as DHCP, type index_gen$1_DHCPEntry as DHCPEntry, type index_gen$1_DHCPEntryType as DHCPEntryType, type index_gen$1_DeleteDHCPEntryRequest as DeleteDHCPEntryRequest, type index_gen$1_DeleteDHCPRequest as DeleteDHCPRequest, type index_gen$1_DeleteGatewayNetworkRequest as DeleteGatewayNetworkRequest, type index_gen$1_DeleteGatewayRequest as DeleteGatewayRequest, type index_gen$1_DeleteIPRequest as DeleteIPRequest, type index_gen$1_DeletePATRuleRequest as DeletePATRuleRequest, index_gen$1_GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES, index_gen$1_GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES, type index_gen$1_Gateway as Gateway, type index_gen$1_GatewayNetwork as GatewayNetwork, type index_gen$1_GatewayNetworkStatus as GatewayNetworkStatus, type index_gen$1_GatewayStatus as GatewayStatus, type index_gen$1_GatewayType as GatewayType, type index_gen$1_GetDHCPEntryRequest as GetDHCPEntryRequest, type index_gen$1_GetDHCPRequest as GetDHCPRequest, type index_gen$1_GetGatewayNetworkRequest as GetGatewayNetworkRequest, type index_gen$1_GetGatewayRequest as GetGatewayRequest, type index_gen$1_GetIPRequest as GetIPRequest, type index_gen$1_GetPATRuleRequest as GetPATRuleRequest, type index_gen$1_IP as IP, type index_gen$1_IpamConfig as IpamConfig, type index_gen$1_ListDHCPEntriesRequest as ListDHCPEntriesRequest, type index_gen$1_ListDHCPEntriesRequestOrderBy as ListDHCPEntriesRequestOrderBy, type index_gen$1_ListDHCPEntriesResponse as ListDHCPEntriesResponse, type index_gen$1_ListDHCPsRequest as ListDHCPsRequest, type index_gen$1_ListDHCPsRequestOrderBy as ListDHCPsRequestOrderBy, type index_gen$1_ListDHCPsResponse as ListDHCPsResponse, type index_gen$1_ListGatewayNetworksRequest as ListGatewayNetworksRequest, type index_gen$1_ListGatewayNetworksRequestOrderBy as ListGatewayNetworksRequestOrderBy, type index_gen$1_ListGatewayNetworksResponse as ListGatewayNetworksResponse, type index_gen$1_ListGatewayTypesRequest as ListGatewayTypesRequest, type index_gen$1_ListGatewayTypesResponse as ListGatewayTypesResponse, type index_gen$1_ListGatewaysRequest as ListGatewaysRequest, type index_gen$1_ListGatewaysRequestOrderBy as ListGatewaysRequestOrderBy, type index_gen$1_ListGatewaysResponse as ListGatewaysResponse, type index_gen$1_ListIPsRequest as ListIPsRequest, type index_gen$1_ListIPsRequestOrderBy as ListIPsRequestOrderBy, type index_gen$1_ListIPsResponse as ListIPsResponse, type index_gen$1_ListPATRulesRequest as ListPATRulesRequest, type index_gen$1_ListPATRulesRequestOrderBy as ListPATRulesRequestOrderBy, type index_gen$1_ListPATRulesResponse as ListPATRulesResponse, type index_gen$1_PATRule as PATRule, type index_gen$1_PATRuleProtocol as PATRuleProtocol, type index_gen$1_RefreshSSHKeysRequest as RefreshSSHKeysRequest, type index_gen$1_SetDHCPEntriesRequest as SetDHCPEntriesRequest, type index_gen$1_SetDHCPEntriesRequestEntry as SetDHCPEntriesRequestEntry, type index_gen$1_SetDHCPEntriesResponse as SetDHCPEntriesResponse, type index_gen$1_SetPATRulesRequest as SetPATRulesRequest, type index_gen$1_SetPATRulesRequestRule as SetPATRulesRequestRule, type index_gen$1_SetPATRulesResponse as SetPATRulesResponse, type index_gen$1_UpdateDHCPEntryRequest as UpdateDHCPEntryRequest, type index_gen$1_UpdateDHCPRequest as UpdateDHCPRequest, type index_gen$1_UpdateGatewayNetworkRequest as UpdateGatewayNetworkRequest, type index_gen$1_UpdateGatewayNetworkRequestIpamConfig as UpdateGatewayNetworkRequestIpamConfig, type index_gen$1_UpdateGatewayRequest as UpdateGatewayRequest, type index_gen$1_UpdateIPRequest as UpdateIPRequest, type index_gen$1_UpdatePATRuleRequest as UpdatePATRuleRequest, type index_gen$1_UpgradeGatewayRequest as UpgradeGatewayRequest };
|
|
32913
|
+
export { API$1 as API, type index_gen$1_CreateDHCPEntryRequest as CreateDHCPEntryRequest, type index_gen$1_CreateDHCPRequest as CreateDHCPRequest, type index_gen$1_CreateGatewayNetworkRequest as CreateGatewayNetworkRequest, type index_gen$1_CreateGatewayNetworkRequestIpamConfig as CreateGatewayNetworkRequestIpamConfig, type index_gen$1_CreateGatewayRequest as CreateGatewayRequest, type index_gen$1_CreateIPRequest as CreateIPRequest, type index_gen$1_CreatePATRuleRequest as CreatePATRuleRequest, type index_gen$1_DHCP as DHCP, type index_gen$1_DHCPEntry as DHCPEntry, type index_gen$1_DHCPEntryType as DHCPEntryType, type index_gen$1_DeleteDHCPEntryRequest as DeleteDHCPEntryRequest, type index_gen$1_DeleteDHCPRequest as DeleteDHCPRequest, type index_gen$1_DeleteGatewayNetworkRequest as DeleteGatewayNetworkRequest, type index_gen$1_DeleteGatewayRequest as DeleteGatewayRequest, type index_gen$1_DeleteIPRequest as DeleteIPRequest, type index_gen$1_DeletePATRuleRequest as DeletePATRuleRequest, type index_gen$1_EnableIPMobilityRequest as EnableIPMobilityRequest, index_gen$1_GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES, index_gen$1_GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES, type index_gen$1_Gateway as Gateway, type index_gen$1_GatewayNetwork as GatewayNetwork, type index_gen$1_GatewayNetworkStatus as GatewayNetworkStatus, type index_gen$1_GatewayStatus as GatewayStatus, type index_gen$1_GatewayType as GatewayType, type index_gen$1_GetDHCPEntryRequest as GetDHCPEntryRequest, type index_gen$1_GetDHCPRequest as GetDHCPRequest, type index_gen$1_GetGatewayNetworkRequest as GetGatewayNetworkRequest, type index_gen$1_GetGatewayRequest as GetGatewayRequest, type index_gen$1_GetIPRequest as GetIPRequest, type index_gen$1_GetPATRuleRequest as GetPATRuleRequest, type index_gen$1_IP as IP, type index_gen$1_IpamConfig as IpamConfig, type index_gen$1_ListDHCPEntriesRequest as ListDHCPEntriesRequest, type index_gen$1_ListDHCPEntriesRequestOrderBy as ListDHCPEntriesRequestOrderBy, type index_gen$1_ListDHCPEntriesResponse as ListDHCPEntriesResponse, type index_gen$1_ListDHCPsRequest as ListDHCPsRequest, type index_gen$1_ListDHCPsRequestOrderBy as ListDHCPsRequestOrderBy, type index_gen$1_ListDHCPsResponse as ListDHCPsResponse, type index_gen$1_ListGatewayNetworksRequest as ListGatewayNetworksRequest, type index_gen$1_ListGatewayNetworksRequestOrderBy as ListGatewayNetworksRequestOrderBy, type index_gen$1_ListGatewayNetworksResponse as ListGatewayNetworksResponse, type index_gen$1_ListGatewayTypesRequest as ListGatewayTypesRequest, type index_gen$1_ListGatewayTypesResponse as ListGatewayTypesResponse, type index_gen$1_ListGatewaysRequest as ListGatewaysRequest, type index_gen$1_ListGatewaysRequestOrderBy as ListGatewaysRequestOrderBy, type index_gen$1_ListGatewaysResponse as ListGatewaysResponse, type index_gen$1_ListIPsRequest as ListIPsRequest, type index_gen$1_ListIPsRequestOrderBy as ListIPsRequestOrderBy, type index_gen$1_ListIPsResponse as ListIPsResponse, type index_gen$1_ListPATRulesRequest as ListPATRulesRequest, type index_gen$1_ListPATRulesRequestOrderBy as ListPATRulesRequestOrderBy, type index_gen$1_ListPATRulesResponse as ListPATRulesResponse, type index_gen$1_PATRule as PATRule, type index_gen$1_PATRuleProtocol as PATRuleProtocol, type index_gen$1_RefreshSSHKeysRequest as RefreshSSHKeysRequest, type index_gen$1_SetDHCPEntriesRequest as SetDHCPEntriesRequest, type index_gen$1_SetDHCPEntriesRequestEntry as SetDHCPEntriesRequestEntry, type index_gen$1_SetDHCPEntriesResponse as SetDHCPEntriesResponse, type index_gen$1_SetPATRulesRequest as SetPATRulesRequest, type index_gen$1_SetPATRulesRequestRule as SetPATRulesRequestRule, type index_gen$1_SetPATRulesResponse as SetPATRulesResponse, type index_gen$1_UpdateDHCPEntryRequest as UpdateDHCPEntryRequest, type index_gen$1_UpdateDHCPRequest as UpdateDHCPRequest, type index_gen$1_UpdateGatewayNetworkRequest as UpdateGatewayNetworkRequest, type index_gen$1_UpdateGatewayNetworkRequestIpamConfig as UpdateGatewayNetworkRequestIpamConfig, type index_gen$1_UpdateGatewayRequest as UpdateGatewayRequest, type index_gen$1_UpdateIPRequest as UpdateIPRequest, type index_gen$1_UpdatePATRuleRequest as UpdatePATRuleRequest, type index_gen$1_UpgradeGatewayRequest as UpgradeGatewayRequest };
|
|
32281
32914
|
}
|
|
32282
32915
|
|
|
32283
32916
|
declare namespace index$1 {
|
|
@@ -32617,7 +33250,7 @@ type UpdateHostingRequest = {
|
|
|
32617
33250
|
};
|
|
32618
33251
|
|
|
32619
33252
|
/** Web Hosting API. */
|
|
32620
|
-
declare class API extends API$
|
|
33253
|
+
declare class API extends API$y {
|
|
32621
33254
|
/** Lists the available regions of the API. */
|
|
32622
33255
|
static readonly LOCALITIES: Region[];
|
|
32623
33256
|
/**
|
|
@@ -32785,4 +33418,4 @@ declare namespace index {
|
|
|
32785
33418
|
export { index_gen as v1alpha1 };
|
|
32786
33419
|
}
|
|
32787
33420
|
|
|
32788
|
-
export { API$
|
|
33421
|
+
export { API$y as API, index$y as Account, index$x as AppleSilicon, index$v as BareMetal, index$u as Billing, index$t as Block, type Client, type ClientConfig, index$s as Cockpit, index$r as Container, type DefaultValues, index$q as DocumentDB, index$p as Domain, index$z as Errors, index$o as FlexibleIP, index$n as Function, index$m as IAM, index$j as IOT, index$i as IPAM, index$h as IPFS, index$k as Instance, index$g as Jobs, index$e as K8S, index$c as LB, type Logger, index$a as MNQ, index$b as Marketplace, type Money, type NetworkInterceptors, type Profile, index$9 as RDB, index$8 as Redis, type Region, index$7 as Registry, type RequestInterceptor, type ResponseErrorInterceptor, type ResponseInterceptor, type ScwFile, index$6 as Secret, index$5 as ServerlessSQLDB, type ServiceInfo, type Settings, index_gen$6 as Std, index$4 as Test, type TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, type WaitForOptions, type WaitForStopCondition, index as Webhosting, type Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, createExponentialBackoffStrategy, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, tryAtIntervals, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
|