@aws-sdk/client-proton 3.935.0 → 3.939.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.
@@ -0,0 +1,350 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const EnvironmentAccountConnectionStatus: {
6
+ readonly CONNECTED: "CONNECTED";
7
+ readonly PENDING: "PENDING";
8
+ readonly REJECTED: "REJECTED";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type EnvironmentAccountConnectionStatus = (typeof EnvironmentAccountConnectionStatus)[keyof typeof EnvironmentAccountConnectionStatus];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const RepositoryProvider: {
19
+ readonly BITBUCKET: "BITBUCKET";
20
+ readonly GITHUB: "GITHUB";
21
+ readonly GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type RepositoryProvider = (typeof RepositoryProvider)[keyof typeof RepositoryProvider];
27
+ /**
28
+ * @public
29
+ * @enum
30
+ */
31
+ export declare const DeploymentStatus: {
32
+ readonly CANCELLED: "CANCELLED";
33
+ readonly CANCELLING: "CANCELLING";
34
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
35
+ readonly DELETE_FAILED: "DELETE_FAILED";
36
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
37
+ readonly FAILED: "FAILED";
38
+ readonly IN_PROGRESS: "IN_PROGRESS";
39
+ readonly SUCCEEDED: "SUCCEEDED";
40
+ };
41
+ /**
42
+ * @public
43
+ */
44
+ export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
45
+ /**
46
+ * @public
47
+ * @enum
48
+ */
49
+ export declare const Provisioning: {
50
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
51
+ };
52
+ /**
53
+ * @public
54
+ */
55
+ export type Provisioning = (typeof Provisioning)[keyof typeof Provisioning];
56
+ /**
57
+ * @public
58
+ * @enum
59
+ */
60
+ export declare const ProvisionedResourceEngine: {
61
+ readonly CLOUDFORMATION: "CLOUDFORMATION";
62
+ readonly TERRAFORM: "TERRAFORM";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type ProvisionedResourceEngine = (typeof ProvisionedResourceEngine)[keyof typeof ProvisionedResourceEngine];
68
+ /**
69
+ * @public
70
+ * @enum
71
+ */
72
+ export declare const ComponentDeploymentUpdateType: {
73
+ readonly CURRENT_VERSION: "CURRENT_VERSION";
74
+ readonly NONE: "NONE";
75
+ };
76
+ /**
77
+ * @public
78
+ */
79
+ export type ComponentDeploymentUpdateType = (typeof ComponentDeploymentUpdateType)[keyof typeof ComponentDeploymentUpdateType];
80
+ /**
81
+ * @public
82
+ * @enum
83
+ */
84
+ export declare const DeploymentTargetResourceType: {
85
+ readonly COMPONENT: "COMPONENT";
86
+ readonly ENVIRONMENT: "ENVIRONMENT";
87
+ readonly SERVICE_INSTANCE: "SERVICE_INSTANCE";
88
+ readonly SERVICE_PIPELINE: "SERVICE_PIPELINE";
89
+ };
90
+ /**
91
+ * @public
92
+ */
93
+ export type DeploymentTargetResourceType = (typeof DeploymentTargetResourceType)[keyof typeof DeploymentTargetResourceType];
94
+ /**
95
+ * @public
96
+ * @enum
97
+ */
98
+ export declare const EnvironmentAccountConnectionRequesterAccountType: {
99
+ readonly ENVIRONMENT_ACCOUNT: "ENVIRONMENT_ACCOUNT";
100
+ readonly MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT";
101
+ };
102
+ /**
103
+ * @public
104
+ */
105
+ export type EnvironmentAccountConnectionRequesterAccountType = (typeof EnvironmentAccountConnectionRequesterAccountType)[keyof typeof EnvironmentAccountConnectionRequesterAccountType];
106
+ /**
107
+ * @public
108
+ * @enum
109
+ */
110
+ export declare const DeploymentUpdateType: {
111
+ readonly CURRENT_VERSION: "CURRENT_VERSION";
112
+ readonly MAJOR_VERSION: "MAJOR_VERSION";
113
+ readonly MINOR_VERSION: "MINOR_VERSION";
114
+ readonly NONE: "NONE";
115
+ };
116
+ /**
117
+ * @public
118
+ */
119
+ export type DeploymentUpdateType = (typeof DeploymentUpdateType)[keyof typeof DeploymentUpdateType];
120
+ /**
121
+ * @public
122
+ * @enum
123
+ */
124
+ export declare const TemplateVersionStatus: {
125
+ readonly DRAFT: "DRAFT";
126
+ readonly PUBLISHED: "PUBLISHED";
127
+ readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
128
+ readonly REGISTRATION_IN_PROGRESS: "REGISTRATION_IN_PROGRESS";
129
+ };
130
+ /**
131
+ * @public
132
+ */
133
+ export type TemplateVersionStatus = (typeof TemplateVersionStatus)[keyof typeof TemplateVersionStatus];
134
+ /**
135
+ * @public
136
+ * @enum
137
+ */
138
+ export declare const SyncType: {
139
+ /**
140
+ * Syncs services and service instances to Proton.
141
+ *
142
+ */
143
+ readonly SERVICE_SYNC: "SERVICE_SYNC";
144
+ /**
145
+ * Syncs environment and service templates to Proton.
146
+ *
147
+ */
148
+ readonly TEMPLATE_SYNC: "TEMPLATE_SYNC";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type SyncType = (typeof SyncType)[keyof typeof SyncType];
154
+ /**
155
+ * @public
156
+ * @enum
157
+ */
158
+ export declare const RepositorySyncStatus: {
159
+ /**
160
+ * The repository sync attempt has failed.
161
+ *
162
+ */
163
+ readonly FAILED: "FAILED";
164
+ /**
165
+ * A repository sync attempt has been created and will begin soon.
166
+ *
167
+ */
168
+ readonly INITIATED: "INITIATED";
169
+ /**
170
+ * A repository sync attempt has started and work is being done to reconcile the branch.
171
+ *
172
+ */
173
+ readonly IN_PROGRESS: "IN_PROGRESS";
174
+ /**
175
+ * The repository sync attempt didn't execute and was queued.
176
+ *
177
+ */
178
+ readonly QUEUED: "QUEUED";
179
+ /**
180
+ * The repository sync attempt has completed successfully.
181
+ *
182
+ */
183
+ readonly SUCCEEDED: "SUCCEEDED";
184
+ };
185
+ /**
186
+ * @public
187
+ */
188
+ export type RepositorySyncStatus = (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
189
+ /**
190
+ * @public
191
+ * @enum
192
+ */
193
+ export declare const ResourceSyncStatus: {
194
+ /**
195
+ * Syncing has failed.
196
+ *
197
+ */
198
+ readonly FAILED: "FAILED";
199
+ /**
200
+ * A sync attempt has been created and will begin soon.
201
+ *
202
+ */
203
+ readonly INITIATED: "INITIATED";
204
+ /**
205
+ * Syncing has started and work is being done to reconcile state.
206
+ *
207
+ */
208
+ readonly IN_PROGRESS: "IN_PROGRESS";
209
+ /**
210
+ * Syncing has completed successfully.
211
+ *
212
+ */
213
+ readonly SUCCEEDED: "SUCCEEDED";
214
+ };
215
+ /**
216
+ * @public
217
+ */
218
+ export type ResourceSyncStatus = (typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus];
219
+ /**
220
+ * @public
221
+ * @enum
222
+ */
223
+ export declare const TemplateType: {
224
+ readonly ENVIRONMENT: "ENVIRONMENT";
225
+ readonly SERVICE: "SERVICE";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const ResourceDeploymentStatus: {
236
+ readonly FAILED: "FAILED";
237
+ readonly IN_PROGRESS: "IN_PROGRESS";
238
+ readonly SUCCEEDED: "SUCCEEDED";
239
+ };
240
+ /**
241
+ * @public
242
+ */
243
+ export type ResourceDeploymentStatus = (typeof ResourceDeploymentStatus)[keyof typeof ResourceDeploymentStatus];
244
+ /**
245
+ * @public
246
+ * @enum
247
+ */
248
+ export declare const ListServiceInstancesFilterBy: {
249
+ readonly CREATED_AT_AFTER: "createdAtAfter";
250
+ readonly CREATED_AT_BEFORE: "createdAtBefore";
251
+ readonly DEPLOYED_TEMPLATE_VERSION_STATUS: "deployedTemplateVersionStatus";
252
+ readonly DEPLOYMENT_STATUS: "deploymentStatus";
253
+ readonly ENVIRONMENT_NAME: "environmentName";
254
+ readonly LAST_DEPLOYMENT_ATTEMPTED_AT_AFTER: "lastDeploymentAttemptedAtAfter";
255
+ readonly LAST_DEPLOYMENT_ATTEMPTED_AT_BEFORE: "lastDeploymentAttemptedAtBefore";
256
+ readonly NAME: "name";
257
+ readonly SERVICE_NAME: "serviceName";
258
+ readonly TEMPLATE_NAME: "templateName";
259
+ };
260
+ /**
261
+ * @public
262
+ */
263
+ export type ListServiceInstancesFilterBy = (typeof ListServiceInstancesFilterBy)[keyof typeof ListServiceInstancesFilterBy];
264
+ /**
265
+ * @public
266
+ * @enum
267
+ */
268
+ export declare const ListServiceInstancesSortBy: {
269
+ readonly CREATED_AT: "createdAt";
270
+ readonly DEPLOYMENT_STATUS: "deploymentStatus";
271
+ readonly ENVIRONMENT_NAME: "environmentName";
272
+ readonly LAST_DEPLOYMENT_ATTEMPTED_AT: "lastDeploymentAttemptedAt";
273
+ readonly NAME: "name";
274
+ readonly SERVICE_NAME: "serviceName";
275
+ readonly TEMPLATE_NAME: "templateName";
276
+ };
277
+ /**
278
+ * @public
279
+ */
280
+ export type ListServiceInstancesSortBy = (typeof ListServiceInstancesSortBy)[keyof typeof ListServiceInstancesSortBy];
281
+ /**
282
+ * @public
283
+ * @enum
284
+ */
285
+ export declare const SortOrder: {
286
+ readonly ASCENDING: "ASCENDING";
287
+ readonly DESCENDING: "DESCENDING";
288
+ };
289
+ /**
290
+ * @public
291
+ */
292
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
293
+ /**
294
+ * @public
295
+ * @enum
296
+ */
297
+ export declare const ServiceStatus: {
298
+ readonly ACTIVE: "ACTIVE";
299
+ readonly CREATE_FAILED: "CREATE_FAILED";
300
+ readonly CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE";
301
+ readonly CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED";
302
+ readonly CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS";
303
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
304
+ readonly DELETE_FAILED: "DELETE_FAILED";
305
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
306
+ readonly UPDATE_COMPLETE_CLEANUP_FAILED: "UPDATE_COMPLETE_CLEANUP_FAILED";
307
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
308
+ readonly UPDATE_FAILED_CLEANUP_COMPLETE: "UPDATE_FAILED_CLEANUP_COMPLETE";
309
+ readonly UPDATE_FAILED_CLEANUP_FAILED: "UPDATE_FAILED_CLEANUP_FAILED";
310
+ readonly UPDATE_FAILED_CLEANUP_IN_PROGRESS: "UPDATE_FAILED_CLEANUP_IN_PROGRESS";
311
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
312
+ };
313
+ /**
314
+ * @public
315
+ */
316
+ export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
317
+ /**
318
+ * @public
319
+ * @enum
320
+ */
321
+ export declare const BlockerStatus: {
322
+ readonly ACTIVE: "ACTIVE";
323
+ readonly RESOLVED: "RESOLVED";
324
+ };
325
+ /**
326
+ * @public
327
+ */
328
+ export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus];
329
+ /**
330
+ * @public
331
+ * @enum
332
+ */
333
+ export declare const BlockerType: {
334
+ readonly AUTOMATED: "AUTOMATED";
335
+ };
336
+ /**
337
+ * @public
338
+ */
339
+ export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
340
+ /**
341
+ * @public
342
+ * @enum
343
+ */
344
+ export declare const ServiceTemplateSupportedComponentSourceType: {
345
+ readonly DIRECTLY_DEFINED: "DIRECTLY_DEFINED";
346
+ };
347
+ /**
348
+ * @public
349
+ */
350
+ export type ServiceTemplateSupportedComponentSourceType = (typeof ServiceTemplateSupportedComponentSourceType)[keyof typeof ServiceTemplateSupportedComponentSourceType];