@northflank/js-client 0.8.10 → 0.8.12
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/cjs/api-client.d.ts +381 -42
- package/dist/cjs/api-client.js +1 -1
- package/dist/esm/api-client.d.ts +381 -42
- package/dist/esm/api-client.js +1 -1
- package/package.json +1 -1
package/dist/cjs/api-client.d.ts
CHANGED
|
@@ -5277,7 +5277,7 @@ type ListCloudIntegrationsResult = {
|
|
|
5277
5277
|
'description'?: string;
|
|
5278
5278
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5279
5279
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5280
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5280
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5281
5281
|
/** BYOC restrictions configuration for controlling team access */
|
|
5282
5282
|
'restrictions'?: {
|
|
5283
5283
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5343,7 +5343,7 @@ type CreateCloudIntegrationResult = {
|
|
|
5343
5343
|
'description'?: string;
|
|
5344
5344
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5345
5345
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5346
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5346
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5347
5347
|
/** BYOC restrictions configuration for controlling team access */
|
|
5348
5348
|
'restrictions'?: {
|
|
5349
5349
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5434,7 +5434,7 @@ type CreateCloudIntegrationData = {
|
|
|
5434
5434
|
'description'?: string;
|
|
5435
5435
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5436
5436
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5437
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5437
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5438
5438
|
/** BYOC restrictions configuration for controlling team access */
|
|
5439
5439
|
'restrictions'?: {
|
|
5440
5440
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5528,7 +5528,7 @@ type PutCloudIntegrationResult = {
|
|
|
5528
5528
|
'description'?: string;
|
|
5529
5529
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5530
5530
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5531
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5531
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5532
5532
|
/** BYOC restrictions configuration for controlling team access */
|
|
5533
5533
|
'restrictions'?: {
|
|
5534
5534
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5624,7 +5624,7 @@ type PutCloudIntegrationData = {
|
|
|
5624
5624
|
'description'?: string;
|
|
5625
5625
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5626
5626
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5627
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5627
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5628
5628
|
/** BYOC restrictions configuration for controlling team access */
|
|
5629
5629
|
'restrictions'?: {
|
|
5630
5630
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5718,7 +5718,7 @@ type GetCloudIntegrationResult = {
|
|
|
5718
5718
|
'description'?: string;
|
|
5719
5719
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5720
5720
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5721
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5721
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5722
5722
|
/** BYOC restrictions configuration for controlling team access */
|
|
5723
5723
|
'restrictions'?: {
|
|
5724
5724
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5824,7 +5824,7 @@ type PatchCloudIntegrationResult = {
|
|
|
5824
5824
|
'description'?: string;
|
|
5825
5825
|
/** Cloud provider to be used for the selected resource Example: "gcp" */
|
|
5826
5826
|
'provider': 'aws' | 'azure' | 'civo' | 'gcp' | 'oci' | 'cloudflare' | 'coreweave' | 'aiven' | 'backblaze' | 'byok';
|
|
5827
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5827
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5828
5828
|
/** BYOC restrictions configuration for controlling team access */
|
|
5829
5829
|
'restrictions'?: {
|
|
5830
5830
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -5916,7 +5916,7 @@ type PatchCloudIntegrationParameters = {
|
|
|
5916
5916
|
type PatchCloudIntegrationData = {
|
|
5917
5917
|
/** The description of the integration. Example: "This is a new cloud provider integration." */
|
|
5918
5918
|
'description'?: string;
|
|
5919
|
-
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu'[];
|
|
5919
|
+
'features'?: 'byoc' | 'byoc-static-egress' | 'byoc-custom-launch-templates' | 'byoc-custom-vpc' | 'byoc-logs' | 'cloudfront' | 'route53' | 'registry-pull' | 'registry-push' | 'opentofu' | 'workload-identity'[];
|
|
5920
5920
|
/** BYOC restrictions configuration for controlling team access */
|
|
5921
5921
|
'restrictions'?: {
|
|
5922
5922
|
/** Enable or disable BYOC restrictions for this entity */
|
|
@@ -10677,12 +10677,17 @@ type CreateAddonResult = {
|
|
|
10677
10677
|
'minZones'?: number;
|
|
10678
10678
|
};
|
|
10679
10679
|
};
|
|
10680
|
-
/**
|
|
10680
|
+
/** Fork source backup for the addon */
|
|
10681
10681
|
'source'?: {
|
|
10682
|
+
/** ID of the project of the source addon. Only required if not the same as target addon Example: "existing-project" */
|
|
10683
|
+
'projectId'?: string;
|
|
10682
10684
|
/** ID of the addon to fork. Example: "existing-addon" */
|
|
10683
10685
|
'addonId': string;
|
|
10684
10686
|
/** ID of a backup belonging to that addon to use for the fork. Example: "existing-backup" */
|
|
10685
10687
|
'backupId': string;
|
|
10688
|
+
} | {
|
|
10689
|
+
/** Uid of the backup Example: "6d542e24-5d9f-4ecf-80a5-e80724b9133e" */
|
|
10690
|
+
'backupUid': string;
|
|
10686
10691
|
};
|
|
10687
10692
|
/** Enables access to the addon via TLS (if supported by the addon type). */
|
|
10688
10693
|
'tlsEnabled'?: boolean;
|
|
@@ -10855,12 +10860,17 @@ type CreateAddonData = {
|
|
|
10855
10860
|
'minZones'?: number;
|
|
10856
10861
|
};
|
|
10857
10862
|
};
|
|
10858
|
-
/**
|
|
10863
|
+
/** Fork source backup for the addon */
|
|
10859
10864
|
'source'?: {
|
|
10865
|
+
/** ID of the project of the source addon. Only required if not the same as target addon Example: "existing-project" */
|
|
10866
|
+
'projectId'?: string;
|
|
10860
10867
|
/** ID of the addon to fork. Example: "existing-addon" */
|
|
10861
10868
|
'addonId': string;
|
|
10862
10869
|
/** ID of a backup belonging to that addon to use for the fork. Example: "existing-backup" */
|
|
10863
10870
|
'backupId': string;
|
|
10871
|
+
} | {
|
|
10872
|
+
/** Uid of the backup Example: "6d542e24-5d9f-4ecf-80a5-e80724b9133e" */
|
|
10873
|
+
'backupUid': string;
|
|
10864
10874
|
};
|
|
10865
10875
|
/** Enables access to the addon via TLS (if supported by the addon type). */
|
|
10866
10876
|
'tlsEnabled'?: boolean;
|
|
@@ -10991,12 +11001,17 @@ type PutAddonResult = {
|
|
|
10991
11001
|
'minZones'?: number;
|
|
10992
11002
|
};
|
|
10993
11003
|
};
|
|
10994
|
-
/**
|
|
11004
|
+
/** Fork source backup for the addon */
|
|
10995
11005
|
'source'?: {
|
|
11006
|
+
/** ID of the project of the source addon. Only required if not the same as target addon Example: "existing-project" */
|
|
11007
|
+
'projectId'?: string;
|
|
10996
11008
|
/** ID of the addon to fork. Example: "existing-addon" */
|
|
10997
11009
|
'addonId': string;
|
|
10998
11010
|
/** ID of a backup belonging to that addon to use for the fork. Example: "existing-backup" */
|
|
10999
11011
|
'backupId': string;
|
|
11012
|
+
} | {
|
|
11013
|
+
/** Uid of the backup Example: "6d542e24-5d9f-4ecf-80a5-e80724b9133e" */
|
|
11014
|
+
'backupUid': string;
|
|
11000
11015
|
};
|
|
11001
11016
|
/** Enables access to the addon via TLS (if supported by the addon type). */
|
|
11002
11017
|
'tlsEnabled'?: boolean;
|
|
@@ -11169,12 +11184,17 @@ type PutAddonData = {
|
|
|
11169
11184
|
'minZones'?: number;
|
|
11170
11185
|
};
|
|
11171
11186
|
};
|
|
11172
|
-
/**
|
|
11187
|
+
/** Fork source backup for the addon */
|
|
11173
11188
|
'source'?: {
|
|
11189
|
+
/** ID of the project of the source addon. Only required if not the same as target addon Example: "existing-project" */
|
|
11190
|
+
'projectId'?: string;
|
|
11174
11191
|
/** ID of the addon to fork. Example: "existing-addon" */
|
|
11175
11192
|
'addonId': string;
|
|
11176
11193
|
/** ID of a backup belonging to that addon to use for the fork. Example: "existing-backup" */
|
|
11177
11194
|
'backupId': string;
|
|
11195
|
+
} | {
|
|
11196
|
+
/** Uid of the backup Example: "6d542e24-5d9f-4ecf-80a5-e80724b9133e" */
|
|
11197
|
+
'backupUid': string;
|
|
11178
11198
|
};
|
|
11179
11199
|
/** Enables access to the addon via TLS (if supported by the addon type). */
|
|
11180
11200
|
'tlsEnabled'?: boolean;
|
|
@@ -11393,12 +11413,17 @@ type PatchAddonResult = {
|
|
|
11393
11413
|
'minZones'?: number;
|
|
11394
11414
|
};
|
|
11395
11415
|
};
|
|
11396
|
-
/**
|
|
11416
|
+
/** Fork source backup for the addon */
|
|
11397
11417
|
'source'?: {
|
|
11418
|
+
/** ID of the project of the source addon. Only required if not the same as target addon Example: "existing-project" */
|
|
11419
|
+
'projectId'?: string;
|
|
11398
11420
|
/** ID of the addon to fork. Example: "existing-addon" */
|
|
11399
11421
|
'addonId': string;
|
|
11400
11422
|
/** ID of a backup belonging to that addon to use for the fork. Example: "existing-backup" */
|
|
11401
11423
|
'backupId': string;
|
|
11424
|
+
} | {
|
|
11425
|
+
/** Uid of the backup Example: "6d542e24-5d9f-4ecf-80a5-e80724b9133e" */
|
|
11426
|
+
'backupUid': string;
|
|
11402
11427
|
};
|
|
11403
11428
|
/** Enables access to the addon via TLS (if supported by the addon type). */
|
|
11404
11429
|
'tlsEnabled'?: boolean;
|
|
@@ -19310,7 +19335,7 @@ declare class UpdatePreviewtemplateEndpoint extends PostApiEndpoint<UpdatePrevie
|
|
|
19310
19335
|
body: (payload: UpdatePreviewtemplateRequest) => string;
|
|
19311
19336
|
}
|
|
19312
19337
|
|
|
19313
|
-
type
|
|
19338
|
+
type ListPipelinetemplatepreviewsResult = {
|
|
19314
19339
|
/** A list of currently available preview environments for the template. */
|
|
19315
19340
|
'previewEnvironments': {
|
|
19316
19341
|
/** Identifier for the preview template environment Example: "clean-step" */
|
|
@@ -19325,20 +19350,20 @@ type ListPreviewtemplatepreviewsResult = {
|
|
|
19325
19350
|
'updatedAt'?: string;
|
|
19326
19351
|
}[];
|
|
19327
19352
|
};
|
|
19328
|
-
type
|
|
19329
|
-
all: (opts:
|
|
19353
|
+
type ListPipelinetemplatepreviewsCall = ((opts: ListPipelinetemplatepreviewsRequest) => Promise<ApiCallResponse<ListPipelinetemplatepreviewsResult>>) & {
|
|
19354
|
+
all: (opts: ListPipelinetemplatepreviewsRequest) => Promise<ApiCallResponse<ListPipelinetemplatepreviewsResult>>;
|
|
19330
19355
|
};
|
|
19331
|
-
type
|
|
19332
|
-
parameters:
|
|
19333
|
-
options?:
|
|
19356
|
+
type ListPipelinetemplatepreviewsRequest = {
|
|
19357
|
+
parameters: ListPipelinetemplatepreviewsParameters;
|
|
19358
|
+
options?: ListPipelinetemplatepreviewsOptions;
|
|
19334
19359
|
};
|
|
19335
|
-
type
|
|
19360
|
+
type ListPipelinetemplatepreviewsParameters = {
|
|
19336
19361
|
/** ID of the project */
|
|
19337
19362
|
'projectId': string;
|
|
19338
19363
|
/** ID of the pipeline */
|
|
19339
19364
|
'pipelineId': string;
|
|
19340
19365
|
};
|
|
19341
|
-
type
|
|
19366
|
+
type ListPipelinetemplatepreviewsOptions = {
|
|
19342
19367
|
/** The number of results to display per request. Maximum of 100 results per page. */
|
|
19343
19368
|
'per_page'?: number;
|
|
19344
19369
|
/** The page number to access. */
|
|
@@ -19347,20 +19372,20 @@ type ListPreviewtemplatepreviewsOptions = {
|
|
|
19347
19372
|
'cursor'?: string;
|
|
19348
19373
|
};
|
|
19349
19374
|
/** Get a list of active preview environments for a template */
|
|
19350
|
-
declare class
|
|
19375
|
+
declare class ListPipelinetemplatepreviewsEndpoint extends GetApiEndpointPaginated<ListPipelinetemplatepreviewsRequest, ListPipelinetemplatepreviewsResult> {
|
|
19351
19376
|
description: string;
|
|
19352
19377
|
withAuth: boolean;
|
|
19353
19378
|
requiredPermissions: string;
|
|
19354
|
-
endpointUrl: (opts:
|
|
19379
|
+
endpointUrl: (opts: ListPipelinetemplatepreviewsRequest) => string;
|
|
19355
19380
|
body: () => undefined;
|
|
19356
19381
|
}
|
|
19357
19382
|
|
|
19358
|
-
type
|
|
19359
|
-
type
|
|
19360
|
-
type
|
|
19361
|
-
parameters:
|
|
19383
|
+
type DeletePipelinetemplatepreviewResult = any;
|
|
19384
|
+
type DeletePipelinetemplatepreviewCall = (opts: DeletePipelinetemplatepreviewRequest) => Promise<ApiCallResponse<DeletePipelinetemplatepreviewResult>>;
|
|
19385
|
+
type DeletePipelinetemplatepreviewRequest = {
|
|
19386
|
+
parameters: DeletePipelinetemplatepreviewParameters;
|
|
19362
19387
|
};
|
|
19363
|
-
type
|
|
19388
|
+
type DeletePipelinetemplatepreviewParameters = {
|
|
19364
19389
|
/** ID of the project */
|
|
19365
19390
|
'projectId': string;
|
|
19366
19391
|
/** ID of the pipeline */
|
|
@@ -19369,11 +19394,11 @@ type DeletePreviewtemplatepreviewParameters = {
|
|
|
19369
19394
|
'previewId': string;
|
|
19370
19395
|
};
|
|
19371
19396
|
/** Delete a preview environment generated by a preview template. */
|
|
19372
|
-
declare class
|
|
19397
|
+
declare class DeletePipelinetemplatepreviewEndpoint extends DeleteApiEndpoint<DeletePipelinetemplatepreviewRequest, DeletePipelinetemplatepreviewResult> {
|
|
19373
19398
|
description: string;
|
|
19374
19399
|
withAuth: boolean;
|
|
19375
19400
|
requiredPermissions: string;
|
|
19376
|
-
endpointUrl: (opts:
|
|
19401
|
+
endpointUrl: (opts: DeletePipelinetemplatepreviewRequest) => string;
|
|
19377
19402
|
body: () => undefined;
|
|
19378
19403
|
}
|
|
19379
19404
|
|
|
@@ -19529,6 +19554,10 @@ type ListPreviewtemplaterunsOptions = {
|
|
|
19529
19554
|
'page'?: number;
|
|
19530
19555
|
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
19531
19556
|
'cursor'?: string;
|
|
19557
|
+
/** Filter by template status. */
|
|
19558
|
+
'status'?: string;
|
|
19559
|
+
/** Filter by whether the template is concluded. */
|
|
19560
|
+
'concluded'?: boolean;
|
|
19532
19561
|
};
|
|
19533
19562
|
/** Get a list of preview template runs */
|
|
19534
19563
|
declare class ListPreviewtemplaterunsEndpoint extends GetApiEndpointPaginated<ListPreviewtemplaterunsRequest, ListPreviewtemplaterunsResult> {
|
|
@@ -19917,6 +19946,10 @@ type ListReleaseflowrunsOptions = {
|
|
|
19917
19946
|
'page'?: number;
|
|
19918
19947
|
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
19919
19948
|
'cursor'?: string;
|
|
19949
|
+
/** Filter by template status. */
|
|
19950
|
+
'status'?: string;
|
|
19951
|
+
/** Filter by whether the template is concluded. */
|
|
19952
|
+
'concluded'?: boolean;
|
|
19920
19953
|
};
|
|
19921
19954
|
/** Lists runs of a release flow */
|
|
19922
19955
|
declare class ListReleaseflowrunsEndpoint extends GetApiEndpointPaginated<ListReleaseflowrunsRequest, ListReleaseflowrunsResult> {
|
|
@@ -20496,6 +20529,73 @@ declare class DeletePreviewblueprintEndpoint extends DeleteApiEndpoint<DeletePre
|
|
|
20496
20529
|
body: () => undefined;
|
|
20497
20530
|
}
|
|
20498
20531
|
|
|
20532
|
+
type ListBlueprinttemplatepreviewsResult = {
|
|
20533
|
+
/** A list of currently available preview environments for the template. */
|
|
20534
|
+
'previewEnvironments': {
|
|
20535
|
+
/** Identifier for the preview template environment Example: "clean-step" */
|
|
20536
|
+
'id': string;
|
|
20537
|
+
/** Data about the version control action that triggered environment creation */
|
|
20538
|
+
'vcsData': {
|
|
20539
|
+
'repoUrl': string;
|
|
20540
|
+
};
|
|
20541
|
+
/** time of creation */
|
|
20542
|
+
'createdAt'?: string;
|
|
20543
|
+
/** time of update */
|
|
20544
|
+
'updatedAt'?: string;
|
|
20545
|
+
}[];
|
|
20546
|
+
};
|
|
20547
|
+
type ListBlueprinttemplatepreviewsCall = ((opts: ListBlueprinttemplatepreviewsRequest) => Promise<ApiCallResponse<ListBlueprinttemplatepreviewsResult>>) & {
|
|
20548
|
+
all: (opts: ListBlueprinttemplatepreviewsRequest) => Promise<ApiCallResponse<ListBlueprinttemplatepreviewsResult>>;
|
|
20549
|
+
};
|
|
20550
|
+
type ListBlueprinttemplatepreviewsRequest = {
|
|
20551
|
+
parameters: ListBlueprinttemplatepreviewsParameters;
|
|
20552
|
+
options?: ListBlueprinttemplatepreviewsOptions;
|
|
20553
|
+
};
|
|
20554
|
+
type ListBlueprinttemplatepreviewsParameters = {
|
|
20555
|
+
/** ID of the project */
|
|
20556
|
+
'projectId': string;
|
|
20557
|
+
/** ID of the preview blueprint */
|
|
20558
|
+
'previewBlueprintId': string;
|
|
20559
|
+
};
|
|
20560
|
+
type ListBlueprinttemplatepreviewsOptions = {
|
|
20561
|
+
/** The number of results to display per request. Maximum of 100 results per page. */
|
|
20562
|
+
'per_page'?: number;
|
|
20563
|
+
/** The page number to access. */
|
|
20564
|
+
'page'?: number;
|
|
20565
|
+
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
20566
|
+
'cursor'?: string;
|
|
20567
|
+
};
|
|
20568
|
+
/** Get a list of active previews for a preview blueprint. */
|
|
20569
|
+
declare class ListBlueprinttemplatepreviewsEndpoint extends GetApiEndpointPaginated<ListBlueprinttemplatepreviewsRequest, ListBlueprinttemplatepreviewsResult> {
|
|
20570
|
+
description: string;
|
|
20571
|
+
withAuth: boolean;
|
|
20572
|
+
requiredPermissions: string;
|
|
20573
|
+
endpointUrl: (opts: ListBlueprinttemplatepreviewsRequest) => string;
|
|
20574
|
+
body: () => undefined;
|
|
20575
|
+
}
|
|
20576
|
+
|
|
20577
|
+
type DeleteBlueprinttemplatepreviewResult = any;
|
|
20578
|
+
type DeleteBlueprinttemplatepreviewCall = (opts: DeleteBlueprinttemplatepreviewRequest) => Promise<ApiCallResponse<DeleteBlueprinttemplatepreviewResult>>;
|
|
20579
|
+
type DeleteBlueprinttemplatepreviewRequest = {
|
|
20580
|
+
parameters: DeleteBlueprinttemplatepreviewParameters;
|
|
20581
|
+
};
|
|
20582
|
+
type DeleteBlueprinttemplatepreviewParameters = {
|
|
20583
|
+
/** ID of the project */
|
|
20584
|
+
'projectId': string;
|
|
20585
|
+
/** ID of the preview blueprint */
|
|
20586
|
+
'previewBlueprintId': string;
|
|
20587
|
+
/** ID of the preview */
|
|
20588
|
+
'previewId': string;
|
|
20589
|
+
};
|
|
20590
|
+
/** Delete a preview environment generated by a preview blueprint. */
|
|
20591
|
+
declare class DeleteBlueprinttemplatepreviewEndpoint extends DeleteApiEndpoint<DeleteBlueprinttemplatepreviewRequest, DeleteBlueprinttemplatepreviewResult> {
|
|
20592
|
+
description: string;
|
|
20593
|
+
withAuth: boolean;
|
|
20594
|
+
requiredPermissions: string;
|
|
20595
|
+
endpointUrl: (opts: DeleteBlueprinttemplatepreviewRequest) => string;
|
|
20596
|
+
body: () => undefined;
|
|
20597
|
+
}
|
|
20598
|
+
|
|
20499
20599
|
type RunPreviewblueprintResult = any;
|
|
20500
20600
|
type RunPreviewblueprintCall = (opts: RunPreviewblueprintRequest) => Promise<ApiCallResponse<RunPreviewblueprintResult>>;
|
|
20501
20601
|
type RunPreviewblueprintRequest = {
|
|
@@ -20570,6 +20670,10 @@ type ListPreviewblueprintrunsOptions = {
|
|
|
20570
20670
|
'page'?: number;
|
|
20571
20671
|
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
20572
20672
|
'cursor'?: string;
|
|
20673
|
+
/** Filter by template status. */
|
|
20674
|
+
'status'?: string;
|
|
20675
|
+
/** Filter by whether the template is concluded. */
|
|
20676
|
+
'concluded'?: boolean;
|
|
20573
20677
|
};
|
|
20574
20678
|
/** Lists runs of a previewBlueprint */
|
|
20575
20679
|
declare class ListPreviewblueprintrunsEndpoint extends GetApiEndpointPaginated<ListPreviewblueprintrunsRequest, ListPreviewblueprintrunsResult> {
|
|
@@ -22788,6 +22892,9 @@ type CreateServiceCombinedResult = {
|
|
|
22788
22892
|
'deploymentSysctlSettings'?: {
|
|
22789
22893
|
'vm.max_map_count'?: number;
|
|
22790
22894
|
};
|
|
22895
|
+
'createOptions'?: {
|
|
22896
|
+
'volumesToAttach'?: string[];
|
|
22897
|
+
};
|
|
22791
22898
|
/** Type of the service (combined, build or deployment) Example: "combined" */
|
|
22792
22899
|
'serviceType': 'combined';
|
|
22793
22900
|
'deployment': {
|
|
@@ -23346,6 +23453,9 @@ type CreateServiceCombinedData = {
|
|
|
23346
23453
|
};
|
|
23347
23454
|
};
|
|
23348
23455
|
};
|
|
23456
|
+
'createOptions'?: {
|
|
23457
|
+
'volumesToAttach'?: string[];
|
|
23458
|
+
};
|
|
23349
23459
|
};
|
|
23350
23460
|
/** Creates a new combined service. */
|
|
23351
23461
|
declare class CreateServiceCombinedEndpoint extends PostApiEndpoint<CreateServiceCombinedRequest, CreateServiceCombinedResult> {
|
|
@@ -23729,6 +23839,9 @@ type PutServiceCombinedResult = {
|
|
|
23729
23839
|
'deploymentSysctlSettings'?: {
|
|
23730
23840
|
'vm.max_map_count'?: number;
|
|
23731
23841
|
};
|
|
23842
|
+
'createOptions'?: {
|
|
23843
|
+
'volumesToAttach'?: string[];
|
|
23844
|
+
};
|
|
23732
23845
|
/** Type of the service (combined, build or deployment) Example: "combined" */
|
|
23733
23846
|
'serviceType': 'combined';
|
|
23734
23847
|
'deployment': {
|
|
@@ -24287,6 +24400,9 @@ type PutServiceCombinedData = {
|
|
|
24287
24400
|
};
|
|
24288
24401
|
};
|
|
24289
24402
|
};
|
|
24403
|
+
'createOptions'?: {
|
|
24404
|
+
'volumesToAttach'?: string[];
|
|
24405
|
+
};
|
|
24290
24406
|
};
|
|
24291
24407
|
/** Creates or updates a combined service. */
|
|
24292
24408
|
declare class PutServiceCombinedEndpoint extends PutApiEndpoint<PutServiceCombinedRequest, PutServiceCombinedResult> {
|
|
@@ -24670,6 +24786,9 @@ type PatchServiceCombinedResult = {
|
|
|
24670
24786
|
'deploymentSysctlSettings'?: {
|
|
24671
24787
|
'vm.max_map_count'?: number;
|
|
24672
24788
|
};
|
|
24789
|
+
'createOptions'?: {
|
|
24790
|
+
'volumesToAttach'?: string[];
|
|
24791
|
+
};
|
|
24673
24792
|
/** Type of the service (combined, build or deployment) Example: "combined" */
|
|
24674
24793
|
'serviceType': 'combined';
|
|
24675
24794
|
'deployment': {
|
|
@@ -25491,6 +25610,9 @@ type CreateServiceDeploymentResult = {
|
|
|
25491
25610
|
'deploymentSysctlSettings'?: {
|
|
25492
25611
|
'vm.max_map_count'?: number;
|
|
25493
25612
|
};
|
|
25613
|
+
'createOptions'?: {
|
|
25614
|
+
'volumesToAttach'?: string[];
|
|
25615
|
+
};
|
|
25494
25616
|
/** Type of the service (combined, build or deployment) Example: "deployment" */
|
|
25495
25617
|
'serviceType': 'deployment';
|
|
25496
25618
|
'deployment': {
|
|
@@ -26106,6 +26228,9 @@ type CreateServiceDeploymentData = {
|
|
|
26106
26228
|
};
|
|
26107
26229
|
};
|
|
26108
26230
|
};
|
|
26231
|
+
'createOptions'?: {
|
|
26232
|
+
'volumesToAttach'?: string[];
|
|
26233
|
+
};
|
|
26109
26234
|
};
|
|
26110
26235
|
/** Creates a new deployment service. */
|
|
26111
26236
|
declare class CreateServiceDeploymentEndpoint extends PostApiEndpoint<CreateServiceDeploymentRequest, CreateServiceDeploymentResult> {
|
|
@@ -26386,6 +26511,9 @@ type PutServiceDeploymentResult = {
|
|
|
26386
26511
|
'deploymentSysctlSettings'?: {
|
|
26387
26512
|
'vm.max_map_count'?: number;
|
|
26388
26513
|
};
|
|
26514
|
+
'createOptions'?: {
|
|
26515
|
+
'volumesToAttach'?: string[];
|
|
26516
|
+
};
|
|
26389
26517
|
/** Type of the service (combined, build or deployment) Example: "deployment" */
|
|
26390
26518
|
'serviceType': 'deployment';
|
|
26391
26519
|
'deployment': {
|
|
@@ -27001,6 +27129,9 @@ type PutServiceDeploymentData = {
|
|
|
27001
27129
|
};
|
|
27002
27130
|
};
|
|
27003
27131
|
};
|
|
27132
|
+
'createOptions'?: {
|
|
27133
|
+
'volumesToAttach'?: string[];
|
|
27134
|
+
};
|
|
27004
27135
|
};
|
|
27005
27136
|
/** Creates or updates a deployment service. */
|
|
27006
27137
|
declare class PutServiceDeploymentEndpoint extends PutApiEndpoint<PutServiceDeploymentRequest, PutServiceDeploymentResult> {
|
|
@@ -27281,6 +27412,9 @@ type PatchServiceDeploymentResult = {
|
|
|
27281
27412
|
'deploymentSysctlSettings'?: {
|
|
27282
27413
|
'vm.max_map_count'?: number;
|
|
27283
27414
|
};
|
|
27415
|
+
'createOptions'?: {
|
|
27416
|
+
'volumesToAttach'?: string[];
|
|
27417
|
+
};
|
|
27284
27418
|
/** Type of the service (combined, build or deployment) Example: "deployment" */
|
|
27285
27419
|
'serviceType': 'deployment';
|
|
27286
27420
|
'deployment': {
|
|
@@ -29794,16 +29928,27 @@ type ListVolumesResult = {
|
|
|
29794
29928
|
/** The timestamp the volume was last updated at Example: "2021-01-01 12:00:00.000Z" */
|
|
29795
29929
|
'updatedAt': string;
|
|
29796
29930
|
}[];
|
|
29797
|
-
type ListVolumesCall = (opts: ListVolumesRequest) => Promise<ApiCallResponse<ListVolumesResult
|
|
29931
|
+
type ListVolumesCall = ((opts: ListVolumesRequest) => Promise<ApiCallResponse<ListVolumesResult>>) & {
|
|
29932
|
+
all: (opts: ListVolumesRequest) => Promise<ApiCallResponse<ListVolumesResult>>;
|
|
29933
|
+
};
|
|
29798
29934
|
type ListVolumesRequest = {
|
|
29799
29935
|
parameters: ListVolumesParameters;
|
|
29936
|
+
options?: ListVolumesOptions;
|
|
29800
29937
|
};
|
|
29801
29938
|
type ListVolumesParameters = {
|
|
29802
29939
|
/** ID of the project */
|
|
29803
29940
|
'projectId': string;
|
|
29804
29941
|
};
|
|
29942
|
+
type ListVolumesOptions = {
|
|
29943
|
+
/** The number of results to display per request. Maximum of 100 results per page. */
|
|
29944
|
+
'per_page'?: number;
|
|
29945
|
+
/** The page number to access. */
|
|
29946
|
+
'page'?: number;
|
|
29947
|
+
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
29948
|
+
'cursor'?: string;
|
|
29949
|
+
};
|
|
29805
29950
|
/** Gets a list of volumes belonging to the project */
|
|
29806
|
-
declare class ListVolumesEndpoint extends
|
|
29951
|
+
declare class ListVolumesEndpoint extends GetApiEndpointPaginated<ListVolumesRequest, ListVolumesResult> {
|
|
29807
29952
|
description: string;
|
|
29808
29953
|
withAuth: boolean;
|
|
29809
29954
|
requiredPermissions: string;
|
|
@@ -30041,6 +30186,180 @@ declare class AttachVolumeEndpoint extends PostApiEndpoint<AttachVolumeRequest,
|
|
|
30041
30186
|
body: (payload: AttachVolumeRequest) => string;
|
|
30042
30187
|
}
|
|
30043
30188
|
|
|
30189
|
+
type GetVolumeBackupsResult = {
|
|
30190
|
+
/** Identifier for the backup Example: "example-backup" */
|
|
30191
|
+
'id': string;
|
|
30192
|
+
'name': string;
|
|
30193
|
+
'description'?: string;
|
|
30194
|
+
'status': string;
|
|
30195
|
+
'spec'?: {
|
|
30196
|
+
'storageSize'?: number;
|
|
30197
|
+
};
|
|
30198
|
+
'source'?: {
|
|
30199
|
+
'type'?: string;
|
|
30200
|
+
'sourceObject'?: {
|
|
30201
|
+
'id'?: string;
|
|
30202
|
+
'spec'?: {
|
|
30203
|
+
'accessMode'?: string;
|
|
30204
|
+
'storageSize'?: number;
|
|
30205
|
+
'storageClassName'?: string;
|
|
30206
|
+
};
|
|
30207
|
+
};
|
|
30208
|
+
};
|
|
30209
|
+
/** time of creation */
|
|
30210
|
+
'createdAt'?: string;
|
|
30211
|
+
/** time of update */
|
|
30212
|
+
'updatedAt'?: string;
|
|
30213
|
+
}[];
|
|
30214
|
+
type GetVolumeBackupsCall = ((opts: GetVolumeBackupsRequest) => Promise<ApiCallResponse<GetVolumeBackupsResult>>) & {
|
|
30215
|
+
all: (opts: GetVolumeBackupsRequest) => Promise<ApiCallResponse<GetVolumeBackupsResult>>;
|
|
30216
|
+
};
|
|
30217
|
+
type GetVolumeBackupsRequest = {
|
|
30218
|
+
parameters: GetVolumeBackupsParameters;
|
|
30219
|
+
options?: GetVolumeBackupsOptions;
|
|
30220
|
+
};
|
|
30221
|
+
type GetVolumeBackupsParameters = {
|
|
30222
|
+
/** ID of the project */
|
|
30223
|
+
'projectId': string;
|
|
30224
|
+
/** ID of the volume */
|
|
30225
|
+
'volumeId': string;
|
|
30226
|
+
};
|
|
30227
|
+
type GetVolumeBackupsOptions = {
|
|
30228
|
+
/** The number of results to display per request. Maximum of 100 results per page. */
|
|
30229
|
+
'per_page'?: number;
|
|
30230
|
+
/** The page number to access. */
|
|
30231
|
+
'page'?: number;
|
|
30232
|
+
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
30233
|
+
'cursor'?: string;
|
|
30234
|
+
};
|
|
30235
|
+
/** Get list of backups associated with a volume */
|
|
30236
|
+
declare class GetVolumeBackupsEndpoint extends GetApiEndpointPaginated<GetVolumeBackupsRequest, GetVolumeBackupsResult> {
|
|
30237
|
+
description: string;
|
|
30238
|
+
withAuth: boolean;
|
|
30239
|
+
requiredPermissions: string;
|
|
30240
|
+
endpointUrl: (opts: GetVolumeBackupsRequest) => string;
|
|
30241
|
+
body: () => undefined;
|
|
30242
|
+
}
|
|
30243
|
+
|
|
30244
|
+
type BackupVolumeResult = {
|
|
30245
|
+
/** Identifier for the backup Example: "example-backup" */
|
|
30246
|
+
'id': string;
|
|
30247
|
+
'name': string;
|
|
30248
|
+
'description'?: string;
|
|
30249
|
+
'status': string;
|
|
30250
|
+
'spec'?: {
|
|
30251
|
+
'storageSize'?: number;
|
|
30252
|
+
};
|
|
30253
|
+
'source'?: {
|
|
30254
|
+
'type'?: string;
|
|
30255
|
+
'sourceObject'?: {
|
|
30256
|
+
'id'?: string;
|
|
30257
|
+
'spec'?: {
|
|
30258
|
+
'accessMode'?: string;
|
|
30259
|
+
'storageSize'?: number;
|
|
30260
|
+
'storageClassName'?: string;
|
|
30261
|
+
};
|
|
30262
|
+
};
|
|
30263
|
+
};
|
|
30264
|
+
/** time of creation */
|
|
30265
|
+
'createdAt'?: string;
|
|
30266
|
+
/** time of update */
|
|
30267
|
+
'updatedAt'?: string;
|
|
30268
|
+
};
|
|
30269
|
+
type BackupVolumeCall = (opts: BackupVolumeRequest) => Promise<ApiCallResponse<BackupVolumeResult>>;
|
|
30270
|
+
type BackupVolumeRequest = {
|
|
30271
|
+
parameters: BackupVolumeParameters;
|
|
30272
|
+
data: BackupVolumeData;
|
|
30273
|
+
};
|
|
30274
|
+
type BackupVolumeParameters = {
|
|
30275
|
+
/** ID of the project */
|
|
30276
|
+
'projectId': string;
|
|
30277
|
+
/** ID of the volume */
|
|
30278
|
+
'volumeId': string;
|
|
30279
|
+
};
|
|
30280
|
+
type BackupVolumeData = {
|
|
30281
|
+
/** The name of the backup. Example: "Example Backup" */
|
|
30282
|
+
'name': string;
|
|
30283
|
+
/** The description for the backup. Example: "Example backup description" */
|
|
30284
|
+
'description'?: string;
|
|
30285
|
+
};
|
|
30286
|
+
/** Initiates a backup for a given volume */
|
|
30287
|
+
declare class BackupVolumeEndpoint extends PostApiEndpoint<BackupVolumeRequest, BackupVolumeResult> {
|
|
30288
|
+
description: string;
|
|
30289
|
+
withAuth: boolean;
|
|
30290
|
+
requiredPermissions: string;
|
|
30291
|
+
endpointUrl: (opts: BackupVolumeRequest) => string;
|
|
30292
|
+
body: (payload: BackupVolumeRequest) => string;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
30295
|
+
type GetVolumeBackupResult = {
|
|
30296
|
+
/** Identifier for the backup Example: "example-backup" */
|
|
30297
|
+
'id': string;
|
|
30298
|
+
'name': string;
|
|
30299
|
+
'description'?: string;
|
|
30300
|
+
'status': string;
|
|
30301
|
+
'spec'?: {
|
|
30302
|
+
'storageSize'?: number;
|
|
30303
|
+
};
|
|
30304
|
+
'source'?: {
|
|
30305
|
+
'type'?: string;
|
|
30306
|
+
'sourceObject'?: {
|
|
30307
|
+
'id'?: string;
|
|
30308
|
+
'spec'?: {
|
|
30309
|
+
'accessMode'?: string;
|
|
30310
|
+
'storageSize'?: number;
|
|
30311
|
+
'storageClassName'?: string;
|
|
30312
|
+
};
|
|
30313
|
+
};
|
|
30314
|
+
};
|
|
30315
|
+
/** time of creation */
|
|
30316
|
+
'createdAt'?: string;
|
|
30317
|
+
/** time of update */
|
|
30318
|
+
'updatedAt'?: string;
|
|
30319
|
+
};
|
|
30320
|
+
type GetVolumeBackupCall = (opts: GetVolumeBackupRequest) => Promise<ApiCallResponse<GetVolumeBackupResult>>;
|
|
30321
|
+
type GetVolumeBackupRequest = {
|
|
30322
|
+
parameters: GetVolumeBackupParameters;
|
|
30323
|
+
};
|
|
30324
|
+
type GetVolumeBackupParameters = {
|
|
30325
|
+
/** ID of the project */
|
|
30326
|
+
'projectId': string;
|
|
30327
|
+
/** ID of the volume */
|
|
30328
|
+
'volumeId': string;
|
|
30329
|
+
/** ID of the backup */
|
|
30330
|
+
'backupId': string;
|
|
30331
|
+
};
|
|
30332
|
+
/** Get details for a specific volume backup */
|
|
30333
|
+
declare class GetVolumeBackupEndpoint extends GetApiEndpoint<GetVolumeBackupRequest, GetVolumeBackupResult> {
|
|
30334
|
+
description: string;
|
|
30335
|
+
withAuth: boolean;
|
|
30336
|
+
requiredPermissions: string;
|
|
30337
|
+
endpointUrl: (opts: GetVolumeBackupRequest) => string;
|
|
30338
|
+
body: () => undefined;
|
|
30339
|
+
}
|
|
30340
|
+
|
|
30341
|
+
type DeleteVolumeBackupResult = any;
|
|
30342
|
+
type DeleteVolumeBackupCall = (opts: DeleteVolumeBackupRequest) => Promise<ApiCallResponse<DeleteVolumeBackupResult>>;
|
|
30343
|
+
type DeleteVolumeBackupRequest = {
|
|
30344
|
+
parameters: DeleteVolumeBackupParameters;
|
|
30345
|
+
};
|
|
30346
|
+
type DeleteVolumeBackupParameters = {
|
|
30347
|
+
/** ID of the project */
|
|
30348
|
+
'projectId': string;
|
|
30349
|
+
/** ID of the volume */
|
|
30350
|
+
'volumeId': string;
|
|
30351
|
+
/** ID of the backup */
|
|
30352
|
+
'backupId': string;
|
|
30353
|
+
};
|
|
30354
|
+
/** Delete the volume backup */
|
|
30355
|
+
declare class DeleteVolumeBackupEndpoint extends DeleteApiEndpoint<DeleteVolumeBackupRequest, DeleteVolumeBackupResult> {
|
|
30356
|
+
description: string;
|
|
30357
|
+
withAuth: boolean;
|
|
30358
|
+
requiredPermissions: string;
|
|
30359
|
+
endpointUrl: (opts: DeleteVolumeBackupRequest) => string;
|
|
30360
|
+
body: () => undefined;
|
|
30361
|
+
}
|
|
30362
|
+
|
|
30044
30363
|
type DetachVolumeResult = any;
|
|
30045
30364
|
type DetachVolumeCall = (opts: DetachVolumeRequest) => Promise<ApiCallResponse<DetachVolumeResult>>;
|
|
30046
30365
|
type DetachVolumeRequest = {
|
|
@@ -31790,6 +32109,10 @@ type ListTemplaterunsOptions = {
|
|
|
31790
32109
|
'page'?: number;
|
|
31791
32110
|
/** The cursor returned from the previous page of results, used to request the next page. */
|
|
31792
32111
|
'cursor'?: string;
|
|
32112
|
+
/** Filter by template status. */
|
|
32113
|
+
'status'?: string;
|
|
32114
|
+
/** Filter by whether the template is concluded. */
|
|
32115
|
+
'concluded'?: boolean;
|
|
31793
32116
|
};
|
|
31794
32117
|
/** Get a list of template runs */
|
|
31795
32118
|
declare class ListTemplaterunsEndpoint extends GetApiEndpointPaginated<ListTemplaterunsRequest, ListTemplaterunsResult> {
|
|
@@ -32068,7 +32391,10 @@ declare class ApiClient {
|
|
|
32068
32391
|
metricsRange: GetServiceMetricsRangeCall;
|
|
32069
32392
|
buildMetricsRange: GetServiceBuildMetricsRangeCall;
|
|
32070
32393
|
};
|
|
32071
|
-
volume: GetVolumeCall
|
|
32394
|
+
volume: GetVolumeCall & {
|
|
32395
|
+
backups: GetVolumeBackupsCall;
|
|
32396
|
+
backup: GetVolumeBackupCall;
|
|
32397
|
+
};
|
|
32072
32398
|
workflow: GetWorkflowCall;
|
|
32073
32399
|
workflowRun: GetWorkflowrunCall;
|
|
32074
32400
|
globalSecret: GetGlobalsecretCall;
|
|
@@ -32106,10 +32432,11 @@ declare class ApiClient {
|
|
|
32106
32432
|
addons: ListAddonsCall;
|
|
32107
32433
|
jobs: ListJobsCall;
|
|
32108
32434
|
pipelines: ListPipelinesCall;
|
|
32109
|
-
|
|
32435
|
+
pipelineTemplatePreviews: ListPipelinetemplatepreviewsCall;
|
|
32110
32436
|
previewTemplateRuns: ListPreviewtemplaterunsCall;
|
|
32111
32437
|
releaseFlowRuns: ListReleaseflowrunsCall;
|
|
32112
32438
|
previewBlueprints: ListPreviewblueprintsCall;
|
|
32439
|
+
blueprintTemplatePreviews: ListBlueprinttemplatepreviewsCall;
|
|
32113
32440
|
previewBlueprintRuns: ListPreviewblueprintrunsCall;
|
|
32114
32441
|
secrets: ListSecretsCall;
|
|
32115
32442
|
services: ListServicesCall;
|
|
@@ -32175,12 +32502,15 @@ declare class ApiClient {
|
|
|
32175
32502
|
};
|
|
32176
32503
|
backup: DeleteBackupCall;
|
|
32177
32504
|
job: DeleteJobCall;
|
|
32178
|
-
|
|
32505
|
+
pipelineTemplatePreview: DeletePipelinetemplatepreviewCall;
|
|
32179
32506
|
previewBlueprint: DeletePreviewblueprintCall;
|
|
32507
|
+
blueprintTemplatePreview: DeleteBlueprinttemplatepreviewCall;
|
|
32180
32508
|
secret: DeleteSecretCall;
|
|
32181
32509
|
secretLink: DeleteSecretlinkCall;
|
|
32182
32510
|
service: DeleteServiceCall;
|
|
32183
|
-
volume: DeleteVolumeCall
|
|
32511
|
+
volume: DeleteVolumeCall & {
|
|
32512
|
+
backup: DeleteVolumeBackupCall;
|
|
32513
|
+
};
|
|
32184
32514
|
globalSecret: DeleteGlobalsecretCall;
|
|
32185
32515
|
tag: DeleteTagCall;
|
|
32186
32516
|
template: DeleteTemplateCall;
|
|
@@ -32343,6 +32673,7 @@ declare class ApiClient {
|
|
|
32343
32673
|
};
|
|
32344
32674
|
backup: {
|
|
32345
32675
|
addon: BackupAddonCall;
|
|
32676
|
+
volume: BackupVolumeCall;
|
|
32346
32677
|
};
|
|
32347
32678
|
abort: {
|
|
32348
32679
|
addon: {
|
|
@@ -32509,7 +32840,10 @@ declare class ApiClient {
|
|
|
32509
32840
|
runtimeEnvironment: GetServiceRuntimeenvironmentEndpoint;
|
|
32510
32841
|
runtimeEnvironmentDetails: GetServiceRuntimeenvironmentdetailsEndpoint;
|
|
32511
32842
|
};
|
|
32512
|
-
volume: GetVolumeEndpoint
|
|
32843
|
+
volume: GetVolumeEndpoint & {
|
|
32844
|
+
backups: GetVolumeBackupsEndpoint;
|
|
32845
|
+
backup: GetVolumeBackupEndpoint;
|
|
32846
|
+
};
|
|
32513
32847
|
workflow: GetWorkflowEndpoint;
|
|
32514
32848
|
workflowRun: GetWorkflowrunEndpoint;
|
|
32515
32849
|
globalSecret: GetGlobalsecretEndpoint;
|
|
@@ -32547,10 +32881,11 @@ declare class ApiClient {
|
|
|
32547
32881
|
addons: ListAddonsEndpoint;
|
|
32548
32882
|
jobs: ListJobsEndpoint;
|
|
32549
32883
|
pipelines: ListPipelinesEndpoint;
|
|
32550
|
-
|
|
32884
|
+
pipelineTemplatePreviews: ListPipelinetemplatepreviewsEndpoint;
|
|
32551
32885
|
previewTemplateRuns: ListPreviewtemplaterunsEndpoint;
|
|
32552
32886
|
releaseFlowRuns: ListReleaseflowrunsEndpoint;
|
|
32553
32887
|
previewBlueprints: ListPreviewblueprintsEndpoint;
|
|
32888
|
+
blueprintTemplatePreviews: ListBlueprinttemplatepreviewsEndpoint;
|
|
32554
32889
|
previewBlueprintRuns: ListPreviewblueprintrunsEndpoint;
|
|
32555
32890
|
secrets: ListSecretsEndpoint;
|
|
32556
32891
|
services: ListServicesEndpoint;
|
|
@@ -32616,12 +32951,15 @@ declare class ApiClient {
|
|
|
32616
32951
|
};
|
|
32617
32952
|
backup: DeleteBackupEndpoint;
|
|
32618
32953
|
job: DeleteJobEndpoint;
|
|
32619
|
-
|
|
32954
|
+
pipelineTemplatePreview: DeletePipelinetemplatepreviewEndpoint;
|
|
32620
32955
|
previewBlueprint: DeletePreviewblueprintEndpoint;
|
|
32956
|
+
blueprintTemplatePreview: DeleteBlueprinttemplatepreviewEndpoint;
|
|
32621
32957
|
secret: DeleteSecretEndpoint;
|
|
32622
32958
|
secretLink: DeleteSecretlinkEndpoint;
|
|
32623
32959
|
service: DeleteServiceEndpoint;
|
|
32624
|
-
volume: DeleteVolumeEndpoint
|
|
32960
|
+
volume: DeleteVolumeEndpoint & {
|
|
32961
|
+
backup: DeleteVolumeBackupEndpoint;
|
|
32962
|
+
};
|
|
32625
32963
|
globalSecret: DeleteGlobalsecretEndpoint;
|
|
32626
32964
|
tag: DeleteTagEndpoint;
|
|
32627
32965
|
template: DeleteTemplateEndpoint;
|
|
@@ -32784,6 +33122,7 @@ declare class ApiClient {
|
|
|
32784
33122
|
};
|
|
32785
33123
|
backup: {
|
|
32786
33124
|
addon: BackupAddonEndpoint;
|
|
33125
|
+
volume: BackupVolumeEndpoint;
|
|
32787
33126
|
};
|
|
32788
33127
|
abort: {
|
|
32789
33128
|
addon: {
|
|
@@ -32854,5 +33193,5 @@ declare class ApiClient {
|
|
|
32854
33193
|
protected baseUrl: () => string | undefined;
|
|
32855
33194
|
}
|
|
32856
33195
|
|
|
32857
|
-
export { AbortAddonBackupEndpoint, AbortAddonRestoreEndpoint, AbortJobBuildEndpoint, AbortJobRunEndpoint, AbortPreviewblueprintrunEndpoint, AbortReleaseflowrunEndpoint, AbortServiceBuildEndpoint, AbortTemplaterunEndpoint, AbortWorkflowrunEndpoint, AddBackupdestinationEndpoint, AddDomainSubdomainEndpoint, AddRegistrycredentialsEndpoint, AddSubdomainPathEndpoint, AddTagEndpoint, ApiClient, ApiClientContextProvider, ApiClientFileContextProvider, ApiClientInMemoryContextProvider, ApiEndpoint, AssignSubdomainPathEndpoint, AssignSubdomainServiceEndpoint, AttachVolumeEndpoint, BackupAddonEndpoint, CopyType, CordonCloudClusterNodeEndpoint, CreateAddonBackupscheduleEndpoint, CreateAddonEndpoint, CreateCloudClusterEndpoint, CreateCloudIntegrationEndpoint, CreateCustomvcsTokenEndpoint, CreateDomainEndpoint, CreateGlobalsecretEndpoint, CreateJobCronEndpoint, CreateJobEndpoint, CreateJobManualEndpoint, CreateLoadbalancerEndpoint, CreateLogsinkEndpoint, CreateNotificationEndpoint, CreatePreviewblueprintEndpoint, CreateProjectEndpoint, CreateSecretEndpoint, CreateServiceBuildEndpoint, CreateServiceCombinedEndpoint, CreateServiceDeploymentEndpoint, CreateTemplateEndpoint, CreateVolumeEndpoint, CreateWorkflowEndpoint, DeleteAddonBackupscheduleEndpoint, DeleteAddonEndpoint, DeleteApiEndpoint, DeleteBackupEndpoint, DeleteBackupdestinationEndpoint, DeleteCloudClusterEndpoint, DeleteCloudIntegrationEndpoint, DeleteDomainEndpoint, DeleteGlobalsecretEndpoint, DeleteJobEndpoint, DeleteLoadbalancerEndpoint, DeleteLogsinkEndpoint, DeleteNotificationEndpoint,
|
|
32858
|
-
export type { AbortAddonBackupCall, AbortAddonBackupParameters, AbortAddonBackupRequest, AbortAddonBackupResult, AbortAddonRestoreCall, AbortAddonRestoreData, AbortAddonRestoreOptions, AbortAddonRestoreParameters, AbortAddonRestoreRequest, AbortAddonRestoreResult, AbortJobBuildCall, AbortJobBuildParameters, AbortJobBuildRequest, AbortJobBuildResult, AbortJobRunCall, AbortJobRunParameters, AbortJobRunRequest, AbortJobRunResult, AbortPreviewblueprintrunCall, AbortPreviewblueprintrunParameters, AbortPreviewblueprintrunRequest, AbortPreviewblueprintrunResult, AbortReleaseflowrunCall, AbortReleaseflowrunParameters, AbortReleaseflowrunRequest, AbortReleaseflowrunResult, AbortServiceBuildCall, AbortServiceBuildParameters, AbortServiceBuildRequest, AbortServiceBuildResult, AbortTemplaterunCall, AbortTemplaterunParameters, AbortTemplaterunRequest, AbortTemplaterunResult, AbortWorkflowrunCall, AbortWorkflowrunParameters, AbortWorkflowrunRequest, AbortWorkflowrunResult, AddBackupdestinationCall, AddBackupdestinationData, AddBackupdestinationRequest, AddBackupdestinationResult, AddDomainSubdomainCall, AddDomainSubdomainData, AddDomainSubdomainParameters, AddDomainSubdomainRequest, AddDomainSubdomainResult, AddRegistrycredentialsCall, AddRegistrycredentialsData, AddRegistrycredentialsRequest, AddRegistrycredentialsResult, AddSubdomainPathCall, AddSubdomainPathData, AddSubdomainPathParameters, AddSubdomainPathRequest, AddSubdomainPathResult, AddTagCall, AddTagData, AddTagRequest, AddTagResult, ApiCallError, ApiCallResponse, ApiClientContext, ApiClientContextWrapper, ApiClientOpts, AssignSubdomainPathCall, AssignSubdomainPathData, AssignSubdomainPathParameters, AssignSubdomainPathRequest, AssignSubdomainPathResult, AssignSubdomainServiceCall, AssignSubdomainServiceData, AssignSubdomainServiceParameters, AssignSubdomainServiceRequest, AssignSubdomainServiceResult, AttachVolumeCall, AttachVolumeData, AttachVolumeParameters, AttachVolumeRequest, AttachVolumeResult, BackupAddonCall, BackupAddonData, BackupAddonParameters, BackupAddonRequest, BackupAddonResult, CommandResult, CordonCloudClusterNodeCall, CordonCloudClusterNodeParameters, CordonCloudClusterNodeRequest, CordonCloudClusterNodeResult, CreateAddonBackupscheduleCall, CreateAddonBackupscheduleData, CreateAddonBackupscheduleParameters, CreateAddonBackupscheduleRequest, CreateAddonBackupscheduleResult, CreateAddonCall, CreateAddonData, CreateAddonParameters, CreateAddonRequest, CreateAddonResult, CreateCloudClusterCall, CreateCloudClusterData, CreateCloudClusterRequest, CreateCloudClusterResult, CreateCloudIntegrationCall, CreateCloudIntegrationData, CreateCloudIntegrationRequest, CreateCloudIntegrationResult, CreateCustomvcsTokenCall, CreateCustomvcsTokenOptions, CreateCustomvcsTokenParameters, CreateCustomvcsTokenRequest, CreateCustomvcsTokenResult, CreateDomainCall, CreateDomainData, CreateDomainRequest, CreateDomainResult, CreateGlobalsecretCall, CreateGlobalsecretData, CreateGlobalsecretRequest, CreateGlobalsecretResult, CreateJobCall, CreateJobCronCall, CreateJobCronData, CreateJobCronParameters, CreateJobCronRequest, CreateJobCronResult, CreateJobData, CreateJobManualCall, CreateJobManualData, CreateJobManualParameters, CreateJobManualRequest, CreateJobManualResult, CreateJobParameters, CreateJobRequest, CreateJobResult, CreateLoadbalancerCall, CreateLoadbalancerData, CreateLoadbalancerRequest, CreateLoadbalancerResult, CreateLogsinkCall, CreateLogsinkData, CreateLogsinkRequest, CreateLogsinkResult, CreateNotificationCall, CreateNotificationData, CreateNotificationParameters, CreateNotificationRequest, CreateNotificationResult, CreatePreviewblueprintCall, CreatePreviewblueprintData, CreatePreviewblueprintParameters, CreatePreviewblueprintRequest, CreatePreviewblueprintResult, CreateProjectCall, CreateProjectData, CreateProjectRequest, CreateProjectResult, CreateSecretCall, CreateSecretData, CreateSecretParameters, CreateSecretRequest, CreateSecretResult, CreateServiceBuildCall, CreateServiceBuildData, CreateServiceBuildParameters, CreateServiceBuildRequest, CreateServiceBuildResult, CreateServiceCombinedCall, CreateServiceCombinedData, CreateServiceCombinedParameters, CreateServiceCombinedRequest, CreateServiceCombinedResult, CreateServiceDeploymentCall, CreateServiceDeploymentData, CreateServiceDeploymentParameters, CreateServiceDeploymentRequest, CreateServiceDeploymentResult, CreateTemplateCall, CreateTemplateData, CreateTemplateRequest, CreateTemplateResult, CreateVolumeCall, CreateVolumeData, CreateVolumeParameters, CreateVolumeRequest, CreateVolumeResult, CreateWorkflowCall, CreateWorkflowData, CreateWorkflowParameters, CreateWorkflowRequest, CreateWorkflowResult, DeleteAddonBackupscheduleCall, DeleteAddonBackupscheduleParameters, DeleteAddonBackupscheduleRequest, DeleteAddonBackupscheduleResult, DeleteAddonCall, DeleteAddonParameters, DeleteAddonRequest, DeleteAddonResult, DeleteBackupCall, DeleteBackupParameters, DeleteBackupRequest, DeleteBackupResult, DeleteBackupdestinationCall, DeleteBackupdestinationParameters, DeleteBackupdestinationRequest, DeleteBackupdestinationResult, DeleteCloudClusterCall, DeleteCloudClusterParameters, DeleteCloudClusterRequest, DeleteCloudClusterResult, DeleteCloudIntegrationCall, DeleteCloudIntegrationParameters, DeleteCloudIntegrationRequest, DeleteCloudIntegrationResult, DeleteDomainCall, DeleteDomainParameters, DeleteDomainRequest, DeleteDomainResult, DeleteGlobalsecretCall, DeleteGlobalsecretParameters, DeleteGlobalsecretRequest, DeleteGlobalsecretResult, DeleteJobCall, DeleteJobParameters, DeleteJobRequest, DeleteJobResult, DeleteLoadbalancerCall, DeleteLoadbalancerParameters, DeleteLoadbalancerRequest, DeleteLoadbalancerResult, DeleteLogsinkCall, DeleteLogsinkParameters, DeleteLogsinkRequest, DeleteLogsinkResult, DeleteNotificationCall, DeleteNotificationParameters, DeleteNotificationRequest, DeleteNotificationResult, DeletePreviewblueprintCall, DeletePreviewblueprintParameters, DeletePreviewblueprintRequest, DeletePreviewblueprintResult, DeletePreviewtemplatepreviewCall, DeletePreviewtemplatepreviewParameters, DeletePreviewtemplatepreviewRequest, DeletePreviewtemplatepreviewResult, DeleteProjectCall, DeleteProjectOptions, DeleteProjectParameters, DeleteProjectRequest, DeleteProjectResult, DeleteRegistrycredentialsCall, DeleteRegistrycredentialsParameters, DeleteRegistrycredentialsRequest, DeleteRegistrycredentialsResult, DeleteSecretCall, DeleteSecretParameters, DeleteSecretRequest, DeleteSecretResult, DeleteSecretlinkCall, DeleteSecretlinkParameters, DeleteSecretlinkRequest, DeleteSecretlinkResult, DeleteServiceCall, DeleteServiceOptions, DeleteServiceParameters, DeleteServiceRequest, DeleteServiceResult, DeleteSubdomainCall, DeleteSubdomainParameters, DeleteSubdomainPathCall, DeleteSubdomainPathParameters, DeleteSubdomainPathRequest, DeleteSubdomainPathResult, DeleteSubdomainRequest, DeleteSubdomainResult, DeleteTagCall, DeleteTagParameters, DeleteTagRequest, DeleteTagResult, DeleteTemplateCall, DeleteTemplateParameters, DeleteTemplateRequest, DeleteTemplateResult, DeleteVolumeCall, DeleteVolumeParameters, DeleteVolumeRequest, DeleteVolumeResult, DetachVolumeCall, DetachVolumeData, DetachVolumeParameters, DetachVolumeRequest, DetachVolumeResult, DisableSubdomainCdnCall, DisableSubdomainCdnData, DisableSubdomainCdnParameters, DisableSubdomainCdnRequest, DisableSubdomainCdnResult, DownloadOptions, DrainCloudClusterNodeCall, DrainCloudClusterNodeParameters, DrainCloudClusterNodeRequest, DrainCloudClusterNodeResult, EnableSubdomainCdnCall, EnableSubdomainCdnData, EnableSubdomainCdnParameters, EnableSubdomainCdnRequest, EnableSubdomainCdnResult, ExecCommand, ExecCommandData, ExecSessionData, GetAddonBackupCall, GetAddonBackupDownloadCall, GetAddonBackupDownloadParameters, GetAddonBackupDownloadRequest, GetAddonBackupDownloadResult, GetAddonBackupLogsCall, GetAddonBackupParameters, GetAddonBackupRequest, GetAddonBackupRestoresCall, GetAddonBackupRestoresOptions, GetAddonBackupRestoresParameters, GetAddonBackupRestoresRequest, GetAddonBackupRestoresResult, GetAddonBackupResult, GetAddonBackupsCall, GetAddonBackupsOptions, GetAddonBackupsParameters, GetAddonBackupsRequest, GetAddonBackupsResult, GetAddonBackupschedulesCall, GetAddonBackupschedulesOptions, GetAddonBackupschedulesParameters, GetAddonBackupschedulesRequest, GetAddonBackupschedulesResult, GetAddonCall, GetAddonContainersCall, GetAddonContainersOptions, GetAddonContainersParameters, GetAddonContainersRequest, GetAddonContainersResult, GetAddonCredentialsCall, GetAddonCredentialsParameters, GetAddonCredentialsRequest, GetAddonCredentialsResult, GetAddonLogsCall, GetAddonMetricsCall, GetAddonMetricsRangeCall, GetAddonParameters, GetAddonRequest, GetAddonRestoresCall, GetAddonRestoresLogsCall, GetAddonRestoresOptions, GetAddonRestoresParameters, GetAddonRestoresRequest, GetAddonRestoresResult, GetAddonResult, GetAddonTypesCall, GetAddonTypesRequest, GetAddonTypesResult, GetAddonVersionCall, GetAddonVersionParameters, GetAddonVersionRequest, GetAddonVersionResult, GetBackupdestinationCall, GetBackupdestinationParameters, GetBackupdestinationRequest, GetBackupdestinationResult, GetCloudClusterCall, GetCloudClusterParameters, GetCloudClusterRequest, GetCloudClusterResult, GetCloudIntegrationCall, GetCloudIntegrationParameters, GetCloudIntegrationRequest, GetCloudIntegrationResult, GetDnsidCall, GetDnsidRequest, GetDnsidResult, GetDomainCall, GetDomainParameters, GetDomainRequest, GetDomainResult, GetDomaincertificateCall, GetDomaincertificateParameters, GetDomaincertificateRequest, GetDomaincertificateResult, GetGlobalsecretCall, GetGlobalsecretParameters, GetGlobalsecretRequest, GetGlobalsecretResult, GetInvoiceDetailsCall, GetInvoiceDetailsOptions, GetInvoiceDetailsRequest, GetInvoiceDetailsResult, GetJobBranchesCall, GetJobBranchesOptions, GetJobBranchesParameters, GetJobBranchesRequest, GetJobBranchesResult, GetJobBuildCall, GetJobBuildMetricsCall, GetJobBuildMetricsRangeCall, GetJobBuildParameters, GetJobBuildRequest, GetJobBuildResult, GetJobBuildargumentdetailsCall, GetJobBuildargumentdetailsParameters, GetJobBuildargumentdetailsRequest, GetJobBuildargumentdetailsResult, GetJobBuildargumentsCall, GetJobBuildargumentsOptions, GetJobBuildargumentsParameters, GetJobBuildargumentsRequest, GetJobBuildargumentsResult, GetJobBuildlogsCall, GetJobBuildsCall, GetJobBuildsOptions, GetJobBuildsParameters, GetJobBuildsRequest, GetJobBuildsResult, GetJobCall, GetJobContainersCall, GetJobContainersOptions, GetJobContainersParameters, GetJobContainersRequest, GetJobContainersResult, GetJobDeploymentCall, GetJobDeploymentParameters, GetJobDeploymentRequest, GetJobDeploymentResult, GetJobHealthchecksCall, GetJobHealthchecksParameters, GetJobHealthchecksRequest, GetJobHealthchecksResult, GetJobLogsCall, GetJobMetricsCall, GetJobMetricsRangeCall, GetJobParameters, GetJobPullrequestsCall, GetJobPullrequestsOptions, GetJobPullrequestsParameters, GetJobPullrequestsRequest, GetJobPullrequestsResult, GetJobRequest, GetJobResult, GetJobRunCall, GetJobRunParameters, GetJobRunRequest, GetJobRunResult, GetJobRunsCall, GetJobRunsOptions, GetJobRunsParameters, GetJobRunsRequest, GetJobRunsResult, GetJobRuntimeenvironmentCall, GetJobRuntimeenvironmentOptions, GetJobRuntimeenvironmentParameters, GetJobRuntimeenvironmentRequest, GetJobRuntimeenvironmentResult, GetJobRuntimeenvironmentdetailsCall, GetJobRuntimeenvironmentdetailsParameters, GetJobRuntimeenvironmentdetailsRequest, GetJobRuntimeenvironmentdetailsResult, GetLoadbalancerCall, GetLoadbalancerParameters, GetLoadbalancerRequest, GetLoadbalancerResult, GetLogsinkCall, GetLogsinkParameters, GetLogsinkRequest, GetLogsinkResult, GetNotificationCall, GetNotificationParameters, GetNotificationRequest, GetNotificationResult, GetPipelineCall, GetPipelineParameters, GetPipelineRequest, GetPipelineResult, GetPreviewblueprintCall, GetPreviewblueprintParameters, GetPreviewblueprintRequest, GetPreviewblueprintResult, GetPreviewblueprintrunCall, GetPreviewblueprintrunParameters, GetPreviewblueprintrunRequest, GetPreviewblueprintrunResult, GetPreviewtemplateCall, GetPreviewtemplateOptions, GetPreviewtemplateParameters, GetPreviewtemplateRequest, GetPreviewtemplateResult, GetPreviewtemplaterunCall, GetPreviewtemplaterunParameters, GetPreviewtemplaterunRequest, GetPreviewtemplaterunResult, GetProjectCall, GetProjectParameters, GetProjectRequest, GetProjectResult, GetRegistrycredentialsCall, GetRegistrycredentialsParameters, GetRegistrycredentialsRequest, GetRegistrycredentialsResult, GetReleaseflowCall, GetReleaseflowParameters, GetReleaseflowRequest, GetReleaseflowResult, GetReleaseflowrunCall, GetReleaseflowrunParameters, GetReleaseflowrunRequest, GetReleaseflowrunResult, GetSecretCall, GetSecretOptions, GetSecretParameters, GetSecretRequest, GetSecretResult, GetSecretdetailsCall, GetSecretdetailsParameters, GetSecretdetailsRequest, GetSecretdetailsResult, GetSecretlinkCall, GetSecretlinkParameters, GetSecretlinkRequest, GetSecretlinkResult, GetServiceBranchesCall, GetServiceBranchesOptions, GetServiceBranchesParameters, GetServiceBranchesRequest, GetServiceBranchesResult, GetServiceBuildCall, GetServiceBuildMetricsCall, GetServiceBuildMetricsRangeCall, GetServiceBuildParameters, GetServiceBuildRequest, GetServiceBuildResult, GetServiceBuildargumentdetailsCall, GetServiceBuildargumentdetailsParameters, GetServiceBuildargumentdetailsRequest, GetServiceBuildargumentdetailsResult, GetServiceBuildargumentsCall, GetServiceBuildargumentsOptions, GetServiceBuildargumentsParameters, GetServiceBuildargumentsRequest, GetServiceBuildargumentsResult, GetServiceBuildlogsCall, GetServiceBuildsCall, GetServiceBuildsOptions, GetServiceBuildsParameters, GetServiceBuildsRequest, GetServiceBuildsResult, GetServiceCall, GetServiceContainersCall, GetServiceContainersOptions, GetServiceContainersParameters, GetServiceContainersRequest, GetServiceContainersResult, GetServiceDeploymentCall, GetServiceDeploymentParameters, GetServiceDeploymentRequest, GetServiceDeploymentResult, GetServiceHealthchecksCall, GetServiceHealthchecksParameters, GetServiceHealthchecksRequest, GetServiceHealthchecksResult, GetServiceLogsCall, GetServiceMetricsCall, GetServiceMetricsRangeCall, GetServiceParameters, GetServicePortsCall, GetServicePortsParameters, GetServicePortsRequest, GetServicePortsResult, GetServicePullrequestsCall, GetServicePullrequestsOptions, GetServicePullrequestsParameters, GetServicePullrequestsRequest, GetServicePullrequestsResult, GetServiceRequest, GetServiceResult, GetServiceRuntimeenvironmentCall, GetServiceRuntimeenvironmentOptions, GetServiceRuntimeenvironmentParameters, GetServiceRuntimeenvironmentRequest, GetServiceRuntimeenvironmentResult, GetServiceRuntimeenvironmentdetailsCall, GetServiceRuntimeenvironmentdetailsParameters, GetServiceRuntimeenvironmentdetailsRequest, GetServiceRuntimeenvironmentdetailsResult, GetSubdomainCall, GetSubdomainParameters, GetSubdomainPathCall, GetSubdomainPathParameters, GetSubdomainPathRequest, GetSubdomainPathResult, GetSubdomainRequest, GetSubdomainResult, GetTagCall, GetTagParameters, GetTagRequest, GetTagResult, GetTemplateCall, GetTemplateOptions, GetTemplateParameters, GetTemplateRequest, GetTemplateResult, GetTemplaterunCall, GetTemplaterunParameters, GetTemplaterunRequest, GetTemplaterunResult, GetVolumeCall, GetVolumeParameters, GetVolumeRequest, GetVolumeResult, GetWorkflowCall, GetWorkflowParameters, GetWorkflowRequest, GetWorkflowResult, GetWorkflowrunCall, GetWorkflowrunParameters, GetWorkflowrunRequest, GetWorkflowrunResult, ImportAddonBackupCall, ImportAddonBackupData, ImportAddonBackupParameters, ImportAddonBackupRequest, ImportAddonBackupResult, ImportDomaincertificateCall, ImportDomaincertificateData, ImportDomaincertificateParameters, ImportDomaincertificateRequest, ImportDomaincertificateResult, ListAddonsCall, ListAddonsOptions, ListAddonsParameters, ListAddonsRequest, ListAddonsResult, ListBackupdestinationsCall, ListBackupdestinationsOptions, ListBackupdestinationsRequest, ListBackupdestinationsResult, ListBackupdestinationsbackupsCall, ListBackupdestinationsbackupsOptions, ListBackupdestinationsbackupsParameters, ListBackupdestinationsbackupsRequest, ListBackupdestinationsbackupsResult, ListBranchesCall, ListBranchesOptions, ListBranchesParameters, ListBranchesRequest, ListBranchesResult, ListCloudClusterNodesCall, ListCloudClusterNodesOptions, ListCloudClusterNodesParameters, ListCloudClusterNodesRequest, ListCloudClusterNodesResult, ListCloudClustersCall, ListCloudClustersOptions, ListCloudClustersRequest, ListCloudClustersResult, ListCloudIntegrationsCall, ListCloudIntegrationsOptions, ListCloudIntegrationsRequest, ListCloudIntegrationsResult, ListCloudNodetypesCall, ListCloudNodetypesOptions, ListCloudNodetypesRequest, ListCloudNodetypesResult, ListCloudProvidersCall, ListCloudProvidersRequest, ListCloudProvidersResult, ListCloudRegionsCall, ListCloudRegionsOptions, ListCloudRegionsRequest, ListCloudRegionsResult, ListDomainsCall, ListDomainsOptions, ListDomainsRequest, ListDomainsResult, ListGlobalsecretsCall, ListGlobalsecretsOptions, ListGlobalsecretsRequest, ListGlobalsecretsResult, ListInvoicesCall, ListInvoicesOptions, ListInvoicesRequest, ListInvoicesResult, ListJobsCall, ListJobsOptions, ListJobsParameters, ListJobsRequest, ListJobsResult, ListLoadbalancersCall, ListLoadbalancersOptions, ListLoadbalancersRequest, ListLoadbalancersResult, ListLogsinksCall, ListLogsinksOptions, ListLogsinksRequest, ListLogsinksResult, ListNotificationsCall, ListNotificationsOptions, ListNotificationsRequest, ListNotificationsResult, ListPipelinesCall, ListPipelinesOptions, ListPipelinesParameters, ListPipelinesRequest, ListPipelinesResult, ListPlansCall, ListPlansRequest, ListPlansResult, ListPreviewblueprintrunsCall, ListPreviewblueprintrunsOptions, ListPreviewblueprintrunsParameters, ListPreviewblueprintrunsRequest, ListPreviewblueprintrunsResult, ListPreviewblueprintsCall, ListPreviewblueprintsOptions, ListPreviewblueprintsParameters, ListPreviewblueprintsRequest, ListPreviewblueprintsResult, ListPreviewtemplatepreviewsCall, ListPreviewtemplatepreviewsOptions, ListPreviewtemplatepreviewsParameters, ListPreviewtemplatepreviewsRequest, ListPreviewtemplatepreviewsResult, ListPreviewtemplaterunsCall, ListPreviewtemplaterunsOptions, ListPreviewtemplaterunsParameters, ListPreviewtemplaterunsRequest, ListPreviewtemplaterunsResult, ListProjectsCall, ListProjectsOptions, ListProjectsRequest, ListProjectsResult, ListRegionsCall, ListRegionsRequest, ListRegionsResult, ListRegistrycredentialsCall, ListRegistrycredentialsOptions, ListRegistrycredentialsRequest, ListRegistrycredentialsResult, ListReleaseflowrunsCall, ListReleaseflowrunsOptions, ListReleaseflowrunsParameters, ListReleaseflowrunsRequest, ListReleaseflowrunsResult, ListReposCall, ListReposOptions, ListReposRequest, ListReposResult, ListSecretsCall, ListSecretsOptions, ListSecretsParameters, ListSecretsRequest, ListSecretsResult, ListServicesCall, ListServicesOptions, ListServicesParameters, ListServicesRequest, ListServicesResult, ListSubdomainPathCall, ListSubdomainPathParameters, ListSubdomainPathRequest, ListSubdomainPathResult, ListTagsCall, ListTagsOptions, ListTagsRequest, ListTagsResult, ListTemplaterunsCall, ListTemplaterunsOptions, ListTemplaterunsParameters, ListTemplaterunsRequest, ListTemplaterunsResult, ListTemplatesCall, ListTemplatesOptions, ListTemplatesRequest, ListTemplatesResult, ListVcsCall, ListVcsRequest, ListVcsResult, ListVolumesCall, ListVolumesParameters, ListVolumesRequest, ListVolumesResult, ListWorkflowrunsCall, ListWorkflowrunsOptions, ListWorkflowrunsParameters, ListWorkflowrunsRequest, ListWorkflowrunsResult, ListWorkflowsCall, ListWorkflowsOptions, ListWorkflowsParameters, ListWorkflowsRequest, ListWorkflowsResult, LogLine, MetricUnit, MetricValue, MetricsEntry, MetricsRangeRequestData, MetricsSingleRequestData, PatchAddonCall, PatchAddonData, PatchAddonParameters, PatchAddonRequest, PatchAddonResult, PatchBackupdestinationCall, PatchBackupdestinationData, PatchBackupdestinationParameters, PatchBackupdestinationRequest, PatchBackupdestinationResult, PatchCloudClusterCall, PatchCloudClusterData, PatchCloudClusterParameters, PatchCloudClusterRequest, PatchCloudClusterResult, PatchCloudIntegrationCall, PatchCloudIntegrationData, PatchCloudIntegrationParameters, PatchCloudIntegrationRequest, PatchCloudIntegrationResult, PatchGlobalsecretCall, PatchGlobalsecretData, PatchGlobalsecretParameters, PatchGlobalsecretRequest, PatchGlobalsecretResult, PatchJobCall, PatchJobCronCall, PatchJobCronData, PatchJobCronParameters, PatchJobCronRequest, PatchJobCronResult, PatchJobData, PatchJobManualCall, PatchJobManualData, PatchJobManualParameters, PatchJobManualRequest, PatchJobManualResult, PatchJobParameters, PatchJobRequest, PatchJobResult, PatchLoadbalancerCall, PatchLoadbalancerData, PatchLoadbalancerParameters, PatchLoadbalancerRequest, PatchLoadbalancerResult, PatchProjectCall, PatchProjectData, PatchProjectParameters, PatchProjectRequest, PatchProjectResult, PatchSecretCall, PatchSecretData, PatchSecretParameters, PatchSecretRequest, PatchSecretResult, PatchServiceBuildCall, PatchServiceBuildData, PatchServiceBuildParameters, PatchServiceBuildRequest, PatchServiceBuildResult, PatchServiceCombinedCall, PatchServiceCombinedData, PatchServiceCombinedParameters, PatchServiceCombinedRequest, PatchServiceCombinedResult, PatchServiceDeploymentCall, PatchServiceDeploymentData, PatchServiceDeploymentParameters, PatchServiceDeploymentRequest, PatchServiceDeploymentResult, PatchTagCall, PatchTagData, PatchTagParameters, PatchTagRequest, PatchTagResult, PauseAddonCall, PauseAddonParameters, PauseAddonRequest, PauseAddonResult, PauseJobCall, PauseJobParameters, PauseJobRequest, PauseJobResult, PauseLogsinkCall, PauseLogsinkParameters, PauseLogsinkRequest, PauseLogsinkResult, PauseServiceCall, PauseServiceParameters, PauseServiceRequest, PauseServiceResult, PortForwardingInfo, PortForwardingResult, PutAddonCall, PutAddonData, PutAddonParameters, PutAddonRequest, PutAddonResult, PutCloudClusterCall, PutCloudClusterData, PutCloudClusterRequest, PutCloudClusterResult, PutCloudIntegrationCall, PutCloudIntegrationData, PutCloudIntegrationParameters, PutCloudIntegrationRequest, PutCloudIntegrationResult, PutGlobalsecretCall, PutGlobalsecretData, PutGlobalsecretRequest, PutGlobalsecretResult, PutJobCall, PutJobCronCall, PutJobCronData, PutJobCronParameters, PutJobCronRequest, PutJobCronResult, PutJobData, PutJobManualCall, PutJobManualData, PutJobManualParameters, PutJobManualRequest, PutJobManualResult, PutJobParameters, PutJobRequest, PutJobResult, PutLoadbalancerCall, PutLoadbalancerData, PutLoadbalancerRequest, PutLoadbalancerResult, PutProjectCall, PutProjectData, PutProjectRequest, PutProjectResult, PutSecretCall, PutSecretData, PutSecretParameters, PutSecretRequest, PutSecretResult, PutServiceBuildCall, PutServiceBuildData, PutServiceBuildParameters, PutServiceBuildRequest, PutServiceBuildResult, PutServiceCombinedCall, PutServiceCombinedData, PutServiceCombinedParameters, PutServiceCombinedRequest, PutServiceCombinedResult, PutServiceDeploymentCall, PutServiceDeploymentData, PutServiceDeploymentParameters, PutServiceDeploymentRequest, PutServiceDeploymentResult, PutTagCall, PutTagData, PutTagParameters, PutTagRequest, PutTagResult, ResetAddonCall, ResetAddonParameters, ResetAddonRequest, ResetAddonResult, RestartAddonCall, RestartAddonParameters, RestartAddonRequest, RestartAddonResult, RestartServiceCall, RestartServiceParameters, RestartServiceRequest, RestartServiceResult, RestoreAddonBackupCall, RestoreAddonBackupOptions, RestoreAddonBackupParameters, RestoreAddonBackupRequest, RestoreAddonBackupResult, ResumeAddonCall, ResumeAddonParameters, ResumeAddonRequest, ResumeAddonResult, ResumeJobCall, ResumeJobData, ResumeJobParameters, ResumeJobRequest, ResumeJobResult, ResumeLogsinkCall, ResumeLogsinkParameters, ResumeLogsinkRequest, ResumeLogsinkResult, ResumeServiceCall, ResumeServiceData, ResumeServiceParameters, ResumeServiceRequest, ResumeServiceResult, RetainAddonBackupCall, RetainAddonBackupParameters, RetainAddonBackupRequest, RetainAddonBackupResult, RunPreviewblueprintCall, RunPreviewblueprintData, RunPreviewblueprintParameters, RunPreviewblueprintRequest, RunPreviewblueprintResult, RunPreviewtemplateCall, RunPreviewtemplateData, RunPreviewtemplateParameters, RunPreviewtemplateRequest, RunPreviewtemplateResult, RunReleaseflowCall, RunReleaseflowData, RunReleaseflowParameters, RunReleaseflowRequest, RunReleaseflowResult, RunTemplateCall, RunTemplateData, RunTemplateParameters, RunTemplateRequest, RunTemplateResult, RunWorkflowCall, RunWorkflowData, RunWorkflowParameters, RunWorkflowRequest, RunWorkflowResult, ScaleAddonCall, ScaleAddonData, ScaleAddonParameters, ScaleAddonRequest, ScaleAddonResult, ScaleJobCall, ScaleJobData, ScaleJobParameters, ScaleJobRequest, ScaleJobResult, ScaleServiceCall, ScaleServiceData, ScaleServiceParameters, ScaleServiceRequest, ScaleServiceResult, StartJobBuildCall, StartJobBuildData, StartJobBuildParameters, StartJobBuildRequest, StartJobBuildResult, StartJobRunCall, StartJobRunData, StartJobRunParameters, StartJobRunRequest, StartJobRunResult, StartServiceBuildCall, StartServiceBuildData, StartServiceBuildParameters, StartServiceBuildRequest, StartServiceBuildResult, SuspendJobCall, SuspendJobData, SuspendJobParameters, SuspendJobRequest, SuspendJobResult, TailAddonBackupLogsCall, TailAddonLogsCall, TailAddonRestoresLogsCall, TailJobBuildlogsCall, TailJobLogsCall, TailServiceBuildlogsCall, TailServiceLogsCall, UnassignSubdomainCall, UnassignSubdomainOptions, UnassignSubdomainParameters, UnassignSubdomainPathCall, UnassignSubdomainPathParameters, UnassignSubdomainPathRequest, UnassignSubdomainPathResult, UnassignSubdomainRequest, UnassignSubdomainResult, UncordonCloudClusterNodeCall, UncordonCloudClusterNodeParameters, UncordonCloudClusterNodeRequest, UncordonCloudClusterNodeResult, UpdateAddonNetworksettingsCall, UpdateAddonNetworksettingsData, UpdateAddonNetworksettingsParameters, UpdateAddonNetworksettingsRequest, UpdateAddonNetworksettingsResult, UpdateAddonSecurityCall, UpdateAddonSecurityData, UpdateAddonSecurityParameters, UpdateAddonSecurityRequest, UpdateAddonSecurityResult, UpdateAddonVersionCall, UpdateAddonVersionData, UpdateAddonVersionParameters, UpdateAddonVersionRequest, UpdateAddonVersionResult, UpdateJobBuildargumentsCall, UpdateJobBuildargumentsData, UpdateJobBuildargumentsParameters, UpdateJobBuildargumentsRequest, UpdateJobBuildargumentsResult, UpdateJobBuildoptionsCall, UpdateJobBuildoptionsData, UpdateJobBuildoptionsParameters, UpdateJobBuildoptionsRequest, UpdateJobBuildoptionsResult, UpdateJobBuildsourceCall, UpdateJobBuildsourceData, UpdateJobBuildsourceParameters, UpdateJobBuildsourceRequest, UpdateJobBuildsourceResult, UpdateJobDeploymentCall, UpdateJobDeploymentData, UpdateJobDeploymentParameters, UpdateJobDeploymentRequest, UpdateJobDeploymentResult, UpdateJobHealthchecksCall, UpdateJobHealthchecksData, UpdateJobHealthchecksParameters, UpdateJobHealthchecksRequest, UpdateJobHealthchecksResult, UpdateJobRuntimeenvironmentCall, UpdateJobRuntimeenvironmentData, UpdateJobRuntimeenvironmentParameters, UpdateJobRuntimeenvironmentRequest, UpdateJobRuntimeenvironmentResult, UpdateJobSettingsCall, UpdateJobSettingsData, UpdateJobSettingsParameters, UpdateJobSettingsRequest, UpdateJobSettingsResult, UpdateLogsinkCall, UpdateLogsinkData, UpdateLogsinkParameters, UpdateLogsinkRequest, UpdateLogsinkResult, UpdateNotificationCall, UpdateNotificationData, UpdateNotificationParameters, UpdateNotificationRequest, UpdateNotificationResult, UpdatePreviewblueprintCall, UpdatePreviewblueprintData, UpdatePreviewblueprintParameters, UpdatePreviewblueprintRequest, UpdatePreviewblueprintResult, UpdatePreviewtemplateCall, UpdatePreviewtemplateData, UpdatePreviewtemplateParameters, UpdatePreviewtemplateRequest, UpdatePreviewtemplateResult, UpdateRegistrycredentialsCall, UpdateRegistrycredentialsData, UpdateRegistrycredentialsParameters, UpdateRegistrycredentialsRequest, UpdateRegistrycredentialsResult, UpdateReleaseflowCall, UpdateReleaseflowData, UpdateReleaseflowParameters, UpdateReleaseflowRequest, UpdateReleaseflowResult, UpdateSecretCall, UpdateSecretData, UpdateSecretParameters, UpdateSecretRequest, UpdateSecretResult, UpdateSecretlinkCall, UpdateSecretlinkData, UpdateSecretlinkParameters, UpdateSecretlinkRequest, UpdateSecretlinkResult, UpdateServiceBuildargumentsCall, UpdateServiceBuildargumentsData, UpdateServiceBuildargumentsParameters, UpdateServiceBuildargumentsRequest, UpdateServiceBuildargumentsResult, UpdateServiceBuildoptionsCall, UpdateServiceBuildoptionsData, UpdateServiceBuildoptionsParameters, UpdateServiceBuildoptionsRequest, UpdateServiceBuildoptionsResult, UpdateServiceBuildsourceCall, UpdateServiceBuildsourceData, UpdateServiceBuildsourceParameters, UpdateServiceBuildsourceRequest, UpdateServiceBuildsourceResult, UpdateServiceDeploymentCall, UpdateServiceDeploymentData, UpdateServiceDeploymentParameters, UpdateServiceDeploymentRequest, UpdateServiceDeploymentResult, UpdateServiceHealthchecksCall, UpdateServiceHealthchecksData, UpdateServiceHealthchecksParameters, UpdateServiceHealthchecksRequest, UpdateServiceHealthchecksResult, UpdateServicePortsCall, UpdateServicePortsData, UpdateServicePortsParameters, UpdateServicePortsRequest, UpdateServicePortsResult, UpdateServiceRuntimeenvironmentCall, UpdateServiceRuntimeenvironmentData, UpdateServiceRuntimeenvironmentParameters, UpdateServiceRuntimeenvironmentRequest, UpdateServiceRuntimeenvironmentResult, UpdateSubdomainPathCall, UpdateSubdomainPathData, UpdateSubdomainPathParameters, UpdateSubdomainPathRequest, UpdateSubdomainPathResult, UpdateTemplateCall, UpdateTemplateData, UpdateTemplateParameters, UpdateTemplateRequest, UpdateTemplateResult, UpdateVolumeCall, UpdateVolumeData, UpdateVolumeParameters, UpdateVolumeRequest, UpdateVolumeResult, UpdateWorkflowCall, UpdateWorkflowData, UpdateWorkflowParameters, UpdateWorkflowRequest, UpdateWorkflowResult, UploadOptions, VerifyDomainCall, VerifyDomainParameters, VerifyDomainRequest, VerifyDomainResult, VerifySubdomainCall, VerifySubdomainParameters, VerifySubdomainRequest, VerifySubdomainResult };
|
|
33196
|
+
export { AbortAddonBackupEndpoint, AbortAddonRestoreEndpoint, AbortJobBuildEndpoint, AbortJobRunEndpoint, AbortPreviewblueprintrunEndpoint, AbortReleaseflowrunEndpoint, AbortServiceBuildEndpoint, AbortTemplaterunEndpoint, AbortWorkflowrunEndpoint, AddBackupdestinationEndpoint, AddDomainSubdomainEndpoint, AddRegistrycredentialsEndpoint, AddSubdomainPathEndpoint, AddTagEndpoint, ApiClient, ApiClientContextProvider, ApiClientFileContextProvider, ApiClientInMemoryContextProvider, ApiEndpoint, AssignSubdomainPathEndpoint, AssignSubdomainServiceEndpoint, AttachVolumeEndpoint, BackupAddonEndpoint, BackupVolumeEndpoint, CopyType, CordonCloudClusterNodeEndpoint, CreateAddonBackupscheduleEndpoint, CreateAddonEndpoint, CreateCloudClusterEndpoint, CreateCloudIntegrationEndpoint, CreateCustomvcsTokenEndpoint, CreateDomainEndpoint, CreateGlobalsecretEndpoint, CreateJobCronEndpoint, CreateJobEndpoint, CreateJobManualEndpoint, CreateLoadbalancerEndpoint, CreateLogsinkEndpoint, CreateNotificationEndpoint, CreatePreviewblueprintEndpoint, CreateProjectEndpoint, CreateSecretEndpoint, CreateServiceBuildEndpoint, CreateServiceCombinedEndpoint, CreateServiceDeploymentEndpoint, CreateTemplateEndpoint, CreateVolumeEndpoint, CreateWorkflowEndpoint, DeleteAddonBackupscheduleEndpoint, DeleteAddonEndpoint, DeleteApiEndpoint, DeleteBackupEndpoint, DeleteBackupdestinationEndpoint, DeleteBlueprinttemplatepreviewEndpoint, DeleteCloudClusterEndpoint, DeleteCloudIntegrationEndpoint, DeleteDomainEndpoint, DeleteGlobalsecretEndpoint, DeleteJobEndpoint, DeleteLoadbalancerEndpoint, DeleteLogsinkEndpoint, DeleteNotificationEndpoint, DeletePipelinetemplatepreviewEndpoint, DeletePreviewblueprintEndpoint, DeleteProjectEndpoint, DeleteRegistrycredentialsEndpoint, DeleteSecretEndpoint, DeleteSecretlinkEndpoint, DeleteServiceEndpoint, DeleteSubdomainEndpoint, DeleteSubdomainPathEndpoint, DeleteTagEndpoint, DeleteTemplateEndpoint, DeleteVolumeBackupEndpoint, DeleteVolumeEndpoint, DetachVolumeEndpoint, DisableSubdomainCdnEndpoint, DrainCloudClusterNodeEndpoint, EnableSubdomainCdnEndpoint, ExecCommandStandard, GetAddonBackupDownloadEndpoint, GetAddonBackupEndpoint, GetAddonBackupRestoresEndpoint, GetAddonBackupsEndpoint, GetAddonBackupschedulesEndpoint, GetAddonContainersEndpoint, GetAddonCredentialsEndpoint, GetAddonEndpoint, GetAddonRestoresEndpoint, GetAddonTypesEndpoint, GetAddonVersionEndpoint, GetApiEndpoint, GetApiEndpointPaginated, GetBackupdestinationEndpoint, GetCloudClusterEndpoint, GetCloudIntegrationEndpoint, GetDnsidEndpoint, GetDomainEndpoint, GetDomaincertificateEndpoint, GetGlobalsecretEndpoint, GetInvoiceDetailsEndpoint, GetJobBranchesEndpoint, GetJobBuildEndpoint, GetJobBuildargumentdetailsEndpoint, GetJobBuildargumentsEndpoint, GetJobBuildsEndpoint, GetJobContainersEndpoint, GetJobDeploymentEndpoint, GetJobEndpoint, GetJobHealthchecksEndpoint, GetJobPullrequestsEndpoint, GetJobRunEndpoint, GetJobRunsEndpoint, GetJobRuntimeenvironmentEndpoint, GetJobRuntimeenvironmentdetailsEndpoint, GetLoadbalancerEndpoint, GetLogsinkEndpoint, GetNotificationEndpoint, GetPipelineEndpoint, GetPreviewblueprintEndpoint, GetPreviewblueprintrunEndpoint, GetPreviewtemplateEndpoint, GetPreviewtemplaterunEndpoint, GetProjectEndpoint, GetRegistrycredentialsEndpoint, GetReleaseflowEndpoint, GetReleaseflowrunEndpoint, GetSecretEndpoint, GetSecretdetailsEndpoint, GetSecretlinkEndpoint, GetServiceBranchesEndpoint, GetServiceBuildEndpoint, GetServiceBuildargumentdetailsEndpoint, GetServiceBuildargumentsEndpoint, GetServiceBuildsEndpoint, GetServiceContainersEndpoint, GetServiceDeploymentEndpoint, GetServiceEndpoint, GetServiceHealthchecksEndpoint, GetServicePortsEndpoint, GetServicePullrequestsEndpoint, GetServiceRuntimeenvironmentEndpoint, GetServiceRuntimeenvironmentdetailsEndpoint, GetSubdomainEndpoint, GetSubdomainPathEndpoint, GetTagEndpoint, GetTemplateEndpoint, GetTemplaterunEndpoint, GetVolumeBackupEndpoint, GetVolumeBackupsEndpoint, GetVolumeEndpoint, GetWorkflowEndpoint, GetWorkflowrunEndpoint, ImportAddonBackupEndpoint, ImportDomaincertificateEndpoint, ListAddonsEndpoint, ListBackupdestinationsEndpoint, ListBackupdestinationsbackupsEndpoint, ListBlueprinttemplatepreviewsEndpoint, ListBranchesEndpoint, ListCloudClusterNodesEndpoint, ListCloudClustersEndpoint, ListCloudIntegrationsEndpoint, ListCloudNodetypesEndpoint, ListCloudProvidersEndpoint, ListCloudRegionsEndpoint, ListDomainsEndpoint, ListGlobalsecretsEndpoint, ListInvoicesEndpoint, ListJobsEndpoint, ListLoadbalancersEndpoint, ListLogsinksEndpoint, ListNotificationsEndpoint, ListPipelinesEndpoint, ListPipelinetemplatepreviewsEndpoint, ListPlansEndpoint, ListPreviewblueprintrunsEndpoint, ListPreviewblueprintsEndpoint, ListPreviewtemplaterunsEndpoint, ListProjectsEndpoint, ListRegionsEndpoint, ListRegistrycredentialsEndpoint, ListReleaseflowrunsEndpoint, ListReposEndpoint, ListSecretsEndpoint, ListServicesEndpoint, ListSubdomainPathEndpoint, ListTagsEndpoint, ListTemplaterunsEndpoint, ListTemplatesEndpoint, ListVcsEndpoint, ListVolumesEndpoint, ListWorkflowrunsEndpoint, ListWorkflowsEndpoint, LogType, MetricType, NorthflankApiCallError, NorthflankExecCommand, NorthflankFileCopy, NorthflankLogFetch, NorthflankMetricFetch, NorthflankPortForwarder, PatchAddonEndpoint, PatchApiEndpoint, PatchBackupdestinationEndpoint, PatchCloudClusterEndpoint, PatchCloudIntegrationEndpoint, PatchGlobalsecretEndpoint, PatchJobCronEndpoint, PatchJobEndpoint, PatchJobManualEndpoint, PatchLoadbalancerEndpoint, PatchProjectEndpoint, PatchSecretEndpoint, PatchServiceBuildEndpoint, PatchServiceCombinedEndpoint, PatchServiceDeploymentEndpoint, PatchTagEndpoint, PauseAddonEndpoint, PauseJobEndpoint, PauseLogsinkEndpoint, PauseServiceEndpoint, PostApiEndpoint, PutAddonEndpoint, PutApiEndpoint, PutCloudClusterEndpoint, PutCloudIntegrationEndpoint, PutGlobalsecretEndpoint, PutJobCronEndpoint, PutJobEndpoint, PutJobManualEndpoint, PutLoadbalancerEndpoint, PutProjectEndpoint, PutSecretEndpoint, PutServiceBuildEndpoint, PutServiceCombinedEndpoint, PutServiceDeploymentEndpoint, PutTagEndpoint, ResetAddonEndpoint, RestartAddonEndpoint, RestartServiceEndpoint, RestoreAddonBackupEndpoint, ResumeAddonEndpoint, ResumeJobEndpoint, ResumeLogsinkEndpoint, ResumeServiceEndpoint, RetainAddonBackupEndpoint, RunPreviewblueprintEndpoint, RunPreviewtemplateEndpoint, RunReleaseflowEndpoint, RunTemplateEndpoint, RunWorkflowEndpoint, ScaleAddonEndpoint, ScaleJobEndpoint, ScaleServiceEndpoint, StartJobBuildEndpoint, StartJobRunEndpoint, StartServiceBuildEndpoint, SuspendJobEndpoint, UnassignSubdomainEndpoint, UnassignSubdomainPathEndpoint, UncordonCloudClusterNodeEndpoint, UpdateAddonNetworksettingsEndpoint, UpdateAddonSecurityEndpoint, UpdateAddonVersionEndpoint, UpdateJobBuildargumentsEndpoint, UpdateJobBuildoptionsEndpoint, UpdateJobBuildsourceEndpoint, UpdateJobDeploymentEndpoint, UpdateJobHealthchecksEndpoint, UpdateJobRuntimeenvironmentEndpoint, UpdateJobSettingsEndpoint, UpdateLogsinkEndpoint, UpdateNotificationEndpoint, UpdatePreviewblueprintEndpoint, UpdatePreviewtemplateEndpoint, UpdateRegistrycredentialsEndpoint, UpdateReleaseflowEndpoint, UpdateSecretEndpoint, UpdateSecretlinkEndpoint, UpdateServiceBuildargumentsEndpoint, UpdateServiceBuildoptionsEndpoint, UpdateServiceBuildsourceEndpoint, UpdateServiceDeploymentEndpoint, UpdateServiceHealthchecksEndpoint, UpdateServicePortsEndpoint, UpdateServiceRuntimeenvironmentEndpoint, UpdateSubdomainPathEndpoint, UpdateTemplateEndpoint, UpdateVolumeEndpoint, UpdateWorkflowEndpoint, VerifyDomainEndpoint, VerifySubdomainEndpoint };
|
|
33197
|
+
export type { AbortAddonBackupCall, AbortAddonBackupParameters, AbortAddonBackupRequest, AbortAddonBackupResult, AbortAddonRestoreCall, AbortAddonRestoreData, AbortAddonRestoreOptions, AbortAddonRestoreParameters, AbortAddonRestoreRequest, AbortAddonRestoreResult, AbortJobBuildCall, AbortJobBuildParameters, AbortJobBuildRequest, AbortJobBuildResult, AbortJobRunCall, AbortJobRunParameters, AbortJobRunRequest, AbortJobRunResult, AbortPreviewblueprintrunCall, AbortPreviewblueprintrunParameters, AbortPreviewblueprintrunRequest, AbortPreviewblueprintrunResult, AbortReleaseflowrunCall, AbortReleaseflowrunParameters, AbortReleaseflowrunRequest, AbortReleaseflowrunResult, AbortServiceBuildCall, AbortServiceBuildParameters, AbortServiceBuildRequest, AbortServiceBuildResult, AbortTemplaterunCall, AbortTemplaterunParameters, AbortTemplaterunRequest, AbortTemplaterunResult, AbortWorkflowrunCall, AbortWorkflowrunParameters, AbortWorkflowrunRequest, AbortWorkflowrunResult, AddBackupdestinationCall, AddBackupdestinationData, AddBackupdestinationRequest, AddBackupdestinationResult, AddDomainSubdomainCall, AddDomainSubdomainData, AddDomainSubdomainParameters, AddDomainSubdomainRequest, AddDomainSubdomainResult, AddRegistrycredentialsCall, AddRegistrycredentialsData, AddRegistrycredentialsRequest, AddRegistrycredentialsResult, AddSubdomainPathCall, AddSubdomainPathData, AddSubdomainPathParameters, AddSubdomainPathRequest, AddSubdomainPathResult, AddTagCall, AddTagData, AddTagRequest, AddTagResult, ApiCallError, ApiCallResponse, ApiClientContext, ApiClientContextWrapper, ApiClientOpts, AssignSubdomainPathCall, AssignSubdomainPathData, AssignSubdomainPathParameters, AssignSubdomainPathRequest, AssignSubdomainPathResult, AssignSubdomainServiceCall, AssignSubdomainServiceData, AssignSubdomainServiceParameters, AssignSubdomainServiceRequest, AssignSubdomainServiceResult, AttachVolumeCall, AttachVolumeData, AttachVolumeParameters, AttachVolumeRequest, AttachVolumeResult, BackupAddonCall, BackupAddonData, BackupAddonParameters, BackupAddonRequest, BackupAddonResult, BackupVolumeCall, BackupVolumeData, BackupVolumeParameters, BackupVolumeRequest, BackupVolumeResult, CommandResult, CordonCloudClusterNodeCall, CordonCloudClusterNodeParameters, CordonCloudClusterNodeRequest, CordonCloudClusterNodeResult, CreateAddonBackupscheduleCall, CreateAddonBackupscheduleData, CreateAddonBackupscheduleParameters, CreateAddonBackupscheduleRequest, CreateAddonBackupscheduleResult, CreateAddonCall, CreateAddonData, CreateAddonParameters, CreateAddonRequest, CreateAddonResult, CreateCloudClusterCall, CreateCloudClusterData, CreateCloudClusterRequest, CreateCloudClusterResult, CreateCloudIntegrationCall, CreateCloudIntegrationData, CreateCloudIntegrationRequest, CreateCloudIntegrationResult, CreateCustomvcsTokenCall, CreateCustomvcsTokenOptions, CreateCustomvcsTokenParameters, CreateCustomvcsTokenRequest, CreateCustomvcsTokenResult, CreateDomainCall, CreateDomainData, CreateDomainRequest, CreateDomainResult, CreateGlobalsecretCall, CreateGlobalsecretData, CreateGlobalsecretRequest, CreateGlobalsecretResult, CreateJobCall, CreateJobCronCall, CreateJobCronData, CreateJobCronParameters, CreateJobCronRequest, CreateJobCronResult, CreateJobData, CreateJobManualCall, CreateJobManualData, CreateJobManualParameters, CreateJobManualRequest, CreateJobManualResult, CreateJobParameters, CreateJobRequest, CreateJobResult, CreateLoadbalancerCall, CreateLoadbalancerData, CreateLoadbalancerRequest, CreateLoadbalancerResult, CreateLogsinkCall, CreateLogsinkData, CreateLogsinkRequest, CreateLogsinkResult, CreateNotificationCall, CreateNotificationData, CreateNotificationParameters, CreateNotificationRequest, CreateNotificationResult, CreatePreviewblueprintCall, CreatePreviewblueprintData, CreatePreviewblueprintParameters, CreatePreviewblueprintRequest, CreatePreviewblueprintResult, CreateProjectCall, CreateProjectData, CreateProjectRequest, CreateProjectResult, CreateSecretCall, CreateSecretData, CreateSecretParameters, CreateSecretRequest, CreateSecretResult, CreateServiceBuildCall, CreateServiceBuildData, CreateServiceBuildParameters, CreateServiceBuildRequest, CreateServiceBuildResult, CreateServiceCombinedCall, CreateServiceCombinedData, CreateServiceCombinedParameters, CreateServiceCombinedRequest, CreateServiceCombinedResult, CreateServiceDeploymentCall, CreateServiceDeploymentData, CreateServiceDeploymentParameters, CreateServiceDeploymentRequest, CreateServiceDeploymentResult, CreateTemplateCall, CreateTemplateData, CreateTemplateRequest, CreateTemplateResult, CreateVolumeCall, CreateVolumeData, CreateVolumeParameters, CreateVolumeRequest, CreateVolumeResult, CreateWorkflowCall, CreateWorkflowData, CreateWorkflowParameters, CreateWorkflowRequest, CreateWorkflowResult, DeleteAddonBackupscheduleCall, DeleteAddonBackupscheduleParameters, DeleteAddonBackupscheduleRequest, DeleteAddonBackupscheduleResult, DeleteAddonCall, DeleteAddonParameters, DeleteAddonRequest, DeleteAddonResult, DeleteBackupCall, DeleteBackupParameters, DeleteBackupRequest, DeleteBackupResult, DeleteBackupdestinationCall, DeleteBackupdestinationParameters, DeleteBackupdestinationRequest, DeleteBackupdestinationResult, DeleteBlueprinttemplatepreviewCall, DeleteBlueprinttemplatepreviewParameters, DeleteBlueprinttemplatepreviewRequest, DeleteBlueprinttemplatepreviewResult, DeleteCloudClusterCall, DeleteCloudClusterParameters, DeleteCloudClusterRequest, DeleteCloudClusterResult, DeleteCloudIntegrationCall, DeleteCloudIntegrationParameters, DeleteCloudIntegrationRequest, DeleteCloudIntegrationResult, DeleteDomainCall, DeleteDomainParameters, DeleteDomainRequest, DeleteDomainResult, DeleteGlobalsecretCall, DeleteGlobalsecretParameters, DeleteGlobalsecretRequest, DeleteGlobalsecretResult, DeleteJobCall, DeleteJobParameters, DeleteJobRequest, DeleteJobResult, DeleteLoadbalancerCall, DeleteLoadbalancerParameters, DeleteLoadbalancerRequest, DeleteLoadbalancerResult, DeleteLogsinkCall, DeleteLogsinkParameters, DeleteLogsinkRequest, DeleteLogsinkResult, DeleteNotificationCall, DeleteNotificationParameters, DeleteNotificationRequest, DeleteNotificationResult, DeletePipelinetemplatepreviewCall, DeletePipelinetemplatepreviewParameters, DeletePipelinetemplatepreviewRequest, DeletePipelinetemplatepreviewResult, DeletePreviewblueprintCall, DeletePreviewblueprintParameters, DeletePreviewblueprintRequest, DeletePreviewblueprintResult, DeleteProjectCall, DeleteProjectOptions, DeleteProjectParameters, DeleteProjectRequest, DeleteProjectResult, DeleteRegistrycredentialsCall, DeleteRegistrycredentialsParameters, DeleteRegistrycredentialsRequest, DeleteRegistrycredentialsResult, DeleteSecretCall, DeleteSecretParameters, DeleteSecretRequest, DeleteSecretResult, DeleteSecretlinkCall, DeleteSecretlinkParameters, DeleteSecretlinkRequest, DeleteSecretlinkResult, DeleteServiceCall, DeleteServiceOptions, DeleteServiceParameters, DeleteServiceRequest, DeleteServiceResult, DeleteSubdomainCall, DeleteSubdomainParameters, DeleteSubdomainPathCall, DeleteSubdomainPathParameters, DeleteSubdomainPathRequest, DeleteSubdomainPathResult, DeleteSubdomainRequest, DeleteSubdomainResult, DeleteTagCall, DeleteTagParameters, DeleteTagRequest, DeleteTagResult, DeleteTemplateCall, DeleteTemplateParameters, DeleteTemplateRequest, DeleteTemplateResult, DeleteVolumeBackupCall, DeleteVolumeBackupParameters, DeleteVolumeBackupRequest, DeleteVolumeBackupResult, DeleteVolumeCall, DeleteVolumeParameters, DeleteVolumeRequest, DeleteVolumeResult, DetachVolumeCall, DetachVolumeData, DetachVolumeParameters, DetachVolumeRequest, DetachVolumeResult, DisableSubdomainCdnCall, DisableSubdomainCdnData, DisableSubdomainCdnParameters, DisableSubdomainCdnRequest, DisableSubdomainCdnResult, DownloadOptions, DrainCloudClusterNodeCall, DrainCloudClusterNodeParameters, DrainCloudClusterNodeRequest, DrainCloudClusterNodeResult, EnableSubdomainCdnCall, EnableSubdomainCdnData, EnableSubdomainCdnParameters, EnableSubdomainCdnRequest, EnableSubdomainCdnResult, ExecCommand, ExecCommandData, ExecSessionData, GetAddonBackupCall, GetAddonBackupDownloadCall, GetAddonBackupDownloadParameters, GetAddonBackupDownloadRequest, GetAddonBackupDownloadResult, GetAddonBackupLogsCall, GetAddonBackupParameters, GetAddonBackupRequest, GetAddonBackupRestoresCall, GetAddonBackupRestoresOptions, GetAddonBackupRestoresParameters, GetAddonBackupRestoresRequest, GetAddonBackupRestoresResult, GetAddonBackupResult, GetAddonBackupsCall, GetAddonBackupsOptions, GetAddonBackupsParameters, GetAddonBackupsRequest, GetAddonBackupsResult, GetAddonBackupschedulesCall, GetAddonBackupschedulesOptions, GetAddonBackupschedulesParameters, GetAddonBackupschedulesRequest, GetAddonBackupschedulesResult, GetAddonCall, GetAddonContainersCall, GetAddonContainersOptions, GetAddonContainersParameters, GetAddonContainersRequest, GetAddonContainersResult, GetAddonCredentialsCall, GetAddonCredentialsParameters, GetAddonCredentialsRequest, GetAddonCredentialsResult, GetAddonLogsCall, GetAddonMetricsCall, GetAddonMetricsRangeCall, GetAddonParameters, GetAddonRequest, GetAddonRestoresCall, GetAddonRestoresLogsCall, GetAddonRestoresOptions, GetAddonRestoresParameters, GetAddonRestoresRequest, GetAddonRestoresResult, GetAddonResult, GetAddonTypesCall, GetAddonTypesRequest, GetAddonTypesResult, GetAddonVersionCall, GetAddonVersionParameters, GetAddonVersionRequest, GetAddonVersionResult, GetBackupdestinationCall, GetBackupdestinationParameters, GetBackupdestinationRequest, GetBackupdestinationResult, GetCloudClusterCall, GetCloudClusterParameters, GetCloudClusterRequest, GetCloudClusterResult, GetCloudIntegrationCall, GetCloudIntegrationParameters, GetCloudIntegrationRequest, GetCloudIntegrationResult, GetDnsidCall, GetDnsidRequest, GetDnsidResult, GetDomainCall, GetDomainParameters, GetDomainRequest, GetDomainResult, GetDomaincertificateCall, GetDomaincertificateParameters, GetDomaincertificateRequest, GetDomaincertificateResult, GetGlobalsecretCall, GetGlobalsecretParameters, GetGlobalsecretRequest, GetGlobalsecretResult, GetInvoiceDetailsCall, GetInvoiceDetailsOptions, GetInvoiceDetailsRequest, GetInvoiceDetailsResult, GetJobBranchesCall, GetJobBranchesOptions, GetJobBranchesParameters, GetJobBranchesRequest, GetJobBranchesResult, GetJobBuildCall, GetJobBuildMetricsCall, GetJobBuildMetricsRangeCall, GetJobBuildParameters, GetJobBuildRequest, GetJobBuildResult, GetJobBuildargumentdetailsCall, GetJobBuildargumentdetailsParameters, GetJobBuildargumentdetailsRequest, GetJobBuildargumentdetailsResult, GetJobBuildargumentsCall, GetJobBuildargumentsOptions, GetJobBuildargumentsParameters, GetJobBuildargumentsRequest, GetJobBuildargumentsResult, GetJobBuildlogsCall, GetJobBuildsCall, GetJobBuildsOptions, GetJobBuildsParameters, GetJobBuildsRequest, GetJobBuildsResult, GetJobCall, GetJobContainersCall, GetJobContainersOptions, GetJobContainersParameters, GetJobContainersRequest, GetJobContainersResult, GetJobDeploymentCall, GetJobDeploymentParameters, GetJobDeploymentRequest, GetJobDeploymentResult, GetJobHealthchecksCall, GetJobHealthchecksParameters, GetJobHealthchecksRequest, GetJobHealthchecksResult, GetJobLogsCall, GetJobMetricsCall, GetJobMetricsRangeCall, GetJobParameters, GetJobPullrequestsCall, GetJobPullrequestsOptions, GetJobPullrequestsParameters, GetJobPullrequestsRequest, GetJobPullrequestsResult, GetJobRequest, GetJobResult, GetJobRunCall, GetJobRunParameters, GetJobRunRequest, GetJobRunResult, GetJobRunsCall, GetJobRunsOptions, GetJobRunsParameters, GetJobRunsRequest, GetJobRunsResult, GetJobRuntimeenvironmentCall, GetJobRuntimeenvironmentOptions, GetJobRuntimeenvironmentParameters, GetJobRuntimeenvironmentRequest, GetJobRuntimeenvironmentResult, GetJobRuntimeenvironmentdetailsCall, GetJobRuntimeenvironmentdetailsParameters, GetJobRuntimeenvironmentdetailsRequest, GetJobRuntimeenvironmentdetailsResult, GetLoadbalancerCall, GetLoadbalancerParameters, GetLoadbalancerRequest, GetLoadbalancerResult, GetLogsinkCall, GetLogsinkParameters, GetLogsinkRequest, GetLogsinkResult, GetNotificationCall, GetNotificationParameters, GetNotificationRequest, GetNotificationResult, GetPipelineCall, GetPipelineParameters, GetPipelineRequest, GetPipelineResult, GetPreviewblueprintCall, GetPreviewblueprintParameters, GetPreviewblueprintRequest, GetPreviewblueprintResult, GetPreviewblueprintrunCall, GetPreviewblueprintrunParameters, GetPreviewblueprintrunRequest, GetPreviewblueprintrunResult, GetPreviewtemplateCall, GetPreviewtemplateOptions, GetPreviewtemplateParameters, GetPreviewtemplateRequest, GetPreviewtemplateResult, GetPreviewtemplaterunCall, GetPreviewtemplaterunParameters, GetPreviewtemplaterunRequest, GetPreviewtemplaterunResult, GetProjectCall, GetProjectParameters, GetProjectRequest, GetProjectResult, GetRegistrycredentialsCall, GetRegistrycredentialsParameters, GetRegistrycredentialsRequest, GetRegistrycredentialsResult, GetReleaseflowCall, GetReleaseflowParameters, GetReleaseflowRequest, GetReleaseflowResult, GetReleaseflowrunCall, GetReleaseflowrunParameters, GetReleaseflowrunRequest, GetReleaseflowrunResult, GetSecretCall, GetSecretOptions, GetSecretParameters, GetSecretRequest, GetSecretResult, GetSecretdetailsCall, GetSecretdetailsParameters, GetSecretdetailsRequest, GetSecretdetailsResult, GetSecretlinkCall, GetSecretlinkParameters, GetSecretlinkRequest, GetSecretlinkResult, GetServiceBranchesCall, GetServiceBranchesOptions, GetServiceBranchesParameters, GetServiceBranchesRequest, GetServiceBranchesResult, GetServiceBuildCall, GetServiceBuildMetricsCall, GetServiceBuildMetricsRangeCall, GetServiceBuildParameters, GetServiceBuildRequest, GetServiceBuildResult, GetServiceBuildargumentdetailsCall, GetServiceBuildargumentdetailsParameters, GetServiceBuildargumentdetailsRequest, GetServiceBuildargumentdetailsResult, GetServiceBuildargumentsCall, GetServiceBuildargumentsOptions, GetServiceBuildargumentsParameters, GetServiceBuildargumentsRequest, GetServiceBuildargumentsResult, GetServiceBuildlogsCall, GetServiceBuildsCall, GetServiceBuildsOptions, GetServiceBuildsParameters, GetServiceBuildsRequest, GetServiceBuildsResult, GetServiceCall, GetServiceContainersCall, GetServiceContainersOptions, GetServiceContainersParameters, GetServiceContainersRequest, GetServiceContainersResult, GetServiceDeploymentCall, GetServiceDeploymentParameters, GetServiceDeploymentRequest, GetServiceDeploymentResult, GetServiceHealthchecksCall, GetServiceHealthchecksParameters, GetServiceHealthchecksRequest, GetServiceHealthchecksResult, GetServiceLogsCall, GetServiceMetricsCall, GetServiceMetricsRangeCall, GetServiceParameters, GetServicePortsCall, GetServicePortsParameters, GetServicePortsRequest, GetServicePortsResult, GetServicePullrequestsCall, GetServicePullrequestsOptions, GetServicePullrequestsParameters, GetServicePullrequestsRequest, GetServicePullrequestsResult, GetServiceRequest, GetServiceResult, GetServiceRuntimeenvironmentCall, GetServiceRuntimeenvironmentOptions, GetServiceRuntimeenvironmentParameters, GetServiceRuntimeenvironmentRequest, GetServiceRuntimeenvironmentResult, GetServiceRuntimeenvironmentdetailsCall, GetServiceRuntimeenvironmentdetailsParameters, GetServiceRuntimeenvironmentdetailsRequest, GetServiceRuntimeenvironmentdetailsResult, GetSubdomainCall, GetSubdomainParameters, GetSubdomainPathCall, GetSubdomainPathParameters, GetSubdomainPathRequest, GetSubdomainPathResult, GetSubdomainRequest, GetSubdomainResult, GetTagCall, GetTagParameters, GetTagRequest, GetTagResult, GetTemplateCall, GetTemplateOptions, GetTemplateParameters, GetTemplateRequest, GetTemplateResult, GetTemplaterunCall, GetTemplaterunParameters, GetTemplaterunRequest, GetTemplaterunResult, GetVolumeBackupCall, GetVolumeBackupParameters, GetVolumeBackupRequest, GetVolumeBackupResult, GetVolumeBackupsCall, GetVolumeBackupsOptions, GetVolumeBackupsParameters, GetVolumeBackupsRequest, GetVolumeBackupsResult, GetVolumeCall, GetVolumeParameters, GetVolumeRequest, GetVolumeResult, GetWorkflowCall, GetWorkflowParameters, GetWorkflowRequest, GetWorkflowResult, GetWorkflowrunCall, GetWorkflowrunParameters, GetWorkflowrunRequest, GetWorkflowrunResult, ImportAddonBackupCall, ImportAddonBackupData, ImportAddonBackupParameters, ImportAddonBackupRequest, ImportAddonBackupResult, ImportDomaincertificateCall, ImportDomaincertificateData, ImportDomaincertificateParameters, ImportDomaincertificateRequest, ImportDomaincertificateResult, ListAddonsCall, ListAddonsOptions, ListAddonsParameters, ListAddonsRequest, ListAddonsResult, ListBackupdestinationsCall, ListBackupdestinationsOptions, ListBackupdestinationsRequest, ListBackupdestinationsResult, ListBackupdestinationsbackupsCall, ListBackupdestinationsbackupsOptions, ListBackupdestinationsbackupsParameters, ListBackupdestinationsbackupsRequest, ListBackupdestinationsbackupsResult, ListBlueprinttemplatepreviewsCall, ListBlueprinttemplatepreviewsOptions, ListBlueprinttemplatepreviewsParameters, ListBlueprinttemplatepreviewsRequest, ListBlueprinttemplatepreviewsResult, ListBranchesCall, ListBranchesOptions, ListBranchesParameters, ListBranchesRequest, ListBranchesResult, ListCloudClusterNodesCall, ListCloudClusterNodesOptions, ListCloudClusterNodesParameters, ListCloudClusterNodesRequest, ListCloudClusterNodesResult, ListCloudClustersCall, ListCloudClustersOptions, ListCloudClustersRequest, ListCloudClustersResult, ListCloudIntegrationsCall, ListCloudIntegrationsOptions, ListCloudIntegrationsRequest, ListCloudIntegrationsResult, ListCloudNodetypesCall, ListCloudNodetypesOptions, ListCloudNodetypesRequest, ListCloudNodetypesResult, ListCloudProvidersCall, ListCloudProvidersRequest, ListCloudProvidersResult, ListCloudRegionsCall, ListCloudRegionsOptions, ListCloudRegionsRequest, ListCloudRegionsResult, ListDomainsCall, ListDomainsOptions, ListDomainsRequest, ListDomainsResult, ListGlobalsecretsCall, ListGlobalsecretsOptions, ListGlobalsecretsRequest, ListGlobalsecretsResult, ListInvoicesCall, ListInvoicesOptions, ListInvoicesRequest, ListInvoicesResult, ListJobsCall, ListJobsOptions, ListJobsParameters, ListJobsRequest, ListJobsResult, ListLoadbalancersCall, ListLoadbalancersOptions, ListLoadbalancersRequest, ListLoadbalancersResult, ListLogsinksCall, ListLogsinksOptions, ListLogsinksRequest, ListLogsinksResult, ListNotificationsCall, ListNotificationsOptions, ListNotificationsRequest, ListNotificationsResult, ListPipelinesCall, ListPipelinesOptions, ListPipelinesParameters, ListPipelinesRequest, ListPipelinesResult, ListPipelinetemplatepreviewsCall, ListPipelinetemplatepreviewsOptions, ListPipelinetemplatepreviewsParameters, ListPipelinetemplatepreviewsRequest, ListPipelinetemplatepreviewsResult, ListPlansCall, ListPlansRequest, ListPlansResult, ListPreviewblueprintrunsCall, ListPreviewblueprintrunsOptions, ListPreviewblueprintrunsParameters, ListPreviewblueprintrunsRequest, ListPreviewblueprintrunsResult, ListPreviewblueprintsCall, ListPreviewblueprintsOptions, ListPreviewblueprintsParameters, ListPreviewblueprintsRequest, ListPreviewblueprintsResult, ListPreviewtemplaterunsCall, ListPreviewtemplaterunsOptions, ListPreviewtemplaterunsParameters, ListPreviewtemplaterunsRequest, ListPreviewtemplaterunsResult, ListProjectsCall, ListProjectsOptions, ListProjectsRequest, ListProjectsResult, ListRegionsCall, ListRegionsRequest, ListRegionsResult, ListRegistrycredentialsCall, ListRegistrycredentialsOptions, ListRegistrycredentialsRequest, ListRegistrycredentialsResult, ListReleaseflowrunsCall, ListReleaseflowrunsOptions, ListReleaseflowrunsParameters, ListReleaseflowrunsRequest, ListReleaseflowrunsResult, ListReposCall, ListReposOptions, ListReposRequest, ListReposResult, ListSecretsCall, ListSecretsOptions, ListSecretsParameters, ListSecretsRequest, ListSecretsResult, ListServicesCall, ListServicesOptions, ListServicesParameters, ListServicesRequest, ListServicesResult, ListSubdomainPathCall, ListSubdomainPathParameters, ListSubdomainPathRequest, ListSubdomainPathResult, ListTagsCall, ListTagsOptions, ListTagsRequest, ListTagsResult, ListTemplaterunsCall, ListTemplaterunsOptions, ListTemplaterunsParameters, ListTemplaterunsRequest, ListTemplaterunsResult, ListTemplatesCall, ListTemplatesOptions, ListTemplatesRequest, ListTemplatesResult, ListVcsCall, ListVcsRequest, ListVcsResult, ListVolumesCall, ListVolumesOptions, ListVolumesParameters, ListVolumesRequest, ListVolumesResult, ListWorkflowrunsCall, ListWorkflowrunsOptions, ListWorkflowrunsParameters, ListWorkflowrunsRequest, ListWorkflowrunsResult, ListWorkflowsCall, ListWorkflowsOptions, ListWorkflowsParameters, ListWorkflowsRequest, ListWorkflowsResult, LogLine, MetricUnit, MetricValue, MetricsEntry, MetricsRangeRequestData, MetricsSingleRequestData, PatchAddonCall, PatchAddonData, PatchAddonParameters, PatchAddonRequest, PatchAddonResult, PatchBackupdestinationCall, PatchBackupdestinationData, PatchBackupdestinationParameters, PatchBackupdestinationRequest, PatchBackupdestinationResult, PatchCloudClusterCall, PatchCloudClusterData, PatchCloudClusterParameters, PatchCloudClusterRequest, PatchCloudClusterResult, PatchCloudIntegrationCall, PatchCloudIntegrationData, PatchCloudIntegrationParameters, PatchCloudIntegrationRequest, PatchCloudIntegrationResult, PatchGlobalsecretCall, PatchGlobalsecretData, PatchGlobalsecretParameters, PatchGlobalsecretRequest, PatchGlobalsecretResult, PatchJobCall, PatchJobCronCall, PatchJobCronData, PatchJobCronParameters, PatchJobCronRequest, PatchJobCronResult, PatchJobData, PatchJobManualCall, PatchJobManualData, PatchJobManualParameters, PatchJobManualRequest, PatchJobManualResult, PatchJobParameters, PatchJobRequest, PatchJobResult, PatchLoadbalancerCall, PatchLoadbalancerData, PatchLoadbalancerParameters, PatchLoadbalancerRequest, PatchLoadbalancerResult, PatchProjectCall, PatchProjectData, PatchProjectParameters, PatchProjectRequest, PatchProjectResult, PatchSecretCall, PatchSecretData, PatchSecretParameters, PatchSecretRequest, PatchSecretResult, PatchServiceBuildCall, PatchServiceBuildData, PatchServiceBuildParameters, PatchServiceBuildRequest, PatchServiceBuildResult, PatchServiceCombinedCall, PatchServiceCombinedData, PatchServiceCombinedParameters, PatchServiceCombinedRequest, PatchServiceCombinedResult, PatchServiceDeploymentCall, PatchServiceDeploymentData, PatchServiceDeploymentParameters, PatchServiceDeploymentRequest, PatchServiceDeploymentResult, PatchTagCall, PatchTagData, PatchTagParameters, PatchTagRequest, PatchTagResult, PauseAddonCall, PauseAddonParameters, PauseAddonRequest, PauseAddonResult, PauseJobCall, PauseJobParameters, PauseJobRequest, PauseJobResult, PauseLogsinkCall, PauseLogsinkParameters, PauseLogsinkRequest, PauseLogsinkResult, PauseServiceCall, PauseServiceParameters, PauseServiceRequest, PauseServiceResult, PortForwardingInfo, PortForwardingResult, PutAddonCall, PutAddonData, PutAddonParameters, PutAddonRequest, PutAddonResult, PutCloudClusterCall, PutCloudClusterData, PutCloudClusterRequest, PutCloudClusterResult, PutCloudIntegrationCall, PutCloudIntegrationData, PutCloudIntegrationParameters, PutCloudIntegrationRequest, PutCloudIntegrationResult, PutGlobalsecretCall, PutGlobalsecretData, PutGlobalsecretRequest, PutGlobalsecretResult, PutJobCall, PutJobCronCall, PutJobCronData, PutJobCronParameters, PutJobCronRequest, PutJobCronResult, PutJobData, PutJobManualCall, PutJobManualData, PutJobManualParameters, PutJobManualRequest, PutJobManualResult, PutJobParameters, PutJobRequest, PutJobResult, PutLoadbalancerCall, PutLoadbalancerData, PutLoadbalancerRequest, PutLoadbalancerResult, PutProjectCall, PutProjectData, PutProjectRequest, PutProjectResult, PutSecretCall, PutSecretData, PutSecretParameters, PutSecretRequest, PutSecretResult, PutServiceBuildCall, PutServiceBuildData, PutServiceBuildParameters, PutServiceBuildRequest, PutServiceBuildResult, PutServiceCombinedCall, PutServiceCombinedData, PutServiceCombinedParameters, PutServiceCombinedRequest, PutServiceCombinedResult, PutServiceDeploymentCall, PutServiceDeploymentData, PutServiceDeploymentParameters, PutServiceDeploymentRequest, PutServiceDeploymentResult, PutTagCall, PutTagData, PutTagParameters, PutTagRequest, PutTagResult, ResetAddonCall, ResetAddonParameters, ResetAddonRequest, ResetAddonResult, RestartAddonCall, RestartAddonParameters, RestartAddonRequest, RestartAddonResult, RestartServiceCall, RestartServiceParameters, RestartServiceRequest, RestartServiceResult, RestoreAddonBackupCall, RestoreAddonBackupOptions, RestoreAddonBackupParameters, RestoreAddonBackupRequest, RestoreAddonBackupResult, ResumeAddonCall, ResumeAddonParameters, ResumeAddonRequest, ResumeAddonResult, ResumeJobCall, ResumeJobData, ResumeJobParameters, ResumeJobRequest, ResumeJobResult, ResumeLogsinkCall, ResumeLogsinkParameters, ResumeLogsinkRequest, ResumeLogsinkResult, ResumeServiceCall, ResumeServiceData, ResumeServiceParameters, ResumeServiceRequest, ResumeServiceResult, RetainAddonBackupCall, RetainAddonBackupParameters, RetainAddonBackupRequest, RetainAddonBackupResult, RunPreviewblueprintCall, RunPreviewblueprintData, RunPreviewblueprintParameters, RunPreviewblueprintRequest, RunPreviewblueprintResult, RunPreviewtemplateCall, RunPreviewtemplateData, RunPreviewtemplateParameters, RunPreviewtemplateRequest, RunPreviewtemplateResult, RunReleaseflowCall, RunReleaseflowData, RunReleaseflowParameters, RunReleaseflowRequest, RunReleaseflowResult, RunTemplateCall, RunTemplateData, RunTemplateParameters, RunTemplateRequest, RunTemplateResult, RunWorkflowCall, RunWorkflowData, RunWorkflowParameters, RunWorkflowRequest, RunWorkflowResult, ScaleAddonCall, ScaleAddonData, ScaleAddonParameters, ScaleAddonRequest, ScaleAddonResult, ScaleJobCall, ScaleJobData, ScaleJobParameters, ScaleJobRequest, ScaleJobResult, ScaleServiceCall, ScaleServiceData, ScaleServiceParameters, ScaleServiceRequest, ScaleServiceResult, StartJobBuildCall, StartJobBuildData, StartJobBuildParameters, StartJobBuildRequest, StartJobBuildResult, StartJobRunCall, StartJobRunData, StartJobRunParameters, StartJobRunRequest, StartJobRunResult, StartServiceBuildCall, StartServiceBuildData, StartServiceBuildParameters, StartServiceBuildRequest, StartServiceBuildResult, SuspendJobCall, SuspendJobData, SuspendJobParameters, SuspendJobRequest, SuspendJobResult, TailAddonBackupLogsCall, TailAddonLogsCall, TailAddonRestoresLogsCall, TailJobBuildlogsCall, TailJobLogsCall, TailServiceBuildlogsCall, TailServiceLogsCall, UnassignSubdomainCall, UnassignSubdomainOptions, UnassignSubdomainParameters, UnassignSubdomainPathCall, UnassignSubdomainPathParameters, UnassignSubdomainPathRequest, UnassignSubdomainPathResult, UnassignSubdomainRequest, UnassignSubdomainResult, UncordonCloudClusterNodeCall, UncordonCloudClusterNodeParameters, UncordonCloudClusterNodeRequest, UncordonCloudClusterNodeResult, UpdateAddonNetworksettingsCall, UpdateAddonNetworksettingsData, UpdateAddonNetworksettingsParameters, UpdateAddonNetworksettingsRequest, UpdateAddonNetworksettingsResult, UpdateAddonSecurityCall, UpdateAddonSecurityData, UpdateAddonSecurityParameters, UpdateAddonSecurityRequest, UpdateAddonSecurityResult, UpdateAddonVersionCall, UpdateAddonVersionData, UpdateAddonVersionParameters, UpdateAddonVersionRequest, UpdateAddonVersionResult, UpdateJobBuildargumentsCall, UpdateJobBuildargumentsData, UpdateJobBuildargumentsParameters, UpdateJobBuildargumentsRequest, UpdateJobBuildargumentsResult, UpdateJobBuildoptionsCall, UpdateJobBuildoptionsData, UpdateJobBuildoptionsParameters, UpdateJobBuildoptionsRequest, UpdateJobBuildoptionsResult, UpdateJobBuildsourceCall, UpdateJobBuildsourceData, UpdateJobBuildsourceParameters, UpdateJobBuildsourceRequest, UpdateJobBuildsourceResult, UpdateJobDeploymentCall, UpdateJobDeploymentData, UpdateJobDeploymentParameters, UpdateJobDeploymentRequest, UpdateJobDeploymentResult, UpdateJobHealthchecksCall, UpdateJobHealthchecksData, UpdateJobHealthchecksParameters, UpdateJobHealthchecksRequest, UpdateJobHealthchecksResult, UpdateJobRuntimeenvironmentCall, UpdateJobRuntimeenvironmentData, UpdateJobRuntimeenvironmentParameters, UpdateJobRuntimeenvironmentRequest, UpdateJobRuntimeenvironmentResult, UpdateJobSettingsCall, UpdateJobSettingsData, UpdateJobSettingsParameters, UpdateJobSettingsRequest, UpdateJobSettingsResult, UpdateLogsinkCall, UpdateLogsinkData, UpdateLogsinkParameters, UpdateLogsinkRequest, UpdateLogsinkResult, UpdateNotificationCall, UpdateNotificationData, UpdateNotificationParameters, UpdateNotificationRequest, UpdateNotificationResult, UpdatePreviewblueprintCall, UpdatePreviewblueprintData, UpdatePreviewblueprintParameters, UpdatePreviewblueprintRequest, UpdatePreviewblueprintResult, UpdatePreviewtemplateCall, UpdatePreviewtemplateData, UpdatePreviewtemplateParameters, UpdatePreviewtemplateRequest, UpdatePreviewtemplateResult, UpdateRegistrycredentialsCall, UpdateRegistrycredentialsData, UpdateRegistrycredentialsParameters, UpdateRegistrycredentialsRequest, UpdateRegistrycredentialsResult, UpdateReleaseflowCall, UpdateReleaseflowData, UpdateReleaseflowParameters, UpdateReleaseflowRequest, UpdateReleaseflowResult, UpdateSecretCall, UpdateSecretData, UpdateSecretParameters, UpdateSecretRequest, UpdateSecretResult, UpdateSecretlinkCall, UpdateSecretlinkData, UpdateSecretlinkParameters, UpdateSecretlinkRequest, UpdateSecretlinkResult, UpdateServiceBuildargumentsCall, UpdateServiceBuildargumentsData, UpdateServiceBuildargumentsParameters, UpdateServiceBuildargumentsRequest, UpdateServiceBuildargumentsResult, UpdateServiceBuildoptionsCall, UpdateServiceBuildoptionsData, UpdateServiceBuildoptionsParameters, UpdateServiceBuildoptionsRequest, UpdateServiceBuildoptionsResult, UpdateServiceBuildsourceCall, UpdateServiceBuildsourceData, UpdateServiceBuildsourceParameters, UpdateServiceBuildsourceRequest, UpdateServiceBuildsourceResult, UpdateServiceDeploymentCall, UpdateServiceDeploymentData, UpdateServiceDeploymentParameters, UpdateServiceDeploymentRequest, UpdateServiceDeploymentResult, UpdateServiceHealthchecksCall, UpdateServiceHealthchecksData, UpdateServiceHealthchecksParameters, UpdateServiceHealthchecksRequest, UpdateServiceHealthchecksResult, UpdateServicePortsCall, UpdateServicePortsData, UpdateServicePortsParameters, UpdateServicePortsRequest, UpdateServicePortsResult, UpdateServiceRuntimeenvironmentCall, UpdateServiceRuntimeenvironmentData, UpdateServiceRuntimeenvironmentParameters, UpdateServiceRuntimeenvironmentRequest, UpdateServiceRuntimeenvironmentResult, UpdateSubdomainPathCall, UpdateSubdomainPathData, UpdateSubdomainPathParameters, UpdateSubdomainPathRequest, UpdateSubdomainPathResult, UpdateTemplateCall, UpdateTemplateData, UpdateTemplateParameters, UpdateTemplateRequest, UpdateTemplateResult, UpdateVolumeCall, UpdateVolumeData, UpdateVolumeParameters, UpdateVolumeRequest, UpdateVolumeResult, UpdateWorkflowCall, UpdateWorkflowData, UpdateWorkflowParameters, UpdateWorkflowRequest, UpdateWorkflowResult, UploadOptions, VerifyDomainCall, VerifyDomainParameters, VerifyDomainRequest, VerifyDomainResult, VerifySubdomainCall, VerifySubdomainParameters, VerifySubdomainRequest, VerifySubdomainResult };
|