@scaleway/sdk 1.13.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/account/v2/api.gen.js +77 -60
- package/dist/api/applesilicon/v1alpha1/api.gen.js +175 -173
- package/dist/api/baremetal/v1/api.gen.js +434 -378
- package/dist/api/baremetal/v1/api.utils.js +19 -22
- package/dist/api/billing/v2alpha1/api.gen.js +21 -17
- package/dist/api/cockpit/v1beta1/api.gen.js +308 -232
- package/dist/api/container/v1beta1/api.gen.js +384 -337
- package/dist/api/domain/v2beta1/api.gen.js +754 -668
- package/dist/api/flexibleip/v1alpha1/api.gen.js +164 -151
- package/dist/api/function/v1beta1/api.gen.js +467 -407
- package/dist/api/iam/v1alpha1/api.gen.js +641 -557
- package/dist/api/instance/v1/api.gen.js +802 -677
- package/dist/api/instance/v1/api.utils.js +337 -325
- package/dist/api/instance/v1/marshalling.gen.js +2 -1
- package/dist/api/iot/v1/api.gen.js +508 -452
- package/dist/api/ipfs/index.js +2 -0
- package/dist/api/ipfs/v1alpha1/api.gen.js +197 -0
- package/dist/api/ipfs/v1alpha1/content.gen.js +7 -0
- package/dist/api/ipfs/v1alpha1/index.gen.js +5 -0
- package/dist/api/ipfs/v1alpha1/marshalling.gen.js +125 -0
- package/dist/api/k8s/v1/api.gen.js +403 -342
- package/dist/api/k8s/v1/api.utils.js +7 -10
- package/dist/api/k8s/v1/marshalling.gen.js +19 -1
- package/dist/api/k8s/v1/validation-rules.gen.js +10 -1
- package/dist/api/lb/v1/api.gen.js +1501 -1363
- package/dist/api/lb/v1/api.utils.js +71 -75
- package/dist/api/lb/v1/marshalling.gen.js +6 -0
- package/dist/api/marketplace/v1/api.gen.js +35 -32
- package/dist/api/marketplace/v2/api.gen.js +117 -102
- package/dist/api/mnq/v1alpha1/api.gen.js +154 -137
- package/dist/api/rdb/v1/api.gen.js +897 -819
- package/dist/api/redis/v1/api.gen.js +358 -333
- package/dist/api/registry/v1/api.gen.js +211 -189
- package/dist/api/secret/v1alpha1/api.gen.js +265 -245
- package/dist/api/secret/v1alpha1/marshalling.gen.js +1 -0
- package/dist/api/tem/v1alpha1/api.gen.js +183 -156
- package/dist/api/tem/v1alpha1/marshalling.gen.js +32 -1
- package/dist/api/test/v1/api.gen.js +116 -104
- package/dist/api/vpc/v1/api.gen.js +74 -65
- package/dist/api/vpc/v2/api.gen.js +200 -178
- package/dist/api/vpc/v2/marshalling.gen.js +2 -0
- package/dist/api/vpcgw/v1/api.gen.js +575 -501
- package/dist/api/webhosting/v1alpha1/api.gen.js +127 -117
- package/dist/index.cjs +738 -343
- package/dist/index.d.ts +2067 -1592
- package/dist/index.js +28 -26
- package/dist/internal/logger/console-logger.js +4 -5
- package/dist/scw/constants.js +1 -1
- package/dist/scw/errors/scw-error.js +0 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -820,57 +820,57 @@ declare class TransientStateError extends ScalewayError {
|
|
|
820
820
|
static fromJSON(status: number, obj: Readonly<JSONObject>): ScalewayError | null;
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
type index$
|
|
824
|
-
declare const index$
|
|
825
|
-
type index$
|
|
826
|
-
declare const index$
|
|
827
|
-
type index$
|
|
828
|
-
declare const index$
|
|
829
|
-
type index$
|
|
830
|
-
type index$
|
|
831
|
-
declare const index$
|
|
832
|
-
type index$
|
|
833
|
-
declare const index$
|
|
834
|
-
type index$
|
|
835
|
-
type index$
|
|
836
|
-
declare const index$
|
|
837
|
-
type index$
|
|
838
|
-
declare const index$
|
|
839
|
-
type index$
|
|
840
|
-
type index$
|
|
841
|
-
type index$
|
|
842
|
-
declare const index$
|
|
843
|
-
type index$
|
|
844
|
-
declare const index$
|
|
845
|
-
type index$
|
|
846
|
-
declare const index$
|
|
847
|
-
type index$
|
|
848
|
-
declare const index$
|
|
849
|
-
type index$
|
|
850
|
-
declare const index$
|
|
851
|
-
type index$
|
|
852
|
-
type index$
|
|
853
|
-
declare const index$
|
|
854
|
-
declare namespace index$
|
|
823
|
+
type index$u_AlreadyExistsError = AlreadyExistsError;
|
|
824
|
+
declare const index$u_AlreadyExistsError: typeof AlreadyExistsError;
|
|
825
|
+
type index$u_DeniedAuthenticationError = DeniedAuthenticationError;
|
|
826
|
+
declare const index$u_DeniedAuthenticationError: typeof DeniedAuthenticationError;
|
|
827
|
+
type index$u_InvalidArgumentsError = InvalidArgumentsError;
|
|
828
|
+
declare const index$u_InvalidArgumentsError: typeof InvalidArgumentsError;
|
|
829
|
+
type index$u_InvalidArgumentsErrorDetails = InvalidArgumentsErrorDetails;
|
|
830
|
+
type index$u_OutOfStockError = OutOfStockError;
|
|
831
|
+
declare const index$u_OutOfStockError: typeof OutOfStockError;
|
|
832
|
+
type index$u_PermissionsDeniedError = PermissionsDeniedError;
|
|
833
|
+
declare const index$u_PermissionsDeniedError: typeof PermissionsDeniedError;
|
|
834
|
+
type index$u_PermissionsDeniedErrorDetails = PermissionsDeniedErrorDetails;
|
|
835
|
+
type index$u_PreconditionFailedError = PreconditionFailedError;
|
|
836
|
+
declare const index$u_PreconditionFailedError: typeof PreconditionFailedError;
|
|
837
|
+
type index$u_QuotasExceededError = QuotasExceededError;
|
|
838
|
+
declare const index$u_QuotasExceededError: typeof QuotasExceededError;
|
|
839
|
+
type index$u_QuotasExceededErrorDetails = QuotasExceededErrorDetails;
|
|
840
|
+
type index$u_QuotasExceededErrorScope = QuotasExceededErrorScope;
|
|
841
|
+
type index$u_ResourceExpiredError = ResourceExpiredError;
|
|
842
|
+
declare const index$u_ResourceExpiredError: typeof ResourceExpiredError;
|
|
843
|
+
type index$u_ResourceLockedError = ResourceLockedError;
|
|
844
|
+
declare const index$u_ResourceLockedError: typeof ResourceLockedError;
|
|
845
|
+
type index$u_ResourceNotFoundError = ResourceNotFoundError;
|
|
846
|
+
declare const index$u_ResourceNotFoundError: typeof ResourceNotFoundError;
|
|
847
|
+
type index$u_ScalewayError = ScalewayError;
|
|
848
|
+
declare const index$u_ScalewayError: typeof ScalewayError;
|
|
849
|
+
type index$u_TooManyRequestsError = TooManyRequestsError;
|
|
850
|
+
declare const index$u_TooManyRequestsError: typeof TooManyRequestsError;
|
|
851
|
+
type index$u_TooManyRequestsQuotaPolicy = TooManyRequestsQuotaPolicy;
|
|
852
|
+
type index$u_TransientStateError = TransientStateError;
|
|
853
|
+
declare const index$u_TransientStateError: typeof TransientStateError;
|
|
854
|
+
declare namespace index$u {
|
|
855
855
|
export {
|
|
856
|
-
index$
|
|
857
|
-
index$
|
|
858
|
-
index$
|
|
859
|
-
index$
|
|
860
|
-
index$
|
|
861
|
-
index$
|
|
862
|
-
index$
|
|
863
|
-
index$
|
|
864
|
-
index$
|
|
865
|
-
index$
|
|
866
|
-
index$
|
|
867
|
-
index$
|
|
868
|
-
index$
|
|
869
|
-
index$
|
|
870
|
-
index$
|
|
871
|
-
index$
|
|
872
|
-
index$
|
|
873
|
-
index$
|
|
856
|
+
index$u_AlreadyExistsError as AlreadyExistsError,
|
|
857
|
+
index$u_DeniedAuthenticationError as DeniedAuthenticationError,
|
|
858
|
+
index$u_InvalidArgumentsError as InvalidArgumentsError,
|
|
859
|
+
index$u_InvalidArgumentsErrorDetails as InvalidArgumentsErrorDetails,
|
|
860
|
+
index$u_OutOfStockError as OutOfStockError,
|
|
861
|
+
index$u_PermissionsDeniedError as PermissionsDeniedError,
|
|
862
|
+
index$u_PermissionsDeniedErrorDetails as PermissionsDeniedErrorDetails,
|
|
863
|
+
index$u_PreconditionFailedError as PreconditionFailedError,
|
|
864
|
+
index$u_QuotasExceededError as QuotasExceededError,
|
|
865
|
+
index$u_QuotasExceededErrorDetails as QuotasExceededErrorDetails,
|
|
866
|
+
index$u_QuotasExceededErrorScope as QuotasExceededErrorScope,
|
|
867
|
+
index$u_ResourceExpiredError as ResourceExpiredError,
|
|
868
|
+
index$u_ResourceLockedError as ResourceLockedError,
|
|
869
|
+
index$u_ResourceNotFoundError as ResourceNotFoundError,
|
|
870
|
+
index$u_ScalewayError as ScalewayError,
|
|
871
|
+
index$u_TooManyRequestsError as TooManyRequestsError,
|
|
872
|
+
index$u_TooManyRequestsQuotaPolicy as TooManyRequestsQuotaPolicy,
|
|
873
|
+
index$u_TransientStateError as TransientStateError,
|
|
874
874
|
};
|
|
875
875
|
}
|
|
876
876
|
|
|
@@ -890,7 +890,7 @@ declare const addAsyncHeaderInterceptor: (key: string, getter: () => Promise<str
|
|
|
890
890
|
*
|
|
891
891
|
* @internal
|
|
892
892
|
*/
|
|
893
|
-
declare abstract class API$
|
|
893
|
+
declare abstract class API$s {
|
|
894
894
|
protected client: Client;
|
|
895
895
|
constructor(client: Client);
|
|
896
896
|
}
|
|
@@ -1122,7 +1122,7 @@ type UpdateProjectRequest = {
|
|
|
1122
1122
|
*
|
|
1123
1123
|
* User related data. This API allows you to manage projects.
|
|
1124
1124
|
*/
|
|
1125
|
-
declare class API$
|
|
1125
|
+
declare class API$r extends API$s {
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Create a new Project for an Organization. Generate a new Project for an
|
|
1128
1128
|
* Organization, specifying its configuration including name and description.
|
|
@@ -1173,31 +1173,31 @@ declare class API$q extends API$r {
|
|
|
1173
1173
|
updateProject: (request?: Readonly<UpdateProjectRequest>) => Promise<Project>;
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
|
-
type index_gen$
|
|
1177
|
-
type index_gen$
|
|
1178
|
-
type index_gen$
|
|
1179
|
-
type index_gen$
|
|
1180
|
-
type index_gen$
|
|
1181
|
-
type index_gen$
|
|
1182
|
-
type index_gen$
|
|
1183
|
-
type index_gen$
|
|
1184
|
-
declare namespace index_gen$
|
|
1176
|
+
type index_gen$n_CreateProjectRequest = CreateProjectRequest;
|
|
1177
|
+
type index_gen$n_DeleteProjectRequest = DeleteProjectRequest;
|
|
1178
|
+
type index_gen$n_GetProjectRequest = GetProjectRequest;
|
|
1179
|
+
type index_gen$n_ListProjectsRequest = ListProjectsRequest;
|
|
1180
|
+
type index_gen$n_ListProjectsRequestOrderBy = ListProjectsRequestOrderBy;
|
|
1181
|
+
type index_gen$n_ListProjectsResponse = ListProjectsResponse;
|
|
1182
|
+
type index_gen$n_Project = Project;
|
|
1183
|
+
type index_gen$n_UpdateProjectRequest = UpdateProjectRequest;
|
|
1184
|
+
declare namespace index_gen$n {
|
|
1185
1185
|
export {
|
|
1186
|
-
API$
|
|
1187
|
-
index_gen$
|
|
1188
|
-
index_gen$
|
|
1189
|
-
index_gen$
|
|
1190
|
-
index_gen$
|
|
1191
|
-
index_gen$
|
|
1192
|
-
index_gen$
|
|
1193
|
-
index_gen$
|
|
1194
|
-
index_gen$
|
|
1186
|
+
API$r as API,
|
|
1187
|
+
index_gen$n_CreateProjectRequest as CreateProjectRequest,
|
|
1188
|
+
index_gen$n_DeleteProjectRequest as DeleteProjectRequest,
|
|
1189
|
+
index_gen$n_GetProjectRequest as GetProjectRequest,
|
|
1190
|
+
index_gen$n_ListProjectsRequest as ListProjectsRequest,
|
|
1191
|
+
index_gen$n_ListProjectsRequestOrderBy as ListProjectsRequestOrderBy,
|
|
1192
|
+
index_gen$n_ListProjectsResponse as ListProjectsResponse,
|
|
1193
|
+
index_gen$n_Project as Project,
|
|
1194
|
+
index_gen$n_UpdateProjectRequest as UpdateProjectRequest,
|
|
1195
1195
|
};
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
|
-
declare namespace index$
|
|
1198
|
+
declare namespace index$t {
|
|
1199
1199
|
export {
|
|
1200
|
-
index_gen$
|
|
1200
|
+
index_gen$n as v2,
|
|
1201
1201
|
};
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
@@ -1387,28 +1387,8 @@ type ReinstallServerRequest = {
|
|
|
1387
1387
|
serverId: string;
|
|
1388
1388
|
};
|
|
1389
1389
|
|
|
1390
|
-
/**
|
|
1391
|
-
|
|
1392
|
-
*
|
|
1393
|
-
* Apple Mac mini as a service. Scaleway Apple silicon as-a-Service is built
|
|
1394
|
-
* using the latest generation of Apple Mac mini hardware (fifth generation).
|
|
1395
|
-
*
|
|
1396
|
-
* These dedicated Mac mini M1s are designed for developing, building, testing,
|
|
1397
|
-
* and signing applications for Apple devices, including iPhones, iPads, Mac
|
|
1398
|
-
* computers and much more.
|
|
1399
|
-
*
|
|
1400
|
-
* Get set to explore, learn and build on a dedicated Mac mini M1 with more
|
|
1401
|
-
* performance and speed than you ever thought possible.
|
|
1402
|
-
*
|
|
1403
|
-
* _Apple silicon as a Service comes with a minimum allocation period of 24
|
|
1404
|
-
* hours_*.
|
|
1405
|
-
*
|
|
1406
|
-
* Mac mini and macOS are trademarks of Apple Inc., registered in the U.S. and
|
|
1407
|
-
* other countries and regions. IOS is a trademark or registered trademark of
|
|
1408
|
-
* Cisco in the U.S. and other countries and is used by Apple under license.
|
|
1409
|
-
* Scaleway is not affiliated with Apple Inc.
|
|
1410
|
-
*/
|
|
1411
|
-
declare class API$p extends API$r {
|
|
1390
|
+
/** Apple silicon API. */
|
|
1391
|
+
declare class API$q extends API$s {
|
|
1412
1392
|
/** Lists the available zones of the API. */
|
|
1413
1393
|
static readonly LOCALITIES: Zone[];
|
|
1414
1394
|
/**
|
|
@@ -1527,47 +1507,47 @@ declare class API$p extends API$r {
|
|
|
1527
1507
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1528
1508
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1529
1509
|
|
|
1530
|
-
type index_gen$
|
|
1531
|
-
type index_gen$
|
|
1532
|
-
type index_gen$
|
|
1533
|
-
type index_gen$
|
|
1534
|
-
type index_gen$
|
|
1535
|
-
type index_gen$
|
|
1536
|
-
type index_gen$
|
|
1537
|
-
type index_gen$
|
|
1538
|
-
declare namespace index_gen$
|
|
1510
|
+
type index_gen$m_GetServerTypeRequest = GetServerTypeRequest;
|
|
1511
|
+
type index_gen$m_ListServerTypesRequest = ListServerTypesRequest;
|
|
1512
|
+
type index_gen$m_ListServerTypesResponse = ListServerTypesResponse;
|
|
1513
|
+
type index_gen$m_ReinstallServerRequest = ReinstallServerRequest;
|
|
1514
|
+
type index_gen$m_ServerTypeCPU = ServerTypeCPU;
|
|
1515
|
+
type index_gen$m_ServerTypeDisk = ServerTypeDisk;
|
|
1516
|
+
type index_gen$m_ServerTypeMemory = ServerTypeMemory;
|
|
1517
|
+
type index_gen$m_ServerTypeStock = ServerTypeStock;
|
|
1518
|
+
declare namespace index_gen$m {
|
|
1539
1519
|
export {
|
|
1540
|
-
API$
|
|
1520
|
+
API$q as API,
|
|
1541
1521
|
CreateServerRequest$3 as CreateServerRequest,
|
|
1542
1522
|
DeleteServerRequest$2 as DeleteServerRequest,
|
|
1543
1523
|
GetOSRequest$1 as GetOSRequest,
|
|
1544
1524
|
GetServerRequest$2 as GetServerRequest,
|
|
1545
|
-
index_gen$
|
|
1525
|
+
index_gen$m_GetServerTypeRequest as GetServerTypeRequest,
|
|
1546
1526
|
ListOSRequest$2 as ListOSRequest,
|
|
1547
1527
|
ListOSResponse$1 as ListOSResponse,
|
|
1548
|
-
index_gen$
|
|
1549
|
-
index_gen$
|
|
1528
|
+
index_gen$m_ListServerTypesRequest as ListServerTypesRequest,
|
|
1529
|
+
index_gen$m_ListServerTypesResponse as ListServerTypesResponse,
|
|
1550
1530
|
ListServersRequest$3 as ListServersRequest,
|
|
1551
1531
|
ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
|
|
1552
1532
|
ListServersResponse$2 as ListServersResponse,
|
|
1553
1533
|
OS$1 as OS,
|
|
1554
1534
|
RebootServerRequest$1 as RebootServerRequest,
|
|
1555
|
-
index_gen$
|
|
1535
|
+
index_gen$m_ReinstallServerRequest as ReinstallServerRequest,
|
|
1556
1536
|
SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
|
|
1557
1537
|
Server$2 as Server,
|
|
1558
1538
|
ServerStatus$1 as ServerStatus,
|
|
1559
1539
|
ServerType$1 as ServerType,
|
|
1560
|
-
index_gen$
|
|
1561
|
-
index_gen$
|
|
1562
|
-
index_gen$
|
|
1563
|
-
index_gen$
|
|
1540
|
+
index_gen$m_ServerTypeCPU as ServerTypeCPU,
|
|
1541
|
+
index_gen$m_ServerTypeDisk as ServerTypeDisk,
|
|
1542
|
+
index_gen$m_ServerTypeMemory as ServerTypeMemory,
|
|
1543
|
+
index_gen$m_ServerTypeStock as ServerTypeStock,
|
|
1564
1544
|
UpdateServerRequest$3 as UpdateServerRequest,
|
|
1565
1545
|
};
|
|
1566
1546
|
}
|
|
1567
1547
|
|
|
1568
|
-
declare namespace index$
|
|
1548
|
+
declare namespace index$s {
|
|
1569
1549
|
export {
|
|
1570
|
-
index_gen$
|
|
1550
|
+
index_gen$m as v1alpha1,
|
|
1571
1551
|
};
|
|
1572
1552
|
}
|
|
1573
1553
|
|
|
@@ -2283,7 +2263,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
|
|
|
2283
2263
|
*
|
|
2284
2264
|
* This API allows to manage your Elastic Metal server. Elastic Metal API.
|
|
2285
2265
|
*/
|
|
2286
|
-
declare class API$
|
|
2266
|
+
declare class API$p extends API$s {
|
|
2287
2267
|
/** Lists the available zones of the API. */
|
|
2288
2268
|
static readonly LOCALITIES: Zone[];
|
|
2289
2269
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2523,7 +2503,7 @@ declare class API$o extends API$r {
|
|
|
2523
2503
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2524
2504
|
}
|
|
2525
2505
|
/** Elastic Metal Private Network API. */
|
|
2526
|
-
declare class PrivateNetworkAPI extends API$
|
|
2506
|
+
declare class PrivateNetworkAPI extends API$s {
|
|
2527
2507
|
/** Lists the available zones of the API. */
|
|
2528
2508
|
static readonly LOCALITIES: Zone[];
|
|
2529
2509
|
/**
|
|
@@ -2563,7 +2543,7 @@ declare class PrivateNetworkAPI extends API$r {
|
|
|
2563
2543
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2564
2544
|
}
|
|
2565
2545
|
|
|
2566
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2546
|
+
declare class BaremetalV1UtilsAPI extends API$p {
|
|
2567
2547
|
/**
|
|
2568
2548
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2569
2549
|
*
|
|
@@ -2707,152 +2687,152 @@ declare namespace validationRules_gen$4 {
|
|
|
2707
2687
|
};
|
|
2708
2688
|
}
|
|
2709
2689
|
|
|
2710
|
-
type index$
|
|
2711
|
-
type index$
|
|
2712
|
-
type index$
|
|
2713
|
-
type index$
|
|
2714
|
-
type index$
|
|
2715
|
-
type index$
|
|
2716
|
-
type index$
|
|
2717
|
-
type index$
|
|
2718
|
-
type index$
|
|
2719
|
-
type index$
|
|
2720
|
-
type index$
|
|
2721
|
-
type index$
|
|
2722
|
-
type index$
|
|
2723
|
-
type index$
|
|
2724
|
-
type index$
|
|
2725
|
-
type index$
|
|
2726
|
-
type index$
|
|
2727
|
-
type index$
|
|
2728
|
-
type index$
|
|
2729
|
-
type index$
|
|
2730
|
-
type index$
|
|
2731
|
-
type index$
|
|
2732
|
-
type index$
|
|
2733
|
-
type index$
|
|
2734
|
-
type index$
|
|
2735
|
-
type index$
|
|
2736
|
-
type index$
|
|
2737
|
-
type index$
|
|
2738
|
-
type index$
|
|
2739
|
-
type index$
|
|
2740
|
-
type index$
|
|
2741
|
-
declare const index$
|
|
2742
|
-
type index$
|
|
2743
|
-
type index$
|
|
2744
|
-
type index$
|
|
2745
|
-
type index$
|
|
2746
|
-
type index$
|
|
2747
|
-
type index$
|
|
2748
|
-
declare const index$
|
|
2749
|
-
declare const index$
|
|
2750
|
-
type index$
|
|
2751
|
-
type index$
|
|
2752
|
-
type index$
|
|
2753
|
-
type index$
|
|
2754
|
-
type index$
|
|
2755
|
-
type index$
|
|
2756
|
-
type index$
|
|
2757
|
-
type index$
|
|
2758
|
-
type index$
|
|
2759
|
-
type index$
|
|
2760
|
-
type index$
|
|
2761
|
-
type index$
|
|
2762
|
-
type index$
|
|
2763
|
-
type index$
|
|
2764
|
-
type index$
|
|
2765
|
-
type index$
|
|
2766
|
-
type index$
|
|
2767
|
-
type index$
|
|
2768
|
-
type index$
|
|
2769
|
-
declare namespace index$
|
|
2690
|
+
type index$r_AddOptionServerRequest = AddOptionServerRequest;
|
|
2691
|
+
type index$r_BMCAccess = BMCAccess;
|
|
2692
|
+
type index$r_CPU = CPU;
|
|
2693
|
+
type index$r_DeleteOptionServerRequest = DeleteOptionServerRequest;
|
|
2694
|
+
type index$r_Disk = Disk;
|
|
2695
|
+
type index$r_GetBMCAccessRequest = GetBMCAccessRequest;
|
|
2696
|
+
type index$r_GetOSRequest = GetOSRequest;
|
|
2697
|
+
type index$r_GetOfferRequest = GetOfferRequest;
|
|
2698
|
+
type index$r_GetOptionRequest = GetOptionRequest;
|
|
2699
|
+
type index$r_GetServerMetricsRequest = GetServerMetricsRequest;
|
|
2700
|
+
type index$r_GetServerMetricsResponse = GetServerMetricsResponse;
|
|
2701
|
+
type index$r_IPReverseStatus = IPReverseStatus;
|
|
2702
|
+
type index$r_IPVersion = IPVersion;
|
|
2703
|
+
type index$r_ListOSResponse = ListOSResponse;
|
|
2704
|
+
type index$r_ListOptionsResponse = ListOptionsResponse;
|
|
2705
|
+
type index$r_ListServerEventsRequestOrderBy = ListServerEventsRequestOrderBy;
|
|
2706
|
+
type index$r_ListServerEventsResponse = ListServerEventsResponse;
|
|
2707
|
+
type index$r_ListServerPrivateNetworksRequestOrderBy = ListServerPrivateNetworksRequestOrderBy;
|
|
2708
|
+
type index$r_ListServerPrivateNetworksResponse = ListServerPrivateNetworksResponse;
|
|
2709
|
+
type index$r_ListServersRequestOrderBy = ListServersRequestOrderBy;
|
|
2710
|
+
type index$r_ListSettingsRequestOrderBy = ListSettingsRequestOrderBy;
|
|
2711
|
+
type index$r_ListSettingsResponse = ListSettingsResponse;
|
|
2712
|
+
type index$r_Memory = Memory;
|
|
2713
|
+
type index$r_OS = OS;
|
|
2714
|
+
type index$r_OSOSField = OSOSField;
|
|
2715
|
+
type index$r_OfferOptionOffer = OfferOptionOffer;
|
|
2716
|
+
type index$r_OfferStock = OfferStock;
|
|
2717
|
+
type index$r_OfferSubscriptionPeriod = OfferSubscriptionPeriod;
|
|
2718
|
+
type index$r_Option = Option;
|
|
2719
|
+
type index$r_PersistentMemory = PersistentMemory;
|
|
2720
|
+
type index$r_PrivateNetworkAPI = PrivateNetworkAPI;
|
|
2721
|
+
declare const index$r_PrivateNetworkAPI: typeof PrivateNetworkAPI;
|
|
2722
|
+
type index$r_PrivateNetworkApiAddServerPrivateNetworkRequest = PrivateNetworkApiAddServerPrivateNetworkRequest;
|
|
2723
|
+
type index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest = PrivateNetworkApiDeleteServerPrivateNetworkRequest;
|
|
2724
|
+
type index$r_PrivateNetworkApiListServerPrivateNetworksRequest = PrivateNetworkApiListServerPrivateNetworksRequest;
|
|
2725
|
+
type index$r_PrivateNetworkApiSetServerPrivateNetworksRequest = PrivateNetworkApiSetServerPrivateNetworksRequest;
|
|
2726
|
+
type index$r_RaidController = RaidController;
|
|
2727
|
+
type index$r_RebootServerRequest = RebootServerRequest;
|
|
2728
|
+
declare const index$r_SERVER_INSTALL_TRANSIENT_STATUSES: typeof SERVER_INSTALL_TRANSIENT_STATUSES;
|
|
2729
|
+
declare const index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: typeof SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES;
|
|
2730
|
+
type index$r_ServerBootType = ServerBootType;
|
|
2731
|
+
type index$r_ServerEvent = ServerEvent;
|
|
2732
|
+
type index$r_ServerInstall = ServerInstall;
|
|
2733
|
+
type index$r_ServerInstallStatus = ServerInstallStatus;
|
|
2734
|
+
type index$r_ServerOption = ServerOption;
|
|
2735
|
+
type index$r_ServerOptionOptionStatus = ServerOptionOptionStatus;
|
|
2736
|
+
type index$r_ServerPingStatus = ServerPingStatus;
|
|
2737
|
+
type index$r_ServerPrivateNetwork = ServerPrivateNetwork;
|
|
2738
|
+
type index$r_ServerPrivateNetworkStatus = ServerPrivateNetworkStatus;
|
|
2739
|
+
type index$r_ServerRescueServer = ServerRescueServer;
|
|
2740
|
+
type index$r_ServerStatus = ServerStatus;
|
|
2741
|
+
type index$r_SetServerPrivateNetworksResponse = SetServerPrivateNetworksResponse;
|
|
2742
|
+
type index$r_Setting = Setting;
|
|
2743
|
+
type index$r_SettingType = SettingType;
|
|
2744
|
+
type index$r_StartBMCAccessRequest = StartBMCAccessRequest;
|
|
2745
|
+
type index$r_StartServerRequest = StartServerRequest;
|
|
2746
|
+
type index$r_StopBMCAccessRequest = StopBMCAccessRequest;
|
|
2747
|
+
type index$r_StopServerRequest = StopServerRequest;
|
|
2748
|
+
type index$r_UpdateSettingRequest = UpdateSettingRequest;
|
|
2749
|
+
declare namespace index$r {
|
|
2770
2750
|
export {
|
|
2771
2751
|
BaremetalV1UtilsAPI as API,
|
|
2772
|
-
index$
|
|
2773
|
-
index$
|
|
2774
|
-
index$
|
|
2752
|
+
index$r_AddOptionServerRequest as AddOptionServerRequest,
|
|
2753
|
+
index$r_BMCAccess as BMCAccess,
|
|
2754
|
+
index$r_CPU as CPU,
|
|
2775
2755
|
CreateServerRequest$2 as CreateServerRequest,
|
|
2776
2756
|
CreateServerRequestInstall$1 as CreateServerRequestInstall,
|
|
2777
|
-
index$
|
|
2757
|
+
index$r_DeleteOptionServerRequest as DeleteOptionServerRequest,
|
|
2778
2758
|
DeleteServerRequest$1 as DeleteServerRequest,
|
|
2779
|
-
index$
|
|
2780
|
-
index$
|
|
2781
|
-
index$
|
|
2782
|
-
index$
|
|
2783
|
-
index$
|
|
2784
|
-
index$
|
|
2785
|
-
index$
|
|
2759
|
+
index$r_Disk as Disk,
|
|
2760
|
+
index$r_GetBMCAccessRequest as GetBMCAccessRequest,
|
|
2761
|
+
index$r_GetOSRequest as GetOSRequest,
|
|
2762
|
+
index$r_GetOfferRequest as GetOfferRequest,
|
|
2763
|
+
index$r_GetOptionRequest as GetOptionRequest,
|
|
2764
|
+
index$r_GetServerMetricsRequest as GetServerMetricsRequest,
|
|
2765
|
+
index$r_GetServerMetricsResponse as GetServerMetricsResponse,
|
|
2786
2766
|
GetServerRequest$1 as GetServerRequest,
|
|
2787
2767
|
IP$1 as IP,
|
|
2788
|
-
index$
|
|
2789
|
-
index$
|
|
2768
|
+
index$r_IPReverseStatus as IPReverseStatus,
|
|
2769
|
+
index$r_IPVersion as IPVersion,
|
|
2790
2770
|
InstallServerRequest$1 as InstallServerRequest,
|
|
2791
2771
|
ListOSRequest$1 as ListOSRequest,
|
|
2792
|
-
index$
|
|
2772
|
+
index$r_ListOSResponse as ListOSResponse,
|
|
2793
2773
|
ListOffersRequest$2 as ListOffersRequest,
|
|
2794
2774
|
ListOffersResponse$1 as ListOffersResponse,
|
|
2795
2775
|
ListOptionsRequest$1 as ListOptionsRequest,
|
|
2796
|
-
index$
|
|
2776
|
+
index$r_ListOptionsResponse as ListOptionsResponse,
|
|
2797
2777
|
ListServerEventsRequest$1 as ListServerEventsRequest,
|
|
2798
|
-
index$
|
|
2799
|
-
index$
|
|
2800
|
-
index$
|
|
2801
|
-
index$
|
|
2778
|
+
index$r_ListServerEventsRequestOrderBy as ListServerEventsRequestOrderBy,
|
|
2779
|
+
index$r_ListServerEventsResponse as ListServerEventsResponse,
|
|
2780
|
+
index$r_ListServerPrivateNetworksRequestOrderBy as ListServerPrivateNetworksRequestOrderBy,
|
|
2781
|
+
index$r_ListServerPrivateNetworksResponse as ListServerPrivateNetworksResponse,
|
|
2802
2782
|
ListServersRequest$2 as ListServersRequest,
|
|
2803
|
-
index$
|
|
2783
|
+
index$r_ListServersRequestOrderBy as ListServersRequestOrderBy,
|
|
2804
2784
|
ListServersResponse$1 as ListServersResponse,
|
|
2805
2785
|
ListSettingsRequest$1 as ListSettingsRequest,
|
|
2806
|
-
index$
|
|
2807
|
-
index$
|
|
2808
|
-
index$
|
|
2809
|
-
index$
|
|
2810
|
-
index$
|
|
2786
|
+
index$r_ListSettingsRequestOrderBy as ListSettingsRequestOrderBy,
|
|
2787
|
+
index$r_ListSettingsResponse as ListSettingsResponse,
|
|
2788
|
+
index$r_Memory as Memory,
|
|
2789
|
+
index$r_OS as OS,
|
|
2790
|
+
index$r_OSOSField as OSOSField,
|
|
2811
2791
|
Offer$1 as Offer,
|
|
2812
|
-
index$
|
|
2813
|
-
index$
|
|
2814
|
-
index$
|
|
2815
|
-
index$
|
|
2816
|
-
index$
|
|
2817
|
-
index$
|
|
2818
|
-
index$
|
|
2819
|
-
index$
|
|
2820
|
-
index$
|
|
2821
|
-
index$
|
|
2822
|
-
index$
|
|
2823
|
-
index$
|
|
2824
|
-
index$
|
|
2825
|
-
index$
|
|
2792
|
+
index$r_OfferOptionOffer as OfferOptionOffer,
|
|
2793
|
+
index$r_OfferStock as OfferStock,
|
|
2794
|
+
index$r_OfferSubscriptionPeriod as OfferSubscriptionPeriod,
|
|
2795
|
+
index$r_Option as Option,
|
|
2796
|
+
index$r_PersistentMemory as PersistentMemory,
|
|
2797
|
+
index$r_PrivateNetworkAPI as PrivateNetworkAPI,
|
|
2798
|
+
index$r_PrivateNetworkApiAddServerPrivateNetworkRequest as PrivateNetworkApiAddServerPrivateNetworkRequest,
|
|
2799
|
+
index$r_PrivateNetworkApiDeleteServerPrivateNetworkRequest as PrivateNetworkApiDeleteServerPrivateNetworkRequest,
|
|
2800
|
+
index$r_PrivateNetworkApiListServerPrivateNetworksRequest as PrivateNetworkApiListServerPrivateNetworksRequest,
|
|
2801
|
+
index$r_PrivateNetworkApiSetServerPrivateNetworksRequest as PrivateNetworkApiSetServerPrivateNetworksRequest,
|
|
2802
|
+
index$r_RaidController as RaidController,
|
|
2803
|
+
index$r_RebootServerRequest as RebootServerRequest,
|
|
2804
|
+
index$r_SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES,
|
|
2805
|
+
index$r_SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES,
|
|
2826
2806
|
SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES,
|
|
2827
2807
|
Server$1 as Server,
|
|
2828
|
-
index$
|
|
2829
|
-
index$
|
|
2830
|
-
index$
|
|
2831
|
-
index$
|
|
2832
|
-
index$
|
|
2833
|
-
index$
|
|
2834
|
-
index$
|
|
2835
|
-
index$
|
|
2836
|
-
index$
|
|
2837
|
-
index$
|
|
2838
|
-
index$
|
|
2839
|
-
index$
|
|
2840
|
-
index$
|
|
2841
|
-
index$
|
|
2842
|
-
index$
|
|
2843
|
-
index$
|
|
2844
|
-
index$
|
|
2845
|
-
index$
|
|
2808
|
+
index$r_ServerBootType as ServerBootType,
|
|
2809
|
+
index$r_ServerEvent as ServerEvent,
|
|
2810
|
+
index$r_ServerInstall as ServerInstall,
|
|
2811
|
+
index$r_ServerInstallStatus as ServerInstallStatus,
|
|
2812
|
+
index$r_ServerOption as ServerOption,
|
|
2813
|
+
index$r_ServerOptionOptionStatus as ServerOptionOptionStatus,
|
|
2814
|
+
index$r_ServerPingStatus as ServerPingStatus,
|
|
2815
|
+
index$r_ServerPrivateNetwork as ServerPrivateNetwork,
|
|
2816
|
+
index$r_ServerPrivateNetworkStatus as ServerPrivateNetworkStatus,
|
|
2817
|
+
index$r_ServerRescueServer as ServerRescueServer,
|
|
2818
|
+
index$r_ServerStatus as ServerStatus,
|
|
2819
|
+
index$r_SetServerPrivateNetworksResponse as SetServerPrivateNetworksResponse,
|
|
2820
|
+
index$r_Setting as Setting,
|
|
2821
|
+
index$r_SettingType as SettingType,
|
|
2822
|
+
index$r_StartBMCAccessRequest as StartBMCAccessRequest,
|
|
2823
|
+
index$r_StartServerRequest as StartServerRequest,
|
|
2824
|
+
index$r_StopBMCAccessRequest as StopBMCAccessRequest,
|
|
2825
|
+
index$r_StopServerRequest as StopServerRequest,
|
|
2846
2826
|
UpdateIPRequest$1 as UpdateIPRequest,
|
|
2847
2827
|
UpdateServerRequest$2 as UpdateServerRequest,
|
|
2848
|
-
index$
|
|
2828
|
+
index$r_UpdateSettingRequest as UpdateSettingRequest,
|
|
2849
2829
|
validationRules_gen$4 as ValidationRules,
|
|
2850
2830
|
};
|
|
2851
2831
|
}
|
|
2852
2832
|
|
|
2853
|
-
declare namespace index$
|
|
2833
|
+
declare namespace index$q {
|
|
2854
2834
|
export {
|
|
2855
|
-
index$
|
|
2835
|
+
index$r as v1,
|
|
2856
2836
|
};
|
|
2857
2837
|
}
|
|
2858
2838
|
|
|
@@ -2943,7 +2923,7 @@ type DownloadInvoiceRequest = {
|
|
|
2943
2923
|
*
|
|
2944
2924
|
* This API allows you to query your consumption. Billing API.
|
|
2945
2925
|
*/
|
|
2946
|
-
declare class API$
|
|
2926
|
+
declare class API$o extends API$s {
|
|
2947
2927
|
getConsumption: (request?: Readonly<GetConsumptionRequest>) => Promise<GetConsumptionResponse>;
|
|
2948
2928
|
protected pageOfListInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse>;
|
|
2949
2929
|
listInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse> & {
|
|
@@ -2953,35 +2933,35 @@ declare class API$n extends API$r {
|
|
|
2953
2933
|
downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
|
|
2954
2934
|
}
|
|
2955
2935
|
|
|
2956
|
-
type index_gen$
|
|
2957
|
-
type index_gen$
|
|
2958
|
-
type index_gen$
|
|
2959
|
-
type index_gen$
|
|
2960
|
-
type index_gen$
|
|
2961
|
-
type index_gen$
|
|
2962
|
-
type index_gen$
|
|
2963
|
-
type index_gen$
|
|
2964
|
-
type index_gen$
|
|
2965
|
-
type index_gen$
|
|
2966
|
-
declare namespace index_gen$
|
|
2936
|
+
type index_gen$l_DownloadInvoiceRequest = DownloadInvoiceRequest;
|
|
2937
|
+
type index_gen$l_DownloadInvoiceRequestFileType = DownloadInvoiceRequestFileType;
|
|
2938
|
+
type index_gen$l_GetConsumptionRequest = GetConsumptionRequest;
|
|
2939
|
+
type index_gen$l_GetConsumptionResponse = GetConsumptionResponse;
|
|
2940
|
+
type index_gen$l_GetConsumptionResponseConsumption = GetConsumptionResponseConsumption;
|
|
2941
|
+
type index_gen$l_Invoice = Invoice;
|
|
2942
|
+
type index_gen$l_InvoiceType = InvoiceType;
|
|
2943
|
+
type index_gen$l_ListInvoicesRequest = ListInvoicesRequest;
|
|
2944
|
+
type index_gen$l_ListInvoicesRequestOrderBy = ListInvoicesRequestOrderBy;
|
|
2945
|
+
type index_gen$l_ListInvoicesResponse = ListInvoicesResponse;
|
|
2946
|
+
declare namespace index_gen$l {
|
|
2967
2947
|
export {
|
|
2968
|
-
API$
|
|
2969
|
-
index_gen$
|
|
2970
|
-
index_gen$
|
|
2971
|
-
index_gen$
|
|
2972
|
-
index_gen$
|
|
2973
|
-
index_gen$
|
|
2974
|
-
index_gen$
|
|
2975
|
-
index_gen$
|
|
2976
|
-
index_gen$
|
|
2977
|
-
index_gen$
|
|
2978
|
-
index_gen$
|
|
2948
|
+
API$o as API,
|
|
2949
|
+
index_gen$l_DownloadInvoiceRequest as DownloadInvoiceRequest,
|
|
2950
|
+
index_gen$l_DownloadInvoiceRequestFileType as DownloadInvoiceRequestFileType,
|
|
2951
|
+
index_gen$l_GetConsumptionRequest as GetConsumptionRequest,
|
|
2952
|
+
index_gen$l_GetConsumptionResponse as GetConsumptionResponse,
|
|
2953
|
+
index_gen$l_GetConsumptionResponseConsumption as GetConsumptionResponseConsumption,
|
|
2954
|
+
index_gen$l_Invoice as Invoice,
|
|
2955
|
+
index_gen$l_InvoiceType as InvoiceType,
|
|
2956
|
+
index_gen$l_ListInvoicesRequest as ListInvoicesRequest,
|
|
2957
|
+
index_gen$l_ListInvoicesRequestOrderBy as ListInvoicesRequestOrderBy,
|
|
2958
|
+
index_gen$l_ListInvoicesResponse as ListInvoicesResponse,
|
|
2979
2959
|
};
|
|
2980
2960
|
}
|
|
2981
2961
|
|
|
2982
|
-
declare namespace index$
|
|
2962
|
+
declare namespace index$p {
|
|
2983
2963
|
export {
|
|
2984
|
-
index_gen$
|
|
2964
|
+
index_gen$l as v2alpha1,
|
|
2985
2965
|
};
|
|
2986
2966
|
}
|
|
2987
2967
|
|
|
@@ -3268,7 +3248,7 @@ type SelectPlanRequest = {
|
|
|
3268
3248
|
* Projects. Scaleway's Cockpit stores metrics and logs and provides a dedicated
|
|
3269
3249
|
* Grafana for dashboarding to visualize them.
|
|
3270
3250
|
*/
|
|
3271
|
-
declare class API$
|
|
3251
|
+
declare class API$n extends API$s {
|
|
3272
3252
|
/**
|
|
3273
3253
|
* Activate a Cockpit. Activate the Cockpit of the specified Project ID.
|
|
3274
3254
|
*
|
|
@@ -3454,92 +3434,92 @@ declare class API$m extends API$r {
|
|
|
3454
3434
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
3455
3435
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
3456
3436
|
|
|
3457
|
-
type index_gen$
|
|
3458
|
-
declare const index_gen$
|
|
3459
|
-
type index_gen$
|
|
3460
|
-
type index_gen$
|
|
3461
|
-
type index_gen$
|
|
3462
|
-
type index_gen$
|
|
3463
|
-
type index_gen$
|
|
3464
|
-
type index_gen$
|
|
3465
|
-
type index_gen$
|
|
3466
|
-
type index_gen$
|
|
3467
|
-
type index_gen$
|
|
3468
|
-
type index_gen$
|
|
3469
|
-
type index_gen$
|
|
3470
|
-
type index_gen$
|
|
3471
|
-
type index_gen$
|
|
3472
|
-
type index_gen$
|
|
3473
|
-
type index_gen$
|
|
3474
|
-
type index_gen$
|
|
3475
|
-
type index_gen$
|
|
3476
|
-
type index_gen$
|
|
3477
|
-
type index_gen$
|
|
3478
|
-
type index_gen$
|
|
3479
|
-
type index_gen$
|
|
3480
|
-
type index_gen$
|
|
3481
|
-
type index_gen$
|
|
3482
|
-
type index_gen$
|
|
3483
|
-
type index_gen$
|
|
3484
|
-
type index_gen$
|
|
3485
|
-
type index_gen$
|
|
3486
|
-
type index_gen$
|
|
3487
|
-
type index_gen$
|
|
3488
|
-
type index_gen$
|
|
3489
|
-
type index_gen$
|
|
3490
|
-
type index_gen$
|
|
3491
|
-
type index_gen$
|
|
3492
|
-
declare namespace index_gen$
|
|
3437
|
+
type index_gen$k_ActivateCockpitRequest = ActivateCockpitRequest;
|
|
3438
|
+
declare const index_gen$k_COCKPIT_TRANSIENT_STATUSES: typeof COCKPIT_TRANSIENT_STATUSES;
|
|
3439
|
+
type index_gen$k_Cockpit = Cockpit;
|
|
3440
|
+
type index_gen$k_CockpitEndpoints = CockpitEndpoints;
|
|
3441
|
+
type index_gen$k_CockpitMetrics = CockpitMetrics;
|
|
3442
|
+
type index_gen$k_CockpitStatus = CockpitStatus;
|
|
3443
|
+
type index_gen$k_ContactPoint = ContactPoint;
|
|
3444
|
+
type index_gen$k_ContactPointEmail = ContactPointEmail;
|
|
3445
|
+
type index_gen$k_CreateContactPointRequest = CreateContactPointRequest;
|
|
3446
|
+
type index_gen$k_CreateGrafanaUserRequest = CreateGrafanaUserRequest;
|
|
3447
|
+
type index_gen$k_DeactivateCockpitRequest = DeactivateCockpitRequest;
|
|
3448
|
+
type index_gen$k_DeleteContactPointRequest = DeleteContactPointRequest;
|
|
3449
|
+
type index_gen$k_DeleteGrafanaUserRequest = DeleteGrafanaUserRequest;
|
|
3450
|
+
type index_gen$k_DisableManagedAlertsRequest = DisableManagedAlertsRequest;
|
|
3451
|
+
type index_gen$k_EnableManagedAlertsRequest = EnableManagedAlertsRequest;
|
|
3452
|
+
type index_gen$k_GetCockpitMetricsRequest = GetCockpitMetricsRequest;
|
|
3453
|
+
type index_gen$k_GetCockpitRequest = GetCockpitRequest;
|
|
3454
|
+
type index_gen$k_GrafanaUser = GrafanaUser;
|
|
3455
|
+
type index_gen$k_GrafanaUserRole = GrafanaUserRole;
|
|
3456
|
+
type index_gen$k_ListContactPointsRequest = ListContactPointsRequest;
|
|
3457
|
+
type index_gen$k_ListContactPointsResponse = ListContactPointsResponse;
|
|
3458
|
+
type index_gen$k_ListGrafanaUsersRequest = ListGrafanaUsersRequest;
|
|
3459
|
+
type index_gen$k_ListGrafanaUsersRequestOrderBy = ListGrafanaUsersRequestOrderBy;
|
|
3460
|
+
type index_gen$k_ListGrafanaUsersResponse = ListGrafanaUsersResponse;
|
|
3461
|
+
type index_gen$k_ListPlansRequest = ListPlansRequest;
|
|
3462
|
+
type index_gen$k_ListPlansRequestOrderBy = ListPlansRequestOrderBy;
|
|
3463
|
+
type index_gen$k_ListPlansResponse = ListPlansResponse;
|
|
3464
|
+
type index_gen$k_Plan = Plan;
|
|
3465
|
+
type index_gen$k_PlanName = PlanName;
|
|
3466
|
+
type index_gen$k_ResetCockpitGrafanaRequest = ResetCockpitGrafanaRequest;
|
|
3467
|
+
type index_gen$k_ResetGrafanaUserPasswordRequest = ResetGrafanaUserPasswordRequest;
|
|
3468
|
+
type index_gen$k_SelectPlanRequest = SelectPlanRequest;
|
|
3469
|
+
type index_gen$k_SelectPlanResponse = SelectPlanResponse;
|
|
3470
|
+
type index_gen$k_TokenScopes = TokenScopes;
|
|
3471
|
+
type index_gen$k_TriggerTestAlertRequest = TriggerTestAlertRequest;
|
|
3472
|
+
declare namespace index_gen$k {
|
|
3493
3473
|
export {
|
|
3494
|
-
API$
|
|
3495
|
-
index_gen$
|
|
3496
|
-
index_gen$
|
|
3497
|
-
index_gen$
|
|
3498
|
-
index_gen$
|
|
3499
|
-
index_gen$
|
|
3500
|
-
index_gen$
|
|
3501
|
-
index_gen$
|
|
3502
|
-
index_gen$
|
|
3503
|
-
index_gen$
|
|
3504
|
-
index_gen$
|
|
3474
|
+
API$n as API,
|
|
3475
|
+
index_gen$k_ActivateCockpitRequest as ActivateCockpitRequest,
|
|
3476
|
+
index_gen$k_COCKPIT_TRANSIENT_STATUSES as COCKPIT_TRANSIENT_STATUSES,
|
|
3477
|
+
index_gen$k_Cockpit as Cockpit,
|
|
3478
|
+
index_gen$k_CockpitEndpoints as CockpitEndpoints,
|
|
3479
|
+
index_gen$k_CockpitMetrics as CockpitMetrics,
|
|
3480
|
+
index_gen$k_CockpitStatus as CockpitStatus,
|
|
3481
|
+
index_gen$k_ContactPoint as ContactPoint,
|
|
3482
|
+
index_gen$k_ContactPointEmail as ContactPointEmail,
|
|
3483
|
+
index_gen$k_CreateContactPointRequest as CreateContactPointRequest,
|
|
3484
|
+
index_gen$k_CreateGrafanaUserRequest as CreateGrafanaUserRequest,
|
|
3505
3485
|
CreateTokenRequest$2 as CreateTokenRequest,
|
|
3506
|
-
index_gen$
|
|
3507
|
-
index_gen$
|
|
3508
|
-
index_gen$
|
|
3486
|
+
index_gen$k_DeactivateCockpitRequest as DeactivateCockpitRequest,
|
|
3487
|
+
index_gen$k_DeleteContactPointRequest as DeleteContactPointRequest,
|
|
3488
|
+
index_gen$k_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
|
|
3509
3489
|
DeleteTokenRequest$2 as DeleteTokenRequest,
|
|
3510
|
-
index_gen$
|
|
3511
|
-
index_gen$
|
|
3512
|
-
index_gen$
|
|
3513
|
-
index_gen$
|
|
3490
|
+
index_gen$k_DisableManagedAlertsRequest as DisableManagedAlertsRequest,
|
|
3491
|
+
index_gen$k_EnableManagedAlertsRequest as EnableManagedAlertsRequest,
|
|
3492
|
+
index_gen$k_GetCockpitMetricsRequest as GetCockpitMetricsRequest,
|
|
3493
|
+
index_gen$k_GetCockpitRequest as GetCockpitRequest,
|
|
3514
3494
|
GetTokenRequest$2 as GetTokenRequest,
|
|
3515
|
-
index_gen$
|
|
3516
|
-
index_gen$
|
|
3517
|
-
index_gen$
|
|
3518
|
-
index_gen$
|
|
3519
|
-
index_gen$
|
|
3520
|
-
index_gen$
|
|
3521
|
-
index_gen$
|
|
3522
|
-
index_gen$
|
|
3523
|
-
index_gen$
|
|
3524
|
-
index_gen$
|
|
3495
|
+
index_gen$k_GrafanaUser as GrafanaUser,
|
|
3496
|
+
index_gen$k_GrafanaUserRole as GrafanaUserRole,
|
|
3497
|
+
index_gen$k_ListContactPointsRequest as ListContactPointsRequest,
|
|
3498
|
+
index_gen$k_ListContactPointsResponse as ListContactPointsResponse,
|
|
3499
|
+
index_gen$k_ListGrafanaUsersRequest as ListGrafanaUsersRequest,
|
|
3500
|
+
index_gen$k_ListGrafanaUsersRequestOrderBy as ListGrafanaUsersRequestOrderBy,
|
|
3501
|
+
index_gen$k_ListGrafanaUsersResponse as ListGrafanaUsersResponse,
|
|
3502
|
+
index_gen$k_ListPlansRequest as ListPlansRequest,
|
|
3503
|
+
index_gen$k_ListPlansRequestOrderBy as ListPlansRequestOrderBy,
|
|
3504
|
+
index_gen$k_ListPlansResponse as ListPlansResponse,
|
|
3525
3505
|
ListTokensRequest$2 as ListTokensRequest,
|
|
3526
3506
|
ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
|
|
3527
3507
|
ListTokensResponse$2 as ListTokensResponse,
|
|
3528
|
-
index_gen$
|
|
3529
|
-
index_gen$
|
|
3530
|
-
index_gen$
|
|
3531
|
-
index_gen$
|
|
3532
|
-
index_gen$
|
|
3533
|
-
index_gen$
|
|
3508
|
+
index_gen$k_Plan as Plan,
|
|
3509
|
+
index_gen$k_PlanName as PlanName,
|
|
3510
|
+
index_gen$k_ResetCockpitGrafanaRequest as ResetCockpitGrafanaRequest,
|
|
3511
|
+
index_gen$k_ResetGrafanaUserPasswordRequest as ResetGrafanaUserPasswordRequest,
|
|
3512
|
+
index_gen$k_SelectPlanRequest as SelectPlanRequest,
|
|
3513
|
+
index_gen$k_SelectPlanResponse as SelectPlanResponse,
|
|
3534
3514
|
Token$2 as Token,
|
|
3535
|
-
index_gen$
|
|
3536
|
-
index_gen$
|
|
3515
|
+
index_gen$k_TokenScopes as TokenScopes,
|
|
3516
|
+
index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest,
|
|
3537
3517
|
};
|
|
3538
3518
|
}
|
|
3539
3519
|
|
|
3540
|
-
declare namespace index$
|
|
3520
|
+
declare namespace index$o {
|
|
3541
3521
|
export {
|
|
3542
|
-
index_gen$
|
|
3522
|
+
index_gen$k as v1beta1,
|
|
3543
3523
|
};
|
|
3544
3524
|
}
|
|
3545
3525
|
|
|
@@ -4160,7 +4140,7 @@ type DeleteTokenRequest$1 = {
|
|
|
4160
4140
|
};
|
|
4161
4141
|
|
|
4162
4142
|
/** Serverless Containers API. */
|
|
4163
|
-
declare class API$
|
|
4143
|
+
declare class API$m extends API$s {
|
|
4164
4144
|
/** Lists the available regions of the API. */
|
|
4165
4145
|
static readonly LOCALITIES: Region[];
|
|
4166
4146
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
|
|
@@ -4430,31 +4410,31 @@ declare const NAMESPACE_TRANSIENT_STATUSES$2: NamespaceStatus$2[];
|
|
|
4430
4410
|
/** Lists transient statutes of the enum {@link TokenStatus}. */
|
|
4431
4411
|
declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
|
|
4432
4412
|
|
|
4433
|
-
declare const index_gen$
|
|
4434
|
-
type index_gen$
|
|
4435
|
-
type index_gen$
|
|
4436
|
-
type index_gen$
|
|
4437
|
-
type index_gen$
|
|
4438
|
-
type index_gen$
|
|
4439
|
-
type index_gen$
|
|
4440
|
-
type index_gen$
|
|
4441
|
-
type index_gen$
|
|
4442
|
-
type index_gen$
|
|
4443
|
-
type index_gen$
|
|
4444
|
-
type index_gen$
|
|
4445
|
-
type index_gen$
|
|
4446
|
-
type index_gen$
|
|
4447
|
-
declare namespace index_gen$
|
|
4413
|
+
declare const index_gen$j_CONTAINER_TRANSIENT_STATUSES: typeof CONTAINER_TRANSIENT_STATUSES;
|
|
4414
|
+
type index_gen$j_Container = Container;
|
|
4415
|
+
type index_gen$j_ContainerHttpOption = ContainerHttpOption;
|
|
4416
|
+
type index_gen$j_ContainerPrivacy = ContainerPrivacy;
|
|
4417
|
+
type index_gen$j_ContainerProtocol = ContainerProtocol;
|
|
4418
|
+
type index_gen$j_ContainerStatus = ContainerStatus;
|
|
4419
|
+
type index_gen$j_CreateContainerRequest = CreateContainerRequest;
|
|
4420
|
+
type index_gen$j_DeleteContainerRequest = DeleteContainerRequest;
|
|
4421
|
+
type index_gen$j_DeployContainerRequest = DeployContainerRequest;
|
|
4422
|
+
type index_gen$j_GetContainerRequest = GetContainerRequest;
|
|
4423
|
+
type index_gen$j_ListContainersRequest = ListContainersRequest;
|
|
4424
|
+
type index_gen$j_ListContainersRequestOrderBy = ListContainersRequestOrderBy;
|
|
4425
|
+
type index_gen$j_ListContainersResponse = ListContainersResponse;
|
|
4426
|
+
type index_gen$j_UpdateContainerRequest = UpdateContainerRequest;
|
|
4427
|
+
declare namespace index_gen$j {
|
|
4448
4428
|
export {
|
|
4449
|
-
API$
|
|
4450
|
-
index_gen$
|
|
4429
|
+
API$m as API,
|
|
4430
|
+
index_gen$j_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
|
|
4451
4431
|
CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
|
|
4452
|
-
index_gen$
|
|
4453
|
-
index_gen$
|
|
4454
|
-
index_gen$
|
|
4455
|
-
index_gen$
|
|
4456
|
-
index_gen$
|
|
4457
|
-
index_gen$
|
|
4432
|
+
index_gen$j_Container as Container,
|
|
4433
|
+
index_gen$j_ContainerHttpOption as ContainerHttpOption,
|
|
4434
|
+
index_gen$j_ContainerPrivacy as ContainerPrivacy,
|
|
4435
|
+
index_gen$j_ContainerProtocol as ContainerProtocol,
|
|
4436
|
+
index_gen$j_ContainerStatus as ContainerStatus,
|
|
4437
|
+
index_gen$j_CreateContainerRequest as CreateContainerRequest,
|
|
4458
4438
|
CreateCronRequest$1 as CreateCronRequest,
|
|
4459
4439
|
CreateDomainRequest$2 as CreateDomainRequest,
|
|
4460
4440
|
CreateNamespaceRequest$3 as CreateNamespaceRequest,
|
|
@@ -4462,23 +4442,23 @@ declare namespace index_gen$i {
|
|
|
4462
4442
|
Cron$1 as Cron,
|
|
4463
4443
|
CronStatus$1 as CronStatus,
|
|
4464
4444
|
DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
|
|
4465
|
-
index_gen$
|
|
4445
|
+
index_gen$j_DeleteContainerRequest as DeleteContainerRequest,
|
|
4466
4446
|
DeleteCronRequest$1 as DeleteCronRequest,
|
|
4467
4447
|
DeleteDomainRequest$1 as DeleteDomainRequest,
|
|
4468
4448
|
DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
|
|
4469
4449
|
DeleteTokenRequest$1 as DeleteTokenRequest,
|
|
4470
|
-
index_gen$
|
|
4450
|
+
index_gen$j_DeployContainerRequest as DeployContainerRequest,
|
|
4471
4451
|
Domain$3 as Domain,
|
|
4472
4452
|
DomainStatus$3 as DomainStatus,
|
|
4473
|
-
index_gen$
|
|
4453
|
+
index_gen$j_GetContainerRequest as GetContainerRequest,
|
|
4474
4454
|
GetCronRequest$1 as GetCronRequest,
|
|
4475
4455
|
GetDomainRequest$2 as GetDomainRequest,
|
|
4476
4456
|
GetNamespaceRequest$3 as GetNamespaceRequest,
|
|
4477
4457
|
GetTokenRequest$1 as GetTokenRequest,
|
|
4478
4458
|
IssueJWTRequest$1 as IssueJWTRequest,
|
|
4479
|
-
index_gen$
|
|
4480
|
-
index_gen$
|
|
4481
|
-
index_gen$
|
|
4459
|
+
index_gen$j_ListContainersRequest as ListContainersRequest,
|
|
4460
|
+
index_gen$j_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
|
|
4461
|
+
index_gen$j_ListContainersResponse as ListContainersResponse,
|
|
4482
4462
|
ListCronsRequest$1 as ListCronsRequest,
|
|
4483
4463
|
ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
|
|
4484
4464
|
ListCronsResponse$1 as ListCronsResponse,
|
|
@@ -4505,15 +4485,15 @@ declare namespace index_gen$i {
|
|
|
4505
4485
|
TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
|
|
4506
4486
|
Token$1 as Token,
|
|
4507
4487
|
TokenStatus$1 as TokenStatus,
|
|
4508
|
-
index_gen$
|
|
4488
|
+
index_gen$j_UpdateContainerRequest as UpdateContainerRequest,
|
|
4509
4489
|
UpdateCronRequest$1 as UpdateCronRequest,
|
|
4510
4490
|
UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
|
|
4511
4491
|
};
|
|
4512
4492
|
}
|
|
4513
4493
|
|
|
4514
|
-
declare namespace index$
|
|
4494
|
+
declare namespace index$n {
|
|
4515
4495
|
export {
|
|
4516
|
-
index_gen$
|
|
4496
|
+
index_gen$j as v1beta1,
|
|
4517
4497
|
};
|
|
4518
4498
|
}
|
|
4519
4499
|
|
|
@@ -5553,7 +5533,7 @@ type RegistrarApiDeleteDomainHostRequest = {
|
|
|
5553
5533
|
* Domains and DNS API. Manage your domains, DNS zones and records with the
|
|
5554
5534
|
* Domains and DNS API.
|
|
5555
5535
|
*/
|
|
5556
|
-
declare class API$
|
|
5536
|
+
declare class API$l extends API$s {
|
|
5557
5537
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
5558
5538
|
/**
|
|
5559
5539
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -5793,10 +5773,11 @@ declare class API$k extends API$r {
|
|
|
5793
5773
|
*
|
|
5794
5774
|
* Domains and DNS - Registrar API. Manage your domains and contacts.
|
|
5795
5775
|
*/
|
|
5796
|
-
declare class RegistrarAPI extends API$
|
|
5776
|
+
declare class RegistrarAPI extends API$s {
|
|
5797
5777
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
5798
5778
|
/**
|
|
5799
|
-
* List tasks. List all account
|
|
5779
|
+
* List tasks. List all operations performed on the account. You can filter
|
|
5780
|
+
* the list of tasks by domain name.
|
|
5800
5781
|
*
|
|
5801
5782
|
* @param request - The request {@link RegistrarApiListTasksRequest}
|
|
5802
5783
|
* @returns A Promise of ListTasksResponse
|
|
@@ -5806,34 +5787,37 @@ declare class RegistrarAPI extends API$r {
|
|
|
5806
5787
|
[Symbol.asyncIterator]: () => AsyncGenerator<Task$1[], void, void>;
|
|
5807
5788
|
};
|
|
5808
5789
|
/**
|
|
5809
|
-
*
|
|
5810
|
-
*
|
|
5790
|
+
* Purchase domains. Request the registration of domain names. You can provide
|
|
5791
|
+
* a domain's already existing contact or a new contact.
|
|
5811
5792
|
*
|
|
5812
5793
|
* @param request - The request {@link RegistrarApiBuyDomainsRequest}
|
|
5813
5794
|
* @returns A Promise of OrderResponse
|
|
5814
5795
|
*/
|
|
5815
5796
|
buyDomains: (request: Readonly<RegistrarApiBuyDomainsRequest>) => Promise<OrderResponse>;
|
|
5816
5797
|
/**
|
|
5817
|
-
* Renew
|
|
5798
|
+
* Renew domains. Request the renewal of one or more domain names.
|
|
5818
5799
|
*
|
|
5819
5800
|
* @param request - The request {@link RegistrarApiRenewDomainsRequest}
|
|
5820
5801
|
* @returns A Promise of OrderResponse
|
|
5821
5802
|
*/
|
|
5822
5803
|
renewDomains: (request: Readonly<RegistrarApiRenewDomainsRequest>) => Promise<OrderResponse>;
|
|
5823
5804
|
/**
|
|
5824
|
-
* Transfer a domain. Request the transfer from another registrar
|
|
5825
|
-
* Scaleway.
|
|
5805
|
+
* Transfer a domain. Request the transfer of a domain from another registrar
|
|
5806
|
+
* to Scaleway Domains and DNS.
|
|
5826
5807
|
*
|
|
5827
5808
|
* @param request - The request {@link RegistrarApiTransferInDomainRequest}
|
|
5828
5809
|
* @returns A Promise of OrderResponse
|
|
5829
5810
|
*/
|
|
5830
5811
|
transferInDomain: (request: Readonly<RegistrarApiTransferInDomainRequest>) => Promise<OrderResponse>;
|
|
5831
5812
|
/**
|
|
5832
|
-
* Trade a domain contact. Request
|
|
5833
|
-
* `organization_id`
|
|
5834
|
-
*
|
|
5835
|
-
*
|
|
5836
|
-
*
|
|
5813
|
+
* Trade a domain's contact. Request to change a domain's contact owner.<br/>
|
|
5814
|
+
* If you specify the `organization_id` of the domain's new owner, the contact
|
|
5815
|
+
* will change from the current owner's Scaleway account to the new owner's
|
|
5816
|
+
* Scaleway account.<br/> If the new owner's current contact information is
|
|
5817
|
+
* not available, the first ever contact they have created for previous
|
|
5818
|
+
* domains is taken into account to operate the change.<br/> If the new owner
|
|
5819
|
+
* has never created a contact to register domains before, an error message
|
|
5820
|
+
* displays.
|
|
5837
5821
|
*
|
|
5838
5822
|
* @param request - The request {@link RegistrarApiTradeDomainRequest}
|
|
5839
5823
|
* @returns A Promise of OrderResponse
|
|
@@ -5856,9 +5840,10 @@ declare class RegistrarAPI extends API$r {
|
|
|
5856
5840
|
*/
|
|
5857
5841
|
deleteExternalDomain: (request: Readonly<RegistrarApiDeleteExternalDomainRequest>) => Promise<DeleteExternalDomainResponse>;
|
|
5858
5842
|
/**
|
|
5859
|
-
* Check if contacts are compatible
|
|
5860
|
-
* contacts are compatible
|
|
5861
|
-
* the information
|
|
5843
|
+
* Check if contacts are compatible with a domain or a TLD. Check whether
|
|
5844
|
+
* contacts are compatible with a domain or a TLD. If contacts are not
|
|
5845
|
+
* compatible with either the domain or the TLD, the information that needs to
|
|
5846
|
+
* be corrected is returned.
|
|
5862
5847
|
*
|
|
5863
5848
|
* @param request - The request
|
|
5864
5849
|
* {@link RegistrarApiCheckContactsCompatibilityRequest}
|
|
@@ -5867,8 +5852,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5867
5852
|
checkContactsCompatibility: (request?: Readonly<RegistrarApiCheckContactsCompatibilityRequest>) => Promise<CheckContactsCompatibilityResponse>;
|
|
5868
5853
|
protected pageOfListContacts: (request?: Readonly<RegistrarApiListContactsRequest>) => Promise<ListContactsResponse>;
|
|
5869
5854
|
/**
|
|
5870
|
-
* List contacts.
|
|
5871
|
-
* can filter the list by domain name.
|
|
5855
|
+
* List contacts. Retrieve the list of contacts and their associated domains
|
|
5856
|
+
* and roles. You can filter the list by domain name.
|
|
5872
5857
|
*
|
|
5873
5858
|
* @param request - The request {@link RegistrarApiListContactsRequest}
|
|
5874
5859
|
* @returns A Promise of ListContactsResponse
|
|
@@ -5878,15 +5863,15 @@ declare class RegistrarAPI extends API$r {
|
|
|
5878
5863
|
[Symbol.asyncIterator]: () => AsyncGenerator<ContactRoles[], void, void>;
|
|
5879
5864
|
};
|
|
5880
5865
|
/**
|
|
5881
|
-
* Get a contact.
|
|
5882
|
-
*
|
|
5866
|
+
* Get a contact. Retrieve a contact's details from the registrar using the
|
|
5867
|
+
* given contact's ID.
|
|
5883
5868
|
*
|
|
5884
5869
|
* @param request - The request {@link RegistrarApiGetContactRequest}
|
|
5885
5870
|
* @returns A Promise of Contact
|
|
5886
5871
|
*/
|
|
5887
5872
|
getContact: (request: Readonly<RegistrarApiGetContactRequest>) => Promise<Contact>;
|
|
5888
5873
|
/**
|
|
5889
|
-
* Update contact.
|
|
5874
|
+
* Update contact. Edit the contact's information.
|
|
5890
5875
|
*
|
|
5891
5876
|
* @param request - The request {@link RegistrarApiUpdateContactRequest}
|
|
5892
5877
|
* @returns A Promise of Contact
|
|
@@ -5894,7 +5879,7 @@ declare class RegistrarAPI extends API$r {
|
|
|
5894
5879
|
updateContact: (request: Readonly<RegistrarApiUpdateContactRequest>) => Promise<Contact>;
|
|
5895
5880
|
protected pageOfListDomains: (request?: Readonly<RegistrarApiListDomainsRequest>) => Promise<ListDomainsResponse$2>;
|
|
5896
5881
|
/**
|
|
5897
|
-
* List domains.
|
|
5882
|
+
* List domains. Retrieve the list of domains you own.
|
|
5898
5883
|
*
|
|
5899
5884
|
* @param request - The request {@link RegistrarApiListDomainsRequest}
|
|
5900
5885
|
* @returns A Promise of ListDomainsResponse
|
|
@@ -5905,9 +5890,9 @@ declare class RegistrarAPI extends API$r {
|
|
|
5905
5890
|
};
|
|
5906
5891
|
protected pageOfListRenewableDomains: (request?: Readonly<RegistrarApiListRenewableDomainsRequest>) => Promise<ListRenewableDomainsResponse>;
|
|
5907
5892
|
/**
|
|
5908
|
-
* List
|
|
5909
|
-
*
|
|
5910
|
-
*
|
|
5893
|
+
* List domains that can be renewed. Retrieve the list of domains you own that
|
|
5894
|
+
* can be renewed. You can also see the maximum renewal duration in years for
|
|
5895
|
+
* your domains that are renewable.
|
|
5911
5896
|
*
|
|
5912
5897
|
* @param request - The request {@link RegistrarApiListRenewableDomainsRequest}
|
|
5913
5898
|
* @returns A Promise of ListRenewableDomainsResponse
|
|
@@ -5917,7 +5902,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5917
5902
|
[Symbol.asyncIterator]: () => AsyncGenerator<RenewableDomain[], void, void>;
|
|
5918
5903
|
};
|
|
5919
5904
|
/**
|
|
5920
|
-
* Get domain.
|
|
5905
|
+
* Get domain. Retrieve a specific domain and display the domain's
|
|
5906
|
+
* information.
|
|
5921
5907
|
*
|
|
5922
5908
|
* @param request - The request {@link RegistrarApiGetDomainRequest}
|
|
5923
5909
|
* @returns A Promise of Domain
|
|
@@ -5932,32 +5918,36 @@ declare class RegistrarAPI extends API$r {
|
|
|
5932
5918
|
*/
|
|
5933
5919
|
waitForDomain: (request: Readonly<RegistrarApiGetDomainRequest>, options?: Readonly<WaitForOptions<Domain$2>>) => Promise<Domain$2>;
|
|
5934
5920
|
/**
|
|
5935
|
-
* Update a domain. Update
|
|
5936
|
-
* you add the same contact for multiple roles
|
|
5937
|
-
* and used for all of
|
|
5921
|
+
* Update a domain's contacts. Update contacts for a specific domain or create
|
|
5922
|
+
* a new contact.<br/> If you add the same contact for multiple roles (owner,
|
|
5923
|
+
* administrative, technical), only one ID will be created and used for all of
|
|
5924
|
+
* the roles.
|
|
5938
5925
|
*
|
|
5939
5926
|
* @param request - The request {@link RegistrarApiUpdateDomainRequest}
|
|
5940
5927
|
* @returns A Promise of Domain
|
|
5941
5928
|
*/
|
|
5942
5929
|
updateDomain: (request: Readonly<RegistrarApiUpdateDomainRequest>) => Promise<Domain$2>;
|
|
5943
5930
|
/**
|
|
5944
|
-
* Lock
|
|
5945
|
-
* be transferred and the
|
|
5931
|
+
* Lock the transfer of a domain. Lock the transfer of a domain. This means
|
|
5932
|
+
* that the domain cannot be transferred and the authorization code cannot be
|
|
5933
|
+
* requested to your current registrar.
|
|
5946
5934
|
*
|
|
5947
5935
|
* @param request - The request {@link RegistrarApiLockDomainTransferRequest}
|
|
5948
5936
|
* @returns A Promise of Domain
|
|
5949
5937
|
*/
|
|
5950
5938
|
lockDomainTransfer: (request: Readonly<RegistrarApiLockDomainTransferRequest>) => Promise<Domain$2>;
|
|
5951
5939
|
/**
|
|
5952
|
-
* Unlock
|
|
5953
|
-
* transferred and the
|
|
5940
|
+
* Unlock the transfer of a domain. Unlock the transfer of a domain. This
|
|
5941
|
+
* means that the domain can be transferred and the authorization code can be
|
|
5942
|
+
* requested to your current registrar.
|
|
5954
5943
|
*
|
|
5955
5944
|
* @param request - The request {@link RegistrarApiUnlockDomainTransferRequest}
|
|
5956
5945
|
* @returns A Promise of Domain
|
|
5957
5946
|
*/
|
|
5958
5947
|
unlockDomainTransfer: (request: Readonly<RegistrarApiUnlockDomainTransferRequest>) => Promise<Domain$2>;
|
|
5959
5948
|
/**
|
|
5960
|
-
* Enable
|
|
5949
|
+
* Enable auto renew. Enable the `auto renew` feature for a domain. This means
|
|
5950
|
+
* the domain will be automatically renewed before its expiry date.
|
|
5961
5951
|
*
|
|
5962
5952
|
* @param request - The request
|
|
5963
5953
|
* {@link RegistrarApiEnableDomainAutoRenewRequest}
|
|
@@ -5965,7 +5955,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5965
5955
|
*/
|
|
5966
5956
|
enableDomainAutoRenew: (request: Readonly<RegistrarApiEnableDomainAutoRenewRequest>) => Promise<Domain$2>;
|
|
5967
5957
|
/**
|
|
5968
|
-
* Disable
|
|
5958
|
+
* Disable auto renew. Disable the `auto renew` feature for a domain. This
|
|
5959
|
+
* means the domain will not be renewed before its expiry date.
|
|
5969
5960
|
*
|
|
5970
5961
|
* @param request - The request
|
|
5971
5962
|
* {@link RegistrarApiDisableDomainAutoRenewRequest}
|
|
@@ -5973,10 +5964,11 @@ declare class RegistrarAPI extends API$r {
|
|
|
5973
5964
|
*/
|
|
5974
5965
|
disableDomainAutoRenew: (request: Readonly<RegistrarApiDisableDomainAutoRenewRequest>) => Promise<Domain$2>;
|
|
5975
5966
|
/**
|
|
5976
|
-
*
|
|
5977
|
-
* domain
|
|
5978
|
-
*
|
|
5979
|
-
* information
|
|
5967
|
+
* Get a domain's authorization code. Retrieve the authorization code to
|
|
5968
|
+
* tranfer an unlocked domain. The output returns an error if the domain is
|
|
5969
|
+
* locked. Some TLDs may have a different procedure to retrieve the
|
|
5970
|
+
* authorization code. In that case, the information displays in the message
|
|
5971
|
+
* field.
|
|
5980
5972
|
*
|
|
5981
5973
|
* @param request - The request {@link RegistrarApiGetDomainAuthCodeRequest}
|
|
5982
5974
|
* @returns A Promise of GetDomainAuthCodeResponse
|
|
@@ -5991,17 +5983,18 @@ declare class RegistrarAPI extends API$r {
|
|
|
5991
5983
|
*/
|
|
5992
5984
|
enableDomainDNSSEC: (request: Readonly<RegistrarApiEnableDomainDNSSECRequest>) => Promise<Domain$2>;
|
|
5993
5985
|
/**
|
|
5994
|
-
* Disable domain DNSSEC.
|
|
5986
|
+
* Disable a domain's DNSSEC. Disable DNSSEC for a domain.
|
|
5995
5987
|
*
|
|
5996
5988
|
* @param request - The request {@link RegistrarApiDisableDomainDNSSECRequest}
|
|
5997
5989
|
* @returns A Promise of Domain
|
|
5998
5990
|
*/
|
|
5999
5991
|
disableDomainDNSSEC: (request: Readonly<RegistrarApiDisableDomainDNSSECRequest>) => Promise<Domain$2>;
|
|
6000
5992
|
/**
|
|
6001
|
-
* Search available domains. Search a domain
|
|
5993
|
+
* Search available domains. Search a domain or a maximum of 10 domains that
|
|
5994
|
+
* are available.
|
|
6002
5995
|
*
|
|
6003
|
-
* If the TLD list is empty or not set the search returns the results from
|
|
6004
|
-
* most popular TLDs.
|
|
5996
|
+
* If the TLD list is empty or not set, the search returns the results from
|
|
5997
|
+
* the most popular TLDs.
|
|
6005
5998
|
*
|
|
6006
5999
|
* @param request - The request
|
|
6007
6000
|
* {@link RegistrarApiSearchAvailableDomainsRequest}
|
|
@@ -6009,7 +6002,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
6009
6002
|
*/
|
|
6010
6003
|
searchAvailableDomains: (request: Readonly<RegistrarApiSearchAvailableDomainsRequest>) => Promise<SearchAvailableDomainsResponse>;
|
|
6011
6004
|
/**
|
|
6012
|
-
* Create domain hostname with glue
|
|
6005
|
+
* Create a hostname for a domain. Create a hostname for a domain with glue
|
|
6006
|
+
* IPs.
|
|
6013
6007
|
*
|
|
6014
6008
|
* @param request - The request {@link RegistrarApiCreateDomainHostRequest}
|
|
6015
6009
|
* @returns A Promise of Host
|
|
@@ -6017,7 +6011,7 @@ declare class RegistrarAPI extends API$r {
|
|
|
6017
6011
|
createDomainHost: (request: Readonly<RegistrarApiCreateDomainHostRequest>) => Promise<Host>;
|
|
6018
6012
|
protected pageOfListDomainHosts: (request: Readonly<RegistrarApiListDomainHostsRequest>) => Promise<ListDomainHostsResponse>;
|
|
6019
6013
|
/**
|
|
6020
|
-
* List domain hostnames
|
|
6014
|
+
* List a domain's hostnames. List a domain's hostnames using their glue IPs.
|
|
6021
6015
|
*
|
|
6022
6016
|
* @param request - The request {@link RegistrarApiListDomainHostsRequest}
|
|
6023
6017
|
* @returns A Promise of ListDomainHostsResponse
|
|
@@ -6027,14 +6021,14 @@ declare class RegistrarAPI extends API$r {
|
|
|
6027
6021
|
[Symbol.asyncIterator]: () => AsyncGenerator<Host[], void, void>;
|
|
6028
6022
|
};
|
|
6029
6023
|
/**
|
|
6030
|
-
* Update domain hostname with glue IPs.
|
|
6024
|
+
* Update a domain's hostname. Update a domain's hostname with glue IPs.
|
|
6031
6025
|
*
|
|
6032
6026
|
* @param request - The request {@link RegistrarApiUpdateDomainHostRequest}
|
|
6033
6027
|
* @returns A Promise of Host
|
|
6034
6028
|
*/
|
|
6035
6029
|
updateDomainHost: (request: Readonly<RegistrarApiUpdateDomainHostRequest>) => Promise<Host>;
|
|
6036
6030
|
/**
|
|
6037
|
-
* Delete domain hostname.
|
|
6031
|
+
* Delete a domain's hostname. Delete a domain's hostname.
|
|
6038
6032
|
*
|
|
6039
6033
|
* @param request - The request {@link RegistrarApiDeleteDomainHostRequest}
|
|
6040
6034
|
* @returns A Promise of Host
|
|
@@ -6060,333 +6054,333 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
6060
6054
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
6061
6055
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
6062
6056
|
|
|
6063
|
-
type index_gen$
|
|
6064
|
-
type index_gen$
|
|
6065
|
-
type index_gen$
|
|
6066
|
-
type index_gen$
|
|
6067
|
-
type index_gen$
|
|
6068
|
-
type index_gen$
|
|
6069
|
-
type index_gen$
|
|
6070
|
-
type index_gen$
|
|
6071
|
-
type index_gen$
|
|
6072
|
-
type index_gen$
|
|
6073
|
-
type index_gen$
|
|
6074
|
-
type index_gen$
|
|
6075
|
-
type index_gen$
|
|
6076
|
-
type index_gen$
|
|
6077
|
-
type index_gen$
|
|
6078
|
-
type index_gen$
|
|
6079
|
-
type index_gen$
|
|
6080
|
-
type index_gen$
|
|
6081
|
-
type index_gen$
|
|
6082
|
-
type index_gen$
|
|
6083
|
-
type index_gen$
|
|
6084
|
-
type index_gen$
|
|
6085
|
-
type index_gen$
|
|
6086
|
-
type index_gen$
|
|
6087
|
-
type index_gen$
|
|
6088
|
-
type index_gen$
|
|
6089
|
-
type index_gen$
|
|
6090
|
-
declare const index_gen$
|
|
6091
|
-
declare const index_gen$
|
|
6092
|
-
declare const index_gen$
|
|
6093
|
-
type index_gen$
|
|
6094
|
-
type index_gen$
|
|
6095
|
-
type index_gen$
|
|
6096
|
-
type index_gen$
|
|
6097
|
-
type index_gen$
|
|
6098
|
-
type index_gen$
|
|
6099
|
-
type index_gen$
|
|
6100
|
-
type index_gen$
|
|
6101
|
-
type index_gen$
|
|
6102
|
-
type index_gen$
|
|
6103
|
-
type index_gen$
|
|
6104
|
-
type index_gen$
|
|
6105
|
-
type index_gen$
|
|
6106
|
-
type index_gen$
|
|
6107
|
-
type index_gen$
|
|
6108
|
-
type index_gen$
|
|
6109
|
-
type index_gen$
|
|
6110
|
-
type index_gen$
|
|
6111
|
-
type index_gen$
|
|
6112
|
-
type index_gen$
|
|
6113
|
-
type index_gen$
|
|
6114
|
-
type index_gen$
|
|
6115
|
-
type index_gen$
|
|
6116
|
-
type index_gen$
|
|
6117
|
-
type index_gen$
|
|
6118
|
-
type index_gen$
|
|
6119
|
-
type index_gen$
|
|
6120
|
-
type index_gen$
|
|
6121
|
-
type index_gen$
|
|
6122
|
-
type index_gen$
|
|
6123
|
-
type index_gen$
|
|
6124
|
-
type index_gen$
|
|
6125
|
-
type index_gen$
|
|
6126
|
-
type index_gen$
|
|
6127
|
-
declare const index_gen$
|
|
6128
|
-
type index_gen$
|
|
6129
|
-
type index_gen$
|
|
6130
|
-
type index_gen$
|
|
6131
|
-
type index_gen$
|
|
6132
|
-
type index_gen$
|
|
6133
|
-
type index_gen$
|
|
6134
|
-
type index_gen$
|
|
6135
|
-
type index_gen$
|
|
6136
|
-
type index_gen$
|
|
6137
|
-
type index_gen$
|
|
6138
|
-
type index_gen$
|
|
6139
|
-
type index_gen$
|
|
6140
|
-
type index_gen$
|
|
6141
|
-
type index_gen$
|
|
6142
|
-
type index_gen$
|
|
6143
|
-
type index_gen$
|
|
6144
|
-
type index_gen$
|
|
6145
|
-
type index_gen$
|
|
6146
|
-
type index_gen$
|
|
6147
|
-
type index_gen$
|
|
6148
|
-
type index_gen$
|
|
6149
|
-
type index_gen$
|
|
6150
|
-
type index_gen$
|
|
6151
|
-
type index_gen$
|
|
6152
|
-
type index_gen$
|
|
6153
|
-
type index_gen$
|
|
6154
|
-
type index_gen$
|
|
6155
|
-
type index_gen$
|
|
6156
|
-
type index_gen$
|
|
6157
|
-
type index_gen$
|
|
6158
|
-
type index_gen$
|
|
6159
|
-
type index_gen$
|
|
6160
|
-
type index_gen$
|
|
6161
|
-
type index_gen$
|
|
6162
|
-
type index_gen$
|
|
6163
|
-
type index_gen$
|
|
6164
|
-
type index_gen$
|
|
6165
|
-
type index_gen$
|
|
6166
|
-
type index_gen$
|
|
6167
|
-
type index_gen$
|
|
6168
|
-
type index_gen$
|
|
6169
|
-
type index_gen$
|
|
6170
|
-
type index_gen$
|
|
6171
|
-
type index_gen$
|
|
6172
|
-
declare const index_gen$
|
|
6173
|
-
type index_gen$
|
|
6174
|
-
type index_gen$
|
|
6175
|
-
type index_gen$
|
|
6176
|
-
type index_gen$
|
|
6177
|
-
type index_gen$
|
|
6178
|
-
type index_gen$
|
|
6179
|
-
type index_gen$
|
|
6180
|
-
type index_gen$
|
|
6181
|
-
type index_gen$
|
|
6182
|
-
type index_gen$
|
|
6183
|
-
type index_gen$
|
|
6184
|
-
type index_gen$
|
|
6185
|
-
type index_gen$
|
|
6186
|
-
type index_gen$
|
|
6187
|
-
type index_gen$
|
|
6188
|
-
type index_gen$
|
|
6189
|
-
type index_gen$
|
|
6190
|
-
type index_gen$
|
|
6191
|
-
type index_gen$
|
|
6192
|
-
type index_gen$
|
|
6193
|
-
type index_gen$
|
|
6194
|
-
type index_gen$
|
|
6195
|
-
type index_gen$
|
|
6196
|
-
type index_gen$
|
|
6197
|
-
type index_gen$
|
|
6198
|
-
type index_gen$
|
|
6199
|
-
type index_gen$
|
|
6200
|
-
type index_gen$
|
|
6201
|
-
type index_gen$
|
|
6202
|
-
type index_gen$
|
|
6203
|
-
type index_gen$
|
|
6204
|
-
type index_gen$
|
|
6205
|
-
type index_gen$
|
|
6206
|
-
declare const index_gen$
|
|
6207
|
-
type index_gen$
|
|
6208
|
-
type index_gen$
|
|
6209
|
-
type index_gen$
|
|
6210
|
-
type index_gen$
|
|
6211
|
-
type index_gen$
|
|
6212
|
-
type index_gen$
|
|
6213
|
-
type index_gen$
|
|
6214
|
-
type index_gen$
|
|
6215
|
-
type index_gen$
|
|
6216
|
-
type index_gen$
|
|
6217
|
-
type index_gen$
|
|
6218
|
-
declare namespace index_gen$
|
|
6057
|
+
type index_gen$i_AvailableDomain = AvailableDomain;
|
|
6058
|
+
type index_gen$i_CheckContactsCompatibilityResponse = CheckContactsCompatibilityResponse;
|
|
6059
|
+
type index_gen$i_CheckContactsCompatibilityResponseContactCheckResult = CheckContactsCompatibilityResponseContactCheckResult;
|
|
6060
|
+
type index_gen$i_ClearDNSZoneRecordsRequest = ClearDNSZoneRecordsRequest;
|
|
6061
|
+
type index_gen$i_ClearDNSZoneRecordsResponse = ClearDNSZoneRecordsResponse;
|
|
6062
|
+
type index_gen$i_CloneDNSZoneRequest = CloneDNSZoneRequest;
|
|
6063
|
+
type index_gen$i_Contact = Contact;
|
|
6064
|
+
type index_gen$i_ContactEmailStatus = ContactEmailStatus;
|
|
6065
|
+
type index_gen$i_ContactExtensionEU = ContactExtensionEU;
|
|
6066
|
+
type index_gen$i_ContactExtensionFR = ContactExtensionFR;
|
|
6067
|
+
type index_gen$i_ContactExtensionFRAssociationInfo = ContactExtensionFRAssociationInfo;
|
|
6068
|
+
type index_gen$i_ContactExtensionFRCodeAuthAfnicInfo = ContactExtensionFRCodeAuthAfnicInfo;
|
|
6069
|
+
type index_gen$i_ContactExtensionFRDunsInfo = ContactExtensionFRDunsInfo;
|
|
6070
|
+
type index_gen$i_ContactExtensionFRIndividualInfo = ContactExtensionFRIndividualInfo;
|
|
6071
|
+
type index_gen$i_ContactExtensionFRMode = ContactExtensionFRMode;
|
|
6072
|
+
type index_gen$i_ContactExtensionFRTrademarkInfo = ContactExtensionFRTrademarkInfo;
|
|
6073
|
+
type index_gen$i_ContactExtensionNL = ContactExtensionNL;
|
|
6074
|
+
type index_gen$i_ContactExtensionNLLegalForm = ContactExtensionNLLegalForm;
|
|
6075
|
+
type index_gen$i_ContactLegalForm = ContactLegalForm;
|
|
6076
|
+
type index_gen$i_ContactQuestion = ContactQuestion;
|
|
6077
|
+
type index_gen$i_ContactRoles = ContactRoles;
|
|
6078
|
+
type index_gen$i_ContactRolesRoles = ContactRolesRoles;
|
|
6079
|
+
type index_gen$i_CreateDNSZoneRequest = CreateDNSZoneRequest;
|
|
6080
|
+
type index_gen$i_CreateSSLCertificateRequest = CreateSSLCertificateRequest;
|
|
6081
|
+
type index_gen$i_DNSZone = DNSZone;
|
|
6082
|
+
type index_gen$i_DNSZoneStatus = DNSZoneStatus;
|
|
6083
|
+
type index_gen$i_DNSZoneVersion = DNSZoneVersion;
|
|
6084
|
+
declare const index_gen$i_DNS_ZONE_TRANSIENT_STATUSES: typeof DNS_ZONE_TRANSIENT_STATUSES;
|
|
6085
|
+
declare const index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES: typeof DOMAIN_FEATURE_TRANSIENT_STATUSES;
|
|
6086
|
+
declare const index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES: typeof DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES;
|
|
6087
|
+
type index_gen$i_DSRecord = DSRecord;
|
|
6088
|
+
type index_gen$i_DSRecordAlgorithm = DSRecordAlgorithm;
|
|
6089
|
+
type index_gen$i_DSRecordDigest = DSRecordDigest;
|
|
6090
|
+
type index_gen$i_DSRecordDigestType = DSRecordDigestType;
|
|
6091
|
+
type index_gen$i_DSRecordPublicKey = DSRecordPublicKey;
|
|
6092
|
+
type index_gen$i_DeleteDNSZoneRequest = DeleteDNSZoneRequest;
|
|
6093
|
+
type index_gen$i_DeleteDNSZoneResponse = DeleteDNSZoneResponse;
|
|
6094
|
+
type index_gen$i_DeleteDNSZoneTsigKeyRequest = DeleteDNSZoneTsigKeyRequest;
|
|
6095
|
+
type index_gen$i_DeleteExternalDomainResponse = DeleteExternalDomainResponse;
|
|
6096
|
+
type index_gen$i_DeleteSSLCertificateRequest = DeleteSSLCertificateRequest;
|
|
6097
|
+
type index_gen$i_DeleteSSLCertificateResponse = DeleteSSLCertificateResponse;
|
|
6098
|
+
type index_gen$i_DomainDNSSEC = DomainDNSSEC;
|
|
6099
|
+
type index_gen$i_DomainFeatureStatus = DomainFeatureStatus;
|
|
6100
|
+
type index_gen$i_DomainRecord = DomainRecord;
|
|
6101
|
+
type index_gen$i_DomainRecordGeoIPConfig = DomainRecordGeoIPConfig;
|
|
6102
|
+
type index_gen$i_DomainRecordGeoIPConfigMatch = DomainRecordGeoIPConfigMatch;
|
|
6103
|
+
type index_gen$i_DomainRecordHTTPServiceConfig = DomainRecordHTTPServiceConfig;
|
|
6104
|
+
type index_gen$i_DomainRecordHTTPServiceConfigStrategy = DomainRecordHTTPServiceConfigStrategy;
|
|
6105
|
+
type index_gen$i_DomainRecordType = DomainRecordType;
|
|
6106
|
+
type index_gen$i_DomainRecordViewConfig = DomainRecordViewConfig;
|
|
6107
|
+
type index_gen$i_DomainRecordViewConfigView = DomainRecordViewConfigView;
|
|
6108
|
+
type index_gen$i_DomainRecordWeightedConfig = DomainRecordWeightedConfig;
|
|
6109
|
+
type index_gen$i_DomainRecordWeightedConfigWeightedIP = DomainRecordWeightedConfigWeightedIP;
|
|
6110
|
+
type index_gen$i_DomainRegistrationStatusExternalDomain = DomainRegistrationStatusExternalDomain;
|
|
6111
|
+
type index_gen$i_DomainRegistrationStatusTransfer = DomainRegistrationStatusTransfer;
|
|
6112
|
+
type index_gen$i_DomainRegistrationStatusTransferStatus = DomainRegistrationStatusTransferStatus;
|
|
6113
|
+
type index_gen$i_DomainSummary = DomainSummary;
|
|
6114
|
+
type index_gen$i_ExportRawDNSZoneRequest = ExportRawDNSZoneRequest;
|
|
6115
|
+
type index_gen$i_GetDNSZoneTsigKeyRequest = GetDNSZoneTsigKeyRequest;
|
|
6116
|
+
type index_gen$i_GetDNSZoneTsigKeyResponse = GetDNSZoneTsigKeyResponse;
|
|
6117
|
+
type index_gen$i_GetDNSZoneVersionDiffRequest = GetDNSZoneVersionDiffRequest;
|
|
6118
|
+
type index_gen$i_GetDNSZoneVersionDiffResponse = GetDNSZoneVersionDiffResponse;
|
|
6119
|
+
type index_gen$i_GetDomainAuthCodeResponse = GetDomainAuthCodeResponse;
|
|
6120
|
+
type index_gen$i_GetSSLCertificateRequest = GetSSLCertificateRequest;
|
|
6121
|
+
declare const index_gen$i_HOST_TRANSIENT_STATUSES: typeof HOST_TRANSIENT_STATUSES;
|
|
6122
|
+
type index_gen$i_Host = Host;
|
|
6123
|
+
type index_gen$i_HostStatus = HostStatus;
|
|
6124
|
+
type index_gen$i_ImportProviderDNSZoneRequest = ImportProviderDNSZoneRequest;
|
|
6125
|
+
type index_gen$i_ImportProviderDNSZoneRequestOnlineV1 = ImportProviderDNSZoneRequestOnlineV1;
|
|
6126
|
+
type index_gen$i_ImportProviderDNSZoneResponse = ImportProviderDNSZoneResponse;
|
|
6127
|
+
type index_gen$i_ImportRawDNSZoneRequest = ImportRawDNSZoneRequest;
|
|
6128
|
+
type index_gen$i_ImportRawDNSZoneRequestAXFRSource = ImportRawDNSZoneRequestAXFRSource;
|
|
6129
|
+
type index_gen$i_ImportRawDNSZoneRequestBindSource = ImportRawDNSZoneRequestBindSource;
|
|
6130
|
+
type index_gen$i_ImportRawDNSZoneRequestTsigKey = ImportRawDNSZoneRequestTsigKey;
|
|
6131
|
+
type index_gen$i_ImportRawDNSZoneResponse = ImportRawDNSZoneResponse;
|
|
6132
|
+
type index_gen$i_LanguageCode = LanguageCode;
|
|
6133
|
+
type index_gen$i_ListContactsResponse = ListContactsResponse;
|
|
6134
|
+
type index_gen$i_ListDNSZoneNameserversRequest = ListDNSZoneNameserversRequest;
|
|
6135
|
+
type index_gen$i_ListDNSZoneNameserversResponse = ListDNSZoneNameserversResponse;
|
|
6136
|
+
type index_gen$i_ListDNSZoneRecordsRequest = ListDNSZoneRecordsRequest;
|
|
6137
|
+
type index_gen$i_ListDNSZoneRecordsRequestOrderBy = ListDNSZoneRecordsRequestOrderBy;
|
|
6138
|
+
type index_gen$i_ListDNSZoneRecordsResponse = ListDNSZoneRecordsResponse;
|
|
6139
|
+
type index_gen$i_ListDNSZoneVersionRecordsRequest = ListDNSZoneVersionRecordsRequest;
|
|
6140
|
+
type index_gen$i_ListDNSZoneVersionRecordsResponse = ListDNSZoneVersionRecordsResponse;
|
|
6141
|
+
type index_gen$i_ListDNSZoneVersionsRequest = ListDNSZoneVersionsRequest;
|
|
6142
|
+
type index_gen$i_ListDNSZoneVersionsResponse = ListDNSZoneVersionsResponse;
|
|
6143
|
+
type index_gen$i_ListDNSZonesRequest = ListDNSZonesRequest;
|
|
6144
|
+
type index_gen$i_ListDNSZonesRequestOrderBy = ListDNSZonesRequestOrderBy;
|
|
6145
|
+
type index_gen$i_ListDNSZonesResponse = ListDNSZonesResponse;
|
|
6146
|
+
type index_gen$i_ListDomainHostsResponse = ListDomainHostsResponse;
|
|
6147
|
+
type index_gen$i_ListRenewableDomainsRequestOrderBy = ListRenewableDomainsRequestOrderBy;
|
|
6148
|
+
type index_gen$i_ListRenewableDomainsResponse = ListRenewableDomainsResponse;
|
|
6149
|
+
type index_gen$i_ListSSLCertificatesRequest = ListSSLCertificatesRequest;
|
|
6150
|
+
type index_gen$i_ListSSLCertificatesResponse = ListSSLCertificatesResponse;
|
|
6151
|
+
type index_gen$i_ListTasksRequestOrderBy = ListTasksRequestOrderBy;
|
|
6152
|
+
type index_gen$i_ListTasksResponse = ListTasksResponse;
|
|
6153
|
+
type index_gen$i_NewContact = NewContact;
|
|
6154
|
+
type index_gen$i_OrderResponse = OrderResponse;
|
|
6155
|
+
type index_gen$i_RawFormat = RawFormat;
|
|
6156
|
+
type index_gen$i_RecordChange = RecordChange;
|
|
6157
|
+
type index_gen$i_RecordChangeAdd = RecordChangeAdd;
|
|
6158
|
+
type index_gen$i_RecordChangeClear = RecordChangeClear;
|
|
6159
|
+
type index_gen$i_RecordChangeDelete = RecordChangeDelete;
|
|
6160
|
+
type index_gen$i_RecordChangeSet = RecordChangeSet;
|
|
6161
|
+
type index_gen$i_RecordIdentifier = RecordIdentifier;
|
|
6162
|
+
type index_gen$i_RefreshDNSZoneRequest = RefreshDNSZoneRequest;
|
|
6163
|
+
type index_gen$i_RefreshDNSZoneResponse = RefreshDNSZoneResponse;
|
|
6164
|
+
type index_gen$i_RegisterExternalDomainResponse = RegisterExternalDomainResponse;
|
|
6165
|
+
type index_gen$i_RegistrarAPI = RegistrarAPI;
|
|
6166
|
+
declare const index_gen$i_RegistrarAPI: typeof RegistrarAPI;
|
|
6167
|
+
type index_gen$i_RegistrarApiBuyDomainsRequest = RegistrarApiBuyDomainsRequest;
|
|
6168
|
+
type index_gen$i_RegistrarApiCheckContactsCompatibilityRequest = RegistrarApiCheckContactsCompatibilityRequest;
|
|
6169
|
+
type index_gen$i_RegistrarApiCreateDomainHostRequest = RegistrarApiCreateDomainHostRequest;
|
|
6170
|
+
type index_gen$i_RegistrarApiDeleteDomainHostRequest = RegistrarApiDeleteDomainHostRequest;
|
|
6171
|
+
type index_gen$i_RegistrarApiDeleteExternalDomainRequest = RegistrarApiDeleteExternalDomainRequest;
|
|
6172
|
+
type index_gen$i_RegistrarApiDisableDomainAutoRenewRequest = RegistrarApiDisableDomainAutoRenewRequest;
|
|
6173
|
+
type index_gen$i_RegistrarApiDisableDomainDNSSECRequest = RegistrarApiDisableDomainDNSSECRequest;
|
|
6174
|
+
type index_gen$i_RegistrarApiEnableDomainAutoRenewRequest = RegistrarApiEnableDomainAutoRenewRequest;
|
|
6175
|
+
type index_gen$i_RegistrarApiEnableDomainDNSSECRequest = RegistrarApiEnableDomainDNSSECRequest;
|
|
6176
|
+
type index_gen$i_RegistrarApiGetContactRequest = RegistrarApiGetContactRequest;
|
|
6177
|
+
type index_gen$i_RegistrarApiGetDomainAuthCodeRequest = RegistrarApiGetDomainAuthCodeRequest;
|
|
6178
|
+
type index_gen$i_RegistrarApiGetDomainRequest = RegistrarApiGetDomainRequest;
|
|
6179
|
+
type index_gen$i_RegistrarApiListContactsRequest = RegistrarApiListContactsRequest;
|
|
6180
|
+
type index_gen$i_RegistrarApiListDomainHostsRequest = RegistrarApiListDomainHostsRequest;
|
|
6181
|
+
type index_gen$i_RegistrarApiListDomainsRequest = RegistrarApiListDomainsRequest;
|
|
6182
|
+
type index_gen$i_RegistrarApiListRenewableDomainsRequest = RegistrarApiListRenewableDomainsRequest;
|
|
6183
|
+
type index_gen$i_RegistrarApiListTasksRequest = RegistrarApiListTasksRequest;
|
|
6184
|
+
type index_gen$i_RegistrarApiLockDomainTransferRequest = RegistrarApiLockDomainTransferRequest;
|
|
6185
|
+
type index_gen$i_RegistrarApiRegisterExternalDomainRequest = RegistrarApiRegisterExternalDomainRequest;
|
|
6186
|
+
type index_gen$i_RegistrarApiRenewDomainsRequest = RegistrarApiRenewDomainsRequest;
|
|
6187
|
+
type index_gen$i_RegistrarApiSearchAvailableDomainsRequest = RegistrarApiSearchAvailableDomainsRequest;
|
|
6188
|
+
type index_gen$i_RegistrarApiTradeDomainRequest = RegistrarApiTradeDomainRequest;
|
|
6189
|
+
type index_gen$i_RegistrarApiTransferInDomainRequest = RegistrarApiTransferInDomainRequest;
|
|
6190
|
+
type index_gen$i_RegistrarApiUnlockDomainTransferRequest = RegistrarApiUnlockDomainTransferRequest;
|
|
6191
|
+
type index_gen$i_RegistrarApiUpdateContactRequest = RegistrarApiUpdateContactRequest;
|
|
6192
|
+
type index_gen$i_RegistrarApiUpdateDomainHostRequest = RegistrarApiUpdateDomainHostRequest;
|
|
6193
|
+
type index_gen$i_RegistrarApiUpdateDomainRequest = RegistrarApiUpdateDomainRequest;
|
|
6194
|
+
type index_gen$i_RenewableDomain = RenewableDomain;
|
|
6195
|
+
type index_gen$i_RenewableDomainStatus = RenewableDomainStatus;
|
|
6196
|
+
type index_gen$i_RestoreDNSZoneVersionRequest = RestoreDNSZoneVersionRequest;
|
|
6197
|
+
type index_gen$i_RestoreDNSZoneVersionResponse = RestoreDNSZoneVersionResponse;
|
|
6198
|
+
type index_gen$i_SSLCertificate = SSLCertificate;
|
|
6199
|
+
type index_gen$i_SSLCertificateStatus = SSLCertificateStatus;
|
|
6200
|
+
declare const index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES: typeof SSL_CERTIFICATE_TRANSIENT_STATUSES;
|
|
6201
|
+
type index_gen$i_SearchAvailableDomainsResponse = SearchAvailableDomainsResponse;
|
|
6202
|
+
type index_gen$i_TaskType = TaskType;
|
|
6203
|
+
type index_gen$i_Tld = Tld;
|
|
6204
|
+
type index_gen$i_TldOffer = TldOffer;
|
|
6205
|
+
type index_gen$i_TransferInDomainRequestTransferRequest = TransferInDomainRequestTransferRequest;
|
|
6206
|
+
type index_gen$i_UpdateContactRequestQuestion = UpdateContactRequestQuestion;
|
|
6207
|
+
type index_gen$i_UpdateDNSZoneNameserversRequest = UpdateDNSZoneNameserversRequest;
|
|
6208
|
+
type index_gen$i_UpdateDNSZoneNameserversResponse = UpdateDNSZoneNameserversResponse;
|
|
6209
|
+
type index_gen$i_UpdateDNSZoneRecordsRequest = UpdateDNSZoneRecordsRequest;
|
|
6210
|
+
type index_gen$i_UpdateDNSZoneRecordsResponse = UpdateDNSZoneRecordsResponse;
|
|
6211
|
+
type index_gen$i_UpdateDNSZoneRequest = UpdateDNSZoneRequest;
|
|
6212
|
+
declare namespace index_gen$i {
|
|
6219
6213
|
export {
|
|
6220
|
-
API$
|
|
6221
|
-
index_gen$
|
|
6222
|
-
index_gen$
|
|
6223
|
-
index_gen$
|
|
6224
|
-
index_gen$
|
|
6225
|
-
index_gen$
|
|
6226
|
-
index_gen$
|
|
6227
|
-
index_gen$
|
|
6228
|
-
index_gen$
|
|
6229
|
-
index_gen$
|
|
6230
|
-
index_gen$
|
|
6231
|
-
index_gen$
|
|
6232
|
-
index_gen$
|
|
6233
|
-
index_gen$
|
|
6234
|
-
index_gen$
|
|
6235
|
-
index_gen$
|
|
6236
|
-
index_gen$
|
|
6237
|
-
index_gen$
|
|
6238
|
-
index_gen$
|
|
6239
|
-
index_gen$
|
|
6240
|
-
index_gen$
|
|
6241
|
-
index_gen$
|
|
6242
|
-
index_gen$
|
|
6243
|
-
index_gen$
|
|
6244
|
-
index_gen$
|
|
6245
|
-
index_gen$
|
|
6246
|
-
index_gen$
|
|
6247
|
-
index_gen$
|
|
6248
|
-
index_gen$
|
|
6249
|
-
index_gen$
|
|
6250
|
-
index_gen$
|
|
6214
|
+
API$l as API,
|
|
6215
|
+
index_gen$i_AvailableDomain as AvailableDomain,
|
|
6216
|
+
index_gen$i_CheckContactsCompatibilityResponse as CheckContactsCompatibilityResponse,
|
|
6217
|
+
index_gen$i_CheckContactsCompatibilityResponseContactCheckResult as CheckContactsCompatibilityResponseContactCheckResult,
|
|
6218
|
+
index_gen$i_ClearDNSZoneRecordsRequest as ClearDNSZoneRecordsRequest,
|
|
6219
|
+
index_gen$i_ClearDNSZoneRecordsResponse as ClearDNSZoneRecordsResponse,
|
|
6220
|
+
index_gen$i_CloneDNSZoneRequest as CloneDNSZoneRequest,
|
|
6221
|
+
index_gen$i_Contact as Contact,
|
|
6222
|
+
index_gen$i_ContactEmailStatus as ContactEmailStatus,
|
|
6223
|
+
index_gen$i_ContactExtensionEU as ContactExtensionEU,
|
|
6224
|
+
index_gen$i_ContactExtensionFR as ContactExtensionFR,
|
|
6225
|
+
index_gen$i_ContactExtensionFRAssociationInfo as ContactExtensionFRAssociationInfo,
|
|
6226
|
+
index_gen$i_ContactExtensionFRCodeAuthAfnicInfo as ContactExtensionFRCodeAuthAfnicInfo,
|
|
6227
|
+
index_gen$i_ContactExtensionFRDunsInfo as ContactExtensionFRDunsInfo,
|
|
6228
|
+
index_gen$i_ContactExtensionFRIndividualInfo as ContactExtensionFRIndividualInfo,
|
|
6229
|
+
index_gen$i_ContactExtensionFRMode as ContactExtensionFRMode,
|
|
6230
|
+
index_gen$i_ContactExtensionFRTrademarkInfo as ContactExtensionFRTrademarkInfo,
|
|
6231
|
+
index_gen$i_ContactExtensionNL as ContactExtensionNL,
|
|
6232
|
+
index_gen$i_ContactExtensionNLLegalForm as ContactExtensionNLLegalForm,
|
|
6233
|
+
index_gen$i_ContactLegalForm as ContactLegalForm,
|
|
6234
|
+
index_gen$i_ContactQuestion as ContactQuestion,
|
|
6235
|
+
index_gen$i_ContactRoles as ContactRoles,
|
|
6236
|
+
index_gen$i_ContactRolesRoles as ContactRolesRoles,
|
|
6237
|
+
index_gen$i_CreateDNSZoneRequest as CreateDNSZoneRequest,
|
|
6238
|
+
index_gen$i_CreateSSLCertificateRequest as CreateSSLCertificateRequest,
|
|
6239
|
+
index_gen$i_DNSZone as DNSZone,
|
|
6240
|
+
index_gen$i_DNSZoneStatus as DNSZoneStatus,
|
|
6241
|
+
index_gen$i_DNSZoneVersion as DNSZoneVersion,
|
|
6242
|
+
index_gen$i_DNS_ZONE_TRANSIENT_STATUSES as DNS_ZONE_TRANSIENT_STATUSES,
|
|
6243
|
+
index_gen$i_DOMAIN_FEATURE_TRANSIENT_STATUSES as DOMAIN_FEATURE_TRANSIENT_STATUSES,
|
|
6244
|
+
index_gen$i_DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES as DOMAIN_REGISTRATION_STATUS_TRANSFER_TRANSIENT_STATUSES,
|
|
6251
6245
|
DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
|
|
6252
|
-
index_gen$
|
|
6253
|
-
index_gen$
|
|
6254
|
-
index_gen$
|
|
6255
|
-
index_gen$
|
|
6256
|
-
index_gen$
|
|
6257
|
-
index_gen$
|
|
6258
|
-
index_gen$
|
|
6259
|
-
index_gen$
|
|
6260
|
-
index_gen$
|
|
6261
|
-
index_gen$
|
|
6262
|
-
index_gen$
|
|
6246
|
+
index_gen$i_DSRecord as DSRecord,
|
|
6247
|
+
index_gen$i_DSRecordAlgorithm as DSRecordAlgorithm,
|
|
6248
|
+
index_gen$i_DSRecordDigest as DSRecordDigest,
|
|
6249
|
+
index_gen$i_DSRecordDigestType as DSRecordDigestType,
|
|
6250
|
+
index_gen$i_DSRecordPublicKey as DSRecordPublicKey,
|
|
6251
|
+
index_gen$i_DeleteDNSZoneRequest as DeleteDNSZoneRequest,
|
|
6252
|
+
index_gen$i_DeleteDNSZoneResponse as DeleteDNSZoneResponse,
|
|
6253
|
+
index_gen$i_DeleteDNSZoneTsigKeyRequest as DeleteDNSZoneTsigKeyRequest,
|
|
6254
|
+
index_gen$i_DeleteExternalDomainResponse as DeleteExternalDomainResponse,
|
|
6255
|
+
index_gen$i_DeleteSSLCertificateRequest as DeleteSSLCertificateRequest,
|
|
6256
|
+
index_gen$i_DeleteSSLCertificateResponse as DeleteSSLCertificateResponse,
|
|
6263
6257
|
Domain$2 as Domain,
|
|
6264
|
-
index_gen$
|
|
6265
|
-
index_gen$
|
|
6266
|
-
index_gen$
|
|
6267
|
-
index_gen$
|
|
6268
|
-
index_gen$
|
|
6269
|
-
index_gen$
|
|
6270
|
-
index_gen$
|
|
6271
|
-
index_gen$
|
|
6272
|
-
index_gen$
|
|
6273
|
-
index_gen$
|
|
6274
|
-
index_gen$
|
|
6275
|
-
index_gen$
|
|
6276
|
-
index_gen$
|
|
6277
|
-
index_gen$
|
|
6278
|
-
index_gen$
|
|
6258
|
+
index_gen$i_DomainDNSSEC as DomainDNSSEC,
|
|
6259
|
+
index_gen$i_DomainFeatureStatus as DomainFeatureStatus,
|
|
6260
|
+
index_gen$i_DomainRecord as DomainRecord,
|
|
6261
|
+
index_gen$i_DomainRecordGeoIPConfig as DomainRecordGeoIPConfig,
|
|
6262
|
+
index_gen$i_DomainRecordGeoIPConfigMatch as DomainRecordGeoIPConfigMatch,
|
|
6263
|
+
index_gen$i_DomainRecordHTTPServiceConfig as DomainRecordHTTPServiceConfig,
|
|
6264
|
+
index_gen$i_DomainRecordHTTPServiceConfigStrategy as DomainRecordHTTPServiceConfigStrategy,
|
|
6265
|
+
index_gen$i_DomainRecordType as DomainRecordType,
|
|
6266
|
+
index_gen$i_DomainRecordViewConfig as DomainRecordViewConfig,
|
|
6267
|
+
index_gen$i_DomainRecordViewConfigView as DomainRecordViewConfigView,
|
|
6268
|
+
index_gen$i_DomainRecordWeightedConfig as DomainRecordWeightedConfig,
|
|
6269
|
+
index_gen$i_DomainRecordWeightedConfigWeightedIP as DomainRecordWeightedConfigWeightedIP,
|
|
6270
|
+
index_gen$i_DomainRegistrationStatusExternalDomain as DomainRegistrationStatusExternalDomain,
|
|
6271
|
+
index_gen$i_DomainRegistrationStatusTransfer as DomainRegistrationStatusTransfer,
|
|
6272
|
+
index_gen$i_DomainRegistrationStatusTransferStatus as DomainRegistrationStatusTransferStatus,
|
|
6279
6273
|
DomainStatus$2 as DomainStatus,
|
|
6280
|
-
index_gen$
|
|
6281
|
-
index_gen$
|
|
6282
|
-
index_gen$
|
|
6283
|
-
index_gen$
|
|
6284
|
-
index_gen$
|
|
6285
|
-
index_gen$
|
|
6286
|
-
index_gen$
|
|
6287
|
-
index_gen$
|
|
6288
|
-
index_gen$
|
|
6289
|
-
index_gen$
|
|
6290
|
-
index_gen$
|
|
6291
|
-
index_gen$
|
|
6292
|
-
index_gen$
|
|
6293
|
-
index_gen$
|
|
6294
|
-
index_gen$
|
|
6295
|
-
index_gen$
|
|
6296
|
-
index_gen$
|
|
6297
|
-
index_gen$
|
|
6298
|
-
index_gen$
|
|
6299
|
-
index_gen$
|
|
6300
|
-
index_gen$
|
|
6301
|
-
index_gen$
|
|
6302
|
-
index_gen$
|
|
6303
|
-
index_gen$
|
|
6304
|
-
index_gen$
|
|
6305
|
-
index_gen$
|
|
6306
|
-
index_gen$
|
|
6307
|
-
index_gen$
|
|
6308
|
-
index_gen$
|
|
6309
|
-
index_gen$
|
|
6310
|
-
index_gen$
|
|
6311
|
-
index_gen$
|
|
6312
|
-
index_gen$
|
|
6313
|
-
index_gen$
|
|
6274
|
+
index_gen$i_DomainSummary as DomainSummary,
|
|
6275
|
+
index_gen$i_ExportRawDNSZoneRequest as ExportRawDNSZoneRequest,
|
|
6276
|
+
index_gen$i_GetDNSZoneTsigKeyRequest as GetDNSZoneTsigKeyRequest,
|
|
6277
|
+
index_gen$i_GetDNSZoneTsigKeyResponse as GetDNSZoneTsigKeyResponse,
|
|
6278
|
+
index_gen$i_GetDNSZoneVersionDiffRequest as GetDNSZoneVersionDiffRequest,
|
|
6279
|
+
index_gen$i_GetDNSZoneVersionDiffResponse as GetDNSZoneVersionDiffResponse,
|
|
6280
|
+
index_gen$i_GetDomainAuthCodeResponse as GetDomainAuthCodeResponse,
|
|
6281
|
+
index_gen$i_GetSSLCertificateRequest as GetSSLCertificateRequest,
|
|
6282
|
+
index_gen$i_HOST_TRANSIENT_STATUSES as HOST_TRANSIENT_STATUSES,
|
|
6283
|
+
index_gen$i_Host as Host,
|
|
6284
|
+
index_gen$i_HostStatus as HostStatus,
|
|
6285
|
+
index_gen$i_ImportProviderDNSZoneRequest as ImportProviderDNSZoneRequest,
|
|
6286
|
+
index_gen$i_ImportProviderDNSZoneRequestOnlineV1 as ImportProviderDNSZoneRequestOnlineV1,
|
|
6287
|
+
index_gen$i_ImportProviderDNSZoneResponse as ImportProviderDNSZoneResponse,
|
|
6288
|
+
index_gen$i_ImportRawDNSZoneRequest as ImportRawDNSZoneRequest,
|
|
6289
|
+
index_gen$i_ImportRawDNSZoneRequestAXFRSource as ImportRawDNSZoneRequestAXFRSource,
|
|
6290
|
+
index_gen$i_ImportRawDNSZoneRequestBindSource as ImportRawDNSZoneRequestBindSource,
|
|
6291
|
+
index_gen$i_ImportRawDNSZoneRequestTsigKey as ImportRawDNSZoneRequestTsigKey,
|
|
6292
|
+
index_gen$i_ImportRawDNSZoneResponse as ImportRawDNSZoneResponse,
|
|
6293
|
+
index_gen$i_LanguageCode as LanguageCode,
|
|
6294
|
+
index_gen$i_ListContactsResponse as ListContactsResponse,
|
|
6295
|
+
index_gen$i_ListDNSZoneNameserversRequest as ListDNSZoneNameserversRequest,
|
|
6296
|
+
index_gen$i_ListDNSZoneNameserversResponse as ListDNSZoneNameserversResponse,
|
|
6297
|
+
index_gen$i_ListDNSZoneRecordsRequest as ListDNSZoneRecordsRequest,
|
|
6298
|
+
index_gen$i_ListDNSZoneRecordsRequestOrderBy as ListDNSZoneRecordsRequestOrderBy,
|
|
6299
|
+
index_gen$i_ListDNSZoneRecordsResponse as ListDNSZoneRecordsResponse,
|
|
6300
|
+
index_gen$i_ListDNSZoneVersionRecordsRequest as ListDNSZoneVersionRecordsRequest,
|
|
6301
|
+
index_gen$i_ListDNSZoneVersionRecordsResponse as ListDNSZoneVersionRecordsResponse,
|
|
6302
|
+
index_gen$i_ListDNSZoneVersionsRequest as ListDNSZoneVersionsRequest,
|
|
6303
|
+
index_gen$i_ListDNSZoneVersionsResponse as ListDNSZoneVersionsResponse,
|
|
6304
|
+
index_gen$i_ListDNSZonesRequest as ListDNSZonesRequest,
|
|
6305
|
+
index_gen$i_ListDNSZonesRequestOrderBy as ListDNSZonesRequestOrderBy,
|
|
6306
|
+
index_gen$i_ListDNSZonesResponse as ListDNSZonesResponse,
|
|
6307
|
+
index_gen$i_ListDomainHostsResponse as ListDomainHostsResponse,
|
|
6314
6308
|
ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
|
|
6315
6309
|
ListDomainsResponse$2 as ListDomainsResponse,
|
|
6316
|
-
index_gen$
|
|
6317
|
-
index_gen$
|
|
6318
|
-
index_gen$
|
|
6319
|
-
index_gen$
|
|
6320
|
-
index_gen$
|
|
6321
|
-
index_gen$
|
|
6310
|
+
index_gen$i_ListRenewableDomainsRequestOrderBy as ListRenewableDomainsRequestOrderBy,
|
|
6311
|
+
index_gen$i_ListRenewableDomainsResponse as ListRenewableDomainsResponse,
|
|
6312
|
+
index_gen$i_ListSSLCertificatesRequest as ListSSLCertificatesRequest,
|
|
6313
|
+
index_gen$i_ListSSLCertificatesResponse as ListSSLCertificatesResponse,
|
|
6314
|
+
index_gen$i_ListTasksRequestOrderBy as ListTasksRequestOrderBy,
|
|
6315
|
+
index_gen$i_ListTasksResponse as ListTasksResponse,
|
|
6322
6316
|
Nameserver$1 as Nameserver,
|
|
6323
|
-
index_gen$
|
|
6324
|
-
index_gen$
|
|
6325
|
-
index_gen$
|
|
6326
|
-
index_gen$
|
|
6327
|
-
index_gen$
|
|
6328
|
-
index_gen$
|
|
6329
|
-
index_gen$
|
|
6330
|
-
index_gen$
|
|
6331
|
-
index_gen$
|
|
6332
|
-
index_gen$
|
|
6333
|
-
index_gen$
|
|
6334
|
-
index_gen$
|
|
6335
|
-
index_gen$
|
|
6336
|
-
index_gen$
|
|
6337
|
-
index_gen$
|
|
6338
|
-
index_gen$
|
|
6339
|
-
index_gen$
|
|
6340
|
-
index_gen$
|
|
6341
|
-
index_gen$
|
|
6342
|
-
index_gen$
|
|
6343
|
-
index_gen$
|
|
6344
|
-
index_gen$
|
|
6345
|
-
index_gen$
|
|
6346
|
-
index_gen$
|
|
6347
|
-
index_gen$
|
|
6348
|
-
index_gen$
|
|
6349
|
-
index_gen$
|
|
6350
|
-
index_gen$
|
|
6351
|
-
index_gen$
|
|
6352
|
-
index_gen$
|
|
6353
|
-
index_gen$
|
|
6354
|
-
index_gen$
|
|
6355
|
-
index_gen$
|
|
6356
|
-
index_gen$
|
|
6357
|
-
index_gen$
|
|
6358
|
-
index_gen$
|
|
6359
|
-
index_gen$
|
|
6360
|
-
index_gen$
|
|
6361
|
-
index_gen$
|
|
6362
|
-
index_gen$
|
|
6363
|
-
index_gen$
|
|
6364
|
-
index_gen$
|
|
6365
|
-
index_gen$
|
|
6366
|
-
index_gen$
|
|
6367
|
-
index_gen$
|
|
6368
|
-
index_gen$
|
|
6369
|
-
index_gen$
|
|
6370
|
-
index_gen$
|
|
6317
|
+
index_gen$i_NewContact as NewContact,
|
|
6318
|
+
index_gen$i_OrderResponse as OrderResponse,
|
|
6319
|
+
index_gen$i_RawFormat as RawFormat,
|
|
6320
|
+
index_gen$i_RecordChange as RecordChange,
|
|
6321
|
+
index_gen$i_RecordChangeAdd as RecordChangeAdd,
|
|
6322
|
+
index_gen$i_RecordChangeClear as RecordChangeClear,
|
|
6323
|
+
index_gen$i_RecordChangeDelete as RecordChangeDelete,
|
|
6324
|
+
index_gen$i_RecordChangeSet as RecordChangeSet,
|
|
6325
|
+
index_gen$i_RecordIdentifier as RecordIdentifier,
|
|
6326
|
+
index_gen$i_RefreshDNSZoneRequest as RefreshDNSZoneRequest,
|
|
6327
|
+
index_gen$i_RefreshDNSZoneResponse as RefreshDNSZoneResponse,
|
|
6328
|
+
index_gen$i_RegisterExternalDomainResponse as RegisterExternalDomainResponse,
|
|
6329
|
+
index_gen$i_RegistrarAPI as RegistrarAPI,
|
|
6330
|
+
index_gen$i_RegistrarApiBuyDomainsRequest as RegistrarApiBuyDomainsRequest,
|
|
6331
|
+
index_gen$i_RegistrarApiCheckContactsCompatibilityRequest as RegistrarApiCheckContactsCompatibilityRequest,
|
|
6332
|
+
index_gen$i_RegistrarApiCreateDomainHostRequest as RegistrarApiCreateDomainHostRequest,
|
|
6333
|
+
index_gen$i_RegistrarApiDeleteDomainHostRequest as RegistrarApiDeleteDomainHostRequest,
|
|
6334
|
+
index_gen$i_RegistrarApiDeleteExternalDomainRequest as RegistrarApiDeleteExternalDomainRequest,
|
|
6335
|
+
index_gen$i_RegistrarApiDisableDomainAutoRenewRequest as RegistrarApiDisableDomainAutoRenewRequest,
|
|
6336
|
+
index_gen$i_RegistrarApiDisableDomainDNSSECRequest as RegistrarApiDisableDomainDNSSECRequest,
|
|
6337
|
+
index_gen$i_RegistrarApiEnableDomainAutoRenewRequest as RegistrarApiEnableDomainAutoRenewRequest,
|
|
6338
|
+
index_gen$i_RegistrarApiEnableDomainDNSSECRequest as RegistrarApiEnableDomainDNSSECRequest,
|
|
6339
|
+
index_gen$i_RegistrarApiGetContactRequest as RegistrarApiGetContactRequest,
|
|
6340
|
+
index_gen$i_RegistrarApiGetDomainAuthCodeRequest as RegistrarApiGetDomainAuthCodeRequest,
|
|
6341
|
+
index_gen$i_RegistrarApiGetDomainRequest as RegistrarApiGetDomainRequest,
|
|
6342
|
+
index_gen$i_RegistrarApiListContactsRequest as RegistrarApiListContactsRequest,
|
|
6343
|
+
index_gen$i_RegistrarApiListDomainHostsRequest as RegistrarApiListDomainHostsRequest,
|
|
6344
|
+
index_gen$i_RegistrarApiListDomainsRequest as RegistrarApiListDomainsRequest,
|
|
6345
|
+
index_gen$i_RegistrarApiListRenewableDomainsRequest as RegistrarApiListRenewableDomainsRequest,
|
|
6346
|
+
index_gen$i_RegistrarApiListTasksRequest as RegistrarApiListTasksRequest,
|
|
6347
|
+
index_gen$i_RegistrarApiLockDomainTransferRequest as RegistrarApiLockDomainTransferRequest,
|
|
6348
|
+
index_gen$i_RegistrarApiRegisterExternalDomainRequest as RegistrarApiRegisterExternalDomainRequest,
|
|
6349
|
+
index_gen$i_RegistrarApiRenewDomainsRequest as RegistrarApiRenewDomainsRequest,
|
|
6350
|
+
index_gen$i_RegistrarApiSearchAvailableDomainsRequest as RegistrarApiSearchAvailableDomainsRequest,
|
|
6351
|
+
index_gen$i_RegistrarApiTradeDomainRequest as RegistrarApiTradeDomainRequest,
|
|
6352
|
+
index_gen$i_RegistrarApiTransferInDomainRequest as RegistrarApiTransferInDomainRequest,
|
|
6353
|
+
index_gen$i_RegistrarApiUnlockDomainTransferRequest as RegistrarApiUnlockDomainTransferRequest,
|
|
6354
|
+
index_gen$i_RegistrarApiUpdateContactRequest as RegistrarApiUpdateContactRequest,
|
|
6355
|
+
index_gen$i_RegistrarApiUpdateDomainHostRequest as RegistrarApiUpdateDomainHostRequest,
|
|
6356
|
+
index_gen$i_RegistrarApiUpdateDomainRequest as RegistrarApiUpdateDomainRequest,
|
|
6357
|
+
index_gen$i_RenewableDomain as RenewableDomain,
|
|
6358
|
+
index_gen$i_RenewableDomainStatus as RenewableDomainStatus,
|
|
6359
|
+
index_gen$i_RestoreDNSZoneVersionRequest as RestoreDNSZoneVersionRequest,
|
|
6360
|
+
index_gen$i_RestoreDNSZoneVersionResponse as RestoreDNSZoneVersionResponse,
|
|
6361
|
+
index_gen$i_SSLCertificate as SSLCertificate,
|
|
6362
|
+
index_gen$i_SSLCertificateStatus as SSLCertificateStatus,
|
|
6363
|
+
index_gen$i_SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES,
|
|
6364
|
+
index_gen$i_SearchAvailableDomainsResponse as SearchAvailableDomainsResponse,
|
|
6371
6365
|
TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
|
|
6372
6366
|
Task$1 as Task,
|
|
6373
6367
|
TaskStatus$1 as TaskStatus,
|
|
6374
|
-
index_gen$
|
|
6375
|
-
index_gen$
|
|
6376
|
-
index_gen$
|
|
6377
|
-
index_gen$
|
|
6378
|
-
index_gen$
|
|
6379
|
-
index_gen$
|
|
6380
|
-
index_gen$
|
|
6381
|
-
index_gen$
|
|
6382
|
-
index_gen$
|
|
6383
|
-
index_gen$
|
|
6368
|
+
index_gen$i_TaskType as TaskType,
|
|
6369
|
+
index_gen$i_Tld as Tld,
|
|
6370
|
+
index_gen$i_TldOffer as TldOffer,
|
|
6371
|
+
index_gen$i_TransferInDomainRequestTransferRequest as TransferInDomainRequestTransferRequest,
|
|
6372
|
+
index_gen$i_UpdateContactRequestQuestion as UpdateContactRequestQuestion,
|
|
6373
|
+
index_gen$i_UpdateDNSZoneNameserversRequest as UpdateDNSZoneNameserversRequest,
|
|
6374
|
+
index_gen$i_UpdateDNSZoneNameserversResponse as UpdateDNSZoneNameserversResponse,
|
|
6375
|
+
index_gen$i_UpdateDNSZoneRecordsRequest as UpdateDNSZoneRecordsRequest,
|
|
6376
|
+
index_gen$i_UpdateDNSZoneRecordsResponse as UpdateDNSZoneRecordsResponse,
|
|
6377
|
+
index_gen$i_UpdateDNSZoneRequest as UpdateDNSZoneRequest,
|
|
6384
6378
|
};
|
|
6385
6379
|
}
|
|
6386
6380
|
|
|
6387
|
-
declare namespace index$
|
|
6381
|
+
declare namespace index$m {
|
|
6388
6382
|
export {
|
|
6389
|
-
index_gen$
|
|
6383
|
+
index_gen$i as v2beta1,
|
|
6390
6384
|
};
|
|
6391
6385
|
}
|
|
6392
6386
|
|
|
@@ -6602,7 +6596,7 @@ type DeleteMACAddrRequest = {
|
|
|
6602
6596
|
};
|
|
6603
6597
|
|
|
6604
6598
|
/** Elastic Metal - Flexible IP API. */
|
|
6605
|
-
declare class API$
|
|
6599
|
+
declare class API$k extends API$s {
|
|
6606
6600
|
/** Lists the available zones of the API. */
|
|
6607
6601
|
static readonly LOCALITIES: Zone[];
|
|
6608
6602
|
/**
|
|
@@ -6731,59 +6725,59 @@ declare namespace validationRules_gen$3 {
|
|
|
6731
6725
|
};
|
|
6732
6726
|
}
|
|
6733
6727
|
|
|
6734
|
-
type index_gen$
|
|
6735
|
-
type index_gen$
|
|
6736
|
-
type index_gen$
|
|
6737
|
-
type index_gen$
|
|
6738
|
-
type index_gen$
|
|
6739
|
-
type index_gen$
|
|
6740
|
-
type index_gen$
|
|
6741
|
-
type index_gen$
|
|
6742
|
-
declare const index_gen$
|
|
6743
|
-
type index_gen$
|
|
6744
|
-
type index_gen$
|
|
6745
|
-
type index_gen$
|
|
6746
|
-
type index_gen$
|
|
6747
|
-
type index_gen$
|
|
6748
|
-
type index_gen$
|
|
6749
|
-
type index_gen$
|
|
6750
|
-
type index_gen$
|
|
6751
|
-
type index_gen$
|
|
6752
|
-
declare const index_gen$
|
|
6753
|
-
type index_gen$
|
|
6754
|
-
type index_gen$
|
|
6755
|
-
declare namespace index_gen$
|
|
6728
|
+
type index_gen$h_AttachFlexibleIPRequest = AttachFlexibleIPRequest;
|
|
6729
|
+
type index_gen$h_AttachFlexibleIPsResponse = AttachFlexibleIPsResponse;
|
|
6730
|
+
type index_gen$h_CreateFlexibleIPRequest = CreateFlexibleIPRequest;
|
|
6731
|
+
type index_gen$h_DeleteFlexibleIPRequest = DeleteFlexibleIPRequest;
|
|
6732
|
+
type index_gen$h_DeleteMACAddrRequest = DeleteMACAddrRequest;
|
|
6733
|
+
type index_gen$h_DetachFlexibleIPRequest = DetachFlexibleIPRequest;
|
|
6734
|
+
type index_gen$h_DetachFlexibleIPsResponse = DetachFlexibleIPsResponse;
|
|
6735
|
+
type index_gen$h_DuplicateMACAddrRequest = DuplicateMACAddrRequest;
|
|
6736
|
+
declare const index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES: typeof FLEXIBLE_IP_TRANSIENT_STATUSES;
|
|
6737
|
+
type index_gen$h_FlexibleIP = FlexibleIP;
|
|
6738
|
+
type index_gen$h_FlexibleIPStatus = FlexibleIPStatus;
|
|
6739
|
+
type index_gen$h_GenerateMACAddrRequest = GenerateMACAddrRequest;
|
|
6740
|
+
type index_gen$h_GetFlexibleIPRequest = GetFlexibleIPRequest;
|
|
6741
|
+
type index_gen$h_ListFlexibleIPsRequestOrderBy = ListFlexibleIPsRequestOrderBy;
|
|
6742
|
+
type index_gen$h_ListFlexibleIPsResponse = ListFlexibleIPsResponse;
|
|
6743
|
+
type index_gen$h_MACAddress = MACAddress;
|
|
6744
|
+
type index_gen$h_MACAddressStatus = MACAddressStatus;
|
|
6745
|
+
type index_gen$h_MACAddressType = MACAddressType;
|
|
6746
|
+
declare const index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES: typeof MAC_ADDRESS_TRANSIENT_STATUSES;
|
|
6747
|
+
type index_gen$h_MoveMACAddrRequest = MoveMACAddrRequest;
|
|
6748
|
+
type index_gen$h_UpdateFlexibleIPRequest = UpdateFlexibleIPRequest;
|
|
6749
|
+
declare namespace index_gen$h {
|
|
6756
6750
|
export {
|
|
6757
|
-
API$
|
|
6758
|
-
index_gen$
|
|
6759
|
-
index_gen$
|
|
6760
|
-
index_gen$
|
|
6761
|
-
index_gen$
|
|
6762
|
-
index_gen$
|
|
6763
|
-
index_gen$
|
|
6764
|
-
index_gen$
|
|
6765
|
-
index_gen$
|
|
6766
|
-
index_gen$
|
|
6767
|
-
index_gen$
|
|
6768
|
-
index_gen$
|
|
6769
|
-
index_gen$
|
|
6770
|
-
index_gen$
|
|
6751
|
+
API$k as API,
|
|
6752
|
+
index_gen$h_AttachFlexibleIPRequest as AttachFlexibleIPRequest,
|
|
6753
|
+
index_gen$h_AttachFlexibleIPsResponse as AttachFlexibleIPsResponse,
|
|
6754
|
+
index_gen$h_CreateFlexibleIPRequest as CreateFlexibleIPRequest,
|
|
6755
|
+
index_gen$h_DeleteFlexibleIPRequest as DeleteFlexibleIPRequest,
|
|
6756
|
+
index_gen$h_DeleteMACAddrRequest as DeleteMACAddrRequest,
|
|
6757
|
+
index_gen$h_DetachFlexibleIPRequest as DetachFlexibleIPRequest,
|
|
6758
|
+
index_gen$h_DetachFlexibleIPsResponse as DetachFlexibleIPsResponse,
|
|
6759
|
+
index_gen$h_DuplicateMACAddrRequest as DuplicateMACAddrRequest,
|
|
6760
|
+
index_gen$h_FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES,
|
|
6761
|
+
index_gen$h_FlexibleIP as FlexibleIP,
|
|
6762
|
+
index_gen$h_FlexibleIPStatus as FlexibleIPStatus,
|
|
6763
|
+
index_gen$h_GenerateMACAddrRequest as GenerateMACAddrRequest,
|
|
6764
|
+
index_gen$h_GetFlexibleIPRequest as GetFlexibleIPRequest,
|
|
6771
6765
|
ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
|
|
6772
|
-
index_gen$
|
|
6773
|
-
index_gen$
|
|
6774
|
-
index_gen$
|
|
6775
|
-
index_gen$
|
|
6776
|
-
index_gen$
|
|
6777
|
-
index_gen$
|
|
6778
|
-
index_gen$
|
|
6779
|
-
index_gen$
|
|
6766
|
+
index_gen$h_ListFlexibleIPsRequestOrderBy as ListFlexibleIPsRequestOrderBy,
|
|
6767
|
+
index_gen$h_ListFlexibleIPsResponse as ListFlexibleIPsResponse,
|
|
6768
|
+
index_gen$h_MACAddress as MACAddress,
|
|
6769
|
+
index_gen$h_MACAddressStatus as MACAddressStatus,
|
|
6770
|
+
index_gen$h_MACAddressType as MACAddressType,
|
|
6771
|
+
index_gen$h_MAC_ADDRESS_TRANSIENT_STATUSES as MAC_ADDRESS_TRANSIENT_STATUSES,
|
|
6772
|
+
index_gen$h_MoveMACAddrRequest as MoveMACAddrRequest,
|
|
6773
|
+
index_gen$h_UpdateFlexibleIPRequest as UpdateFlexibleIPRequest,
|
|
6780
6774
|
validationRules_gen$3 as ValidationRules,
|
|
6781
6775
|
};
|
|
6782
6776
|
}
|
|
6783
6777
|
|
|
6784
|
-
declare namespace index$
|
|
6778
|
+
declare namespace index$l {
|
|
6785
6779
|
export {
|
|
6786
|
-
index_gen$
|
|
6780
|
+
index_gen$h as v1alpha1,
|
|
6787
6781
|
};
|
|
6788
6782
|
}
|
|
6789
6783
|
|
|
@@ -7595,7 +7589,7 @@ type DeleteTriggerRequest = {
|
|
|
7595
7589
|
};
|
|
7596
7590
|
|
|
7597
7591
|
/** Serverless Functions API. */
|
|
7598
|
-
declare class API$
|
|
7592
|
+
declare class API$j extends API$s {
|
|
7599
7593
|
/** Lists the available regions of the API. */
|
|
7600
7594
|
static readonly LOCALITIES: Region[];
|
|
7601
7595
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
@@ -7627,7 +7621,7 @@ declare class API$i extends API$r {
|
|
|
7627
7621
|
waitForNamespace: (request: Readonly<GetNamespaceRequest$2>, options?: Readonly<WaitForOptions<Namespace$2>>) => Promise<Namespace$2>;
|
|
7628
7622
|
/**
|
|
7629
7623
|
* Create a new namespace. Create a new namespace in a specified Organization
|
|
7630
|
-
* or
|
|
7624
|
+
* or Project.
|
|
7631
7625
|
*
|
|
7632
7626
|
* @param request - The request {@link CreateNamespaceRequest}
|
|
7633
7627
|
* @returns A Promise of Namespace
|
|
@@ -7910,169 +7904,169 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
|
|
|
7910
7904
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
7911
7905
|
declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
|
|
7912
7906
|
|
|
7913
|
-
declare const index_gen$
|
|
7914
|
-
type index_gen$
|
|
7915
|
-
type index_gen$
|
|
7916
|
-
type index_gen$
|
|
7917
|
-
type index_gen$
|
|
7918
|
-
type index_gen$
|
|
7919
|
-
type index_gen$
|
|
7920
|
-
type index_gen$
|
|
7921
|
-
type index_gen$
|
|
7922
|
-
type index_gen$
|
|
7923
|
-
type index_gen$
|
|
7924
|
-
type index_gen$
|
|
7925
|
-
type index_gen$
|
|
7926
|
-
type index_gen$
|
|
7927
|
-
type index_gen$
|
|
7928
|
-
type index_gen$
|
|
7929
|
-
type index_gen$
|
|
7930
|
-
declare const index_gen$
|
|
7931
|
-
type index_gen$
|
|
7932
|
-
type index_gen$
|
|
7933
|
-
type index_gen$
|
|
7934
|
-
type index_gen$
|
|
7935
|
-
type index_gen$
|
|
7936
|
-
type index_gen$
|
|
7937
|
-
type index_gen$
|
|
7938
|
-
type index_gen$
|
|
7939
|
-
type index_gen$
|
|
7940
|
-
type index_gen$
|
|
7941
|
-
type index_gen$
|
|
7942
|
-
type index_gen$
|
|
7943
|
-
type index_gen$
|
|
7944
|
-
type index_gen$
|
|
7945
|
-
type index_gen$
|
|
7946
|
-
type index_gen$
|
|
7947
|
-
type index_gen$
|
|
7948
|
-
type index_gen$
|
|
7949
|
-
type index_gen$
|
|
7950
|
-
type index_gen$
|
|
7951
|
-
type index_gen$
|
|
7952
|
-
type index_gen$
|
|
7953
|
-
type index_gen$
|
|
7954
|
-
type index_gen$
|
|
7955
|
-
type index_gen$
|
|
7956
|
-
type index_gen$
|
|
7957
|
-
type index_gen$
|
|
7958
|
-
type index_gen$
|
|
7959
|
-
type index_gen$
|
|
7960
|
-
type index_gen$
|
|
7961
|
-
type index_gen$
|
|
7962
|
-
type index_gen$
|
|
7963
|
-
type index_gen$
|
|
7964
|
-
type index_gen$
|
|
7965
|
-
declare const index_gen$
|
|
7966
|
-
declare const index_gen$
|
|
7967
|
-
type index_gen$
|
|
7968
|
-
type index_gen$
|
|
7969
|
-
type index_gen$
|
|
7970
|
-
type index_gen$
|
|
7971
|
-
type index_gen$
|
|
7972
|
-
type index_gen$
|
|
7973
|
-
type index_gen$
|
|
7974
|
-
type index_gen$
|
|
7975
|
-
type index_gen$
|
|
7976
|
-
type index_gen$
|
|
7977
|
-
type index_gen$
|
|
7978
|
-
type index_gen$
|
|
7979
|
-
type index_gen$
|
|
7980
|
-
declare namespace index_gen$
|
|
7907
|
+
declare const index_gen$g_CRON_TRANSIENT_STATUSES: typeof CRON_TRANSIENT_STATUSES;
|
|
7908
|
+
type index_gen$g_CreateCronRequest = CreateCronRequest;
|
|
7909
|
+
type index_gen$g_CreateFunctionRequest = CreateFunctionRequest;
|
|
7910
|
+
type index_gen$g_CreateTokenRequest = CreateTokenRequest;
|
|
7911
|
+
type index_gen$g_CreateTriggerRequest = CreateTriggerRequest;
|
|
7912
|
+
type index_gen$g_CreateTriggerRequestMnqNatsClientConfig = CreateTriggerRequestMnqNatsClientConfig;
|
|
7913
|
+
type index_gen$g_CreateTriggerRequestMnqSqsClientConfig = CreateTriggerRequestMnqSqsClientConfig;
|
|
7914
|
+
type index_gen$g_CreateTriggerRequestSqsClientConfig = CreateTriggerRequestSqsClientConfig;
|
|
7915
|
+
type index_gen$g_Cron = Cron;
|
|
7916
|
+
type index_gen$g_CronStatus = CronStatus;
|
|
7917
|
+
type index_gen$g_DeleteCronRequest = DeleteCronRequest;
|
|
7918
|
+
type index_gen$g_DeleteDomainRequest = DeleteDomainRequest;
|
|
7919
|
+
type index_gen$g_DeleteFunctionRequest = DeleteFunctionRequest;
|
|
7920
|
+
type index_gen$g_DeleteTokenRequest = DeleteTokenRequest;
|
|
7921
|
+
type index_gen$g_DeleteTriggerRequest = DeleteTriggerRequest;
|
|
7922
|
+
type index_gen$g_DeployFunctionRequest = DeployFunctionRequest;
|
|
7923
|
+
type index_gen$g_DownloadURL = DownloadURL;
|
|
7924
|
+
declare const index_gen$g_FUNCTION_TRANSIENT_STATUSES: typeof FUNCTION_TRANSIENT_STATUSES;
|
|
7925
|
+
type index_gen$g_Function = Function;
|
|
7926
|
+
type index_gen$g_FunctionHttpOption = FunctionHttpOption;
|
|
7927
|
+
type index_gen$g_FunctionPrivacy = FunctionPrivacy;
|
|
7928
|
+
type index_gen$g_FunctionRuntime = FunctionRuntime;
|
|
7929
|
+
type index_gen$g_FunctionStatus = FunctionStatus;
|
|
7930
|
+
type index_gen$g_GetCronRequest = GetCronRequest;
|
|
7931
|
+
type index_gen$g_GetFunctionDownloadURLRequest = GetFunctionDownloadURLRequest;
|
|
7932
|
+
type index_gen$g_GetFunctionRequest = GetFunctionRequest;
|
|
7933
|
+
type index_gen$g_GetFunctionUploadURLRequest = GetFunctionUploadURLRequest;
|
|
7934
|
+
type index_gen$g_GetTokenRequest = GetTokenRequest;
|
|
7935
|
+
type index_gen$g_GetTriggerRequest = GetTriggerRequest;
|
|
7936
|
+
type index_gen$g_IssueJWTRequest = IssueJWTRequest;
|
|
7937
|
+
type index_gen$g_ListCronsRequest = ListCronsRequest;
|
|
7938
|
+
type index_gen$g_ListCronsRequestOrderBy = ListCronsRequestOrderBy;
|
|
7939
|
+
type index_gen$g_ListCronsResponse = ListCronsResponse;
|
|
7940
|
+
type index_gen$g_ListDomainsRequestOrderBy = ListDomainsRequestOrderBy;
|
|
7941
|
+
type index_gen$g_ListFunctionRuntimesRequest = ListFunctionRuntimesRequest;
|
|
7942
|
+
type index_gen$g_ListFunctionRuntimesResponse = ListFunctionRuntimesResponse;
|
|
7943
|
+
type index_gen$g_ListFunctionsRequest = ListFunctionsRequest;
|
|
7944
|
+
type index_gen$g_ListFunctionsRequestOrderBy = ListFunctionsRequestOrderBy;
|
|
7945
|
+
type index_gen$g_ListFunctionsResponse = ListFunctionsResponse;
|
|
7946
|
+
type index_gen$g_ListLogsRequest = ListLogsRequest;
|
|
7947
|
+
type index_gen$g_ListLogsRequestOrderBy = ListLogsRequestOrderBy;
|
|
7948
|
+
type index_gen$g_ListLogsResponse = ListLogsResponse;
|
|
7949
|
+
type index_gen$g_ListTokensRequest = ListTokensRequest;
|
|
7950
|
+
type index_gen$g_ListTokensRequestOrderBy = ListTokensRequestOrderBy;
|
|
7951
|
+
type index_gen$g_ListTokensResponse = ListTokensResponse;
|
|
7952
|
+
type index_gen$g_ListTriggersRequest = ListTriggersRequest;
|
|
7953
|
+
type index_gen$g_ListTriggersRequestOrderBy = ListTriggersRequestOrderBy;
|
|
7954
|
+
type index_gen$g_ListTriggersResponse = ListTriggersResponse;
|
|
7955
|
+
type index_gen$g_Log = Log;
|
|
7956
|
+
type index_gen$g_LogStream = LogStream;
|
|
7957
|
+
type index_gen$g_RuntimeStatus = RuntimeStatus;
|
|
7958
|
+
type index_gen$g_SecretHashedValue = SecretHashedValue;
|
|
7959
|
+
declare const index_gen$g_TOKEN_TRANSIENT_STATUSES: typeof TOKEN_TRANSIENT_STATUSES;
|
|
7960
|
+
declare const index_gen$g_TRIGGER_TRANSIENT_STATUSES: typeof TRIGGER_TRANSIENT_STATUSES;
|
|
7961
|
+
type index_gen$g_Token = Token;
|
|
7962
|
+
type index_gen$g_TokenStatus = TokenStatus;
|
|
7963
|
+
type index_gen$g_Trigger = Trigger;
|
|
7964
|
+
type index_gen$g_TriggerInputType = TriggerInputType;
|
|
7965
|
+
type index_gen$g_TriggerMnqNatsClientConfig = TriggerMnqNatsClientConfig;
|
|
7966
|
+
type index_gen$g_TriggerMnqSqsClientConfig = TriggerMnqSqsClientConfig;
|
|
7967
|
+
type index_gen$g_TriggerSqsClientConfig = TriggerSqsClientConfig;
|
|
7968
|
+
type index_gen$g_TriggerStatus = TriggerStatus;
|
|
7969
|
+
type index_gen$g_UpdateCronRequest = UpdateCronRequest;
|
|
7970
|
+
type index_gen$g_UpdateFunctionRequest = UpdateFunctionRequest;
|
|
7971
|
+
type index_gen$g_UpdateTriggerRequest = UpdateTriggerRequest;
|
|
7972
|
+
type index_gen$g_UpdateTriggerRequestSqsClientConfig = UpdateTriggerRequestSqsClientConfig;
|
|
7973
|
+
type index_gen$g_UploadURL = UploadURL;
|
|
7974
|
+
declare namespace index_gen$g {
|
|
7981
7975
|
export {
|
|
7982
|
-
API$
|
|
7983
|
-
index_gen$
|
|
7984
|
-
index_gen$
|
|
7976
|
+
API$j as API,
|
|
7977
|
+
index_gen$g_CRON_TRANSIENT_STATUSES as CRON_TRANSIENT_STATUSES,
|
|
7978
|
+
index_gen$g_CreateCronRequest as CreateCronRequest,
|
|
7985
7979
|
CreateDomainRequest$1 as CreateDomainRequest,
|
|
7986
|
-
index_gen$
|
|
7980
|
+
index_gen$g_CreateFunctionRequest as CreateFunctionRequest,
|
|
7987
7981
|
CreateNamespaceRequest$2 as CreateNamespaceRequest,
|
|
7988
|
-
index_gen$
|
|
7989
|
-
index_gen$
|
|
7990
|
-
index_gen$
|
|
7991
|
-
index_gen$
|
|
7992
|
-
index_gen$
|
|
7993
|
-
index_gen$
|
|
7994
|
-
index_gen$
|
|
7982
|
+
index_gen$g_CreateTokenRequest as CreateTokenRequest,
|
|
7983
|
+
index_gen$g_CreateTriggerRequest as CreateTriggerRequest,
|
|
7984
|
+
index_gen$g_CreateTriggerRequestMnqNatsClientConfig as CreateTriggerRequestMnqNatsClientConfig,
|
|
7985
|
+
index_gen$g_CreateTriggerRequestMnqSqsClientConfig as CreateTriggerRequestMnqSqsClientConfig,
|
|
7986
|
+
index_gen$g_CreateTriggerRequestSqsClientConfig as CreateTriggerRequestSqsClientConfig,
|
|
7987
|
+
index_gen$g_Cron as Cron,
|
|
7988
|
+
index_gen$g_CronStatus as CronStatus,
|
|
7995
7989
|
DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
|
|
7996
|
-
index_gen$
|
|
7997
|
-
index_gen$
|
|
7998
|
-
index_gen$
|
|
7990
|
+
index_gen$g_DeleteCronRequest as DeleteCronRequest,
|
|
7991
|
+
index_gen$g_DeleteDomainRequest as DeleteDomainRequest,
|
|
7992
|
+
index_gen$g_DeleteFunctionRequest as DeleteFunctionRequest,
|
|
7999
7993
|
DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
|
|
8000
|
-
index_gen$
|
|
8001
|
-
index_gen$
|
|
8002
|
-
index_gen$
|
|
7994
|
+
index_gen$g_DeleteTokenRequest as DeleteTokenRequest,
|
|
7995
|
+
index_gen$g_DeleteTriggerRequest as DeleteTriggerRequest,
|
|
7996
|
+
index_gen$g_DeployFunctionRequest as DeployFunctionRequest,
|
|
8003
7997
|
Domain$1 as Domain,
|
|
8004
7998
|
DomainStatus$1 as DomainStatus,
|
|
8005
|
-
index_gen$
|
|
8006
|
-
index_gen$
|
|
8007
|
-
index_gen$
|
|
8008
|
-
index_gen$
|
|
8009
|
-
index_gen$
|
|
8010
|
-
index_gen$
|
|
8011
|
-
index_gen$
|
|
8012
|
-
index_gen$
|
|
7999
|
+
index_gen$g_DownloadURL as DownloadURL,
|
|
8000
|
+
index_gen$g_FUNCTION_TRANSIENT_STATUSES as FUNCTION_TRANSIENT_STATUSES,
|
|
8001
|
+
index_gen$g_Function as Function,
|
|
8002
|
+
index_gen$g_FunctionHttpOption as FunctionHttpOption,
|
|
8003
|
+
index_gen$g_FunctionPrivacy as FunctionPrivacy,
|
|
8004
|
+
index_gen$g_FunctionRuntime as FunctionRuntime,
|
|
8005
|
+
index_gen$g_FunctionStatus as FunctionStatus,
|
|
8006
|
+
index_gen$g_GetCronRequest as GetCronRequest,
|
|
8013
8007
|
GetDomainRequest$1 as GetDomainRequest,
|
|
8014
|
-
index_gen$
|
|
8015
|
-
index_gen$
|
|
8016
|
-
index_gen$
|
|
8008
|
+
index_gen$g_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
|
|
8009
|
+
index_gen$g_GetFunctionRequest as GetFunctionRequest,
|
|
8010
|
+
index_gen$g_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
|
|
8017
8011
|
GetNamespaceRequest$2 as GetNamespaceRequest,
|
|
8018
|
-
index_gen$
|
|
8019
|
-
index_gen$
|
|
8020
|
-
index_gen$
|
|
8021
|
-
index_gen$
|
|
8022
|
-
index_gen$
|
|
8023
|
-
index_gen$
|
|
8012
|
+
index_gen$g_GetTokenRequest as GetTokenRequest,
|
|
8013
|
+
index_gen$g_GetTriggerRequest as GetTriggerRequest,
|
|
8014
|
+
index_gen$g_IssueJWTRequest as IssueJWTRequest,
|
|
8015
|
+
index_gen$g_ListCronsRequest as ListCronsRequest,
|
|
8016
|
+
index_gen$g_ListCronsRequestOrderBy as ListCronsRequestOrderBy,
|
|
8017
|
+
index_gen$g_ListCronsResponse as ListCronsResponse,
|
|
8024
8018
|
ListDomainsRequest$1 as ListDomainsRequest,
|
|
8025
|
-
index_gen$
|
|
8019
|
+
index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
|
|
8026
8020
|
ListDomainsResponse$1 as ListDomainsResponse,
|
|
8027
|
-
index_gen$
|
|
8028
|
-
index_gen$
|
|
8029
|
-
index_gen$
|
|
8030
|
-
index_gen$
|
|
8031
|
-
index_gen$
|
|
8032
|
-
index_gen$
|
|
8033
|
-
index_gen$
|
|
8034
|
-
index_gen$
|
|
8021
|
+
index_gen$g_ListFunctionRuntimesRequest as ListFunctionRuntimesRequest,
|
|
8022
|
+
index_gen$g_ListFunctionRuntimesResponse as ListFunctionRuntimesResponse,
|
|
8023
|
+
index_gen$g_ListFunctionsRequest as ListFunctionsRequest,
|
|
8024
|
+
index_gen$g_ListFunctionsRequestOrderBy as ListFunctionsRequestOrderBy,
|
|
8025
|
+
index_gen$g_ListFunctionsResponse as ListFunctionsResponse,
|
|
8026
|
+
index_gen$g_ListLogsRequest as ListLogsRequest,
|
|
8027
|
+
index_gen$g_ListLogsRequestOrderBy as ListLogsRequestOrderBy,
|
|
8028
|
+
index_gen$g_ListLogsResponse as ListLogsResponse,
|
|
8035
8029
|
ListNamespacesRequest$2 as ListNamespacesRequest,
|
|
8036
8030
|
ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
|
|
8037
8031
|
ListNamespacesResponse$2 as ListNamespacesResponse,
|
|
8038
|
-
index_gen$
|
|
8039
|
-
index_gen$
|
|
8040
|
-
index_gen$
|
|
8041
|
-
index_gen$
|
|
8042
|
-
index_gen$
|
|
8043
|
-
index_gen$
|
|
8044
|
-
index_gen$
|
|
8045
|
-
index_gen$
|
|
8032
|
+
index_gen$g_ListTokensRequest as ListTokensRequest,
|
|
8033
|
+
index_gen$g_ListTokensRequestOrderBy as ListTokensRequestOrderBy,
|
|
8034
|
+
index_gen$g_ListTokensResponse as ListTokensResponse,
|
|
8035
|
+
index_gen$g_ListTriggersRequest as ListTriggersRequest,
|
|
8036
|
+
index_gen$g_ListTriggersRequestOrderBy as ListTriggersRequestOrderBy,
|
|
8037
|
+
index_gen$g_ListTriggersResponse as ListTriggersResponse,
|
|
8038
|
+
index_gen$g_Log as Log,
|
|
8039
|
+
index_gen$g_LogStream as LogStream,
|
|
8046
8040
|
NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
|
|
8047
8041
|
Namespace$2 as Namespace,
|
|
8048
8042
|
NamespaceStatus$1 as NamespaceStatus,
|
|
8049
8043
|
NullValue$1 as NullValue,
|
|
8050
8044
|
Runtime$1 as Runtime,
|
|
8051
|
-
index_gen$
|
|
8045
|
+
index_gen$g_RuntimeStatus as RuntimeStatus,
|
|
8052
8046
|
Secret$1 as Secret,
|
|
8053
|
-
index_gen$
|
|
8054
|
-
index_gen$
|
|
8055
|
-
index_gen$
|
|
8056
|
-
index_gen$
|
|
8057
|
-
index_gen$
|
|
8058
|
-
index_gen$
|
|
8059
|
-
index_gen$
|
|
8060
|
-
index_gen$
|
|
8061
|
-
index_gen$
|
|
8062
|
-
index_gen$
|
|
8063
|
-
index_gen$
|
|
8064
|
-
index_gen$
|
|
8065
|
-
index_gen$
|
|
8047
|
+
index_gen$g_SecretHashedValue as SecretHashedValue,
|
|
8048
|
+
index_gen$g_TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES,
|
|
8049
|
+
index_gen$g_TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES,
|
|
8050
|
+
index_gen$g_Token as Token,
|
|
8051
|
+
index_gen$g_TokenStatus as TokenStatus,
|
|
8052
|
+
index_gen$g_Trigger as Trigger,
|
|
8053
|
+
index_gen$g_TriggerInputType as TriggerInputType,
|
|
8054
|
+
index_gen$g_TriggerMnqNatsClientConfig as TriggerMnqNatsClientConfig,
|
|
8055
|
+
index_gen$g_TriggerMnqSqsClientConfig as TriggerMnqSqsClientConfig,
|
|
8056
|
+
index_gen$g_TriggerSqsClientConfig as TriggerSqsClientConfig,
|
|
8057
|
+
index_gen$g_TriggerStatus as TriggerStatus,
|
|
8058
|
+
index_gen$g_UpdateCronRequest as UpdateCronRequest,
|
|
8059
|
+
index_gen$g_UpdateFunctionRequest as UpdateFunctionRequest,
|
|
8066
8060
|
UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
|
|
8067
|
-
index_gen$
|
|
8068
|
-
index_gen$
|
|
8069
|
-
index_gen$
|
|
8061
|
+
index_gen$g_UpdateTriggerRequest as UpdateTriggerRequest,
|
|
8062
|
+
index_gen$g_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
|
|
8063
|
+
index_gen$g_UploadURL as UploadURL,
|
|
8070
8064
|
};
|
|
8071
8065
|
}
|
|
8072
8066
|
|
|
8073
|
-
declare namespace index$
|
|
8067
|
+
declare namespace index$k {
|
|
8074
8068
|
export {
|
|
8075
|
-
index_gen$
|
|
8069
|
+
index_gen$g as v1beta1,
|
|
8076
8070
|
};
|
|
8077
8071
|
}
|
|
8078
8072
|
|
|
@@ -8864,7 +8858,7 @@ type DeleteJWTRequest = {
|
|
|
8864
8858
|
};
|
|
8865
8859
|
|
|
8866
8860
|
/** IAM API. */
|
|
8867
|
-
declare class API$
|
|
8861
|
+
declare class API$i extends API$s {
|
|
8868
8862
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
8869
8863
|
/**
|
|
8870
8864
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -9542,143 +9536,143 @@ declare namespace validationRules_gen$2 {
|
|
|
9542
9536
|
};
|
|
9543
9537
|
}
|
|
9544
9538
|
|
|
9545
|
-
type index_gen$
|
|
9546
|
-
type index_gen$
|
|
9547
|
-
type index_gen$
|
|
9548
|
-
type index_gen$
|
|
9549
|
-
type index_gen$
|
|
9550
|
-
type index_gen$
|
|
9551
|
-
type index_gen$
|
|
9552
|
-
type index_gen$
|
|
9553
|
-
type index_gen$
|
|
9554
|
-
type index_gen$
|
|
9555
|
-
type index_gen$
|
|
9556
|
-
type index_gen$
|
|
9557
|
-
type index_gen$
|
|
9558
|
-
type index_gen$
|
|
9559
|
-
type index_gen$
|
|
9560
|
-
type index_gen$
|
|
9561
|
-
type index_gen$
|
|
9562
|
-
type index_gen$
|
|
9563
|
-
type index_gen$
|
|
9564
|
-
type index_gen$
|
|
9565
|
-
type index_gen$
|
|
9566
|
-
type index_gen$
|
|
9567
|
-
type index_gen$
|
|
9568
|
-
type index_gen$
|
|
9569
|
-
type index_gen$
|
|
9570
|
-
type index_gen$
|
|
9571
|
-
type index_gen$
|
|
9572
|
-
type index_gen$
|
|
9573
|
-
type index_gen$
|
|
9574
|
-
type index_gen$
|
|
9575
|
-
type index_gen$
|
|
9576
|
-
type index_gen$
|
|
9577
|
-
type index_gen$
|
|
9578
|
-
type index_gen$
|
|
9579
|
-
type index_gen$
|
|
9580
|
-
type index_gen$
|
|
9581
|
-
type index_gen$
|
|
9582
|
-
type index_gen$
|
|
9583
|
-
type index_gen$
|
|
9584
|
-
type index_gen$
|
|
9585
|
-
type index_gen$
|
|
9586
|
-
type index_gen$
|
|
9587
|
-
type index_gen$
|
|
9588
|
-
type index_gen$
|
|
9589
|
-
type index_gen$
|
|
9590
|
-
type index_gen$
|
|
9591
|
-
type index_gen$
|
|
9592
|
-
type index_gen$
|
|
9593
|
-
type index_gen$
|
|
9594
|
-
type index_gen$
|
|
9595
|
-
type index_gen$
|
|
9596
|
-
declare namespace index_gen$
|
|
9539
|
+
type index_gen$f_APIKey = APIKey;
|
|
9540
|
+
type index_gen$f_AddGroupMemberRequest = AddGroupMemberRequest;
|
|
9541
|
+
type index_gen$f_AddGroupMembersRequest = AddGroupMembersRequest;
|
|
9542
|
+
type index_gen$f_Application = Application;
|
|
9543
|
+
type index_gen$f_BearerType = BearerType;
|
|
9544
|
+
type index_gen$f_ClonePolicyRequest = ClonePolicyRequest;
|
|
9545
|
+
type index_gen$f_DeleteAPIKeyRequest = DeleteAPIKeyRequest;
|
|
9546
|
+
type index_gen$f_DeleteApplicationRequest = DeleteApplicationRequest;
|
|
9547
|
+
type index_gen$f_DeleteGroupRequest = DeleteGroupRequest;
|
|
9548
|
+
type index_gen$f_DeleteJWTRequest = DeleteJWTRequest;
|
|
9549
|
+
type index_gen$f_DeletePolicyRequest = DeletePolicyRequest;
|
|
9550
|
+
type index_gen$f_DeleteSSHKeyRequest = DeleteSSHKeyRequest;
|
|
9551
|
+
type index_gen$f_GetAPIKeyRequest = GetAPIKeyRequest;
|
|
9552
|
+
type index_gen$f_GetApplicationRequest = GetApplicationRequest;
|
|
9553
|
+
type index_gen$f_GetGroupRequest = GetGroupRequest;
|
|
9554
|
+
type index_gen$f_GetJWTRequest = GetJWTRequest;
|
|
9555
|
+
type index_gen$f_GetPolicyRequest = GetPolicyRequest;
|
|
9556
|
+
type index_gen$f_GetSSHKeyRequest = GetSSHKeyRequest;
|
|
9557
|
+
type index_gen$f_GetUserRequest = GetUserRequest;
|
|
9558
|
+
type index_gen$f_Group = Group;
|
|
9559
|
+
type index_gen$f_JWT = JWT;
|
|
9560
|
+
type index_gen$f_ListAPIKeysRequestOrderBy = ListAPIKeysRequestOrderBy;
|
|
9561
|
+
type index_gen$f_ListAPIKeysResponse = ListAPIKeysResponse;
|
|
9562
|
+
type index_gen$f_ListApplicationsRequestOrderBy = ListApplicationsRequestOrderBy;
|
|
9563
|
+
type index_gen$f_ListApplicationsResponse = ListApplicationsResponse;
|
|
9564
|
+
type index_gen$f_ListGroupsRequestOrderBy = ListGroupsRequestOrderBy;
|
|
9565
|
+
type index_gen$f_ListGroupsResponse = ListGroupsResponse;
|
|
9566
|
+
type index_gen$f_ListJWTsRequestOrderBy = ListJWTsRequestOrderBy;
|
|
9567
|
+
type index_gen$f_ListJWTsResponse = ListJWTsResponse;
|
|
9568
|
+
type index_gen$f_ListPermissionSetsRequestOrderBy = ListPermissionSetsRequestOrderBy;
|
|
9569
|
+
type index_gen$f_ListPermissionSetsResponse = ListPermissionSetsResponse;
|
|
9570
|
+
type index_gen$f_ListPoliciesRequestOrderBy = ListPoliciesRequestOrderBy;
|
|
9571
|
+
type index_gen$f_ListPoliciesResponse = ListPoliciesResponse;
|
|
9572
|
+
type index_gen$f_ListQuotaRequestOrderBy = ListQuotaRequestOrderBy;
|
|
9573
|
+
type index_gen$f_ListQuotaResponse = ListQuotaResponse;
|
|
9574
|
+
type index_gen$f_ListRulesResponse = ListRulesResponse;
|
|
9575
|
+
type index_gen$f_ListSSHKeysRequestOrderBy = ListSSHKeysRequestOrderBy;
|
|
9576
|
+
type index_gen$f_ListSSHKeysResponse = ListSSHKeysResponse;
|
|
9577
|
+
type index_gen$f_PermissionSet = PermissionSet;
|
|
9578
|
+
type index_gen$f_PermissionSetScopeType = PermissionSetScopeType;
|
|
9579
|
+
type index_gen$f_Policy = Policy;
|
|
9580
|
+
type index_gen$f_Quotum = Quotum;
|
|
9581
|
+
type index_gen$f_RemoveGroupMemberRequest = RemoveGroupMemberRequest;
|
|
9582
|
+
type index_gen$f_Rule = Rule;
|
|
9583
|
+
type index_gen$f_RuleSpecs = RuleSpecs;
|
|
9584
|
+
type index_gen$f_SSHKey = SSHKey;
|
|
9585
|
+
type index_gen$f_SetGroupMembersRequest = SetGroupMembersRequest;
|
|
9586
|
+
type index_gen$f_SetRulesRequest = SetRulesRequest;
|
|
9587
|
+
type index_gen$f_SetRulesResponse = SetRulesResponse;
|
|
9588
|
+
type index_gen$f_UserStatus = UserStatus;
|
|
9589
|
+
type index_gen$f_UserType = UserType;
|
|
9590
|
+
declare namespace index_gen$f {
|
|
9597
9591
|
export {
|
|
9598
|
-
API$
|
|
9599
|
-
index_gen$
|
|
9600
|
-
index_gen$
|
|
9601
|
-
index_gen$
|
|
9602
|
-
index_gen$
|
|
9603
|
-
index_gen$
|
|
9604
|
-
index_gen$
|
|
9592
|
+
API$i as API,
|
|
9593
|
+
index_gen$f_APIKey as APIKey,
|
|
9594
|
+
index_gen$f_AddGroupMemberRequest as AddGroupMemberRequest,
|
|
9595
|
+
index_gen$f_AddGroupMembersRequest as AddGroupMembersRequest,
|
|
9596
|
+
index_gen$f_Application as Application,
|
|
9597
|
+
index_gen$f_BearerType as BearerType,
|
|
9598
|
+
index_gen$f_ClonePolicyRequest as ClonePolicyRequest,
|
|
9605
9599
|
CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
|
|
9606
9600
|
CreateApplicationRequest$1 as CreateApplicationRequest,
|
|
9607
9601
|
CreateGroupRequest$1 as CreateGroupRequest,
|
|
9608
9602
|
CreatePolicyRequest$1 as CreatePolicyRequest,
|
|
9609
9603
|
CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
|
|
9610
|
-
index_gen$
|
|
9611
|
-
index_gen$
|
|
9612
|
-
index_gen$
|
|
9613
|
-
index_gen$
|
|
9614
|
-
index_gen$
|
|
9615
|
-
index_gen$
|
|
9604
|
+
index_gen$f_DeleteAPIKeyRequest as DeleteAPIKeyRequest,
|
|
9605
|
+
index_gen$f_DeleteApplicationRequest as DeleteApplicationRequest,
|
|
9606
|
+
index_gen$f_DeleteGroupRequest as DeleteGroupRequest,
|
|
9607
|
+
index_gen$f_DeleteJWTRequest as DeleteJWTRequest,
|
|
9608
|
+
index_gen$f_DeletePolicyRequest as DeletePolicyRequest,
|
|
9609
|
+
index_gen$f_DeleteSSHKeyRequest as DeleteSSHKeyRequest,
|
|
9616
9610
|
DeleteUserRequest$1 as DeleteUserRequest,
|
|
9617
|
-
index_gen$
|
|
9618
|
-
index_gen$
|
|
9619
|
-
index_gen$
|
|
9620
|
-
index_gen$
|
|
9621
|
-
index_gen$
|
|
9611
|
+
index_gen$f_GetAPIKeyRequest as GetAPIKeyRequest,
|
|
9612
|
+
index_gen$f_GetApplicationRequest as GetApplicationRequest,
|
|
9613
|
+
index_gen$f_GetGroupRequest as GetGroupRequest,
|
|
9614
|
+
index_gen$f_GetJWTRequest as GetJWTRequest,
|
|
9615
|
+
index_gen$f_GetPolicyRequest as GetPolicyRequest,
|
|
9622
9616
|
GetQuotumRequest$1 as GetQuotumRequest,
|
|
9623
|
-
index_gen$
|
|
9624
|
-
index_gen$
|
|
9625
|
-
index_gen$
|
|
9626
|
-
index_gen$
|
|
9617
|
+
index_gen$f_GetSSHKeyRequest as GetSSHKeyRequest,
|
|
9618
|
+
index_gen$f_GetUserRequest as GetUserRequest,
|
|
9619
|
+
index_gen$f_Group as Group,
|
|
9620
|
+
index_gen$f_JWT as JWT,
|
|
9627
9621
|
ListAPIKeysRequest$1 as ListAPIKeysRequest,
|
|
9628
|
-
index_gen$
|
|
9629
|
-
index_gen$
|
|
9622
|
+
index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
|
|
9623
|
+
index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse,
|
|
9630
9624
|
ListApplicationsRequest$1 as ListApplicationsRequest,
|
|
9631
|
-
index_gen$
|
|
9632
|
-
index_gen$
|
|
9625
|
+
index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
|
|
9626
|
+
index_gen$f_ListApplicationsResponse as ListApplicationsResponse,
|
|
9633
9627
|
ListGroupsRequest$1 as ListGroupsRequest,
|
|
9634
|
-
index_gen$
|
|
9635
|
-
index_gen$
|
|
9628
|
+
index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
|
|
9629
|
+
index_gen$f_ListGroupsResponse as ListGroupsResponse,
|
|
9636
9630
|
ListJWTsRequest$1 as ListJWTsRequest,
|
|
9637
|
-
index_gen$
|
|
9638
|
-
index_gen$
|
|
9631
|
+
index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
|
|
9632
|
+
index_gen$f_ListJWTsResponse as ListJWTsResponse,
|
|
9639
9633
|
ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
|
|
9640
|
-
index_gen$
|
|
9641
|
-
index_gen$
|
|
9634
|
+
index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
|
|
9635
|
+
index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse,
|
|
9642
9636
|
ListPoliciesRequest$1 as ListPoliciesRequest,
|
|
9643
|
-
index_gen$
|
|
9644
|
-
index_gen$
|
|
9637
|
+
index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
|
|
9638
|
+
index_gen$f_ListPoliciesResponse as ListPoliciesResponse,
|
|
9645
9639
|
ListQuotaRequest$1 as ListQuotaRequest,
|
|
9646
|
-
index_gen$
|
|
9647
|
-
index_gen$
|
|
9640
|
+
index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
|
|
9641
|
+
index_gen$f_ListQuotaResponse as ListQuotaResponse,
|
|
9648
9642
|
ListRulesRequest$1 as ListRulesRequest,
|
|
9649
|
-
index_gen$
|
|
9643
|
+
index_gen$f_ListRulesResponse as ListRulesResponse,
|
|
9650
9644
|
ListSSHKeysRequest$1 as ListSSHKeysRequest,
|
|
9651
|
-
index_gen$
|
|
9652
|
-
index_gen$
|
|
9645
|
+
index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
|
|
9646
|
+
index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse,
|
|
9653
9647
|
ListUsersRequest$2 as ListUsersRequest,
|
|
9654
9648
|
ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
|
|
9655
9649
|
ListUsersResponse$1 as ListUsersResponse,
|
|
9656
|
-
index_gen$
|
|
9657
|
-
index_gen$
|
|
9658
|
-
index_gen$
|
|
9659
|
-
index_gen$
|
|
9660
|
-
index_gen$
|
|
9661
|
-
index_gen$
|
|
9662
|
-
index_gen$
|
|
9663
|
-
index_gen$
|
|
9664
|
-
index_gen$
|
|
9665
|
-
index_gen$
|
|
9666
|
-
index_gen$
|
|
9650
|
+
index_gen$f_PermissionSet as PermissionSet,
|
|
9651
|
+
index_gen$f_PermissionSetScopeType as PermissionSetScopeType,
|
|
9652
|
+
index_gen$f_Policy as Policy,
|
|
9653
|
+
index_gen$f_Quotum as Quotum,
|
|
9654
|
+
index_gen$f_RemoveGroupMemberRequest as RemoveGroupMemberRequest,
|
|
9655
|
+
index_gen$f_Rule as Rule,
|
|
9656
|
+
index_gen$f_RuleSpecs as RuleSpecs,
|
|
9657
|
+
index_gen$f_SSHKey as SSHKey,
|
|
9658
|
+
index_gen$f_SetGroupMembersRequest as SetGroupMembersRequest,
|
|
9659
|
+
index_gen$f_SetRulesRequest as SetRulesRequest,
|
|
9660
|
+
index_gen$f_SetRulesResponse as SetRulesResponse,
|
|
9667
9661
|
UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
|
|
9668
9662
|
UpdateApplicationRequest$1 as UpdateApplicationRequest,
|
|
9669
9663
|
UpdateGroupRequest$1 as UpdateGroupRequest,
|
|
9670
9664
|
UpdatePolicyRequest$1 as UpdatePolicyRequest,
|
|
9671
9665
|
UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
|
|
9672
9666
|
User$1 as User,
|
|
9673
|
-
index_gen$
|
|
9674
|
-
index_gen$
|
|
9667
|
+
index_gen$f_UserStatus as UserStatus,
|
|
9668
|
+
index_gen$f_UserType as UserType,
|
|
9675
9669
|
validationRules_gen$2 as ValidationRules,
|
|
9676
9670
|
};
|
|
9677
9671
|
}
|
|
9678
9672
|
|
|
9679
|
-
declare namespace index$
|
|
9673
|
+
declare namespace index$j {
|
|
9680
9674
|
export {
|
|
9681
|
-
index_gen$
|
|
9675
|
+
index_gen$f as v1alpha1,
|
|
9682
9676
|
};
|
|
9683
9677
|
}
|
|
9684
9678
|
|
|
@@ -9763,7 +9757,7 @@ interface CreateSnapshotResponse {
|
|
|
9763
9757
|
task?: Task;
|
|
9764
9758
|
}
|
|
9765
9759
|
interface CreateVolumeResponse {
|
|
9766
|
-
volume?: Volume$
|
|
9760
|
+
volume?: Volume$2;
|
|
9767
9761
|
}
|
|
9768
9762
|
interface Dashboard {
|
|
9769
9763
|
volumesCount: number;
|
|
@@ -9817,8 +9811,11 @@ interface GetSecurityGroupRuleResponse {
|
|
|
9817
9811
|
interface GetServerResponse {
|
|
9818
9812
|
server?: Server;
|
|
9819
9813
|
}
|
|
9814
|
+
/** Get server types availability response. */
|
|
9820
9815
|
interface GetServerTypesAvailabilityResponse {
|
|
9816
|
+
/** Map of server types. */
|
|
9821
9817
|
servers: Record<string, GetServerTypesAvailabilityResponseAvailability>;
|
|
9818
|
+
totalCount: number;
|
|
9822
9819
|
}
|
|
9823
9820
|
interface GetServerTypesAvailabilityResponseAvailability {
|
|
9824
9821
|
availability: ServerTypesAvailability;
|
|
@@ -9827,7 +9824,7 @@ interface GetSnapshotResponse {
|
|
|
9827
9824
|
snapshot?: Snapshot$1;
|
|
9828
9825
|
}
|
|
9829
9826
|
interface GetVolumeResponse {
|
|
9830
|
-
volume?: Volume$
|
|
9827
|
+
volume?: Volume$2;
|
|
9831
9828
|
}
|
|
9832
9829
|
interface Image$3 {
|
|
9833
9830
|
id: string;
|
|
@@ -9837,7 +9834,7 @@ interface Image$3 {
|
|
|
9837
9834
|
modificationDate?: Date;
|
|
9838
9835
|
/** @deprecated */
|
|
9839
9836
|
defaultBootscript?: Bootscript;
|
|
9840
|
-
extraVolumes: Record<string, Volume$
|
|
9837
|
+
extraVolumes: Record<string, Volume$2>;
|
|
9841
9838
|
fromServer: string;
|
|
9842
9839
|
organization: string;
|
|
9843
9840
|
public: boolean;
|
|
@@ -9931,11 +9928,11 @@ interface ListSnapshotsResponse$1 {
|
|
|
9931
9928
|
snapshots: Snapshot$1[];
|
|
9932
9929
|
}
|
|
9933
9930
|
/** List volumes response. */
|
|
9934
|
-
interface ListVolumesResponse {
|
|
9931
|
+
interface ListVolumesResponse$1 {
|
|
9935
9932
|
/** Total number of volumes. */
|
|
9936
9933
|
totalCount: number;
|
|
9937
9934
|
/** List of volumes. */
|
|
9938
|
-
volumes: Volume$
|
|
9935
|
+
volumes: Volume$2[];
|
|
9939
9936
|
}
|
|
9940
9937
|
/** List volumes types response. */
|
|
9941
9938
|
interface ListVolumesTypesResponse {
|
|
@@ -10347,10 +10344,10 @@ interface UpdateServerResponse {
|
|
|
10347
10344
|
server?: Server;
|
|
10348
10345
|
}
|
|
10349
10346
|
interface UpdateVolumeResponse {
|
|
10350
|
-
volume?: Volume$
|
|
10347
|
+
volume?: Volume$2;
|
|
10351
10348
|
}
|
|
10352
10349
|
/** Volume. */
|
|
10353
|
-
interface Volume$
|
|
10350
|
+
interface Volume$2 {
|
|
10354
10351
|
/** Volume unique ID. */
|
|
10355
10352
|
id: string;
|
|
10356
10353
|
/** Volume name. */
|
|
@@ -10458,7 +10455,12 @@ interface VolumeTypeConstraints {
|
|
|
10458
10455
|
type GetServerTypesAvailabilityRequest = {
|
|
10459
10456
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10460
10457
|
zone?: Zone;
|
|
10458
|
+
/**
|
|
10459
|
+
* A positive integer lower or equal to 100 to select the number of items to
|
|
10460
|
+
* return.
|
|
10461
|
+
*/
|
|
10461
10462
|
perPage?: number;
|
|
10463
|
+
/** A positive integer to choose the page to return. */
|
|
10462
10464
|
page?: number;
|
|
10463
10465
|
};
|
|
10464
10466
|
type ListServersTypesRequest = {
|
|
@@ -10683,7 +10685,7 @@ type ExportSnapshotRequest = {
|
|
|
10683
10685
|
/** S3 object key. */
|
|
10684
10686
|
key: string;
|
|
10685
10687
|
};
|
|
10686
|
-
type ListVolumesRequest = {
|
|
10688
|
+
type ListVolumesRequest$1 = {
|
|
10687
10689
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10688
10690
|
zone?: Zone;
|
|
10689
10691
|
/** Filter by volume type. */
|
|
@@ -10710,7 +10712,7 @@ type ListVolumesRequest = {
|
|
|
10710
10712
|
*/
|
|
10711
10713
|
name?: string;
|
|
10712
10714
|
};
|
|
10713
|
-
type CreateVolumeRequest = {
|
|
10715
|
+
type CreateVolumeRequest$1 = {
|
|
10714
10716
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10715
10717
|
zone?: Zone;
|
|
10716
10718
|
/** Volume name. */
|
|
@@ -10755,13 +10757,13 @@ type CreateVolumeRequest = {
|
|
|
10755
10757
|
*/
|
|
10756
10758
|
baseSnapshot?: string;
|
|
10757
10759
|
};
|
|
10758
|
-
type GetVolumeRequest = {
|
|
10760
|
+
type GetVolumeRequest$1 = {
|
|
10759
10761
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10760
10762
|
zone?: Zone;
|
|
10761
10763
|
/** UUID of the volume you want to get. */
|
|
10762
10764
|
volumeId: string;
|
|
10763
10765
|
};
|
|
10764
|
-
type UpdateVolumeRequest = {
|
|
10766
|
+
type UpdateVolumeRequest$1 = {
|
|
10765
10767
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10766
10768
|
zone?: Zone;
|
|
10767
10769
|
/** UUID of the volume. */
|
|
@@ -10773,7 +10775,7 @@ type UpdateVolumeRequest = {
|
|
|
10773
10775
|
/** Volume disk size, must be a multiple of 512. */
|
|
10774
10776
|
size?: number;
|
|
10775
10777
|
};
|
|
10776
|
-
type DeleteVolumeRequest = {
|
|
10778
|
+
type DeleteVolumeRequest$1 = {
|
|
10777
10779
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10778
10780
|
zone?: Zone;
|
|
10779
10781
|
/** UUID of the volume you want to delete. */
|
|
@@ -11279,7 +11281,7 @@ type SetServerRequest = {
|
|
|
11279
11281
|
/** Instance boot type. */
|
|
11280
11282
|
bootType?: BootType;
|
|
11281
11283
|
/** Instance volumes. */
|
|
11282
|
-
volumes?: Record<string, Volume$
|
|
11284
|
+
volumes?: Record<string, Volume$2>;
|
|
11283
11285
|
/** Instance security group. */
|
|
11284
11286
|
securityGroup?: SecurityGroupSummary;
|
|
11285
11287
|
/** Instance planned maintenances. */
|
|
@@ -11328,7 +11330,7 @@ type SetImageRequest = {
|
|
|
11328
11330
|
modificationDate?: Date;
|
|
11329
11331
|
/** @deprecated */
|
|
11330
11332
|
defaultBootscript?: Bootscript;
|
|
11331
|
-
extraVolumes?: Record<string, Volume$
|
|
11333
|
+
extraVolumes?: Record<string, Volume$2>;
|
|
11332
11334
|
fromServer: string;
|
|
11333
11335
|
organization?: string;
|
|
11334
11336
|
public: boolean;
|
|
@@ -11407,7 +11409,7 @@ type SetSecurityGroupRuleRequest = {
|
|
|
11407
11409
|
};
|
|
11408
11410
|
|
|
11409
11411
|
/** Instance API. */
|
|
11410
|
-
declare class API$
|
|
11412
|
+
declare class API$h extends API$s {
|
|
11411
11413
|
/** Lists the available zones of the API. */
|
|
11412
11414
|
static readonly LOCALITIES: Zone[];
|
|
11413
11415
|
/**
|
|
@@ -11576,7 +11578,7 @@ declare class API$g extends API$r {
|
|
|
11576
11578
|
* @returns A Promise of ExportSnapshotResponse
|
|
11577
11579
|
*/
|
|
11578
11580
|
exportSnapshot: (request: Readonly<ExportSnapshotRequest>) => Promise<ExportSnapshotResponse>;
|
|
11579
|
-
protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
|
|
11581
|
+
protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1>;
|
|
11580
11582
|
/**
|
|
11581
11583
|
* List volumes. List volumes in the specified Availability Zone. You can
|
|
11582
11584
|
* filter the output by volume type.
|
|
@@ -11584,9 +11586,9 @@ declare class API$g extends API$r {
|
|
|
11584
11586
|
* @param request - The request {@link ListVolumesRequest}
|
|
11585
11587
|
* @returns A Promise of ListVolumesResponse
|
|
11586
11588
|
*/
|
|
11587
|
-
listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
|
|
11588
|
-
all: () => Promise<Volume$
|
|
11589
|
-
[Symbol.asyncIterator]: () => AsyncGenerator<Volume$
|
|
11589
|
+
listVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1> & {
|
|
11590
|
+
all: () => Promise<Volume$2[]>;
|
|
11591
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Volume$2[], void, void>;
|
|
11590
11592
|
};
|
|
11591
11593
|
/**
|
|
11592
11594
|
* Create a volume. Create a volume of a specified type in an Availability
|
|
@@ -11595,14 +11597,14 @@ declare class API$g extends API$r {
|
|
|
11595
11597
|
* @param request - The request {@link CreateVolumeRequest}
|
|
11596
11598
|
* @returns A Promise of CreateVolumeResponse
|
|
11597
11599
|
*/
|
|
11598
|
-
createVolume: (request?: Readonly<CreateVolumeRequest>) => Promise<CreateVolumeResponse>;
|
|
11600
|
+
createVolume: (request?: Readonly<CreateVolumeRequest$1>) => Promise<CreateVolumeResponse>;
|
|
11599
11601
|
/**
|
|
11600
11602
|
* Get a volume. Get details of a volume with the specified ID.
|
|
11601
11603
|
*
|
|
11602
11604
|
* @param request - The request {@link GetVolumeRequest}
|
|
11603
11605
|
* @returns A Promise of GetVolumeResponse
|
|
11604
11606
|
*/
|
|
11605
|
-
getVolume: (request: Readonly<GetVolumeRequest>) => Promise<GetVolumeResponse>;
|
|
11607
|
+
getVolume: (request: Readonly<GetVolumeRequest$1>) => Promise<GetVolumeResponse>;
|
|
11606
11608
|
/**
|
|
11607
11609
|
* Update a volume. Replace the name and/or size properties of a volume
|
|
11608
11610
|
* specified by its ID, with the specified value(s). Any volume name can be
|
|
@@ -11611,13 +11613,13 @@ declare class API$g extends API$r {
|
|
|
11611
11613
|
* @param request - The request {@link UpdateVolumeRequest}
|
|
11612
11614
|
* @returns A Promise of UpdateVolumeResponse
|
|
11613
11615
|
*/
|
|
11614
|
-
updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<UpdateVolumeResponse>;
|
|
11616
|
+
updateVolume: (request: Readonly<UpdateVolumeRequest$1>) => Promise<UpdateVolumeResponse>;
|
|
11615
11617
|
/**
|
|
11616
11618
|
* Delete a volume. Delete the volume with the specified ID.
|
|
11617
11619
|
*
|
|
11618
11620
|
* @param request - The request {@link DeleteVolumeRequest}
|
|
11619
11621
|
*/
|
|
11620
|
-
deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
|
|
11622
|
+
deleteVolume: (request: Readonly<DeleteVolumeRequest$1>) => Promise<void>;
|
|
11621
11623
|
protected pageOfListSecurityGroups: (request?: Readonly<ListSecurityGroupsRequest>) => Promise<ListSecurityGroupsResponse>;
|
|
11622
11624
|
/**
|
|
11623
11625
|
* List security groups. List all existing security groups.
|
|
@@ -11976,7 +11978,7 @@ type SetServerUserDataRequest = {
|
|
|
11976
11978
|
content: string;
|
|
11977
11979
|
};
|
|
11978
11980
|
|
|
11979
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
11981
|
+
declare class InstanceV1UtilsAPI extends API$h {
|
|
11980
11982
|
/**
|
|
11981
11983
|
* Waits for {@link Image} to be in a final state.
|
|
11982
11984
|
*
|
|
@@ -12016,7 +12018,7 @@ declare class InstanceV1UtilsAPI extends API$g {
|
|
|
12016
12018
|
* @param options - The waiting options
|
|
12017
12019
|
* @returns A Promise of Volume
|
|
12018
12020
|
*/
|
|
12019
|
-
waitForVolume: (request: Readonly<GetVolumeRequest>, options?: Readonly<WaitForOptions<Volume$
|
|
12021
|
+
waitForVolume: (request: Readonly<GetVolumeRequest$1>, options?: Readonly<WaitForOptions<Volume$2>>) => Promise<Volume$2>;
|
|
12020
12022
|
/**
|
|
12021
12023
|
* Updates a snapshot.
|
|
12022
12024
|
*
|
|
@@ -12113,362 +12115,356 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
|
|
|
12113
12115
|
/** Lists transient statutes of the enum {@link VolumeState}. */
|
|
12114
12116
|
declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
|
|
12115
12117
|
|
|
12116
|
-
type index$
|
|
12117
|
-
type index$
|
|
12118
|
-
type index$
|
|
12119
|
-
type index$
|
|
12120
|
-
type index$
|
|
12121
|
-
type index$
|
|
12122
|
-
type index$
|
|
12123
|
-
type index$
|
|
12124
|
-
type index$
|
|
12125
|
-
type index$
|
|
12126
|
-
type index$
|
|
12127
|
-
type index$
|
|
12128
|
-
type index$
|
|
12129
|
-
type index$
|
|
12130
|
-
type index$
|
|
12131
|
-
type index$
|
|
12132
|
-
type index$
|
|
12133
|
-
type index$
|
|
12134
|
-
type index$
|
|
12135
|
-
type index$
|
|
12136
|
-
type index$
|
|
12137
|
-
type index$
|
|
12138
|
-
type index$
|
|
12139
|
-
type index$
|
|
12140
|
-
type index$
|
|
12141
|
-
type index$
|
|
12142
|
-
type index$
|
|
12143
|
-
type index$
|
|
12144
|
-
type index$
|
|
12145
|
-
type index$
|
|
12146
|
-
type index$
|
|
12147
|
-
type index$
|
|
12148
|
-
type index$
|
|
12149
|
-
type index$
|
|
12150
|
-
type index$
|
|
12151
|
-
type index$
|
|
12152
|
-
type index$
|
|
12153
|
-
type index$
|
|
12154
|
-
type index$
|
|
12155
|
-
type index$
|
|
12156
|
-
type index$
|
|
12157
|
-
type index$
|
|
12158
|
-
type index$
|
|
12159
|
-
type index$
|
|
12160
|
-
type index$
|
|
12161
|
-
type index$
|
|
12162
|
-
type index$
|
|
12163
|
-
type index$
|
|
12164
|
-
type index$
|
|
12165
|
-
type index$
|
|
12166
|
-
type index$
|
|
12167
|
-
type index$
|
|
12168
|
-
type index$
|
|
12169
|
-
type index$
|
|
12170
|
-
type index$
|
|
12171
|
-
type index$
|
|
12172
|
-
type index$
|
|
12173
|
-
type index$
|
|
12174
|
-
type index$
|
|
12175
|
-
type index$
|
|
12176
|
-
type index$
|
|
12177
|
-
type index$
|
|
12178
|
-
type index$
|
|
12179
|
-
type index$
|
|
12180
|
-
type index$
|
|
12181
|
-
type index$
|
|
12182
|
-
type index$
|
|
12183
|
-
type index$
|
|
12184
|
-
type index$
|
|
12185
|
-
type index$
|
|
12186
|
-
type index$
|
|
12187
|
-
type index$
|
|
12188
|
-
type index$
|
|
12189
|
-
type index$
|
|
12190
|
-
type index$
|
|
12191
|
-
type index$
|
|
12192
|
-
type index$
|
|
12193
|
-
type index$
|
|
12194
|
-
type index$
|
|
12195
|
-
|
|
12196
|
-
type index$
|
|
12197
|
-
type index$
|
|
12198
|
-
type index$
|
|
12199
|
-
type index$
|
|
12200
|
-
|
|
12201
|
-
type index$
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
type index$
|
|
12205
|
-
type index$
|
|
12206
|
-
type index$
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
type index$
|
|
12210
|
-
type index$
|
|
12211
|
-
type index$
|
|
12212
|
-
type index$
|
|
12213
|
-
type index$
|
|
12214
|
-
type index$
|
|
12215
|
-
type index$
|
|
12216
|
-
type index$
|
|
12217
|
-
type index$
|
|
12218
|
-
type index$
|
|
12219
|
-
type index$
|
|
12220
|
-
type index$
|
|
12221
|
-
type index$
|
|
12222
|
-
type index$
|
|
12223
|
-
type index$
|
|
12224
|
-
type index$
|
|
12225
|
-
type index$
|
|
12226
|
-
type index$
|
|
12227
|
-
type index$
|
|
12228
|
-
type index$
|
|
12229
|
-
type index$
|
|
12230
|
-
type index$
|
|
12231
|
-
type index$
|
|
12232
|
-
type index$
|
|
12233
|
-
type index$
|
|
12234
|
-
type index$
|
|
12235
|
-
type index$
|
|
12236
|
-
type index$
|
|
12237
|
-
type index$
|
|
12238
|
-
type index$
|
|
12239
|
-
type index$
|
|
12240
|
-
type index$
|
|
12241
|
-
type index$
|
|
12242
|
-
|
|
12243
|
-
type index$
|
|
12244
|
-
type index$
|
|
12245
|
-
type index$
|
|
12246
|
-
type index$
|
|
12247
|
-
|
|
12248
|
-
type index$
|
|
12249
|
-
type index$
|
|
12250
|
-
type index$
|
|
12251
|
-
type index$
|
|
12252
|
-
type index$
|
|
12253
|
-
type index$
|
|
12254
|
-
type index$
|
|
12255
|
-
type index$
|
|
12256
|
-
type index$
|
|
12257
|
-
type index$
|
|
12258
|
-
type index$
|
|
12259
|
-
type index$
|
|
12260
|
-
|
|
12261
|
-
|
|
12262
|
-
type index$
|
|
12263
|
-
type index$
|
|
12264
|
-
type index$
|
|
12265
|
-
type index$
|
|
12266
|
-
|
|
12267
|
-
|
|
12268
|
-
type index$
|
|
12269
|
-
type index$
|
|
12270
|
-
type index$
|
|
12271
|
-
type index$
|
|
12272
|
-
|
|
12273
|
-
type index$h_VolumeSummary = VolumeSummary;
|
|
12274
|
-
type index$h_VolumeTemplate = VolumeTemplate;
|
|
12275
|
-
type index$h_VolumeTypeCapabilities = VolumeTypeCapabilities;
|
|
12276
|
-
type index$h_VolumeTypeConstraints = VolumeTypeConstraints;
|
|
12277
|
-
type index$h_VolumeVolumeType = VolumeVolumeType;
|
|
12278
|
-
declare namespace index$h {
|
|
12118
|
+
type index$i_Arch = Arch;
|
|
12119
|
+
type index$i_AttachVolumeRequest = AttachVolumeRequest;
|
|
12120
|
+
type index$i_AttachVolumeResponse = AttachVolumeResponse;
|
|
12121
|
+
type index$i_BootType = BootType;
|
|
12122
|
+
type index$i_Bootscript = Bootscript;
|
|
12123
|
+
type index$i_CreateImageRequest = CreateImageRequest;
|
|
12124
|
+
type index$i_CreateImageResponse = CreateImageResponse;
|
|
12125
|
+
type index$i_CreateIpResponse = CreateIpResponse;
|
|
12126
|
+
type index$i_CreatePlacementGroupRequest = CreatePlacementGroupRequest;
|
|
12127
|
+
type index$i_CreatePlacementGroupResponse = CreatePlacementGroupResponse;
|
|
12128
|
+
type index$i_CreatePrivateNICRequest = CreatePrivateNICRequest;
|
|
12129
|
+
type index$i_CreatePrivateNICResponse = CreatePrivateNICResponse;
|
|
12130
|
+
type index$i_CreateSecurityGroupRequest = CreateSecurityGroupRequest;
|
|
12131
|
+
type index$i_CreateSecurityGroupResponse = CreateSecurityGroupResponse;
|
|
12132
|
+
type index$i_CreateSecurityGroupRuleRequest = CreateSecurityGroupRuleRequest;
|
|
12133
|
+
type index$i_CreateSecurityGroupRuleResponse = CreateSecurityGroupRuleResponse;
|
|
12134
|
+
type index$i_CreateServerRequest = CreateServerRequest;
|
|
12135
|
+
type index$i_CreateServerResponse = CreateServerResponse;
|
|
12136
|
+
type index$i_CreateSnapshotResponse = CreateSnapshotResponse;
|
|
12137
|
+
type index$i_CreateVolumeResponse = CreateVolumeResponse;
|
|
12138
|
+
type index$i_Dashboard = Dashboard;
|
|
12139
|
+
type index$i_DeleteIpRequest = DeleteIpRequest;
|
|
12140
|
+
type index$i_DeletePlacementGroupRequest = DeletePlacementGroupRequest;
|
|
12141
|
+
type index$i_DeletePrivateNICRequest = DeletePrivateNICRequest;
|
|
12142
|
+
type index$i_DeleteSecurityGroupRequest = DeleteSecurityGroupRequest;
|
|
12143
|
+
type index$i_DeleteSecurityGroupRuleRequest = DeleteSecurityGroupRuleRequest;
|
|
12144
|
+
type index$i_DeleteServerRequest = DeleteServerRequest;
|
|
12145
|
+
type index$i_DeleteServerUserDataRequest = DeleteServerUserDataRequest;
|
|
12146
|
+
type index$i_DetachVolumeRequest = DetachVolumeRequest;
|
|
12147
|
+
type index$i_DetachVolumeResponse = DetachVolumeResponse;
|
|
12148
|
+
type index$i_ExportSnapshotRequest = ExportSnapshotRequest;
|
|
12149
|
+
type index$i_ExportSnapshotResponse = ExportSnapshotResponse;
|
|
12150
|
+
type index$i_GetBootscriptRequest = GetBootscriptRequest;
|
|
12151
|
+
type index$i_GetBootscriptResponse = GetBootscriptResponse;
|
|
12152
|
+
type index$i_GetDashboardRequest = GetDashboardRequest;
|
|
12153
|
+
type index$i_GetDashboardResponse = GetDashboardResponse;
|
|
12154
|
+
type index$i_GetIpResponse = GetIpResponse;
|
|
12155
|
+
type index$i_GetPlacementGroupRequest = GetPlacementGroupRequest;
|
|
12156
|
+
type index$i_GetPlacementGroupResponse = GetPlacementGroupResponse;
|
|
12157
|
+
type index$i_GetPlacementGroupServersRequest = GetPlacementGroupServersRequest;
|
|
12158
|
+
type index$i_GetPlacementGroupServersResponse = GetPlacementGroupServersResponse;
|
|
12159
|
+
type index$i_GetPrivateNICRequest = GetPrivateNICRequest;
|
|
12160
|
+
type index$i_GetPrivateNICResponse = GetPrivateNICResponse;
|
|
12161
|
+
type index$i_GetSecurityGroupRequest = GetSecurityGroupRequest;
|
|
12162
|
+
type index$i_GetSecurityGroupResponse = GetSecurityGroupResponse;
|
|
12163
|
+
type index$i_GetSecurityGroupRuleRequest = GetSecurityGroupRuleRequest;
|
|
12164
|
+
type index$i_GetSecurityGroupRuleResponse = GetSecurityGroupRuleResponse;
|
|
12165
|
+
type index$i_GetServerRequest = GetServerRequest;
|
|
12166
|
+
type index$i_GetServerResponse = GetServerResponse;
|
|
12167
|
+
type index$i_GetServerTypesAvailabilityRequest = GetServerTypesAvailabilityRequest;
|
|
12168
|
+
type index$i_GetServerTypesAvailabilityResponse = GetServerTypesAvailabilityResponse;
|
|
12169
|
+
type index$i_GetServerTypesAvailabilityResponseAvailability = GetServerTypesAvailabilityResponseAvailability;
|
|
12170
|
+
type index$i_GetServerUserDataRequest = GetServerUserDataRequest;
|
|
12171
|
+
type index$i_GetSnapshotResponse = GetSnapshotResponse;
|
|
12172
|
+
type index$i_GetVolumeResponse = GetVolumeResponse;
|
|
12173
|
+
type index$i_ImageState = ImageState;
|
|
12174
|
+
type index$i_ListBootscriptsRequest = ListBootscriptsRequest;
|
|
12175
|
+
type index$i_ListBootscriptsResponse = ListBootscriptsResponse;
|
|
12176
|
+
type index$i_ListDefaultSecurityGroupRulesRequest = ListDefaultSecurityGroupRulesRequest;
|
|
12177
|
+
type index$i_ListIpsRequest = ListIpsRequest;
|
|
12178
|
+
type index$i_ListPlacementGroupsRequest = ListPlacementGroupsRequest;
|
|
12179
|
+
type index$i_ListPlacementGroupsResponse = ListPlacementGroupsResponse;
|
|
12180
|
+
type index$i_ListPrivateNICsRequest = ListPrivateNICsRequest;
|
|
12181
|
+
type index$i_ListPrivateNICsResponse = ListPrivateNICsResponse;
|
|
12182
|
+
type index$i_ListSecurityGroupRulesRequest = ListSecurityGroupRulesRequest;
|
|
12183
|
+
type index$i_ListSecurityGroupRulesResponse = ListSecurityGroupRulesResponse;
|
|
12184
|
+
type index$i_ListSecurityGroupsRequest = ListSecurityGroupsRequest;
|
|
12185
|
+
type index$i_ListSecurityGroupsResponse = ListSecurityGroupsResponse;
|
|
12186
|
+
type index$i_ListServerActionsRequest = ListServerActionsRequest;
|
|
12187
|
+
type index$i_ListServerActionsResponse = ListServerActionsResponse;
|
|
12188
|
+
type index$i_ListServerUserDataRequest = ListServerUserDataRequest;
|
|
12189
|
+
type index$i_ListServerUserDataResponse = ListServerUserDataResponse;
|
|
12190
|
+
type index$i_ListServersRequest = ListServersRequest;
|
|
12191
|
+
type index$i_ListServersRequestOrder = ListServersRequestOrder;
|
|
12192
|
+
type index$i_ListServersResponse = ListServersResponse;
|
|
12193
|
+
type index$i_ListServersTypesRequest = ListServersTypesRequest;
|
|
12194
|
+
type index$i_ListServersTypesResponse = ListServersTypesResponse;
|
|
12195
|
+
type index$i_ListVolumesTypesRequest = ListVolumesTypesRequest;
|
|
12196
|
+
type index$i_ListVolumesTypesResponse = ListVolumesTypesResponse;
|
|
12197
|
+
declare const index$i_PRIVATE_NIC_TRANSIENT_STATUSES: typeof PRIVATE_NIC_TRANSIENT_STATUSES;
|
|
12198
|
+
type index$i_PlacementGroup = PlacementGroup;
|
|
12199
|
+
type index$i_PlacementGroupPolicyMode = PlacementGroupPolicyMode;
|
|
12200
|
+
type index$i_PlacementGroupPolicyType = PlacementGroupPolicyType;
|
|
12201
|
+
type index$i_PlacementGroupServer = PlacementGroupServer;
|
|
12202
|
+
type index$i_PrivateNIC = PrivateNIC;
|
|
12203
|
+
type index$i_PrivateNICState = PrivateNICState;
|
|
12204
|
+
declare const index$i_SECURITY_GROUP_TRANSIENT_STATUSES: typeof SECURITY_GROUP_TRANSIENT_STATUSES;
|
|
12205
|
+
declare const index$i_SERVER_TRANSIENT_STATUSES: typeof SERVER_TRANSIENT_STATUSES;
|
|
12206
|
+
type index$i_SecurityGroup = SecurityGroup;
|
|
12207
|
+
type index$i_SecurityGroupPolicy = SecurityGroupPolicy;
|
|
12208
|
+
type index$i_SecurityGroupRule = SecurityGroupRule;
|
|
12209
|
+
type index$i_SecurityGroupRuleAction = SecurityGroupRuleAction;
|
|
12210
|
+
type index$i_SecurityGroupRuleDirection = SecurityGroupRuleDirection;
|
|
12211
|
+
type index$i_SecurityGroupRuleProtocol = SecurityGroupRuleProtocol;
|
|
12212
|
+
type index$i_SecurityGroupState = SecurityGroupState;
|
|
12213
|
+
type index$i_SecurityGroupSummary = SecurityGroupSummary;
|
|
12214
|
+
type index$i_SecurityGroupTemplate = SecurityGroupTemplate;
|
|
12215
|
+
type index$i_Server = Server;
|
|
12216
|
+
type index$i_ServerAction = ServerAction;
|
|
12217
|
+
type index$i_ServerActionRequest = ServerActionRequest;
|
|
12218
|
+
type index$i_ServerActionRequestVolumeBackupTemplate = ServerActionRequestVolumeBackupTemplate;
|
|
12219
|
+
type index$i_ServerActionResponse = ServerActionResponse;
|
|
12220
|
+
type index$i_ServerIp = ServerIp;
|
|
12221
|
+
type index$i_ServerIpv6 = ServerIpv6;
|
|
12222
|
+
type index$i_ServerLocation = ServerLocation;
|
|
12223
|
+
type index$i_ServerMaintenance = ServerMaintenance;
|
|
12224
|
+
type index$i_ServerState = ServerState;
|
|
12225
|
+
type index$i_ServerSummary = ServerSummary;
|
|
12226
|
+
type index$i_ServerType = ServerType;
|
|
12227
|
+
type index$i_ServerTypeCapabilities = ServerTypeCapabilities;
|
|
12228
|
+
type index$i_ServerTypeNetwork = ServerTypeNetwork;
|
|
12229
|
+
type index$i_ServerTypeNetworkInterface = ServerTypeNetworkInterface;
|
|
12230
|
+
type index$i_ServerTypeVolumeConstraintSizes = ServerTypeVolumeConstraintSizes;
|
|
12231
|
+
type index$i_ServerTypeVolumeConstraintsByType = ServerTypeVolumeConstraintsByType;
|
|
12232
|
+
type index$i_ServerTypesAvailability = ServerTypesAvailability;
|
|
12233
|
+
type index$i_SetPlacementGroupRequest = SetPlacementGroupRequest;
|
|
12234
|
+
type index$i_SetPlacementGroupResponse = SetPlacementGroupResponse;
|
|
12235
|
+
type index$i_SetPlacementGroupServersRequest = SetPlacementGroupServersRequest;
|
|
12236
|
+
type index$i_SetPlacementGroupServersResponse = SetPlacementGroupServersResponse;
|
|
12237
|
+
type index$i_SetSecurityGroupRulesRequest = SetSecurityGroupRulesRequest;
|
|
12238
|
+
type index$i_SetSecurityGroupRulesRequestRule = SetSecurityGroupRulesRequestRule;
|
|
12239
|
+
type index$i_SetSecurityGroupRulesResponse = SetSecurityGroupRulesResponse;
|
|
12240
|
+
type index$i_SetServerUserDataRequest = SetServerUserDataRequest;
|
|
12241
|
+
type index$i_SnapshotBaseVolume = SnapshotBaseVolume;
|
|
12242
|
+
type index$i_SnapshotState = SnapshotState;
|
|
12243
|
+
type index$i_SnapshotVolumeType = SnapshotVolumeType;
|
|
12244
|
+
declare const index$i_TASK_TRANSIENT_STATUSES: typeof TASK_TRANSIENT_STATUSES;
|
|
12245
|
+
type index$i_Task = Task;
|
|
12246
|
+
type index$i_TaskStatus = TaskStatus;
|
|
12247
|
+
type index$i_UpdateImageResponse = UpdateImageResponse;
|
|
12248
|
+
type index$i_UpdateIpResponse = UpdateIpResponse;
|
|
12249
|
+
type index$i_UpdatePlacementGroupRequest = UpdatePlacementGroupRequest;
|
|
12250
|
+
type index$i_UpdatePlacementGroupResponse = UpdatePlacementGroupResponse;
|
|
12251
|
+
type index$i_UpdatePlacementGroupServersRequest = UpdatePlacementGroupServersRequest;
|
|
12252
|
+
type index$i_UpdatePlacementGroupServersResponse = UpdatePlacementGroupServersResponse;
|
|
12253
|
+
type index$i_UpdatePrivateNICRequest = UpdatePrivateNICRequest;
|
|
12254
|
+
type index$i_UpdateSecurityGroupRequest = UpdateSecurityGroupRequest;
|
|
12255
|
+
type index$i_UpdateSecurityGroupResponse = UpdateSecurityGroupResponse;
|
|
12256
|
+
type index$i_UpdateSecurityGroupRuleRequest = UpdateSecurityGroupRuleRequest;
|
|
12257
|
+
type index$i_UpdateSecurityGroupRuleResponse = UpdateSecurityGroupRuleResponse;
|
|
12258
|
+
type index$i_UpdateServerRequest = UpdateServerRequest;
|
|
12259
|
+
type index$i_UpdateServerResponse = UpdateServerResponse;
|
|
12260
|
+
type index$i_UpdateSnapshotResponse = UpdateSnapshotResponse;
|
|
12261
|
+
type index$i_UpdateVolumeResponse = UpdateVolumeResponse;
|
|
12262
|
+
declare const index$i_VOLUME_SERVER_TRANSIENT_STATUSES: typeof VOLUME_SERVER_TRANSIENT_STATUSES;
|
|
12263
|
+
declare const index$i_VOLUME_TRANSIENT_STATUSES: typeof VOLUME_TRANSIENT_STATUSES;
|
|
12264
|
+
type index$i_VolumeServer = VolumeServer;
|
|
12265
|
+
type index$i_VolumeServerState = VolumeServerState;
|
|
12266
|
+
type index$i_VolumeServerTemplate = VolumeServerTemplate;
|
|
12267
|
+
type index$i_VolumeServerVolumeType = VolumeServerVolumeType;
|
|
12268
|
+
type index$i_VolumeState = VolumeState;
|
|
12269
|
+
type index$i_VolumeSummary = VolumeSummary;
|
|
12270
|
+
type index$i_VolumeTemplate = VolumeTemplate;
|
|
12271
|
+
type index$i_VolumeTypeCapabilities = VolumeTypeCapabilities;
|
|
12272
|
+
type index$i_VolumeTypeConstraints = VolumeTypeConstraints;
|
|
12273
|
+
type index$i_VolumeVolumeType = VolumeVolumeType;
|
|
12274
|
+
declare namespace index$i {
|
|
12279
12275
|
export {
|
|
12280
12276
|
InstanceV1UtilsAPI as API,
|
|
12281
|
-
index$
|
|
12282
|
-
index$
|
|
12283
|
-
index$
|
|
12284
|
-
index$
|
|
12285
|
-
index$
|
|
12286
|
-
index$
|
|
12287
|
-
index$
|
|
12277
|
+
index$i_Arch as Arch,
|
|
12278
|
+
index$i_AttachVolumeRequest as AttachVolumeRequest,
|
|
12279
|
+
index$i_AttachVolumeResponse as AttachVolumeResponse,
|
|
12280
|
+
index$i_BootType as BootType,
|
|
12281
|
+
index$i_Bootscript as Bootscript,
|
|
12282
|
+
index$i_CreateImageRequest as CreateImageRequest,
|
|
12283
|
+
index$i_CreateImageResponse as CreateImageResponse,
|
|
12288
12284
|
CreateIpRequest$1 as CreateIpRequest,
|
|
12289
|
-
index$
|
|
12290
|
-
index$
|
|
12291
|
-
index$
|
|
12292
|
-
index$
|
|
12293
|
-
index$
|
|
12294
|
-
index$
|
|
12295
|
-
index$
|
|
12296
|
-
index$
|
|
12297
|
-
index$
|
|
12298
|
-
index$
|
|
12299
|
-
index$
|
|
12285
|
+
index$i_CreateIpResponse as CreateIpResponse,
|
|
12286
|
+
index$i_CreatePlacementGroupRequest as CreatePlacementGroupRequest,
|
|
12287
|
+
index$i_CreatePlacementGroupResponse as CreatePlacementGroupResponse,
|
|
12288
|
+
index$i_CreatePrivateNICRequest as CreatePrivateNICRequest,
|
|
12289
|
+
index$i_CreatePrivateNICResponse as CreatePrivateNICResponse,
|
|
12290
|
+
index$i_CreateSecurityGroupRequest as CreateSecurityGroupRequest,
|
|
12291
|
+
index$i_CreateSecurityGroupResponse as CreateSecurityGroupResponse,
|
|
12292
|
+
index$i_CreateSecurityGroupRuleRequest as CreateSecurityGroupRuleRequest,
|
|
12293
|
+
index$i_CreateSecurityGroupRuleResponse as CreateSecurityGroupRuleResponse,
|
|
12294
|
+
index$i_CreateServerRequest as CreateServerRequest,
|
|
12295
|
+
index$i_CreateServerResponse as CreateServerResponse,
|
|
12300
12296
|
CreateSnapshotRequest$1 as CreateSnapshotRequest,
|
|
12301
|
-
index$
|
|
12302
|
-
|
|
12303
|
-
index$
|
|
12304
|
-
index$
|
|
12297
|
+
index$i_CreateSnapshotResponse as CreateSnapshotResponse,
|
|
12298
|
+
CreateVolumeRequest$1 as CreateVolumeRequest,
|
|
12299
|
+
index$i_CreateVolumeResponse as CreateVolumeResponse,
|
|
12300
|
+
index$i_Dashboard as Dashboard,
|
|
12305
12301
|
DeleteImageRequest$1 as DeleteImageRequest,
|
|
12306
|
-
index$
|
|
12307
|
-
index$
|
|
12308
|
-
index$
|
|
12309
|
-
index$
|
|
12310
|
-
index$
|
|
12311
|
-
index$
|
|
12312
|
-
index$
|
|
12302
|
+
index$i_DeleteIpRequest as DeleteIpRequest,
|
|
12303
|
+
index$i_DeletePlacementGroupRequest as DeletePlacementGroupRequest,
|
|
12304
|
+
index$i_DeletePrivateNICRequest as DeletePrivateNICRequest,
|
|
12305
|
+
index$i_DeleteSecurityGroupRequest as DeleteSecurityGroupRequest,
|
|
12306
|
+
index$i_DeleteSecurityGroupRuleRequest as DeleteSecurityGroupRuleRequest,
|
|
12307
|
+
index$i_DeleteServerRequest as DeleteServerRequest,
|
|
12308
|
+
index$i_DeleteServerUserDataRequest as DeleteServerUserDataRequest,
|
|
12313
12309
|
DeleteSnapshotRequest$1 as DeleteSnapshotRequest,
|
|
12314
|
-
|
|
12315
|
-
index$
|
|
12316
|
-
index$
|
|
12317
|
-
index$
|
|
12318
|
-
index$
|
|
12319
|
-
index$
|
|
12320
|
-
index$
|
|
12321
|
-
index$
|
|
12322
|
-
index$
|
|
12310
|
+
DeleteVolumeRequest$1 as DeleteVolumeRequest,
|
|
12311
|
+
index$i_DetachVolumeRequest as DetachVolumeRequest,
|
|
12312
|
+
index$i_DetachVolumeResponse as DetachVolumeResponse,
|
|
12313
|
+
index$i_ExportSnapshotRequest as ExportSnapshotRequest,
|
|
12314
|
+
index$i_ExportSnapshotResponse as ExportSnapshotResponse,
|
|
12315
|
+
index$i_GetBootscriptRequest as GetBootscriptRequest,
|
|
12316
|
+
index$i_GetBootscriptResponse as GetBootscriptResponse,
|
|
12317
|
+
index$i_GetDashboardRequest as GetDashboardRequest,
|
|
12318
|
+
index$i_GetDashboardResponse as GetDashboardResponse,
|
|
12323
12319
|
GetImageRequest$3 as GetImageRequest,
|
|
12324
12320
|
GetImageResponse$1 as GetImageResponse,
|
|
12325
12321
|
GetIpRequest$1 as GetIpRequest,
|
|
12326
|
-
index$
|
|
12327
|
-
index$
|
|
12328
|
-
index$
|
|
12329
|
-
index$
|
|
12330
|
-
index$
|
|
12331
|
-
index$
|
|
12332
|
-
index$
|
|
12333
|
-
index$
|
|
12334
|
-
index$
|
|
12335
|
-
index$
|
|
12336
|
-
index$
|
|
12337
|
-
index$
|
|
12338
|
-
index$
|
|
12339
|
-
index$
|
|
12340
|
-
index$
|
|
12341
|
-
index$
|
|
12342
|
-
index$
|
|
12322
|
+
index$i_GetIpResponse as GetIpResponse,
|
|
12323
|
+
index$i_GetPlacementGroupRequest as GetPlacementGroupRequest,
|
|
12324
|
+
index$i_GetPlacementGroupResponse as GetPlacementGroupResponse,
|
|
12325
|
+
index$i_GetPlacementGroupServersRequest as GetPlacementGroupServersRequest,
|
|
12326
|
+
index$i_GetPlacementGroupServersResponse as GetPlacementGroupServersResponse,
|
|
12327
|
+
index$i_GetPrivateNICRequest as GetPrivateNICRequest,
|
|
12328
|
+
index$i_GetPrivateNICResponse as GetPrivateNICResponse,
|
|
12329
|
+
index$i_GetSecurityGroupRequest as GetSecurityGroupRequest,
|
|
12330
|
+
index$i_GetSecurityGroupResponse as GetSecurityGroupResponse,
|
|
12331
|
+
index$i_GetSecurityGroupRuleRequest as GetSecurityGroupRuleRequest,
|
|
12332
|
+
index$i_GetSecurityGroupRuleResponse as GetSecurityGroupRuleResponse,
|
|
12333
|
+
index$i_GetServerRequest as GetServerRequest,
|
|
12334
|
+
index$i_GetServerResponse as GetServerResponse,
|
|
12335
|
+
index$i_GetServerTypesAvailabilityRequest as GetServerTypesAvailabilityRequest,
|
|
12336
|
+
index$i_GetServerTypesAvailabilityResponse as GetServerTypesAvailabilityResponse,
|
|
12337
|
+
index$i_GetServerTypesAvailabilityResponseAvailability as GetServerTypesAvailabilityResponseAvailability,
|
|
12338
|
+
index$i_GetServerUserDataRequest as GetServerUserDataRequest,
|
|
12343
12339
|
GetSnapshotRequest$1 as GetSnapshotRequest,
|
|
12344
|
-
index$
|
|
12345
|
-
|
|
12346
|
-
index$
|
|
12340
|
+
index$i_GetSnapshotResponse as GetSnapshotResponse,
|
|
12341
|
+
GetVolumeRequest$1 as GetVolumeRequest,
|
|
12342
|
+
index$i_GetVolumeResponse as GetVolumeResponse,
|
|
12347
12343
|
IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES,
|
|
12348
12344
|
Image$3 as Image,
|
|
12349
|
-
index$
|
|
12345
|
+
index$i_ImageState as ImageState,
|
|
12350
12346
|
Ip$1 as Ip,
|
|
12351
|
-
index$
|
|
12352
|
-
index$
|
|
12353
|
-
index$
|
|
12347
|
+
index$i_ListBootscriptsRequest as ListBootscriptsRequest,
|
|
12348
|
+
index$i_ListBootscriptsResponse as ListBootscriptsResponse,
|
|
12349
|
+
index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
|
|
12354
12350
|
ListImagesRequest$3 as ListImagesRequest,
|
|
12355
12351
|
ListImagesResponse$3 as ListImagesResponse,
|
|
12356
|
-
index$
|
|
12352
|
+
index$i_ListIpsRequest as ListIpsRequest,
|
|
12357
12353
|
ListIpsResponse$1 as ListIpsResponse,
|
|
12358
|
-
index$
|
|
12359
|
-
index$
|
|
12360
|
-
index$
|
|
12361
|
-
index$
|
|
12362
|
-
index$
|
|
12363
|
-
index$
|
|
12364
|
-
index$
|
|
12365
|
-
index$
|
|
12366
|
-
index$
|
|
12367
|
-
index$
|
|
12368
|
-
index$
|
|
12369
|
-
index$
|
|
12370
|
-
index$
|
|
12371
|
-
index$
|
|
12372
|
-
index$
|
|
12373
|
-
index$
|
|
12374
|
-
index$
|
|
12354
|
+
index$i_ListPlacementGroupsRequest as ListPlacementGroupsRequest,
|
|
12355
|
+
index$i_ListPlacementGroupsResponse as ListPlacementGroupsResponse,
|
|
12356
|
+
index$i_ListPrivateNICsRequest as ListPrivateNICsRequest,
|
|
12357
|
+
index$i_ListPrivateNICsResponse as ListPrivateNICsResponse,
|
|
12358
|
+
index$i_ListSecurityGroupRulesRequest as ListSecurityGroupRulesRequest,
|
|
12359
|
+
index$i_ListSecurityGroupRulesResponse as ListSecurityGroupRulesResponse,
|
|
12360
|
+
index$i_ListSecurityGroupsRequest as ListSecurityGroupsRequest,
|
|
12361
|
+
index$i_ListSecurityGroupsResponse as ListSecurityGroupsResponse,
|
|
12362
|
+
index$i_ListServerActionsRequest as ListServerActionsRequest,
|
|
12363
|
+
index$i_ListServerActionsResponse as ListServerActionsResponse,
|
|
12364
|
+
index$i_ListServerUserDataRequest as ListServerUserDataRequest,
|
|
12365
|
+
index$i_ListServerUserDataResponse as ListServerUserDataResponse,
|
|
12366
|
+
index$i_ListServersRequest as ListServersRequest,
|
|
12367
|
+
index$i_ListServersRequestOrder as ListServersRequestOrder,
|
|
12368
|
+
index$i_ListServersResponse as ListServersResponse,
|
|
12369
|
+
index$i_ListServersTypesRequest as ListServersTypesRequest,
|
|
12370
|
+
index$i_ListServersTypesResponse as ListServersTypesResponse,
|
|
12375
12371
|
ListSnapshotsRequest$1 as ListSnapshotsRequest,
|
|
12376
12372
|
ListSnapshotsResponse$1 as ListSnapshotsResponse,
|
|
12377
|
-
|
|
12378
|
-
|
|
12379
|
-
index$
|
|
12380
|
-
index$
|
|
12381
|
-
index$
|
|
12382
|
-
index$
|
|
12383
|
-
index$
|
|
12384
|
-
index$
|
|
12385
|
-
index$
|
|
12386
|
-
index$
|
|
12387
|
-
index$
|
|
12388
|
-
index$
|
|
12389
|
-
index$
|
|
12373
|
+
ListVolumesRequest$1 as ListVolumesRequest,
|
|
12374
|
+
ListVolumesResponse$1 as ListVolumesResponse,
|
|
12375
|
+
index$i_ListVolumesTypesRequest as ListVolumesTypesRequest,
|
|
12376
|
+
index$i_ListVolumesTypesResponse as ListVolumesTypesResponse,
|
|
12377
|
+
index$i_PRIVATE_NIC_TRANSIENT_STATUSES as PRIVATE_NIC_TRANSIENT_STATUSES,
|
|
12378
|
+
index$i_PlacementGroup as PlacementGroup,
|
|
12379
|
+
index$i_PlacementGroupPolicyMode as PlacementGroupPolicyMode,
|
|
12380
|
+
index$i_PlacementGroupPolicyType as PlacementGroupPolicyType,
|
|
12381
|
+
index$i_PlacementGroupServer as PlacementGroupServer,
|
|
12382
|
+
index$i_PrivateNIC as PrivateNIC,
|
|
12383
|
+
index$i_PrivateNICState as PrivateNICState,
|
|
12384
|
+
index$i_SECURITY_GROUP_TRANSIENT_STATUSES as SECURITY_GROUP_TRANSIENT_STATUSES,
|
|
12385
|
+
index$i_SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES,
|
|
12390
12386
|
SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES,
|
|
12391
|
-
index$
|
|
12392
|
-
index$
|
|
12393
|
-
index$
|
|
12394
|
-
index$
|
|
12395
|
-
index$
|
|
12396
|
-
index$
|
|
12397
|
-
index$
|
|
12398
|
-
index$
|
|
12399
|
-
index$
|
|
12400
|
-
index$
|
|
12401
|
-
index$
|
|
12402
|
-
index$
|
|
12403
|
-
index$
|
|
12404
|
-
index$
|
|
12405
|
-
index$
|
|
12406
|
-
index$
|
|
12407
|
-
index$
|
|
12408
|
-
index$
|
|
12409
|
-
index$
|
|
12410
|
-
index$
|
|
12411
|
-
index$
|
|
12412
|
-
index$
|
|
12413
|
-
index$
|
|
12414
|
-
index$
|
|
12415
|
-
index$
|
|
12416
|
-
index$
|
|
12417
|
-
index$
|
|
12418
|
-
index$
|
|
12419
|
-
index$
|
|
12420
|
-
index$
|
|
12421
|
-
index$
|
|
12422
|
-
index$
|
|
12423
|
-
index$
|
|
12424
|
-
index$
|
|
12425
|
-
index$
|
|
12387
|
+
index$i_SecurityGroup as SecurityGroup,
|
|
12388
|
+
index$i_SecurityGroupPolicy as SecurityGroupPolicy,
|
|
12389
|
+
index$i_SecurityGroupRule as SecurityGroupRule,
|
|
12390
|
+
index$i_SecurityGroupRuleAction as SecurityGroupRuleAction,
|
|
12391
|
+
index$i_SecurityGroupRuleDirection as SecurityGroupRuleDirection,
|
|
12392
|
+
index$i_SecurityGroupRuleProtocol as SecurityGroupRuleProtocol,
|
|
12393
|
+
index$i_SecurityGroupState as SecurityGroupState,
|
|
12394
|
+
index$i_SecurityGroupSummary as SecurityGroupSummary,
|
|
12395
|
+
index$i_SecurityGroupTemplate as SecurityGroupTemplate,
|
|
12396
|
+
index$i_Server as Server,
|
|
12397
|
+
index$i_ServerAction as ServerAction,
|
|
12398
|
+
index$i_ServerActionRequest as ServerActionRequest,
|
|
12399
|
+
index$i_ServerActionRequestVolumeBackupTemplate as ServerActionRequestVolumeBackupTemplate,
|
|
12400
|
+
index$i_ServerActionResponse as ServerActionResponse,
|
|
12401
|
+
index$i_ServerIp as ServerIp,
|
|
12402
|
+
index$i_ServerIpv6 as ServerIpv6,
|
|
12403
|
+
index$i_ServerLocation as ServerLocation,
|
|
12404
|
+
index$i_ServerMaintenance as ServerMaintenance,
|
|
12405
|
+
index$i_ServerState as ServerState,
|
|
12406
|
+
index$i_ServerSummary as ServerSummary,
|
|
12407
|
+
index$i_ServerType as ServerType,
|
|
12408
|
+
index$i_ServerTypeCapabilities as ServerTypeCapabilities,
|
|
12409
|
+
index$i_ServerTypeNetwork as ServerTypeNetwork,
|
|
12410
|
+
index$i_ServerTypeNetworkInterface as ServerTypeNetworkInterface,
|
|
12411
|
+
index$i_ServerTypeVolumeConstraintSizes as ServerTypeVolumeConstraintSizes,
|
|
12412
|
+
index$i_ServerTypeVolumeConstraintsByType as ServerTypeVolumeConstraintsByType,
|
|
12413
|
+
index$i_ServerTypesAvailability as ServerTypesAvailability,
|
|
12414
|
+
index$i_SetPlacementGroupRequest as SetPlacementGroupRequest,
|
|
12415
|
+
index$i_SetPlacementGroupResponse as SetPlacementGroupResponse,
|
|
12416
|
+
index$i_SetPlacementGroupServersRequest as SetPlacementGroupServersRequest,
|
|
12417
|
+
index$i_SetPlacementGroupServersResponse as SetPlacementGroupServersResponse,
|
|
12418
|
+
index$i_SetSecurityGroupRulesRequest as SetSecurityGroupRulesRequest,
|
|
12419
|
+
index$i_SetSecurityGroupRulesRequestRule as SetSecurityGroupRulesRequestRule,
|
|
12420
|
+
index$i_SetSecurityGroupRulesResponse as SetSecurityGroupRulesResponse,
|
|
12421
|
+
index$i_SetServerUserDataRequest as SetServerUserDataRequest,
|
|
12426
12422
|
Snapshot$1 as Snapshot,
|
|
12427
|
-
index$
|
|
12428
|
-
index$
|
|
12429
|
-
index$
|
|
12430
|
-
index$
|
|
12431
|
-
index$
|
|
12432
|
-
index$
|
|
12423
|
+
index$i_SnapshotBaseVolume as SnapshotBaseVolume,
|
|
12424
|
+
index$i_SnapshotState as SnapshotState,
|
|
12425
|
+
index$i_SnapshotVolumeType as SnapshotVolumeType,
|
|
12426
|
+
index$i_TASK_TRANSIENT_STATUSES as TASK_TRANSIENT_STATUSES,
|
|
12427
|
+
index$i_Task as Task,
|
|
12428
|
+
index$i_TaskStatus as TaskStatus,
|
|
12433
12429
|
UpdateImageRequest$1 as UpdateImageRequest,
|
|
12434
|
-
index$
|
|
12430
|
+
index$i_UpdateImageResponse as UpdateImageResponse,
|
|
12435
12431
|
UpdateIpRequest$1 as UpdateIpRequest,
|
|
12436
|
-
index$
|
|
12437
|
-
index$
|
|
12438
|
-
index$
|
|
12439
|
-
index$
|
|
12440
|
-
index$
|
|
12441
|
-
index$
|
|
12442
|
-
index$
|
|
12443
|
-
index$
|
|
12444
|
-
index$
|
|
12445
|
-
index$
|
|
12446
|
-
index$
|
|
12447
|
-
index$
|
|
12432
|
+
index$i_UpdateIpResponse as UpdateIpResponse,
|
|
12433
|
+
index$i_UpdatePlacementGroupRequest as UpdatePlacementGroupRequest,
|
|
12434
|
+
index$i_UpdatePlacementGroupResponse as UpdatePlacementGroupResponse,
|
|
12435
|
+
index$i_UpdatePlacementGroupServersRequest as UpdatePlacementGroupServersRequest,
|
|
12436
|
+
index$i_UpdatePlacementGroupServersResponse as UpdatePlacementGroupServersResponse,
|
|
12437
|
+
index$i_UpdatePrivateNICRequest as UpdatePrivateNICRequest,
|
|
12438
|
+
index$i_UpdateSecurityGroupRequest as UpdateSecurityGroupRequest,
|
|
12439
|
+
index$i_UpdateSecurityGroupResponse as UpdateSecurityGroupResponse,
|
|
12440
|
+
index$i_UpdateSecurityGroupRuleRequest as UpdateSecurityGroupRuleRequest,
|
|
12441
|
+
index$i_UpdateSecurityGroupRuleResponse as UpdateSecurityGroupRuleResponse,
|
|
12442
|
+
index$i_UpdateServerRequest as UpdateServerRequest,
|
|
12443
|
+
index$i_UpdateServerResponse as UpdateServerResponse,
|
|
12448
12444
|
UpdateSnapshotRequest$1 as UpdateSnapshotRequest,
|
|
12449
|
-
index$
|
|
12450
|
-
|
|
12451
|
-
index$
|
|
12452
|
-
index$
|
|
12453
|
-
index$
|
|
12454
|
-
Volume$
|
|
12455
|
-
index$
|
|
12456
|
-
index$
|
|
12457
|
-
index$
|
|
12458
|
-
index$
|
|
12459
|
-
index$
|
|
12460
|
-
index$
|
|
12461
|
-
index$
|
|
12445
|
+
index$i_UpdateSnapshotResponse as UpdateSnapshotResponse,
|
|
12446
|
+
UpdateVolumeRequest$1 as UpdateVolumeRequest,
|
|
12447
|
+
index$i_UpdateVolumeResponse as UpdateVolumeResponse,
|
|
12448
|
+
index$i_VOLUME_SERVER_TRANSIENT_STATUSES as VOLUME_SERVER_TRANSIENT_STATUSES,
|
|
12449
|
+
index$i_VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES,
|
|
12450
|
+
Volume$2 as Volume,
|
|
12451
|
+
index$i_VolumeServer as VolumeServer,
|
|
12452
|
+
index$i_VolumeServerState as VolumeServerState,
|
|
12453
|
+
index$i_VolumeServerTemplate as VolumeServerTemplate,
|
|
12454
|
+
index$i_VolumeServerVolumeType as VolumeServerVolumeType,
|
|
12455
|
+
index$i_VolumeState as VolumeState,
|
|
12456
|
+
index$i_VolumeSummary as VolumeSummary,
|
|
12457
|
+
index$i_VolumeTemplate as VolumeTemplate,
|
|
12462
12458
|
VolumeType$1 as VolumeType,
|
|
12463
|
-
index$
|
|
12464
|
-
index$
|
|
12465
|
-
index$
|
|
12459
|
+
index$i_VolumeTypeCapabilities as VolumeTypeCapabilities,
|
|
12460
|
+
index$i_VolumeTypeConstraints as VolumeTypeConstraints,
|
|
12461
|
+
index$i_VolumeVolumeType as VolumeVolumeType,
|
|
12466
12462
|
};
|
|
12467
12463
|
}
|
|
12468
12464
|
|
|
12469
|
-
declare namespace index$
|
|
12465
|
+
declare namespace index$h {
|
|
12470
12466
|
export {
|
|
12471
|
-
index$
|
|
12467
|
+
index$i as v1,
|
|
12472
12468
|
};
|
|
12473
12469
|
}
|
|
12474
12470
|
|
|
@@ -13427,7 +13423,7 @@ type DeleteTwinDocumentsRequest = {
|
|
|
13427
13423
|
*
|
|
13428
13424
|
* This API allows you to manage IoT hubs and devices. IoT Hub API.
|
|
13429
13425
|
*/
|
|
13430
|
-
declare class API$
|
|
13426
|
+
declare class API$g extends API$s {
|
|
13431
13427
|
/** Lists the available regions of the API. */
|
|
13432
13428
|
static readonly LOCALITIES: Region[];
|
|
13433
13429
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -13748,174 +13744,519 @@ declare class API$f extends API$r {
|
|
|
13748
13744
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
13749
13745
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
13750
13746
|
|
|
13751
|
-
type index_gen$
|
|
13752
|
-
type index_gen$
|
|
13753
|
-
type index_gen$
|
|
13754
|
-
type index_gen$
|
|
13755
|
-
type index_gen$
|
|
13756
|
-
type index_gen$
|
|
13757
|
-
type index_gen$
|
|
13758
|
-
type index_gen$
|
|
13759
|
-
type index_gen$
|
|
13760
|
-
type index_gen$
|
|
13761
|
-
type index_gen$
|
|
13762
|
-
type index_gen$
|
|
13763
|
-
type index_gen$
|
|
13764
|
-
type index_gen$
|
|
13765
|
-
type index_gen$
|
|
13766
|
-
type index_gen$
|
|
13767
|
-
type index_gen$
|
|
13768
|
-
type index_gen$
|
|
13769
|
-
type index_gen$
|
|
13770
|
-
type index_gen$
|
|
13771
|
-
type index_gen$
|
|
13772
|
-
type index_gen$
|
|
13773
|
-
type index_gen$
|
|
13774
|
-
type index_gen$
|
|
13775
|
-
type index_gen$
|
|
13776
|
-
type index_gen$
|
|
13777
|
-
type index_gen$
|
|
13778
|
-
type index_gen$
|
|
13779
|
-
type index_gen$
|
|
13780
|
-
type index_gen$
|
|
13781
|
-
type index_gen$
|
|
13782
|
-
type index_gen$
|
|
13783
|
-
type index_gen$
|
|
13784
|
-
type index_gen$
|
|
13785
|
-
declare const index_gen$
|
|
13786
|
-
type index_gen$
|
|
13787
|
-
type index_gen$
|
|
13788
|
-
type index_gen$
|
|
13789
|
-
type index_gen$
|
|
13790
|
-
type index_gen$
|
|
13791
|
-
type index_gen$
|
|
13792
|
-
type index_gen$
|
|
13793
|
-
type index_gen$
|
|
13794
|
-
type index_gen$
|
|
13795
|
-
type index_gen$
|
|
13796
|
-
type index_gen$
|
|
13797
|
-
type index_gen$
|
|
13798
|
-
type index_gen$
|
|
13799
|
-
type index_gen$
|
|
13800
|
-
type index_gen$
|
|
13801
|
-
type index_gen$
|
|
13802
|
-
type index_gen$
|
|
13803
|
-
type index_gen$
|
|
13804
|
-
type index_gen$
|
|
13805
|
-
type index_gen$
|
|
13806
|
-
type index_gen$
|
|
13807
|
-
type index_gen$
|
|
13808
|
-
type index_gen$
|
|
13809
|
-
type index_gen$
|
|
13810
|
-
type index_gen$
|
|
13811
|
-
type index_gen$
|
|
13812
|
-
type index_gen$
|
|
13813
|
-
type index_gen$
|
|
13814
|
-
type index_gen$
|
|
13815
|
-
type index_gen$
|
|
13816
|
-
type index_gen$
|
|
13817
|
-
type index_gen$
|
|
13818
|
-
type index_gen$
|
|
13819
|
-
type index_gen$
|
|
13820
|
-
type index_gen$
|
|
13821
|
-
type index_gen$
|
|
13822
|
-
type index_gen$
|
|
13823
|
-
type index_gen$
|
|
13824
|
-
type index_gen$
|
|
13825
|
-
type index_gen$
|
|
13826
|
-
declare namespace index_gen$
|
|
13747
|
+
type index_gen$e_CreateDeviceRequest = CreateDeviceRequest;
|
|
13748
|
+
type index_gen$e_CreateDeviceResponse = CreateDeviceResponse;
|
|
13749
|
+
type index_gen$e_CreateHubRequest = CreateHubRequest;
|
|
13750
|
+
type index_gen$e_CreateNetworkRequest = CreateNetworkRequest;
|
|
13751
|
+
type index_gen$e_CreateNetworkResponse = CreateNetworkResponse;
|
|
13752
|
+
type index_gen$e_CreateRouteRequestDatabaseConfig = CreateRouteRequestDatabaseConfig;
|
|
13753
|
+
type index_gen$e_CreateRouteRequestRestConfig = CreateRouteRequestRestConfig;
|
|
13754
|
+
type index_gen$e_CreateRouteRequestS3Config = CreateRouteRequestS3Config;
|
|
13755
|
+
type index_gen$e_DeleteDeviceRequest = DeleteDeviceRequest;
|
|
13756
|
+
type index_gen$e_DeleteHubRequest = DeleteHubRequest;
|
|
13757
|
+
type index_gen$e_DeleteNetworkRequest = DeleteNetworkRequest;
|
|
13758
|
+
type index_gen$e_DeleteTwinDocumentRequest = DeleteTwinDocumentRequest;
|
|
13759
|
+
type index_gen$e_DeleteTwinDocumentsRequest = DeleteTwinDocumentsRequest;
|
|
13760
|
+
type index_gen$e_Device = Device;
|
|
13761
|
+
type index_gen$e_DeviceMessageFilters = DeviceMessageFilters;
|
|
13762
|
+
type index_gen$e_DeviceMessageFiltersRule = DeviceMessageFiltersRule;
|
|
13763
|
+
type index_gen$e_DeviceMessageFiltersRulePolicy = DeviceMessageFiltersRulePolicy;
|
|
13764
|
+
type index_gen$e_DeviceStatus = DeviceStatus;
|
|
13765
|
+
type index_gen$e_DisableDeviceRequest = DisableDeviceRequest;
|
|
13766
|
+
type index_gen$e_DisableHubRequest = DisableHubRequest;
|
|
13767
|
+
type index_gen$e_EnableDeviceRequest = EnableDeviceRequest;
|
|
13768
|
+
type index_gen$e_EnableHubRequest = EnableHubRequest;
|
|
13769
|
+
type index_gen$e_GetDeviceCertificateRequest = GetDeviceCertificateRequest;
|
|
13770
|
+
type index_gen$e_GetDeviceCertificateResponse = GetDeviceCertificateResponse;
|
|
13771
|
+
type index_gen$e_GetDeviceMetricsRequest = GetDeviceMetricsRequest;
|
|
13772
|
+
type index_gen$e_GetDeviceMetricsResponse = GetDeviceMetricsResponse;
|
|
13773
|
+
type index_gen$e_GetDeviceRequest = GetDeviceRequest;
|
|
13774
|
+
type index_gen$e_GetHubCARequest = GetHubCARequest;
|
|
13775
|
+
type index_gen$e_GetHubCAResponse = GetHubCAResponse;
|
|
13776
|
+
type index_gen$e_GetHubMetricsRequest = GetHubMetricsRequest;
|
|
13777
|
+
type index_gen$e_GetHubMetricsResponse = GetHubMetricsResponse;
|
|
13778
|
+
type index_gen$e_GetHubRequest = GetHubRequest;
|
|
13779
|
+
type index_gen$e_GetNetworkRequest = GetNetworkRequest;
|
|
13780
|
+
type index_gen$e_GetTwinDocumentRequest = GetTwinDocumentRequest;
|
|
13781
|
+
declare const index_gen$e_HUB_TRANSIENT_STATUSES: typeof HUB_TRANSIENT_STATUSES;
|
|
13782
|
+
type index_gen$e_Hub = Hub;
|
|
13783
|
+
type index_gen$e_HubProductPlan = HubProductPlan;
|
|
13784
|
+
type index_gen$e_HubStatus = HubStatus;
|
|
13785
|
+
type index_gen$e_HubTwinsGraphiteConfig = HubTwinsGraphiteConfig;
|
|
13786
|
+
type index_gen$e_ListDevicesRequest = ListDevicesRequest;
|
|
13787
|
+
type index_gen$e_ListDevicesRequestOrderBy = ListDevicesRequestOrderBy;
|
|
13788
|
+
type index_gen$e_ListDevicesResponse = ListDevicesResponse;
|
|
13789
|
+
type index_gen$e_ListHubsRequest = ListHubsRequest;
|
|
13790
|
+
type index_gen$e_ListHubsRequestOrderBy = ListHubsRequestOrderBy;
|
|
13791
|
+
type index_gen$e_ListHubsResponse = ListHubsResponse;
|
|
13792
|
+
type index_gen$e_ListNetworksRequest = ListNetworksRequest;
|
|
13793
|
+
type index_gen$e_ListNetworksRequestOrderBy = ListNetworksRequestOrderBy;
|
|
13794
|
+
type index_gen$e_ListNetworksResponse = ListNetworksResponse;
|
|
13795
|
+
type index_gen$e_ListTwinDocumentsRequest = ListTwinDocumentsRequest;
|
|
13796
|
+
type index_gen$e_ListTwinDocumentsResponse = ListTwinDocumentsResponse;
|
|
13797
|
+
type index_gen$e_ListTwinDocumentsResponseDocumentSummary = ListTwinDocumentsResponseDocumentSummary;
|
|
13798
|
+
type index_gen$e_Network = Network;
|
|
13799
|
+
type index_gen$e_NetworkNetworkType = NetworkNetworkType;
|
|
13800
|
+
type index_gen$e_NullValue = NullValue;
|
|
13801
|
+
type index_gen$e_PatchTwinDocumentRequest = PatchTwinDocumentRequest;
|
|
13802
|
+
type index_gen$e_PutTwinDocumentRequest = PutTwinDocumentRequest;
|
|
13803
|
+
type index_gen$e_RenewDeviceCertificateRequest = RenewDeviceCertificateRequest;
|
|
13804
|
+
type index_gen$e_RenewDeviceCertificateResponse = RenewDeviceCertificateResponse;
|
|
13805
|
+
type index_gen$e_RouteDatabaseConfig = RouteDatabaseConfig;
|
|
13806
|
+
type index_gen$e_RouteDatabaseConfigEngine = RouteDatabaseConfigEngine;
|
|
13807
|
+
type index_gen$e_RouteRestConfig = RouteRestConfig;
|
|
13808
|
+
type index_gen$e_RouteRestConfigHttpVerb = RouteRestConfigHttpVerb;
|
|
13809
|
+
type index_gen$e_RouteRouteType = RouteRouteType;
|
|
13810
|
+
type index_gen$e_RouteS3Config = RouteS3Config;
|
|
13811
|
+
type index_gen$e_RouteS3ConfigS3Strategy = RouteS3ConfigS3Strategy;
|
|
13812
|
+
type index_gen$e_RouteSummary = RouteSummary;
|
|
13813
|
+
type index_gen$e_SetDeviceCertificateRequest = SetDeviceCertificateRequest;
|
|
13814
|
+
type index_gen$e_SetDeviceCertificateResponse = SetDeviceCertificateResponse;
|
|
13815
|
+
type index_gen$e_SetHubCARequest = SetHubCARequest;
|
|
13816
|
+
type index_gen$e_TwinDocument = TwinDocument;
|
|
13817
|
+
type index_gen$e_UpdateDeviceRequest = UpdateDeviceRequest;
|
|
13818
|
+
type index_gen$e_UpdateHubRequest = UpdateHubRequest;
|
|
13819
|
+
type index_gen$e_UpdateRouteRequestDatabaseConfig = UpdateRouteRequestDatabaseConfig;
|
|
13820
|
+
type index_gen$e_UpdateRouteRequestRestConfig = UpdateRouteRequestRestConfig;
|
|
13821
|
+
type index_gen$e_UpdateRouteRequestS3Config = UpdateRouteRequestS3Config;
|
|
13822
|
+
declare namespace index_gen$e {
|
|
13827
13823
|
export {
|
|
13828
|
-
API$
|
|
13824
|
+
API$g as API,
|
|
13829
13825
|
Certificate$1 as Certificate,
|
|
13830
|
-
index_gen$
|
|
13831
|
-
index_gen$
|
|
13832
|
-
index_gen$
|
|
13833
|
-
index_gen$
|
|
13834
|
-
index_gen$
|
|
13826
|
+
index_gen$e_CreateDeviceRequest as CreateDeviceRequest,
|
|
13827
|
+
index_gen$e_CreateDeviceResponse as CreateDeviceResponse,
|
|
13828
|
+
index_gen$e_CreateHubRequest as CreateHubRequest,
|
|
13829
|
+
index_gen$e_CreateNetworkRequest as CreateNetworkRequest,
|
|
13830
|
+
index_gen$e_CreateNetworkResponse as CreateNetworkResponse,
|
|
13835
13831
|
CreateRouteRequest$1 as CreateRouteRequest,
|
|
13836
|
-
index_gen$
|
|
13837
|
-
index_gen$
|
|
13838
|
-
index_gen$
|
|
13839
|
-
index_gen$
|
|
13840
|
-
index_gen$
|
|
13841
|
-
index_gen$
|
|
13832
|
+
index_gen$e_CreateRouteRequestDatabaseConfig as CreateRouteRequestDatabaseConfig,
|
|
13833
|
+
index_gen$e_CreateRouteRequestRestConfig as CreateRouteRequestRestConfig,
|
|
13834
|
+
index_gen$e_CreateRouteRequestS3Config as CreateRouteRequestS3Config,
|
|
13835
|
+
index_gen$e_DeleteDeviceRequest as DeleteDeviceRequest,
|
|
13836
|
+
index_gen$e_DeleteHubRequest as DeleteHubRequest,
|
|
13837
|
+
index_gen$e_DeleteNetworkRequest as DeleteNetworkRequest,
|
|
13842
13838
|
DeleteRouteRequest$1 as DeleteRouteRequest,
|
|
13843
|
-
index_gen$
|
|
13844
|
-
index_gen$
|
|
13845
|
-
index_gen$
|
|
13846
|
-
index_gen$
|
|
13847
|
-
index_gen$
|
|
13848
|
-
index_gen$
|
|
13849
|
-
index_gen$
|
|
13850
|
-
index_gen$
|
|
13851
|
-
index_gen$
|
|
13852
|
-
index_gen$
|
|
13853
|
-
index_gen$
|
|
13854
|
-
index_gen$
|
|
13855
|
-
index_gen$
|
|
13856
|
-
index_gen$
|
|
13857
|
-
index_gen$
|
|
13858
|
-
index_gen$
|
|
13859
|
-
index_gen$
|
|
13860
|
-
index_gen$
|
|
13861
|
-
index_gen$
|
|
13862
|
-
index_gen$
|
|
13863
|
-
index_gen$
|
|
13864
|
-
index_gen$
|
|
13839
|
+
index_gen$e_DeleteTwinDocumentRequest as DeleteTwinDocumentRequest,
|
|
13840
|
+
index_gen$e_DeleteTwinDocumentsRequest as DeleteTwinDocumentsRequest,
|
|
13841
|
+
index_gen$e_Device as Device,
|
|
13842
|
+
index_gen$e_DeviceMessageFilters as DeviceMessageFilters,
|
|
13843
|
+
index_gen$e_DeviceMessageFiltersRule as DeviceMessageFiltersRule,
|
|
13844
|
+
index_gen$e_DeviceMessageFiltersRulePolicy as DeviceMessageFiltersRulePolicy,
|
|
13845
|
+
index_gen$e_DeviceStatus as DeviceStatus,
|
|
13846
|
+
index_gen$e_DisableDeviceRequest as DisableDeviceRequest,
|
|
13847
|
+
index_gen$e_DisableHubRequest as DisableHubRequest,
|
|
13848
|
+
index_gen$e_EnableDeviceRequest as EnableDeviceRequest,
|
|
13849
|
+
index_gen$e_EnableHubRequest as EnableHubRequest,
|
|
13850
|
+
index_gen$e_GetDeviceCertificateRequest as GetDeviceCertificateRequest,
|
|
13851
|
+
index_gen$e_GetDeviceCertificateResponse as GetDeviceCertificateResponse,
|
|
13852
|
+
index_gen$e_GetDeviceMetricsRequest as GetDeviceMetricsRequest,
|
|
13853
|
+
index_gen$e_GetDeviceMetricsResponse as GetDeviceMetricsResponse,
|
|
13854
|
+
index_gen$e_GetDeviceRequest as GetDeviceRequest,
|
|
13855
|
+
index_gen$e_GetHubCARequest as GetHubCARequest,
|
|
13856
|
+
index_gen$e_GetHubCAResponse as GetHubCAResponse,
|
|
13857
|
+
index_gen$e_GetHubMetricsRequest as GetHubMetricsRequest,
|
|
13858
|
+
index_gen$e_GetHubMetricsResponse as GetHubMetricsResponse,
|
|
13859
|
+
index_gen$e_GetHubRequest as GetHubRequest,
|
|
13860
|
+
index_gen$e_GetNetworkRequest as GetNetworkRequest,
|
|
13865
13861
|
GetRouteRequest$1 as GetRouteRequest,
|
|
13866
|
-
index_gen$
|
|
13867
|
-
index_gen$
|
|
13868
|
-
index_gen$
|
|
13869
|
-
index_gen$
|
|
13870
|
-
index_gen$
|
|
13871
|
-
index_gen$
|
|
13872
|
-
index_gen$
|
|
13873
|
-
index_gen$
|
|
13874
|
-
index_gen$
|
|
13875
|
-
index_gen$
|
|
13876
|
-
index_gen$
|
|
13877
|
-
index_gen$
|
|
13878
|
-
index_gen$
|
|
13879
|
-
index_gen$
|
|
13880
|
-
index_gen$
|
|
13862
|
+
index_gen$e_GetTwinDocumentRequest as GetTwinDocumentRequest,
|
|
13863
|
+
index_gen$e_HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES,
|
|
13864
|
+
index_gen$e_Hub as Hub,
|
|
13865
|
+
index_gen$e_HubProductPlan as HubProductPlan,
|
|
13866
|
+
index_gen$e_HubStatus as HubStatus,
|
|
13867
|
+
index_gen$e_HubTwinsGraphiteConfig as HubTwinsGraphiteConfig,
|
|
13868
|
+
index_gen$e_ListDevicesRequest as ListDevicesRequest,
|
|
13869
|
+
index_gen$e_ListDevicesRequestOrderBy as ListDevicesRequestOrderBy,
|
|
13870
|
+
index_gen$e_ListDevicesResponse as ListDevicesResponse,
|
|
13871
|
+
index_gen$e_ListHubsRequest as ListHubsRequest,
|
|
13872
|
+
index_gen$e_ListHubsRequestOrderBy as ListHubsRequestOrderBy,
|
|
13873
|
+
index_gen$e_ListHubsResponse as ListHubsResponse,
|
|
13874
|
+
index_gen$e_ListNetworksRequest as ListNetworksRequest,
|
|
13875
|
+
index_gen$e_ListNetworksRequestOrderBy as ListNetworksRequestOrderBy,
|
|
13876
|
+
index_gen$e_ListNetworksResponse as ListNetworksResponse,
|
|
13881
13877
|
ListRoutesRequest$1 as ListRoutesRequest,
|
|
13882
13878
|
ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
|
|
13883
13879
|
ListRoutesResponse$1 as ListRoutesResponse,
|
|
13884
|
-
index_gen$
|
|
13885
|
-
index_gen$
|
|
13886
|
-
index_gen$
|
|
13887
|
-
index_gen$
|
|
13888
|
-
index_gen$
|
|
13889
|
-
index_gen$
|
|
13890
|
-
index_gen$
|
|
13891
|
-
index_gen$
|
|
13892
|
-
index_gen$
|
|
13893
|
-
index_gen$
|
|
13880
|
+
index_gen$e_ListTwinDocumentsRequest as ListTwinDocumentsRequest,
|
|
13881
|
+
index_gen$e_ListTwinDocumentsResponse as ListTwinDocumentsResponse,
|
|
13882
|
+
index_gen$e_ListTwinDocumentsResponseDocumentSummary as ListTwinDocumentsResponseDocumentSummary,
|
|
13883
|
+
index_gen$e_Network as Network,
|
|
13884
|
+
index_gen$e_NetworkNetworkType as NetworkNetworkType,
|
|
13885
|
+
index_gen$e_NullValue as NullValue,
|
|
13886
|
+
index_gen$e_PatchTwinDocumentRequest as PatchTwinDocumentRequest,
|
|
13887
|
+
index_gen$e_PutTwinDocumentRequest as PutTwinDocumentRequest,
|
|
13888
|
+
index_gen$e_RenewDeviceCertificateRequest as RenewDeviceCertificateRequest,
|
|
13889
|
+
index_gen$e_RenewDeviceCertificateResponse as RenewDeviceCertificateResponse,
|
|
13894
13890
|
Route$1 as Route,
|
|
13895
|
-
index_gen$
|
|
13896
|
-
index_gen$
|
|
13897
|
-
index_gen$
|
|
13898
|
-
index_gen$
|
|
13899
|
-
index_gen$
|
|
13900
|
-
index_gen$
|
|
13901
|
-
index_gen$
|
|
13902
|
-
index_gen$
|
|
13903
|
-
index_gen$
|
|
13904
|
-
index_gen$
|
|
13905
|
-
index_gen$
|
|
13906
|
-
index_gen$
|
|
13907
|
-
index_gen$
|
|
13908
|
-
index_gen$
|
|
13891
|
+
index_gen$e_RouteDatabaseConfig as RouteDatabaseConfig,
|
|
13892
|
+
index_gen$e_RouteDatabaseConfigEngine as RouteDatabaseConfigEngine,
|
|
13893
|
+
index_gen$e_RouteRestConfig as RouteRestConfig,
|
|
13894
|
+
index_gen$e_RouteRestConfigHttpVerb as RouteRestConfigHttpVerb,
|
|
13895
|
+
index_gen$e_RouteRouteType as RouteRouteType,
|
|
13896
|
+
index_gen$e_RouteS3Config as RouteS3Config,
|
|
13897
|
+
index_gen$e_RouteS3ConfigS3Strategy as RouteS3ConfigS3Strategy,
|
|
13898
|
+
index_gen$e_RouteSummary as RouteSummary,
|
|
13899
|
+
index_gen$e_SetDeviceCertificateRequest as SetDeviceCertificateRequest,
|
|
13900
|
+
index_gen$e_SetDeviceCertificateResponse as SetDeviceCertificateResponse,
|
|
13901
|
+
index_gen$e_SetHubCARequest as SetHubCARequest,
|
|
13902
|
+
index_gen$e_TwinDocument as TwinDocument,
|
|
13903
|
+
index_gen$e_UpdateDeviceRequest as UpdateDeviceRequest,
|
|
13904
|
+
index_gen$e_UpdateHubRequest as UpdateHubRequest,
|
|
13909
13905
|
UpdateRouteRequest$1 as UpdateRouteRequest,
|
|
13910
|
-
index_gen$
|
|
13911
|
-
index_gen$
|
|
13912
|
-
index_gen$
|
|
13906
|
+
index_gen$e_UpdateRouteRequestDatabaseConfig as UpdateRouteRequestDatabaseConfig,
|
|
13907
|
+
index_gen$e_UpdateRouteRequestRestConfig as UpdateRouteRequestRestConfig,
|
|
13908
|
+
index_gen$e_UpdateRouteRequestS3Config as UpdateRouteRequestS3Config,
|
|
13909
|
+
};
|
|
13910
|
+
}
|
|
13911
|
+
|
|
13912
|
+
declare namespace index$g {
|
|
13913
|
+
export {
|
|
13914
|
+
index_gen$e as v1,
|
|
13915
|
+
};
|
|
13916
|
+
}
|
|
13917
|
+
|
|
13918
|
+
type ListPinsRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
13919
|
+
type ListVolumesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
13920
|
+
type PinStatus = 'unknown_status' | 'queued' | 'pinning' | 'failed' | 'pinned';
|
|
13921
|
+
interface ListPinsResponse {
|
|
13922
|
+
totalCount: number;
|
|
13923
|
+
pins: Pin[];
|
|
13924
|
+
}
|
|
13925
|
+
interface ListVolumesResponse {
|
|
13926
|
+
volumes: Volume$1[];
|
|
13927
|
+
totalCount: number;
|
|
13928
|
+
}
|
|
13929
|
+
interface Pin {
|
|
13930
|
+
pinId: string;
|
|
13931
|
+
status: PinStatus;
|
|
13932
|
+
createdAt?: Date;
|
|
13933
|
+
cid?: PinCID;
|
|
13934
|
+
delegates: string[];
|
|
13935
|
+
info?: PinInfo;
|
|
13936
|
+
}
|
|
13937
|
+
interface PinCID {
|
|
13938
|
+
cid?: string;
|
|
13939
|
+
name?: string;
|
|
13940
|
+
origins: string[];
|
|
13941
|
+
meta?: PinCIDMeta;
|
|
13942
|
+
}
|
|
13943
|
+
interface PinCIDMeta {
|
|
13944
|
+
id?: string;
|
|
13945
|
+
}
|
|
13946
|
+
interface PinInfo {
|
|
13947
|
+
statusDetails?: string;
|
|
13948
|
+
id?: string;
|
|
13949
|
+
url?: string;
|
|
13950
|
+
size?: number;
|
|
13951
|
+
progress?: number;
|
|
13952
|
+
}
|
|
13953
|
+
interface PinOptions {
|
|
13954
|
+
requiredZones: string[];
|
|
13955
|
+
replicationCount: number;
|
|
13956
|
+
}
|
|
13957
|
+
interface ReplacePinResponse {
|
|
13958
|
+
pin?: Pin;
|
|
13959
|
+
}
|
|
13960
|
+
interface Volume$1 {
|
|
13961
|
+
id: string;
|
|
13962
|
+
projectId: string;
|
|
13963
|
+
region: Region;
|
|
13964
|
+
countPin: number;
|
|
13965
|
+
createdAt?: Date;
|
|
13966
|
+
updatedAt?: Date;
|
|
13967
|
+
tags: string[];
|
|
13968
|
+
name: string;
|
|
13969
|
+
size?: number;
|
|
13970
|
+
}
|
|
13971
|
+
type CreateVolumeRequest = {
|
|
13972
|
+
/**
|
|
13973
|
+
* Region to target. If none is passed will use default region from the
|
|
13974
|
+
* config.
|
|
13975
|
+
*/
|
|
13976
|
+
region?: Region;
|
|
13977
|
+
projectId?: string;
|
|
13978
|
+
name: string;
|
|
13979
|
+
};
|
|
13980
|
+
type GetVolumeRequest = {
|
|
13981
|
+
/**
|
|
13982
|
+
* Region to target. If none is passed will use default region from the
|
|
13983
|
+
* config.
|
|
13984
|
+
*/
|
|
13985
|
+
region?: Region;
|
|
13986
|
+
volumeId: string;
|
|
13987
|
+
};
|
|
13988
|
+
type ListVolumesRequest = {
|
|
13989
|
+
/**
|
|
13990
|
+
* Region to target. If none is passed will use default region from the
|
|
13991
|
+
* config.
|
|
13992
|
+
*/
|
|
13993
|
+
region?: Region;
|
|
13994
|
+
projectId?: string;
|
|
13995
|
+
page?: number;
|
|
13996
|
+
pageSize?: number;
|
|
13997
|
+
orderBy?: ListVolumesRequestOrderBy;
|
|
13998
|
+
};
|
|
13999
|
+
type UpdateVolumeRequest = {
|
|
14000
|
+
/**
|
|
14001
|
+
* Region to target. If none is passed will use default region from the
|
|
14002
|
+
* config.
|
|
14003
|
+
*/
|
|
14004
|
+
region?: Region;
|
|
14005
|
+
volumeId: string;
|
|
14006
|
+
name?: string;
|
|
14007
|
+
tags?: string[];
|
|
14008
|
+
};
|
|
14009
|
+
type DeleteVolumeRequest = {
|
|
14010
|
+
/**
|
|
14011
|
+
* Region to target. If none is passed will use default region from the
|
|
14012
|
+
* config.
|
|
14013
|
+
*/
|
|
14014
|
+
region?: Region;
|
|
14015
|
+
volumeId: string;
|
|
14016
|
+
};
|
|
14017
|
+
type CreatePinByURLRequest = {
|
|
14018
|
+
/**
|
|
14019
|
+
* Region to target. If none is passed will use default region from the
|
|
14020
|
+
* config.
|
|
14021
|
+
*/
|
|
14022
|
+
region?: Region;
|
|
14023
|
+
volumeId: string;
|
|
14024
|
+
url: string;
|
|
14025
|
+
name?: string;
|
|
14026
|
+
pinOptions?: PinOptions;
|
|
14027
|
+
};
|
|
14028
|
+
type CreatePinByCIDRequest = {
|
|
14029
|
+
/**
|
|
14030
|
+
* Region to target. If none is passed will use default region from the
|
|
14031
|
+
* config.
|
|
14032
|
+
*/
|
|
14033
|
+
region?: Region;
|
|
14034
|
+
volumeId: string;
|
|
14035
|
+
cid: string;
|
|
14036
|
+
name?: string;
|
|
14037
|
+
origins?: string[];
|
|
14038
|
+
pinOptions?: PinOptions;
|
|
14039
|
+
};
|
|
14040
|
+
type ReplacePinRequest = {
|
|
14041
|
+
/**
|
|
14042
|
+
* Region to target. If none is passed will use default region from the
|
|
14043
|
+
* config.
|
|
14044
|
+
*/
|
|
14045
|
+
region?: Region;
|
|
14046
|
+
pinId: string;
|
|
14047
|
+
volumeId: string;
|
|
14048
|
+
cid: string;
|
|
14049
|
+
name?: string;
|
|
14050
|
+
origins?: string[];
|
|
14051
|
+
pinOptions?: PinOptions;
|
|
14052
|
+
};
|
|
14053
|
+
type GetPinRequest = {
|
|
14054
|
+
/**
|
|
14055
|
+
* Region to target. If none is passed will use default region from the
|
|
14056
|
+
* config.
|
|
14057
|
+
*/
|
|
14058
|
+
region?: Region;
|
|
14059
|
+
pinId: string;
|
|
14060
|
+
volumeId: string;
|
|
14061
|
+
};
|
|
14062
|
+
type ListPinsRequest = {
|
|
14063
|
+
/**
|
|
14064
|
+
* Region to target. If none is passed will use default region from the
|
|
14065
|
+
* config.
|
|
14066
|
+
*/
|
|
14067
|
+
region?: Region;
|
|
14068
|
+
volumeId: string;
|
|
14069
|
+
projectId?: string;
|
|
14070
|
+
organizationId?: string;
|
|
14071
|
+
page?: number;
|
|
14072
|
+
pageSize?: number;
|
|
14073
|
+
orderBy?: ListPinsRequestOrderBy;
|
|
14074
|
+
status?: PinStatus;
|
|
14075
|
+
};
|
|
14076
|
+
type DeletePinRequest = {
|
|
14077
|
+
/**
|
|
14078
|
+
* Region to target. If none is passed will use default region from the
|
|
14079
|
+
* config.
|
|
14080
|
+
*/
|
|
14081
|
+
region?: Region;
|
|
14082
|
+
pinId: string;
|
|
14083
|
+
volumeId: string;
|
|
14084
|
+
};
|
|
14085
|
+
|
|
14086
|
+
/** IPFS Pinning service API. */
|
|
14087
|
+
declare class API$f extends API$s {
|
|
14088
|
+
/** Lists the available regions of the API. */
|
|
14089
|
+
static readonly LOCALITIES: Region[];
|
|
14090
|
+
/**
|
|
14091
|
+
* Create a new volume. Create a new volume from a Project ID. Volume is
|
|
14092
|
+
* identified by an ID and used to host pin references. Volume is personal (at
|
|
14093
|
+
* least to your organization) even if IPFS blocks and CID are available to
|
|
14094
|
+
* anyone. Should be the first command you made because every pin must be
|
|
14095
|
+
* attached to a volume.
|
|
14096
|
+
*
|
|
14097
|
+
* @param request - The request {@link CreateVolumeRequest}
|
|
14098
|
+
* @returns A Promise of Volume
|
|
14099
|
+
*/
|
|
14100
|
+
createVolume: (request: Readonly<CreateVolumeRequest>) => Promise<Volume$1>;
|
|
14101
|
+
/**
|
|
14102
|
+
* Get information about a volume. Retrieve information about a specific
|
|
14103
|
+
* volume.
|
|
14104
|
+
*
|
|
14105
|
+
* @param request - The request {@link GetVolumeRequest}
|
|
14106
|
+
* @returns A Promise of Volume
|
|
14107
|
+
*/
|
|
14108
|
+
getVolume: (request: Readonly<GetVolumeRequest>) => Promise<Volume$1>;
|
|
14109
|
+
protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
|
|
14110
|
+
/**
|
|
14111
|
+
* List all volumes by a Project ID. Retrieve information about all volumes
|
|
14112
|
+
* from a Project ID.
|
|
14113
|
+
*
|
|
14114
|
+
* @param request - The request {@link ListVolumesRequest}
|
|
14115
|
+
* @returns A Promise of ListVolumesResponse
|
|
14116
|
+
*/
|
|
14117
|
+
listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
|
|
14118
|
+
all: () => Promise<Volume$1[]>;
|
|
14119
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Volume$1[], void, void>;
|
|
14120
|
+
};
|
|
14121
|
+
/**
|
|
14122
|
+
* Update volume information. Update volume information (tag, name...).
|
|
14123
|
+
*
|
|
14124
|
+
* @param request - The request {@link UpdateVolumeRequest}
|
|
14125
|
+
* @returns A Promise of Volume
|
|
14126
|
+
*/
|
|
14127
|
+
updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<Volume$1>;
|
|
14128
|
+
/**
|
|
14129
|
+
* Delete an existing volume. Delete a volume by its ID and every pin attached
|
|
14130
|
+
* to this volume. This process can take a while to conclude, depending on the
|
|
14131
|
+
* size of your pinned content.
|
|
14132
|
+
*
|
|
14133
|
+
* @param request - The request {@link DeleteVolumeRequest}
|
|
14134
|
+
*/
|
|
14135
|
+
deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
|
|
14136
|
+
/**
|
|
14137
|
+
* Create a pin by URL. Will fetch and store the content pointed by the
|
|
14138
|
+
* provided URL. The content must be available on the public IPFS network. The
|
|
14139
|
+
* content (IPFS blocks) will be host by the pinning service until pin
|
|
14140
|
+
* deletion. From that point, any other IPFS peer can fetch and host your
|
|
14141
|
+
* content: Make sure to pin public or encrypted content. Many pin requests
|
|
14142
|
+
* (from different users) can target the same CID. A pin is defined by its ID
|
|
14143
|
+
* (UUID), its status (queued, pinning, pinned or failed) and target CID.
|
|
14144
|
+
*
|
|
14145
|
+
* @param request - The request {@link CreatePinByURLRequest}
|
|
14146
|
+
* @returns A Promise of Pin
|
|
14147
|
+
*/
|
|
14148
|
+
createPinByURL: (request: Readonly<CreatePinByURLRequest>) => Promise<Pin>;
|
|
14149
|
+
/**
|
|
14150
|
+
* Create a pin by CID. Will fetch and store the content pointed by the
|
|
14151
|
+
* provided CID. The content must be available on the public IPFS network. The
|
|
14152
|
+
* content (IPFS blocks) will be host by the pinning service until pin
|
|
14153
|
+
* deletion. From that point, any other IPFS peer can fetch and host your
|
|
14154
|
+
* content: Make sure to pin public or encrypted content. Many pin requests
|
|
14155
|
+
* (from different users) can target the same CID. A pin is defined by its ID
|
|
14156
|
+
* (UUID), its status (queued, pinning, pinned or failed) and target CID.
|
|
14157
|
+
*
|
|
14158
|
+
* @param request - The request {@link CreatePinByCIDRequest}
|
|
14159
|
+
* @returns A Promise of Pin
|
|
14160
|
+
*/
|
|
14161
|
+
createPinByCID: (request: Readonly<CreatePinByCIDRequest>) => Promise<Pin>;
|
|
14162
|
+
replacePin: (request: Readonly<ReplacePinRequest>) => Promise<ReplacePinResponse>;
|
|
14163
|
+
/**
|
|
14164
|
+
* Get pin information. Retrieve information about the provided **pin ID**,
|
|
14165
|
+
* such as status, last modification, and CID.
|
|
14166
|
+
*
|
|
14167
|
+
* @param request - The request {@link GetPinRequest}
|
|
14168
|
+
* @returns A Promise of Pin
|
|
14169
|
+
*/
|
|
14170
|
+
getPin: (request: Readonly<GetPinRequest>) => Promise<Pin>;
|
|
14171
|
+
/**
|
|
14172
|
+
* Waits for {@link Pin} to be in a final state.
|
|
14173
|
+
*
|
|
14174
|
+
* @param request - The request {@link GetPinRequest}
|
|
14175
|
+
* @param options - The waiting options
|
|
14176
|
+
* @returns A Promise of Pin
|
|
14177
|
+
*/
|
|
14178
|
+
waitForPin: (request: Readonly<GetPinRequest>, options?: Readonly<WaitForOptions<Pin>>) => Promise<Pin>;
|
|
14179
|
+
protected pageOfListPins: (request: Readonly<ListPinsRequest>) => Promise<ListPinsResponse>;
|
|
14180
|
+
/**
|
|
14181
|
+
* List all pins within a volume. Retrieve information about all pins into a
|
|
14182
|
+
* volume.
|
|
14183
|
+
*
|
|
14184
|
+
* @param request - The request {@link ListPinsRequest}
|
|
14185
|
+
* @returns A Promise of ListPinsResponse
|
|
14186
|
+
*/
|
|
14187
|
+
listPins: (request: Readonly<ListPinsRequest>) => Promise<ListPinsResponse> & {
|
|
14188
|
+
all: () => Promise<Pin[]>;
|
|
14189
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<Pin[], void, void>;
|
|
14190
|
+
};
|
|
14191
|
+
/**
|
|
14192
|
+
* Create an unpin request. An unpin request means that you no longer own the
|
|
14193
|
+
* content. This content can therefore be removed and no longer provided on
|
|
14194
|
+
* the IPFS network.
|
|
14195
|
+
*
|
|
14196
|
+
* @param request - The request {@link DeletePinRequest}
|
|
14197
|
+
*/
|
|
14198
|
+
deletePin: (request: Readonly<DeletePinRequest>) => Promise<void>;
|
|
14199
|
+
}
|
|
14200
|
+
|
|
14201
|
+
/** Lists transient statutes of the enum {@link PinStatus}. */
|
|
14202
|
+
declare const PIN_TRANSIENT_STATUSES: PinStatus[];
|
|
14203
|
+
|
|
14204
|
+
type index_gen$d_CreatePinByCIDRequest = CreatePinByCIDRequest;
|
|
14205
|
+
type index_gen$d_CreatePinByURLRequest = CreatePinByURLRequest;
|
|
14206
|
+
type index_gen$d_CreateVolumeRequest = CreateVolumeRequest;
|
|
14207
|
+
type index_gen$d_DeletePinRequest = DeletePinRequest;
|
|
14208
|
+
type index_gen$d_DeleteVolumeRequest = DeleteVolumeRequest;
|
|
14209
|
+
type index_gen$d_GetPinRequest = GetPinRequest;
|
|
14210
|
+
type index_gen$d_GetVolumeRequest = GetVolumeRequest;
|
|
14211
|
+
type index_gen$d_ListPinsRequest = ListPinsRequest;
|
|
14212
|
+
type index_gen$d_ListPinsRequestOrderBy = ListPinsRequestOrderBy;
|
|
14213
|
+
type index_gen$d_ListPinsResponse = ListPinsResponse;
|
|
14214
|
+
type index_gen$d_ListVolumesRequest = ListVolumesRequest;
|
|
14215
|
+
type index_gen$d_ListVolumesRequestOrderBy = ListVolumesRequestOrderBy;
|
|
14216
|
+
type index_gen$d_ListVolumesResponse = ListVolumesResponse;
|
|
14217
|
+
declare const index_gen$d_PIN_TRANSIENT_STATUSES: typeof PIN_TRANSIENT_STATUSES;
|
|
14218
|
+
type index_gen$d_Pin = Pin;
|
|
14219
|
+
type index_gen$d_PinCID = PinCID;
|
|
14220
|
+
type index_gen$d_PinCIDMeta = PinCIDMeta;
|
|
14221
|
+
type index_gen$d_PinInfo = PinInfo;
|
|
14222
|
+
type index_gen$d_PinOptions = PinOptions;
|
|
14223
|
+
type index_gen$d_PinStatus = PinStatus;
|
|
14224
|
+
type index_gen$d_ReplacePinRequest = ReplacePinRequest;
|
|
14225
|
+
type index_gen$d_ReplacePinResponse = ReplacePinResponse;
|
|
14226
|
+
type index_gen$d_UpdateVolumeRequest = UpdateVolumeRequest;
|
|
14227
|
+
declare namespace index_gen$d {
|
|
14228
|
+
export {
|
|
14229
|
+
API$f as API,
|
|
14230
|
+
index_gen$d_CreatePinByCIDRequest as CreatePinByCIDRequest,
|
|
14231
|
+
index_gen$d_CreatePinByURLRequest as CreatePinByURLRequest,
|
|
14232
|
+
index_gen$d_CreateVolumeRequest as CreateVolumeRequest,
|
|
14233
|
+
index_gen$d_DeletePinRequest as DeletePinRequest,
|
|
14234
|
+
index_gen$d_DeleteVolumeRequest as DeleteVolumeRequest,
|
|
14235
|
+
index_gen$d_GetPinRequest as GetPinRequest,
|
|
14236
|
+
index_gen$d_GetVolumeRequest as GetVolumeRequest,
|
|
14237
|
+
index_gen$d_ListPinsRequest as ListPinsRequest,
|
|
14238
|
+
index_gen$d_ListPinsRequestOrderBy as ListPinsRequestOrderBy,
|
|
14239
|
+
index_gen$d_ListPinsResponse as ListPinsResponse,
|
|
14240
|
+
index_gen$d_ListVolumesRequest as ListVolumesRequest,
|
|
14241
|
+
index_gen$d_ListVolumesRequestOrderBy as ListVolumesRequestOrderBy,
|
|
14242
|
+
index_gen$d_ListVolumesResponse as ListVolumesResponse,
|
|
14243
|
+
index_gen$d_PIN_TRANSIENT_STATUSES as PIN_TRANSIENT_STATUSES,
|
|
14244
|
+
index_gen$d_Pin as Pin,
|
|
14245
|
+
index_gen$d_PinCID as PinCID,
|
|
14246
|
+
index_gen$d_PinCIDMeta as PinCIDMeta,
|
|
14247
|
+
index_gen$d_PinInfo as PinInfo,
|
|
14248
|
+
index_gen$d_PinOptions as PinOptions,
|
|
14249
|
+
index_gen$d_PinStatus as PinStatus,
|
|
14250
|
+
index_gen$d_ReplacePinRequest as ReplacePinRequest,
|
|
14251
|
+
index_gen$d_ReplacePinResponse as ReplacePinResponse,
|
|
14252
|
+
index_gen$d_UpdateVolumeRequest as UpdateVolumeRequest,
|
|
14253
|
+
Volume$1 as Volume,
|
|
13913
14254
|
};
|
|
13914
14255
|
}
|
|
13915
14256
|
|
|
13916
14257
|
declare namespace index$f {
|
|
13917
14258
|
export {
|
|
13918
|
-
index_gen$d as
|
|
14259
|
+
index_gen$d as v1alpha1,
|
|
13919
14260
|
};
|
|
13920
14261
|
}
|
|
13921
14262
|
|
|
@@ -13923,6 +14264,7 @@ type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
|
13923
14264
|
type AutoscalerExpander = 'unknown_expander' | 'random' | 'most_pods' | 'least_waste' | 'priority' | 'price';
|
|
13924
14265
|
type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo';
|
|
13925
14266
|
type ClusterStatus$1 = 'unknown' | 'creating' | 'ready' | 'deleting' | 'deleted' | 'updating' | 'locked' | 'pool_required';
|
|
14267
|
+
type ClusterTypeAvailability = 'available' | 'scarce' | 'shortage';
|
|
13926
14268
|
type Ingress = 'unknown_ingress' | 'none' | 'nginx' | 'traefik' | 'traefik2';
|
|
13927
14269
|
type ListClustersRequestOrderBy$1 = 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' | 'name_asc' | 'name_desc' | 'status_asc' | 'status_desc' | 'version_asc' | 'version_desc';
|
|
13928
14270
|
type ListNodesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -14083,6 +14425,13 @@ interface ClusterOpenIDConnectConfig {
|
|
|
14083
14425
|
*/
|
|
14084
14426
|
requiredClaim: string[];
|
|
14085
14427
|
}
|
|
14428
|
+
/** Cluster type. */
|
|
14429
|
+
interface ClusterType {
|
|
14430
|
+
/** Cluster type name. */
|
|
14431
|
+
name: string;
|
|
14432
|
+
/** Cluster type availability. */
|
|
14433
|
+
availability: ClusterTypeAvailability;
|
|
14434
|
+
}
|
|
14086
14435
|
/** Create cluster request. auto upgrade. */
|
|
14087
14436
|
interface CreateClusterRequestAutoUpgrade {
|
|
14088
14437
|
/** Defines whether auto upgrade is enabled for the cluster. */
|
|
@@ -14252,6 +14601,13 @@ interface ListClusterAvailableVersionsResponse {
|
|
|
14252
14601
|
/** Available Kubernetes versions for the cluster. */
|
|
14253
14602
|
versions: Version$2[];
|
|
14254
14603
|
}
|
|
14604
|
+
/** List cluster types response. */
|
|
14605
|
+
interface ListClusterTypesResponse {
|
|
14606
|
+
/** Total number of cluster-types. */
|
|
14607
|
+
totalCount: number;
|
|
14608
|
+
/** Paginated returned cluster-types. */
|
|
14609
|
+
clusterTypes: ClusterType[];
|
|
14610
|
+
}
|
|
14255
14611
|
/** List clusters response. */
|
|
14256
14612
|
interface ListClustersResponse$1 {
|
|
14257
14613
|
/** Total number of clusters. */
|
|
@@ -14668,8 +15024,9 @@ type DeleteClusterRequest$1 = {
|
|
|
14668
15024
|
/** ID of the cluster to delete. */
|
|
14669
15025
|
clusterId: string;
|
|
14670
15026
|
/**
|
|
14671
|
-
* Defines whether all volumes (including retain volume type)
|
|
14672
|
-
* Balancers with a name starting with the cluster ID will
|
|
15027
|
+
* Defines whether all volumes (including retain volume type), empty Private
|
|
15028
|
+
* Networks and Load Balancers with a name starting with the cluster ID will
|
|
15029
|
+
* also be deleted.
|
|
14673
15030
|
*/
|
|
14674
15031
|
withAdditionalResources: boolean;
|
|
14675
15032
|
};
|
|
@@ -14966,6 +15323,17 @@ type GetVersionRequest$2 = {
|
|
|
14966
15323
|
/** Requested version name. */
|
|
14967
15324
|
versionName: string;
|
|
14968
15325
|
};
|
|
15326
|
+
type ListClusterTypesRequest$1 = {
|
|
15327
|
+
/**
|
|
15328
|
+
* Region to target. If none is passed will use default region from the
|
|
15329
|
+
* config.
|
|
15330
|
+
*/
|
|
15331
|
+
region?: Region;
|
|
15332
|
+
/** Page number, from the paginated results, to return for cluster-types. */
|
|
15333
|
+
page?: number;
|
|
15334
|
+
/** Maximum number of clusters per page. */
|
|
15335
|
+
pageSize?: number;
|
|
15336
|
+
};
|
|
14969
15337
|
|
|
14970
15338
|
type GetClusterKubeConfigRequest = {
|
|
14971
15339
|
/**
|
|
@@ -14978,7 +15346,7 @@ type GetClusterKubeConfigRequest = {
|
|
|
14978
15346
|
};
|
|
14979
15347
|
|
|
14980
15348
|
/** Kubernetes API. */
|
|
14981
|
-
declare class API$e extends API$
|
|
15349
|
+
declare class API$e extends API$s {
|
|
14982
15350
|
/** Lists the available regions of the API. */
|
|
14983
15351
|
static readonly LOCALITIES: Region[];
|
|
14984
15352
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -15222,6 +15590,18 @@ declare class API$e extends API$r {
|
|
|
15222
15590
|
* @returns A Promise of Version
|
|
15223
15591
|
*/
|
|
15224
15592
|
getVersion: (request: Readonly<GetVersionRequest$2>) => Promise<Version$2>;
|
|
15593
|
+
protected pageOfListClusterTypes: (request?: Readonly<ListClusterTypesRequest$1>) => Promise<ListClusterTypesResponse>;
|
|
15594
|
+
/**
|
|
15595
|
+
* List cluster types. List available cluster types and their technical
|
|
15596
|
+
* details.
|
|
15597
|
+
*
|
|
15598
|
+
* @param request - The request {@link ListClusterTypesRequest}
|
|
15599
|
+
* @returns A Promise of ListClusterTypesResponse
|
|
15600
|
+
*/
|
|
15601
|
+
listClusterTypes: (request?: Readonly<ListClusterTypesRequest$1>) => Promise<ListClusterTypesResponse> & {
|
|
15602
|
+
all: () => Promise<ClusterType[]>;
|
|
15603
|
+
[Symbol.asyncIterator]: () => AsyncGenerator<ClusterType[], void, void>;
|
|
15604
|
+
};
|
|
15225
15605
|
}
|
|
15226
15606
|
|
|
15227
15607
|
declare class K8SUtilsAPI extends API$e {
|
|
@@ -15276,6 +15656,15 @@ declare const CreatePoolRequest: {
|
|
|
15276
15656
|
minLength: number;
|
|
15277
15657
|
};
|
|
15278
15658
|
};
|
|
15659
|
+
declare const ListClusterTypesRequest: {
|
|
15660
|
+
page: {
|
|
15661
|
+
greaterThan: number;
|
|
15662
|
+
};
|
|
15663
|
+
pageSize: {
|
|
15664
|
+
greaterThan: number;
|
|
15665
|
+
lessThanOrEqual: number;
|
|
15666
|
+
};
|
|
15667
|
+
};
|
|
15279
15668
|
declare const ListClustersRequest$1: {
|
|
15280
15669
|
name: {
|
|
15281
15670
|
minLength: number;
|
|
@@ -15333,6 +15722,7 @@ declare const validationRules_gen$1_CreateClusterRequestAutoscalerConfig: typeof
|
|
|
15333
15722
|
declare const validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
|
|
15334
15723
|
declare const validationRules_gen$1_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
|
|
15335
15724
|
declare const validationRules_gen$1_CreatePoolRequest: typeof CreatePoolRequest;
|
|
15725
|
+
declare const validationRules_gen$1_ListClusterTypesRequest: typeof ListClusterTypesRequest;
|
|
15336
15726
|
declare const validationRules_gen$1_ListNodesRequest: typeof ListNodesRequest;
|
|
15337
15727
|
declare const validationRules_gen$1_ListPoolsRequest: typeof ListPoolsRequest;
|
|
15338
15728
|
declare const validationRules_gen$1_MaintenanceWindow: typeof MaintenanceWindow;
|
|
@@ -15344,6 +15734,7 @@ declare namespace validationRules_gen$1 {
|
|
|
15344
15734
|
validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig,
|
|
15345
15735
|
validationRules_gen$1_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig,
|
|
15346
15736
|
validationRules_gen$1_CreatePoolRequest as CreatePoolRequest,
|
|
15737
|
+
validationRules_gen$1_ListClusterTypesRequest as ListClusterTypesRequest,
|
|
15347
15738
|
ListClustersRequest$1 as ListClustersRequest,
|
|
15348
15739
|
validationRules_gen$1_ListNodesRequest as ListNodesRequest,
|
|
15349
15740
|
validationRules_gen$1_ListPoolsRequest as ListPoolsRequest,
|
|
@@ -15359,6 +15750,8 @@ type index$e_CNI = CNI;
|
|
|
15359
15750
|
type index$e_ClusterAutoUpgrade = ClusterAutoUpgrade;
|
|
15360
15751
|
type index$e_ClusterAutoscalerConfig = ClusterAutoscalerConfig;
|
|
15361
15752
|
type index$e_ClusterOpenIDConnectConfig = ClusterOpenIDConnectConfig;
|
|
15753
|
+
type index$e_ClusterType = ClusterType;
|
|
15754
|
+
type index$e_ClusterTypeAvailability = ClusterTypeAvailability;
|
|
15362
15755
|
type index$e_CreateClusterRequestAutoUpgrade = CreateClusterRequestAutoUpgrade;
|
|
15363
15756
|
type index$e_CreateClusterRequestPoolConfigUpgradePolicy = CreateClusterRequestPoolConfigUpgradePolicy;
|
|
15364
15757
|
type index$e_CreateExternalNodeRequest = CreateExternalNodeRequest;
|
|
@@ -15372,6 +15765,7 @@ type index$e_GetPoolRequest = GetPoolRequest;
|
|
|
15372
15765
|
type index$e_Ingress = Ingress;
|
|
15373
15766
|
type index$e_ListClusterAvailableVersionsRequest = ListClusterAvailableVersionsRequest;
|
|
15374
15767
|
type index$e_ListClusterAvailableVersionsResponse = ListClusterAvailableVersionsResponse;
|
|
15768
|
+
type index$e_ListClusterTypesResponse = ListClusterTypesResponse;
|
|
15375
15769
|
type index$e_ListNodesRequestOrderBy = ListNodesRequestOrderBy;
|
|
15376
15770
|
type index$e_ListNodesResponse = ListNodesResponse;
|
|
15377
15771
|
type index$e_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
|
|
@@ -15409,6 +15803,8 @@ declare namespace index$e {
|
|
|
15409
15803
|
index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig,
|
|
15410
15804
|
index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig,
|
|
15411
15805
|
ClusterStatus$1 as ClusterStatus,
|
|
15806
|
+
index$e_ClusterType as ClusterType,
|
|
15807
|
+
index$e_ClusterTypeAvailability as ClusterTypeAvailability,
|
|
15412
15808
|
CreateClusterRequest$2 as CreateClusterRequest,
|
|
15413
15809
|
index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade,
|
|
15414
15810
|
CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig,
|
|
@@ -15430,6 +15826,8 @@ declare namespace index$e {
|
|
|
15430
15826
|
index$e_Ingress as Ingress,
|
|
15431
15827
|
index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest,
|
|
15432
15828
|
index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse,
|
|
15829
|
+
ListClusterTypesRequest$1 as ListClusterTypesRequest,
|
|
15830
|
+
index$e_ListClusterTypesResponse as ListClusterTypesResponse,
|
|
15433
15831
|
ListClustersRequest$2 as ListClustersRequest,
|
|
15434
15832
|
ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy,
|
|
15435
15833
|
ListClustersResponse$1 as ListClustersResponse,
|
|
@@ -16277,8 +16675,18 @@ type CreateLbRequest = {
|
|
|
16277
16675
|
name?: string;
|
|
16278
16676
|
/** Description for the Load Balancer. */
|
|
16279
16677
|
description: string;
|
|
16280
|
-
/**
|
|
16678
|
+
/**
|
|
16679
|
+
* @deprecated ID of an existing flexible IP address to attach to the Load
|
|
16680
|
+
* Balancer.
|
|
16681
|
+
*/
|
|
16281
16682
|
ipId?: string;
|
|
16683
|
+
/**
|
|
16684
|
+
* Defines whether to automatically assign a flexible public IP to lb. Default
|
|
16685
|
+
* value is `false` (do not assign).
|
|
16686
|
+
*/
|
|
16687
|
+
assignFlexibleIp?: boolean;
|
|
16688
|
+
/** List of IP IDs to attach to the Load Balancer. */
|
|
16689
|
+
ipIds?: string[];
|
|
16282
16690
|
/** List of tags for the Load Balancer. */
|
|
16283
16691
|
tags?: string[];
|
|
16284
16692
|
/**
|
|
@@ -16404,6 +16812,8 @@ type CreateIpRequest = {
|
|
|
16404
16812
|
projectId?: string;
|
|
16405
16813
|
/** Reverse DNS (domain name) for the IP address. */
|
|
16406
16814
|
reverse?: string;
|
|
16815
|
+
/** If true, creates a Flexible IP with an ipv6 address. */
|
|
16816
|
+
isIpv6: boolean;
|
|
16407
16817
|
};
|
|
16408
16818
|
type GetIpRequest = {
|
|
16409
16819
|
/**
|
|
@@ -16924,6 +17334,8 @@ type ListBackendStatsRequest = {
|
|
|
16924
17334
|
page?: number;
|
|
16925
17335
|
/** Number of items to return. */
|
|
16926
17336
|
pageSize?: number;
|
|
17337
|
+
/** ID of the backend. */
|
|
17338
|
+
backendId?: string;
|
|
16927
17339
|
};
|
|
16928
17340
|
type ListAclsRequest = {
|
|
16929
17341
|
/**
|
|
@@ -17319,8 +17731,18 @@ type ZonedApiCreateLbRequest = {
|
|
|
17319
17731
|
name?: string;
|
|
17320
17732
|
/** Description for the Load Balancer. */
|
|
17321
17733
|
description: string;
|
|
17322
|
-
/**
|
|
17734
|
+
/**
|
|
17735
|
+
* @deprecated ID of an existing flexible IP address to attach to the Load
|
|
17736
|
+
* Balancer.
|
|
17737
|
+
*/
|
|
17323
17738
|
ipId?: string;
|
|
17739
|
+
/**
|
|
17740
|
+
* Defines whether to automatically assign a flexible public IP to lb. Default
|
|
17741
|
+
* value is `false` (do not assign).
|
|
17742
|
+
*/
|
|
17743
|
+
assignFlexibleIp?: boolean;
|
|
17744
|
+
/** List of IP IDs to attach to the Load Balancer. */
|
|
17745
|
+
ipIds?: string[];
|
|
17324
17746
|
/** List of tags for the Load Balancer. */
|
|
17325
17747
|
tags?: string[];
|
|
17326
17748
|
/**
|
|
@@ -17428,6 +17850,8 @@ type ZonedApiCreateIpRequest = {
|
|
|
17428
17850
|
projectId?: string;
|
|
17429
17851
|
/** Reverse DNS (domain name) for the IP address. */
|
|
17430
17852
|
reverse?: string;
|
|
17853
|
+
/** If true, creates a Flexible IP with an ipv6 address. */
|
|
17854
|
+
isIpv6: boolean;
|
|
17431
17855
|
};
|
|
17432
17856
|
type ZonedApiGetIpRequest = {
|
|
17433
17857
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
@@ -17876,6 +18300,8 @@ type ZonedApiListBackendStatsRequest = {
|
|
|
17876
18300
|
page?: number;
|
|
17877
18301
|
/** Number of items to return. */
|
|
17878
18302
|
pageSize?: number;
|
|
18303
|
+
/** ID of the backend. */
|
|
18304
|
+
backendId?: string;
|
|
17879
18305
|
};
|
|
17880
18306
|
type ZonedApiListAclsRequest = {
|
|
17881
18307
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
@@ -18182,7 +18608,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
|
|
|
18182
18608
|
*
|
|
18183
18609
|
* This API allows you to manage your load balancer service. Load balancer API.
|
|
18184
18610
|
*/
|
|
18185
|
-
declare class API$d extends API$
|
|
18611
|
+
declare class API$d extends API$s {
|
|
18186
18612
|
/** Lists the available regions of the API. */
|
|
18187
18613
|
static readonly LOCALITIES: Region[];
|
|
18188
18614
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -18255,7 +18681,7 @@ declare class API$d extends API$r {
|
|
|
18255
18681
|
* @param request - The request {@link CreateIpRequest}
|
|
18256
18682
|
* @returns A Promise of Ip
|
|
18257
18683
|
*/
|
|
18258
|
-
createIp: (request
|
|
18684
|
+
createIp: (request: Readonly<CreateIpRequest>) => Promise<Ip>;
|
|
18259
18685
|
/**
|
|
18260
18686
|
* Get an IP.
|
|
18261
18687
|
*
|
|
@@ -18610,7 +19036,7 @@ declare class API$d extends API$r {
|
|
|
18610
19036
|
* This API allows you to manage your Scaleway Load Balancer services. Load
|
|
18611
19037
|
* Balancer API.
|
|
18612
19038
|
*/
|
|
18613
|
-
declare class ZonedAPI extends API$
|
|
19039
|
+
declare class ZonedAPI extends API$s {
|
|
18614
19040
|
/** Lists the available zones of the API. */
|
|
18615
19041
|
static readonly LOCALITIES: Zone[];
|
|
18616
19042
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -18701,7 +19127,7 @@ declare class ZonedAPI extends API$r {
|
|
|
18701
19127
|
* @param request - The request {@link ZonedApiCreateIpRequest}
|
|
18702
19128
|
* @returns A Promise of Ip
|
|
18703
19129
|
*/
|
|
18704
|
-
createIp: (request
|
|
19130
|
+
createIp: (request: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
|
|
18705
19131
|
/**
|
|
18706
19132
|
* Get an IP address. Retrieve the full details of a Load Balancer flexible IP
|
|
18707
19133
|
* address.
|
|
@@ -19689,7 +20115,7 @@ type GetVersionRequest$1 = {
|
|
|
19689
20115
|
};
|
|
19690
20116
|
|
|
19691
20117
|
/** Marketplace API. */
|
|
19692
|
-
declare class API$c extends API$
|
|
20118
|
+
declare class API$c extends API$s {
|
|
19693
20119
|
protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
|
|
19694
20120
|
/**
|
|
19695
20121
|
* List marketplace images.
|
|
@@ -19873,7 +20299,7 @@ type GetCategoryRequest = {
|
|
|
19873
20299
|
};
|
|
19874
20300
|
|
|
19875
20301
|
/** Marketplace API. */
|
|
19876
|
-
declare class API$b extends API$
|
|
20302
|
+
declare class API$b extends API$s {
|
|
19877
20303
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
19878
20304
|
/**
|
|
19879
20305
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -20255,7 +20681,7 @@ type GetCredentialRequest = {
|
|
|
20255
20681
|
* This API allows you to manage Scaleway Messaging and Queueing brokers.
|
|
20256
20682
|
* Messaging and Queuing API.
|
|
20257
20683
|
*/
|
|
20258
|
-
declare class API$a extends API$
|
|
20684
|
+
declare class API$a extends API$s {
|
|
20259
20685
|
/** Lists the available regions of the API. */
|
|
20260
20686
|
static readonly LOCALITIES: Region[];
|
|
20261
20687
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
@@ -21788,7 +22214,7 @@ type MigrateEndpointRequest = {
|
|
|
21788
22214
|
};
|
|
21789
22215
|
|
|
21790
22216
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
21791
|
-
declare class API$9 extends API$
|
|
22217
|
+
declare class API$9 extends API$s {
|
|
21792
22218
|
/** Lists the available regions of the API. */
|
|
21793
22219
|
static readonly LOCALITIES: Region[];
|
|
21794
22220
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -22358,9 +22784,7 @@ declare class API$9 extends API$r {
|
|
|
22358
22784
|
/**
|
|
22359
22785
|
* Create a new Database Instance endpoint. Create a new endpoint for a
|
|
22360
22786
|
* Database Instance. You can add `load_balancer` and `private_network`
|
|
22361
|
-
* specifications to the body of the request.
|
|
22362
|
-
* your current endpoint, which means you might need to update any environment
|
|
22363
|
-
* configurations that point to the old endpoint.
|
|
22787
|
+
* specifications to the body of the request.
|
|
22364
22788
|
*
|
|
22365
22789
|
* @param request - The request {@link CreateEndpointRequest}
|
|
22366
22790
|
* @returns A Promise of Endpoint
|
|
@@ -23172,7 +23596,7 @@ type UpdateEndpointRequest = {
|
|
|
23172
23596
|
};
|
|
23173
23597
|
|
|
23174
23598
|
/** Managed Database for Redis™ API. */
|
|
23175
|
-
declare class API$8 extends API$
|
|
23599
|
+
declare class API$8 extends API$s {
|
|
23176
23600
|
/** Lists the available zones of the API. */
|
|
23177
23601
|
static readonly LOCALITIES: Zone[];
|
|
23178
23602
|
/**
|
|
@@ -23835,14 +24259,14 @@ type DeleteTagRequest = {
|
|
|
23835
24259
|
/** UUID of the tag. */
|
|
23836
24260
|
tagId: string;
|
|
23837
24261
|
/**
|
|
23838
|
-
* If two tags share the same digest the deletion will fail unless
|
|
23839
|
-
* parameter is set to true.
|
|
24262
|
+
* @deprecated If two tags share the same digest the deletion will fail unless
|
|
24263
|
+
* this parameter is set to true (deprecated).
|
|
23840
24264
|
*/
|
|
23841
|
-
force
|
|
24265
|
+
force?: boolean;
|
|
23842
24266
|
};
|
|
23843
24267
|
|
|
23844
24268
|
/** Container Registry API. */
|
|
23845
|
-
declare class API$7 extends API$
|
|
24269
|
+
declare class API$7 extends API$s {
|
|
23846
24270
|
/** Lists the available regions of the API. */
|
|
23847
24271
|
static readonly LOCALITIES: Region[];
|
|
23848
24272
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -24071,6 +24495,7 @@ declare namespace index$6 {
|
|
|
24071
24495
|
}
|
|
24072
24496
|
|
|
24073
24497
|
type ListSecretsRequestOrderBy = 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc';
|
|
24498
|
+
type Product = 'unknown';
|
|
24074
24499
|
type SecretStatus = 'ready' | 'locked';
|
|
24075
24500
|
type SecretVersionStatus = 'unknown' | 'enabled' | 'disabled' | 'destroyed';
|
|
24076
24501
|
/** Access secret version response. */
|
|
@@ -24260,8 +24685,13 @@ type AddSecretOwnerRequest = {
|
|
|
24260
24685
|
region?: Region;
|
|
24261
24686
|
/** ID of the secret. */
|
|
24262
24687
|
secretId: string;
|
|
24263
|
-
/**
|
|
24264
|
-
|
|
24688
|
+
/**
|
|
24689
|
+
* @deprecated (Deprecated: use product field) ID of the product to add (see
|
|
24690
|
+
* product enum).
|
|
24691
|
+
*/
|
|
24692
|
+
productName?: string;
|
|
24693
|
+
/** ID of the product to add (see product enum). */
|
|
24694
|
+
product?: Product;
|
|
24265
24695
|
};
|
|
24266
24696
|
type CreateSecretVersionRequest = {
|
|
24267
24697
|
/**
|
|
@@ -24498,7 +24928,7 @@ type DestroySecretVersionRequest = {
|
|
|
24498
24928
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
24499
24929
|
* share sensitive data.
|
|
24500
24930
|
*/
|
|
24501
|
-
declare class API$6 extends API$
|
|
24931
|
+
declare class API$6 extends API$s {
|
|
24502
24932
|
/** Lists the available regions of the API. */
|
|
24503
24933
|
static readonly LOCALITIES: Region[];
|
|
24504
24934
|
/**
|
|
@@ -24694,6 +25124,7 @@ type index_gen$6_ListSecretsRequest = ListSecretsRequest;
|
|
|
24694
25124
|
type index_gen$6_ListSecretsRequestOrderBy = ListSecretsRequestOrderBy;
|
|
24695
25125
|
type index_gen$6_ListSecretsResponse = ListSecretsResponse;
|
|
24696
25126
|
type index_gen$6_PasswordGenerationParams = PasswordGenerationParams;
|
|
25127
|
+
type index_gen$6_Product = Product;
|
|
24697
25128
|
type index_gen$6_Secret = Secret;
|
|
24698
25129
|
type index_gen$6_SecretStatus = SecretStatus;
|
|
24699
25130
|
type index_gen$6_SecretVersion = SecretVersion;
|
|
@@ -24725,6 +25156,7 @@ declare namespace index_gen$6 {
|
|
|
24725
25156
|
index_gen$6_ListSecretsRequestOrderBy as ListSecretsRequestOrderBy,
|
|
24726
25157
|
index_gen$6_ListSecretsResponse as ListSecretsResponse,
|
|
24727
25158
|
index_gen$6_PasswordGenerationParams as PasswordGenerationParams,
|
|
25159
|
+
index_gen$6_Product as Product,
|
|
24728
25160
|
index_gen$6_Secret as Secret,
|
|
24729
25161
|
index_gen$6_SecretStatus as SecretStatus,
|
|
24730
25162
|
index_gen$6_SecretVersion as SecretVersion,
|
|
@@ -24843,7 +25275,7 @@ type SmokeHumanRequest = {
|
|
|
24843
25275
|
* access-key. Then, you can use other test commands by setting the
|
|
24844
25276
|
* SCW_SECRET_KEY env variable.
|
|
24845
25277
|
*/
|
|
24846
|
-
declare class API$5 extends API$
|
|
25278
|
+
declare class API$5 extends API$s {
|
|
24847
25279
|
/**
|
|
24848
25280
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
24849
25281
|
* that must be used in all other commands.
|
|
@@ -24965,6 +25397,7 @@ declare namespace index$4 {
|
|
|
24965
25397
|
};
|
|
24966
25398
|
}
|
|
24967
25399
|
|
|
25400
|
+
type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
|
|
24968
25401
|
type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
|
|
24969
25402
|
type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
|
|
24970
25403
|
type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
|
|
@@ -25010,7 +25443,7 @@ interface Domain {
|
|
|
25010
25443
|
lastValidAt?: Date;
|
|
25011
25444
|
/** Date and time of the domain's deletion. */
|
|
25012
25445
|
revokedAt?: Date;
|
|
25013
|
-
/** Error message returned if the last check failed. */
|
|
25446
|
+
/** @deprecated Error message returned if the last check failed. */
|
|
25014
25447
|
lastError?: string;
|
|
25015
25448
|
/** Snippet of the SPF record to register in the DNS zone. */
|
|
25016
25449
|
spfConfig: string;
|
|
@@ -25020,6 +25453,35 @@ interface Domain {
|
|
|
25020
25453
|
statistics?: DomainStatistics;
|
|
25021
25454
|
region: Region;
|
|
25022
25455
|
}
|
|
25456
|
+
/** Domain last status. */
|
|
25457
|
+
interface DomainLastStatus {
|
|
25458
|
+
/** The id of the domain. */
|
|
25459
|
+
domainId: string;
|
|
25460
|
+
/** The domain name (example.com). */
|
|
25461
|
+
domainName: string;
|
|
25462
|
+
/** The SPF record verification data. */
|
|
25463
|
+
spfRecord?: DomainLastStatusSpfRecord;
|
|
25464
|
+
/** The DKIM record verification data. */
|
|
25465
|
+
dkimRecord?: DomainLastStatusDkimRecord;
|
|
25466
|
+
}
|
|
25467
|
+
/** Domain last status. dkim record. */
|
|
25468
|
+
interface DomainLastStatusDkimRecord {
|
|
25469
|
+
/** Status of the DKIM record's configurartion. */
|
|
25470
|
+
status: DomainLastStatusRecordStatus;
|
|
25471
|
+
/** Time and date the DKIM record was last valid. */
|
|
25472
|
+
lastValidAt?: Date;
|
|
25473
|
+
/** An error text displays in case the record is not valid. */
|
|
25474
|
+
error?: string;
|
|
25475
|
+
}
|
|
25476
|
+
/** Domain last status. spf record. */
|
|
25477
|
+
interface DomainLastStatusSpfRecord {
|
|
25478
|
+
/** Status of the SPF record's configurartion. */
|
|
25479
|
+
status: DomainLastStatusRecordStatus;
|
|
25480
|
+
/** Time and date the SPF record was last valid. */
|
|
25481
|
+
lastValidAt?: Date;
|
|
25482
|
+
/** An error text displays in case the record is not valid. */
|
|
25483
|
+
error?: string;
|
|
25484
|
+
}
|
|
25023
25485
|
interface DomainStatistics {
|
|
25024
25486
|
totalCount: number;
|
|
25025
25487
|
sentCount: number;
|
|
@@ -25036,7 +25498,7 @@ interface Email {
|
|
|
25036
25498
|
projectId: string;
|
|
25037
25499
|
/** Email address of the sender. */
|
|
25038
25500
|
mailFrom: string;
|
|
25039
|
-
/** @deprecated
|
|
25501
|
+
/** @deprecated Email address of the recipient. */
|
|
25040
25502
|
rcptTo?: string;
|
|
25041
25503
|
/** Email address of the recipient. */
|
|
25042
25504
|
mailRcpt: string;
|
|
@@ -25125,11 +25587,11 @@ type CreateEmailRequest = {
|
|
|
25125
25587
|
region?: Region;
|
|
25126
25588
|
/** Sender information. Must be from a checked domain declared in the Project. */
|
|
25127
25589
|
from?: CreateEmailRequestAddress;
|
|
25128
|
-
/**
|
|
25590
|
+
/** An array of the primary recipient's information. */
|
|
25129
25591
|
to?: CreateEmailRequestAddress[];
|
|
25130
|
-
/**
|
|
25592
|
+
/** An array of the carbon copy recipient's information. */
|
|
25131
25593
|
cc?: CreateEmailRequestAddress[];
|
|
25132
|
-
/**
|
|
25594
|
+
/** An array of the blind carbon copy recipient's information. */
|
|
25133
25595
|
bcc?: CreateEmailRequestAddress[];
|
|
25134
25596
|
/** Subject of the email. */
|
|
25135
25597
|
subject: string;
|
|
@@ -25173,10 +25635,7 @@ type ListEmailsRequest = {
|
|
|
25173
25635
|
until?: Date;
|
|
25174
25636
|
/** (Optional) List emails sent with this sender's email address. */
|
|
25175
25637
|
mailFrom?: string;
|
|
25176
|
-
/**
|
|
25177
|
-
* @deprecated (Deprecated) List emails sent to this recipient's email
|
|
25178
|
-
* address.
|
|
25179
|
-
*/
|
|
25638
|
+
/** @deprecated List emails sent to this recipient's email address. */
|
|
25180
25639
|
mailTo?: string;
|
|
25181
25640
|
/** (Optional) List emails sent to this recipient's email address. */
|
|
25182
25641
|
mailRcpt?: string;
|
|
@@ -25184,17 +25643,9 @@ type ListEmailsRequest = {
|
|
|
25184
25643
|
statuses?: EmailStatus[];
|
|
25185
25644
|
/** (Optional) List emails with this subject. */
|
|
25186
25645
|
subject?: string;
|
|
25187
|
-
/**
|
|
25188
|
-
|
|
25189
|
-
|
|
25190
|
-
*
|
|
25191
|
-
* - Created_at
|
|
25192
|
-
* - Updated_at
|
|
25193
|
-
* - Status
|
|
25194
|
-
* - Mail_from
|
|
25195
|
-
* - Mail_rcpt
|
|
25196
|
-
* - Subject.
|
|
25197
|
-
*/
|
|
25646
|
+
/** (Optional) List emails by searching to all fields. */
|
|
25647
|
+
search?: string;
|
|
25648
|
+
/** (Optional) List emails corresponding to specific criteria. */
|
|
25198
25649
|
orderBy?: ListEmailsRequestOrderBy;
|
|
25199
25650
|
};
|
|
25200
25651
|
type GetStatisticsRequest = {
|
|
@@ -25281,9 +25732,18 @@ type CheckDomainRequest = {
|
|
|
25281
25732
|
/** ID of the domain to check. */
|
|
25282
25733
|
domainId: string;
|
|
25283
25734
|
};
|
|
25735
|
+
type GetDomainLastStatusRequest = {
|
|
25736
|
+
/**
|
|
25737
|
+
* Region to target. If none is passed will use default region from the
|
|
25738
|
+
* config.
|
|
25739
|
+
*/
|
|
25740
|
+
region?: Region;
|
|
25741
|
+
/** ID of the domain to delete. */
|
|
25742
|
+
domainId: string;
|
|
25743
|
+
};
|
|
25284
25744
|
|
|
25285
25745
|
/** Transactional Email API. */
|
|
25286
|
-
declare class API$4 extends API$
|
|
25746
|
+
declare class API$4 extends API$s {
|
|
25287
25747
|
/** Lists the available regions of the API. */
|
|
25288
25748
|
static readonly LOCALITIES: Region[];
|
|
25289
25749
|
/**
|
|
@@ -25315,15 +25775,7 @@ declare class API$4 extends API$r {
|
|
|
25315
25775
|
protected pageOfListEmails: (request?: Readonly<ListEmailsRequest>) => Promise<ListEmailsResponse>;
|
|
25316
25776
|
/**
|
|
25317
25777
|
* List emails. Retrieve the list of emails sent from a specific domain or for
|
|
25318
|
-
* a specific Project or Organization. You must specify the `region`.
|
|
25319
|
-
* filter your emails in ascending or descending order using:
|
|
25320
|
-
*
|
|
25321
|
-
* - Created_at
|
|
25322
|
-
* - Updated_at
|
|
25323
|
-
* - Status
|
|
25324
|
-
* - Mail_from
|
|
25325
|
-
* - Mail_rcpt
|
|
25326
|
-
* - Subject
|
|
25778
|
+
* a specific Project or Organization. You must specify the `region`.
|
|
25327
25779
|
*
|
|
25328
25780
|
* @param request - The request {@link ListEmailsRequest}
|
|
25329
25781
|
* @returns A Promise of ListEmailsResponse
|
|
@@ -25401,6 +25853,15 @@ declare class API$4 extends API$r {
|
|
|
25401
25853
|
* @returns A Promise of Domain
|
|
25402
25854
|
*/
|
|
25403
25855
|
checkDomain: (request: Readonly<CheckDomainRequest>) => Promise<Domain>;
|
|
25856
|
+
/**
|
|
25857
|
+
* Display SPF and DKIM records status and potential errors. Display SPF and
|
|
25858
|
+
* DKIM records status and potential errors, including the found records to
|
|
25859
|
+
* make debugging easier.
|
|
25860
|
+
*
|
|
25861
|
+
* @param request - The request {@link GetDomainLastStatusRequest}
|
|
25862
|
+
* @returns A Promise of DomainLastStatus
|
|
25863
|
+
*/
|
|
25864
|
+
getDomainLastStatus: (request: Readonly<GetDomainLastStatusRequest>) => Promise<DomainLastStatus>;
|
|
25404
25865
|
}
|
|
25405
25866
|
|
|
25406
25867
|
/** Lists transient statutes of the enum {@link DomainStatus}. */
|
|
@@ -25417,6 +25878,10 @@ type index_gen$4_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
|
|
|
25417
25878
|
type index_gen$4_CreateEmailResponse = CreateEmailResponse;
|
|
25418
25879
|
declare const index_gen$4_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
|
|
25419
25880
|
type index_gen$4_Domain = Domain;
|
|
25881
|
+
type index_gen$4_DomainLastStatus = DomainLastStatus;
|
|
25882
|
+
type index_gen$4_DomainLastStatusDkimRecord = DomainLastStatusDkimRecord;
|
|
25883
|
+
type index_gen$4_DomainLastStatusRecordStatus = DomainLastStatusRecordStatus;
|
|
25884
|
+
type index_gen$4_DomainLastStatusSpfRecord = DomainLastStatusSpfRecord;
|
|
25420
25885
|
type index_gen$4_DomainStatistics = DomainStatistics;
|
|
25421
25886
|
type index_gen$4_DomainStatus = DomainStatus;
|
|
25422
25887
|
declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
|
|
@@ -25424,6 +25889,7 @@ type index_gen$4_Email = Email;
|
|
|
25424
25889
|
type index_gen$4_EmailRcptType = EmailRcptType;
|
|
25425
25890
|
type index_gen$4_EmailStatus = EmailStatus;
|
|
25426
25891
|
type index_gen$4_EmailTry = EmailTry;
|
|
25892
|
+
type index_gen$4_GetDomainLastStatusRequest = GetDomainLastStatusRequest;
|
|
25427
25893
|
type index_gen$4_GetDomainRequest = GetDomainRequest;
|
|
25428
25894
|
type index_gen$4_GetEmailRequest = GetEmailRequest;
|
|
25429
25895
|
type index_gen$4_GetStatisticsRequest = GetStatisticsRequest;
|
|
@@ -25446,6 +25912,10 @@ declare namespace index_gen$4 {
|
|
|
25446
25912
|
index_gen$4_CreateEmailResponse as CreateEmailResponse,
|
|
25447
25913
|
index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
|
|
25448
25914
|
index_gen$4_Domain as Domain,
|
|
25915
|
+
index_gen$4_DomainLastStatus as DomainLastStatus,
|
|
25916
|
+
index_gen$4_DomainLastStatusDkimRecord as DomainLastStatusDkimRecord,
|
|
25917
|
+
index_gen$4_DomainLastStatusRecordStatus as DomainLastStatusRecordStatus,
|
|
25918
|
+
index_gen$4_DomainLastStatusSpfRecord as DomainLastStatusSpfRecord,
|
|
25449
25919
|
index_gen$4_DomainStatistics as DomainStatistics,
|
|
25450
25920
|
index_gen$4_DomainStatus as DomainStatus,
|
|
25451
25921
|
index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
|
|
@@ -25453,6 +25923,7 @@ declare namespace index_gen$4 {
|
|
|
25453
25923
|
index_gen$4_EmailRcptType as EmailRcptType,
|
|
25454
25924
|
index_gen$4_EmailStatus as EmailStatus,
|
|
25455
25925
|
index_gen$4_EmailTry as EmailTry,
|
|
25926
|
+
index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest,
|
|
25456
25927
|
index_gen$4_GetDomainRequest as GetDomainRequest,
|
|
25457
25928
|
index_gen$4_GetEmailRequest as GetEmailRequest,
|
|
25458
25929
|
index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
|
|
@@ -25573,7 +26044,7 @@ type DeletePrivateNetworkRequest$1 = {
|
|
|
25573
26044
|
};
|
|
25574
26045
|
|
|
25575
26046
|
/** VPC API. */
|
|
25576
|
-
declare class API$3 extends API$
|
|
26047
|
+
declare class API$3 extends API$s {
|
|
25577
26048
|
/** Lists the available zones of the API. */
|
|
25578
26049
|
static readonly LOCALITIES: Zone[];
|
|
25579
26050
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -25711,6 +26182,8 @@ interface VPC {
|
|
|
25711
26182
|
createdAt?: Date;
|
|
25712
26183
|
/** Date the VPC was last modified. */
|
|
25713
26184
|
updatedAt?: Date;
|
|
26185
|
+
/** Number of Private Networks within this VPC. */
|
|
26186
|
+
privateNetworkCount: number;
|
|
25714
26187
|
}
|
|
25715
26188
|
type ListVPCsRequest = {
|
|
25716
26189
|
/**
|
|
@@ -25758,6 +26231,8 @@ type CreateVPCRequest = {
|
|
|
25758
26231
|
region?: Region;
|
|
25759
26232
|
/** Name for the VPC. */
|
|
25760
26233
|
name?: string;
|
|
26234
|
+
/** Name for the VPC's associated default Private Network. */
|
|
26235
|
+
defaultPrivateNetworkName: string;
|
|
25761
26236
|
/** Scaleway Project in which to create the VPC. */
|
|
25762
26237
|
projectId?: string;
|
|
25763
26238
|
/** Tags for the VPC. */
|
|
@@ -25945,7 +26420,7 @@ type DeleteSubnetsRequest = {
|
|
|
25945
26420
|
};
|
|
25946
26421
|
|
|
25947
26422
|
/** VPC API. */
|
|
25948
|
-
declare class API$2 extends API$
|
|
26423
|
+
declare class API$2 extends API$s {
|
|
25949
26424
|
/** Lists the available regions of the API. */
|
|
25950
26425
|
static readonly LOCALITIES: Region[];
|
|
25951
26426
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -25965,7 +26440,7 @@ declare class API$2 extends API$r {
|
|
|
25965
26440
|
* @param request - The request {@link CreateVPCRequest}
|
|
25966
26441
|
* @returns A Promise of VPC
|
|
25967
26442
|
*/
|
|
25968
|
-
createVPC: (request
|
|
26443
|
+
createVPC: (request: Readonly<CreateVPCRequest>) => Promise<VPC>;
|
|
25969
26444
|
/**
|
|
25970
26445
|
* Get a VPC. Retrieve details of an existing VPC, specified by its VPC ID.
|
|
25971
26446
|
*
|
|
@@ -26993,7 +27468,7 @@ type RefreshSSHKeysRequest = {
|
|
|
26993
27468
|
};
|
|
26994
27469
|
|
|
26995
27470
|
/** Public Gateways API. */
|
|
26996
|
-
declare class API$1 extends API$
|
|
27471
|
+
declare class API$1 extends API$s {
|
|
26997
27472
|
/** Lists the available zones of the API. */
|
|
26998
27473
|
static readonly LOCALITIES: Zone[];
|
|
26999
27474
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -27797,7 +28272,7 @@ type ListOffersRequest = {
|
|
|
27797
28272
|
};
|
|
27798
28273
|
|
|
27799
28274
|
/** Web Hosting API. */
|
|
27800
|
-
declare class API extends API$
|
|
28275
|
+
declare class API extends API$s {
|
|
27801
28276
|
/** Lists the available regions of the API. */
|
|
27802
28277
|
static readonly LOCALITIES: Region[];
|
|
27803
28278
|
/**
|
|
@@ -27976,4 +28451,4 @@ declare namespace index {
|
|
|
27976
28451
|
};
|
|
27977
28452
|
}
|
|
27978
28453
|
|
|
27979
|
-
export { API$
|
|
28454
|
+
export { API$s as API, index$t as Account, index$s as AppleSilicon, index$q as BareMetal, index$p as Billing, Client, ClientConfig, index$o as Cockpit, index$n as Container, DefaultValues, index$m as Domain, index$u as Errors, index$l as FlexibleIP, index$k as Function, index$j as IAM, index$g as IOT, index$f as IPFS, index$h as Instance, index$d as K8S, index$b as LB, Logger, index$9 as MNQ, index$a as Marketplace, Money, NetworkInterceptors, Profile, index$8 as RDB, index$7 as Redis, Region, index$6 as Registry, RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, ScwFile, index$5 as Secret, ServiceInfo, Settings, index$4 as Test, TimeSeries, index$3 as TransactionalEmail, index$2 as VPC, index$1 as VPCGW, WaitForOptions, WaitForStopCondition, index as Webhosting, Zone, addAsyncHeaderInterceptor, authenticateWithSessionToken, createAdvancedClient, createClient, enableConsoleLogger, enrichForPagination, isJSONObject, marshalMoney, marshalScwFile, marshalTimeSeries, resolveOneOf, setLogger, unmarshalArrayOfObject, unmarshalDate, unmarshalMapOfObject, unmarshalMoney, unmarshalScwFile, unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, urlParams, validatePathParam, waitForResource, withAdditionalInterceptors, withDefaultPageSize, withHTTPClient, withProfile, withUserAgent, withUserAgentSuffix };
|