@aws-sdk/client-proton 3.936.0 → 3.940.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +153 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +130 -0
- package/dist-es/models/models_0.js +1 -130
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +350 -0
- package/dist-types/models/models_0.d.ts +1 -350
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +167 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -167
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BlockerStatus, BlockerType, ComponentDeploymentUpdateType, DeploymentStatus, DeploymentTargetResourceType, DeploymentUpdateType, EnvironmentAccountConnectionRequesterAccountType, EnvironmentAccountConnectionStatus, ListServiceInstancesFilterBy, ListServiceInstancesSortBy, ProvisionedResourceEngine, Provisioning, RepositoryProvider, RepositorySyncStatus, ResourceDeploymentStatus, ResourceSyncStatus, ServiceStatus, ServiceTemplateSupportedComponentSourceType, SortOrder, SyncType, TemplateType, TemplateVersionStatus } from "./enums";
|
|
1
2
|
/**
|
|
2
3
|
* @public
|
|
3
4
|
*/
|
|
@@ -8,19 +9,6 @@ export interface AcceptEnvironmentAccountConnectionInput {
|
|
|
8
9
|
*/
|
|
9
10
|
id: string | undefined;
|
|
10
11
|
}
|
|
11
|
-
/**
|
|
12
|
-
* @public
|
|
13
|
-
* @enum
|
|
14
|
-
*/
|
|
15
|
-
export declare const EnvironmentAccountConnectionStatus: {
|
|
16
|
-
readonly CONNECTED: "CONNECTED";
|
|
17
|
-
readonly PENDING: "PENDING";
|
|
18
|
-
readonly REJECTED: "REJECTED";
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* @public
|
|
22
|
-
*/
|
|
23
|
-
export type EnvironmentAccountConnectionStatus = (typeof EnvironmentAccountConnectionStatus)[keyof typeof EnvironmentAccountConnectionStatus];
|
|
24
12
|
/**
|
|
25
13
|
* <p>Detailed data of an Proton environment account connection resource.</p>
|
|
26
14
|
* @public
|
|
@@ -99,19 +87,6 @@ export interface AcceptEnvironmentAccountConnectionOutput {
|
|
|
99
87
|
*/
|
|
100
88
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
101
89
|
}
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
* @enum
|
|
105
|
-
*/
|
|
106
|
-
export declare const RepositoryProvider: {
|
|
107
|
-
readonly BITBUCKET: "BITBUCKET";
|
|
108
|
-
readonly GITHUB: "GITHUB";
|
|
109
|
-
readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE";
|
|
110
|
-
};
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
export type RepositoryProvider = (typeof RepositoryProvider)[keyof typeof RepositoryProvider];
|
|
115
90
|
/**
|
|
116
91
|
* <p>Detail data for a linked repository branch.</p>
|
|
117
92
|
* @public
|
|
@@ -250,24 +225,6 @@ export interface CancelComponentDeploymentInput {
|
|
|
250
225
|
*/
|
|
251
226
|
componentName: string | undefined;
|
|
252
227
|
}
|
|
253
|
-
/**
|
|
254
|
-
* @public
|
|
255
|
-
* @enum
|
|
256
|
-
*/
|
|
257
|
-
export declare const DeploymentStatus: {
|
|
258
|
-
readonly CANCELLED: "CANCELLED";
|
|
259
|
-
readonly CANCELLING: "CANCELLING";
|
|
260
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
261
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
262
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
263
|
-
readonly FAILED: "FAILED";
|
|
264
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
265
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
266
|
-
};
|
|
267
|
-
/**
|
|
268
|
-
* @public
|
|
269
|
-
*/
|
|
270
|
-
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
271
228
|
/**
|
|
272
229
|
* <p>Detailed data of an Proton component resource.</p>
|
|
273
230
|
* <p>For more information about components, see
|
|
@@ -377,17 +334,6 @@ export interface CancelEnvironmentDeploymentInput {
|
|
|
377
334
|
*/
|
|
378
335
|
environmentName: string | undefined;
|
|
379
336
|
}
|
|
380
|
-
/**
|
|
381
|
-
* @public
|
|
382
|
-
* @enum
|
|
383
|
-
*/
|
|
384
|
-
export declare const Provisioning: {
|
|
385
|
-
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
386
|
-
};
|
|
387
|
-
/**
|
|
388
|
-
* @public
|
|
389
|
-
*/
|
|
390
|
-
export type Provisioning = (typeof Provisioning)[keyof typeof Provisioning];
|
|
391
337
|
/**
|
|
392
338
|
* <p>Detailed data of an Proton environment resource. An Proton environment is a set of resources shared across Proton services.</p>
|
|
393
339
|
* @public
|
|
@@ -785,18 +731,6 @@ export interface ListComponentProvisionedResourcesInput {
|
|
|
785
731
|
*/
|
|
786
732
|
nextToken?: string | undefined;
|
|
787
733
|
}
|
|
788
|
-
/**
|
|
789
|
-
* @public
|
|
790
|
-
* @enum
|
|
791
|
-
*/
|
|
792
|
-
export declare const ProvisionedResourceEngine: {
|
|
793
|
-
readonly CLOUDFORMATION: "CLOUDFORMATION";
|
|
794
|
-
readonly TERRAFORM: "TERRAFORM";
|
|
795
|
-
};
|
|
796
|
-
/**
|
|
797
|
-
* @public
|
|
798
|
-
*/
|
|
799
|
-
export type ProvisionedResourceEngine = (typeof ProvisionedResourceEngine)[keyof typeof ProvisionedResourceEngine];
|
|
800
734
|
/**
|
|
801
735
|
* <p>Detail data for a provisioned resource.</p>
|
|
802
736
|
* @public
|
|
@@ -1088,18 +1022,6 @@ export interface ListComponentsOutput {
|
|
|
1088
1022
|
*/
|
|
1089
1023
|
components: ComponentSummary[] | undefined;
|
|
1090
1024
|
}
|
|
1091
|
-
/**
|
|
1092
|
-
* @public
|
|
1093
|
-
* @enum
|
|
1094
|
-
*/
|
|
1095
|
-
export declare const ComponentDeploymentUpdateType: {
|
|
1096
|
-
readonly CURRENT_VERSION: "CURRENT_VERSION";
|
|
1097
|
-
readonly NONE: "NONE";
|
|
1098
|
-
};
|
|
1099
|
-
/**
|
|
1100
|
-
* @public
|
|
1101
|
-
*/
|
|
1102
|
-
export type ComponentDeploymentUpdateType = (typeof ComponentDeploymentUpdateType)[keyof typeof ComponentDeploymentUpdateType];
|
|
1103
1025
|
/**
|
|
1104
1026
|
* @public
|
|
1105
1027
|
*/
|
|
@@ -1389,20 +1311,6 @@ export declare namespace DeploymentState {
|
|
|
1389
1311
|
_: (name: string, value: any) => T;
|
|
1390
1312
|
}
|
|
1391
1313
|
}
|
|
1392
|
-
/**
|
|
1393
|
-
* @public
|
|
1394
|
-
* @enum
|
|
1395
|
-
*/
|
|
1396
|
-
export declare const DeploymentTargetResourceType: {
|
|
1397
|
-
readonly COMPONENT: "COMPONENT";
|
|
1398
|
-
readonly ENVIRONMENT: "ENVIRONMENT";
|
|
1399
|
-
readonly SERVICE_INSTANCE: "SERVICE_INSTANCE";
|
|
1400
|
-
readonly SERVICE_PIPELINE: "SERVICE_PIPELINE";
|
|
1401
|
-
};
|
|
1402
|
-
/**
|
|
1403
|
-
* @public
|
|
1404
|
-
*/
|
|
1405
|
-
export type DeploymentTargetResourceType = (typeof DeploymentTargetResourceType)[keyof typeof DeploymentTargetResourceType];
|
|
1406
1314
|
/**
|
|
1407
1315
|
* <p>The detailed information about a deployment.</p>
|
|
1408
1316
|
* @public
|
|
@@ -1785,18 +1693,6 @@ export interface GetEnvironmentAccountConnectionOutput {
|
|
|
1785
1693
|
*/
|
|
1786
1694
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
1787
1695
|
}
|
|
1788
|
-
/**
|
|
1789
|
-
* @public
|
|
1790
|
-
* @enum
|
|
1791
|
-
*/
|
|
1792
|
-
export declare const EnvironmentAccountConnectionRequesterAccountType: {
|
|
1793
|
-
readonly ENVIRONMENT_ACCOUNT: "ENVIRONMENT_ACCOUNT";
|
|
1794
|
-
readonly MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT";
|
|
1795
|
-
};
|
|
1796
|
-
/**
|
|
1797
|
-
* @public
|
|
1798
|
-
*/
|
|
1799
|
-
export type EnvironmentAccountConnectionRequesterAccountType = (typeof EnvironmentAccountConnectionRequesterAccountType)[keyof typeof EnvironmentAccountConnectionRequesterAccountType];
|
|
1800
1696
|
/**
|
|
1801
1697
|
* @public
|
|
1802
1698
|
*/
|
|
@@ -2325,20 +2221,6 @@ export interface ListEnvironmentsOutput {
|
|
|
2325
2221
|
*/
|
|
2326
2222
|
environments: EnvironmentSummary[] | undefined;
|
|
2327
2223
|
}
|
|
2328
|
-
/**
|
|
2329
|
-
* @public
|
|
2330
|
-
* @enum
|
|
2331
|
-
*/
|
|
2332
|
-
export declare const DeploymentUpdateType: {
|
|
2333
|
-
readonly CURRENT_VERSION: "CURRENT_VERSION";
|
|
2334
|
-
readonly MAJOR_VERSION: "MAJOR_VERSION";
|
|
2335
|
-
readonly MINOR_VERSION: "MINOR_VERSION";
|
|
2336
|
-
readonly NONE: "NONE";
|
|
2337
|
-
};
|
|
2338
|
-
/**
|
|
2339
|
-
* @public
|
|
2340
|
-
*/
|
|
2341
|
-
export type DeploymentUpdateType = (typeof DeploymentUpdateType)[keyof typeof DeploymentUpdateType];
|
|
2342
2224
|
/**
|
|
2343
2225
|
* @public
|
|
2344
2226
|
*/
|
|
@@ -2785,20 +2667,6 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
2785
2667
|
*/
|
|
2786
2668
|
tags?: Tag[] | undefined;
|
|
2787
2669
|
}
|
|
2788
|
-
/**
|
|
2789
|
-
* @public
|
|
2790
|
-
* @enum
|
|
2791
|
-
*/
|
|
2792
|
-
export declare const TemplateVersionStatus: {
|
|
2793
|
-
readonly DRAFT: "DRAFT";
|
|
2794
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
2795
|
-
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
2796
|
-
readonly REGISTRATION_IN_PROGRESS: "REGISTRATION_IN_PROGRESS";
|
|
2797
|
-
};
|
|
2798
|
-
/**
|
|
2799
|
-
* @public
|
|
2800
|
-
*/
|
|
2801
|
-
export type TemplateVersionStatus = (typeof TemplateVersionStatus)[keyof typeof TemplateVersionStatus];
|
|
2802
2670
|
/**
|
|
2803
2671
|
* <p>The environment template version data.</p>
|
|
2804
2672
|
* @public
|
|
@@ -3070,26 +2938,6 @@ export interface UpdateEnvironmentTemplateVersionOutput {
|
|
|
3070
2938
|
*/
|
|
3071
2939
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
3072
2940
|
}
|
|
3073
|
-
/**
|
|
3074
|
-
* @public
|
|
3075
|
-
* @enum
|
|
3076
|
-
*/
|
|
3077
|
-
export declare const SyncType: {
|
|
3078
|
-
/**
|
|
3079
|
-
* Syncs services and service instances to Proton.
|
|
3080
|
-
*
|
|
3081
|
-
*/
|
|
3082
|
-
readonly SERVICE_SYNC: "SERVICE_SYNC";
|
|
3083
|
-
/**
|
|
3084
|
-
* Syncs environment and service templates to Proton.
|
|
3085
|
-
*
|
|
3086
|
-
*/
|
|
3087
|
-
readonly TEMPLATE_SYNC: "TEMPLATE_SYNC";
|
|
3088
|
-
};
|
|
3089
|
-
/**
|
|
3090
|
-
* @public
|
|
3091
|
-
*/
|
|
3092
|
-
export type SyncType = (typeof SyncType)[keyof typeof SyncType];
|
|
3093
2941
|
/**
|
|
3094
2942
|
* @public
|
|
3095
2943
|
*/
|
|
@@ -3141,41 +2989,6 @@ export interface RepositorySyncEvent {
|
|
|
3141
2989
|
*/
|
|
3142
2990
|
event: string | undefined;
|
|
3143
2991
|
}
|
|
3144
|
-
/**
|
|
3145
|
-
* @public
|
|
3146
|
-
* @enum
|
|
3147
|
-
*/
|
|
3148
|
-
export declare const RepositorySyncStatus: {
|
|
3149
|
-
/**
|
|
3150
|
-
* The repository sync attempt has failed.
|
|
3151
|
-
*
|
|
3152
|
-
*/
|
|
3153
|
-
readonly FAILED: "FAILED";
|
|
3154
|
-
/**
|
|
3155
|
-
* A repository sync attempt has been created and will begin soon.
|
|
3156
|
-
*
|
|
3157
|
-
*/
|
|
3158
|
-
readonly INITIATED: "INITIATED";
|
|
3159
|
-
/**
|
|
3160
|
-
* A repository sync attempt has started and work is being done to reconcile the branch.
|
|
3161
|
-
*
|
|
3162
|
-
*/
|
|
3163
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3164
|
-
/**
|
|
3165
|
-
* The repository sync attempt didn't execute and was queued.
|
|
3166
|
-
*
|
|
3167
|
-
*/
|
|
3168
|
-
readonly QUEUED: "QUEUED";
|
|
3169
|
-
/**
|
|
3170
|
-
* The repository sync attempt has completed successfully.
|
|
3171
|
-
*
|
|
3172
|
-
*/
|
|
3173
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
3174
|
-
};
|
|
3175
|
-
/**
|
|
3176
|
-
* @public
|
|
3177
|
-
*/
|
|
3178
|
-
export type RepositorySyncStatus = (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
|
|
3179
2992
|
/**
|
|
3180
2993
|
* <p>Detail data for a repository sync attempt activated by a push to a repository.</p>
|
|
3181
2994
|
* @public
|
|
@@ -3373,36 +3186,6 @@ export interface ResourceSyncEvent {
|
|
|
3373
3186
|
*/
|
|
3374
3187
|
event: string | undefined;
|
|
3375
3188
|
}
|
|
3376
|
-
/**
|
|
3377
|
-
* @public
|
|
3378
|
-
* @enum
|
|
3379
|
-
*/
|
|
3380
|
-
export declare const ResourceSyncStatus: {
|
|
3381
|
-
/**
|
|
3382
|
-
* Syncing has failed.
|
|
3383
|
-
*
|
|
3384
|
-
*/
|
|
3385
|
-
readonly FAILED: "FAILED";
|
|
3386
|
-
/**
|
|
3387
|
-
* A sync attempt has been created and will begin soon.
|
|
3388
|
-
*
|
|
3389
|
-
*/
|
|
3390
|
-
readonly INITIATED: "INITIATED";
|
|
3391
|
-
/**
|
|
3392
|
-
* Syncing has started and work is being done to reconcile state.
|
|
3393
|
-
*
|
|
3394
|
-
*/
|
|
3395
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3396
|
-
/**
|
|
3397
|
-
* Syncing has completed successfully.
|
|
3398
|
-
*
|
|
3399
|
-
*/
|
|
3400
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
3401
|
-
};
|
|
3402
|
-
/**
|
|
3403
|
-
* @public
|
|
3404
|
-
*/
|
|
3405
|
-
export type ResourceSyncStatus = (typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus];
|
|
3406
3189
|
/**
|
|
3407
3190
|
* <p>Detail data for a resource sync attempt activated by a push to a repository.</p>
|
|
3408
3191
|
* @public
|
|
@@ -3459,18 +3242,6 @@ export interface GetServiceInstanceSyncStatusOutput {
|
|
|
3459
3242
|
*/
|
|
3460
3243
|
desiredState?: Revision | undefined;
|
|
3461
3244
|
}
|
|
3462
|
-
/**
|
|
3463
|
-
* @public
|
|
3464
|
-
* @enum
|
|
3465
|
-
*/
|
|
3466
|
-
export declare const TemplateType: {
|
|
3467
|
-
readonly ENVIRONMENT: "ENVIRONMENT";
|
|
3468
|
-
readonly SERVICE: "SERVICE";
|
|
3469
|
-
};
|
|
3470
|
-
/**
|
|
3471
|
-
* @public
|
|
3472
|
-
*/
|
|
3473
|
-
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
3474
3245
|
/**
|
|
3475
3246
|
* @public
|
|
3476
3247
|
*/
|
|
@@ -3616,19 +3387,6 @@ export interface ListTagsForResourceOutput {
|
|
|
3616
3387
|
*/
|
|
3617
3388
|
nextToken?: string | undefined;
|
|
3618
3389
|
}
|
|
3619
|
-
/**
|
|
3620
|
-
* @public
|
|
3621
|
-
* @enum
|
|
3622
|
-
*/
|
|
3623
|
-
export declare const ResourceDeploymentStatus: {
|
|
3624
|
-
readonly FAILED: "FAILED";
|
|
3625
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3626
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
3627
|
-
};
|
|
3628
|
-
/**
|
|
3629
|
-
* @public
|
|
3630
|
-
*/
|
|
3631
|
-
export type ResourceDeploymentStatus = (typeof ResourceDeploymentStatus)[keyof typeof ResourceDeploymentStatus];
|
|
3632
3390
|
/**
|
|
3633
3391
|
* @public
|
|
3634
3392
|
*/
|
|
@@ -4005,26 +3763,6 @@ export interface GetServiceInstanceOutput {
|
|
|
4005
3763
|
*/
|
|
4006
3764
|
serviceInstance: ServiceInstance | undefined;
|
|
4007
3765
|
}
|
|
4008
|
-
/**
|
|
4009
|
-
* @public
|
|
4010
|
-
* @enum
|
|
4011
|
-
*/
|
|
4012
|
-
export declare const ListServiceInstancesFilterBy: {
|
|
4013
|
-
readonly CREATED_AT_AFTER: "createdAtAfter";
|
|
4014
|
-
readonly CREATED_AT_BEFORE: "createdAtBefore";
|
|
4015
|
-
readonly DEPLOYED_TEMPLATE_VERSION_STATUS: "deployedTemplateVersionStatus";
|
|
4016
|
-
readonly DEPLOYMENT_STATUS: "deploymentStatus";
|
|
4017
|
-
readonly ENVIRONMENT_NAME: "environmentName";
|
|
4018
|
-
readonly LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER: "lastDeploymentAttemptedAtAfter";
|
|
4019
|
-
readonly LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE: "lastDeploymentAttemptedAtBefore";
|
|
4020
|
-
readonly NAME: "name";
|
|
4021
|
-
readonly SERVICE_NAME: "serviceName";
|
|
4022
|
-
readonly TEMPLATE_NAME: "templateName";
|
|
4023
|
-
};
|
|
4024
|
-
/**
|
|
4025
|
-
* @public
|
|
4026
|
-
*/
|
|
4027
|
-
export type ListServiceInstancesFilterBy = (typeof ListServiceInstancesFilterBy)[keyof typeof ListServiceInstancesFilterBy];
|
|
4028
3766
|
/**
|
|
4029
3767
|
* <p>A filtering criterion to scope down the result list of the <a>ListServiceInstances</a> action.</p>
|
|
4030
3768
|
* @public
|
|
@@ -4044,35 +3782,6 @@ export interface ListServiceInstancesFilter {
|
|
|
4044
3782
|
*/
|
|
4045
3783
|
value?: string | undefined;
|
|
4046
3784
|
}
|
|
4047
|
-
/**
|
|
4048
|
-
* @public
|
|
4049
|
-
* @enum
|
|
4050
|
-
*/
|
|
4051
|
-
export declare const ListServiceInstancesSortBy: {
|
|
4052
|
-
readonly CREATED_AT: "createdAt";
|
|
4053
|
-
readonly DEPLOYMENT_STATUS: "deploymentStatus";
|
|
4054
|
-
readonly ENVIRONMENT_NAME: "environmentName";
|
|
4055
|
-
readonly LAST_DEPLOYMENT_ATTEMPTED_AT: "lastDeploymentAttemptedAt";
|
|
4056
|
-
readonly NAME: "name";
|
|
4057
|
-
readonly SERVICE_NAME: "serviceName";
|
|
4058
|
-
readonly TEMPLATE_NAME: "templateName";
|
|
4059
|
-
};
|
|
4060
|
-
/**
|
|
4061
|
-
* @public
|
|
4062
|
-
*/
|
|
4063
|
-
export type ListServiceInstancesSortBy = (typeof ListServiceInstancesSortBy)[keyof typeof ListServiceInstancesSortBy];
|
|
4064
|
-
/**
|
|
4065
|
-
* @public
|
|
4066
|
-
* @enum
|
|
4067
|
-
*/
|
|
4068
|
-
export declare const SortOrder: {
|
|
4069
|
-
readonly ASCENDING: "ASCENDING";
|
|
4070
|
-
readonly DESCENDING: "DESCENDING";
|
|
4071
|
-
};
|
|
4072
|
-
/**
|
|
4073
|
-
* @public
|
|
4074
|
-
*/
|
|
4075
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
4076
3785
|
/**
|
|
4077
3786
|
* @public
|
|
4078
3787
|
*/
|
|
@@ -4518,30 +4227,6 @@ export interface CreateServiceInput {
|
|
|
4518
4227
|
*/
|
|
4519
4228
|
tags?: Tag[] | undefined;
|
|
4520
4229
|
}
|
|
4521
|
-
/**
|
|
4522
|
-
* @public
|
|
4523
|
-
* @enum
|
|
4524
|
-
*/
|
|
4525
|
-
export declare const ServiceStatus: {
|
|
4526
|
-
readonly ACTIVE: "ACTIVE";
|
|
4527
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
4528
|
-
readonly CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE";
|
|
4529
|
-
readonly CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED";
|
|
4530
|
-
readonly CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS";
|
|
4531
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
4532
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
4533
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
4534
|
-
readonly UPDATE_COMPLETE_CLEANUP_FAILED: "UPDATE_COMPLETE_CLEANUP_FAILED";
|
|
4535
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
4536
|
-
readonly UPDATE_FAILED_CLEANUP_COMPLETE: "UPDATE_FAILED_CLEANUP_COMPLETE";
|
|
4537
|
-
readonly UPDATE_FAILED_CLEANUP_FAILED: "UPDATE_FAILED_CLEANUP_FAILED";
|
|
4538
|
-
readonly UPDATE_FAILED_CLEANUP_IN_PROGRESS: "UPDATE_FAILED_CLEANUP_IN_PROGRESS";
|
|
4539
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
4540
|
-
};
|
|
4541
|
-
/**
|
|
4542
|
-
* @public
|
|
4543
|
-
*/
|
|
4544
|
-
export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
|
|
4545
4230
|
/**
|
|
4546
4231
|
* <p>Detailed data of an Proton service resource.</p>
|
|
4547
4232
|
* @public
|
|
@@ -4811,29 +4496,6 @@ export interface SyncBlockerContext {
|
|
|
4811
4496
|
*/
|
|
4812
4497
|
value: string | undefined;
|
|
4813
4498
|
}
|
|
4814
|
-
/**
|
|
4815
|
-
* @public
|
|
4816
|
-
* @enum
|
|
4817
|
-
*/
|
|
4818
|
-
export declare const BlockerStatus: {
|
|
4819
|
-
readonly ACTIVE: "ACTIVE";
|
|
4820
|
-
readonly RESOLVED: "RESOLVED";
|
|
4821
|
-
};
|
|
4822
|
-
/**
|
|
4823
|
-
* @public
|
|
4824
|
-
*/
|
|
4825
|
-
export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus];
|
|
4826
|
-
/**
|
|
4827
|
-
* @public
|
|
4828
|
-
* @enum
|
|
4829
|
-
*/
|
|
4830
|
-
export declare const BlockerType: {
|
|
4831
|
-
readonly AUTOMATED: "AUTOMATED";
|
|
4832
|
-
};
|
|
4833
|
-
/**
|
|
4834
|
-
* @public
|
|
4835
|
-
*/
|
|
4836
|
-
export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
|
|
4837
4499
|
/**
|
|
4838
4500
|
* <p>Detailed data of the sync blocker.</p>
|
|
4839
4501
|
* @public
|
|
@@ -5383,17 +5045,6 @@ export interface CompatibleEnvironmentTemplateInput {
|
|
|
5383
5045
|
*/
|
|
5384
5046
|
majorVersion: string | undefined;
|
|
5385
5047
|
}
|
|
5386
|
-
/**
|
|
5387
|
-
* @public
|
|
5388
|
-
* @enum
|
|
5389
|
-
*/
|
|
5390
|
-
export declare const ServiceTemplateSupportedComponentSourceType: {
|
|
5391
|
-
readonly DIRECTLY_DEFINED: "DIRECTLY_DEFINED";
|
|
5392
|
-
};
|
|
5393
|
-
/**
|
|
5394
|
-
* @public
|
|
5395
|
-
*/
|
|
5396
|
-
export type ServiceTemplateSupportedComponentSourceType = (typeof ServiceTemplateSupportedComponentSourceType)[keyof typeof ServiceTemplateSupportedComponentSourceType];
|
|
5397
5048
|
/**
|
|
5398
5049
|
* @public
|
|
5399
5050
|
*/
|
|
@@ -6,6 +6,7 @@ export { ProtonExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./waiters";
|
|
9
|
+
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
10
11
|
export * from "./models/models_0";
|
|
11
12
|
export { ProtonServiceException } from "./models/ProtonServiceException";
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
export declare const EnvironmentAccountConnectionStatus: {
|
|
2
|
+
readonly CONNECTED: "CONNECTED";
|
|
3
|
+
readonly PENDING: "PENDING";
|
|
4
|
+
readonly REJECTED: "REJECTED";
|
|
5
|
+
};
|
|
6
|
+
export type EnvironmentAccountConnectionStatus =
|
|
7
|
+
(typeof EnvironmentAccountConnectionStatus)[keyof typeof EnvironmentAccountConnectionStatus];
|
|
8
|
+
export declare const RepositoryProvider: {
|
|
9
|
+
readonly BITBUCKET: "BITBUCKET";
|
|
10
|
+
readonly GITHUB: "GITHUB";
|
|
11
|
+
readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE";
|
|
12
|
+
};
|
|
13
|
+
export type RepositoryProvider =
|
|
14
|
+
(typeof RepositoryProvider)[keyof typeof RepositoryProvider];
|
|
15
|
+
export declare const DeploymentStatus: {
|
|
16
|
+
readonly CANCELLED: "CANCELLED";
|
|
17
|
+
readonly CANCELLING: "CANCELLING";
|
|
18
|
+
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
19
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
20
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
21
|
+
readonly FAILED: "FAILED";
|
|
22
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
23
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
24
|
+
};
|
|
25
|
+
export type DeploymentStatus =
|
|
26
|
+
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
27
|
+
export declare const Provisioning: {
|
|
28
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
29
|
+
};
|
|
30
|
+
export type Provisioning = (typeof Provisioning)[keyof typeof Provisioning];
|
|
31
|
+
export declare const ProvisionedResourceEngine: {
|
|
32
|
+
readonly CLOUDFORMATION: "CLOUDFORMATION";
|
|
33
|
+
readonly TERRAFORM: "TERRAFORM";
|
|
34
|
+
};
|
|
35
|
+
export type ProvisionedResourceEngine =
|
|
36
|
+
(typeof ProvisionedResourceEngine)[keyof typeof ProvisionedResourceEngine];
|
|
37
|
+
export declare const ComponentDeploymentUpdateType: {
|
|
38
|
+
readonly CURRENT_VERSION: "CURRENT_VERSION";
|
|
39
|
+
readonly NONE: "NONE";
|
|
40
|
+
};
|
|
41
|
+
export type ComponentDeploymentUpdateType =
|
|
42
|
+
(typeof ComponentDeploymentUpdateType)[keyof typeof ComponentDeploymentUpdateType];
|
|
43
|
+
export declare const DeploymentTargetResourceType: {
|
|
44
|
+
readonly COMPONENT: "COMPONENT";
|
|
45
|
+
readonly ENVIRONMENT: "ENVIRONMENT";
|
|
46
|
+
readonly SERVICE_INSTANCE: "SERVICE_INSTANCE";
|
|
47
|
+
readonly SERVICE_PIPELINE: "SERVICE_PIPELINE";
|
|
48
|
+
};
|
|
49
|
+
export type DeploymentTargetResourceType =
|
|
50
|
+
(typeof DeploymentTargetResourceType)[keyof typeof DeploymentTargetResourceType];
|
|
51
|
+
export declare const EnvironmentAccountConnectionRequesterAccountType: {
|
|
52
|
+
readonly ENVIRONMENT_ACCOUNT: "ENVIRONMENT_ACCOUNT";
|
|
53
|
+
readonly MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT";
|
|
54
|
+
};
|
|
55
|
+
export type EnvironmentAccountConnectionRequesterAccountType =
|
|
56
|
+
(typeof EnvironmentAccountConnectionRequesterAccountType)[keyof typeof EnvironmentAccountConnectionRequesterAccountType];
|
|
57
|
+
export declare const DeploymentUpdateType: {
|
|
58
|
+
readonly CURRENT_VERSION: "CURRENT_VERSION";
|
|
59
|
+
readonly MAJOR_VERSION: "MAJOR_VERSION";
|
|
60
|
+
readonly MINOR_VERSION: "MINOR_VERSION";
|
|
61
|
+
readonly NONE: "NONE";
|
|
62
|
+
};
|
|
63
|
+
export type DeploymentUpdateType =
|
|
64
|
+
(typeof DeploymentUpdateType)[keyof typeof DeploymentUpdateType];
|
|
65
|
+
export declare const TemplateVersionStatus: {
|
|
66
|
+
readonly DRAFT: "DRAFT";
|
|
67
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
68
|
+
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
69
|
+
readonly REGISTRATION_IN_PROGRESS: "REGISTRATION_IN_PROGRESS";
|
|
70
|
+
};
|
|
71
|
+
export type TemplateVersionStatus =
|
|
72
|
+
(typeof TemplateVersionStatus)[keyof typeof TemplateVersionStatus];
|
|
73
|
+
export declare const SyncType: {
|
|
74
|
+
readonly SERVICE_SYNC: "SERVICE_SYNC";
|
|
75
|
+
readonly TEMPLATE_SYNC: "TEMPLATE_SYNC";
|
|
76
|
+
};
|
|
77
|
+
export type SyncType = (typeof SyncType)[keyof typeof SyncType];
|
|
78
|
+
export declare const RepositorySyncStatus: {
|
|
79
|
+
readonly FAILED: "FAILED";
|
|
80
|
+
readonly INITIATED: "INITIATED";
|
|
81
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
82
|
+
readonly QUEUED: "QUEUED";
|
|
83
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
84
|
+
};
|
|
85
|
+
export type RepositorySyncStatus =
|
|
86
|
+
(typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
|
|
87
|
+
export declare const ResourceSyncStatus: {
|
|
88
|
+
readonly FAILED: "FAILED";
|
|
89
|
+
readonly INITIATED: "INITIATED";
|
|
90
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
91
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
92
|
+
};
|
|
93
|
+
export type ResourceSyncStatus =
|
|
94
|
+
(typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus];
|
|
95
|
+
export declare const TemplateType: {
|
|
96
|
+
readonly ENVIRONMENT: "ENVIRONMENT";
|
|
97
|
+
readonly SERVICE: "SERVICE";
|
|
98
|
+
};
|
|
99
|
+
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
100
|
+
export declare const ResourceDeploymentStatus: {
|
|
101
|
+
readonly FAILED: "FAILED";
|
|
102
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
103
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
104
|
+
};
|
|
105
|
+
export type ResourceDeploymentStatus =
|
|
106
|
+
(typeof ResourceDeploymentStatus)[keyof typeof ResourceDeploymentStatus];
|
|
107
|
+
export declare const ListServiceInstancesFilterBy: {
|
|
108
|
+
readonly CREATED_AT_AFTER: "createdAtAfter";
|
|
109
|
+
readonly CREATED_AT_BEFORE: "createdAtBefore";
|
|
110
|
+
readonly DEPLOYED_TEMPLATE_VERSION_STATUS: "deployedTemplateVersionStatus";
|
|
111
|
+
readonly DEPLOYMENT_STATUS: "deploymentStatus";
|
|
112
|
+
readonly ENVIRONMENT_NAME: "environmentName";
|
|
113
|
+
readonly LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER: "lastDeploymentAttemptedAtAfter";
|
|
114
|
+
readonly LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE: "lastDeploymentAttemptedAtBefore";
|
|
115
|
+
readonly NAME: "name";
|
|
116
|
+
readonly SERVICE_NAME: "serviceName";
|
|
117
|
+
readonly TEMPLATE_NAME: "templateName";
|
|
118
|
+
};
|
|
119
|
+
export type ListServiceInstancesFilterBy =
|
|
120
|
+
(typeof ListServiceInstancesFilterBy)[keyof typeof ListServiceInstancesFilterBy];
|
|
121
|
+
export declare const ListServiceInstancesSortBy: {
|
|
122
|
+
readonly CREATED_AT: "createdAt";
|
|
123
|
+
readonly DEPLOYMENT_STATUS: "deploymentStatus";
|
|
124
|
+
readonly ENVIRONMENT_NAME: "environmentName";
|
|
125
|
+
readonly LAST_DEPLOYMENT_ATTEMPTED_AT: "lastDeploymentAttemptedAt";
|
|
126
|
+
readonly NAME: "name";
|
|
127
|
+
readonly SERVICE_NAME: "serviceName";
|
|
128
|
+
readonly TEMPLATE_NAME: "templateName";
|
|
129
|
+
};
|
|
130
|
+
export type ListServiceInstancesSortBy =
|
|
131
|
+
(typeof ListServiceInstancesSortBy)[keyof typeof ListServiceInstancesSortBy];
|
|
132
|
+
export declare const SortOrder: {
|
|
133
|
+
readonly ASCENDING: "ASCENDING";
|
|
134
|
+
readonly DESCENDING: "DESCENDING";
|
|
135
|
+
};
|
|
136
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
137
|
+
export declare const ServiceStatus: {
|
|
138
|
+
readonly ACTIVE: "ACTIVE";
|
|
139
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
140
|
+
readonly CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE";
|
|
141
|
+
readonly CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED";
|
|
142
|
+
readonly CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS";
|
|
143
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
144
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
145
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
146
|
+
readonly UPDATE_COMPLETE_CLEANUP_FAILED: "UPDATE_COMPLETE_CLEANUP_FAILED";
|
|
147
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
148
|
+
readonly UPDATE_FAILED_CLEANUP_COMPLETE: "UPDATE_FAILED_CLEANUP_COMPLETE";
|
|
149
|
+
readonly UPDATE_FAILED_CLEANUP_FAILED: "UPDATE_FAILED_CLEANUP_FAILED";
|
|
150
|
+
readonly UPDATE_FAILED_CLEANUP_IN_PROGRESS: "UPDATE_FAILED_CLEANUP_IN_PROGRESS";
|
|
151
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
152
|
+
};
|
|
153
|
+
export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
|
|
154
|
+
export declare const BlockerStatus: {
|
|
155
|
+
readonly ACTIVE: "ACTIVE";
|
|
156
|
+
readonly RESOLVED: "RESOLVED";
|
|
157
|
+
};
|
|
158
|
+
export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus];
|
|
159
|
+
export declare const BlockerType: {
|
|
160
|
+
readonly AUTOMATED: "AUTOMATED";
|
|
161
|
+
};
|
|
162
|
+
export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
|
|
163
|
+
export declare const ServiceTemplateSupportedComponentSourceType: {
|
|
164
|
+
readonly DIRECTLY_DEFINED: "DIRECTLY_DEFINED";
|
|
165
|
+
};
|
|
166
|
+
export type ServiceTemplateSupportedComponentSourceType =
|
|
167
|
+
(typeof ServiceTemplateSupportedComponentSourceType)[keyof typeof ServiceTemplateSupportedComponentSourceType];
|