@scaleway/sdk 1.14.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 +174 -152
- 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/tem/v1alpha1/api.gen.js +182 -147
- 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 +1 -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 +732 -311
- package/dist/index.d.ts +2040 -1540
- 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 +2 -2
- 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
|
|
|
@@ -1388,7 +1388,7 @@ type ReinstallServerRequest = {
|
|
|
1388
1388
|
};
|
|
1389
1389
|
|
|
1390
1390
|
/** Apple silicon API. */
|
|
1391
|
-
declare class API$
|
|
1391
|
+
declare class API$q extends API$s {
|
|
1392
1392
|
/** Lists the available zones of the API. */
|
|
1393
1393
|
static readonly LOCALITIES: Zone[];
|
|
1394
1394
|
/**
|
|
@@ -1507,47 +1507,47 @@ declare class API$p extends API$r {
|
|
|
1507
1507
|
/** Lists transient statutes of the enum {@link ServerStatus}. */
|
|
1508
1508
|
declare const SERVER_TRANSIENT_STATUSES$2: ServerStatus$1[];
|
|
1509
1509
|
|
|
1510
|
-
type index_gen$
|
|
1511
|
-
type index_gen$
|
|
1512
|
-
type index_gen$
|
|
1513
|
-
type index_gen$
|
|
1514
|
-
type index_gen$
|
|
1515
|
-
type index_gen$
|
|
1516
|
-
type index_gen$
|
|
1517
|
-
type index_gen$
|
|
1518
|
-
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 {
|
|
1519
1519
|
export {
|
|
1520
|
-
API$
|
|
1520
|
+
API$q as API,
|
|
1521
1521
|
CreateServerRequest$3 as CreateServerRequest,
|
|
1522
1522
|
DeleteServerRequest$2 as DeleteServerRequest,
|
|
1523
1523
|
GetOSRequest$1 as GetOSRequest,
|
|
1524
1524
|
GetServerRequest$2 as GetServerRequest,
|
|
1525
|
-
index_gen$
|
|
1525
|
+
index_gen$m_GetServerTypeRequest as GetServerTypeRequest,
|
|
1526
1526
|
ListOSRequest$2 as ListOSRequest,
|
|
1527
1527
|
ListOSResponse$1 as ListOSResponse,
|
|
1528
|
-
index_gen$
|
|
1529
|
-
index_gen$
|
|
1528
|
+
index_gen$m_ListServerTypesRequest as ListServerTypesRequest,
|
|
1529
|
+
index_gen$m_ListServerTypesResponse as ListServerTypesResponse,
|
|
1530
1530
|
ListServersRequest$3 as ListServersRequest,
|
|
1531
1531
|
ListServersRequestOrderBy$1 as ListServersRequestOrderBy,
|
|
1532
1532
|
ListServersResponse$2 as ListServersResponse,
|
|
1533
1533
|
OS$1 as OS,
|
|
1534
1534
|
RebootServerRequest$1 as RebootServerRequest,
|
|
1535
|
-
index_gen$
|
|
1535
|
+
index_gen$m_ReinstallServerRequest as ReinstallServerRequest,
|
|
1536
1536
|
SERVER_TRANSIENT_STATUSES$2 as SERVER_TRANSIENT_STATUSES,
|
|
1537
1537
|
Server$2 as Server,
|
|
1538
1538
|
ServerStatus$1 as ServerStatus,
|
|
1539
1539
|
ServerType$1 as ServerType,
|
|
1540
|
-
index_gen$
|
|
1541
|
-
index_gen$
|
|
1542
|
-
index_gen$
|
|
1543
|
-
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,
|
|
1544
1544
|
UpdateServerRequest$3 as UpdateServerRequest,
|
|
1545
1545
|
};
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
-
declare namespace index$
|
|
1548
|
+
declare namespace index$s {
|
|
1549
1549
|
export {
|
|
1550
|
-
index_gen$
|
|
1550
|
+
index_gen$m as v1alpha1,
|
|
1551
1551
|
};
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
@@ -2263,7 +2263,7 @@ type PrivateNetworkApiDeleteServerPrivateNetworkRequest = {
|
|
|
2263
2263
|
*
|
|
2264
2264
|
* This API allows to manage your Elastic Metal server. Elastic Metal API.
|
|
2265
2265
|
*/
|
|
2266
|
-
declare class API$
|
|
2266
|
+
declare class API$p extends API$s {
|
|
2267
2267
|
/** Lists the available zones of the API. */
|
|
2268
2268
|
static readonly LOCALITIES: Zone[];
|
|
2269
2269
|
protected pageOfListServers: (request?: Readonly<ListServersRequest$2>) => Promise<ListServersResponse$1>;
|
|
@@ -2503,7 +2503,7 @@ declare class API$o extends API$r {
|
|
|
2503
2503
|
getOS: (request: Readonly<GetOSRequest>) => Promise<OS>;
|
|
2504
2504
|
}
|
|
2505
2505
|
/** Elastic Metal Private Network API. */
|
|
2506
|
-
declare class PrivateNetworkAPI extends API$
|
|
2506
|
+
declare class PrivateNetworkAPI extends API$s {
|
|
2507
2507
|
/** Lists the available zones of the API. */
|
|
2508
2508
|
static readonly LOCALITIES: Zone[];
|
|
2509
2509
|
/**
|
|
@@ -2543,7 +2543,7 @@ declare class PrivateNetworkAPI extends API$r {
|
|
|
2543
2543
|
deleteServerPrivateNetwork: (request: Readonly<PrivateNetworkApiDeleteServerPrivateNetworkRequest>) => Promise<void>;
|
|
2544
2544
|
}
|
|
2545
2545
|
|
|
2546
|
-
declare class BaremetalV1UtilsAPI extends API$
|
|
2546
|
+
declare class BaremetalV1UtilsAPI extends API$p {
|
|
2547
2547
|
/**
|
|
2548
2548
|
* Waits for {@link ServerInstall} to be in a final state.
|
|
2549
2549
|
*
|
|
@@ -2687,152 +2687,152 @@ declare namespace validationRules_gen$4 {
|
|
|
2687
2687
|
};
|
|
2688
2688
|
}
|
|
2689
2689
|
|
|
2690
|
-
type index$
|
|
2691
|
-
type index$
|
|
2692
|
-
type index$
|
|
2693
|
-
type index$
|
|
2694
|
-
type index$
|
|
2695
|
-
type index$
|
|
2696
|
-
type index$
|
|
2697
|
-
type index$
|
|
2698
|
-
type index$
|
|
2699
|
-
type index$
|
|
2700
|
-
type index$
|
|
2701
|
-
type index$
|
|
2702
|
-
type index$
|
|
2703
|
-
type index$
|
|
2704
|
-
type index$
|
|
2705
|
-
type index$
|
|
2706
|
-
type index$
|
|
2707
|
-
type index$
|
|
2708
|
-
type index$
|
|
2709
|
-
type index$
|
|
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
|
-
declare const index$
|
|
2722
|
-
type index$
|
|
2723
|
-
type index$
|
|
2724
|
-
type index$
|
|
2725
|
-
type index$
|
|
2726
|
-
type index$
|
|
2727
|
-
type index$
|
|
2728
|
-
declare const index$
|
|
2729
|
-
declare const 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
|
-
type index$
|
|
2742
|
-
type index$
|
|
2743
|
-
type index$
|
|
2744
|
-
type index$
|
|
2745
|
-
type index$
|
|
2746
|
-
type index$
|
|
2747
|
-
type index$
|
|
2748
|
-
type index$
|
|
2749
|
-
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 {
|
|
2750
2750
|
export {
|
|
2751
2751
|
BaremetalV1UtilsAPI as API,
|
|
2752
|
-
index$
|
|
2753
|
-
index$
|
|
2754
|
-
index$
|
|
2752
|
+
index$r_AddOptionServerRequest as AddOptionServerRequest,
|
|
2753
|
+
index$r_BMCAccess as BMCAccess,
|
|
2754
|
+
index$r_CPU as CPU,
|
|
2755
2755
|
CreateServerRequest$2 as CreateServerRequest,
|
|
2756
2756
|
CreateServerRequestInstall$1 as CreateServerRequestInstall,
|
|
2757
|
-
index$
|
|
2757
|
+
index$r_DeleteOptionServerRequest as DeleteOptionServerRequest,
|
|
2758
2758
|
DeleteServerRequest$1 as DeleteServerRequest,
|
|
2759
|
-
index$
|
|
2760
|
-
index$
|
|
2761
|
-
index$
|
|
2762
|
-
index$
|
|
2763
|
-
index$
|
|
2764
|
-
index$
|
|
2765
|
-
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,
|
|
2766
2766
|
GetServerRequest$1 as GetServerRequest,
|
|
2767
2767
|
IP$1 as IP,
|
|
2768
|
-
index$
|
|
2769
|
-
index$
|
|
2768
|
+
index$r_IPReverseStatus as IPReverseStatus,
|
|
2769
|
+
index$r_IPVersion as IPVersion,
|
|
2770
2770
|
InstallServerRequest$1 as InstallServerRequest,
|
|
2771
2771
|
ListOSRequest$1 as ListOSRequest,
|
|
2772
|
-
index$
|
|
2772
|
+
index$r_ListOSResponse as ListOSResponse,
|
|
2773
2773
|
ListOffersRequest$2 as ListOffersRequest,
|
|
2774
2774
|
ListOffersResponse$1 as ListOffersResponse,
|
|
2775
2775
|
ListOptionsRequest$1 as ListOptionsRequest,
|
|
2776
|
-
index$
|
|
2776
|
+
index$r_ListOptionsResponse as ListOptionsResponse,
|
|
2777
2777
|
ListServerEventsRequest$1 as ListServerEventsRequest,
|
|
2778
|
-
index$
|
|
2779
|
-
index$
|
|
2780
|
-
index$
|
|
2781
|
-
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,
|
|
2782
2782
|
ListServersRequest$2 as ListServersRequest,
|
|
2783
|
-
index$
|
|
2783
|
+
index$r_ListServersRequestOrderBy as ListServersRequestOrderBy,
|
|
2784
2784
|
ListServersResponse$1 as ListServersResponse,
|
|
2785
2785
|
ListSettingsRequest$1 as ListSettingsRequest,
|
|
2786
|
-
index$
|
|
2787
|
-
index$
|
|
2788
|
-
index$
|
|
2789
|
-
index$
|
|
2790
|
-
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,
|
|
2791
2791
|
Offer$1 as Offer,
|
|
2792
|
-
index$
|
|
2793
|
-
index$
|
|
2794
|
-
index$
|
|
2795
|
-
index$
|
|
2796
|
-
index$
|
|
2797
|
-
index$
|
|
2798
|
-
index$
|
|
2799
|
-
index$
|
|
2800
|
-
index$
|
|
2801
|
-
index$
|
|
2802
|
-
index$
|
|
2803
|
-
index$
|
|
2804
|
-
index$
|
|
2805
|
-
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,
|
|
2806
2806
|
SERVER_TRANSIENT_STATUSES$1 as SERVER_TRANSIENT_STATUSES,
|
|
2807
2807
|
Server$1 as Server,
|
|
2808
|
-
index$
|
|
2809
|
-
index$
|
|
2810
|
-
index$
|
|
2811
|
-
index$
|
|
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$
|
|
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,
|
|
2826
2826
|
UpdateIPRequest$1 as UpdateIPRequest,
|
|
2827
2827
|
UpdateServerRequest$2 as UpdateServerRequest,
|
|
2828
|
-
index$
|
|
2828
|
+
index$r_UpdateSettingRequest as UpdateSettingRequest,
|
|
2829
2829
|
validationRules_gen$4 as ValidationRules,
|
|
2830
2830
|
};
|
|
2831
2831
|
}
|
|
2832
2832
|
|
|
2833
|
-
declare namespace index$
|
|
2833
|
+
declare namespace index$q {
|
|
2834
2834
|
export {
|
|
2835
|
-
index$
|
|
2835
|
+
index$r as v1,
|
|
2836
2836
|
};
|
|
2837
2837
|
}
|
|
2838
2838
|
|
|
@@ -2923,7 +2923,7 @@ type DownloadInvoiceRequest = {
|
|
|
2923
2923
|
*
|
|
2924
2924
|
* This API allows you to query your consumption. Billing API.
|
|
2925
2925
|
*/
|
|
2926
|
-
declare class API$
|
|
2926
|
+
declare class API$o extends API$s {
|
|
2927
2927
|
getConsumption: (request?: Readonly<GetConsumptionRequest>) => Promise<GetConsumptionResponse>;
|
|
2928
2928
|
protected pageOfListInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse>;
|
|
2929
2929
|
listInvoices: (request?: Readonly<ListInvoicesRequest>) => Promise<ListInvoicesResponse> & {
|
|
@@ -2933,35 +2933,35 @@ declare class API$n extends API$r {
|
|
|
2933
2933
|
downloadInvoice: (request: Readonly<DownloadInvoiceRequest>) => Promise<Blob>;
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
|
-
type index_gen$
|
|
2937
|
-
type index_gen$
|
|
2938
|
-
type index_gen$
|
|
2939
|
-
type index_gen$
|
|
2940
|
-
type index_gen$
|
|
2941
|
-
type index_gen$
|
|
2942
|
-
type index_gen$
|
|
2943
|
-
type index_gen$
|
|
2944
|
-
type index_gen$
|
|
2945
|
-
type index_gen$
|
|
2946
|
-
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 {
|
|
2947
2947
|
export {
|
|
2948
|
-
API$
|
|
2949
|
-
index_gen$
|
|
2950
|
-
index_gen$
|
|
2951
|
-
index_gen$
|
|
2952
|
-
index_gen$
|
|
2953
|
-
index_gen$
|
|
2954
|
-
index_gen$
|
|
2955
|
-
index_gen$
|
|
2956
|
-
index_gen$
|
|
2957
|
-
index_gen$
|
|
2958
|
-
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,
|
|
2959
2959
|
};
|
|
2960
2960
|
}
|
|
2961
2961
|
|
|
2962
|
-
declare namespace index$
|
|
2962
|
+
declare namespace index$p {
|
|
2963
2963
|
export {
|
|
2964
|
-
index_gen$
|
|
2964
|
+
index_gen$l as v2alpha1,
|
|
2965
2965
|
};
|
|
2966
2966
|
}
|
|
2967
2967
|
|
|
@@ -3248,7 +3248,7 @@ type SelectPlanRequest = {
|
|
|
3248
3248
|
* Projects. Scaleway's Cockpit stores metrics and logs and provides a dedicated
|
|
3249
3249
|
* Grafana for dashboarding to visualize them.
|
|
3250
3250
|
*/
|
|
3251
|
-
declare class API$
|
|
3251
|
+
declare class API$n extends API$s {
|
|
3252
3252
|
/**
|
|
3253
3253
|
* Activate a Cockpit. Activate the Cockpit of the specified Project ID.
|
|
3254
3254
|
*
|
|
@@ -3434,92 +3434,92 @@ declare class API$m extends API$r {
|
|
|
3434
3434
|
/** Lists transient statutes of the enum {@link CockpitStatus}. */
|
|
3435
3435
|
declare const COCKPIT_TRANSIENT_STATUSES: CockpitStatus[];
|
|
3436
3436
|
|
|
3437
|
-
type index_gen$
|
|
3438
|
-
declare const index_gen$
|
|
3439
|
-
type index_gen$
|
|
3440
|
-
type index_gen$
|
|
3441
|
-
type index_gen$
|
|
3442
|
-
type index_gen$
|
|
3443
|
-
type index_gen$
|
|
3444
|
-
type index_gen$
|
|
3445
|
-
type index_gen$
|
|
3446
|
-
type index_gen$
|
|
3447
|
-
type index_gen$
|
|
3448
|
-
type index_gen$
|
|
3449
|
-
type index_gen$
|
|
3450
|
-
type index_gen$
|
|
3451
|
-
type index_gen$
|
|
3452
|
-
type index_gen$
|
|
3453
|
-
type index_gen$
|
|
3454
|
-
type index_gen$
|
|
3455
|
-
type index_gen$
|
|
3456
|
-
type index_gen$
|
|
3457
|
-
type index_gen$
|
|
3458
|
-
type 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
|
-
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 {
|
|
3473
3473
|
export {
|
|
3474
|
-
API$
|
|
3475
|
-
index_gen$
|
|
3476
|
-
index_gen$
|
|
3477
|
-
index_gen$
|
|
3478
|
-
index_gen$
|
|
3479
|
-
index_gen$
|
|
3480
|
-
index_gen$
|
|
3481
|
-
index_gen$
|
|
3482
|
-
index_gen$
|
|
3483
|
-
index_gen$
|
|
3484
|
-
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,
|
|
3485
3485
|
CreateTokenRequest$2 as CreateTokenRequest,
|
|
3486
|
-
index_gen$
|
|
3487
|
-
index_gen$
|
|
3488
|
-
index_gen$
|
|
3486
|
+
index_gen$k_DeactivateCockpitRequest as DeactivateCockpitRequest,
|
|
3487
|
+
index_gen$k_DeleteContactPointRequest as DeleteContactPointRequest,
|
|
3488
|
+
index_gen$k_DeleteGrafanaUserRequest as DeleteGrafanaUserRequest,
|
|
3489
3489
|
DeleteTokenRequest$2 as DeleteTokenRequest,
|
|
3490
|
-
index_gen$
|
|
3491
|
-
index_gen$
|
|
3492
|
-
index_gen$
|
|
3493
|
-
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,
|
|
3494
3494
|
GetTokenRequest$2 as GetTokenRequest,
|
|
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$
|
|
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,
|
|
3505
3505
|
ListTokensRequest$2 as ListTokensRequest,
|
|
3506
3506
|
ListTokensRequestOrderBy$2 as ListTokensRequestOrderBy,
|
|
3507
3507
|
ListTokensResponse$2 as ListTokensResponse,
|
|
3508
|
-
index_gen$
|
|
3509
|
-
index_gen$
|
|
3510
|
-
index_gen$
|
|
3511
|
-
index_gen$
|
|
3512
|
-
index_gen$
|
|
3513
|
-
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,
|
|
3514
3514
|
Token$2 as Token,
|
|
3515
|
-
index_gen$
|
|
3516
|
-
index_gen$
|
|
3515
|
+
index_gen$k_TokenScopes as TokenScopes,
|
|
3516
|
+
index_gen$k_TriggerTestAlertRequest as TriggerTestAlertRequest,
|
|
3517
3517
|
};
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
declare namespace index$
|
|
3520
|
+
declare namespace index$o {
|
|
3521
3521
|
export {
|
|
3522
|
-
index_gen$
|
|
3522
|
+
index_gen$k as v1beta1,
|
|
3523
3523
|
};
|
|
3524
3524
|
}
|
|
3525
3525
|
|
|
@@ -4140,7 +4140,7 @@ type DeleteTokenRequest$1 = {
|
|
|
4140
4140
|
};
|
|
4141
4141
|
|
|
4142
4142
|
/** Serverless Containers API. */
|
|
4143
|
-
declare class API$
|
|
4143
|
+
declare class API$m extends API$s {
|
|
4144
4144
|
/** Lists the available regions of the API. */
|
|
4145
4145
|
static readonly LOCALITIES: Region[];
|
|
4146
4146
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$3>) => Promise<ListNamespacesResponse$3>;
|
|
@@ -4410,31 +4410,31 @@ declare const NAMESPACE_TRANSIENT_STATUSES$2: NamespaceStatus$2[];
|
|
|
4410
4410
|
/** Lists transient statutes of the enum {@link TokenStatus}. */
|
|
4411
4411
|
declare const TOKEN_TRANSIENT_STATUSES$1: TokenStatus$1[];
|
|
4412
4412
|
|
|
4413
|
-
declare const index_gen$
|
|
4414
|
-
type index_gen$
|
|
4415
|
-
type index_gen$
|
|
4416
|
-
type index_gen$
|
|
4417
|
-
type index_gen$
|
|
4418
|
-
type index_gen$
|
|
4419
|
-
type index_gen$
|
|
4420
|
-
type index_gen$
|
|
4421
|
-
type index_gen$
|
|
4422
|
-
type index_gen$
|
|
4423
|
-
type index_gen$
|
|
4424
|
-
type index_gen$
|
|
4425
|
-
type index_gen$
|
|
4426
|
-
type index_gen$
|
|
4427
|
-
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 {
|
|
4428
4428
|
export {
|
|
4429
|
-
API$
|
|
4430
|
-
index_gen$
|
|
4429
|
+
API$m as API,
|
|
4430
|
+
index_gen$j_CONTAINER_TRANSIENT_STATUSES as CONTAINER_TRANSIENT_STATUSES,
|
|
4431
4431
|
CRON_TRANSIENT_STATUSES$1 as CRON_TRANSIENT_STATUSES,
|
|
4432
|
-
index_gen$
|
|
4433
|
-
index_gen$
|
|
4434
|
-
index_gen$
|
|
4435
|
-
index_gen$
|
|
4436
|
-
index_gen$
|
|
4437
|
-
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,
|
|
4438
4438
|
CreateCronRequest$1 as CreateCronRequest,
|
|
4439
4439
|
CreateDomainRequest$2 as CreateDomainRequest,
|
|
4440
4440
|
CreateNamespaceRequest$3 as CreateNamespaceRequest,
|
|
@@ -4442,23 +4442,23 @@ declare namespace index_gen$i {
|
|
|
4442
4442
|
Cron$1 as Cron,
|
|
4443
4443
|
CronStatus$1 as CronStatus,
|
|
4444
4444
|
DOMAIN_TRANSIENT_STATUSES$3 as DOMAIN_TRANSIENT_STATUSES,
|
|
4445
|
-
index_gen$
|
|
4445
|
+
index_gen$j_DeleteContainerRequest as DeleteContainerRequest,
|
|
4446
4446
|
DeleteCronRequest$1 as DeleteCronRequest,
|
|
4447
4447
|
DeleteDomainRequest$1 as DeleteDomainRequest,
|
|
4448
4448
|
DeleteNamespaceRequest$3 as DeleteNamespaceRequest,
|
|
4449
4449
|
DeleteTokenRequest$1 as DeleteTokenRequest,
|
|
4450
|
-
index_gen$
|
|
4450
|
+
index_gen$j_DeployContainerRequest as DeployContainerRequest,
|
|
4451
4451
|
Domain$3 as Domain,
|
|
4452
4452
|
DomainStatus$3 as DomainStatus,
|
|
4453
|
-
index_gen$
|
|
4453
|
+
index_gen$j_GetContainerRequest as GetContainerRequest,
|
|
4454
4454
|
GetCronRequest$1 as GetCronRequest,
|
|
4455
4455
|
GetDomainRequest$2 as GetDomainRequest,
|
|
4456
4456
|
GetNamespaceRequest$3 as GetNamespaceRequest,
|
|
4457
4457
|
GetTokenRequest$1 as GetTokenRequest,
|
|
4458
4458
|
IssueJWTRequest$1 as IssueJWTRequest,
|
|
4459
|
-
index_gen$
|
|
4460
|
-
index_gen$
|
|
4461
|
-
index_gen$
|
|
4459
|
+
index_gen$j_ListContainersRequest as ListContainersRequest,
|
|
4460
|
+
index_gen$j_ListContainersRequestOrderBy as ListContainersRequestOrderBy,
|
|
4461
|
+
index_gen$j_ListContainersResponse as ListContainersResponse,
|
|
4462
4462
|
ListCronsRequest$1 as ListCronsRequest,
|
|
4463
4463
|
ListCronsRequestOrderBy$1 as ListCronsRequestOrderBy,
|
|
4464
4464
|
ListCronsResponse$1 as ListCronsResponse,
|
|
@@ -4485,15 +4485,15 @@ declare namespace index_gen$i {
|
|
|
4485
4485
|
TOKEN_TRANSIENT_STATUSES$1 as TOKEN_TRANSIENT_STATUSES,
|
|
4486
4486
|
Token$1 as Token,
|
|
4487
4487
|
TokenStatus$1 as TokenStatus,
|
|
4488
|
-
index_gen$
|
|
4488
|
+
index_gen$j_UpdateContainerRequest as UpdateContainerRequest,
|
|
4489
4489
|
UpdateCronRequest$1 as UpdateCronRequest,
|
|
4490
4490
|
UpdateNamespaceRequest$3 as UpdateNamespaceRequest,
|
|
4491
4491
|
};
|
|
4492
4492
|
}
|
|
4493
4493
|
|
|
4494
|
-
declare namespace index$
|
|
4494
|
+
declare namespace index$n {
|
|
4495
4495
|
export {
|
|
4496
|
-
index_gen$
|
|
4496
|
+
index_gen$j as v1beta1,
|
|
4497
4497
|
};
|
|
4498
4498
|
}
|
|
4499
4499
|
|
|
@@ -5533,7 +5533,7 @@ type RegistrarApiDeleteDomainHostRequest = {
|
|
|
5533
5533
|
* Domains and DNS API. Manage your domains, DNS zones and records with the
|
|
5534
5534
|
* Domains and DNS API.
|
|
5535
5535
|
*/
|
|
5536
|
-
declare class API$
|
|
5536
|
+
declare class API$l extends API$s {
|
|
5537
5537
|
protected pageOfListDNSZones: (request: Readonly<ListDNSZonesRequest>) => Promise<ListDNSZonesResponse>;
|
|
5538
5538
|
/**
|
|
5539
5539
|
* List DNS zones. Retrieve the list of DNS zones you can manage and filter
|
|
@@ -5773,10 +5773,11 @@ declare class API$k extends API$r {
|
|
|
5773
5773
|
*
|
|
5774
5774
|
* Domains and DNS - Registrar API. Manage your domains and contacts.
|
|
5775
5775
|
*/
|
|
5776
|
-
declare class RegistrarAPI extends API$
|
|
5776
|
+
declare class RegistrarAPI extends API$s {
|
|
5777
5777
|
protected pageOfListTasks: (request?: Readonly<RegistrarApiListTasksRequest>) => Promise<ListTasksResponse>;
|
|
5778
5778
|
/**
|
|
5779
|
-
* 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.
|
|
5780
5781
|
*
|
|
5781
5782
|
* @param request - The request {@link RegistrarApiListTasksRequest}
|
|
5782
5783
|
* @returns A Promise of ListTasksResponse
|
|
@@ -5786,34 +5787,37 @@ declare class RegistrarAPI extends API$r {
|
|
|
5786
5787
|
[Symbol.asyncIterator]: () => AsyncGenerator<Task$1[], void, void>;
|
|
5787
5788
|
};
|
|
5788
5789
|
/**
|
|
5789
|
-
*
|
|
5790
|
-
*
|
|
5790
|
+
* Purchase domains. Request the registration of domain names. You can provide
|
|
5791
|
+
* a domain's already existing contact or a new contact.
|
|
5791
5792
|
*
|
|
5792
5793
|
* @param request - The request {@link RegistrarApiBuyDomainsRequest}
|
|
5793
5794
|
* @returns A Promise of OrderResponse
|
|
5794
5795
|
*/
|
|
5795
5796
|
buyDomains: (request: Readonly<RegistrarApiBuyDomainsRequest>) => Promise<OrderResponse>;
|
|
5796
5797
|
/**
|
|
5797
|
-
* Renew
|
|
5798
|
+
* Renew domains. Request the renewal of one or more domain names.
|
|
5798
5799
|
*
|
|
5799
5800
|
* @param request - The request {@link RegistrarApiRenewDomainsRequest}
|
|
5800
5801
|
* @returns A Promise of OrderResponse
|
|
5801
5802
|
*/
|
|
5802
5803
|
renewDomains: (request: Readonly<RegistrarApiRenewDomainsRequest>) => Promise<OrderResponse>;
|
|
5803
5804
|
/**
|
|
5804
|
-
* Transfer a domain. Request the transfer from another registrar
|
|
5805
|
-
* Scaleway.
|
|
5805
|
+
* Transfer a domain. Request the transfer of a domain from another registrar
|
|
5806
|
+
* to Scaleway Domains and DNS.
|
|
5806
5807
|
*
|
|
5807
5808
|
* @param request - The request {@link RegistrarApiTransferInDomainRequest}
|
|
5808
5809
|
* @returns A Promise of OrderResponse
|
|
5809
5810
|
*/
|
|
5810
5811
|
transferInDomain: (request: Readonly<RegistrarApiTransferInDomainRequest>) => Promise<OrderResponse>;
|
|
5811
5812
|
/**
|
|
5812
|
-
* Trade a domain contact. Request
|
|
5813
|
-
* `organization_id`
|
|
5814
|
-
*
|
|
5815
|
-
*
|
|
5816
|
-
*
|
|
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.
|
|
5817
5821
|
*
|
|
5818
5822
|
* @param request - The request {@link RegistrarApiTradeDomainRequest}
|
|
5819
5823
|
* @returns A Promise of OrderResponse
|
|
@@ -5836,9 +5840,10 @@ declare class RegistrarAPI extends API$r {
|
|
|
5836
5840
|
*/
|
|
5837
5841
|
deleteExternalDomain: (request: Readonly<RegistrarApiDeleteExternalDomainRequest>) => Promise<DeleteExternalDomainResponse>;
|
|
5838
5842
|
/**
|
|
5839
|
-
* Check if contacts are compatible
|
|
5840
|
-
* contacts are compatible
|
|
5841
|
-
* 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.
|
|
5842
5847
|
*
|
|
5843
5848
|
* @param request - The request
|
|
5844
5849
|
* {@link RegistrarApiCheckContactsCompatibilityRequest}
|
|
@@ -5847,8 +5852,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5847
5852
|
checkContactsCompatibility: (request?: Readonly<RegistrarApiCheckContactsCompatibilityRequest>) => Promise<CheckContactsCompatibilityResponse>;
|
|
5848
5853
|
protected pageOfListContacts: (request?: Readonly<RegistrarApiListContactsRequest>) => Promise<ListContactsResponse>;
|
|
5849
5854
|
/**
|
|
5850
|
-
* List contacts.
|
|
5851
|
-
* 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.
|
|
5852
5857
|
*
|
|
5853
5858
|
* @param request - The request {@link RegistrarApiListContactsRequest}
|
|
5854
5859
|
* @returns A Promise of ListContactsResponse
|
|
@@ -5858,15 +5863,15 @@ declare class RegistrarAPI extends API$r {
|
|
|
5858
5863
|
[Symbol.asyncIterator]: () => AsyncGenerator<ContactRoles[], void, void>;
|
|
5859
5864
|
};
|
|
5860
5865
|
/**
|
|
5861
|
-
* Get a contact.
|
|
5862
|
-
*
|
|
5866
|
+
* Get a contact. Retrieve a contact's details from the registrar using the
|
|
5867
|
+
* given contact's ID.
|
|
5863
5868
|
*
|
|
5864
5869
|
* @param request - The request {@link RegistrarApiGetContactRequest}
|
|
5865
5870
|
* @returns A Promise of Contact
|
|
5866
5871
|
*/
|
|
5867
5872
|
getContact: (request: Readonly<RegistrarApiGetContactRequest>) => Promise<Contact>;
|
|
5868
5873
|
/**
|
|
5869
|
-
* Update contact.
|
|
5874
|
+
* Update contact. Edit the contact's information.
|
|
5870
5875
|
*
|
|
5871
5876
|
* @param request - The request {@link RegistrarApiUpdateContactRequest}
|
|
5872
5877
|
* @returns A Promise of Contact
|
|
@@ -5874,7 +5879,7 @@ declare class RegistrarAPI extends API$r {
|
|
|
5874
5879
|
updateContact: (request: Readonly<RegistrarApiUpdateContactRequest>) => Promise<Contact>;
|
|
5875
5880
|
protected pageOfListDomains: (request?: Readonly<RegistrarApiListDomainsRequest>) => Promise<ListDomainsResponse$2>;
|
|
5876
5881
|
/**
|
|
5877
|
-
* List domains.
|
|
5882
|
+
* List domains. Retrieve the list of domains you own.
|
|
5878
5883
|
*
|
|
5879
5884
|
* @param request - The request {@link RegistrarApiListDomainsRequest}
|
|
5880
5885
|
* @returns A Promise of ListDomainsResponse
|
|
@@ -5885,9 +5890,9 @@ declare class RegistrarAPI extends API$r {
|
|
|
5885
5890
|
};
|
|
5886
5891
|
protected pageOfListRenewableDomains: (request?: Readonly<RegistrarApiListRenewableDomainsRequest>) => Promise<ListRenewableDomainsResponse>;
|
|
5887
5892
|
/**
|
|
5888
|
-
* List
|
|
5889
|
-
*
|
|
5890
|
-
*
|
|
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.
|
|
5891
5896
|
*
|
|
5892
5897
|
* @param request - The request {@link RegistrarApiListRenewableDomainsRequest}
|
|
5893
5898
|
* @returns A Promise of ListRenewableDomainsResponse
|
|
@@ -5897,7 +5902,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5897
5902
|
[Symbol.asyncIterator]: () => AsyncGenerator<RenewableDomain[], void, void>;
|
|
5898
5903
|
};
|
|
5899
5904
|
/**
|
|
5900
|
-
* Get domain.
|
|
5905
|
+
* Get domain. Retrieve a specific domain and display the domain's
|
|
5906
|
+
* information.
|
|
5901
5907
|
*
|
|
5902
5908
|
* @param request - The request {@link RegistrarApiGetDomainRequest}
|
|
5903
5909
|
* @returns A Promise of Domain
|
|
@@ -5912,32 +5918,36 @@ declare class RegistrarAPI extends API$r {
|
|
|
5912
5918
|
*/
|
|
5913
5919
|
waitForDomain: (request: Readonly<RegistrarApiGetDomainRequest>, options?: Readonly<WaitForOptions<Domain$2>>) => Promise<Domain$2>;
|
|
5914
5920
|
/**
|
|
5915
|
-
* Update a domain. Update
|
|
5916
|
-
* you add the same contact for multiple roles
|
|
5917
|
-
* 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.
|
|
5918
5925
|
*
|
|
5919
5926
|
* @param request - The request {@link RegistrarApiUpdateDomainRequest}
|
|
5920
5927
|
* @returns A Promise of Domain
|
|
5921
5928
|
*/
|
|
5922
5929
|
updateDomain: (request: Readonly<RegistrarApiUpdateDomainRequest>) => Promise<Domain$2>;
|
|
5923
5930
|
/**
|
|
5924
|
-
* Lock
|
|
5925
|
-
* 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.
|
|
5926
5934
|
*
|
|
5927
5935
|
* @param request - The request {@link RegistrarApiLockDomainTransferRequest}
|
|
5928
5936
|
* @returns A Promise of Domain
|
|
5929
5937
|
*/
|
|
5930
5938
|
lockDomainTransfer: (request: Readonly<RegistrarApiLockDomainTransferRequest>) => Promise<Domain$2>;
|
|
5931
5939
|
/**
|
|
5932
|
-
* Unlock
|
|
5933
|
-
* 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.
|
|
5934
5943
|
*
|
|
5935
5944
|
* @param request - The request {@link RegistrarApiUnlockDomainTransferRequest}
|
|
5936
5945
|
* @returns A Promise of Domain
|
|
5937
5946
|
*/
|
|
5938
5947
|
unlockDomainTransfer: (request: Readonly<RegistrarApiUnlockDomainTransferRequest>) => Promise<Domain$2>;
|
|
5939
5948
|
/**
|
|
5940
|
-
* 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.
|
|
5941
5951
|
*
|
|
5942
5952
|
* @param request - The request
|
|
5943
5953
|
* {@link RegistrarApiEnableDomainAutoRenewRequest}
|
|
@@ -5945,7 +5955,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5945
5955
|
*/
|
|
5946
5956
|
enableDomainAutoRenew: (request: Readonly<RegistrarApiEnableDomainAutoRenewRequest>) => Promise<Domain$2>;
|
|
5947
5957
|
/**
|
|
5948
|
-
* 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.
|
|
5949
5960
|
*
|
|
5950
5961
|
* @param request - The request
|
|
5951
5962
|
* {@link RegistrarApiDisableDomainAutoRenewRequest}
|
|
@@ -5953,10 +5964,11 @@ declare class RegistrarAPI extends API$r {
|
|
|
5953
5964
|
*/
|
|
5954
5965
|
disableDomainAutoRenew: (request: Readonly<RegistrarApiDisableDomainAutoRenewRequest>) => Promise<Domain$2>;
|
|
5955
5966
|
/**
|
|
5956
|
-
*
|
|
5957
|
-
* domain
|
|
5958
|
-
*
|
|
5959
|
-
* 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.
|
|
5960
5972
|
*
|
|
5961
5973
|
* @param request - The request {@link RegistrarApiGetDomainAuthCodeRequest}
|
|
5962
5974
|
* @returns A Promise of GetDomainAuthCodeResponse
|
|
@@ -5971,17 +5983,18 @@ declare class RegistrarAPI extends API$r {
|
|
|
5971
5983
|
*/
|
|
5972
5984
|
enableDomainDNSSEC: (request: Readonly<RegistrarApiEnableDomainDNSSECRequest>) => Promise<Domain$2>;
|
|
5973
5985
|
/**
|
|
5974
|
-
* Disable domain DNSSEC.
|
|
5986
|
+
* Disable a domain's DNSSEC. Disable DNSSEC for a domain.
|
|
5975
5987
|
*
|
|
5976
5988
|
* @param request - The request {@link RegistrarApiDisableDomainDNSSECRequest}
|
|
5977
5989
|
* @returns A Promise of Domain
|
|
5978
5990
|
*/
|
|
5979
5991
|
disableDomainDNSSEC: (request: Readonly<RegistrarApiDisableDomainDNSSECRequest>) => Promise<Domain$2>;
|
|
5980
5992
|
/**
|
|
5981
|
-
* Search available domains. Search a domain
|
|
5993
|
+
* Search available domains. Search a domain or a maximum of 10 domains that
|
|
5994
|
+
* are available.
|
|
5982
5995
|
*
|
|
5983
|
-
* If the TLD list is empty or not set the search returns the results from
|
|
5984
|
-
* most popular TLDs.
|
|
5996
|
+
* If the TLD list is empty or not set, the search returns the results from
|
|
5997
|
+
* the most popular TLDs.
|
|
5985
5998
|
*
|
|
5986
5999
|
* @param request - The request
|
|
5987
6000
|
* {@link RegistrarApiSearchAvailableDomainsRequest}
|
|
@@ -5989,7 +6002,8 @@ declare class RegistrarAPI extends API$r {
|
|
|
5989
6002
|
*/
|
|
5990
6003
|
searchAvailableDomains: (request: Readonly<RegistrarApiSearchAvailableDomainsRequest>) => Promise<SearchAvailableDomainsResponse>;
|
|
5991
6004
|
/**
|
|
5992
|
-
* Create domain hostname with glue
|
|
6005
|
+
* Create a hostname for a domain. Create a hostname for a domain with glue
|
|
6006
|
+
* IPs.
|
|
5993
6007
|
*
|
|
5994
6008
|
* @param request - The request {@link RegistrarApiCreateDomainHostRequest}
|
|
5995
6009
|
* @returns A Promise of Host
|
|
@@ -5997,7 +6011,7 @@ declare class RegistrarAPI extends API$r {
|
|
|
5997
6011
|
createDomainHost: (request: Readonly<RegistrarApiCreateDomainHostRequest>) => Promise<Host>;
|
|
5998
6012
|
protected pageOfListDomainHosts: (request: Readonly<RegistrarApiListDomainHostsRequest>) => Promise<ListDomainHostsResponse>;
|
|
5999
6013
|
/**
|
|
6000
|
-
* List domain hostnames
|
|
6014
|
+
* List a domain's hostnames. List a domain's hostnames using their glue IPs.
|
|
6001
6015
|
*
|
|
6002
6016
|
* @param request - The request {@link RegistrarApiListDomainHostsRequest}
|
|
6003
6017
|
* @returns A Promise of ListDomainHostsResponse
|
|
@@ -6007,14 +6021,14 @@ declare class RegistrarAPI extends API$r {
|
|
|
6007
6021
|
[Symbol.asyncIterator]: () => AsyncGenerator<Host[], void, void>;
|
|
6008
6022
|
};
|
|
6009
6023
|
/**
|
|
6010
|
-
* Update domain hostname with glue IPs.
|
|
6024
|
+
* Update a domain's hostname. Update a domain's hostname with glue IPs.
|
|
6011
6025
|
*
|
|
6012
6026
|
* @param request - The request {@link RegistrarApiUpdateDomainHostRequest}
|
|
6013
6027
|
* @returns A Promise of Host
|
|
6014
6028
|
*/
|
|
6015
6029
|
updateDomainHost: (request: Readonly<RegistrarApiUpdateDomainHostRequest>) => Promise<Host>;
|
|
6016
6030
|
/**
|
|
6017
|
-
* Delete domain hostname.
|
|
6031
|
+
* Delete a domain's hostname. Delete a domain's hostname.
|
|
6018
6032
|
*
|
|
6019
6033
|
* @param request - The request {@link RegistrarApiDeleteDomainHostRequest}
|
|
6020
6034
|
* @returns A Promise of Host
|
|
@@ -6040,333 +6054,333 @@ declare const SSL_CERTIFICATE_TRANSIENT_STATUSES: SSLCertificateStatus[];
|
|
|
6040
6054
|
/** Lists transient statutes of the enum {@link TaskStatus}. */
|
|
6041
6055
|
declare const TASK_TRANSIENT_STATUSES$1: TaskStatus$1[];
|
|
6042
6056
|
|
|
6043
|
-
type index_gen$
|
|
6044
|
-
type index_gen$
|
|
6045
|
-
type index_gen$
|
|
6046
|
-
type index_gen$
|
|
6047
|
-
type index_gen$
|
|
6048
|
-
type index_gen$
|
|
6049
|
-
type index_gen$
|
|
6050
|
-
type index_gen$
|
|
6051
|
-
type index_gen$
|
|
6052
|
-
type index_gen$
|
|
6053
|
-
type index_gen$
|
|
6054
|
-
type index_gen$
|
|
6055
|
-
type index_gen$
|
|
6056
|
-
type index_gen$
|
|
6057
|
-
type index_gen$
|
|
6058
|
-
type index_gen$
|
|
6059
|
-
type index_gen$
|
|
6060
|
-
type index_gen$
|
|
6061
|
-
type index_gen$
|
|
6062
|
-
type index_gen$
|
|
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
|
-
declare const index_gen$
|
|
6071
|
-
declare const index_gen$
|
|
6072
|
-
declare const 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
|
-
type index_gen$
|
|
6091
|
-
type index_gen$
|
|
6092
|
-
type 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
|
-
declare const 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
|
-
type 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
|
-
declare const 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
|
-
type 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
|
-
declare const 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
|
-
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 {
|
|
6199
6213
|
export {
|
|
6200
|
-
API$
|
|
6201
|
-
index_gen$
|
|
6202
|
-
index_gen$
|
|
6203
|
-
index_gen$
|
|
6204
|
-
index_gen$
|
|
6205
|
-
index_gen$
|
|
6206
|
-
index_gen$
|
|
6207
|
-
index_gen$
|
|
6208
|
-
index_gen$
|
|
6209
|
-
index_gen$
|
|
6210
|
-
index_gen$
|
|
6211
|
-
index_gen$
|
|
6212
|
-
index_gen$
|
|
6213
|
-
index_gen$
|
|
6214
|
-
index_gen$
|
|
6215
|
-
index_gen$
|
|
6216
|
-
index_gen$
|
|
6217
|
-
index_gen$
|
|
6218
|
-
index_gen$
|
|
6219
|
-
index_gen$
|
|
6220
|
-
index_gen$
|
|
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$
|
|
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,
|
|
6231
6245
|
DOMAIN_TRANSIENT_STATUSES$2 as DOMAIN_TRANSIENT_STATUSES,
|
|
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$
|
|
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,
|
|
6243
6257
|
Domain$2 as Domain,
|
|
6244
|
-
index_gen$
|
|
6245
|
-
index_gen$
|
|
6246
|
-
index_gen$
|
|
6247
|
-
index_gen$
|
|
6248
|
-
index_gen$
|
|
6249
|
-
index_gen$
|
|
6250
|
-
index_gen$
|
|
6251
|
-
index_gen$
|
|
6252
|
-
index_gen$
|
|
6253
|
-
index_gen$
|
|
6254
|
-
index_gen$
|
|
6255
|
-
index_gen$
|
|
6256
|
-
index_gen$
|
|
6257
|
-
index_gen$
|
|
6258
|
-
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,
|
|
6259
6273
|
DomainStatus$2 as DomainStatus,
|
|
6260
|
-
index_gen$
|
|
6261
|
-
index_gen$
|
|
6262
|
-
index_gen$
|
|
6263
|
-
index_gen$
|
|
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$
|
|
6279
|
-
index_gen$
|
|
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$
|
|
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,
|
|
6294
6308
|
ListDomainsRequestOrderBy$1 as ListDomainsRequestOrderBy,
|
|
6295
6309
|
ListDomainsResponse$2 as ListDomainsResponse,
|
|
6296
|
-
index_gen$
|
|
6297
|
-
index_gen$
|
|
6298
|
-
index_gen$
|
|
6299
|
-
index_gen$
|
|
6300
|
-
index_gen$
|
|
6301
|
-
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,
|
|
6302
6316
|
Nameserver$1 as Nameserver,
|
|
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$
|
|
6314
|
-
index_gen$
|
|
6315
|
-
index_gen$
|
|
6316
|
-
index_gen$
|
|
6317
|
-
index_gen$
|
|
6318
|
-
index_gen$
|
|
6319
|
-
index_gen$
|
|
6320
|
-
index_gen$
|
|
6321
|
-
index_gen$
|
|
6322
|
-
index_gen$
|
|
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$
|
|
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,
|
|
6351
6365
|
TASK_TRANSIENT_STATUSES$1 as TASK_TRANSIENT_STATUSES,
|
|
6352
6366
|
Task$1 as Task,
|
|
6353
6367
|
TaskStatus$1 as TaskStatus,
|
|
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$
|
|
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,
|
|
6364
6378
|
};
|
|
6365
6379
|
}
|
|
6366
6380
|
|
|
6367
|
-
declare namespace index$
|
|
6381
|
+
declare namespace index$m {
|
|
6368
6382
|
export {
|
|
6369
|
-
index_gen$
|
|
6383
|
+
index_gen$i as v2beta1,
|
|
6370
6384
|
};
|
|
6371
6385
|
}
|
|
6372
6386
|
|
|
@@ -6582,7 +6596,7 @@ type DeleteMACAddrRequest = {
|
|
|
6582
6596
|
};
|
|
6583
6597
|
|
|
6584
6598
|
/** Elastic Metal - Flexible IP API. */
|
|
6585
|
-
declare class API$
|
|
6599
|
+
declare class API$k extends API$s {
|
|
6586
6600
|
/** Lists the available zones of the API. */
|
|
6587
6601
|
static readonly LOCALITIES: Zone[];
|
|
6588
6602
|
/**
|
|
@@ -6711,59 +6725,59 @@ declare namespace validationRules_gen$3 {
|
|
|
6711
6725
|
};
|
|
6712
6726
|
}
|
|
6713
6727
|
|
|
6714
|
-
type index_gen$
|
|
6715
|
-
type index_gen$
|
|
6716
|
-
type index_gen$
|
|
6717
|
-
type index_gen$
|
|
6718
|
-
type index_gen$
|
|
6719
|
-
type index_gen$
|
|
6720
|
-
type index_gen$
|
|
6721
|
-
type index_gen$
|
|
6722
|
-
declare const index_gen$
|
|
6723
|
-
type index_gen$
|
|
6724
|
-
type index_gen$
|
|
6725
|
-
type index_gen$
|
|
6726
|
-
type index_gen$
|
|
6727
|
-
type index_gen$
|
|
6728
|
-
type index_gen$
|
|
6729
|
-
type index_gen$
|
|
6730
|
-
type index_gen$
|
|
6731
|
-
type index_gen$
|
|
6732
|
-
declare const index_gen$
|
|
6733
|
-
type index_gen$
|
|
6734
|
-
type index_gen$
|
|
6735
|
-
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 {
|
|
6736
6750
|
export {
|
|
6737
|
-
API$
|
|
6738
|
-
index_gen$
|
|
6739
|
-
index_gen$
|
|
6740
|
-
index_gen$
|
|
6741
|
-
index_gen$
|
|
6742
|
-
index_gen$
|
|
6743
|
-
index_gen$
|
|
6744
|
-
index_gen$
|
|
6745
|
-
index_gen$
|
|
6746
|
-
index_gen$
|
|
6747
|
-
index_gen$
|
|
6748
|
-
index_gen$
|
|
6749
|
-
index_gen$
|
|
6750
|
-
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,
|
|
6751
6765
|
ListFlexibleIPsRequest$1 as ListFlexibleIPsRequest,
|
|
6752
|
-
index_gen$
|
|
6753
|
-
index_gen$
|
|
6754
|
-
index_gen$
|
|
6755
|
-
index_gen$
|
|
6756
|
-
index_gen$
|
|
6757
|
-
index_gen$
|
|
6758
|
-
index_gen$
|
|
6759
|
-
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,
|
|
6760
6774
|
validationRules_gen$3 as ValidationRules,
|
|
6761
6775
|
};
|
|
6762
6776
|
}
|
|
6763
6777
|
|
|
6764
|
-
declare namespace index$
|
|
6778
|
+
declare namespace index$l {
|
|
6765
6779
|
export {
|
|
6766
|
-
index_gen$
|
|
6780
|
+
index_gen$h as v1alpha1,
|
|
6767
6781
|
};
|
|
6768
6782
|
}
|
|
6769
6783
|
|
|
@@ -7575,7 +7589,7 @@ type DeleteTriggerRequest = {
|
|
|
7575
7589
|
};
|
|
7576
7590
|
|
|
7577
7591
|
/** Serverless Functions API. */
|
|
7578
|
-
declare class API$
|
|
7592
|
+
declare class API$j extends API$s {
|
|
7579
7593
|
/** Lists the available regions of the API. */
|
|
7580
7594
|
static readonly LOCALITIES: Region[];
|
|
7581
7595
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$2>) => Promise<ListNamespacesResponse$2>;
|
|
@@ -7890,169 +7904,169 @@ declare const TOKEN_TRANSIENT_STATUSES: TokenStatus[];
|
|
|
7890
7904
|
/** Lists transient statutes of the enum {@link TriggerStatus}. */
|
|
7891
7905
|
declare const TRIGGER_TRANSIENT_STATUSES: TriggerStatus[];
|
|
7892
7906
|
|
|
7893
|
-
declare const index_gen$
|
|
7894
|
-
type index_gen$
|
|
7895
|
-
type index_gen$
|
|
7896
|
-
type index_gen$
|
|
7897
|
-
type index_gen$
|
|
7898
|
-
type index_gen$
|
|
7899
|
-
type index_gen$
|
|
7900
|
-
type index_gen$
|
|
7901
|
-
type index_gen$
|
|
7902
|
-
type index_gen$
|
|
7903
|
-
type index_gen$
|
|
7904
|
-
type index_gen$
|
|
7905
|
-
type index_gen$
|
|
7906
|
-
type index_gen$
|
|
7907
|
-
type index_gen$
|
|
7908
|
-
type index_gen$
|
|
7909
|
-
type index_gen$
|
|
7910
|
-
declare const index_gen$
|
|
7911
|
-
type index_gen$
|
|
7912
|
-
type index_gen$
|
|
7913
|
-
type 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
|
-
type 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
|
-
declare const index_gen$
|
|
7946
|
-
declare const 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
|
-
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 {
|
|
7961
7975
|
export {
|
|
7962
|
-
API$
|
|
7963
|
-
index_gen$
|
|
7964
|
-
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,
|
|
7965
7979
|
CreateDomainRequest$1 as CreateDomainRequest,
|
|
7966
|
-
index_gen$
|
|
7980
|
+
index_gen$g_CreateFunctionRequest as CreateFunctionRequest,
|
|
7967
7981
|
CreateNamespaceRequest$2 as CreateNamespaceRequest,
|
|
7968
|
-
index_gen$
|
|
7969
|
-
index_gen$
|
|
7970
|
-
index_gen$
|
|
7971
|
-
index_gen$
|
|
7972
|
-
index_gen$
|
|
7973
|
-
index_gen$
|
|
7974
|
-
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,
|
|
7975
7989
|
DOMAIN_TRANSIENT_STATUSES$1 as DOMAIN_TRANSIENT_STATUSES,
|
|
7976
|
-
index_gen$
|
|
7977
|
-
index_gen$
|
|
7978
|
-
index_gen$
|
|
7990
|
+
index_gen$g_DeleteCronRequest as DeleteCronRequest,
|
|
7991
|
+
index_gen$g_DeleteDomainRequest as DeleteDomainRequest,
|
|
7992
|
+
index_gen$g_DeleteFunctionRequest as DeleteFunctionRequest,
|
|
7979
7993
|
DeleteNamespaceRequest$2 as DeleteNamespaceRequest,
|
|
7980
|
-
index_gen$
|
|
7981
|
-
index_gen$
|
|
7982
|
-
index_gen$
|
|
7994
|
+
index_gen$g_DeleteTokenRequest as DeleteTokenRequest,
|
|
7995
|
+
index_gen$g_DeleteTriggerRequest as DeleteTriggerRequest,
|
|
7996
|
+
index_gen$g_DeployFunctionRequest as DeployFunctionRequest,
|
|
7983
7997
|
Domain$1 as Domain,
|
|
7984
7998
|
DomainStatus$1 as DomainStatus,
|
|
7985
|
-
index_gen$
|
|
7986
|
-
index_gen$
|
|
7987
|
-
index_gen$
|
|
7988
|
-
index_gen$
|
|
7989
|
-
index_gen$
|
|
7990
|
-
index_gen$
|
|
7991
|
-
index_gen$
|
|
7992
|
-
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,
|
|
7993
8007
|
GetDomainRequest$1 as GetDomainRequest,
|
|
7994
|
-
index_gen$
|
|
7995
|
-
index_gen$
|
|
7996
|
-
index_gen$
|
|
8008
|
+
index_gen$g_GetFunctionDownloadURLRequest as GetFunctionDownloadURLRequest,
|
|
8009
|
+
index_gen$g_GetFunctionRequest as GetFunctionRequest,
|
|
8010
|
+
index_gen$g_GetFunctionUploadURLRequest as GetFunctionUploadURLRequest,
|
|
7997
8011
|
GetNamespaceRequest$2 as GetNamespaceRequest,
|
|
7998
|
-
index_gen$
|
|
7999
|
-
index_gen$
|
|
8000
|
-
index_gen$
|
|
8001
|
-
index_gen$
|
|
8002
|
-
index_gen$
|
|
8003
|
-
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,
|
|
8004
8018
|
ListDomainsRequest$1 as ListDomainsRequest,
|
|
8005
|
-
index_gen$
|
|
8019
|
+
index_gen$g_ListDomainsRequestOrderBy as ListDomainsRequestOrderBy,
|
|
8006
8020
|
ListDomainsResponse$1 as ListDomainsResponse,
|
|
8007
|
-
index_gen$
|
|
8008
|
-
index_gen$
|
|
8009
|
-
index_gen$
|
|
8010
|
-
index_gen$
|
|
8011
|
-
index_gen$
|
|
8012
|
-
index_gen$
|
|
8013
|
-
index_gen$
|
|
8014
|
-
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,
|
|
8015
8029
|
ListNamespacesRequest$2 as ListNamespacesRequest,
|
|
8016
8030
|
ListNamespacesRequestOrderBy$2 as ListNamespacesRequestOrderBy,
|
|
8017
8031
|
ListNamespacesResponse$2 as ListNamespacesResponse,
|
|
8018
|
-
index_gen$
|
|
8019
|
-
index_gen$
|
|
8020
|
-
index_gen$
|
|
8021
|
-
index_gen$
|
|
8022
|
-
index_gen$
|
|
8023
|
-
index_gen$
|
|
8024
|
-
index_gen$
|
|
8025
|
-
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,
|
|
8026
8040
|
NAMESPACE_TRANSIENT_STATUSES$1 as NAMESPACE_TRANSIENT_STATUSES,
|
|
8027
8041
|
Namespace$2 as Namespace,
|
|
8028
8042
|
NamespaceStatus$1 as NamespaceStatus,
|
|
8029
8043
|
NullValue$1 as NullValue,
|
|
8030
8044
|
Runtime$1 as Runtime,
|
|
8031
|
-
index_gen$
|
|
8045
|
+
index_gen$g_RuntimeStatus as RuntimeStatus,
|
|
8032
8046
|
Secret$1 as Secret,
|
|
8033
|
-
index_gen$
|
|
8034
|
-
index_gen$
|
|
8035
|
-
index_gen$
|
|
8036
|
-
index_gen$
|
|
8037
|
-
index_gen$
|
|
8038
|
-
index_gen$
|
|
8039
|
-
index_gen$
|
|
8040
|
-
index_gen$
|
|
8041
|
-
index_gen$
|
|
8042
|
-
index_gen$
|
|
8043
|
-
index_gen$
|
|
8044
|
-
index_gen$
|
|
8045
|
-
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,
|
|
8046
8060
|
UpdateNamespaceRequest$2 as UpdateNamespaceRequest,
|
|
8047
|
-
index_gen$
|
|
8048
|
-
index_gen$
|
|
8049
|
-
index_gen$
|
|
8061
|
+
index_gen$g_UpdateTriggerRequest as UpdateTriggerRequest,
|
|
8062
|
+
index_gen$g_UpdateTriggerRequestSqsClientConfig as UpdateTriggerRequestSqsClientConfig,
|
|
8063
|
+
index_gen$g_UploadURL as UploadURL,
|
|
8050
8064
|
};
|
|
8051
8065
|
}
|
|
8052
8066
|
|
|
8053
|
-
declare namespace index$
|
|
8067
|
+
declare namespace index$k {
|
|
8054
8068
|
export {
|
|
8055
|
-
index_gen$
|
|
8069
|
+
index_gen$g as v1beta1,
|
|
8056
8070
|
};
|
|
8057
8071
|
}
|
|
8058
8072
|
|
|
@@ -8844,7 +8858,7 @@ type DeleteJWTRequest = {
|
|
|
8844
8858
|
};
|
|
8845
8859
|
|
|
8846
8860
|
/** IAM API. */
|
|
8847
|
-
declare class API$
|
|
8861
|
+
declare class API$i extends API$s {
|
|
8848
8862
|
protected pageOfListSSHKeys: (request?: Readonly<ListSSHKeysRequest$1>) => Promise<ListSSHKeysResponse>;
|
|
8849
8863
|
/**
|
|
8850
8864
|
* List SSH keys. List SSH keys. By default, the SSH keys listed are ordered
|
|
@@ -9522,143 +9536,143 @@ declare namespace validationRules_gen$2 {
|
|
|
9522
9536
|
};
|
|
9523
9537
|
}
|
|
9524
9538
|
|
|
9525
|
-
type index_gen$
|
|
9526
|
-
type index_gen$
|
|
9527
|
-
type index_gen$
|
|
9528
|
-
type index_gen$
|
|
9529
|
-
type index_gen$
|
|
9530
|
-
type index_gen$
|
|
9531
|
-
type index_gen$
|
|
9532
|
-
type index_gen$
|
|
9533
|
-
type index_gen$
|
|
9534
|
-
type index_gen$
|
|
9535
|
-
type index_gen$
|
|
9536
|
-
type index_gen$
|
|
9537
|
-
type index_gen$
|
|
9538
|
-
type index_gen$
|
|
9539
|
-
type index_gen$
|
|
9540
|
-
type index_gen$
|
|
9541
|
-
type index_gen$
|
|
9542
|
-
type index_gen$
|
|
9543
|
-
type index_gen$
|
|
9544
|
-
type index_gen$
|
|
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
|
-
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 {
|
|
9577
9591
|
export {
|
|
9578
|
-
API$
|
|
9579
|
-
index_gen$
|
|
9580
|
-
index_gen$
|
|
9581
|
-
index_gen$
|
|
9582
|
-
index_gen$
|
|
9583
|
-
index_gen$
|
|
9584
|
-
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,
|
|
9585
9599
|
CreateAPIKeyRequest$1 as CreateAPIKeyRequest,
|
|
9586
9600
|
CreateApplicationRequest$1 as CreateApplicationRequest,
|
|
9587
9601
|
CreateGroupRequest$1 as CreateGroupRequest,
|
|
9588
9602
|
CreatePolicyRequest$1 as CreatePolicyRequest,
|
|
9589
9603
|
CreateSSHKeyRequest$1 as CreateSSHKeyRequest,
|
|
9590
|
-
index_gen$
|
|
9591
|
-
index_gen$
|
|
9592
|
-
index_gen$
|
|
9593
|
-
index_gen$
|
|
9594
|
-
index_gen$
|
|
9595
|
-
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,
|
|
9596
9610
|
DeleteUserRequest$1 as DeleteUserRequest,
|
|
9597
|
-
index_gen$
|
|
9598
|
-
index_gen$
|
|
9599
|
-
index_gen$
|
|
9600
|
-
index_gen$
|
|
9601
|
-
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,
|
|
9602
9616
|
GetQuotumRequest$1 as GetQuotumRequest,
|
|
9603
|
-
index_gen$
|
|
9604
|
-
index_gen$
|
|
9605
|
-
index_gen$
|
|
9606
|
-
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,
|
|
9607
9621
|
ListAPIKeysRequest$1 as ListAPIKeysRequest,
|
|
9608
|
-
index_gen$
|
|
9609
|
-
index_gen$
|
|
9622
|
+
index_gen$f_ListAPIKeysRequestOrderBy as ListAPIKeysRequestOrderBy,
|
|
9623
|
+
index_gen$f_ListAPIKeysResponse as ListAPIKeysResponse,
|
|
9610
9624
|
ListApplicationsRequest$1 as ListApplicationsRequest,
|
|
9611
|
-
index_gen$
|
|
9612
|
-
index_gen$
|
|
9625
|
+
index_gen$f_ListApplicationsRequestOrderBy as ListApplicationsRequestOrderBy,
|
|
9626
|
+
index_gen$f_ListApplicationsResponse as ListApplicationsResponse,
|
|
9613
9627
|
ListGroupsRequest$1 as ListGroupsRequest,
|
|
9614
|
-
index_gen$
|
|
9615
|
-
index_gen$
|
|
9628
|
+
index_gen$f_ListGroupsRequestOrderBy as ListGroupsRequestOrderBy,
|
|
9629
|
+
index_gen$f_ListGroupsResponse as ListGroupsResponse,
|
|
9616
9630
|
ListJWTsRequest$1 as ListJWTsRequest,
|
|
9617
|
-
index_gen$
|
|
9618
|
-
index_gen$
|
|
9631
|
+
index_gen$f_ListJWTsRequestOrderBy as ListJWTsRequestOrderBy,
|
|
9632
|
+
index_gen$f_ListJWTsResponse as ListJWTsResponse,
|
|
9619
9633
|
ListPermissionSetsRequest$1 as ListPermissionSetsRequest,
|
|
9620
|
-
index_gen$
|
|
9621
|
-
index_gen$
|
|
9634
|
+
index_gen$f_ListPermissionSetsRequestOrderBy as ListPermissionSetsRequestOrderBy,
|
|
9635
|
+
index_gen$f_ListPermissionSetsResponse as ListPermissionSetsResponse,
|
|
9622
9636
|
ListPoliciesRequest$1 as ListPoliciesRequest,
|
|
9623
|
-
index_gen$
|
|
9624
|
-
index_gen$
|
|
9637
|
+
index_gen$f_ListPoliciesRequestOrderBy as ListPoliciesRequestOrderBy,
|
|
9638
|
+
index_gen$f_ListPoliciesResponse as ListPoliciesResponse,
|
|
9625
9639
|
ListQuotaRequest$1 as ListQuotaRequest,
|
|
9626
|
-
index_gen$
|
|
9627
|
-
index_gen$
|
|
9640
|
+
index_gen$f_ListQuotaRequestOrderBy as ListQuotaRequestOrderBy,
|
|
9641
|
+
index_gen$f_ListQuotaResponse as ListQuotaResponse,
|
|
9628
9642
|
ListRulesRequest$1 as ListRulesRequest,
|
|
9629
|
-
index_gen$
|
|
9643
|
+
index_gen$f_ListRulesResponse as ListRulesResponse,
|
|
9630
9644
|
ListSSHKeysRequest$1 as ListSSHKeysRequest,
|
|
9631
|
-
index_gen$
|
|
9632
|
-
index_gen$
|
|
9645
|
+
index_gen$f_ListSSHKeysRequestOrderBy as ListSSHKeysRequestOrderBy,
|
|
9646
|
+
index_gen$f_ListSSHKeysResponse as ListSSHKeysResponse,
|
|
9633
9647
|
ListUsersRequest$2 as ListUsersRequest,
|
|
9634
9648
|
ListUsersRequestOrderBy$1 as ListUsersRequestOrderBy,
|
|
9635
9649
|
ListUsersResponse$1 as ListUsersResponse,
|
|
9636
|
-
index_gen$
|
|
9637
|
-
index_gen$
|
|
9638
|
-
index_gen$
|
|
9639
|
-
index_gen$
|
|
9640
|
-
index_gen$
|
|
9641
|
-
index_gen$
|
|
9642
|
-
index_gen$
|
|
9643
|
-
index_gen$
|
|
9644
|
-
index_gen$
|
|
9645
|
-
index_gen$
|
|
9646
|
-
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,
|
|
9647
9661
|
UpdateAPIKeyRequest$1 as UpdateAPIKeyRequest,
|
|
9648
9662
|
UpdateApplicationRequest$1 as UpdateApplicationRequest,
|
|
9649
9663
|
UpdateGroupRequest$1 as UpdateGroupRequest,
|
|
9650
9664
|
UpdatePolicyRequest$1 as UpdatePolicyRequest,
|
|
9651
9665
|
UpdateSSHKeyRequest$1 as UpdateSSHKeyRequest,
|
|
9652
9666
|
User$1 as User,
|
|
9653
|
-
index_gen$
|
|
9654
|
-
index_gen$
|
|
9667
|
+
index_gen$f_UserStatus as UserStatus,
|
|
9668
|
+
index_gen$f_UserType as UserType,
|
|
9655
9669
|
validationRules_gen$2 as ValidationRules,
|
|
9656
9670
|
};
|
|
9657
9671
|
}
|
|
9658
9672
|
|
|
9659
|
-
declare namespace index$
|
|
9673
|
+
declare namespace index$j {
|
|
9660
9674
|
export {
|
|
9661
|
-
index_gen$
|
|
9675
|
+
index_gen$f as v1alpha1,
|
|
9662
9676
|
};
|
|
9663
9677
|
}
|
|
9664
9678
|
|
|
@@ -9743,7 +9757,7 @@ interface CreateSnapshotResponse {
|
|
|
9743
9757
|
task?: Task;
|
|
9744
9758
|
}
|
|
9745
9759
|
interface CreateVolumeResponse {
|
|
9746
|
-
volume?: Volume$
|
|
9760
|
+
volume?: Volume$2;
|
|
9747
9761
|
}
|
|
9748
9762
|
interface Dashboard {
|
|
9749
9763
|
volumesCount: number;
|
|
@@ -9797,8 +9811,11 @@ interface GetSecurityGroupRuleResponse {
|
|
|
9797
9811
|
interface GetServerResponse {
|
|
9798
9812
|
server?: Server;
|
|
9799
9813
|
}
|
|
9814
|
+
/** Get server types availability response. */
|
|
9800
9815
|
interface GetServerTypesAvailabilityResponse {
|
|
9816
|
+
/** Map of server types. */
|
|
9801
9817
|
servers: Record<string, GetServerTypesAvailabilityResponseAvailability>;
|
|
9818
|
+
totalCount: number;
|
|
9802
9819
|
}
|
|
9803
9820
|
interface GetServerTypesAvailabilityResponseAvailability {
|
|
9804
9821
|
availability: ServerTypesAvailability;
|
|
@@ -9807,7 +9824,7 @@ interface GetSnapshotResponse {
|
|
|
9807
9824
|
snapshot?: Snapshot$1;
|
|
9808
9825
|
}
|
|
9809
9826
|
interface GetVolumeResponse {
|
|
9810
|
-
volume?: Volume$
|
|
9827
|
+
volume?: Volume$2;
|
|
9811
9828
|
}
|
|
9812
9829
|
interface Image$3 {
|
|
9813
9830
|
id: string;
|
|
@@ -9817,7 +9834,7 @@ interface Image$3 {
|
|
|
9817
9834
|
modificationDate?: Date;
|
|
9818
9835
|
/** @deprecated */
|
|
9819
9836
|
defaultBootscript?: Bootscript;
|
|
9820
|
-
extraVolumes: Record<string, Volume$
|
|
9837
|
+
extraVolumes: Record<string, Volume$2>;
|
|
9821
9838
|
fromServer: string;
|
|
9822
9839
|
organization: string;
|
|
9823
9840
|
public: boolean;
|
|
@@ -9911,11 +9928,11 @@ interface ListSnapshotsResponse$1 {
|
|
|
9911
9928
|
snapshots: Snapshot$1[];
|
|
9912
9929
|
}
|
|
9913
9930
|
/** List volumes response. */
|
|
9914
|
-
interface ListVolumesResponse {
|
|
9931
|
+
interface ListVolumesResponse$1 {
|
|
9915
9932
|
/** Total number of volumes. */
|
|
9916
9933
|
totalCount: number;
|
|
9917
9934
|
/** List of volumes. */
|
|
9918
|
-
volumes: Volume$
|
|
9935
|
+
volumes: Volume$2[];
|
|
9919
9936
|
}
|
|
9920
9937
|
/** List volumes types response. */
|
|
9921
9938
|
interface ListVolumesTypesResponse {
|
|
@@ -10327,10 +10344,10 @@ interface UpdateServerResponse {
|
|
|
10327
10344
|
server?: Server;
|
|
10328
10345
|
}
|
|
10329
10346
|
interface UpdateVolumeResponse {
|
|
10330
|
-
volume?: Volume$
|
|
10347
|
+
volume?: Volume$2;
|
|
10331
10348
|
}
|
|
10332
10349
|
/** Volume. */
|
|
10333
|
-
interface Volume$
|
|
10350
|
+
interface Volume$2 {
|
|
10334
10351
|
/** Volume unique ID. */
|
|
10335
10352
|
id: string;
|
|
10336
10353
|
/** Volume name. */
|
|
@@ -10438,7 +10455,12 @@ interface VolumeTypeConstraints {
|
|
|
10438
10455
|
type GetServerTypesAvailabilityRequest = {
|
|
10439
10456
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10440
10457
|
zone?: Zone;
|
|
10458
|
+
/**
|
|
10459
|
+
* A positive integer lower or equal to 100 to select the number of items to
|
|
10460
|
+
* return.
|
|
10461
|
+
*/
|
|
10441
10462
|
perPage?: number;
|
|
10463
|
+
/** A positive integer to choose the page to return. */
|
|
10442
10464
|
page?: number;
|
|
10443
10465
|
};
|
|
10444
10466
|
type ListServersTypesRequest = {
|
|
@@ -10663,7 +10685,7 @@ type ExportSnapshotRequest = {
|
|
|
10663
10685
|
/** S3 object key. */
|
|
10664
10686
|
key: string;
|
|
10665
10687
|
};
|
|
10666
|
-
type ListVolumesRequest = {
|
|
10688
|
+
type ListVolumesRequest$1 = {
|
|
10667
10689
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10668
10690
|
zone?: Zone;
|
|
10669
10691
|
/** Filter by volume type. */
|
|
@@ -10690,7 +10712,7 @@ type ListVolumesRequest = {
|
|
|
10690
10712
|
*/
|
|
10691
10713
|
name?: string;
|
|
10692
10714
|
};
|
|
10693
|
-
type CreateVolumeRequest = {
|
|
10715
|
+
type CreateVolumeRequest$1 = {
|
|
10694
10716
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10695
10717
|
zone?: Zone;
|
|
10696
10718
|
/** Volume name. */
|
|
@@ -10735,13 +10757,13 @@ type CreateVolumeRequest = {
|
|
|
10735
10757
|
*/
|
|
10736
10758
|
baseSnapshot?: string;
|
|
10737
10759
|
};
|
|
10738
|
-
type GetVolumeRequest = {
|
|
10760
|
+
type GetVolumeRequest$1 = {
|
|
10739
10761
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10740
10762
|
zone?: Zone;
|
|
10741
10763
|
/** UUID of the volume you want to get. */
|
|
10742
10764
|
volumeId: string;
|
|
10743
10765
|
};
|
|
10744
|
-
type UpdateVolumeRequest = {
|
|
10766
|
+
type UpdateVolumeRequest$1 = {
|
|
10745
10767
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10746
10768
|
zone?: Zone;
|
|
10747
10769
|
/** UUID of the volume. */
|
|
@@ -10753,7 +10775,7 @@ type UpdateVolumeRequest = {
|
|
|
10753
10775
|
/** Volume disk size, must be a multiple of 512. */
|
|
10754
10776
|
size?: number;
|
|
10755
10777
|
};
|
|
10756
|
-
type DeleteVolumeRequest = {
|
|
10778
|
+
type DeleteVolumeRequest$1 = {
|
|
10757
10779
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
10758
10780
|
zone?: Zone;
|
|
10759
10781
|
/** UUID of the volume you want to delete. */
|
|
@@ -11259,7 +11281,7 @@ type SetServerRequest = {
|
|
|
11259
11281
|
/** Instance boot type. */
|
|
11260
11282
|
bootType?: BootType;
|
|
11261
11283
|
/** Instance volumes. */
|
|
11262
|
-
volumes?: Record<string, Volume$
|
|
11284
|
+
volumes?: Record<string, Volume$2>;
|
|
11263
11285
|
/** Instance security group. */
|
|
11264
11286
|
securityGroup?: SecurityGroupSummary;
|
|
11265
11287
|
/** Instance planned maintenances. */
|
|
@@ -11308,7 +11330,7 @@ type SetImageRequest = {
|
|
|
11308
11330
|
modificationDate?: Date;
|
|
11309
11331
|
/** @deprecated */
|
|
11310
11332
|
defaultBootscript?: Bootscript;
|
|
11311
|
-
extraVolumes?: Record<string, Volume$
|
|
11333
|
+
extraVolumes?: Record<string, Volume$2>;
|
|
11312
11334
|
fromServer: string;
|
|
11313
11335
|
organization?: string;
|
|
11314
11336
|
public: boolean;
|
|
@@ -11387,7 +11409,7 @@ type SetSecurityGroupRuleRequest = {
|
|
|
11387
11409
|
};
|
|
11388
11410
|
|
|
11389
11411
|
/** Instance API. */
|
|
11390
|
-
declare class API$
|
|
11412
|
+
declare class API$h extends API$s {
|
|
11391
11413
|
/** Lists the available zones of the API. */
|
|
11392
11414
|
static readonly LOCALITIES: Zone[];
|
|
11393
11415
|
/**
|
|
@@ -11556,7 +11578,7 @@ declare class API$g extends API$r {
|
|
|
11556
11578
|
* @returns A Promise of ExportSnapshotResponse
|
|
11557
11579
|
*/
|
|
11558
11580
|
exportSnapshot: (request: Readonly<ExportSnapshotRequest>) => Promise<ExportSnapshotResponse>;
|
|
11559
|
-
protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse>;
|
|
11581
|
+
protected pageOfListVolumes: (request?: Readonly<ListVolumesRequest$1>) => Promise<ListVolumesResponse$1>;
|
|
11560
11582
|
/**
|
|
11561
11583
|
* List volumes. List volumes in the specified Availability Zone. You can
|
|
11562
11584
|
* filter the output by volume type.
|
|
@@ -11564,9 +11586,9 @@ declare class API$g extends API$r {
|
|
|
11564
11586
|
* @param request - The request {@link ListVolumesRequest}
|
|
11565
11587
|
* @returns A Promise of ListVolumesResponse
|
|
11566
11588
|
*/
|
|
11567
|
-
listVolumes: (request?: Readonly<ListVolumesRequest>) => Promise<ListVolumesResponse> & {
|
|
11568
|
-
all: () => Promise<Volume$
|
|
11569
|
-
[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>;
|
|
11570
11592
|
};
|
|
11571
11593
|
/**
|
|
11572
11594
|
* Create a volume. Create a volume of a specified type in an Availability
|
|
@@ -11575,14 +11597,14 @@ declare class API$g extends API$r {
|
|
|
11575
11597
|
* @param request - The request {@link CreateVolumeRequest}
|
|
11576
11598
|
* @returns A Promise of CreateVolumeResponse
|
|
11577
11599
|
*/
|
|
11578
|
-
createVolume: (request?: Readonly<CreateVolumeRequest>) => Promise<CreateVolumeResponse>;
|
|
11600
|
+
createVolume: (request?: Readonly<CreateVolumeRequest$1>) => Promise<CreateVolumeResponse>;
|
|
11579
11601
|
/**
|
|
11580
11602
|
* Get a volume. Get details of a volume with the specified ID.
|
|
11581
11603
|
*
|
|
11582
11604
|
* @param request - The request {@link GetVolumeRequest}
|
|
11583
11605
|
* @returns A Promise of GetVolumeResponse
|
|
11584
11606
|
*/
|
|
11585
|
-
getVolume: (request: Readonly<GetVolumeRequest>) => Promise<GetVolumeResponse>;
|
|
11607
|
+
getVolume: (request: Readonly<GetVolumeRequest$1>) => Promise<GetVolumeResponse>;
|
|
11586
11608
|
/**
|
|
11587
11609
|
* Update a volume. Replace the name and/or size properties of a volume
|
|
11588
11610
|
* specified by its ID, with the specified value(s). Any volume name can be
|
|
@@ -11591,13 +11613,13 @@ declare class API$g extends API$r {
|
|
|
11591
11613
|
* @param request - The request {@link UpdateVolumeRequest}
|
|
11592
11614
|
* @returns A Promise of UpdateVolumeResponse
|
|
11593
11615
|
*/
|
|
11594
|
-
updateVolume: (request: Readonly<UpdateVolumeRequest>) => Promise<UpdateVolumeResponse>;
|
|
11616
|
+
updateVolume: (request: Readonly<UpdateVolumeRequest$1>) => Promise<UpdateVolumeResponse>;
|
|
11595
11617
|
/**
|
|
11596
11618
|
* Delete a volume. Delete the volume with the specified ID.
|
|
11597
11619
|
*
|
|
11598
11620
|
* @param request - The request {@link DeleteVolumeRequest}
|
|
11599
11621
|
*/
|
|
11600
|
-
deleteVolume: (request: Readonly<DeleteVolumeRequest>) => Promise<void>;
|
|
11622
|
+
deleteVolume: (request: Readonly<DeleteVolumeRequest$1>) => Promise<void>;
|
|
11601
11623
|
protected pageOfListSecurityGroups: (request?: Readonly<ListSecurityGroupsRequest>) => Promise<ListSecurityGroupsResponse>;
|
|
11602
11624
|
/**
|
|
11603
11625
|
* List security groups. List all existing security groups.
|
|
@@ -11956,7 +11978,7 @@ type SetServerUserDataRequest = {
|
|
|
11956
11978
|
content: string;
|
|
11957
11979
|
};
|
|
11958
11980
|
|
|
11959
|
-
declare class InstanceV1UtilsAPI extends API$
|
|
11981
|
+
declare class InstanceV1UtilsAPI extends API$h {
|
|
11960
11982
|
/**
|
|
11961
11983
|
* Waits for {@link Image} to be in a final state.
|
|
11962
11984
|
*
|
|
@@ -11996,7 +12018,7 @@ declare class InstanceV1UtilsAPI extends API$g {
|
|
|
11996
12018
|
* @param options - The waiting options
|
|
11997
12019
|
* @returns A Promise of Volume
|
|
11998
12020
|
*/
|
|
11999
|
-
waitForVolume: (request: Readonly<GetVolumeRequest>, options?: Readonly<WaitForOptions<Volume$
|
|
12021
|
+
waitForVolume: (request: Readonly<GetVolumeRequest$1>, options?: Readonly<WaitForOptions<Volume$2>>) => Promise<Volume$2>;
|
|
12000
12022
|
/**
|
|
12001
12023
|
* Updates a snapshot.
|
|
12002
12024
|
*
|
|
@@ -12093,362 +12115,356 @@ declare const VOLUME_SERVER_TRANSIENT_STATUSES: VolumeServerState[];
|
|
|
12093
12115
|
/** Lists transient statutes of the enum {@link VolumeState}. */
|
|
12094
12116
|
declare const VOLUME_TRANSIENT_STATUSES: VolumeState[];
|
|
12095
12117
|
|
|
12096
|
-
type index$
|
|
12097
|
-
type index$
|
|
12098
|
-
type index$
|
|
12099
|
-
type index$
|
|
12100
|
-
type index$
|
|
12101
|
-
type index$
|
|
12102
|
-
type index$
|
|
12103
|
-
type index$
|
|
12104
|
-
type index$
|
|
12105
|
-
type index$
|
|
12106
|
-
type index$
|
|
12107
|
-
type index$
|
|
12108
|
-
type index$
|
|
12109
|
-
type index$
|
|
12110
|
-
type index$
|
|
12111
|
-
type index$
|
|
12112
|
-
type index$
|
|
12113
|
-
type index$
|
|
12114
|
-
type index$
|
|
12115
|
-
type index$
|
|
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
|
-
|
|
12176
|
-
type index$
|
|
12177
|
-
type index$
|
|
12178
|
-
type index$
|
|
12179
|
-
type index$
|
|
12180
|
-
|
|
12181
|
-
type index$
|
|
12182
|
-
|
|
12183
|
-
|
|
12184
|
-
type index$
|
|
12185
|
-
type index$
|
|
12186
|
-
type index$
|
|
12187
|
-
|
|
12188
|
-
|
|
12189
|
-
type index$
|
|
12190
|
-
type index$
|
|
12191
|
-
type index$
|
|
12192
|
-
type index$
|
|
12193
|
-
type index$
|
|
12194
|
-
type index$
|
|
12195
|
-
type index$
|
|
12196
|
-
type index$
|
|
12197
|
-
type index$
|
|
12198
|
-
type index$
|
|
12199
|
-
type index$
|
|
12200
|
-
type index$
|
|
12201
|
-
type index$
|
|
12202
|
-
type index$
|
|
12203
|
-
type index$
|
|
12204
|
-
type index$
|
|
12205
|
-
type index$
|
|
12206
|
-
type index$
|
|
12207
|
-
type index$
|
|
12208
|
-
type index$
|
|
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
|
-
|
|
12223
|
-
type index$
|
|
12224
|
-
type index$
|
|
12225
|
-
type index$
|
|
12226
|
-
type index$
|
|
12227
|
-
|
|
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
|
-
|
|
12241
|
-
|
|
12242
|
-
type index$
|
|
12243
|
-
type index$
|
|
12244
|
-
type index$
|
|
12245
|
-
type index$
|
|
12246
|
-
|
|
12247
|
-
|
|
12248
|
-
type index$
|
|
12249
|
-
type index$
|
|
12250
|
-
type index$
|
|
12251
|
-
type index$
|
|
12252
|
-
|
|
12253
|
-
type index$h_VolumeSummary = VolumeSummary;
|
|
12254
|
-
type index$h_VolumeTemplate = VolumeTemplate;
|
|
12255
|
-
type index$h_VolumeTypeCapabilities = VolumeTypeCapabilities;
|
|
12256
|
-
type index$h_VolumeTypeConstraints = VolumeTypeConstraints;
|
|
12257
|
-
type index$h_VolumeVolumeType = VolumeVolumeType;
|
|
12258
|
-
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 {
|
|
12259
12275
|
export {
|
|
12260
12276
|
InstanceV1UtilsAPI as API,
|
|
12261
|
-
index$
|
|
12262
|
-
index$
|
|
12263
|
-
index$
|
|
12264
|
-
index$
|
|
12265
|
-
index$
|
|
12266
|
-
index$
|
|
12267
|
-
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,
|
|
12268
12284
|
CreateIpRequest$1 as CreateIpRequest,
|
|
12269
|
-
index$
|
|
12270
|
-
index$
|
|
12271
|
-
index$
|
|
12272
|
-
index$
|
|
12273
|
-
index$
|
|
12274
|
-
index$
|
|
12275
|
-
index$
|
|
12276
|
-
index$
|
|
12277
|
-
index$
|
|
12278
|
-
index$
|
|
12279
|
-
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,
|
|
12280
12296
|
CreateSnapshotRequest$1 as CreateSnapshotRequest,
|
|
12281
|
-
index$
|
|
12282
|
-
|
|
12283
|
-
index$
|
|
12284
|
-
index$
|
|
12297
|
+
index$i_CreateSnapshotResponse as CreateSnapshotResponse,
|
|
12298
|
+
CreateVolumeRequest$1 as CreateVolumeRequest,
|
|
12299
|
+
index$i_CreateVolumeResponse as CreateVolumeResponse,
|
|
12300
|
+
index$i_Dashboard as Dashboard,
|
|
12285
12301
|
DeleteImageRequest$1 as DeleteImageRequest,
|
|
12286
|
-
index$
|
|
12287
|
-
index$
|
|
12288
|
-
index$
|
|
12289
|
-
index$
|
|
12290
|
-
index$
|
|
12291
|
-
index$
|
|
12292
|
-
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,
|
|
12293
12309
|
DeleteSnapshotRequest$1 as DeleteSnapshotRequest,
|
|
12294
|
-
|
|
12295
|
-
index$
|
|
12296
|
-
index$
|
|
12297
|
-
index$
|
|
12298
|
-
index$
|
|
12299
|
-
index$
|
|
12300
|
-
index$
|
|
12301
|
-
index$
|
|
12302
|
-
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,
|
|
12303
12319
|
GetImageRequest$3 as GetImageRequest,
|
|
12304
12320
|
GetImageResponse$1 as GetImageResponse,
|
|
12305
12321
|
GetIpRequest$1 as GetIpRequest,
|
|
12306
|
-
index$
|
|
12307
|
-
index$
|
|
12308
|
-
index$
|
|
12309
|
-
index$
|
|
12310
|
-
index$
|
|
12311
|
-
index$
|
|
12312
|
-
index$
|
|
12313
|
-
index$
|
|
12314
|
-
index$
|
|
12315
|
-
index$
|
|
12316
|
-
index$
|
|
12317
|
-
index$
|
|
12318
|
-
index$
|
|
12319
|
-
index$
|
|
12320
|
-
index$
|
|
12321
|
-
index$
|
|
12322
|
-
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,
|
|
12323
12339
|
GetSnapshotRequest$1 as GetSnapshotRequest,
|
|
12324
|
-
index$
|
|
12325
|
-
|
|
12326
|
-
index$
|
|
12340
|
+
index$i_GetSnapshotResponse as GetSnapshotResponse,
|
|
12341
|
+
GetVolumeRequest$1 as GetVolumeRequest,
|
|
12342
|
+
index$i_GetVolumeResponse as GetVolumeResponse,
|
|
12327
12343
|
IMAGE_TRANSIENT_STATUSES$1 as IMAGE_TRANSIENT_STATUSES,
|
|
12328
12344
|
Image$3 as Image,
|
|
12329
|
-
index$
|
|
12345
|
+
index$i_ImageState as ImageState,
|
|
12330
12346
|
Ip$1 as Ip,
|
|
12331
|
-
index$
|
|
12332
|
-
index$
|
|
12333
|
-
index$
|
|
12347
|
+
index$i_ListBootscriptsRequest as ListBootscriptsRequest,
|
|
12348
|
+
index$i_ListBootscriptsResponse as ListBootscriptsResponse,
|
|
12349
|
+
index$i_ListDefaultSecurityGroupRulesRequest as ListDefaultSecurityGroupRulesRequest,
|
|
12334
12350
|
ListImagesRequest$3 as ListImagesRequest,
|
|
12335
12351
|
ListImagesResponse$3 as ListImagesResponse,
|
|
12336
|
-
index$
|
|
12352
|
+
index$i_ListIpsRequest as ListIpsRequest,
|
|
12337
12353
|
ListIpsResponse$1 as ListIpsResponse,
|
|
12338
|
-
index$
|
|
12339
|
-
index$
|
|
12340
|
-
index$
|
|
12341
|
-
index$
|
|
12342
|
-
index$
|
|
12343
|
-
index$
|
|
12344
|
-
index$
|
|
12345
|
-
index$
|
|
12346
|
-
index$
|
|
12347
|
-
index$
|
|
12348
|
-
index$
|
|
12349
|
-
index$
|
|
12350
|
-
index$
|
|
12351
|
-
index$
|
|
12352
|
-
index$
|
|
12353
|
-
index$
|
|
12354
|
-
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,
|
|
12355
12371
|
ListSnapshotsRequest$1 as ListSnapshotsRequest,
|
|
12356
12372
|
ListSnapshotsResponse$1 as ListSnapshotsResponse,
|
|
12357
|
-
|
|
12358
|
-
|
|
12359
|
-
index$
|
|
12360
|
-
index$
|
|
12361
|
-
index$
|
|
12362
|
-
index$
|
|
12363
|
-
index$
|
|
12364
|
-
index$
|
|
12365
|
-
index$
|
|
12366
|
-
index$
|
|
12367
|
-
index$
|
|
12368
|
-
index$
|
|
12369
|
-
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,
|
|
12370
12386
|
SNAPSHOT_TRANSIENT_STATUSES$1 as SNAPSHOT_TRANSIENT_STATUSES,
|
|
12371
|
-
index$
|
|
12372
|
-
index$
|
|
12373
|
-
index$
|
|
12374
|
-
index$
|
|
12375
|
-
index$
|
|
12376
|
-
index$
|
|
12377
|
-
index$
|
|
12378
|
-
index$
|
|
12379
|
-
index$
|
|
12380
|
-
index$
|
|
12381
|
-
index$
|
|
12382
|
-
index$
|
|
12383
|
-
index$
|
|
12384
|
-
index$
|
|
12385
|
-
index$
|
|
12386
|
-
index$
|
|
12387
|
-
index$
|
|
12388
|
-
index$
|
|
12389
|
-
index$
|
|
12390
|
-
index$
|
|
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$
|
|
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,
|
|
12406
12422
|
Snapshot$1 as Snapshot,
|
|
12407
|
-
index$
|
|
12408
|
-
index$
|
|
12409
|
-
index$
|
|
12410
|
-
index$
|
|
12411
|
-
index$
|
|
12412
|
-
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,
|
|
12413
12429
|
UpdateImageRequest$1 as UpdateImageRequest,
|
|
12414
|
-
index$
|
|
12430
|
+
index$i_UpdateImageResponse as UpdateImageResponse,
|
|
12415
12431
|
UpdateIpRequest$1 as UpdateIpRequest,
|
|
12416
|
-
index$
|
|
12417
|
-
index$
|
|
12418
|
-
index$
|
|
12419
|
-
index$
|
|
12420
|
-
index$
|
|
12421
|
-
index$
|
|
12422
|
-
index$
|
|
12423
|
-
index$
|
|
12424
|
-
index$
|
|
12425
|
-
index$
|
|
12426
|
-
index$
|
|
12427
|
-
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,
|
|
12428
12444
|
UpdateSnapshotRequest$1 as UpdateSnapshotRequest,
|
|
12429
|
-
index$
|
|
12430
|
-
|
|
12431
|
-
index$
|
|
12432
|
-
index$
|
|
12433
|
-
index$
|
|
12434
|
-
Volume$
|
|
12435
|
-
index$
|
|
12436
|
-
index$
|
|
12437
|
-
index$
|
|
12438
|
-
index$
|
|
12439
|
-
index$
|
|
12440
|
-
index$
|
|
12441
|
-
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,
|
|
12442
12458
|
VolumeType$1 as VolumeType,
|
|
12443
|
-
index$
|
|
12444
|
-
index$
|
|
12445
|
-
index$
|
|
12459
|
+
index$i_VolumeTypeCapabilities as VolumeTypeCapabilities,
|
|
12460
|
+
index$i_VolumeTypeConstraints as VolumeTypeConstraints,
|
|
12461
|
+
index$i_VolumeVolumeType as VolumeVolumeType,
|
|
12446
12462
|
};
|
|
12447
12463
|
}
|
|
12448
12464
|
|
|
12449
|
-
declare namespace index$
|
|
12465
|
+
declare namespace index$h {
|
|
12450
12466
|
export {
|
|
12451
|
-
index$
|
|
12467
|
+
index$i as v1,
|
|
12452
12468
|
};
|
|
12453
12469
|
}
|
|
12454
12470
|
|
|
@@ -13407,7 +13423,7 @@ type DeleteTwinDocumentsRequest = {
|
|
|
13407
13423
|
*
|
|
13408
13424
|
* This API allows you to manage IoT hubs and devices. IoT Hub API.
|
|
13409
13425
|
*/
|
|
13410
|
-
declare class API$
|
|
13426
|
+
declare class API$g extends API$s {
|
|
13411
13427
|
/** Lists the available regions of the API. */
|
|
13412
13428
|
static readonly LOCALITIES: Region[];
|
|
13413
13429
|
protected pageOfListHubs: (request?: Readonly<ListHubsRequest>) => Promise<ListHubsResponse>;
|
|
@@ -13728,174 +13744,519 @@ declare class API$f extends API$r {
|
|
|
13728
13744
|
/** Lists transient statutes of the enum {@link HubStatus}. */
|
|
13729
13745
|
declare const HUB_TRANSIENT_STATUSES: HubStatus[];
|
|
13730
13746
|
|
|
13731
|
-
type index_gen$
|
|
13732
|
-
type index_gen$
|
|
13733
|
-
type index_gen$
|
|
13734
|
-
type index_gen$
|
|
13735
|
-
type index_gen$
|
|
13736
|
-
type index_gen$
|
|
13737
|
-
type index_gen$
|
|
13738
|
-
type index_gen$
|
|
13739
|
-
type index_gen$
|
|
13740
|
-
type index_gen$
|
|
13741
|
-
type index_gen$
|
|
13742
|
-
type index_gen$
|
|
13743
|
-
type index_gen$
|
|
13744
|
-
type index_gen$
|
|
13745
|
-
type index_gen$
|
|
13746
|
-
type index_gen$
|
|
13747
|
-
type index_gen$
|
|
13748
|
-
type index_gen$
|
|
13749
|
-
type index_gen$
|
|
13750
|
-
type index_gen$
|
|
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
|
-
declare const 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
|
-
type 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
|
-
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 {
|
|
13807
13823
|
export {
|
|
13808
|
-
API$
|
|
13824
|
+
API$g as API,
|
|
13809
13825
|
Certificate$1 as Certificate,
|
|
13810
|
-
index_gen$
|
|
13811
|
-
index_gen$
|
|
13812
|
-
index_gen$
|
|
13813
|
-
index_gen$
|
|
13814
|
-
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,
|
|
13815
13831
|
CreateRouteRequest$1 as CreateRouteRequest,
|
|
13816
|
-
index_gen$
|
|
13817
|
-
index_gen$
|
|
13818
|
-
index_gen$
|
|
13819
|
-
index_gen$
|
|
13820
|
-
index_gen$
|
|
13821
|
-
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,
|
|
13822
13838
|
DeleteRouteRequest$1 as DeleteRouteRequest,
|
|
13823
|
-
index_gen$
|
|
13824
|
-
index_gen$
|
|
13825
|
-
index_gen$
|
|
13826
|
-
index_gen$
|
|
13827
|
-
index_gen$
|
|
13828
|
-
index_gen$
|
|
13829
|
-
index_gen$
|
|
13830
|
-
index_gen$
|
|
13831
|
-
index_gen$
|
|
13832
|
-
index_gen$
|
|
13833
|
-
index_gen$
|
|
13834
|
-
index_gen$
|
|
13835
|
-
index_gen$
|
|
13836
|
-
index_gen$
|
|
13837
|
-
index_gen$
|
|
13838
|
-
index_gen$
|
|
13839
|
-
index_gen$
|
|
13840
|
-
index_gen$
|
|
13841
|
-
index_gen$
|
|
13842
|
-
index_gen$
|
|
13843
|
-
index_gen$
|
|
13844
|
-
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,
|
|
13845
13861
|
GetRouteRequest$1 as GetRouteRequest,
|
|
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$
|
|
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,
|
|
13861
13877
|
ListRoutesRequest$1 as ListRoutesRequest,
|
|
13862
13878
|
ListRoutesRequestOrderBy$1 as ListRoutesRequestOrderBy,
|
|
13863
13879
|
ListRoutesResponse$1 as ListRoutesResponse,
|
|
13864
|
-
index_gen$
|
|
13865
|
-
index_gen$
|
|
13866
|
-
index_gen$
|
|
13867
|
-
index_gen$
|
|
13868
|
-
index_gen$
|
|
13869
|
-
index_gen$
|
|
13870
|
-
index_gen$
|
|
13871
|
-
index_gen$
|
|
13872
|
-
index_gen$
|
|
13873
|
-
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,
|
|
13874
13890
|
Route$1 as Route,
|
|
13875
|
-
index_gen$
|
|
13876
|
-
index_gen$
|
|
13877
|
-
index_gen$
|
|
13878
|
-
index_gen$
|
|
13879
|
-
index_gen$
|
|
13880
|
-
index_gen$
|
|
13881
|
-
index_gen$
|
|
13882
|
-
index_gen$
|
|
13883
|
-
index_gen$
|
|
13884
|
-
index_gen$
|
|
13885
|
-
index_gen$
|
|
13886
|
-
index_gen$
|
|
13887
|
-
index_gen$
|
|
13888
|
-
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,
|
|
13889
13905
|
UpdateRouteRequest$1 as UpdateRouteRequest,
|
|
13890
|
-
index_gen$
|
|
13891
|
-
index_gen$
|
|
13892
|
-
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,
|
|
13893
14254
|
};
|
|
13894
14255
|
}
|
|
13895
14256
|
|
|
13896
14257
|
declare namespace index$f {
|
|
13897
14258
|
export {
|
|
13898
|
-
index_gen$d as
|
|
14259
|
+
index_gen$d as v1alpha1,
|
|
13899
14260
|
};
|
|
13900
14261
|
}
|
|
13901
14262
|
|
|
@@ -13903,6 +14264,7 @@ type AutoscalerEstimator = 'unknown_estimator' | 'binpacking';
|
|
|
13903
14264
|
type AutoscalerExpander = 'unknown_expander' | 'random' | 'most_pods' | 'least_waste' | 'priority' | 'price';
|
|
13904
14265
|
type CNI = 'unknown_cni' | 'cilium' | 'calico' | 'weave' | 'flannel' | 'kilo';
|
|
13905
14266
|
type ClusterStatus$1 = 'unknown' | 'creating' | 'ready' | 'deleting' | 'deleted' | 'updating' | 'locked' | 'pool_required';
|
|
14267
|
+
type ClusterTypeAvailability = 'available' | 'scarce' | 'shortage';
|
|
13906
14268
|
type Ingress = 'unknown_ingress' | 'none' | 'nginx' | 'traefik' | 'traefik2';
|
|
13907
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';
|
|
13908
14270
|
type ListNodesRequestOrderBy = 'created_at_asc' | 'created_at_desc';
|
|
@@ -14063,6 +14425,13 @@ interface ClusterOpenIDConnectConfig {
|
|
|
14063
14425
|
*/
|
|
14064
14426
|
requiredClaim: string[];
|
|
14065
14427
|
}
|
|
14428
|
+
/** Cluster type. */
|
|
14429
|
+
interface ClusterType {
|
|
14430
|
+
/** Cluster type name. */
|
|
14431
|
+
name: string;
|
|
14432
|
+
/** Cluster type availability. */
|
|
14433
|
+
availability: ClusterTypeAvailability;
|
|
14434
|
+
}
|
|
14066
14435
|
/** Create cluster request. auto upgrade. */
|
|
14067
14436
|
interface CreateClusterRequestAutoUpgrade {
|
|
14068
14437
|
/** Defines whether auto upgrade is enabled for the cluster. */
|
|
@@ -14232,6 +14601,13 @@ interface ListClusterAvailableVersionsResponse {
|
|
|
14232
14601
|
/** Available Kubernetes versions for the cluster. */
|
|
14233
14602
|
versions: Version$2[];
|
|
14234
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
|
+
}
|
|
14235
14611
|
/** List clusters response. */
|
|
14236
14612
|
interface ListClustersResponse$1 {
|
|
14237
14613
|
/** Total number of clusters. */
|
|
@@ -14947,6 +15323,17 @@ type GetVersionRequest$2 = {
|
|
|
14947
15323
|
/** Requested version name. */
|
|
14948
15324
|
versionName: string;
|
|
14949
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
|
+
};
|
|
14950
15337
|
|
|
14951
15338
|
type GetClusterKubeConfigRequest = {
|
|
14952
15339
|
/**
|
|
@@ -14959,7 +15346,7 @@ type GetClusterKubeConfigRequest = {
|
|
|
14959
15346
|
};
|
|
14960
15347
|
|
|
14961
15348
|
/** Kubernetes API. */
|
|
14962
|
-
declare class API$e extends API$
|
|
15349
|
+
declare class API$e extends API$s {
|
|
14963
15350
|
/** Lists the available regions of the API. */
|
|
14964
15351
|
static readonly LOCALITIES: Region[];
|
|
14965
15352
|
protected pageOfListClusters: (request?: Readonly<ListClustersRequest$2>) => Promise<ListClustersResponse$1>;
|
|
@@ -15203,6 +15590,18 @@ declare class API$e extends API$r {
|
|
|
15203
15590
|
* @returns A Promise of Version
|
|
15204
15591
|
*/
|
|
15205
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
|
+
};
|
|
15206
15605
|
}
|
|
15207
15606
|
|
|
15208
15607
|
declare class K8SUtilsAPI extends API$e {
|
|
@@ -15257,6 +15656,15 @@ declare const CreatePoolRequest: {
|
|
|
15257
15656
|
minLength: number;
|
|
15258
15657
|
};
|
|
15259
15658
|
};
|
|
15659
|
+
declare const ListClusterTypesRequest: {
|
|
15660
|
+
page: {
|
|
15661
|
+
greaterThan: number;
|
|
15662
|
+
};
|
|
15663
|
+
pageSize: {
|
|
15664
|
+
greaterThan: number;
|
|
15665
|
+
lessThanOrEqual: number;
|
|
15666
|
+
};
|
|
15667
|
+
};
|
|
15260
15668
|
declare const ListClustersRequest$1: {
|
|
15261
15669
|
name: {
|
|
15262
15670
|
minLength: number;
|
|
@@ -15314,6 +15722,7 @@ declare const validationRules_gen$1_CreateClusterRequestAutoscalerConfig: typeof
|
|
|
15314
15722
|
declare const validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig: typeof CreateClusterRequestOpenIDConnectConfig;
|
|
15315
15723
|
declare const validationRules_gen$1_CreateClusterRequestPoolConfig: typeof CreateClusterRequestPoolConfig;
|
|
15316
15724
|
declare const validationRules_gen$1_CreatePoolRequest: typeof CreatePoolRequest;
|
|
15725
|
+
declare const validationRules_gen$1_ListClusterTypesRequest: typeof ListClusterTypesRequest;
|
|
15317
15726
|
declare const validationRules_gen$1_ListNodesRequest: typeof ListNodesRequest;
|
|
15318
15727
|
declare const validationRules_gen$1_ListPoolsRequest: typeof ListPoolsRequest;
|
|
15319
15728
|
declare const validationRules_gen$1_MaintenanceWindow: typeof MaintenanceWindow;
|
|
@@ -15325,6 +15734,7 @@ declare namespace validationRules_gen$1 {
|
|
|
15325
15734
|
validationRules_gen$1_CreateClusterRequestOpenIDConnectConfig as CreateClusterRequestOpenIDConnectConfig,
|
|
15326
15735
|
validationRules_gen$1_CreateClusterRequestPoolConfig as CreateClusterRequestPoolConfig,
|
|
15327
15736
|
validationRules_gen$1_CreatePoolRequest as CreatePoolRequest,
|
|
15737
|
+
validationRules_gen$1_ListClusterTypesRequest as ListClusterTypesRequest,
|
|
15328
15738
|
ListClustersRequest$1 as ListClustersRequest,
|
|
15329
15739
|
validationRules_gen$1_ListNodesRequest as ListNodesRequest,
|
|
15330
15740
|
validationRules_gen$1_ListPoolsRequest as ListPoolsRequest,
|
|
@@ -15340,6 +15750,8 @@ type index$e_CNI = CNI;
|
|
|
15340
15750
|
type index$e_ClusterAutoUpgrade = ClusterAutoUpgrade;
|
|
15341
15751
|
type index$e_ClusterAutoscalerConfig = ClusterAutoscalerConfig;
|
|
15342
15752
|
type index$e_ClusterOpenIDConnectConfig = ClusterOpenIDConnectConfig;
|
|
15753
|
+
type index$e_ClusterType = ClusterType;
|
|
15754
|
+
type index$e_ClusterTypeAvailability = ClusterTypeAvailability;
|
|
15343
15755
|
type index$e_CreateClusterRequestAutoUpgrade = CreateClusterRequestAutoUpgrade;
|
|
15344
15756
|
type index$e_CreateClusterRequestPoolConfigUpgradePolicy = CreateClusterRequestPoolConfigUpgradePolicy;
|
|
15345
15757
|
type index$e_CreateExternalNodeRequest = CreateExternalNodeRequest;
|
|
@@ -15353,6 +15765,7 @@ type index$e_GetPoolRequest = GetPoolRequest;
|
|
|
15353
15765
|
type index$e_Ingress = Ingress;
|
|
15354
15766
|
type index$e_ListClusterAvailableVersionsRequest = ListClusterAvailableVersionsRequest;
|
|
15355
15767
|
type index$e_ListClusterAvailableVersionsResponse = ListClusterAvailableVersionsResponse;
|
|
15768
|
+
type index$e_ListClusterTypesResponse = ListClusterTypesResponse;
|
|
15356
15769
|
type index$e_ListNodesRequestOrderBy = ListNodesRequestOrderBy;
|
|
15357
15770
|
type index$e_ListNodesResponse = ListNodesResponse;
|
|
15358
15771
|
type index$e_ListPoolsRequestOrderBy = ListPoolsRequestOrderBy;
|
|
@@ -15390,6 +15803,8 @@ declare namespace index$e {
|
|
|
15390
15803
|
index$e_ClusterAutoscalerConfig as ClusterAutoscalerConfig,
|
|
15391
15804
|
index$e_ClusterOpenIDConnectConfig as ClusterOpenIDConnectConfig,
|
|
15392
15805
|
ClusterStatus$1 as ClusterStatus,
|
|
15806
|
+
index$e_ClusterType as ClusterType,
|
|
15807
|
+
index$e_ClusterTypeAvailability as ClusterTypeAvailability,
|
|
15393
15808
|
CreateClusterRequest$2 as CreateClusterRequest,
|
|
15394
15809
|
index$e_CreateClusterRequestAutoUpgrade as CreateClusterRequestAutoUpgrade,
|
|
15395
15810
|
CreateClusterRequestAutoscalerConfig$1 as CreateClusterRequestAutoscalerConfig,
|
|
@@ -15411,6 +15826,8 @@ declare namespace index$e {
|
|
|
15411
15826
|
index$e_Ingress as Ingress,
|
|
15412
15827
|
index$e_ListClusterAvailableVersionsRequest as ListClusterAvailableVersionsRequest,
|
|
15413
15828
|
index$e_ListClusterAvailableVersionsResponse as ListClusterAvailableVersionsResponse,
|
|
15829
|
+
ListClusterTypesRequest$1 as ListClusterTypesRequest,
|
|
15830
|
+
index$e_ListClusterTypesResponse as ListClusterTypesResponse,
|
|
15414
15831
|
ListClustersRequest$2 as ListClustersRequest,
|
|
15415
15832
|
ListClustersRequestOrderBy$1 as ListClustersRequestOrderBy,
|
|
15416
15833
|
ListClustersResponse$1 as ListClustersResponse,
|
|
@@ -16258,8 +16675,18 @@ type CreateLbRequest = {
|
|
|
16258
16675
|
name?: string;
|
|
16259
16676
|
/** Description for the Load Balancer. */
|
|
16260
16677
|
description: string;
|
|
16261
|
-
/**
|
|
16678
|
+
/**
|
|
16679
|
+
* @deprecated ID of an existing flexible IP address to attach to the Load
|
|
16680
|
+
* Balancer.
|
|
16681
|
+
*/
|
|
16262
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[];
|
|
16263
16690
|
/** List of tags for the Load Balancer. */
|
|
16264
16691
|
tags?: string[];
|
|
16265
16692
|
/**
|
|
@@ -16385,6 +16812,8 @@ type CreateIpRequest = {
|
|
|
16385
16812
|
projectId?: string;
|
|
16386
16813
|
/** Reverse DNS (domain name) for the IP address. */
|
|
16387
16814
|
reverse?: string;
|
|
16815
|
+
/** If true, creates a Flexible IP with an ipv6 address. */
|
|
16816
|
+
isIpv6: boolean;
|
|
16388
16817
|
};
|
|
16389
16818
|
type GetIpRequest = {
|
|
16390
16819
|
/**
|
|
@@ -16905,6 +17334,8 @@ type ListBackendStatsRequest = {
|
|
|
16905
17334
|
page?: number;
|
|
16906
17335
|
/** Number of items to return. */
|
|
16907
17336
|
pageSize?: number;
|
|
17337
|
+
/** ID of the backend. */
|
|
17338
|
+
backendId?: string;
|
|
16908
17339
|
};
|
|
16909
17340
|
type ListAclsRequest = {
|
|
16910
17341
|
/**
|
|
@@ -17300,8 +17731,18 @@ type ZonedApiCreateLbRequest = {
|
|
|
17300
17731
|
name?: string;
|
|
17301
17732
|
/** Description for the Load Balancer. */
|
|
17302
17733
|
description: string;
|
|
17303
|
-
/**
|
|
17734
|
+
/**
|
|
17735
|
+
* @deprecated ID of an existing flexible IP address to attach to the Load
|
|
17736
|
+
* Balancer.
|
|
17737
|
+
*/
|
|
17304
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[];
|
|
17305
17746
|
/** List of tags for the Load Balancer. */
|
|
17306
17747
|
tags?: string[];
|
|
17307
17748
|
/**
|
|
@@ -17409,6 +17850,8 @@ type ZonedApiCreateIpRequest = {
|
|
|
17409
17850
|
projectId?: string;
|
|
17410
17851
|
/** Reverse DNS (domain name) for the IP address. */
|
|
17411
17852
|
reverse?: string;
|
|
17853
|
+
/** If true, creates a Flexible IP with an ipv6 address. */
|
|
17854
|
+
isIpv6: boolean;
|
|
17412
17855
|
};
|
|
17413
17856
|
type ZonedApiGetIpRequest = {
|
|
17414
17857
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
@@ -17857,6 +18300,8 @@ type ZonedApiListBackendStatsRequest = {
|
|
|
17857
18300
|
page?: number;
|
|
17858
18301
|
/** Number of items to return. */
|
|
17859
18302
|
pageSize?: number;
|
|
18303
|
+
/** ID of the backend. */
|
|
18304
|
+
backendId?: string;
|
|
17860
18305
|
};
|
|
17861
18306
|
type ZonedApiListAclsRequest = {
|
|
17862
18307
|
/** Zone to target. If none is passed will use default zone from the config. */
|
|
@@ -18163,7 +18608,7 @@ type ZonedApiDetachPrivateNetworkRequest = {
|
|
|
18163
18608
|
*
|
|
18164
18609
|
* This API allows you to manage your load balancer service. Load balancer API.
|
|
18165
18610
|
*/
|
|
18166
|
-
declare class API$d extends API$
|
|
18611
|
+
declare class API$d extends API$s {
|
|
18167
18612
|
/** Lists the available regions of the API. */
|
|
18168
18613
|
static readonly LOCALITIES: Region[];
|
|
18169
18614
|
protected pageOfListLbs: (request?: Readonly<ListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -18236,7 +18681,7 @@ declare class API$d extends API$r {
|
|
|
18236
18681
|
* @param request - The request {@link CreateIpRequest}
|
|
18237
18682
|
* @returns A Promise of Ip
|
|
18238
18683
|
*/
|
|
18239
|
-
createIp: (request
|
|
18684
|
+
createIp: (request: Readonly<CreateIpRequest>) => Promise<Ip>;
|
|
18240
18685
|
/**
|
|
18241
18686
|
* Get an IP.
|
|
18242
18687
|
*
|
|
@@ -18591,7 +19036,7 @@ declare class API$d extends API$r {
|
|
|
18591
19036
|
* This API allows you to manage your Scaleway Load Balancer services. Load
|
|
18592
19037
|
* Balancer API.
|
|
18593
19038
|
*/
|
|
18594
|
-
declare class ZonedAPI extends API$
|
|
19039
|
+
declare class ZonedAPI extends API$s {
|
|
18595
19040
|
/** Lists the available zones of the API. */
|
|
18596
19041
|
static readonly LOCALITIES: Zone[];
|
|
18597
19042
|
protected pageOfListLbs: (request?: Readonly<ZonedApiListLbsRequest>) => Promise<ListLbsResponse>;
|
|
@@ -18682,7 +19127,7 @@ declare class ZonedAPI extends API$r {
|
|
|
18682
19127
|
* @param request - The request {@link ZonedApiCreateIpRequest}
|
|
18683
19128
|
* @returns A Promise of Ip
|
|
18684
19129
|
*/
|
|
18685
|
-
createIp: (request
|
|
19130
|
+
createIp: (request: Readonly<ZonedApiCreateIpRequest>) => Promise<Ip>;
|
|
18686
19131
|
/**
|
|
18687
19132
|
* Get an IP address. Retrieve the full details of a Load Balancer flexible IP
|
|
18688
19133
|
* address.
|
|
@@ -19670,7 +20115,7 @@ type GetVersionRequest$1 = {
|
|
|
19670
20115
|
};
|
|
19671
20116
|
|
|
19672
20117
|
/** Marketplace API. */
|
|
19673
|
-
declare class API$c extends API$
|
|
20118
|
+
declare class API$c extends API$s {
|
|
19674
20119
|
protected pageOfListImages: (request?: Readonly<ListImagesRequest$2>) => Promise<ListImagesResponse$2>;
|
|
19675
20120
|
/**
|
|
19676
20121
|
* List marketplace images.
|
|
@@ -19854,7 +20299,7 @@ type GetCategoryRequest = {
|
|
|
19854
20299
|
};
|
|
19855
20300
|
|
|
19856
20301
|
/** Marketplace API. */
|
|
19857
|
-
declare class API$b extends API$
|
|
20302
|
+
declare class API$b extends API$s {
|
|
19858
20303
|
protected pageOfListImages: (request: Readonly<ListImagesRequest$1>) => Promise<ListImagesResponse$1>;
|
|
19859
20304
|
/**
|
|
19860
20305
|
* List marketplace images. List all available images on the marketplace,
|
|
@@ -20236,7 +20681,7 @@ type GetCredentialRequest = {
|
|
|
20236
20681
|
* This API allows you to manage Scaleway Messaging and Queueing brokers.
|
|
20237
20682
|
* Messaging and Queuing API.
|
|
20238
20683
|
*/
|
|
20239
|
-
declare class API$a extends API$
|
|
20684
|
+
declare class API$a extends API$s {
|
|
20240
20685
|
/** Lists the available regions of the API. */
|
|
20241
20686
|
static readonly LOCALITIES: Region[];
|
|
20242
20687
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest$1>) => Promise<ListNamespacesResponse$1>;
|
|
@@ -21769,7 +22214,7 @@ type MigrateEndpointRequest = {
|
|
|
21769
22214
|
};
|
|
21770
22215
|
|
|
21771
22216
|
/** Managed Database for PostgreSQL and MySQL API. */
|
|
21772
|
-
declare class API$9 extends API$
|
|
22217
|
+
declare class API$9 extends API$s {
|
|
21773
22218
|
/** Lists the available regions of the API. */
|
|
21774
22219
|
static readonly LOCALITIES: Region[];
|
|
21775
22220
|
protected pageOfListDatabaseEngines: (request?: Readonly<ListDatabaseEnginesRequest>) => Promise<ListDatabaseEnginesResponse>;
|
|
@@ -22339,9 +22784,7 @@ declare class API$9 extends API$r {
|
|
|
22339
22784
|
/**
|
|
22340
22785
|
* Create a new Database Instance endpoint. Create a new endpoint for a
|
|
22341
22786
|
* Database Instance. You can add `load_balancer` and `private_network`
|
|
22342
|
-
* specifications to the body of the request.
|
|
22343
|
-
* your current endpoint, which means you might need to update any environment
|
|
22344
|
-
* configurations that point to the old endpoint.
|
|
22787
|
+
* specifications to the body of the request.
|
|
22345
22788
|
*
|
|
22346
22789
|
* @param request - The request {@link CreateEndpointRequest}
|
|
22347
22790
|
* @returns A Promise of Endpoint
|
|
@@ -23153,7 +23596,7 @@ type UpdateEndpointRequest = {
|
|
|
23153
23596
|
};
|
|
23154
23597
|
|
|
23155
23598
|
/** Managed Database for Redis™ API. */
|
|
23156
|
-
declare class API$8 extends API$
|
|
23599
|
+
declare class API$8 extends API$s {
|
|
23157
23600
|
/** Lists the available zones of the API. */
|
|
23158
23601
|
static readonly LOCALITIES: Zone[];
|
|
23159
23602
|
/**
|
|
@@ -23823,7 +24266,7 @@ type DeleteTagRequest = {
|
|
|
23823
24266
|
};
|
|
23824
24267
|
|
|
23825
24268
|
/** Container Registry API. */
|
|
23826
|
-
declare class API$7 extends API$
|
|
24269
|
+
declare class API$7 extends API$s {
|
|
23827
24270
|
/** Lists the available regions of the API. */
|
|
23828
24271
|
static readonly LOCALITIES: Region[];
|
|
23829
24272
|
protected pageOfListNamespaces: (request?: Readonly<ListNamespacesRequest>) => Promise<ListNamespacesResponse>;
|
|
@@ -24485,7 +24928,7 @@ type DestroySecretVersionRequest = {
|
|
|
24485
24928
|
* Secret Manager API. This API allows you to conveniently store, access and
|
|
24486
24929
|
* share sensitive data.
|
|
24487
24930
|
*/
|
|
24488
|
-
declare class API$6 extends API$
|
|
24931
|
+
declare class API$6 extends API$s {
|
|
24489
24932
|
/** Lists the available regions of the API. */
|
|
24490
24933
|
static readonly LOCALITIES: Region[];
|
|
24491
24934
|
/**
|
|
@@ -24832,7 +25275,7 @@ type SmokeHumanRequest = {
|
|
|
24832
25275
|
* access-key. Then, you can use other test commands by setting the
|
|
24833
25276
|
* SCW_SECRET_KEY env variable.
|
|
24834
25277
|
*/
|
|
24835
|
-
declare class API$5 extends API$
|
|
25278
|
+
declare class API$5 extends API$s {
|
|
24836
25279
|
/**
|
|
24837
25280
|
* Register a user. Register a human and return a access-key and a secret-key
|
|
24838
25281
|
* that must be used in all other commands.
|
|
@@ -24954,6 +25397,7 @@ declare namespace index$4 {
|
|
|
24954
25397
|
};
|
|
24955
25398
|
}
|
|
24956
25399
|
|
|
25400
|
+
type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
|
|
24957
25401
|
type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
|
|
24958
25402
|
type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
|
|
24959
25403
|
type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
|
|
@@ -24999,7 +25443,7 @@ interface Domain {
|
|
|
24999
25443
|
lastValidAt?: Date;
|
|
25000
25444
|
/** Date and time of the domain's deletion. */
|
|
25001
25445
|
revokedAt?: Date;
|
|
25002
|
-
/** Error message returned if the last check failed. */
|
|
25446
|
+
/** @deprecated Error message returned if the last check failed. */
|
|
25003
25447
|
lastError?: string;
|
|
25004
25448
|
/** Snippet of the SPF record to register in the DNS zone. */
|
|
25005
25449
|
spfConfig: string;
|
|
@@ -25009,6 +25453,35 @@ interface Domain {
|
|
|
25009
25453
|
statistics?: DomainStatistics;
|
|
25010
25454
|
region: Region;
|
|
25011
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
|
+
}
|
|
25012
25485
|
interface DomainStatistics {
|
|
25013
25486
|
totalCount: number;
|
|
25014
25487
|
sentCount: number;
|
|
@@ -25025,7 +25498,7 @@ interface Email {
|
|
|
25025
25498
|
projectId: string;
|
|
25026
25499
|
/** Email address of the sender. */
|
|
25027
25500
|
mailFrom: string;
|
|
25028
|
-
/** @deprecated
|
|
25501
|
+
/** @deprecated Email address of the recipient. */
|
|
25029
25502
|
rcptTo?: string;
|
|
25030
25503
|
/** Email address of the recipient. */
|
|
25031
25504
|
mailRcpt: string;
|
|
@@ -25162,10 +25635,7 @@ type ListEmailsRequest = {
|
|
|
25162
25635
|
until?: Date;
|
|
25163
25636
|
/** (Optional) List emails sent with this sender's email address. */
|
|
25164
25637
|
mailFrom?: string;
|
|
25165
|
-
/**
|
|
25166
|
-
* @deprecated (Deprecated) List emails sent to this recipient's email
|
|
25167
|
-
* address.
|
|
25168
|
-
*/
|
|
25638
|
+
/** @deprecated List emails sent to this recipient's email address. */
|
|
25169
25639
|
mailTo?: string;
|
|
25170
25640
|
/** (Optional) List emails sent to this recipient's email address. */
|
|
25171
25641
|
mailRcpt?: string;
|
|
@@ -25262,9 +25732,18 @@ type CheckDomainRequest = {
|
|
|
25262
25732
|
/** ID of the domain to check. */
|
|
25263
25733
|
domainId: string;
|
|
25264
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
|
+
};
|
|
25265
25744
|
|
|
25266
25745
|
/** Transactional Email API. */
|
|
25267
|
-
declare class API$4 extends API$
|
|
25746
|
+
declare class API$4 extends API$s {
|
|
25268
25747
|
/** Lists the available regions of the API. */
|
|
25269
25748
|
static readonly LOCALITIES: Region[];
|
|
25270
25749
|
/**
|
|
@@ -25374,6 +25853,15 @@ declare class API$4 extends API$r {
|
|
|
25374
25853
|
* @returns A Promise of Domain
|
|
25375
25854
|
*/
|
|
25376
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>;
|
|
25377
25865
|
}
|
|
25378
25866
|
|
|
25379
25867
|
/** Lists transient statutes of the enum {@link DomainStatus}. */
|
|
@@ -25390,6 +25878,10 @@ type index_gen$4_CreateEmailRequestAttachment = CreateEmailRequestAttachment;
|
|
|
25390
25878
|
type index_gen$4_CreateEmailResponse = CreateEmailResponse;
|
|
25391
25879
|
declare const index_gen$4_DOMAIN_TRANSIENT_STATUSES: typeof DOMAIN_TRANSIENT_STATUSES;
|
|
25392
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;
|
|
25393
25885
|
type index_gen$4_DomainStatistics = DomainStatistics;
|
|
25394
25886
|
type index_gen$4_DomainStatus = DomainStatus;
|
|
25395
25887
|
declare const index_gen$4_EMAIL_TRANSIENT_STATUSES: typeof EMAIL_TRANSIENT_STATUSES;
|
|
@@ -25397,6 +25889,7 @@ type index_gen$4_Email = Email;
|
|
|
25397
25889
|
type index_gen$4_EmailRcptType = EmailRcptType;
|
|
25398
25890
|
type index_gen$4_EmailStatus = EmailStatus;
|
|
25399
25891
|
type index_gen$4_EmailTry = EmailTry;
|
|
25892
|
+
type index_gen$4_GetDomainLastStatusRequest = GetDomainLastStatusRequest;
|
|
25400
25893
|
type index_gen$4_GetDomainRequest = GetDomainRequest;
|
|
25401
25894
|
type index_gen$4_GetEmailRequest = GetEmailRequest;
|
|
25402
25895
|
type index_gen$4_GetStatisticsRequest = GetStatisticsRequest;
|
|
@@ -25419,6 +25912,10 @@ declare namespace index_gen$4 {
|
|
|
25419
25912
|
index_gen$4_CreateEmailResponse as CreateEmailResponse,
|
|
25420
25913
|
index_gen$4_DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES,
|
|
25421
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,
|
|
25422
25919
|
index_gen$4_DomainStatistics as DomainStatistics,
|
|
25423
25920
|
index_gen$4_DomainStatus as DomainStatus,
|
|
25424
25921
|
index_gen$4_EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES,
|
|
@@ -25426,6 +25923,7 @@ declare namespace index_gen$4 {
|
|
|
25426
25923
|
index_gen$4_EmailRcptType as EmailRcptType,
|
|
25427
25924
|
index_gen$4_EmailStatus as EmailStatus,
|
|
25428
25925
|
index_gen$4_EmailTry as EmailTry,
|
|
25926
|
+
index_gen$4_GetDomainLastStatusRequest as GetDomainLastStatusRequest,
|
|
25429
25927
|
index_gen$4_GetDomainRequest as GetDomainRequest,
|
|
25430
25928
|
index_gen$4_GetEmailRequest as GetEmailRequest,
|
|
25431
25929
|
index_gen$4_GetStatisticsRequest as GetStatisticsRequest,
|
|
@@ -25546,7 +26044,7 @@ type DeletePrivateNetworkRequest$1 = {
|
|
|
25546
26044
|
};
|
|
25547
26045
|
|
|
25548
26046
|
/** VPC API. */
|
|
25549
|
-
declare class API$3 extends API$
|
|
26047
|
+
declare class API$3 extends API$s {
|
|
25550
26048
|
/** Lists the available zones of the API. */
|
|
25551
26049
|
static readonly LOCALITIES: Zone[];
|
|
25552
26050
|
protected pageOfListPrivateNetworks: (request?: Readonly<ListPrivateNetworksRequest$1>) => Promise<ListPrivateNetworksResponse$1>;
|
|
@@ -25733,6 +26231,8 @@ type CreateVPCRequest = {
|
|
|
25733
26231
|
region?: Region;
|
|
25734
26232
|
/** Name for the VPC. */
|
|
25735
26233
|
name?: string;
|
|
26234
|
+
/** Name for the VPC's associated default Private Network. */
|
|
26235
|
+
defaultPrivateNetworkName: string;
|
|
25736
26236
|
/** Scaleway Project in which to create the VPC. */
|
|
25737
26237
|
projectId?: string;
|
|
25738
26238
|
/** Tags for the VPC. */
|
|
@@ -25920,7 +26420,7 @@ type DeleteSubnetsRequest = {
|
|
|
25920
26420
|
};
|
|
25921
26421
|
|
|
25922
26422
|
/** VPC API. */
|
|
25923
|
-
declare class API$2 extends API$
|
|
26423
|
+
declare class API$2 extends API$s {
|
|
25924
26424
|
/** Lists the available regions of the API. */
|
|
25925
26425
|
static readonly LOCALITIES: Region[];
|
|
25926
26426
|
protected pageOfListVPCs: (request?: Readonly<ListVPCsRequest>) => Promise<ListVPCsResponse>;
|
|
@@ -25940,7 +26440,7 @@ declare class API$2 extends API$r {
|
|
|
25940
26440
|
* @param request - The request {@link CreateVPCRequest}
|
|
25941
26441
|
* @returns A Promise of VPC
|
|
25942
26442
|
*/
|
|
25943
|
-
createVPC: (request
|
|
26443
|
+
createVPC: (request: Readonly<CreateVPCRequest>) => Promise<VPC>;
|
|
25944
26444
|
/**
|
|
25945
26445
|
* Get a VPC. Retrieve details of an existing VPC, specified by its VPC ID.
|
|
25946
26446
|
*
|
|
@@ -26968,7 +27468,7 @@ type RefreshSSHKeysRequest = {
|
|
|
26968
27468
|
};
|
|
26969
27469
|
|
|
26970
27470
|
/** Public Gateways API. */
|
|
26971
|
-
declare class API$1 extends API$
|
|
27471
|
+
declare class API$1 extends API$s {
|
|
26972
27472
|
/** Lists the available zones of the API. */
|
|
26973
27473
|
static readonly LOCALITIES: Zone[];
|
|
26974
27474
|
protected pageOfListGateways: (request?: Readonly<ListGatewaysRequest>) => Promise<ListGatewaysResponse>;
|
|
@@ -27772,7 +28272,7 @@ type ListOffersRequest = {
|
|
|
27772
28272
|
};
|
|
27773
28273
|
|
|
27774
28274
|
/** Web Hosting API. */
|
|
27775
|
-
declare class API extends API$
|
|
28275
|
+
declare class API extends API$s {
|
|
27776
28276
|
/** Lists the available regions of the API. */
|
|
27777
28277
|
static readonly LOCALITIES: Region[];
|
|
27778
28278
|
/**
|
|
@@ -27951,4 +28451,4 @@ declare namespace index {
|
|
|
27951
28451
|
};
|
|
27952
28452
|
}
|
|
27953
28453
|
|
|
27954
|
-
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 };
|