@aws-sdk/client-proton 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Proton.d.ts +1420 -380
- package/dist-types/ts3.4/ProtonClient.d.ts +579 -148
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +75 -75
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2402 -2202
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +21 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +10 -10
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,2202 +1,2402 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ProtonServiceException as __BaseException } from "./ProtonServiceException";
|
|
3
|
-
export interface AcceptEnvironmentAccountConnectionInput {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export interface
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
export interface CancelComponentDeploymentInput {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
export
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
export
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export interface
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
}
|
|
351
|
-
export interface
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
export
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
export interface
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
}
|
|
548
|
-
export interface
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
export interface
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export interface
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
export interface
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
export interface
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
}
|
|
895
|
-
export
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
export interface
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
}
|
|
1127
|
-
export interface
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
}
|
|
1201
|
-
export interface
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
}
|
|
1216
|
-
export interface
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
}
|
|
1256
|
-
export
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
}
|
|
1315
|
-
export interface
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
}
|
|
1343
|
-
export interface
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
export interface
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
export interface
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export interface
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
export interface
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
export interface
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
}
|
|
1655
|
-
export interface
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
export
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
export
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
export
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
export
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
export
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
export
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
export declare const
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
export declare const
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
export declare const
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
export declare const
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
export declare const
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
export declare const
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
export declare const
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
export declare const
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
export declare const
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
export declare const
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
export declare const
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
export declare const
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export declare const
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
export declare const
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
export declare const
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
export declare const
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
export declare const
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
export declare const
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
export declare const
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
export declare const
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
export declare const
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
export declare const
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
export declare const
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
export declare const
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
export declare const
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
export declare const
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
export declare const
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
export declare const
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
export declare const
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
export declare const
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
export declare const
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
export declare const
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
export declare const
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
export declare const
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
export declare const
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
export declare const
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
export declare const
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
export declare const
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
export declare const
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
export declare const
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
export declare const
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
export declare const
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
export declare const
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
export declare const DeleteEnvironmentTemplateVersionInputFilterSensitiveLog: (
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
export declare const
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
export declare const
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
export declare const
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
export declare const
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
export declare const
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
export declare const
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
export declare const
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
export declare const
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
export declare const
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
export declare const
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
export declare const
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
export declare const
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
export declare const
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
export declare const
|
|
2055
|
-
|
|
2056
|
-
export declare const
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
export declare const
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
export declare const
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
export declare const
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
export declare const
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
export declare const
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
export declare const
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
export declare const
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
export declare const
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
export declare const
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
export declare const
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
export declare const
|
|
2101
|
-
|
|
2102
|
-
export declare const
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
export declare const
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
export declare const
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
export declare const
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
export declare const
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
export declare const
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
export declare const
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
export declare const
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
export declare const
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
export declare const
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
export declare const
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
export declare const
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
export declare const
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
export declare const
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
export declare const
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
export declare const
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
export declare const
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
export declare const
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
export declare const
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
export declare const
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
export declare const
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
export declare const
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
export declare const
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
export declare const
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
export declare const
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ProtonServiceException as __BaseException } from "./ProtonServiceException";
|
|
3
|
+
export interface AcceptEnvironmentAccountConnectionInput {
|
|
4
|
+
id: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
export declare enum EnvironmentAccountConnectionStatus {
|
|
7
|
+
CONNECTED = "CONNECTED",
|
|
8
|
+
PENDING = "PENDING",
|
|
9
|
+
REJECTED = "REJECTED",
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface EnvironmentAccountConnection {
|
|
13
|
+
id: string | undefined;
|
|
14
|
+
|
|
15
|
+
arn: string | undefined;
|
|
16
|
+
|
|
17
|
+
managementAccountId: string | undefined;
|
|
18
|
+
|
|
19
|
+
environmentAccountId: string | undefined;
|
|
20
|
+
|
|
21
|
+
roleArn: string | undefined;
|
|
22
|
+
|
|
23
|
+
environmentName: string | undefined;
|
|
24
|
+
|
|
25
|
+
requestedAt: Date | undefined;
|
|
26
|
+
|
|
27
|
+
lastModifiedAt: Date | undefined;
|
|
28
|
+
|
|
29
|
+
status: EnvironmentAccountConnectionStatus | string | undefined;
|
|
30
|
+
|
|
31
|
+
componentRoleArn?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface AcceptEnvironmentAccountConnectionOutput {
|
|
34
|
+
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
38
|
+
readonly name: "AccessDeniedException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export declare class ConflictException extends __BaseException {
|
|
47
|
+
readonly name: "ConflictException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export declare class InternalServerException extends __BaseException {
|
|
54
|
+
readonly name: "InternalServerException";
|
|
55
|
+
readonly $fault: "server";
|
|
56
|
+
$retryable: {};
|
|
57
|
+
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
64
|
+
readonly name: "ResourceNotFoundException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class ThrottlingException extends __BaseException {
|
|
73
|
+
readonly name: "ThrottlingException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
$retryable: {
|
|
76
|
+
throttling: boolean;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
constructor(
|
|
80
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export declare class ValidationException extends __BaseException {
|
|
85
|
+
readonly name: "ValidationException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
export declare enum RepositoryProvider {
|
|
93
|
+
BITBUCKET = "BITBUCKET",
|
|
94
|
+
GITHUB = "GITHUB",
|
|
95
|
+
GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE",
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface RepositoryBranch {
|
|
99
|
+
arn: string | undefined;
|
|
100
|
+
|
|
101
|
+
provider: RepositoryProvider | string | undefined;
|
|
102
|
+
|
|
103
|
+
name: string | undefined;
|
|
104
|
+
|
|
105
|
+
branch: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface AccountSettings {
|
|
109
|
+
pipelineServiceRoleArn?: string;
|
|
110
|
+
|
|
111
|
+
pipelineProvisioningRepository?: RepositoryBranch;
|
|
112
|
+
}
|
|
113
|
+
export interface GetAccountSettingsInput {}
|
|
114
|
+
export interface GetAccountSettingsOutput {
|
|
115
|
+
accountSettings?: AccountSettings;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface RepositoryBranchInput {
|
|
119
|
+
provider: RepositoryProvider | string | undefined;
|
|
120
|
+
|
|
121
|
+
name: string | undefined;
|
|
122
|
+
|
|
123
|
+
branch: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface UpdateAccountSettingsInput {
|
|
126
|
+
pipelineServiceRoleArn?: string;
|
|
127
|
+
|
|
128
|
+
pipelineProvisioningRepository?: RepositoryBranchInput;
|
|
129
|
+
}
|
|
130
|
+
export interface UpdateAccountSettingsOutput {
|
|
131
|
+
accountSettings: AccountSettings | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface CancelComponentDeploymentInput {
|
|
134
|
+
componentName: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export declare enum DeploymentStatus {
|
|
137
|
+
CANCELLED = "CANCELLED",
|
|
138
|
+
CANCELLING = "CANCELLING",
|
|
139
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
140
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
141
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
142
|
+
FAILED = "FAILED",
|
|
143
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
144
|
+
SUCCEEDED = "SUCCEEDED",
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface Component {
|
|
148
|
+
name: string | undefined;
|
|
149
|
+
|
|
150
|
+
description?: string;
|
|
151
|
+
|
|
152
|
+
arn: string | undefined;
|
|
153
|
+
|
|
154
|
+
environmentName: string | undefined;
|
|
155
|
+
|
|
156
|
+
serviceName?: string;
|
|
157
|
+
|
|
158
|
+
serviceInstanceName?: string;
|
|
159
|
+
|
|
160
|
+
createdAt: Date | undefined;
|
|
161
|
+
|
|
162
|
+
lastModifiedAt: Date | undefined;
|
|
163
|
+
|
|
164
|
+
lastDeploymentAttemptedAt?: Date;
|
|
165
|
+
|
|
166
|
+
lastDeploymentSucceededAt?: Date;
|
|
167
|
+
|
|
168
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
169
|
+
|
|
170
|
+
deploymentStatusMessage?: string;
|
|
171
|
+
|
|
172
|
+
serviceSpec?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface CancelComponentDeploymentOutput {
|
|
175
|
+
component: Component | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface CancelEnvironmentDeploymentInput {
|
|
178
|
+
environmentName: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export declare enum Provisioning {
|
|
181
|
+
CUSTOMER_MANAGED = "CUSTOMER_MANAGED",
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface Environment {
|
|
185
|
+
name: string | undefined;
|
|
186
|
+
|
|
187
|
+
description?: string;
|
|
188
|
+
|
|
189
|
+
createdAt: Date | undefined;
|
|
190
|
+
|
|
191
|
+
lastDeploymentAttemptedAt: Date | undefined;
|
|
192
|
+
|
|
193
|
+
lastDeploymentSucceededAt: Date | undefined;
|
|
194
|
+
|
|
195
|
+
arn: string | undefined;
|
|
196
|
+
|
|
197
|
+
templateName: string | undefined;
|
|
198
|
+
|
|
199
|
+
templateMajorVersion: string | undefined;
|
|
200
|
+
|
|
201
|
+
templateMinorVersion: string | undefined;
|
|
202
|
+
|
|
203
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
204
|
+
|
|
205
|
+
deploymentStatusMessage?: string;
|
|
206
|
+
|
|
207
|
+
protonServiceRoleArn?: string;
|
|
208
|
+
|
|
209
|
+
environmentAccountConnectionId?: string;
|
|
210
|
+
|
|
211
|
+
environmentAccountId?: string;
|
|
212
|
+
|
|
213
|
+
spec?: string;
|
|
214
|
+
|
|
215
|
+
provisioning?: Provisioning | string;
|
|
216
|
+
|
|
217
|
+
provisioningRepository?: RepositoryBranch;
|
|
218
|
+
|
|
219
|
+
componentRoleArn?: string;
|
|
220
|
+
}
|
|
221
|
+
export interface CancelEnvironmentDeploymentOutput {
|
|
222
|
+
environment: Environment | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface CancelServiceInstanceDeploymentInput {
|
|
225
|
+
serviceInstanceName: string | undefined;
|
|
226
|
+
|
|
227
|
+
serviceName: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export interface ServiceInstance {
|
|
231
|
+
name: string | undefined;
|
|
232
|
+
|
|
233
|
+
arn: string | undefined;
|
|
234
|
+
|
|
235
|
+
createdAt: Date | undefined;
|
|
236
|
+
|
|
237
|
+
lastDeploymentAttemptedAt: Date | undefined;
|
|
238
|
+
|
|
239
|
+
lastDeploymentSucceededAt: Date | undefined;
|
|
240
|
+
|
|
241
|
+
serviceName: string | undefined;
|
|
242
|
+
|
|
243
|
+
environmentName: string | undefined;
|
|
244
|
+
|
|
245
|
+
templateName: string | undefined;
|
|
246
|
+
|
|
247
|
+
templateMajorVersion: string | undefined;
|
|
248
|
+
|
|
249
|
+
templateMinorVersion: string | undefined;
|
|
250
|
+
|
|
251
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
252
|
+
|
|
253
|
+
deploymentStatusMessage?: string;
|
|
254
|
+
|
|
255
|
+
spec?: string;
|
|
256
|
+
}
|
|
257
|
+
export interface CancelServiceInstanceDeploymentOutput {
|
|
258
|
+
serviceInstance: ServiceInstance | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface CancelServicePipelineDeploymentInput {
|
|
261
|
+
serviceName: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface ServicePipeline {
|
|
265
|
+
arn: string | undefined;
|
|
266
|
+
|
|
267
|
+
createdAt: Date | undefined;
|
|
268
|
+
|
|
269
|
+
lastDeploymentAttemptedAt: Date | undefined;
|
|
270
|
+
|
|
271
|
+
lastDeploymentSucceededAt: Date | undefined;
|
|
272
|
+
|
|
273
|
+
templateName: string | undefined;
|
|
274
|
+
|
|
275
|
+
templateMajorVersion: string | undefined;
|
|
276
|
+
|
|
277
|
+
templateMinorVersion: string | undefined;
|
|
278
|
+
|
|
279
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
280
|
+
|
|
281
|
+
deploymentStatusMessage?: string;
|
|
282
|
+
|
|
283
|
+
spec?: string;
|
|
284
|
+
}
|
|
285
|
+
export interface CancelServicePipelineDeploymentOutput {
|
|
286
|
+
pipeline: ServicePipeline | undefined;
|
|
287
|
+
}
|
|
288
|
+
export interface ListComponentOutputsInput {
|
|
289
|
+
componentName: string | undefined;
|
|
290
|
+
|
|
291
|
+
nextToken?: string;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface Output {
|
|
295
|
+
key?: string;
|
|
296
|
+
|
|
297
|
+
valueString?: string;
|
|
298
|
+
}
|
|
299
|
+
export interface ListComponentOutputsOutput {
|
|
300
|
+
nextToken?: string;
|
|
301
|
+
|
|
302
|
+
outputs: Output[] | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface ListComponentProvisionedResourcesInput {
|
|
305
|
+
componentName: string | undefined;
|
|
306
|
+
|
|
307
|
+
nextToken?: string;
|
|
308
|
+
}
|
|
309
|
+
export declare enum ProvisionedResourceEngine {
|
|
310
|
+
CLOUDFORMATION = "CLOUDFORMATION",
|
|
311
|
+
TERRAFORM = "TERRAFORM",
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface ProvisionedResource {
|
|
315
|
+
name?: string;
|
|
316
|
+
|
|
317
|
+
identifier?: string;
|
|
318
|
+
|
|
319
|
+
provisioningEngine?: ProvisionedResourceEngine | string;
|
|
320
|
+
}
|
|
321
|
+
export interface ListComponentProvisionedResourcesOutput {
|
|
322
|
+
nextToken?: string;
|
|
323
|
+
|
|
324
|
+
provisionedResources: ProvisionedResource[] | undefined;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface Tag {
|
|
328
|
+
key: string | undefined;
|
|
329
|
+
|
|
330
|
+
value: string | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface CreateComponentInput {
|
|
333
|
+
name: string | undefined;
|
|
334
|
+
|
|
335
|
+
description?: string;
|
|
336
|
+
|
|
337
|
+
serviceName?: string;
|
|
338
|
+
|
|
339
|
+
serviceInstanceName?: string;
|
|
340
|
+
|
|
341
|
+
environmentName?: string;
|
|
342
|
+
|
|
343
|
+
templateFile: string | undefined;
|
|
344
|
+
|
|
345
|
+
manifest: string | undefined;
|
|
346
|
+
|
|
347
|
+
serviceSpec?: string;
|
|
348
|
+
|
|
349
|
+
tags?: Tag[];
|
|
350
|
+
}
|
|
351
|
+
export interface CreateComponentOutput {
|
|
352
|
+
component: Component | undefined;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
356
|
+
readonly name: "ServiceQuotaExceededException";
|
|
357
|
+
readonly $fault: "client";
|
|
358
|
+
|
|
359
|
+
constructor(
|
|
360
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
361
|
+
);
|
|
362
|
+
}
|
|
363
|
+
export interface DeleteComponentInput {
|
|
364
|
+
name: string | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface DeleteComponentOutput {
|
|
367
|
+
component?: Component;
|
|
368
|
+
}
|
|
369
|
+
export interface GetComponentInput {
|
|
370
|
+
name: string | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface GetComponentOutput {
|
|
373
|
+
component?: Component;
|
|
374
|
+
}
|
|
375
|
+
export interface ListComponentsInput {
|
|
376
|
+
nextToken?: string;
|
|
377
|
+
|
|
378
|
+
environmentName?: string;
|
|
379
|
+
|
|
380
|
+
serviceName?: string;
|
|
381
|
+
|
|
382
|
+
serviceInstanceName?: string;
|
|
383
|
+
|
|
384
|
+
maxResults?: number;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export interface ComponentSummary {
|
|
388
|
+
name: string | undefined;
|
|
389
|
+
|
|
390
|
+
arn: string | undefined;
|
|
391
|
+
|
|
392
|
+
environmentName: string | undefined;
|
|
393
|
+
|
|
394
|
+
serviceName?: string;
|
|
395
|
+
|
|
396
|
+
serviceInstanceName?: string;
|
|
397
|
+
|
|
398
|
+
createdAt: Date | undefined;
|
|
399
|
+
|
|
400
|
+
lastModifiedAt: Date | undefined;
|
|
401
|
+
|
|
402
|
+
lastDeploymentAttemptedAt?: Date;
|
|
403
|
+
|
|
404
|
+
lastDeploymentSucceededAt?: Date;
|
|
405
|
+
|
|
406
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
407
|
+
|
|
408
|
+
deploymentStatusMessage?: string;
|
|
409
|
+
}
|
|
410
|
+
export interface ListComponentsOutput {
|
|
411
|
+
nextToken?: string;
|
|
412
|
+
|
|
413
|
+
components: ComponentSummary[] | undefined;
|
|
414
|
+
}
|
|
415
|
+
export declare enum ComponentDeploymentUpdateType {
|
|
416
|
+
CURRENT_VERSION = "CURRENT_VERSION",
|
|
417
|
+
NONE = "NONE",
|
|
418
|
+
}
|
|
419
|
+
export interface UpdateComponentInput {
|
|
420
|
+
name: string | undefined;
|
|
421
|
+
|
|
422
|
+
deploymentType: ComponentDeploymentUpdateType | string | undefined;
|
|
423
|
+
|
|
424
|
+
description?: string;
|
|
425
|
+
|
|
426
|
+
serviceName?: string;
|
|
427
|
+
|
|
428
|
+
serviceInstanceName?: string;
|
|
429
|
+
|
|
430
|
+
serviceSpec?: string;
|
|
431
|
+
|
|
432
|
+
templateFile?: string;
|
|
433
|
+
}
|
|
434
|
+
export interface UpdateComponentOutput {
|
|
435
|
+
component: Component | undefined;
|
|
436
|
+
}
|
|
437
|
+
export interface CreateEnvironmentAccountConnectionInput {
|
|
438
|
+
clientToken?: string;
|
|
439
|
+
|
|
440
|
+
managementAccountId: string | undefined;
|
|
441
|
+
|
|
442
|
+
roleArn: string | undefined;
|
|
443
|
+
|
|
444
|
+
environmentName: string | undefined;
|
|
445
|
+
|
|
446
|
+
tags?: Tag[];
|
|
447
|
+
|
|
448
|
+
componentRoleArn?: string;
|
|
449
|
+
}
|
|
450
|
+
export interface CreateEnvironmentAccountConnectionOutput {
|
|
451
|
+
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
452
|
+
}
|
|
453
|
+
export interface DeleteEnvironmentAccountConnectionInput {
|
|
454
|
+
id: string | undefined;
|
|
455
|
+
}
|
|
456
|
+
export interface DeleteEnvironmentAccountConnectionOutput {
|
|
457
|
+
environmentAccountConnection?: EnvironmentAccountConnection;
|
|
458
|
+
}
|
|
459
|
+
export interface GetEnvironmentAccountConnectionInput {
|
|
460
|
+
id: string | undefined;
|
|
461
|
+
}
|
|
462
|
+
export interface GetEnvironmentAccountConnectionOutput {
|
|
463
|
+
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
464
|
+
}
|
|
465
|
+
export declare enum EnvironmentAccountConnectionRequesterAccountType {
|
|
466
|
+
ENVIRONMENT_ACCOUNT = "ENVIRONMENT_ACCOUNT",
|
|
467
|
+
MANAGEMENT_ACCOUNT = "MANAGEMENT_ACCOUNT",
|
|
468
|
+
}
|
|
469
|
+
export interface ListEnvironmentAccountConnectionsInput {
|
|
470
|
+
requestedBy:
|
|
471
|
+
| EnvironmentAccountConnectionRequesterAccountType
|
|
472
|
+
| string
|
|
473
|
+
| undefined;
|
|
474
|
+
|
|
475
|
+
environmentName?: string;
|
|
476
|
+
|
|
477
|
+
statuses?: (EnvironmentAccountConnectionStatus | string)[];
|
|
478
|
+
|
|
479
|
+
nextToken?: string;
|
|
480
|
+
|
|
481
|
+
maxResults?: number;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export interface EnvironmentAccountConnectionSummary {
|
|
485
|
+
id: string | undefined;
|
|
486
|
+
|
|
487
|
+
arn: string | undefined;
|
|
488
|
+
|
|
489
|
+
managementAccountId: string | undefined;
|
|
490
|
+
|
|
491
|
+
environmentAccountId: string | undefined;
|
|
492
|
+
|
|
493
|
+
roleArn: string | undefined;
|
|
494
|
+
|
|
495
|
+
environmentName: string | undefined;
|
|
496
|
+
|
|
497
|
+
requestedAt: Date | undefined;
|
|
498
|
+
|
|
499
|
+
lastModifiedAt: Date | undefined;
|
|
500
|
+
|
|
501
|
+
status: EnvironmentAccountConnectionStatus | string | undefined;
|
|
502
|
+
|
|
503
|
+
componentRoleArn?: string;
|
|
504
|
+
}
|
|
505
|
+
export interface ListEnvironmentAccountConnectionsOutput {
|
|
506
|
+
environmentAccountConnections:
|
|
507
|
+
| EnvironmentAccountConnectionSummary[]
|
|
508
|
+
| undefined;
|
|
509
|
+
|
|
510
|
+
nextToken?: string;
|
|
511
|
+
}
|
|
512
|
+
export interface RejectEnvironmentAccountConnectionInput {
|
|
513
|
+
id: string | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface RejectEnvironmentAccountConnectionOutput {
|
|
516
|
+
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface UpdateEnvironmentAccountConnectionInput {
|
|
519
|
+
id: string | undefined;
|
|
520
|
+
|
|
521
|
+
roleArn?: string;
|
|
522
|
+
|
|
523
|
+
componentRoleArn?: string;
|
|
524
|
+
}
|
|
525
|
+
export interface UpdateEnvironmentAccountConnectionOutput {
|
|
526
|
+
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
527
|
+
}
|
|
528
|
+
export interface ListEnvironmentOutputsInput {
|
|
529
|
+
environmentName: string | undefined;
|
|
530
|
+
|
|
531
|
+
nextToken?: string;
|
|
532
|
+
}
|
|
533
|
+
export interface ListEnvironmentOutputsOutput {
|
|
534
|
+
nextToken?: string;
|
|
535
|
+
|
|
536
|
+
outputs: Output[] | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface ListEnvironmentProvisionedResourcesInput {
|
|
539
|
+
environmentName: string | undefined;
|
|
540
|
+
|
|
541
|
+
nextToken?: string;
|
|
542
|
+
}
|
|
543
|
+
export interface ListEnvironmentProvisionedResourcesOutput {
|
|
544
|
+
nextToken?: string;
|
|
545
|
+
|
|
546
|
+
provisionedResources: ProvisionedResource[] | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface CreateEnvironmentInput {
|
|
549
|
+
name: string | undefined;
|
|
550
|
+
|
|
551
|
+
templateName: string | undefined;
|
|
552
|
+
|
|
553
|
+
templateMajorVersion: string | undefined;
|
|
554
|
+
|
|
555
|
+
templateMinorVersion?: string;
|
|
556
|
+
|
|
557
|
+
description?: string;
|
|
558
|
+
|
|
559
|
+
spec: string | undefined;
|
|
560
|
+
|
|
561
|
+
protonServiceRoleArn?: string;
|
|
562
|
+
|
|
563
|
+
environmentAccountConnectionId?: string;
|
|
564
|
+
|
|
565
|
+
tags?: Tag[];
|
|
566
|
+
|
|
567
|
+
provisioningRepository?: RepositoryBranchInput;
|
|
568
|
+
|
|
569
|
+
componentRoleArn?: string;
|
|
570
|
+
}
|
|
571
|
+
export interface CreateEnvironmentOutput {
|
|
572
|
+
environment: Environment | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface DeleteEnvironmentInput {
|
|
575
|
+
name: string | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface DeleteEnvironmentOutput {
|
|
578
|
+
environment?: Environment;
|
|
579
|
+
}
|
|
580
|
+
export interface GetEnvironmentInput {
|
|
581
|
+
name: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface GetEnvironmentOutput {
|
|
584
|
+
environment: Environment | undefined;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
export interface EnvironmentTemplateFilter {
|
|
588
|
+
templateName: string | undefined;
|
|
589
|
+
|
|
590
|
+
majorVersion: string | undefined;
|
|
591
|
+
}
|
|
592
|
+
export interface ListEnvironmentsInput {
|
|
593
|
+
nextToken?: string;
|
|
594
|
+
|
|
595
|
+
maxResults?: number;
|
|
596
|
+
|
|
597
|
+
environmentTemplates?: EnvironmentTemplateFilter[];
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export interface EnvironmentSummary {
|
|
601
|
+
name: string | undefined;
|
|
602
|
+
|
|
603
|
+
description?: string;
|
|
604
|
+
|
|
605
|
+
createdAt: Date | undefined;
|
|
606
|
+
|
|
607
|
+
lastDeploymentAttemptedAt: Date | undefined;
|
|
608
|
+
|
|
609
|
+
lastDeploymentSucceededAt: Date | undefined;
|
|
610
|
+
|
|
611
|
+
arn: string | undefined;
|
|
612
|
+
|
|
613
|
+
templateName: string | undefined;
|
|
614
|
+
|
|
615
|
+
templateMajorVersion: string | undefined;
|
|
616
|
+
|
|
617
|
+
templateMinorVersion: string | undefined;
|
|
618
|
+
|
|
619
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
620
|
+
|
|
621
|
+
deploymentStatusMessage?: string;
|
|
622
|
+
|
|
623
|
+
protonServiceRoleArn?: string;
|
|
624
|
+
|
|
625
|
+
environmentAccountConnectionId?: string;
|
|
626
|
+
|
|
627
|
+
environmentAccountId?: string;
|
|
628
|
+
|
|
629
|
+
provisioning?: Provisioning | string;
|
|
630
|
+
|
|
631
|
+
componentRoleArn?: string;
|
|
632
|
+
}
|
|
633
|
+
export interface ListEnvironmentsOutput {
|
|
634
|
+
nextToken?: string;
|
|
635
|
+
|
|
636
|
+
environments: EnvironmentSummary[] | undefined;
|
|
637
|
+
}
|
|
638
|
+
export declare enum DeploymentUpdateType {
|
|
639
|
+
CURRENT_VERSION = "CURRENT_VERSION",
|
|
640
|
+
MAJOR_VERSION = "MAJOR_VERSION",
|
|
641
|
+
MINOR_VERSION = "MINOR_VERSION",
|
|
642
|
+
NONE = "NONE",
|
|
643
|
+
}
|
|
644
|
+
export interface UpdateEnvironmentInput {
|
|
645
|
+
name: string | undefined;
|
|
646
|
+
|
|
647
|
+
description?: string;
|
|
648
|
+
|
|
649
|
+
spec?: string;
|
|
650
|
+
|
|
651
|
+
templateMajorVersion?: string;
|
|
652
|
+
|
|
653
|
+
templateMinorVersion?: string;
|
|
654
|
+
|
|
655
|
+
protonServiceRoleArn?: string;
|
|
656
|
+
|
|
657
|
+
deploymentType: DeploymentUpdateType | string | undefined;
|
|
658
|
+
|
|
659
|
+
environmentAccountConnectionId?: string;
|
|
660
|
+
|
|
661
|
+
provisioningRepository?: RepositoryBranchInput;
|
|
662
|
+
|
|
663
|
+
componentRoleArn?: string;
|
|
664
|
+
}
|
|
665
|
+
export interface UpdateEnvironmentOutput {
|
|
666
|
+
environment: Environment | undefined;
|
|
667
|
+
}
|
|
668
|
+
export interface CreateEnvironmentTemplateInput {
|
|
669
|
+
name: string | undefined;
|
|
670
|
+
|
|
671
|
+
displayName?: string;
|
|
672
|
+
|
|
673
|
+
description?: string;
|
|
674
|
+
|
|
675
|
+
encryptionKey?: string;
|
|
676
|
+
|
|
677
|
+
provisioning?: Provisioning | string;
|
|
678
|
+
|
|
679
|
+
tags?: Tag[];
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
export interface EnvironmentTemplate {
|
|
683
|
+
name: string | undefined;
|
|
684
|
+
|
|
685
|
+
arn: string | undefined;
|
|
686
|
+
|
|
687
|
+
createdAt: Date | undefined;
|
|
688
|
+
|
|
689
|
+
lastModifiedAt: Date | undefined;
|
|
690
|
+
|
|
691
|
+
displayName?: string;
|
|
692
|
+
|
|
693
|
+
description?: string;
|
|
694
|
+
|
|
695
|
+
recommendedVersion?: string;
|
|
696
|
+
|
|
697
|
+
encryptionKey?: string;
|
|
698
|
+
|
|
699
|
+
provisioning?: Provisioning | string;
|
|
700
|
+
}
|
|
701
|
+
export interface CreateEnvironmentTemplateOutput {
|
|
702
|
+
environmentTemplate: EnvironmentTemplate | undefined;
|
|
703
|
+
}
|
|
704
|
+
export interface DeleteEnvironmentTemplateInput {
|
|
705
|
+
name: string | undefined;
|
|
706
|
+
}
|
|
707
|
+
export interface DeleteEnvironmentTemplateOutput {
|
|
708
|
+
environmentTemplate?: EnvironmentTemplate;
|
|
709
|
+
}
|
|
710
|
+
export interface GetEnvironmentTemplateInput {
|
|
711
|
+
name: string | undefined;
|
|
712
|
+
}
|
|
713
|
+
export interface GetEnvironmentTemplateOutput {
|
|
714
|
+
environmentTemplate: EnvironmentTemplate | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface ListEnvironmentTemplatesInput {
|
|
717
|
+
nextToken?: string;
|
|
718
|
+
|
|
719
|
+
maxResults?: number;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
export interface EnvironmentTemplateSummary {
|
|
723
|
+
name: string | undefined;
|
|
724
|
+
|
|
725
|
+
arn: string | undefined;
|
|
726
|
+
|
|
727
|
+
createdAt: Date | undefined;
|
|
728
|
+
|
|
729
|
+
lastModifiedAt: Date | undefined;
|
|
730
|
+
|
|
731
|
+
displayName?: string;
|
|
732
|
+
|
|
733
|
+
description?: string;
|
|
734
|
+
|
|
735
|
+
recommendedVersion?: string;
|
|
736
|
+
|
|
737
|
+
provisioning?: Provisioning | string;
|
|
738
|
+
}
|
|
739
|
+
export interface ListEnvironmentTemplatesOutput {
|
|
740
|
+
nextToken?: string;
|
|
741
|
+
|
|
742
|
+
templates: EnvironmentTemplateSummary[] | undefined;
|
|
743
|
+
}
|
|
744
|
+
export interface UpdateEnvironmentTemplateInput {
|
|
745
|
+
name: string | undefined;
|
|
746
|
+
|
|
747
|
+
displayName?: string;
|
|
748
|
+
|
|
749
|
+
description?: string;
|
|
750
|
+
}
|
|
751
|
+
export interface UpdateEnvironmentTemplateOutput {
|
|
752
|
+
environmentTemplate: EnvironmentTemplate | undefined;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export interface S3ObjectSource {
|
|
756
|
+
bucket: string | undefined;
|
|
757
|
+
|
|
758
|
+
key: string | undefined;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export declare type TemplateVersionSourceInput =
|
|
762
|
+
| TemplateVersionSourceInput.S3Member
|
|
763
|
+
| TemplateVersionSourceInput.$UnknownMember;
|
|
764
|
+
export declare namespace TemplateVersionSourceInput {
|
|
765
|
+
interface S3Member {
|
|
766
|
+
s3: S3ObjectSource;
|
|
767
|
+
$unknown?: never;
|
|
768
|
+
}
|
|
769
|
+
interface $UnknownMember {
|
|
770
|
+
s3?: never;
|
|
771
|
+
$unknown: [string, any];
|
|
772
|
+
}
|
|
773
|
+
interface Visitor<T> {
|
|
774
|
+
s3: (value: S3ObjectSource) => T;
|
|
775
|
+
_: (name: string, value: any) => T;
|
|
776
|
+
}
|
|
777
|
+
const visit: <T>(value: TemplateVersionSourceInput, visitor: Visitor<T>) => T;
|
|
778
|
+
}
|
|
779
|
+
export interface CreateEnvironmentTemplateVersionInput {
|
|
780
|
+
clientToken?: string;
|
|
781
|
+
|
|
782
|
+
templateName: string | undefined;
|
|
783
|
+
|
|
784
|
+
description?: string;
|
|
785
|
+
|
|
786
|
+
majorVersion?: string;
|
|
787
|
+
|
|
788
|
+
source: TemplateVersionSourceInput | undefined;
|
|
789
|
+
|
|
790
|
+
tags?: Tag[];
|
|
791
|
+
}
|
|
792
|
+
export declare enum TemplateVersionStatus {
|
|
793
|
+
DRAFT = "DRAFT",
|
|
794
|
+
PUBLISHED = "PUBLISHED",
|
|
795
|
+
REGISTRATION_FAILED = "REGISTRATION_FAILED",
|
|
796
|
+
REGISTRATION_IN_PROGRESS = "REGISTRATION_IN_PROGRESS",
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface EnvironmentTemplateVersion {
|
|
800
|
+
templateName: string | undefined;
|
|
801
|
+
|
|
802
|
+
majorVersion: string | undefined;
|
|
803
|
+
|
|
804
|
+
minorVersion: string | undefined;
|
|
805
|
+
|
|
806
|
+
recommendedMinorVersion?: string;
|
|
807
|
+
|
|
808
|
+
status: TemplateVersionStatus | string | undefined;
|
|
809
|
+
|
|
810
|
+
statusMessage?: string;
|
|
811
|
+
|
|
812
|
+
description?: string;
|
|
813
|
+
|
|
814
|
+
arn: string | undefined;
|
|
815
|
+
|
|
816
|
+
createdAt: Date | undefined;
|
|
817
|
+
|
|
818
|
+
lastModifiedAt: Date | undefined;
|
|
819
|
+
|
|
820
|
+
schema?: string;
|
|
821
|
+
}
|
|
822
|
+
export interface CreateEnvironmentTemplateVersionOutput {
|
|
823
|
+
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
824
|
+
}
|
|
825
|
+
export interface DeleteEnvironmentTemplateVersionInput {
|
|
826
|
+
templateName: string | undefined;
|
|
827
|
+
|
|
828
|
+
majorVersion: string | undefined;
|
|
829
|
+
|
|
830
|
+
minorVersion: string | undefined;
|
|
831
|
+
}
|
|
832
|
+
export interface DeleteEnvironmentTemplateVersionOutput {
|
|
833
|
+
environmentTemplateVersion?: EnvironmentTemplateVersion;
|
|
834
|
+
}
|
|
835
|
+
export interface GetEnvironmentTemplateVersionInput {
|
|
836
|
+
templateName: string | undefined;
|
|
837
|
+
|
|
838
|
+
majorVersion: string | undefined;
|
|
839
|
+
|
|
840
|
+
minorVersion: string | undefined;
|
|
841
|
+
}
|
|
842
|
+
export interface GetEnvironmentTemplateVersionOutput {
|
|
843
|
+
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
844
|
+
}
|
|
845
|
+
export interface ListEnvironmentTemplateVersionsInput {
|
|
846
|
+
nextToken?: string;
|
|
847
|
+
|
|
848
|
+
maxResults?: number;
|
|
849
|
+
|
|
850
|
+
templateName: string | undefined;
|
|
851
|
+
|
|
852
|
+
majorVersion?: string;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export interface EnvironmentTemplateVersionSummary {
|
|
856
|
+
templateName: string | undefined;
|
|
857
|
+
|
|
858
|
+
majorVersion: string | undefined;
|
|
859
|
+
|
|
860
|
+
minorVersion: string | undefined;
|
|
861
|
+
|
|
862
|
+
recommendedMinorVersion?: string;
|
|
863
|
+
|
|
864
|
+
status: TemplateVersionStatus | string | undefined;
|
|
865
|
+
|
|
866
|
+
statusMessage?: string;
|
|
867
|
+
|
|
868
|
+
description?: string;
|
|
869
|
+
|
|
870
|
+
arn: string | undefined;
|
|
871
|
+
|
|
872
|
+
createdAt: Date | undefined;
|
|
873
|
+
|
|
874
|
+
lastModifiedAt: Date | undefined;
|
|
875
|
+
}
|
|
876
|
+
export interface ListEnvironmentTemplateVersionsOutput {
|
|
877
|
+
nextToken?: string;
|
|
878
|
+
|
|
879
|
+
templateVersions: EnvironmentTemplateVersionSummary[] | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface UpdateEnvironmentTemplateVersionInput {
|
|
882
|
+
templateName: string | undefined;
|
|
883
|
+
|
|
884
|
+
majorVersion: string | undefined;
|
|
885
|
+
|
|
886
|
+
minorVersion: string | undefined;
|
|
887
|
+
|
|
888
|
+
description?: string;
|
|
889
|
+
|
|
890
|
+
status?: TemplateVersionStatus | string;
|
|
891
|
+
}
|
|
892
|
+
export interface UpdateEnvironmentTemplateVersionOutput {
|
|
893
|
+
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
894
|
+
}
|
|
895
|
+
export declare enum SyncType {
|
|
896
|
+
TEMPLATE_SYNC = "TEMPLATE_SYNC",
|
|
897
|
+
}
|
|
898
|
+
export interface GetRepositorySyncStatusInput {
|
|
899
|
+
repositoryName: string | undefined;
|
|
900
|
+
|
|
901
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
902
|
+
|
|
903
|
+
branch: string | undefined;
|
|
904
|
+
|
|
905
|
+
syncType: SyncType | string | undefined;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export interface RepositorySyncEvent {
|
|
909
|
+
type: string | undefined;
|
|
910
|
+
|
|
911
|
+
externalId?: string;
|
|
912
|
+
|
|
913
|
+
time: Date | undefined;
|
|
914
|
+
|
|
915
|
+
event: string | undefined;
|
|
916
|
+
}
|
|
917
|
+
export declare enum RepositorySyncStatus {
|
|
918
|
+
FAILED = "FAILED",
|
|
919
|
+
|
|
920
|
+
INITIATED = "INITIATED",
|
|
921
|
+
|
|
922
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
923
|
+
|
|
924
|
+
QUEUED = "QUEUED",
|
|
925
|
+
|
|
926
|
+
SUCCEEDED = "SUCCEEDED",
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export interface RepositorySyncAttempt {
|
|
930
|
+
startedAt: Date | undefined;
|
|
931
|
+
|
|
932
|
+
status: RepositorySyncStatus | string | undefined;
|
|
933
|
+
|
|
934
|
+
events: RepositorySyncEvent[] | undefined;
|
|
935
|
+
}
|
|
936
|
+
export interface GetRepositorySyncStatusOutput {
|
|
937
|
+
latestSync?: RepositorySyncAttempt;
|
|
938
|
+
}
|
|
939
|
+
export declare enum TemplateType {
|
|
940
|
+
ENVIRONMENT = "ENVIRONMENT",
|
|
941
|
+
SERVICE = "SERVICE",
|
|
942
|
+
}
|
|
943
|
+
export interface GetTemplateSyncStatusInput {
|
|
944
|
+
templateName: string | undefined;
|
|
945
|
+
|
|
946
|
+
templateType: TemplateType | string | undefined;
|
|
947
|
+
|
|
948
|
+
templateVersion: string | undefined;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export interface Revision {
|
|
952
|
+
repositoryName: string | undefined;
|
|
953
|
+
|
|
954
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
955
|
+
|
|
956
|
+
sha: string | undefined;
|
|
957
|
+
|
|
958
|
+
directory: string | undefined;
|
|
959
|
+
|
|
960
|
+
branch: string | undefined;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
export interface ResourceSyncEvent {
|
|
964
|
+
type: string | undefined;
|
|
965
|
+
|
|
966
|
+
externalId?: string;
|
|
967
|
+
|
|
968
|
+
time: Date | undefined;
|
|
969
|
+
|
|
970
|
+
event: string | undefined;
|
|
971
|
+
}
|
|
972
|
+
export declare enum ResourceSyncStatus {
|
|
973
|
+
FAILED = "FAILED",
|
|
974
|
+
|
|
975
|
+
INITIATED = "INITIATED",
|
|
976
|
+
|
|
977
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
978
|
+
|
|
979
|
+
SUCCEEDED = "SUCCEEDED",
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
export interface ResourceSyncAttempt {
|
|
983
|
+
initialRevision: Revision | undefined;
|
|
984
|
+
|
|
985
|
+
targetRevision: Revision | undefined;
|
|
986
|
+
|
|
987
|
+
target: string | undefined;
|
|
988
|
+
|
|
989
|
+
startedAt: Date | undefined;
|
|
990
|
+
|
|
991
|
+
status: ResourceSyncStatus | string | undefined;
|
|
992
|
+
|
|
993
|
+
events: ResourceSyncEvent[] | undefined;
|
|
994
|
+
}
|
|
995
|
+
export interface GetTemplateSyncStatusOutput {
|
|
996
|
+
latestSync?: ResourceSyncAttempt;
|
|
997
|
+
|
|
998
|
+
latestSuccessfulSync?: ResourceSyncAttempt;
|
|
999
|
+
|
|
1000
|
+
desiredState?: Revision;
|
|
1001
|
+
}
|
|
1002
|
+
export interface ListRepositorySyncDefinitionsInput {
|
|
1003
|
+
repositoryName: string | undefined;
|
|
1004
|
+
|
|
1005
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
1006
|
+
|
|
1007
|
+
syncType: SyncType | string | undefined;
|
|
1008
|
+
|
|
1009
|
+
nextToken?: string;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export interface RepositorySyncDefinition {
|
|
1013
|
+
target: string | undefined;
|
|
1014
|
+
|
|
1015
|
+
parent: string | undefined;
|
|
1016
|
+
|
|
1017
|
+
branch: string | undefined;
|
|
1018
|
+
|
|
1019
|
+
directory: string | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
export interface ListRepositorySyncDefinitionsOutput {
|
|
1022
|
+
nextToken?: string;
|
|
1023
|
+
|
|
1024
|
+
syncDefinitions: RepositorySyncDefinition[] | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export interface ListTagsForResourceInput {
|
|
1027
|
+
resourceArn: string | undefined;
|
|
1028
|
+
|
|
1029
|
+
nextToken?: string;
|
|
1030
|
+
|
|
1031
|
+
maxResults?: number;
|
|
1032
|
+
}
|
|
1033
|
+
export interface ListTagsForResourceOutput {
|
|
1034
|
+
tags: Tag[] | undefined;
|
|
1035
|
+
|
|
1036
|
+
nextToken?: string;
|
|
1037
|
+
}
|
|
1038
|
+
export declare enum ResourceDeploymentStatus {
|
|
1039
|
+
FAILED = "FAILED",
|
|
1040
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1041
|
+
SUCCEEDED = "SUCCEEDED",
|
|
1042
|
+
}
|
|
1043
|
+
export interface NotifyResourceDeploymentStatusChangeInput {
|
|
1044
|
+
resourceArn: string | undefined;
|
|
1045
|
+
|
|
1046
|
+
status: ResourceDeploymentStatus | string | undefined;
|
|
1047
|
+
|
|
1048
|
+
outputs?: Output[];
|
|
1049
|
+
|
|
1050
|
+
deploymentId?: string;
|
|
1051
|
+
|
|
1052
|
+
statusMessage?: string;
|
|
1053
|
+
}
|
|
1054
|
+
export interface NotifyResourceDeploymentStatusChangeOutput {}
|
|
1055
|
+
export interface CreateRepositoryInput {
|
|
1056
|
+
provider: RepositoryProvider | string | undefined;
|
|
1057
|
+
|
|
1058
|
+
name: string | undefined;
|
|
1059
|
+
|
|
1060
|
+
connectionArn: string | undefined;
|
|
1061
|
+
|
|
1062
|
+
encryptionKey?: string;
|
|
1063
|
+
|
|
1064
|
+
tags?: Tag[];
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
export interface Repository {
|
|
1068
|
+
arn: string | undefined;
|
|
1069
|
+
|
|
1070
|
+
provider: RepositoryProvider | string | undefined;
|
|
1071
|
+
|
|
1072
|
+
name: string | undefined;
|
|
1073
|
+
|
|
1074
|
+
connectionArn: string | undefined;
|
|
1075
|
+
|
|
1076
|
+
encryptionKey?: string;
|
|
1077
|
+
}
|
|
1078
|
+
export interface CreateRepositoryOutput {
|
|
1079
|
+
repository: Repository | undefined;
|
|
1080
|
+
}
|
|
1081
|
+
export interface DeleteRepositoryInput {
|
|
1082
|
+
provider: RepositoryProvider | string | undefined;
|
|
1083
|
+
|
|
1084
|
+
name: string | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export interface DeleteRepositoryOutput {
|
|
1087
|
+
repository?: Repository;
|
|
1088
|
+
}
|
|
1089
|
+
export interface GetRepositoryInput {
|
|
1090
|
+
provider: RepositoryProvider | string | undefined;
|
|
1091
|
+
|
|
1092
|
+
name: string | undefined;
|
|
1093
|
+
}
|
|
1094
|
+
export interface GetRepositoryOutput {
|
|
1095
|
+
repository: Repository | undefined;
|
|
1096
|
+
}
|
|
1097
|
+
export interface ListRepositoriesInput {
|
|
1098
|
+
nextToken?: string;
|
|
1099
|
+
|
|
1100
|
+
maxResults?: number;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export interface RepositorySummary {
|
|
1104
|
+
arn: string | undefined;
|
|
1105
|
+
|
|
1106
|
+
provider: RepositoryProvider | string | undefined;
|
|
1107
|
+
|
|
1108
|
+
name: string | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface ListRepositoriesOutput {
|
|
1111
|
+
nextToken?: string;
|
|
1112
|
+
|
|
1113
|
+
repositories: RepositorySummary[] | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
export interface ListServiceInstanceOutputsInput {
|
|
1116
|
+
serviceInstanceName: string | undefined;
|
|
1117
|
+
|
|
1118
|
+
serviceName: string | undefined;
|
|
1119
|
+
|
|
1120
|
+
nextToken?: string;
|
|
1121
|
+
}
|
|
1122
|
+
export interface ListServiceInstanceOutputsOutput {
|
|
1123
|
+
nextToken?: string;
|
|
1124
|
+
|
|
1125
|
+
outputs: Output[] | undefined;
|
|
1126
|
+
}
|
|
1127
|
+
export interface ListServiceInstanceProvisionedResourcesInput {
|
|
1128
|
+
serviceName: string | undefined;
|
|
1129
|
+
|
|
1130
|
+
serviceInstanceName: string | undefined;
|
|
1131
|
+
|
|
1132
|
+
nextToken?: string;
|
|
1133
|
+
}
|
|
1134
|
+
export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
1135
|
+
nextToken?: string;
|
|
1136
|
+
|
|
1137
|
+
provisionedResources: ProvisionedResource[] | undefined;
|
|
1138
|
+
}
|
|
1139
|
+
export interface GetServiceInstanceInput {
|
|
1140
|
+
name: string | undefined;
|
|
1141
|
+
|
|
1142
|
+
serviceName: string | undefined;
|
|
1143
|
+
}
|
|
1144
|
+
export interface GetServiceInstanceOutput {
|
|
1145
|
+
serviceInstance: ServiceInstance | undefined;
|
|
1146
|
+
}
|
|
1147
|
+
export interface ListServiceInstancesInput {
|
|
1148
|
+
serviceName?: string;
|
|
1149
|
+
|
|
1150
|
+
nextToken?: string;
|
|
1151
|
+
|
|
1152
|
+
maxResults?: number;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export interface ServiceInstanceSummary {
|
|
1156
|
+
name: string | undefined;
|
|
1157
|
+
|
|
1158
|
+
arn: string | undefined;
|
|
1159
|
+
|
|
1160
|
+
createdAt: Date | undefined;
|
|
1161
|
+
|
|
1162
|
+
lastDeploymentAttemptedAt: Date | undefined;
|
|
1163
|
+
|
|
1164
|
+
lastDeploymentSucceededAt: Date | undefined;
|
|
1165
|
+
|
|
1166
|
+
serviceName: string | undefined;
|
|
1167
|
+
|
|
1168
|
+
environmentName: string | undefined;
|
|
1169
|
+
|
|
1170
|
+
templateName: string | undefined;
|
|
1171
|
+
|
|
1172
|
+
templateMajorVersion: string | undefined;
|
|
1173
|
+
|
|
1174
|
+
templateMinorVersion: string | undefined;
|
|
1175
|
+
|
|
1176
|
+
deploymentStatus: DeploymentStatus | string | undefined;
|
|
1177
|
+
|
|
1178
|
+
deploymentStatusMessage?: string;
|
|
1179
|
+
}
|
|
1180
|
+
export interface ListServiceInstancesOutput {
|
|
1181
|
+
nextToken?: string;
|
|
1182
|
+
|
|
1183
|
+
serviceInstances: ServiceInstanceSummary[] | undefined;
|
|
1184
|
+
}
|
|
1185
|
+
export interface UpdateServiceInstanceInput {
|
|
1186
|
+
name: string | undefined;
|
|
1187
|
+
|
|
1188
|
+
serviceName: string | undefined;
|
|
1189
|
+
|
|
1190
|
+
deploymentType: DeploymentUpdateType | string | undefined;
|
|
1191
|
+
|
|
1192
|
+
spec?: string;
|
|
1193
|
+
|
|
1194
|
+
templateMajorVersion?: string;
|
|
1195
|
+
|
|
1196
|
+
templateMinorVersion?: string;
|
|
1197
|
+
}
|
|
1198
|
+
export interface UpdateServiceInstanceOutput {
|
|
1199
|
+
serviceInstance: ServiceInstance | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export interface ListServicePipelineOutputsInput {
|
|
1202
|
+
serviceName: string | undefined;
|
|
1203
|
+
|
|
1204
|
+
nextToken?: string;
|
|
1205
|
+
}
|
|
1206
|
+
export interface ListServicePipelineOutputsOutput {
|
|
1207
|
+
nextToken?: string;
|
|
1208
|
+
|
|
1209
|
+
outputs: Output[] | undefined;
|
|
1210
|
+
}
|
|
1211
|
+
export interface ListServicePipelineProvisionedResourcesInput {
|
|
1212
|
+
serviceName: string | undefined;
|
|
1213
|
+
|
|
1214
|
+
nextToken?: string;
|
|
1215
|
+
}
|
|
1216
|
+
export interface ListServicePipelineProvisionedResourcesOutput {
|
|
1217
|
+
nextToken?: string;
|
|
1218
|
+
|
|
1219
|
+
provisionedResources: ProvisionedResource[] | undefined;
|
|
1220
|
+
}
|
|
1221
|
+
export interface UpdateServicePipelineInput {
|
|
1222
|
+
serviceName: string | undefined;
|
|
1223
|
+
|
|
1224
|
+
spec: string | undefined;
|
|
1225
|
+
|
|
1226
|
+
deploymentType: DeploymentUpdateType | string | undefined;
|
|
1227
|
+
|
|
1228
|
+
templateMajorVersion?: string;
|
|
1229
|
+
|
|
1230
|
+
templateMinorVersion?: string;
|
|
1231
|
+
}
|
|
1232
|
+
export interface UpdateServicePipelineOutput {
|
|
1233
|
+
pipeline: ServicePipeline | undefined;
|
|
1234
|
+
}
|
|
1235
|
+
export interface CreateServiceInput {
|
|
1236
|
+
name: string | undefined;
|
|
1237
|
+
|
|
1238
|
+
description?: string;
|
|
1239
|
+
|
|
1240
|
+
templateName: string | undefined;
|
|
1241
|
+
|
|
1242
|
+
templateMajorVersion: string | undefined;
|
|
1243
|
+
|
|
1244
|
+
templateMinorVersion?: string;
|
|
1245
|
+
|
|
1246
|
+
spec: string | undefined;
|
|
1247
|
+
|
|
1248
|
+
repositoryConnectionArn?: string;
|
|
1249
|
+
|
|
1250
|
+
repositoryId?: string;
|
|
1251
|
+
|
|
1252
|
+
branchName?: string;
|
|
1253
|
+
|
|
1254
|
+
tags?: Tag[];
|
|
1255
|
+
}
|
|
1256
|
+
export declare enum ServiceStatus {
|
|
1257
|
+
ACTIVE = "ACTIVE",
|
|
1258
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
1259
|
+
CREATE_FAILED_CLEANUP_COMPLETE = "CREATE_FAILED_CLEANUP_COMPLETE",
|
|
1260
|
+
CREATE_FAILED_CLEANUP_FAILED = "CREATE_FAILED_CLEANUP_FAILED",
|
|
1261
|
+
CREATE_FAILED_CLEANUP_IN_PROGRESS = "CREATE_FAILED_CLEANUP_IN_PROGRESS",
|
|
1262
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
1263
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
1264
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
1265
|
+
UPDATE_COMPLETE_CLEANUP_FAILED = "UPDATE_COMPLETE_CLEANUP_FAILED",
|
|
1266
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
1267
|
+
UPDATE_FAILED_CLEANUP_COMPLETE = "UPDATE_FAILED_CLEANUP_COMPLETE",
|
|
1268
|
+
UPDATE_FAILED_CLEANUP_FAILED = "UPDATE_FAILED_CLEANUP_FAILED",
|
|
1269
|
+
UPDATE_FAILED_CLEANUP_IN_PROGRESS = "UPDATE_FAILED_CLEANUP_IN_PROGRESS",
|
|
1270
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface Service {
|
|
1274
|
+
name: string | undefined;
|
|
1275
|
+
|
|
1276
|
+
description?: string;
|
|
1277
|
+
|
|
1278
|
+
arn: string | undefined;
|
|
1279
|
+
|
|
1280
|
+
templateName: string | undefined;
|
|
1281
|
+
|
|
1282
|
+
createdAt: Date | undefined;
|
|
1283
|
+
|
|
1284
|
+
lastModifiedAt: Date | undefined;
|
|
1285
|
+
|
|
1286
|
+
status: ServiceStatus | string | undefined;
|
|
1287
|
+
|
|
1288
|
+
statusMessage?: string;
|
|
1289
|
+
|
|
1290
|
+
spec: string | undefined;
|
|
1291
|
+
|
|
1292
|
+
pipeline?: ServicePipeline;
|
|
1293
|
+
|
|
1294
|
+
repositoryConnectionArn?: string;
|
|
1295
|
+
|
|
1296
|
+
repositoryId?: string;
|
|
1297
|
+
|
|
1298
|
+
branchName?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface CreateServiceOutput {
|
|
1301
|
+
service: Service | undefined;
|
|
1302
|
+
}
|
|
1303
|
+
export interface DeleteServiceInput {
|
|
1304
|
+
name: string | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface DeleteServiceOutput {
|
|
1307
|
+
service?: Service;
|
|
1308
|
+
}
|
|
1309
|
+
export interface GetServiceInput {
|
|
1310
|
+
name: string | undefined;
|
|
1311
|
+
}
|
|
1312
|
+
export interface GetServiceOutput {
|
|
1313
|
+
service?: Service;
|
|
1314
|
+
}
|
|
1315
|
+
export interface ListServicesInput {
|
|
1316
|
+
nextToken?: string;
|
|
1317
|
+
|
|
1318
|
+
maxResults?: number;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
export interface ServiceSummary {
|
|
1322
|
+
name: string | undefined;
|
|
1323
|
+
|
|
1324
|
+
description?: string;
|
|
1325
|
+
|
|
1326
|
+
arn: string | undefined;
|
|
1327
|
+
|
|
1328
|
+
templateName: string | undefined;
|
|
1329
|
+
|
|
1330
|
+
createdAt: Date | undefined;
|
|
1331
|
+
|
|
1332
|
+
lastModifiedAt: Date | undefined;
|
|
1333
|
+
|
|
1334
|
+
status: ServiceStatus | string | undefined;
|
|
1335
|
+
|
|
1336
|
+
statusMessage?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export interface ListServicesOutput {
|
|
1339
|
+
nextToken?: string;
|
|
1340
|
+
|
|
1341
|
+
services: ServiceSummary[] | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
export interface UpdateServiceInput {
|
|
1344
|
+
name: string | undefined;
|
|
1345
|
+
|
|
1346
|
+
description?: string;
|
|
1347
|
+
|
|
1348
|
+
spec?: string;
|
|
1349
|
+
}
|
|
1350
|
+
export interface UpdateServiceOutput {
|
|
1351
|
+
service: Service | undefined;
|
|
1352
|
+
}
|
|
1353
|
+
export interface CreateServiceTemplateInput {
|
|
1354
|
+
name: string | undefined;
|
|
1355
|
+
|
|
1356
|
+
displayName?: string;
|
|
1357
|
+
|
|
1358
|
+
description?: string;
|
|
1359
|
+
|
|
1360
|
+
encryptionKey?: string;
|
|
1361
|
+
|
|
1362
|
+
pipelineProvisioning?: Provisioning | string;
|
|
1363
|
+
|
|
1364
|
+
tags?: Tag[];
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
export interface ServiceTemplate {
|
|
1368
|
+
name: string | undefined;
|
|
1369
|
+
|
|
1370
|
+
arn: string | undefined;
|
|
1371
|
+
|
|
1372
|
+
createdAt: Date | undefined;
|
|
1373
|
+
|
|
1374
|
+
lastModifiedAt: Date | undefined;
|
|
1375
|
+
|
|
1376
|
+
displayName?: string;
|
|
1377
|
+
|
|
1378
|
+
description?: string;
|
|
1379
|
+
|
|
1380
|
+
recommendedVersion?: string;
|
|
1381
|
+
|
|
1382
|
+
encryptionKey?: string;
|
|
1383
|
+
|
|
1384
|
+
pipelineProvisioning?: Provisioning | string;
|
|
1385
|
+
}
|
|
1386
|
+
export interface CreateServiceTemplateOutput {
|
|
1387
|
+
serviceTemplate: ServiceTemplate | undefined;
|
|
1388
|
+
}
|
|
1389
|
+
export interface DeleteServiceTemplateInput {
|
|
1390
|
+
name: string | undefined;
|
|
1391
|
+
}
|
|
1392
|
+
export interface DeleteServiceTemplateOutput {
|
|
1393
|
+
serviceTemplate?: ServiceTemplate;
|
|
1394
|
+
}
|
|
1395
|
+
export interface GetServiceTemplateInput {
|
|
1396
|
+
name: string | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface GetServiceTemplateOutput {
|
|
1399
|
+
serviceTemplate: ServiceTemplate | undefined;
|
|
1400
|
+
}
|
|
1401
|
+
export interface ListServiceTemplatesInput {
|
|
1402
|
+
nextToken?: string;
|
|
1403
|
+
|
|
1404
|
+
maxResults?: number;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
export interface ServiceTemplateSummary {
|
|
1408
|
+
name: string | undefined;
|
|
1409
|
+
|
|
1410
|
+
arn: string | undefined;
|
|
1411
|
+
|
|
1412
|
+
createdAt: Date | undefined;
|
|
1413
|
+
|
|
1414
|
+
lastModifiedAt: Date | undefined;
|
|
1415
|
+
|
|
1416
|
+
displayName?: string;
|
|
1417
|
+
|
|
1418
|
+
description?: string;
|
|
1419
|
+
|
|
1420
|
+
recommendedVersion?: string;
|
|
1421
|
+
|
|
1422
|
+
pipelineProvisioning?: Provisioning | string;
|
|
1423
|
+
}
|
|
1424
|
+
export interface ListServiceTemplatesOutput {
|
|
1425
|
+
nextToken?: string;
|
|
1426
|
+
|
|
1427
|
+
templates: ServiceTemplateSummary[] | undefined;
|
|
1428
|
+
}
|
|
1429
|
+
export interface UpdateServiceTemplateInput {
|
|
1430
|
+
name: string | undefined;
|
|
1431
|
+
|
|
1432
|
+
displayName?: string;
|
|
1433
|
+
|
|
1434
|
+
description?: string;
|
|
1435
|
+
}
|
|
1436
|
+
export interface UpdateServiceTemplateOutput {
|
|
1437
|
+
serviceTemplate: ServiceTemplate | undefined;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export interface CompatibleEnvironmentTemplateInput {
|
|
1441
|
+
templateName: string | undefined;
|
|
1442
|
+
|
|
1443
|
+
majorVersion: string | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export declare enum ServiceTemplateSupportedComponentSourceType {
|
|
1446
|
+
DIRECTLY_DEFINED = "DIRECTLY_DEFINED",
|
|
1447
|
+
}
|
|
1448
|
+
export interface CreateServiceTemplateVersionInput {
|
|
1449
|
+
clientToken?: string;
|
|
1450
|
+
|
|
1451
|
+
templateName: string | undefined;
|
|
1452
|
+
|
|
1453
|
+
description?: string;
|
|
1454
|
+
|
|
1455
|
+
majorVersion?: string;
|
|
1456
|
+
|
|
1457
|
+
source: TemplateVersionSourceInput | undefined;
|
|
1458
|
+
|
|
1459
|
+
compatibleEnvironmentTemplates:
|
|
1460
|
+
| CompatibleEnvironmentTemplateInput[]
|
|
1461
|
+
| undefined;
|
|
1462
|
+
|
|
1463
|
+
tags?: Tag[];
|
|
1464
|
+
|
|
1465
|
+
supportedComponentSources?: (
|
|
1466
|
+
| ServiceTemplateSupportedComponentSourceType
|
|
1467
|
+
| string
|
|
1468
|
+
)[];
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
export interface CompatibleEnvironmentTemplate {
|
|
1472
|
+
templateName: string | undefined;
|
|
1473
|
+
|
|
1474
|
+
majorVersion: string | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
export interface ServiceTemplateVersion {
|
|
1478
|
+
templateName: string | undefined;
|
|
1479
|
+
|
|
1480
|
+
majorVersion: string | undefined;
|
|
1481
|
+
|
|
1482
|
+
minorVersion: string | undefined;
|
|
1483
|
+
|
|
1484
|
+
recommendedMinorVersion?: string;
|
|
1485
|
+
|
|
1486
|
+
status: TemplateVersionStatus | string | undefined;
|
|
1487
|
+
|
|
1488
|
+
statusMessage?: string;
|
|
1489
|
+
|
|
1490
|
+
description?: string;
|
|
1491
|
+
|
|
1492
|
+
arn: string | undefined;
|
|
1493
|
+
|
|
1494
|
+
createdAt: Date | undefined;
|
|
1495
|
+
|
|
1496
|
+
lastModifiedAt: Date | undefined;
|
|
1497
|
+
|
|
1498
|
+
compatibleEnvironmentTemplates: CompatibleEnvironmentTemplate[] | undefined;
|
|
1499
|
+
|
|
1500
|
+
schema?: string;
|
|
1501
|
+
|
|
1502
|
+
supportedComponentSources?: (
|
|
1503
|
+
| ServiceTemplateSupportedComponentSourceType
|
|
1504
|
+
| string
|
|
1505
|
+
)[];
|
|
1506
|
+
}
|
|
1507
|
+
export interface CreateServiceTemplateVersionOutput {
|
|
1508
|
+
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export interface DeleteServiceTemplateVersionInput {
|
|
1511
|
+
templateName: string | undefined;
|
|
1512
|
+
|
|
1513
|
+
majorVersion: string | undefined;
|
|
1514
|
+
|
|
1515
|
+
minorVersion: string | undefined;
|
|
1516
|
+
}
|
|
1517
|
+
export interface DeleteServiceTemplateVersionOutput {
|
|
1518
|
+
serviceTemplateVersion?: ServiceTemplateVersion;
|
|
1519
|
+
}
|
|
1520
|
+
export interface GetServiceTemplateVersionInput {
|
|
1521
|
+
templateName: string | undefined;
|
|
1522
|
+
|
|
1523
|
+
majorVersion: string | undefined;
|
|
1524
|
+
|
|
1525
|
+
minorVersion: string | undefined;
|
|
1526
|
+
}
|
|
1527
|
+
export interface GetServiceTemplateVersionOutput {
|
|
1528
|
+
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
1529
|
+
}
|
|
1530
|
+
export interface ListServiceTemplateVersionsInput {
|
|
1531
|
+
nextToken?: string;
|
|
1532
|
+
|
|
1533
|
+
maxResults?: number;
|
|
1534
|
+
|
|
1535
|
+
templateName: string | undefined;
|
|
1536
|
+
|
|
1537
|
+
majorVersion?: string;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
export interface ServiceTemplateVersionSummary {
|
|
1541
|
+
templateName: string | undefined;
|
|
1542
|
+
|
|
1543
|
+
majorVersion: string | undefined;
|
|
1544
|
+
|
|
1545
|
+
minorVersion: string | undefined;
|
|
1546
|
+
|
|
1547
|
+
recommendedMinorVersion?: string;
|
|
1548
|
+
|
|
1549
|
+
status: TemplateVersionStatus | string | undefined;
|
|
1550
|
+
|
|
1551
|
+
statusMessage?: string;
|
|
1552
|
+
|
|
1553
|
+
description?: string;
|
|
1554
|
+
|
|
1555
|
+
arn: string | undefined;
|
|
1556
|
+
|
|
1557
|
+
createdAt: Date | undefined;
|
|
1558
|
+
|
|
1559
|
+
lastModifiedAt: Date | undefined;
|
|
1560
|
+
}
|
|
1561
|
+
export interface ListServiceTemplateVersionsOutput {
|
|
1562
|
+
nextToken?: string;
|
|
1563
|
+
|
|
1564
|
+
templateVersions: ServiceTemplateVersionSummary[] | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export interface UpdateServiceTemplateVersionInput {
|
|
1567
|
+
templateName: string | undefined;
|
|
1568
|
+
|
|
1569
|
+
majorVersion: string | undefined;
|
|
1570
|
+
|
|
1571
|
+
minorVersion: string | undefined;
|
|
1572
|
+
|
|
1573
|
+
description?: string;
|
|
1574
|
+
|
|
1575
|
+
status?: TemplateVersionStatus | string;
|
|
1576
|
+
|
|
1577
|
+
compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[];
|
|
1578
|
+
|
|
1579
|
+
supportedComponentSources?: (
|
|
1580
|
+
| ServiceTemplateSupportedComponentSourceType
|
|
1581
|
+
| string
|
|
1582
|
+
)[];
|
|
1583
|
+
}
|
|
1584
|
+
export interface UpdateServiceTemplateVersionOutput {
|
|
1585
|
+
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
1586
|
+
}
|
|
1587
|
+
export interface TagResourceInput {
|
|
1588
|
+
resourceArn: string | undefined;
|
|
1589
|
+
|
|
1590
|
+
tags: Tag[] | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
export interface TagResourceOutput {}
|
|
1593
|
+
export interface CreateTemplateSyncConfigInput {
|
|
1594
|
+
templateName: string | undefined;
|
|
1595
|
+
|
|
1596
|
+
templateType: TemplateType | string | undefined;
|
|
1597
|
+
|
|
1598
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
1599
|
+
|
|
1600
|
+
repositoryName: string | undefined;
|
|
1601
|
+
|
|
1602
|
+
branch: string | undefined;
|
|
1603
|
+
|
|
1604
|
+
subdirectory?: string;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
export interface TemplateSyncConfig {
|
|
1608
|
+
templateName: string | undefined;
|
|
1609
|
+
|
|
1610
|
+
templateType: TemplateType | string | undefined;
|
|
1611
|
+
|
|
1612
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
1613
|
+
|
|
1614
|
+
repositoryName: string | undefined;
|
|
1615
|
+
|
|
1616
|
+
branch: string | undefined;
|
|
1617
|
+
|
|
1618
|
+
subdirectory?: string;
|
|
1619
|
+
}
|
|
1620
|
+
export interface CreateTemplateSyncConfigOutput {
|
|
1621
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1622
|
+
}
|
|
1623
|
+
export interface DeleteTemplateSyncConfigInput {
|
|
1624
|
+
templateName: string | undefined;
|
|
1625
|
+
|
|
1626
|
+
templateType: TemplateType | string | undefined;
|
|
1627
|
+
}
|
|
1628
|
+
export interface DeleteTemplateSyncConfigOutput {
|
|
1629
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1630
|
+
}
|
|
1631
|
+
export interface GetTemplateSyncConfigInput {
|
|
1632
|
+
templateName: string | undefined;
|
|
1633
|
+
|
|
1634
|
+
templateType: TemplateType | string | undefined;
|
|
1635
|
+
}
|
|
1636
|
+
export interface GetTemplateSyncConfigOutput {
|
|
1637
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1638
|
+
}
|
|
1639
|
+
export interface UpdateTemplateSyncConfigInput {
|
|
1640
|
+
templateName: string | undefined;
|
|
1641
|
+
|
|
1642
|
+
templateType: TemplateType | string | undefined;
|
|
1643
|
+
|
|
1644
|
+
repositoryProvider: RepositoryProvider | string | undefined;
|
|
1645
|
+
|
|
1646
|
+
repositoryName: string | undefined;
|
|
1647
|
+
|
|
1648
|
+
branch: string | undefined;
|
|
1649
|
+
|
|
1650
|
+
subdirectory?: string;
|
|
1651
|
+
}
|
|
1652
|
+
export interface UpdateTemplateSyncConfigOutput {
|
|
1653
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1654
|
+
}
|
|
1655
|
+
export interface UntagResourceInput {
|
|
1656
|
+
resourceArn: string | undefined;
|
|
1657
|
+
|
|
1658
|
+
tagKeys: string[] | undefined;
|
|
1659
|
+
}
|
|
1660
|
+
export interface UntagResourceOutput {}
|
|
1661
|
+
|
|
1662
|
+
export declare const AcceptEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1663
|
+
obj: AcceptEnvironmentAccountConnectionInput
|
|
1664
|
+
) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const EnvironmentAccountConnectionFilterSensitiveLog: (
|
|
1667
|
+
obj: EnvironmentAccountConnection
|
|
1668
|
+
) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const AcceptEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1671
|
+
obj: AcceptEnvironmentAccountConnectionOutput
|
|
1672
|
+
) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const RepositoryBranchFilterSensitiveLog: (
|
|
1675
|
+
obj: RepositoryBranch
|
|
1676
|
+
) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const AccountSettingsFilterSensitiveLog: (
|
|
1679
|
+
obj: AccountSettings
|
|
1680
|
+
) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const GetAccountSettingsInputFilterSensitiveLog: (
|
|
1683
|
+
obj: GetAccountSettingsInput
|
|
1684
|
+
) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const GetAccountSettingsOutputFilterSensitiveLog: (
|
|
1687
|
+
obj: GetAccountSettingsOutput
|
|
1688
|
+
) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const RepositoryBranchInputFilterSensitiveLog: (
|
|
1691
|
+
obj: RepositoryBranchInput
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const UpdateAccountSettingsInputFilterSensitiveLog: (
|
|
1695
|
+
obj: UpdateAccountSettingsInput
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const UpdateAccountSettingsOutputFilterSensitiveLog: (
|
|
1699
|
+
obj: UpdateAccountSettingsOutput
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const CancelComponentDeploymentInputFilterSensitiveLog: (
|
|
1703
|
+
obj: CancelComponentDeploymentInput
|
|
1704
|
+
) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const CancelComponentDeploymentOutputFilterSensitiveLog: (
|
|
1709
|
+
obj: CancelComponentDeploymentOutput
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const CancelEnvironmentDeploymentInputFilterSensitiveLog: (
|
|
1713
|
+
obj: CancelEnvironmentDeploymentInput
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const CancelEnvironmentDeploymentOutputFilterSensitiveLog: (
|
|
1719
|
+
obj: CancelEnvironmentDeploymentOutput
|
|
1720
|
+
) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const CancelServiceInstanceDeploymentInputFilterSensitiveLog: (
|
|
1723
|
+
obj: CancelServiceInstanceDeploymentInput
|
|
1724
|
+
) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const ServiceInstanceFilterSensitiveLog: (
|
|
1727
|
+
obj: ServiceInstance
|
|
1728
|
+
) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const CancelServiceInstanceDeploymentOutputFilterSensitiveLog: (
|
|
1731
|
+
obj: CancelServiceInstanceDeploymentOutput
|
|
1732
|
+
) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const CancelServicePipelineDeploymentInputFilterSensitiveLog: (
|
|
1735
|
+
obj: CancelServicePipelineDeploymentInput
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const ServicePipelineFilterSensitiveLog: (
|
|
1739
|
+
obj: ServicePipeline
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const CancelServicePipelineDeploymentOutputFilterSensitiveLog: (
|
|
1743
|
+
obj: CancelServicePipelineDeploymentOutput
|
|
1744
|
+
) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const ListComponentOutputsInputFilterSensitiveLog: (
|
|
1747
|
+
obj: ListComponentOutputsInput
|
|
1748
|
+
) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const ListComponentOutputsOutputFilterSensitiveLog: (
|
|
1753
|
+
obj: ListComponentOutputsOutput
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const ListComponentProvisionedResourcesInputFilterSensitiveLog: (
|
|
1757
|
+
obj: ListComponentProvisionedResourcesInput
|
|
1758
|
+
) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const ProvisionedResourceFilterSensitiveLog: (
|
|
1761
|
+
obj: ProvisionedResource
|
|
1762
|
+
) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const ListComponentProvisionedResourcesOutputFilterSensitiveLog: (
|
|
1765
|
+
obj: ListComponentProvisionedResourcesOutput
|
|
1766
|
+
) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const CreateComponentInputFilterSensitiveLog: (
|
|
1771
|
+
obj: CreateComponentInput
|
|
1772
|
+
) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const CreateComponentOutputFilterSensitiveLog: (
|
|
1775
|
+
obj: CreateComponentOutput
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const DeleteComponentInputFilterSensitiveLog: (
|
|
1779
|
+
obj: DeleteComponentInput
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const DeleteComponentOutputFilterSensitiveLog: (
|
|
1783
|
+
obj: DeleteComponentOutput
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const GetComponentInputFilterSensitiveLog: (
|
|
1787
|
+
obj: GetComponentInput
|
|
1788
|
+
) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const GetComponentOutputFilterSensitiveLog: (
|
|
1791
|
+
obj: GetComponentOutput
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const ListComponentsInputFilterSensitiveLog: (
|
|
1795
|
+
obj: ListComponentsInput
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const ComponentSummaryFilterSensitiveLog: (
|
|
1799
|
+
obj: ComponentSummary
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const ListComponentsOutputFilterSensitiveLog: (
|
|
1803
|
+
obj: ListComponentsOutput
|
|
1804
|
+
) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const UpdateComponentInputFilterSensitiveLog: (
|
|
1807
|
+
obj: UpdateComponentInput
|
|
1808
|
+
) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const UpdateComponentOutputFilterSensitiveLog: (
|
|
1811
|
+
obj: UpdateComponentOutput
|
|
1812
|
+
) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const CreateEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1815
|
+
obj: CreateEnvironmentAccountConnectionInput
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const CreateEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1819
|
+
obj: CreateEnvironmentAccountConnectionOutput
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const DeleteEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1823
|
+
obj: DeleteEnvironmentAccountConnectionInput
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const DeleteEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1827
|
+
obj: DeleteEnvironmentAccountConnectionOutput
|
|
1828
|
+
) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const GetEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1831
|
+
obj: GetEnvironmentAccountConnectionInput
|
|
1832
|
+
) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const GetEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1835
|
+
obj: GetEnvironmentAccountConnectionOutput
|
|
1836
|
+
) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const ListEnvironmentAccountConnectionsInputFilterSensitiveLog: (
|
|
1839
|
+
obj: ListEnvironmentAccountConnectionsInput
|
|
1840
|
+
) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const EnvironmentAccountConnectionSummaryFilterSensitiveLog: (
|
|
1843
|
+
obj: EnvironmentAccountConnectionSummary
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const ListEnvironmentAccountConnectionsOutputFilterSensitiveLog: (
|
|
1847
|
+
obj: ListEnvironmentAccountConnectionsOutput
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const RejectEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1851
|
+
obj: RejectEnvironmentAccountConnectionInput
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const RejectEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1855
|
+
obj: RejectEnvironmentAccountConnectionOutput
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const UpdateEnvironmentAccountConnectionInputFilterSensitiveLog: (
|
|
1859
|
+
obj: UpdateEnvironmentAccountConnectionInput
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const UpdateEnvironmentAccountConnectionOutputFilterSensitiveLog: (
|
|
1863
|
+
obj: UpdateEnvironmentAccountConnectionOutput
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const ListEnvironmentOutputsInputFilterSensitiveLog: (
|
|
1867
|
+
obj: ListEnvironmentOutputsInput
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const ListEnvironmentOutputsOutputFilterSensitiveLog: (
|
|
1871
|
+
obj: ListEnvironmentOutputsOutput
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const ListEnvironmentProvisionedResourcesInputFilterSensitiveLog: (
|
|
1875
|
+
obj: ListEnvironmentProvisionedResourcesInput
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const ListEnvironmentProvisionedResourcesOutputFilterSensitiveLog: (
|
|
1879
|
+
obj: ListEnvironmentProvisionedResourcesOutput
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const CreateEnvironmentInputFilterSensitiveLog: (
|
|
1883
|
+
obj: CreateEnvironmentInput
|
|
1884
|
+
) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const CreateEnvironmentOutputFilterSensitiveLog: (
|
|
1887
|
+
obj: CreateEnvironmentOutput
|
|
1888
|
+
) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const DeleteEnvironmentInputFilterSensitiveLog: (
|
|
1891
|
+
obj: DeleteEnvironmentInput
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const DeleteEnvironmentOutputFilterSensitiveLog: (
|
|
1895
|
+
obj: DeleteEnvironmentOutput
|
|
1896
|
+
) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const GetEnvironmentInputFilterSensitiveLog: (
|
|
1899
|
+
obj: GetEnvironmentInput
|
|
1900
|
+
) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (
|
|
1903
|
+
obj: GetEnvironmentOutput
|
|
1904
|
+
) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const EnvironmentTemplateFilterFilterSensitiveLog: (
|
|
1907
|
+
obj: EnvironmentTemplateFilter
|
|
1908
|
+
) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const ListEnvironmentsInputFilterSensitiveLog: (
|
|
1911
|
+
obj: ListEnvironmentsInput
|
|
1912
|
+
) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
1915
|
+
obj: EnvironmentSummary
|
|
1916
|
+
) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const ListEnvironmentsOutputFilterSensitiveLog: (
|
|
1919
|
+
obj: ListEnvironmentsOutput
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const UpdateEnvironmentInputFilterSensitiveLog: (
|
|
1923
|
+
obj: UpdateEnvironmentInput
|
|
1924
|
+
) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const UpdateEnvironmentOutputFilterSensitiveLog: (
|
|
1927
|
+
obj: UpdateEnvironmentOutput
|
|
1928
|
+
) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const CreateEnvironmentTemplateInputFilterSensitiveLog: (
|
|
1931
|
+
obj: CreateEnvironmentTemplateInput
|
|
1932
|
+
) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const EnvironmentTemplateFilterSensitiveLog: (
|
|
1935
|
+
obj: EnvironmentTemplate
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const CreateEnvironmentTemplateOutputFilterSensitiveLog: (
|
|
1939
|
+
obj: CreateEnvironmentTemplateOutput
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const DeleteEnvironmentTemplateInputFilterSensitiveLog: (
|
|
1943
|
+
obj: DeleteEnvironmentTemplateInput
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const DeleteEnvironmentTemplateOutputFilterSensitiveLog: (
|
|
1947
|
+
obj: DeleteEnvironmentTemplateOutput
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const GetEnvironmentTemplateInputFilterSensitiveLog: (
|
|
1951
|
+
obj: GetEnvironmentTemplateInput
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const GetEnvironmentTemplateOutputFilterSensitiveLog: (
|
|
1955
|
+
obj: GetEnvironmentTemplateOutput
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const ListEnvironmentTemplatesInputFilterSensitiveLog: (
|
|
1959
|
+
obj: ListEnvironmentTemplatesInput
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const EnvironmentTemplateSummaryFilterSensitiveLog: (
|
|
1963
|
+
obj: EnvironmentTemplateSummary
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const ListEnvironmentTemplatesOutputFilterSensitiveLog: (
|
|
1967
|
+
obj: ListEnvironmentTemplatesOutput
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const UpdateEnvironmentTemplateInputFilterSensitiveLog: (
|
|
1971
|
+
obj: UpdateEnvironmentTemplateInput
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const UpdateEnvironmentTemplateOutputFilterSensitiveLog: (
|
|
1975
|
+
obj: UpdateEnvironmentTemplateOutput
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const S3ObjectSourceFilterSensitiveLog: (
|
|
1979
|
+
obj: S3ObjectSource
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const TemplateVersionSourceInputFilterSensitiveLog: (
|
|
1983
|
+
obj: TemplateVersionSourceInput
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const CreateEnvironmentTemplateVersionInputFilterSensitiveLog: (
|
|
1987
|
+
obj: CreateEnvironmentTemplateVersionInput
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const EnvironmentTemplateVersionFilterSensitiveLog: (
|
|
1991
|
+
obj: EnvironmentTemplateVersion
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const CreateEnvironmentTemplateVersionOutputFilterSensitiveLog: (
|
|
1995
|
+
obj: CreateEnvironmentTemplateVersionOutput
|
|
1996
|
+
) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const DeleteEnvironmentTemplateVersionInputFilterSensitiveLog: (
|
|
1999
|
+
obj: DeleteEnvironmentTemplateVersionInput
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog: (
|
|
2003
|
+
obj: DeleteEnvironmentTemplateVersionOutput
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const GetEnvironmentTemplateVersionInputFilterSensitiveLog: (
|
|
2007
|
+
obj: GetEnvironmentTemplateVersionInput
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const GetEnvironmentTemplateVersionOutputFilterSensitiveLog: (
|
|
2011
|
+
obj: GetEnvironmentTemplateVersionOutput
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const ListEnvironmentTemplateVersionsInputFilterSensitiveLog: (
|
|
2015
|
+
obj: ListEnvironmentTemplateVersionsInput
|
|
2016
|
+
) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const EnvironmentTemplateVersionSummaryFilterSensitiveLog: (
|
|
2019
|
+
obj: EnvironmentTemplateVersionSummary
|
|
2020
|
+
) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const ListEnvironmentTemplateVersionsOutputFilterSensitiveLog: (
|
|
2023
|
+
obj: ListEnvironmentTemplateVersionsOutput
|
|
2024
|
+
) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const UpdateEnvironmentTemplateVersionInputFilterSensitiveLog: (
|
|
2027
|
+
obj: UpdateEnvironmentTemplateVersionInput
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog: (
|
|
2031
|
+
obj: UpdateEnvironmentTemplateVersionOutput
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const GetRepositorySyncStatusInputFilterSensitiveLog: (
|
|
2035
|
+
obj: GetRepositorySyncStatusInput
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const RepositorySyncEventFilterSensitiveLog: (
|
|
2039
|
+
obj: RepositorySyncEvent
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const RepositorySyncAttemptFilterSensitiveLog: (
|
|
2043
|
+
obj: RepositorySyncAttempt
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const GetRepositorySyncStatusOutputFilterSensitiveLog: (
|
|
2047
|
+
obj: GetRepositorySyncStatusOutput
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const GetTemplateSyncStatusInputFilterSensitiveLog: (
|
|
2051
|
+
obj: GetTemplateSyncStatusInput
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const RevisionFilterSensitiveLog: (obj: Revision) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const ResourceSyncEventFilterSensitiveLog: (
|
|
2057
|
+
obj: ResourceSyncEvent
|
|
2058
|
+
) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const ResourceSyncAttemptFilterSensitiveLog: (
|
|
2061
|
+
obj: ResourceSyncAttempt
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const GetTemplateSyncStatusOutputFilterSensitiveLog: (
|
|
2065
|
+
obj: GetTemplateSyncStatusOutput
|
|
2066
|
+
) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const ListRepositorySyncDefinitionsInputFilterSensitiveLog: (
|
|
2069
|
+
obj: ListRepositorySyncDefinitionsInput
|
|
2070
|
+
) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const RepositorySyncDefinitionFilterSensitiveLog: (
|
|
2073
|
+
obj: RepositorySyncDefinition
|
|
2074
|
+
) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const ListRepositorySyncDefinitionsOutputFilterSensitiveLog: (
|
|
2077
|
+
obj: ListRepositorySyncDefinitionsOutput
|
|
2078
|
+
) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
2081
|
+
obj: ListTagsForResourceInput
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
2085
|
+
obj: ListTagsForResourceOutput
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog: (
|
|
2089
|
+
obj: NotifyResourceDeploymentStatusChangeInput
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const NotifyResourceDeploymentStatusChangeOutputFilterSensitiveLog: (
|
|
2093
|
+
obj: NotifyResourceDeploymentStatusChangeOutput
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const CreateRepositoryInputFilterSensitiveLog: (
|
|
2097
|
+
obj: CreateRepositoryInput
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const CreateRepositoryOutputFilterSensitiveLog: (
|
|
2103
|
+
obj: CreateRepositoryOutput
|
|
2104
|
+
) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const DeleteRepositoryInputFilterSensitiveLog: (
|
|
2107
|
+
obj: DeleteRepositoryInput
|
|
2108
|
+
) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const DeleteRepositoryOutputFilterSensitiveLog: (
|
|
2111
|
+
obj: DeleteRepositoryOutput
|
|
2112
|
+
) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const GetRepositoryInputFilterSensitiveLog: (
|
|
2115
|
+
obj: GetRepositoryInput
|
|
2116
|
+
) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const GetRepositoryOutputFilterSensitiveLog: (
|
|
2119
|
+
obj: GetRepositoryOutput
|
|
2120
|
+
) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const ListRepositoriesInputFilterSensitiveLog: (
|
|
2123
|
+
obj: ListRepositoriesInput
|
|
2124
|
+
) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const RepositorySummaryFilterSensitiveLog: (
|
|
2127
|
+
obj: RepositorySummary
|
|
2128
|
+
) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const ListRepositoriesOutputFilterSensitiveLog: (
|
|
2131
|
+
obj: ListRepositoriesOutput
|
|
2132
|
+
) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const ListServiceInstanceOutputsInputFilterSensitiveLog: (
|
|
2135
|
+
obj: ListServiceInstanceOutputsInput
|
|
2136
|
+
) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (
|
|
2139
|
+
obj: ListServiceInstanceOutputsOutput
|
|
2140
|
+
) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const ListServiceInstanceProvisionedResourcesInputFilterSensitiveLog: (
|
|
2143
|
+
obj: ListServiceInstanceProvisionedResourcesInput
|
|
2144
|
+
) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const ListServiceInstanceProvisionedResourcesOutputFilterSensitiveLog: (
|
|
2147
|
+
obj: ListServiceInstanceProvisionedResourcesOutput
|
|
2148
|
+
) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const GetServiceInstanceInputFilterSensitiveLog: (
|
|
2151
|
+
obj: GetServiceInstanceInput
|
|
2152
|
+
) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const GetServiceInstanceOutputFilterSensitiveLog: (
|
|
2155
|
+
obj: GetServiceInstanceOutput
|
|
2156
|
+
) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const ListServiceInstancesInputFilterSensitiveLog: (
|
|
2159
|
+
obj: ListServiceInstancesInput
|
|
2160
|
+
) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const ServiceInstanceSummaryFilterSensitiveLog: (
|
|
2163
|
+
obj: ServiceInstanceSummary
|
|
2164
|
+
) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const ListServiceInstancesOutputFilterSensitiveLog: (
|
|
2167
|
+
obj: ListServiceInstancesOutput
|
|
2168
|
+
) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const UpdateServiceInstanceInputFilterSensitiveLog: (
|
|
2171
|
+
obj: UpdateServiceInstanceInput
|
|
2172
|
+
) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const UpdateServiceInstanceOutputFilterSensitiveLog: (
|
|
2175
|
+
obj: UpdateServiceInstanceOutput
|
|
2176
|
+
) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const ListServicePipelineOutputsInputFilterSensitiveLog: (
|
|
2179
|
+
obj: ListServicePipelineOutputsInput
|
|
2180
|
+
) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const ListServicePipelineOutputsOutputFilterSensitiveLog: (
|
|
2183
|
+
obj: ListServicePipelineOutputsOutput
|
|
2184
|
+
) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const ListServicePipelineProvisionedResourcesInputFilterSensitiveLog: (
|
|
2187
|
+
obj: ListServicePipelineProvisionedResourcesInput
|
|
2188
|
+
) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const ListServicePipelineProvisionedResourcesOutputFilterSensitiveLog: (
|
|
2191
|
+
obj: ListServicePipelineProvisionedResourcesOutput
|
|
2192
|
+
) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const UpdateServicePipelineInputFilterSensitiveLog: (
|
|
2195
|
+
obj: UpdateServicePipelineInput
|
|
2196
|
+
) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const UpdateServicePipelineOutputFilterSensitiveLog: (
|
|
2199
|
+
obj: UpdateServicePipelineOutput
|
|
2200
|
+
) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const CreateServiceInputFilterSensitiveLog: (
|
|
2203
|
+
obj: CreateServiceInput
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
2207
|
+
|
|
2208
|
+
export declare const CreateServiceOutputFilterSensitiveLog: (
|
|
2209
|
+
obj: CreateServiceOutput
|
|
2210
|
+
) => any;
|
|
2211
|
+
|
|
2212
|
+
export declare const DeleteServiceInputFilterSensitiveLog: (
|
|
2213
|
+
obj: DeleteServiceInput
|
|
2214
|
+
) => any;
|
|
2215
|
+
|
|
2216
|
+
export declare const DeleteServiceOutputFilterSensitiveLog: (
|
|
2217
|
+
obj: DeleteServiceOutput
|
|
2218
|
+
) => any;
|
|
2219
|
+
|
|
2220
|
+
export declare const GetServiceInputFilterSensitiveLog: (
|
|
2221
|
+
obj: GetServiceInput
|
|
2222
|
+
) => any;
|
|
2223
|
+
|
|
2224
|
+
export declare const GetServiceOutputFilterSensitiveLog: (
|
|
2225
|
+
obj: GetServiceOutput
|
|
2226
|
+
) => any;
|
|
2227
|
+
|
|
2228
|
+
export declare const ListServicesInputFilterSensitiveLog: (
|
|
2229
|
+
obj: ListServicesInput
|
|
2230
|
+
) => any;
|
|
2231
|
+
|
|
2232
|
+
export declare const ServiceSummaryFilterSensitiveLog: (
|
|
2233
|
+
obj: ServiceSummary
|
|
2234
|
+
) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const ListServicesOutputFilterSensitiveLog: (
|
|
2237
|
+
obj: ListServicesOutput
|
|
2238
|
+
) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const UpdateServiceInputFilterSensitiveLog: (
|
|
2241
|
+
obj: UpdateServiceInput
|
|
2242
|
+
) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const UpdateServiceOutputFilterSensitiveLog: (
|
|
2245
|
+
obj: UpdateServiceOutput
|
|
2246
|
+
) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const CreateServiceTemplateInputFilterSensitiveLog: (
|
|
2249
|
+
obj: CreateServiceTemplateInput
|
|
2250
|
+
) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const ServiceTemplateFilterSensitiveLog: (
|
|
2253
|
+
obj: ServiceTemplate
|
|
2254
|
+
) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const CreateServiceTemplateOutputFilterSensitiveLog: (
|
|
2257
|
+
obj: CreateServiceTemplateOutput
|
|
2258
|
+
) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const DeleteServiceTemplateInputFilterSensitiveLog: (
|
|
2261
|
+
obj: DeleteServiceTemplateInput
|
|
2262
|
+
) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const DeleteServiceTemplateOutputFilterSensitiveLog: (
|
|
2265
|
+
obj: DeleteServiceTemplateOutput
|
|
2266
|
+
) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const GetServiceTemplateInputFilterSensitiveLog: (
|
|
2269
|
+
obj: GetServiceTemplateInput
|
|
2270
|
+
) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const GetServiceTemplateOutputFilterSensitiveLog: (
|
|
2273
|
+
obj: GetServiceTemplateOutput
|
|
2274
|
+
) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const ListServiceTemplatesInputFilterSensitiveLog: (
|
|
2277
|
+
obj: ListServiceTemplatesInput
|
|
2278
|
+
) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const ServiceTemplateSummaryFilterSensitiveLog: (
|
|
2281
|
+
obj: ServiceTemplateSummary
|
|
2282
|
+
) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const ListServiceTemplatesOutputFilterSensitiveLog: (
|
|
2285
|
+
obj: ListServiceTemplatesOutput
|
|
2286
|
+
) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const UpdateServiceTemplateInputFilterSensitiveLog: (
|
|
2289
|
+
obj: UpdateServiceTemplateInput
|
|
2290
|
+
) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const UpdateServiceTemplateOutputFilterSensitiveLog: (
|
|
2293
|
+
obj: UpdateServiceTemplateOutput
|
|
2294
|
+
) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const CompatibleEnvironmentTemplateInputFilterSensitiveLog: (
|
|
2297
|
+
obj: CompatibleEnvironmentTemplateInput
|
|
2298
|
+
) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const CreateServiceTemplateVersionInputFilterSensitiveLog: (
|
|
2301
|
+
obj: CreateServiceTemplateVersionInput
|
|
2302
|
+
) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const CompatibleEnvironmentTemplateFilterSensitiveLog: (
|
|
2305
|
+
obj: CompatibleEnvironmentTemplate
|
|
2306
|
+
) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const ServiceTemplateVersionFilterSensitiveLog: (
|
|
2309
|
+
obj: ServiceTemplateVersion
|
|
2310
|
+
) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const CreateServiceTemplateVersionOutputFilterSensitiveLog: (
|
|
2313
|
+
obj: CreateServiceTemplateVersionOutput
|
|
2314
|
+
) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const DeleteServiceTemplateVersionInputFilterSensitiveLog: (
|
|
2317
|
+
obj: DeleteServiceTemplateVersionInput
|
|
2318
|
+
) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const DeleteServiceTemplateVersionOutputFilterSensitiveLog: (
|
|
2321
|
+
obj: DeleteServiceTemplateVersionOutput
|
|
2322
|
+
) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const GetServiceTemplateVersionInputFilterSensitiveLog: (
|
|
2325
|
+
obj: GetServiceTemplateVersionInput
|
|
2326
|
+
) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const GetServiceTemplateVersionOutputFilterSensitiveLog: (
|
|
2329
|
+
obj: GetServiceTemplateVersionOutput
|
|
2330
|
+
) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const ListServiceTemplateVersionsInputFilterSensitiveLog: (
|
|
2333
|
+
obj: ListServiceTemplateVersionsInput
|
|
2334
|
+
) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const ServiceTemplateVersionSummaryFilterSensitiveLog: (
|
|
2337
|
+
obj: ServiceTemplateVersionSummary
|
|
2338
|
+
) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const ListServiceTemplateVersionsOutputFilterSensitiveLog: (
|
|
2341
|
+
obj: ListServiceTemplateVersionsOutput
|
|
2342
|
+
) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const UpdateServiceTemplateVersionInputFilterSensitiveLog: (
|
|
2345
|
+
obj: UpdateServiceTemplateVersionInput
|
|
2346
|
+
) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const UpdateServiceTemplateVersionOutputFilterSensitiveLog: (
|
|
2349
|
+
obj: UpdateServiceTemplateVersionOutput
|
|
2350
|
+
) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
2353
|
+
obj: TagResourceInput
|
|
2354
|
+
) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
2357
|
+
obj: TagResourceOutput
|
|
2358
|
+
) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const CreateTemplateSyncConfigInputFilterSensitiveLog: (
|
|
2361
|
+
obj: CreateTemplateSyncConfigInput
|
|
2362
|
+
) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const TemplateSyncConfigFilterSensitiveLog: (
|
|
2365
|
+
obj: TemplateSyncConfig
|
|
2366
|
+
) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const CreateTemplateSyncConfigOutputFilterSensitiveLog: (
|
|
2369
|
+
obj: CreateTemplateSyncConfigOutput
|
|
2370
|
+
) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const DeleteTemplateSyncConfigInputFilterSensitiveLog: (
|
|
2373
|
+
obj: DeleteTemplateSyncConfigInput
|
|
2374
|
+
) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const DeleteTemplateSyncConfigOutputFilterSensitiveLog: (
|
|
2377
|
+
obj: DeleteTemplateSyncConfigOutput
|
|
2378
|
+
) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const GetTemplateSyncConfigInputFilterSensitiveLog: (
|
|
2381
|
+
obj: GetTemplateSyncConfigInput
|
|
2382
|
+
) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const GetTemplateSyncConfigOutputFilterSensitiveLog: (
|
|
2385
|
+
obj: GetTemplateSyncConfigOutput
|
|
2386
|
+
) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const UpdateTemplateSyncConfigInputFilterSensitiveLog: (
|
|
2389
|
+
obj: UpdateTemplateSyncConfigInput
|
|
2390
|
+
) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const UpdateTemplateSyncConfigOutputFilterSensitiveLog: (
|
|
2393
|
+
obj: UpdateTemplateSyncConfigOutput
|
|
2394
|
+
) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
2397
|
+
obj: UntagResourceInput
|
|
2398
|
+
) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
2401
|
+
obj: UntagResourceOutput
|
|
2402
|
+
) => any;
|