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