@aws-sdk/client-proton 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/CancelComponentDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +2 -2
- package/dist-cjs/commands/GetServiceCommand.js +2 -2
- package/dist-cjs/commands/GetServiceInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +2 -2
- package/dist-cjs/commands/ListComponentOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +2 -2
- package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServicePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/models/models_0.js +912 -1291
- package/dist-cjs/protocols/Aws_json1_0.js +375 -621
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/CreateServiceTemplateCommand.js +3 -3
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/GetRepositoryCommand.js +3 -3
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -3
- package/dist-es/commands/GetServiceCommand.js +3 -3
- package/dist-es/commands/GetServiceInstanceCommand.js +3 -3
- package/dist-es/commands/GetServiceTemplateCommand.js +3 -3
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -3
- package/dist-es/commands/ListComponentOutputsCommand.js +3 -3
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -3
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListServiceInstancesCommand.js +3 -3
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -3
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListServiceTemplatesCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceCommand.js +3 -3
- package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateServicePipelineCommand.js +3 -3
- package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -3
- package/dist-es/models/models_0.js +225 -793
- package/dist-es/protocols/Aws_json1_0.js +601 -622
- package/dist-types/models/models_0.d.ts +757 -1133
- package/dist-types/ts3.4/models/models_0.d.ts +379 -755
- package/package.json +6 -6
|
@@ -6,12 +6,6 @@ export interface AcceptEnvironmentAccountConnectionInput {
|
|
|
6
6
|
*/
|
|
7
7
|
id: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace AcceptEnvironmentAccountConnectionInput {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
const filterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionInput) => any;
|
|
14
|
-
}
|
|
15
9
|
export declare enum EnvironmentAccountConnectionStatus {
|
|
16
10
|
CONNECTED = "CONNECTED",
|
|
17
11
|
PENDING = "PENDING",
|
|
@@ -68,24 +62,12 @@ export interface EnvironmentAccountConnection {
|
|
|
68
62
|
*/
|
|
69
63
|
componentRoleArn?: string;
|
|
70
64
|
}
|
|
71
|
-
export declare namespace EnvironmentAccountConnection {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
const filterSensitiveLog: (obj: EnvironmentAccountConnection) => any;
|
|
76
|
-
}
|
|
77
65
|
export interface AcceptEnvironmentAccountConnectionOutput {
|
|
78
66
|
/**
|
|
79
67
|
* <p>The environment account connection data that's returned by Proton.</p>
|
|
80
68
|
*/
|
|
81
69
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
82
70
|
}
|
|
83
|
-
export declare namespace AcceptEnvironmentAccountConnectionOutput {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
const filterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionOutput) => any;
|
|
88
|
-
}
|
|
89
71
|
/**
|
|
90
72
|
* <p>There <i>isn't</i> sufficient access for performing this action.</p>
|
|
91
73
|
*/
|
|
@@ -182,12 +164,6 @@ export interface RepositoryBranch {
|
|
|
182
164
|
*/
|
|
183
165
|
branch: string | undefined;
|
|
184
166
|
}
|
|
185
|
-
export declare namespace RepositoryBranch {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
const filterSensitiveLog: (obj: RepositoryBranch) => any;
|
|
190
|
-
}
|
|
191
167
|
/**
|
|
192
168
|
* <p>The Proton pipeline service role and repository data shared across the Amazon Web Services account.</p>
|
|
193
169
|
*/
|
|
@@ -203,32 +179,14 @@ export interface AccountSettings {
|
|
|
203
179
|
*/
|
|
204
180
|
pipelineProvisioningRepository?: RepositoryBranch;
|
|
205
181
|
}
|
|
206
|
-
export declare namespace AccountSettings {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: AccountSettings) => any;
|
|
211
|
-
}
|
|
212
182
|
export interface GetAccountSettingsInput {
|
|
213
183
|
}
|
|
214
|
-
export declare namespace GetAccountSettingsInput {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: GetAccountSettingsInput) => any;
|
|
219
|
-
}
|
|
220
184
|
export interface GetAccountSettingsOutput {
|
|
221
185
|
/**
|
|
222
186
|
* <p>The Proton pipeline service role detail data that's returned by Proton.</p>
|
|
223
187
|
*/
|
|
224
188
|
accountSettings?: AccountSettings;
|
|
225
189
|
}
|
|
226
|
-
export declare namespace GetAccountSettingsOutput {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: GetAccountSettingsOutput) => any;
|
|
231
|
-
}
|
|
232
190
|
/**
|
|
233
191
|
* <p>Detail input data for a repository branch.</p>
|
|
234
192
|
*/
|
|
@@ -246,12 +204,6 @@ export interface RepositoryBranchInput {
|
|
|
246
204
|
*/
|
|
247
205
|
branch: string | undefined;
|
|
248
206
|
}
|
|
249
|
-
export declare namespace RepositoryBranchInput {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
const filterSensitiveLog: (obj: RepositoryBranchInput) => any;
|
|
254
|
-
}
|
|
255
207
|
export interface UpdateAccountSettingsInput {
|
|
256
208
|
/**
|
|
257
209
|
* <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by
|
|
@@ -264,36 +216,18 @@ export interface UpdateAccountSettingsInput {
|
|
|
264
216
|
*/
|
|
265
217
|
pipelineProvisioningRepository?: RepositoryBranchInput;
|
|
266
218
|
}
|
|
267
|
-
export declare namespace UpdateAccountSettingsInput {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsInput) => any;
|
|
272
|
-
}
|
|
273
219
|
export interface UpdateAccountSettingsOutput {
|
|
274
220
|
/**
|
|
275
221
|
* <p>The Proton pipeline service role and repository data shared across the Amazon Web Services account.</p>
|
|
276
222
|
*/
|
|
277
223
|
accountSettings: AccountSettings | undefined;
|
|
278
224
|
}
|
|
279
|
-
export declare namespace UpdateAccountSettingsOutput {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsOutput) => any;
|
|
284
|
-
}
|
|
285
225
|
export interface CancelComponentDeploymentInput {
|
|
286
226
|
/**
|
|
287
227
|
* <p>The name of the component with the deployment to cancel.</p>
|
|
288
228
|
*/
|
|
289
229
|
componentName: string | undefined;
|
|
290
230
|
}
|
|
291
|
-
export declare namespace CancelComponentDeploymentInput {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
const filterSensitiveLog: (obj: CancelComponentDeploymentInput) => any;
|
|
296
|
-
}
|
|
297
231
|
export declare enum DeploymentStatus {
|
|
298
232
|
CANCELLED = "CANCELLED",
|
|
299
233
|
CANCELLING = "CANCELLING",
|
|
@@ -364,36 +298,18 @@ export interface Component {
|
|
|
364
298
|
*/
|
|
365
299
|
serviceSpec?: string;
|
|
366
300
|
}
|
|
367
|
-
export declare namespace Component {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
|
-
const filterSensitiveLog: (obj: Component) => any;
|
|
372
|
-
}
|
|
373
301
|
export interface CancelComponentDeploymentOutput {
|
|
374
302
|
/**
|
|
375
303
|
* <p>The detailed data of the component with the deployment that is being canceled.</p>
|
|
376
304
|
*/
|
|
377
305
|
component: Component | undefined;
|
|
378
306
|
}
|
|
379
|
-
export declare namespace CancelComponentDeploymentOutput {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
const filterSensitiveLog: (obj: CancelComponentDeploymentOutput) => any;
|
|
384
|
-
}
|
|
385
307
|
export interface CancelEnvironmentDeploymentInput {
|
|
386
308
|
/**
|
|
387
309
|
* <p>The name of the environment with the deployment to cancel.</p>
|
|
388
310
|
*/
|
|
389
311
|
environmentName: string | undefined;
|
|
390
312
|
}
|
|
391
|
-
export declare namespace CancelEnvironmentDeploymentInput {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
const filterSensitiveLog: (obj: CancelEnvironmentDeploymentInput) => any;
|
|
396
|
-
}
|
|
397
313
|
export declare enum Provisioning {
|
|
398
314
|
CUSTOMER_MANAGED = "CUSTOMER_MANAGED"
|
|
399
315
|
}
|
|
@@ -479,24 +395,12 @@ export interface Environment {
|
|
|
479
395
|
*/
|
|
480
396
|
componentRoleArn?: string;
|
|
481
397
|
}
|
|
482
|
-
export declare namespace Environment {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
const filterSensitiveLog: (obj: Environment) => any;
|
|
487
|
-
}
|
|
488
398
|
export interface CancelEnvironmentDeploymentOutput {
|
|
489
399
|
/**
|
|
490
400
|
* <p>The environment summary data that's returned by Proton.</p>
|
|
491
401
|
*/
|
|
492
402
|
environment: Environment | undefined;
|
|
493
403
|
}
|
|
494
|
-
export declare namespace CancelEnvironmentDeploymentOutput {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: CancelEnvironmentDeploymentOutput) => any;
|
|
499
|
-
}
|
|
500
404
|
export interface CancelServiceInstanceDeploymentInput {
|
|
501
405
|
/**
|
|
502
406
|
* <p>The name of the service instance with the deployment to cancel.</p>
|
|
@@ -507,12 +411,6 @@ export interface CancelServiceInstanceDeploymentInput {
|
|
|
507
411
|
*/
|
|
508
412
|
serviceName: string | undefined;
|
|
509
413
|
}
|
|
510
|
-
export declare namespace CancelServiceInstanceDeploymentInput {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: CancelServiceInstanceDeploymentInput) => any;
|
|
515
|
-
}
|
|
516
414
|
/**
|
|
517
415
|
* <p>Detailed data of an Proton service instance resource.</p>
|
|
518
416
|
*/
|
|
@@ -570,36 +468,18 @@ export interface ServiceInstance {
|
|
|
570
468
|
*/
|
|
571
469
|
spec?: string;
|
|
572
470
|
}
|
|
573
|
-
export declare namespace ServiceInstance {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
|
-
const filterSensitiveLog: (obj: ServiceInstance) => any;
|
|
578
|
-
}
|
|
579
471
|
export interface CancelServiceInstanceDeploymentOutput {
|
|
580
472
|
/**
|
|
581
473
|
* <p>The service instance summary data that's returned by Proton.</p>
|
|
582
474
|
*/
|
|
583
475
|
serviceInstance: ServiceInstance | undefined;
|
|
584
476
|
}
|
|
585
|
-
export declare namespace CancelServiceInstanceDeploymentOutput {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: CancelServiceInstanceDeploymentOutput) => any;
|
|
590
|
-
}
|
|
591
477
|
export interface CancelServicePipelineDeploymentInput {
|
|
592
478
|
/**
|
|
593
479
|
* <p>The name of the service with the service pipeline deployment to cancel.</p>
|
|
594
480
|
*/
|
|
595
481
|
serviceName: string | undefined;
|
|
596
482
|
}
|
|
597
|
-
export declare namespace CancelServicePipelineDeploymentInput {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
|
-
const filterSensitiveLog: (obj: CancelServicePipelineDeploymentInput) => any;
|
|
602
|
-
}
|
|
603
483
|
/**
|
|
604
484
|
* <p>Detailed data of an Proton service instance pipeline resource.</p>
|
|
605
485
|
*/
|
|
@@ -645,24 +525,12 @@ export interface ServicePipeline {
|
|
|
645
525
|
*/
|
|
646
526
|
spec?: string;
|
|
647
527
|
}
|
|
648
|
-
export declare namespace ServicePipeline {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
|
-
const filterSensitiveLog: (obj: ServicePipeline) => any;
|
|
653
|
-
}
|
|
654
528
|
export interface CancelServicePipelineDeploymentOutput {
|
|
655
529
|
/**
|
|
656
530
|
* <p>The service pipeline detail data that's returned by Proton.</p>
|
|
657
531
|
*/
|
|
658
532
|
pipeline: ServicePipeline | undefined;
|
|
659
533
|
}
|
|
660
|
-
export declare namespace CancelServicePipelineDeploymentOutput {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
const filterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
|
|
665
|
-
}
|
|
666
534
|
export interface ListComponentOutputsInput {
|
|
667
535
|
/**
|
|
668
536
|
* <p>The name of the component whose outputs you want.</p>
|
|
@@ -673,12 +541,6 @@ export interface ListComponentOutputsInput {
|
|
|
673
541
|
*/
|
|
674
542
|
nextToken?: string;
|
|
675
543
|
}
|
|
676
|
-
export declare namespace ListComponentOutputsInput {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
|
-
const filterSensitiveLog: (obj: ListComponentOutputsInput) => any;
|
|
681
|
-
}
|
|
682
544
|
/**
|
|
683
545
|
* <p>An infrastructure as code defined resource output.</p>
|
|
684
546
|
*/
|
|
@@ -692,12 +554,6 @@ export interface Output {
|
|
|
692
554
|
*/
|
|
693
555
|
valueString?: string;
|
|
694
556
|
}
|
|
695
|
-
export declare namespace Output {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
700
|
-
}
|
|
701
557
|
export interface ListComponentOutputsOutput {
|
|
702
558
|
/**
|
|
703
559
|
* <p>A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
|
|
@@ -708,12 +564,6 @@ export interface ListComponentOutputsOutput {
|
|
|
708
564
|
*/
|
|
709
565
|
outputs: Output[] | undefined;
|
|
710
566
|
}
|
|
711
|
-
export declare namespace ListComponentOutputsOutput {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
const filterSensitiveLog: (obj: ListComponentOutputsOutput) => any;
|
|
716
|
-
}
|
|
717
567
|
export interface ListComponentProvisionedResourcesInput {
|
|
718
568
|
/**
|
|
719
569
|
* <p>The name of the component whose provisioned resources you want.</p>
|
|
@@ -725,12 +575,6 @@ export interface ListComponentProvisionedResourcesInput {
|
|
|
725
575
|
*/
|
|
726
576
|
nextToken?: string;
|
|
727
577
|
}
|
|
728
|
-
export declare namespace ListComponentProvisionedResourcesInput {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
const filterSensitiveLog: (obj: ListComponentProvisionedResourcesInput) => any;
|
|
733
|
-
}
|
|
734
578
|
export declare enum ProvisionedResourceEngine {
|
|
735
579
|
CLOUDFORMATION = "CLOUDFORMATION",
|
|
736
580
|
TERRAFORM = "TERRAFORM"
|
|
@@ -754,12 +598,6 @@ export interface ProvisionedResource {
|
|
|
754
598
|
*/
|
|
755
599
|
provisioningEngine?: ProvisionedResourceEngine | string;
|
|
756
600
|
}
|
|
757
|
-
export declare namespace ProvisionedResource {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
const filterSensitiveLog: (obj: ProvisionedResource) => any;
|
|
762
|
-
}
|
|
763
601
|
export interface ListComponentProvisionedResourcesOutput {
|
|
764
602
|
/**
|
|
765
603
|
* <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
|
|
@@ -771,12 +609,6 @@ export interface ListComponentProvisionedResourcesOutput {
|
|
|
771
609
|
*/
|
|
772
610
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
773
611
|
}
|
|
774
|
-
export declare namespace ListComponentProvisionedResourcesOutput {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
const filterSensitiveLog: (obj: ListComponentProvisionedResourcesOutput) => any;
|
|
779
|
-
}
|
|
780
612
|
/**
|
|
781
613
|
* <p>A description of a resource tag.</p>
|
|
782
614
|
*/
|
|
@@ -790,12 +622,6 @@ export interface Tag {
|
|
|
790
622
|
*/
|
|
791
623
|
value: string | undefined;
|
|
792
624
|
}
|
|
793
|
-
export declare namespace Tag {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
798
|
-
}
|
|
799
625
|
export interface CreateComponentInput {
|
|
800
626
|
/**
|
|
801
627
|
* <p>The customer-provided name of the component.</p>
|
|
@@ -843,24 +669,12 @@ export interface CreateComponentInput {
|
|
|
843
669
|
*/
|
|
844
670
|
tags?: Tag[];
|
|
845
671
|
}
|
|
846
|
-
export declare namespace CreateComponentInput {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
const filterSensitiveLog: (obj: CreateComponentInput) => any;
|
|
851
|
-
}
|
|
852
672
|
export interface CreateComponentOutput {
|
|
853
673
|
/**
|
|
854
674
|
* <p>The detailed data of the created component.</p>
|
|
855
675
|
*/
|
|
856
676
|
component: Component | undefined;
|
|
857
677
|
}
|
|
858
|
-
export declare namespace CreateComponentOutput {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: CreateComponentOutput) => any;
|
|
863
|
-
}
|
|
864
678
|
/**
|
|
865
679
|
* <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-limits.html">Proton Quotas</a> in the <i>Proton Administrator
|
|
866
680
|
* Guide</i>.</p>
|
|
@@ -879,48 +693,24 @@ export interface DeleteComponentInput {
|
|
|
879
693
|
*/
|
|
880
694
|
name: string | undefined;
|
|
881
695
|
}
|
|
882
|
-
export declare namespace DeleteComponentInput {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
|
-
const filterSensitiveLog: (obj: DeleteComponentInput) => any;
|
|
887
|
-
}
|
|
888
696
|
export interface DeleteComponentOutput {
|
|
889
697
|
/**
|
|
890
698
|
* <p>The detailed data of the component being deleted.</p>
|
|
891
699
|
*/
|
|
892
700
|
component?: Component;
|
|
893
701
|
}
|
|
894
|
-
export declare namespace DeleteComponentOutput {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
const filterSensitiveLog: (obj: DeleteComponentOutput) => any;
|
|
899
|
-
}
|
|
900
702
|
export interface GetComponentInput {
|
|
901
703
|
/**
|
|
902
704
|
* <p>The name of the component that you want to get the detailed data for.</p>
|
|
903
705
|
*/
|
|
904
706
|
name: string | undefined;
|
|
905
707
|
}
|
|
906
|
-
export declare namespace GetComponentInput {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
|
-
const filterSensitiveLog: (obj: GetComponentInput) => any;
|
|
911
|
-
}
|
|
912
708
|
export interface GetComponentOutput {
|
|
913
709
|
/**
|
|
914
710
|
* <p>The detailed data of the requested component.</p>
|
|
915
711
|
*/
|
|
916
712
|
component?: Component;
|
|
917
713
|
}
|
|
918
|
-
export declare namespace GetComponentOutput {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
const filterSensitiveLog: (obj: GetComponentOutput) => any;
|
|
923
|
-
}
|
|
924
714
|
export interface ListComponentsInput {
|
|
925
715
|
/**
|
|
926
716
|
* <p>A token that indicates the location of the next component in the array of components, after the list of components that was previously
|
|
@@ -945,12 +735,6 @@ export interface ListComponentsInput {
|
|
|
945
735
|
*/
|
|
946
736
|
maxResults?: number;
|
|
947
737
|
}
|
|
948
|
-
export declare namespace ListComponentsInput {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
|
-
const filterSensitiveLog: (obj: ListComponentsInput) => any;
|
|
953
|
-
}
|
|
954
738
|
/**
|
|
955
739
|
* <p>Summary data of an Proton component resource.</p>
|
|
956
740
|
* <p>For more information about components, see
|
|
@@ -1003,12 +787,6 @@ export interface ComponentSummary {
|
|
|
1003
787
|
*/
|
|
1004
788
|
deploymentStatusMessage?: string;
|
|
1005
789
|
}
|
|
1006
|
-
export declare namespace ComponentSummary {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
const filterSensitiveLog: (obj: ComponentSummary) => any;
|
|
1011
|
-
}
|
|
1012
790
|
export interface ListComponentsOutput {
|
|
1013
791
|
/**
|
|
1014
792
|
* <p>A token that indicates the location of the next component in the array of components, after the current requested list of components.</p>
|
|
@@ -1019,12 +797,6 @@ export interface ListComponentsOutput {
|
|
|
1019
797
|
*/
|
|
1020
798
|
components: ComponentSummary[] | undefined;
|
|
1021
799
|
}
|
|
1022
|
-
export declare namespace ListComponentsOutput {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: ListComponentsOutput) => any;
|
|
1027
|
-
}
|
|
1028
800
|
export declare enum ComponentDeploymentUpdateType {
|
|
1029
801
|
CURRENT_VERSION = "CURRENT_VERSION",
|
|
1030
802
|
NONE = "NONE"
|
|
@@ -1085,24 +857,12 @@ export interface UpdateComponentInput {
|
|
|
1085
857
|
*/
|
|
1086
858
|
templateFile?: string;
|
|
1087
859
|
}
|
|
1088
|
-
export declare namespace UpdateComponentInput {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
const filterSensitiveLog: (obj: UpdateComponentInput) => any;
|
|
1093
|
-
}
|
|
1094
860
|
export interface UpdateComponentOutput {
|
|
1095
861
|
/**
|
|
1096
862
|
* <p>The detailed data of the updated component.</p>
|
|
1097
863
|
*/
|
|
1098
864
|
component: Component | undefined;
|
|
1099
865
|
}
|
|
1100
|
-
export declare namespace UpdateComponentOutput {
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
const filterSensitiveLog: (obj: UpdateComponentOutput) => any;
|
|
1105
|
-
}
|
|
1106
866
|
export interface CreateEnvironmentAccountConnectionInput {
|
|
1107
867
|
/**
|
|
1108
868
|
* <p>When included, if two identical requests are made with the same client token, Proton returns the environment account connection that the first
|
|
@@ -1141,72 +901,36 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
1141
901
|
*/
|
|
1142
902
|
componentRoleArn?: string;
|
|
1143
903
|
}
|
|
1144
|
-
export declare namespace CreateEnvironmentAccountConnectionInput {
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
const filterSensitiveLog: (obj: CreateEnvironmentAccountConnectionInput) => any;
|
|
1149
|
-
}
|
|
1150
904
|
export interface CreateEnvironmentAccountConnectionOutput {
|
|
1151
905
|
/**
|
|
1152
906
|
* <p>The environment account connection detail data that's returned by Proton.</p>
|
|
1153
907
|
*/
|
|
1154
908
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
1155
909
|
}
|
|
1156
|
-
export declare namespace CreateEnvironmentAccountConnectionOutput {
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
const filterSensitiveLog: (obj: CreateEnvironmentAccountConnectionOutput) => any;
|
|
1161
|
-
}
|
|
1162
910
|
export interface DeleteEnvironmentAccountConnectionInput {
|
|
1163
911
|
/**
|
|
1164
912
|
* <p>The ID of the environment account connection to delete.</p>
|
|
1165
913
|
*/
|
|
1166
914
|
id: string | undefined;
|
|
1167
915
|
}
|
|
1168
|
-
export declare namespace DeleteEnvironmentAccountConnectionInput {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionInput) => any;
|
|
1173
|
-
}
|
|
1174
916
|
export interface DeleteEnvironmentAccountConnectionOutput {
|
|
1175
917
|
/**
|
|
1176
918
|
* <p>The detailed data of the environment account connection being deleted.</p>
|
|
1177
919
|
*/
|
|
1178
920
|
environmentAccountConnection?: EnvironmentAccountConnection;
|
|
1179
921
|
}
|
|
1180
|
-
export declare namespace DeleteEnvironmentAccountConnectionOutput {
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionOutput) => any;
|
|
1185
|
-
}
|
|
1186
922
|
export interface GetEnvironmentAccountConnectionInput {
|
|
1187
923
|
/**
|
|
1188
924
|
* <p>The ID of the environment account connection that you want to get the detailed data for.</p>
|
|
1189
925
|
*/
|
|
1190
926
|
id: string | undefined;
|
|
1191
927
|
}
|
|
1192
|
-
export declare namespace GetEnvironmentAccountConnectionInput {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
const filterSensitiveLog: (obj: GetEnvironmentAccountConnectionInput) => any;
|
|
1197
|
-
}
|
|
1198
928
|
export interface GetEnvironmentAccountConnectionOutput {
|
|
1199
929
|
/**
|
|
1200
930
|
* <p>The detailed data of the requested environment account connection.</p>
|
|
1201
931
|
*/
|
|
1202
932
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
1203
933
|
}
|
|
1204
|
-
export declare namespace GetEnvironmentAccountConnectionOutput {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
|
-
const filterSensitiveLog: (obj: GetEnvironmentAccountConnectionOutput) => any;
|
|
1209
|
-
}
|
|
1210
934
|
export declare enum EnvironmentAccountConnectionRequesterAccountType {
|
|
1211
935
|
ENVIRONMENT_ACCOUNT = "ENVIRONMENT_ACCOUNT",
|
|
1212
936
|
MANAGEMENT_ACCOUNT = "MANAGEMENT_ACCOUNT"
|
|
@@ -1234,12 +958,6 @@ export interface ListEnvironmentAccountConnectionsInput {
|
|
|
1234
958
|
*/
|
|
1235
959
|
maxResults?: number;
|
|
1236
960
|
}
|
|
1237
|
-
export declare namespace ListEnvironmentAccountConnectionsInput {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
const filterSensitiveLog: (obj: ListEnvironmentAccountConnectionsInput) => any;
|
|
1242
|
-
}
|
|
1243
961
|
/**
|
|
1244
962
|
* <p>Summary data of an Proton environment account connection resource.</p>
|
|
1245
963
|
*/
|
|
@@ -1291,12 +1009,6 @@ export interface EnvironmentAccountConnectionSummary {
|
|
|
1291
1009
|
*/
|
|
1292
1010
|
componentRoleArn?: string;
|
|
1293
1011
|
}
|
|
1294
|
-
export declare namespace EnvironmentAccountConnectionSummary {
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
const filterSensitiveLog: (obj: EnvironmentAccountConnectionSummary) => any;
|
|
1299
|
-
}
|
|
1300
1012
|
export interface ListEnvironmentAccountConnectionsOutput {
|
|
1301
1013
|
/**
|
|
1302
1014
|
* <p>An array of environment account connections with details that's returned by Proton. </p>
|
|
@@ -1308,36 +1020,18 @@ export interface ListEnvironmentAccountConnectionsOutput {
|
|
|
1308
1020
|
*/
|
|
1309
1021
|
nextToken?: string;
|
|
1310
1022
|
}
|
|
1311
|
-
export declare namespace ListEnvironmentAccountConnectionsOutput {
|
|
1312
|
-
/**
|
|
1313
|
-
* @internal
|
|
1314
|
-
*/
|
|
1315
|
-
const filterSensitiveLog: (obj: ListEnvironmentAccountConnectionsOutput) => any;
|
|
1316
|
-
}
|
|
1317
1023
|
export interface RejectEnvironmentAccountConnectionInput {
|
|
1318
1024
|
/**
|
|
1319
1025
|
* <p>The ID of the environment account connection to reject.</p>
|
|
1320
1026
|
*/
|
|
1321
1027
|
id: string | undefined;
|
|
1322
1028
|
}
|
|
1323
|
-
export declare namespace RejectEnvironmentAccountConnectionInput {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
const filterSensitiveLog: (obj: RejectEnvironmentAccountConnectionInput) => any;
|
|
1328
|
-
}
|
|
1329
1029
|
export interface RejectEnvironmentAccountConnectionOutput {
|
|
1330
1030
|
/**
|
|
1331
1031
|
* <p>The environment connection account detail data that's returned by Proton.</p>
|
|
1332
1032
|
*/
|
|
1333
1033
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
1334
1034
|
}
|
|
1335
|
-
export declare namespace RejectEnvironmentAccountConnectionOutput {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: RejectEnvironmentAccountConnectionOutput) => any;
|
|
1340
|
-
}
|
|
1341
1035
|
export interface UpdateEnvironmentAccountConnectionInput {
|
|
1342
1036
|
/**
|
|
1343
1037
|
* <p>The ID of the environment account connection to update.</p>
|
|
@@ -1358,24 +1052,12 @@ export interface UpdateEnvironmentAccountConnectionInput {
|
|
|
1358
1052
|
*/
|
|
1359
1053
|
componentRoleArn?: string;
|
|
1360
1054
|
}
|
|
1361
|
-
export declare namespace UpdateEnvironmentAccountConnectionInput {
|
|
1362
|
-
/**
|
|
1363
|
-
* @internal
|
|
1364
|
-
*/
|
|
1365
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionInput) => any;
|
|
1366
|
-
}
|
|
1367
1055
|
export interface UpdateEnvironmentAccountConnectionOutput {
|
|
1368
1056
|
/**
|
|
1369
1057
|
* <p>The environment account connection detail data that's returned by Proton.</p>
|
|
1370
1058
|
*/
|
|
1371
1059
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
1372
1060
|
}
|
|
1373
|
-
export declare namespace UpdateEnvironmentAccountConnectionOutput {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionOutput) => any;
|
|
1378
|
-
}
|
|
1379
1061
|
export interface ListEnvironmentOutputsInput {
|
|
1380
1062
|
/**
|
|
1381
1063
|
* <p>The environment name.</p>
|
|
@@ -1387,12 +1069,6 @@ export interface ListEnvironmentOutputsInput {
|
|
|
1387
1069
|
*/
|
|
1388
1070
|
nextToken?: string;
|
|
1389
1071
|
}
|
|
1390
|
-
export declare namespace ListEnvironmentOutputsInput {
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
const filterSensitiveLog: (obj: ListEnvironmentOutputsInput) => any;
|
|
1395
|
-
}
|
|
1396
1072
|
export interface ListEnvironmentOutputsOutput {
|
|
1397
1073
|
/**
|
|
1398
1074
|
* <p>A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of
|
|
@@ -1404,12 +1080,6 @@ export interface ListEnvironmentOutputsOutput {
|
|
|
1404
1080
|
*/
|
|
1405
1081
|
outputs: Output[] | undefined;
|
|
1406
1082
|
}
|
|
1407
|
-
export declare namespace ListEnvironmentOutputsOutput {
|
|
1408
|
-
/**
|
|
1409
|
-
* @internal
|
|
1410
|
-
*/
|
|
1411
|
-
const filterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
|
|
1412
|
-
}
|
|
1413
1083
|
export interface ListEnvironmentProvisionedResourcesInput {
|
|
1414
1084
|
/**
|
|
1415
1085
|
* <p>The environment name.</p>
|
|
@@ -1421,12 +1091,6 @@ export interface ListEnvironmentProvisionedResourcesInput {
|
|
|
1421
1091
|
*/
|
|
1422
1092
|
nextToken?: string;
|
|
1423
1093
|
}
|
|
1424
|
-
export declare namespace ListEnvironmentProvisionedResourcesInput {
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesInput) => any;
|
|
1429
|
-
}
|
|
1430
1094
|
export interface ListEnvironmentProvisionedResourcesOutput {
|
|
1431
1095
|
/**
|
|
1432
1096
|
* <p>A token that indicates the location of the next environment provisioned resource in the array of provisioned resources, after the current requested
|
|
@@ -1438,12 +1102,6 @@ export interface ListEnvironmentProvisionedResourcesOutput {
|
|
|
1438
1102
|
*/
|
|
1439
1103
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
1440
1104
|
}
|
|
1441
|
-
export declare namespace ListEnvironmentProvisionedResourcesOutput {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesOutput) => any;
|
|
1446
|
-
}
|
|
1447
1105
|
export interface CreateEnvironmentInput {
|
|
1448
1106
|
/**
|
|
1449
1107
|
* <p>The name of the environment.</p>
|
|
@@ -1505,72 +1163,36 @@ export interface CreateEnvironmentInput {
|
|
|
1505
1163
|
*/
|
|
1506
1164
|
componentRoleArn?: string;
|
|
1507
1165
|
}
|
|
1508
|
-
export declare namespace CreateEnvironmentInput {
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
const filterSensitiveLog: (obj: CreateEnvironmentInput) => any;
|
|
1513
|
-
}
|
|
1514
1166
|
export interface CreateEnvironmentOutput {
|
|
1515
1167
|
/**
|
|
1516
1168
|
* <p>The environment detail data that's returned by Proton.</p>
|
|
1517
1169
|
*/
|
|
1518
1170
|
environment: Environment | undefined;
|
|
1519
1171
|
}
|
|
1520
|
-
export declare namespace CreateEnvironmentOutput {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
const filterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
|
|
1525
|
-
}
|
|
1526
1172
|
export interface DeleteEnvironmentInput {
|
|
1527
1173
|
/**
|
|
1528
1174
|
* <p>The name of the environment to delete.</p>
|
|
1529
1175
|
*/
|
|
1530
1176
|
name: string | undefined;
|
|
1531
1177
|
}
|
|
1532
|
-
export declare namespace DeleteEnvironmentInput {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentInput) => any;
|
|
1537
|
-
}
|
|
1538
1178
|
export interface DeleteEnvironmentOutput {
|
|
1539
1179
|
/**
|
|
1540
1180
|
* <p>The detailed data of the environment being deleted.</p>
|
|
1541
1181
|
*/
|
|
1542
1182
|
environment?: Environment;
|
|
1543
1183
|
}
|
|
1544
|
-
export declare namespace DeleteEnvironmentOutput {
|
|
1545
|
-
/**
|
|
1546
|
-
* @internal
|
|
1547
|
-
*/
|
|
1548
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentOutput) => any;
|
|
1549
|
-
}
|
|
1550
1184
|
export interface GetEnvironmentInput {
|
|
1551
1185
|
/**
|
|
1552
1186
|
* <p>The name of the environment that you want to get the detailed data for.</p>
|
|
1553
1187
|
*/
|
|
1554
1188
|
name: string | undefined;
|
|
1555
1189
|
}
|
|
1556
|
-
export declare namespace GetEnvironmentInput {
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
|
-
const filterSensitiveLog: (obj: GetEnvironmentInput) => any;
|
|
1561
|
-
}
|
|
1562
1190
|
export interface GetEnvironmentOutput {
|
|
1563
1191
|
/**
|
|
1564
1192
|
* <p>The detailed data of the requested environment.</p>
|
|
1565
1193
|
*/
|
|
1566
1194
|
environment: Environment | undefined;
|
|
1567
1195
|
}
|
|
1568
|
-
export declare namespace GetEnvironmentOutput {
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
const filterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
1573
|
-
}
|
|
1574
1196
|
/**
|
|
1575
1197
|
* <p>A search filter for environment templates.</p>
|
|
1576
1198
|
*/
|
|
@@ -1584,12 +1206,6 @@ export interface EnvironmentTemplateFilter {
|
|
|
1584
1206
|
*/
|
|
1585
1207
|
majorVersion: string | undefined;
|
|
1586
1208
|
}
|
|
1587
|
-
export declare namespace EnvironmentTemplateFilter {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateFilter) => any;
|
|
1592
|
-
}
|
|
1593
1209
|
export interface ListEnvironmentsInput {
|
|
1594
1210
|
/**
|
|
1595
1211
|
* <p>A token that indicates the location of the next environment in the array of environments, after the list of environments that was previously
|
|
@@ -1605,12 +1221,6 @@ export interface ListEnvironmentsInput {
|
|
|
1605
1221
|
*/
|
|
1606
1222
|
environmentTemplates?: EnvironmentTemplateFilter[];
|
|
1607
1223
|
}
|
|
1608
|
-
export declare namespace ListEnvironmentsInput {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
const filterSensitiveLog: (obj: ListEnvironmentsInput) => any;
|
|
1613
|
-
}
|
|
1614
1224
|
/**
|
|
1615
1225
|
* <p>Summary data of an Proton environment resource. An Proton environment is a set of resources shared across Proton services.</p>
|
|
1616
1226
|
*/
|
|
@@ -1685,12 +1295,6 @@ export interface EnvironmentSummary {
|
|
|
1685
1295
|
*/
|
|
1686
1296
|
componentRoleArn?: string;
|
|
1687
1297
|
}
|
|
1688
|
-
export declare namespace EnvironmentSummary {
|
|
1689
|
-
/**
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1692
|
-
const filterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1693
|
-
}
|
|
1694
1298
|
export interface ListEnvironmentsOutput {
|
|
1695
1299
|
/**
|
|
1696
1300
|
* <p>A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.</p>
|
|
@@ -1701,12 +1305,6 @@ export interface ListEnvironmentsOutput {
|
|
|
1701
1305
|
*/
|
|
1702
1306
|
environments: EnvironmentSummary[] | undefined;
|
|
1703
1307
|
}
|
|
1704
|
-
export declare namespace ListEnvironmentsOutput {
|
|
1705
|
-
/**
|
|
1706
|
-
* @internal
|
|
1707
|
-
*/
|
|
1708
|
-
const filterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
|
|
1709
|
-
}
|
|
1710
1308
|
export declare enum DeploymentUpdateType {
|
|
1711
1309
|
CURRENT_VERSION = "CURRENT_VERSION",
|
|
1712
1310
|
MAJOR_VERSION = "MAJOR_VERSION",
|
|
@@ -1795,24 +1393,12 @@ export interface UpdateEnvironmentInput {
|
|
|
1795
1393
|
*/
|
|
1796
1394
|
componentRoleArn?: string;
|
|
1797
1395
|
}
|
|
1798
|
-
export declare namespace UpdateEnvironmentInput {
|
|
1799
|
-
/**
|
|
1800
|
-
* @internal
|
|
1801
|
-
*/
|
|
1802
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
|
|
1803
|
-
}
|
|
1804
1396
|
export interface UpdateEnvironmentOutput {
|
|
1805
1397
|
/**
|
|
1806
1398
|
* <p>The environment detail data that's returned by Proton.</p>
|
|
1807
1399
|
*/
|
|
1808
1400
|
environment: Environment | undefined;
|
|
1809
1401
|
}
|
|
1810
|
-
export declare namespace UpdateEnvironmentOutput {
|
|
1811
|
-
/**
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1814
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
|
|
1815
|
-
}
|
|
1816
1402
|
export interface CreateEnvironmentTemplateInput {
|
|
1817
1403
|
/**
|
|
1818
1404
|
* <p>The name of the environment template.</p>
|
|
@@ -1840,12 +1426,6 @@ export interface CreateEnvironmentTemplateInput {
|
|
|
1840
1426
|
*/
|
|
1841
1427
|
tags?: Tag[];
|
|
1842
1428
|
}
|
|
1843
|
-
export declare namespace CreateEnvironmentTemplateInput {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateInput) => any;
|
|
1848
|
-
}
|
|
1849
1429
|
/**
|
|
1850
1430
|
* <p>The environment template data.</p>
|
|
1851
1431
|
*/
|
|
@@ -1887,72 +1467,36 @@ export interface EnvironmentTemplate {
|
|
|
1887
1467
|
*/
|
|
1888
1468
|
provisioning?: Provisioning | string;
|
|
1889
1469
|
}
|
|
1890
|
-
export declare namespace EnvironmentTemplate {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: EnvironmentTemplate) => any;
|
|
1895
|
-
}
|
|
1896
1470
|
export interface CreateEnvironmentTemplateOutput {
|
|
1897
1471
|
/**
|
|
1898
1472
|
* <p>The environment template detail data that's returned by Proton.</p>
|
|
1899
1473
|
*/
|
|
1900
1474
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
1901
1475
|
}
|
|
1902
|
-
export declare namespace CreateEnvironmentTemplateOutput {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateOutput) => any;
|
|
1907
|
-
}
|
|
1908
1476
|
export interface DeleteEnvironmentTemplateInput {
|
|
1909
1477
|
/**
|
|
1910
1478
|
* <p>The name of the environment template to delete.</p>
|
|
1911
1479
|
*/
|
|
1912
1480
|
name: string | undefined;
|
|
1913
1481
|
}
|
|
1914
|
-
export declare namespace DeleteEnvironmentTemplateInput {
|
|
1915
|
-
/**
|
|
1916
|
-
* @internal
|
|
1917
|
-
*/
|
|
1918
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateInput) => any;
|
|
1919
|
-
}
|
|
1920
1482
|
export interface DeleteEnvironmentTemplateOutput {
|
|
1921
1483
|
/**
|
|
1922
1484
|
* <p>The detailed data of the environment template being deleted.</p>
|
|
1923
1485
|
*/
|
|
1924
1486
|
environmentTemplate?: EnvironmentTemplate;
|
|
1925
1487
|
}
|
|
1926
|
-
export declare namespace DeleteEnvironmentTemplateOutput {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateOutput) => any;
|
|
1931
|
-
}
|
|
1932
1488
|
export interface GetEnvironmentTemplateInput {
|
|
1933
1489
|
/**
|
|
1934
1490
|
* <p>The name of the environment template that you want to get the detailed data for.</p>
|
|
1935
1491
|
*/
|
|
1936
1492
|
name: string | undefined;
|
|
1937
1493
|
}
|
|
1938
|
-
export declare namespace GetEnvironmentTemplateInput {
|
|
1939
|
-
/**
|
|
1940
|
-
* @internal
|
|
1941
|
-
*/
|
|
1942
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateInput) => any;
|
|
1943
|
-
}
|
|
1944
1494
|
export interface GetEnvironmentTemplateOutput {
|
|
1945
1495
|
/**
|
|
1946
1496
|
* <p>The detailed data of the requested environment template.</p>
|
|
1947
1497
|
*/
|
|
1948
1498
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
1949
1499
|
}
|
|
1950
|
-
export declare namespace GetEnvironmentTemplateOutput {
|
|
1951
|
-
/**
|
|
1952
|
-
* @internal
|
|
1953
|
-
*/
|
|
1954
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateOutput) => any;
|
|
1955
|
-
}
|
|
1956
1500
|
export interface ListEnvironmentTemplatesInput {
|
|
1957
1501
|
/**
|
|
1958
1502
|
* <p>A token that indicates the location of the next environment template in the array of environment templates, after the list of environment templates
|
|
@@ -1964,12 +1508,6 @@ export interface ListEnvironmentTemplatesInput {
|
|
|
1964
1508
|
*/
|
|
1965
1509
|
maxResults?: number;
|
|
1966
1510
|
}
|
|
1967
|
-
export declare namespace ListEnvironmentTemplatesInput {
|
|
1968
|
-
/**
|
|
1969
|
-
* @internal
|
|
1970
|
-
*/
|
|
1971
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplatesInput) => any;
|
|
1972
|
-
}
|
|
1973
1511
|
/**
|
|
1974
1512
|
* <p>The environment template data.</p>
|
|
1975
1513
|
*/
|
|
@@ -2007,12 +1545,6 @@ export interface EnvironmentTemplateSummary {
|
|
|
2007
1545
|
*/
|
|
2008
1546
|
provisioning?: Provisioning | string;
|
|
2009
1547
|
}
|
|
2010
|
-
export declare namespace EnvironmentTemplateSummary {
|
|
2011
|
-
/**
|
|
2012
|
-
* @internal
|
|
2013
|
-
*/
|
|
2014
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateSummary) => any;
|
|
2015
|
-
}
|
|
2016
1548
|
export interface ListEnvironmentTemplatesOutput {
|
|
2017
1549
|
/**
|
|
2018
1550
|
* <p>A token that indicates the location of the next environment template in the array of environment templates, after the current requested list of
|
|
@@ -2024,12 +1556,6 @@ export interface ListEnvironmentTemplatesOutput {
|
|
|
2024
1556
|
*/
|
|
2025
1557
|
templates: EnvironmentTemplateSummary[] | undefined;
|
|
2026
1558
|
}
|
|
2027
|
-
export declare namespace ListEnvironmentTemplatesOutput {
|
|
2028
|
-
/**
|
|
2029
|
-
* @internal
|
|
2030
|
-
*/
|
|
2031
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplatesOutput) => any;
|
|
2032
|
-
}
|
|
2033
1559
|
export interface UpdateEnvironmentTemplateInput {
|
|
2034
1560
|
/**
|
|
2035
1561
|
* <p>The name of the environment template to update.</p>
|
|
@@ -2044,24 +1570,12 @@ export interface UpdateEnvironmentTemplateInput {
|
|
|
2044
1570
|
*/
|
|
2045
1571
|
description?: string;
|
|
2046
1572
|
}
|
|
2047
|
-
export declare namespace UpdateEnvironmentTemplateInput {
|
|
2048
|
-
/**
|
|
2049
|
-
* @internal
|
|
2050
|
-
*/
|
|
2051
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateInput) => any;
|
|
2052
|
-
}
|
|
2053
1573
|
export interface UpdateEnvironmentTemplateOutput {
|
|
2054
1574
|
/**
|
|
2055
1575
|
* <p>The environment template detail data that's returned by Proton.</p>
|
|
2056
1576
|
*/
|
|
2057
1577
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
2058
1578
|
}
|
|
2059
|
-
export declare namespace UpdateEnvironmentTemplateOutput {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateOutput) => any;
|
|
2064
|
-
}
|
|
2065
1579
|
/**
|
|
2066
1580
|
* <p>Template bundle S3 bucket data.</p>
|
|
2067
1581
|
*/
|
|
@@ -2075,12 +1589,6 @@ export interface S3ObjectSource {
|
|
|
2075
1589
|
*/
|
|
2076
1590
|
key: string | undefined;
|
|
2077
1591
|
}
|
|
2078
|
-
export declare namespace S3ObjectSource {
|
|
2079
|
-
/**
|
|
2080
|
-
* @internal
|
|
2081
|
-
*/
|
|
2082
|
-
const filterSensitiveLog: (obj: S3ObjectSource) => any;
|
|
2083
|
-
}
|
|
2084
1592
|
/**
|
|
2085
1593
|
* <p>Template version source data.</p>
|
|
2086
1594
|
*/
|
|
@@ -2102,10 +1610,6 @@ export declare namespace TemplateVersionSourceInput {
|
|
|
2102
1610
|
_: (name: string, value: any) => T;
|
|
2103
1611
|
}
|
|
2104
1612
|
const visit: <T>(value: TemplateVersionSourceInput, visitor: Visitor<T>) => T;
|
|
2105
|
-
/**
|
|
2106
|
-
* @internal
|
|
2107
|
-
*/
|
|
2108
|
-
const filterSensitiveLog: (obj: TemplateVersionSourceInput) => any;
|
|
2109
1613
|
}
|
|
2110
1614
|
export interface CreateEnvironmentTemplateVersionInput {
|
|
2111
1615
|
/**
|
|
@@ -2136,12 +1640,6 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
2136
1640
|
*/
|
|
2137
1641
|
tags?: Tag[];
|
|
2138
1642
|
}
|
|
2139
|
-
export declare namespace CreateEnvironmentTemplateVersionInput {
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateVersionInput) => any;
|
|
2144
|
-
}
|
|
2145
1643
|
export declare enum TemplateVersionStatus {
|
|
2146
1644
|
DRAFT = "DRAFT",
|
|
2147
1645
|
PUBLISHED = "PUBLISHED",
|
|
@@ -2197,24 +1695,12 @@ export interface EnvironmentTemplateVersion {
|
|
|
2197
1695
|
*/
|
|
2198
1696
|
schema?: string;
|
|
2199
1697
|
}
|
|
2200
|
-
export declare namespace EnvironmentTemplateVersion {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateVersion) => any;
|
|
2205
|
-
}
|
|
2206
1698
|
export interface CreateEnvironmentTemplateVersionOutput {
|
|
2207
1699
|
/**
|
|
2208
1700
|
* <p>The environment template detail data that's returned by Proton.</p>
|
|
2209
1701
|
*/
|
|
2210
1702
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
2211
1703
|
}
|
|
2212
|
-
export declare namespace CreateEnvironmentTemplateVersionOutput {
|
|
2213
|
-
/**
|
|
2214
|
-
* @internal
|
|
2215
|
-
*/
|
|
2216
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateVersionOutput) => any;
|
|
2217
|
-
}
|
|
2218
1704
|
export interface DeleteEnvironmentTemplateVersionInput {
|
|
2219
1705
|
/**
|
|
2220
1706
|
* <p>The name of the environment template.</p>
|
|
@@ -2229,24 +1715,12 @@ export interface DeleteEnvironmentTemplateVersionInput {
|
|
|
2229
1715
|
*/
|
|
2230
1716
|
minorVersion: string | undefined;
|
|
2231
1717
|
}
|
|
2232
|
-
export declare namespace DeleteEnvironmentTemplateVersionInput {
|
|
2233
|
-
/**
|
|
2234
|
-
* @internal
|
|
2235
|
-
*/
|
|
2236
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionInput) => any;
|
|
2237
|
-
}
|
|
2238
1718
|
export interface DeleteEnvironmentTemplateVersionOutput {
|
|
2239
1719
|
/**
|
|
2240
1720
|
* <p>The detailed data of the environment template version being deleted.</p>
|
|
2241
1721
|
*/
|
|
2242
1722
|
environmentTemplateVersion?: EnvironmentTemplateVersion;
|
|
2243
1723
|
}
|
|
2244
|
-
export declare namespace DeleteEnvironmentTemplateVersionOutput {
|
|
2245
|
-
/**
|
|
2246
|
-
* @internal
|
|
2247
|
-
*/
|
|
2248
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionOutput) => any;
|
|
2249
|
-
}
|
|
2250
1724
|
export interface GetEnvironmentTemplateVersionInput {
|
|
2251
1725
|
/**
|
|
2252
1726
|
* <p>The name of the environment template a version of which you want to get detailed data for..</p>
|
|
@@ -2261,24 +1735,12 @@ export interface GetEnvironmentTemplateVersionInput {
|
|
|
2261
1735
|
*/
|
|
2262
1736
|
minorVersion: string | undefined;
|
|
2263
1737
|
}
|
|
2264
|
-
export declare namespace GetEnvironmentTemplateVersionInput {
|
|
2265
|
-
/**
|
|
2266
|
-
* @internal
|
|
2267
|
-
*/
|
|
2268
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateVersionInput) => any;
|
|
2269
|
-
}
|
|
2270
1738
|
export interface GetEnvironmentTemplateVersionOutput {
|
|
2271
1739
|
/**
|
|
2272
1740
|
* <p>The detailed data of the requested environment template version.</p>
|
|
2273
1741
|
*/
|
|
2274
1742
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
2275
1743
|
}
|
|
2276
|
-
export declare namespace GetEnvironmentTemplateVersionOutput {
|
|
2277
|
-
/**
|
|
2278
|
-
* @internal
|
|
2279
|
-
*/
|
|
2280
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateVersionOutput) => any;
|
|
2281
|
-
}
|
|
2282
1744
|
export interface ListEnvironmentTemplateVersionsInput {
|
|
2283
1745
|
/**
|
|
2284
1746
|
* <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the
|
|
@@ -2300,12 +1762,6 @@ export interface ListEnvironmentTemplateVersionsInput {
|
|
|
2300
1762
|
*/
|
|
2301
1763
|
majorVersion?: string;
|
|
2302
1764
|
}
|
|
2303
|
-
export declare namespace ListEnvironmentTemplateVersionsInput {
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplateVersionsInput) => any;
|
|
2308
|
-
}
|
|
2309
1765
|
/**
|
|
2310
1766
|
* <p>A summary of the version of an environment template detail data.</p>
|
|
2311
1767
|
*/
|
|
@@ -2351,12 +1807,6 @@ export interface EnvironmentTemplateVersionSummary {
|
|
|
2351
1807
|
*/
|
|
2352
1808
|
lastModifiedAt: Date | undefined;
|
|
2353
1809
|
}
|
|
2354
|
-
export declare namespace EnvironmentTemplateVersionSummary {
|
|
2355
|
-
/**
|
|
2356
|
-
* @internal
|
|
2357
|
-
*/
|
|
2358
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateVersionSummary) => any;
|
|
2359
|
-
}
|
|
2360
1810
|
export interface ListEnvironmentTemplateVersionsOutput {
|
|
2361
1811
|
/**
|
|
2362
1812
|
* <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the
|
|
@@ -2368,12 +1818,6 @@ export interface ListEnvironmentTemplateVersionsOutput {
|
|
|
2368
1818
|
*/
|
|
2369
1819
|
templateVersions: EnvironmentTemplateVersionSummary[] | undefined;
|
|
2370
1820
|
}
|
|
2371
|
-
export declare namespace ListEnvironmentTemplateVersionsOutput {
|
|
2372
|
-
/**
|
|
2373
|
-
* @internal
|
|
2374
|
-
*/
|
|
2375
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplateVersionsOutput) => any;
|
|
2376
|
-
}
|
|
2377
1821
|
export interface UpdateEnvironmentTemplateVersionInput {
|
|
2378
1822
|
/**
|
|
2379
1823
|
* <p>The name of the environment template.</p>
|
|
@@ -2396,24 +1840,12 @@ export interface UpdateEnvironmentTemplateVersionInput {
|
|
|
2396
1840
|
*/
|
|
2397
1841
|
status?: TemplateVersionStatus | string;
|
|
2398
1842
|
}
|
|
2399
|
-
export declare namespace UpdateEnvironmentTemplateVersionInput {
|
|
2400
|
-
/**
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
2403
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionInput) => any;
|
|
2404
|
-
}
|
|
2405
1843
|
export interface UpdateEnvironmentTemplateVersionOutput {
|
|
2406
1844
|
/**
|
|
2407
1845
|
* <p>The environment template version detail data that's returned by Proton.</p>
|
|
2408
1846
|
*/
|
|
2409
1847
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
2410
1848
|
}
|
|
2411
|
-
export declare namespace UpdateEnvironmentTemplateVersionOutput {
|
|
2412
|
-
/**
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
2415
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
|
|
2416
|
-
}
|
|
2417
1849
|
export declare enum SyncType {
|
|
2418
1850
|
TEMPLATE_SYNC = "TEMPLATE_SYNC"
|
|
2419
1851
|
}
|
|
@@ -2435,12 +1867,6 @@ export interface GetRepositorySyncStatusInput {
|
|
|
2435
1867
|
*/
|
|
2436
1868
|
syncType: SyncType | string | undefined;
|
|
2437
1869
|
}
|
|
2438
|
-
export declare namespace GetRepositorySyncStatusInput {
|
|
2439
|
-
/**
|
|
2440
|
-
* @internal
|
|
2441
|
-
*/
|
|
2442
|
-
const filterSensitiveLog: (obj: GetRepositorySyncStatusInput) => any;
|
|
2443
|
-
}
|
|
2444
1870
|
/**
|
|
2445
1871
|
* <p>Repository sync event detail data for a sync attempt.</p>
|
|
2446
1872
|
*/
|
|
@@ -2462,12 +1888,6 @@ export interface RepositorySyncEvent {
|
|
|
2462
1888
|
*/
|
|
2463
1889
|
event: string | undefined;
|
|
2464
1890
|
}
|
|
2465
|
-
export declare namespace RepositorySyncEvent {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: RepositorySyncEvent) => any;
|
|
2470
|
-
}
|
|
2471
1891
|
export declare enum RepositorySyncStatus {
|
|
2472
1892
|
/**
|
|
2473
1893
|
* The repository sync attempt has failed.
|
|
@@ -2512,24 +1932,12 @@ export interface RepositorySyncAttempt {
|
|
|
2512
1932
|
*/
|
|
2513
1933
|
events: RepositorySyncEvent[] | undefined;
|
|
2514
1934
|
}
|
|
2515
|
-
export declare namespace RepositorySyncAttempt {
|
|
2516
|
-
/**
|
|
2517
|
-
* @internal
|
|
2518
|
-
*/
|
|
2519
|
-
const filterSensitiveLog: (obj: RepositorySyncAttempt) => any;
|
|
2520
|
-
}
|
|
2521
1935
|
export interface GetRepositorySyncStatusOutput {
|
|
2522
1936
|
/**
|
|
2523
1937
|
* <p>The repository sync status detail data that's returned by Proton.</p>
|
|
2524
1938
|
*/
|
|
2525
1939
|
latestSync?: RepositorySyncAttempt;
|
|
2526
1940
|
}
|
|
2527
|
-
export declare namespace GetRepositorySyncStatusOutput {
|
|
2528
|
-
/**
|
|
2529
|
-
* @internal
|
|
2530
|
-
*/
|
|
2531
|
-
const filterSensitiveLog: (obj: GetRepositorySyncStatusOutput) => any;
|
|
2532
|
-
}
|
|
2533
1941
|
export declare enum TemplateType {
|
|
2534
1942
|
ENVIRONMENT = "ENVIRONMENT",
|
|
2535
1943
|
SERVICE = "SERVICE"
|
|
@@ -2548,12 +1956,6 @@ export interface GetTemplateSyncStatusInput {
|
|
|
2548
1956
|
*/
|
|
2549
1957
|
templateVersion: string | undefined;
|
|
2550
1958
|
}
|
|
2551
|
-
export declare namespace GetTemplateSyncStatusInput {
|
|
2552
|
-
/**
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
2555
|
-
const filterSensitiveLog: (obj: GetTemplateSyncStatusInput) => any;
|
|
2556
|
-
}
|
|
2557
1959
|
/**
|
|
2558
1960
|
* <p>Revision detail data for a commit and push that activates a sync attempt</p>
|
|
2559
1961
|
*/
|
|
@@ -2579,12 +1981,6 @@ export interface Revision {
|
|
|
2579
1981
|
*/
|
|
2580
1982
|
branch: string | undefined;
|
|
2581
1983
|
}
|
|
2582
|
-
export declare namespace Revision {
|
|
2583
|
-
/**
|
|
2584
|
-
* @internal
|
|
2585
|
-
*/
|
|
2586
|
-
const filterSensitiveLog: (obj: Revision) => any;
|
|
2587
|
-
}
|
|
2588
1984
|
/**
|
|
2589
1985
|
* <p>Detail data for a resource sync event.</p>
|
|
2590
1986
|
*/
|
|
@@ -2606,12 +2002,6 @@ export interface ResourceSyncEvent {
|
|
|
2606
2002
|
*/
|
|
2607
2003
|
event: string | undefined;
|
|
2608
2004
|
}
|
|
2609
|
-
export declare namespace ResourceSyncEvent {
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
const filterSensitiveLog: (obj: ResourceSyncEvent) => any;
|
|
2614
|
-
}
|
|
2615
2005
|
export declare enum ResourceSyncStatus {
|
|
2616
2006
|
/**
|
|
2617
2007
|
* Syncing has failed.
|
|
@@ -2663,12 +2053,6 @@ export interface ResourceSyncAttempt {
|
|
|
2663
2053
|
*/
|
|
2664
2054
|
events: ResourceSyncEvent[] | undefined;
|
|
2665
2055
|
}
|
|
2666
|
-
export declare namespace ResourceSyncAttempt {
|
|
2667
|
-
/**
|
|
2668
|
-
* @internal
|
|
2669
|
-
*/
|
|
2670
|
-
const filterSensitiveLog: (obj: ResourceSyncAttempt) => any;
|
|
2671
|
-
}
|
|
2672
2056
|
export interface GetTemplateSyncStatusOutput {
|
|
2673
2057
|
/**
|
|
2674
2058
|
* <p>The details of the last sync that's returned by Proton.</p>
|
|
@@ -2683,12 +2067,6 @@ export interface GetTemplateSyncStatusOutput {
|
|
|
2683
2067
|
*/
|
|
2684
2068
|
desiredState?: Revision;
|
|
2685
2069
|
}
|
|
2686
|
-
export declare namespace GetTemplateSyncStatusOutput {
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
const filterSensitiveLog: (obj: GetTemplateSyncStatusOutput) => any;
|
|
2691
|
-
}
|
|
2692
2070
|
export interface ListRepositorySyncDefinitionsInput {
|
|
2693
2071
|
/**
|
|
2694
2072
|
* <p>The repository name.</p>
|
|
@@ -2708,12 +2086,6 @@ export interface ListRepositorySyncDefinitionsInput {
|
|
|
2708
2086
|
*/
|
|
2709
2087
|
nextToken?: string;
|
|
2710
2088
|
}
|
|
2711
|
-
export declare namespace ListRepositorySyncDefinitionsInput {
|
|
2712
|
-
/**
|
|
2713
|
-
* @internal
|
|
2714
|
-
*/
|
|
2715
|
-
const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsInput) => any;
|
|
2716
|
-
}
|
|
2717
2089
|
/**
|
|
2718
2090
|
* <p>The repository sync definition.</p>
|
|
2719
2091
|
*/
|
|
@@ -2735,12 +2107,6 @@ export interface RepositorySyncDefinition {
|
|
|
2735
2107
|
*/
|
|
2736
2108
|
directory: string | undefined;
|
|
2737
2109
|
}
|
|
2738
|
-
export declare namespace RepositorySyncDefinition {
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
const filterSensitiveLog: (obj: RepositorySyncDefinition) => any;
|
|
2743
|
-
}
|
|
2744
2110
|
export interface ListRepositorySyncDefinitionsOutput {
|
|
2745
2111
|
/**
|
|
2746
2112
|
* <p>A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested
|
|
@@ -2752,12 +2118,6 @@ export interface ListRepositorySyncDefinitionsOutput {
|
|
|
2752
2118
|
*/
|
|
2753
2119
|
syncDefinitions: RepositorySyncDefinition[] | undefined;
|
|
2754
2120
|
}
|
|
2755
|
-
export declare namespace ListRepositorySyncDefinitionsOutput {
|
|
2756
|
-
/**
|
|
2757
|
-
* @internal
|
|
2758
|
-
*/
|
|
2759
|
-
const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsOutput) => any;
|
|
2760
|
-
}
|
|
2761
2121
|
export interface ListTagsForResourceInput {
|
|
2762
2122
|
/**
|
|
2763
2123
|
* <p>The Amazon Resource Name (ARN) of the resource for the listed tags.</p>
|
|
@@ -2773,12 +2133,6 @@ export interface ListTagsForResourceInput {
|
|
|
2773
2133
|
*/
|
|
2774
2134
|
maxResults?: number;
|
|
2775
2135
|
}
|
|
2776
|
-
export declare namespace ListTagsForResourceInput {
|
|
2777
|
-
/**
|
|
2778
|
-
* @internal
|
|
2779
|
-
*/
|
|
2780
|
-
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
2781
|
-
}
|
|
2782
2136
|
export interface ListTagsForResourceOutput {
|
|
2783
2137
|
/**
|
|
2784
2138
|
* <p>A list of resource tags with detail data.</p>
|
|
@@ -2789,12 +2143,6 @@ export interface ListTagsForResourceOutput {
|
|
|
2789
2143
|
*/
|
|
2790
2144
|
nextToken?: string;
|
|
2791
2145
|
}
|
|
2792
|
-
export declare namespace ListTagsForResourceOutput {
|
|
2793
|
-
/**
|
|
2794
|
-
* @internal
|
|
2795
|
-
*/
|
|
2796
|
-
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
2797
|
-
}
|
|
2798
2146
|
export declare enum ResourceDeploymentStatus {
|
|
2799
2147
|
FAILED = "FAILED",
|
|
2800
2148
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -2822,20 +2170,8 @@ export interface NotifyResourceDeploymentStatusChangeInput {
|
|
|
2822
2170
|
*/
|
|
2823
2171
|
statusMessage?: string;
|
|
2824
2172
|
}
|
|
2825
|
-
export declare namespace NotifyResourceDeploymentStatusChangeInput {
|
|
2826
|
-
/**
|
|
2827
|
-
* @internal
|
|
2828
|
-
*/
|
|
2829
|
-
const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
|
|
2830
|
-
}
|
|
2831
2173
|
export interface NotifyResourceDeploymentStatusChangeOutput {
|
|
2832
2174
|
}
|
|
2833
|
-
export declare namespace NotifyResourceDeploymentStatusChangeOutput {
|
|
2834
|
-
/**
|
|
2835
|
-
* @internal
|
|
2836
|
-
*/
|
|
2837
|
-
const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeOutput) => any;
|
|
2838
|
-
}
|
|
2839
2175
|
export interface CreateRepositoryInput {
|
|
2840
2176
|
/**
|
|
2841
2177
|
* <p>The repository provider.</p>
|
|
@@ -2860,12 +2196,6 @@ export interface CreateRepositoryInput {
|
|
|
2860
2196
|
*/
|
|
2861
2197
|
tags?: Tag[];
|
|
2862
2198
|
}
|
|
2863
|
-
export declare namespace CreateRepositoryInput {
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
|
|
2868
|
-
}
|
|
2869
2199
|
/**
|
|
2870
2200
|
* <p>Detailed data of a repository that has been registered with Proton.</p>
|
|
2871
2201
|
*/
|
|
@@ -2891,24 +2221,12 @@ export interface Repository {
|
|
|
2891
2221
|
*/
|
|
2892
2222
|
encryptionKey?: string;
|
|
2893
2223
|
}
|
|
2894
|
-
export declare namespace Repository {
|
|
2895
|
-
/**
|
|
2896
|
-
* @internal
|
|
2897
|
-
*/
|
|
2898
|
-
const filterSensitiveLog: (obj: Repository) => any;
|
|
2899
|
-
}
|
|
2900
2224
|
export interface CreateRepositoryOutput {
|
|
2901
2225
|
/**
|
|
2902
2226
|
* <p>The repository detail data that's returned by Proton.</p>
|
|
2903
2227
|
*/
|
|
2904
2228
|
repository: Repository | undefined;
|
|
2905
2229
|
}
|
|
2906
|
-
export declare namespace CreateRepositoryOutput {
|
|
2907
|
-
/**
|
|
2908
|
-
* @internal
|
|
2909
|
-
*/
|
|
2910
|
-
const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
|
|
2911
|
-
}
|
|
2912
2230
|
export interface DeleteRepositoryInput {
|
|
2913
2231
|
/**
|
|
2914
2232
|
* <p>The repository provider.</p>
|
|
@@ -2919,24 +2237,12 @@ export interface DeleteRepositoryInput {
|
|
|
2919
2237
|
*/
|
|
2920
2238
|
name: string | undefined;
|
|
2921
2239
|
}
|
|
2922
|
-
export declare namespace DeleteRepositoryInput {
|
|
2923
|
-
/**
|
|
2924
|
-
* @internal
|
|
2925
|
-
*/
|
|
2926
|
-
const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
|
|
2927
|
-
}
|
|
2928
2240
|
export interface DeleteRepositoryOutput {
|
|
2929
2241
|
/**
|
|
2930
2242
|
* <p>The repository detail data that's returned by Proton.</p>
|
|
2931
2243
|
*/
|
|
2932
2244
|
repository?: Repository;
|
|
2933
2245
|
}
|
|
2934
|
-
export declare namespace DeleteRepositoryOutput {
|
|
2935
|
-
/**
|
|
2936
|
-
* @internal
|
|
2937
|
-
*/
|
|
2938
|
-
const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
|
|
2939
|
-
}
|
|
2940
2246
|
export interface GetRepositoryInput {
|
|
2941
2247
|
/**
|
|
2942
2248
|
* <p>The repository provider.</p>
|
|
@@ -2947,24 +2253,12 @@ export interface GetRepositoryInput {
|
|
|
2947
2253
|
*/
|
|
2948
2254
|
name: string | undefined;
|
|
2949
2255
|
}
|
|
2950
|
-
export declare namespace GetRepositoryInput {
|
|
2951
|
-
/**
|
|
2952
|
-
* @internal
|
|
2953
|
-
*/
|
|
2954
|
-
const filterSensitiveLog: (obj: GetRepositoryInput) => any;
|
|
2955
|
-
}
|
|
2956
2256
|
export interface GetRepositoryOutput {
|
|
2957
2257
|
/**
|
|
2958
2258
|
* <p>The repository detail data that's returned by Proton.</p>
|
|
2959
2259
|
*/
|
|
2960
2260
|
repository: Repository | undefined;
|
|
2961
2261
|
}
|
|
2962
|
-
export declare namespace GetRepositoryOutput {
|
|
2963
|
-
/**
|
|
2964
|
-
* @internal
|
|
2965
|
-
*/
|
|
2966
|
-
const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
|
|
2967
|
-
}
|
|
2968
2262
|
export interface ListRepositoriesInput {
|
|
2969
2263
|
/**
|
|
2970
2264
|
* <p>A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.</p>
|
|
@@ -2975,12 +2269,6 @@ export interface ListRepositoriesInput {
|
|
|
2975
2269
|
*/
|
|
2976
2270
|
maxResults?: number;
|
|
2977
2271
|
}
|
|
2978
|
-
export declare namespace ListRepositoriesInput {
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
const filterSensitiveLog: (obj: ListRepositoriesInput) => any;
|
|
2983
|
-
}
|
|
2984
2272
|
/**
|
|
2985
2273
|
* <p>Summary data of a repository that has been registered with Proton.</p>
|
|
2986
2274
|
*/
|
|
@@ -2998,12 +2286,6 @@ export interface RepositorySummary {
|
|
|
2998
2286
|
*/
|
|
2999
2287
|
name: string | undefined;
|
|
3000
2288
|
}
|
|
3001
|
-
export declare namespace RepositorySummary {
|
|
3002
|
-
/**
|
|
3003
|
-
* @internal
|
|
3004
|
-
*/
|
|
3005
|
-
const filterSensitiveLog: (obj: RepositorySummary) => any;
|
|
3006
|
-
}
|
|
3007
2289
|
export interface ListRepositoriesOutput {
|
|
3008
2290
|
/**
|
|
3009
2291
|
* <p>A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories. </p>
|
|
@@ -3014,12 +2296,6 @@ export interface ListRepositoriesOutput {
|
|
|
3014
2296
|
*/
|
|
3015
2297
|
repositories: RepositorySummary[] | undefined;
|
|
3016
2298
|
}
|
|
3017
|
-
export declare namespace ListRepositoriesOutput {
|
|
3018
|
-
/**
|
|
3019
|
-
* @internal
|
|
3020
|
-
*/
|
|
3021
|
-
const filterSensitiveLog: (obj: ListRepositoriesOutput) => any;
|
|
3022
|
-
}
|
|
3023
2299
|
export interface ListServiceInstanceOutputsInput {
|
|
3024
2300
|
/**
|
|
3025
2301
|
* <p>The name of the service instance whose outputs you want.</p>
|
|
@@ -3034,12 +2310,6 @@ export interface ListServiceInstanceOutputsInput {
|
|
|
3034
2310
|
*/
|
|
3035
2311
|
nextToken?: string;
|
|
3036
2312
|
}
|
|
3037
|
-
export declare namespace ListServiceInstanceOutputsInput {
|
|
3038
|
-
/**
|
|
3039
|
-
* @internal
|
|
3040
|
-
*/
|
|
3041
|
-
const filterSensitiveLog: (obj: ListServiceInstanceOutputsInput) => any;
|
|
3042
|
-
}
|
|
3043
2313
|
export interface ListServiceInstanceOutputsOutput {
|
|
3044
2314
|
/**
|
|
3045
2315
|
* <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
|
|
@@ -3050,12 +2320,6 @@ export interface ListServiceInstanceOutputsOutput {
|
|
|
3050
2320
|
*/
|
|
3051
2321
|
outputs: Output[] | undefined;
|
|
3052
2322
|
}
|
|
3053
|
-
export declare namespace ListServiceInstanceOutputsOutput {
|
|
3054
|
-
/**
|
|
3055
|
-
* @internal
|
|
3056
|
-
*/
|
|
3057
|
-
const filterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
|
|
3058
|
-
}
|
|
3059
2323
|
export interface ListServiceInstanceProvisionedResourcesInput {
|
|
3060
2324
|
/**
|
|
3061
2325
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated to.</p>
|
|
@@ -3071,12 +2335,6 @@ export interface ListServiceInstanceProvisionedResourcesInput {
|
|
|
3071
2335
|
*/
|
|
3072
2336
|
nextToken?: string;
|
|
3073
2337
|
}
|
|
3074
|
-
export declare namespace ListServiceInstanceProvisionedResourcesInput {
|
|
3075
|
-
/**
|
|
3076
|
-
* @internal
|
|
3077
|
-
*/
|
|
3078
|
-
const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesInput) => any;
|
|
3079
|
-
}
|
|
3080
2338
|
export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
3081
2339
|
/**
|
|
3082
2340
|
* <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
|
|
@@ -3088,12 +2346,6 @@ export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
|
3088
2346
|
*/
|
|
3089
2347
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
3090
2348
|
}
|
|
3091
|
-
export declare namespace ListServiceInstanceProvisionedResourcesOutput {
|
|
3092
|
-
/**
|
|
3093
|
-
* @internal
|
|
3094
|
-
*/
|
|
3095
|
-
const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesOutput) => any;
|
|
3096
|
-
}
|
|
3097
2349
|
export interface GetServiceInstanceInput {
|
|
3098
2350
|
/**
|
|
3099
2351
|
* <p>The name of a service instance that you want to get the detailed data for.</p>
|
|
@@ -3104,24 +2356,12 @@ export interface GetServiceInstanceInput {
|
|
|
3104
2356
|
*/
|
|
3105
2357
|
serviceName: string | undefined;
|
|
3106
2358
|
}
|
|
3107
|
-
export declare namespace GetServiceInstanceInput {
|
|
3108
|
-
/**
|
|
3109
|
-
* @internal
|
|
3110
|
-
*/
|
|
3111
|
-
const filterSensitiveLog: (obj: GetServiceInstanceInput) => any;
|
|
3112
|
-
}
|
|
3113
2359
|
export interface GetServiceInstanceOutput {
|
|
3114
2360
|
/**
|
|
3115
2361
|
* <p>The detailed data of the requested service instance.</p>
|
|
3116
2362
|
*/
|
|
3117
2363
|
serviceInstance: ServiceInstance | undefined;
|
|
3118
2364
|
}
|
|
3119
|
-
export declare namespace GetServiceInstanceOutput {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
const filterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
|
|
3124
|
-
}
|
|
3125
2365
|
export interface ListServiceInstancesInput {
|
|
3126
2366
|
/**
|
|
3127
2367
|
* <p>The name of the service that the service instance belongs to.</p>
|
|
@@ -3137,12 +2377,6 @@ export interface ListServiceInstancesInput {
|
|
|
3137
2377
|
*/
|
|
3138
2378
|
maxResults?: number;
|
|
3139
2379
|
}
|
|
3140
|
-
export declare namespace ListServiceInstancesInput {
|
|
3141
|
-
/**
|
|
3142
|
-
* @internal
|
|
3143
|
-
*/
|
|
3144
|
-
const filterSensitiveLog: (obj: ListServiceInstancesInput) => any;
|
|
3145
|
-
}
|
|
3146
2380
|
/**
|
|
3147
2381
|
* <p>Summary data of an Proton service instance resource.</p>
|
|
3148
2382
|
*/
|
|
@@ -3196,13 +2430,7 @@ export interface ServiceInstanceSummary {
|
|
|
3196
2430
|
*/
|
|
3197
2431
|
deploymentStatusMessage?: string;
|
|
3198
2432
|
}
|
|
3199
|
-
export
|
|
3200
|
-
/**
|
|
3201
|
-
* @internal
|
|
3202
|
-
*/
|
|
3203
|
-
const filterSensitiveLog: (obj: ServiceInstanceSummary) => any;
|
|
3204
|
-
}
|
|
3205
|
-
export interface ListServiceInstancesOutput {
|
|
2433
|
+
export interface ListServiceInstancesOutput {
|
|
3206
2434
|
/**
|
|
3207
2435
|
* <p>A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service
|
|
3208
2436
|
* instances.</p>
|
|
@@ -3213,12 +2441,6 @@ export interface ListServiceInstancesOutput {
|
|
|
3213
2441
|
*/
|
|
3214
2442
|
serviceInstances: ServiceInstanceSummary[] | undefined;
|
|
3215
2443
|
}
|
|
3216
|
-
export declare namespace ListServiceInstancesOutput {
|
|
3217
|
-
/**
|
|
3218
|
-
* @internal
|
|
3219
|
-
*/
|
|
3220
|
-
const filterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
|
|
3221
|
-
}
|
|
3222
2444
|
export interface UpdateServiceInstanceInput {
|
|
3223
2445
|
/**
|
|
3224
2446
|
* <p>The name of the service instance to update.</p>
|
|
@@ -3278,24 +2500,12 @@ export interface UpdateServiceInstanceInput {
|
|
|
3278
2500
|
*/
|
|
3279
2501
|
templateMinorVersion?: string;
|
|
3280
2502
|
}
|
|
3281
|
-
export declare namespace UpdateServiceInstanceInput {
|
|
3282
|
-
/**
|
|
3283
|
-
* @internal
|
|
3284
|
-
*/
|
|
3285
|
-
const filterSensitiveLog: (obj: UpdateServiceInstanceInput) => any;
|
|
3286
|
-
}
|
|
3287
2503
|
export interface UpdateServiceInstanceOutput {
|
|
3288
2504
|
/**
|
|
3289
2505
|
* <p>The service instance summary data that's returned by Proton.</p>
|
|
3290
2506
|
*/
|
|
3291
2507
|
serviceInstance: ServiceInstance | undefined;
|
|
3292
2508
|
}
|
|
3293
|
-
export declare namespace UpdateServiceInstanceOutput {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
|
|
3298
|
-
}
|
|
3299
2509
|
export interface ListServicePipelineOutputsInput {
|
|
3300
2510
|
/**
|
|
3301
2511
|
* <p>The name of the service whose pipeline's outputs you want.</p>
|
|
@@ -3306,12 +2516,6 @@ export interface ListServicePipelineOutputsInput {
|
|
|
3306
2516
|
*/
|
|
3307
2517
|
nextToken?: string;
|
|
3308
2518
|
}
|
|
3309
|
-
export declare namespace ListServicePipelineOutputsInput {
|
|
3310
|
-
/**
|
|
3311
|
-
* @internal
|
|
3312
|
-
*/
|
|
3313
|
-
const filterSensitiveLog: (obj: ListServicePipelineOutputsInput) => any;
|
|
3314
|
-
}
|
|
3315
2519
|
export interface ListServicePipelineOutputsOutput {
|
|
3316
2520
|
/**
|
|
3317
2521
|
* <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
|
|
@@ -3322,12 +2526,6 @@ export interface ListServicePipelineOutputsOutput {
|
|
|
3322
2526
|
*/
|
|
3323
2527
|
outputs: Output[] | undefined;
|
|
3324
2528
|
}
|
|
3325
|
-
export declare namespace ListServicePipelineOutputsOutput {
|
|
3326
|
-
/**
|
|
3327
|
-
* @internal
|
|
3328
|
-
*/
|
|
3329
|
-
const filterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
|
|
3330
|
-
}
|
|
3331
2529
|
export interface ListServicePipelineProvisionedResourcesInput {
|
|
3332
2530
|
/**
|
|
3333
2531
|
* <p>The name of the service whose pipeline's provisioned resources you want.</p>
|
|
@@ -3339,12 +2537,6 @@ export interface ListServicePipelineProvisionedResourcesInput {
|
|
|
3339
2537
|
*/
|
|
3340
2538
|
nextToken?: string;
|
|
3341
2539
|
}
|
|
3342
|
-
export declare namespace ListServicePipelineProvisionedResourcesInput {
|
|
3343
|
-
/**
|
|
3344
|
-
* @internal
|
|
3345
|
-
*/
|
|
3346
|
-
const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesInput) => any;
|
|
3347
|
-
}
|
|
3348
2540
|
export interface ListServicePipelineProvisionedResourcesOutput {
|
|
3349
2541
|
/**
|
|
3350
2542
|
* <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
|
|
@@ -3356,12 +2548,6 @@ export interface ListServicePipelineProvisionedResourcesOutput {
|
|
|
3356
2548
|
*/
|
|
3357
2549
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
3358
2550
|
}
|
|
3359
|
-
export declare namespace ListServicePipelineProvisionedResourcesOutput {
|
|
3360
|
-
/**
|
|
3361
|
-
* @internal
|
|
3362
|
-
*/
|
|
3363
|
-
const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesOutput) => any;
|
|
3364
|
-
}
|
|
3365
2551
|
export interface UpdateServicePipelineInput {
|
|
3366
2552
|
/**
|
|
3367
2553
|
* <p>The name of the service to that the pipeline is associated with.</p>
|
|
@@ -3418,24 +2604,12 @@ export interface UpdateServicePipelineInput {
|
|
|
3418
2604
|
*/
|
|
3419
2605
|
templateMinorVersion?: string;
|
|
3420
2606
|
}
|
|
3421
|
-
export declare namespace UpdateServicePipelineInput {
|
|
3422
|
-
/**
|
|
3423
|
-
* @internal
|
|
3424
|
-
*/
|
|
3425
|
-
const filterSensitiveLog: (obj: UpdateServicePipelineInput) => any;
|
|
3426
|
-
}
|
|
3427
2607
|
export interface UpdateServicePipelineOutput {
|
|
3428
2608
|
/**
|
|
3429
2609
|
* <p>The pipeline details that are returned by Proton.</p>
|
|
3430
2610
|
*/
|
|
3431
2611
|
pipeline: ServicePipeline | undefined;
|
|
3432
2612
|
}
|
|
3433
|
-
export declare namespace UpdateServicePipelineOutput {
|
|
3434
|
-
/**
|
|
3435
|
-
* @internal
|
|
3436
|
-
*/
|
|
3437
|
-
const filterSensitiveLog: (obj: UpdateServicePipelineOutput) => any;
|
|
3438
|
-
}
|
|
3439
2613
|
export interface CreateServiceInput {
|
|
3440
2614
|
/**
|
|
3441
2615
|
* <p>The service name.</p>
|
|
@@ -3488,12 +2662,6 @@ export interface CreateServiceInput {
|
|
|
3488
2662
|
*/
|
|
3489
2663
|
tags?: Tag[];
|
|
3490
2664
|
}
|
|
3491
|
-
export declare namespace CreateServiceInput {
|
|
3492
|
-
/**
|
|
3493
|
-
* @internal
|
|
3494
|
-
*/
|
|
3495
|
-
const filterSensitiveLog: (obj: CreateServiceInput) => any;
|
|
3496
|
-
}
|
|
3497
2665
|
export declare enum ServiceStatus {
|
|
3498
2666
|
ACTIVE = "ACTIVE",
|
|
3499
2667
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -3569,72 +2737,36 @@ export interface Service {
|
|
|
3569
2737
|
*/
|
|
3570
2738
|
branchName?: string;
|
|
3571
2739
|
}
|
|
3572
|
-
export declare namespace Service {
|
|
3573
|
-
/**
|
|
3574
|
-
* @internal
|
|
3575
|
-
*/
|
|
3576
|
-
const filterSensitiveLog: (obj: Service) => any;
|
|
3577
|
-
}
|
|
3578
2740
|
export interface CreateServiceOutput {
|
|
3579
2741
|
/**
|
|
3580
2742
|
* <p>The service detail data that's returned by Proton.</p>
|
|
3581
2743
|
*/
|
|
3582
2744
|
service: Service | undefined;
|
|
3583
2745
|
}
|
|
3584
|
-
export declare namespace CreateServiceOutput {
|
|
3585
|
-
/**
|
|
3586
|
-
* @internal
|
|
3587
|
-
*/
|
|
3588
|
-
const filterSensitiveLog: (obj: CreateServiceOutput) => any;
|
|
3589
|
-
}
|
|
3590
2746
|
export interface DeleteServiceInput {
|
|
3591
2747
|
/**
|
|
3592
2748
|
* <p>The name of the service to delete.</p>
|
|
3593
2749
|
*/
|
|
3594
2750
|
name: string | undefined;
|
|
3595
2751
|
}
|
|
3596
|
-
export declare namespace DeleteServiceInput {
|
|
3597
|
-
/**
|
|
3598
|
-
* @internal
|
|
3599
|
-
*/
|
|
3600
|
-
const filterSensitiveLog: (obj: DeleteServiceInput) => any;
|
|
3601
|
-
}
|
|
3602
2752
|
export interface DeleteServiceOutput {
|
|
3603
2753
|
/**
|
|
3604
2754
|
* <p>The detailed data of the service being deleted.</p>
|
|
3605
2755
|
*/
|
|
3606
2756
|
service?: Service;
|
|
3607
2757
|
}
|
|
3608
|
-
export declare namespace DeleteServiceOutput {
|
|
3609
|
-
/**
|
|
3610
|
-
* @internal
|
|
3611
|
-
*/
|
|
3612
|
-
const filterSensitiveLog: (obj: DeleteServiceOutput) => any;
|
|
3613
|
-
}
|
|
3614
2758
|
export interface GetServiceInput {
|
|
3615
2759
|
/**
|
|
3616
2760
|
* <p>The name of the service that you want to get the detailed data for.</p>
|
|
3617
2761
|
*/
|
|
3618
2762
|
name: string | undefined;
|
|
3619
2763
|
}
|
|
3620
|
-
export declare namespace GetServiceInput {
|
|
3621
|
-
/**
|
|
3622
|
-
* @internal
|
|
3623
|
-
*/
|
|
3624
|
-
const filterSensitiveLog: (obj: GetServiceInput) => any;
|
|
3625
|
-
}
|
|
3626
2764
|
export interface GetServiceOutput {
|
|
3627
2765
|
/**
|
|
3628
2766
|
* <p>The detailed data of the requested service.</p>
|
|
3629
2767
|
*/
|
|
3630
2768
|
service?: Service;
|
|
3631
2769
|
}
|
|
3632
|
-
export declare namespace GetServiceOutput {
|
|
3633
|
-
/**
|
|
3634
|
-
* @internal
|
|
3635
|
-
*/
|
|
3636
|
-
const filterSensitiveLog: (obj: GetServiceOutput) => any;
|
|
3637
|
-
}
|
|
3638
2770
|
export interface ListServicesInput {
|
|
3639
2771
|
/**
|
|
3640
2772
|
* <p>A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.</p>
|
|
@@ -3645,12 +2777,6 @@ export interface ListServicesInput {
|
|
|
3645
2777
|
*/
|
|
3646
2778
|
maxResults?: number;
|
|
3647
2779
|
}
|
|
3648
|
-
export declare namespace ListServicesInput {
|
|
3649
|
-
/**
|
|
3650
|
-
* @internal
|
|
3651
|
-
*/
|
|
3652
|
-
const filterSensitiveLog: (obj: ListServicesInput) => any;
|
|
3653
|
-
}
|
|
3654
2780
|
/**
|
|
3655
2781
|
* <p>Summary data of an Proton service resource.</p>
|
|
3656
2782
|
*/
|
|
@@ -3688,12 +2814,6 @@ export interface ServiceSummary {
|
|
|
3688
2814
|
*/
|
|
3689
2815
|
statusMessage?: string;
|
|
3690
2816
|
}
|
|
3691
|
-
export declare namespace ServiceSummary {
|
|
3692
|
-
/**
|
|
3693
|
-
* @internal
|
|
3694
|
-
*/
|
|
3695
|
-
const filterSensitiveLog: (obj: ServiceSummary) => any;
|
|
3696
|
-
}
|
|
3697
2817
|
export interface ListServicesOutput {
|
|
3698
2818
|
/**
|
|
3699
2819
|
* <p>A token that indicates the location of the next service in the array of services, after the current requested list of services.</p>
|
|
@@ -3704,12 +2824,6 @@ export interface ListServicesOutput {
|
|
|
3704
2824
|
*/
|
|
3705
2825
|
services: ServiceSummary[] | undefined;
|
|
3706
2826
|
}
|
|
3707
|
-
export declare namespace ListServicesOutput {
|
|
3708
|
-
/**
|
|
3709
|
-
* @internal
|
|
3710
|
-
*/
|
|
3711
|
-
const filterSensitiveLog: (obj: ListServicesOutput) => any;
|
|
3712
|
-
}
|
|
3713
2827
|
export interface UpdateServiceInput {
|
|
3714
2828
|
/**
|
|
3715
2829
|
* <p>The name of the service to edit.</p>
|
|
@@ -3726,24 +2840,12 @@ export interface UpdateServiceInput {
|
|
|
3726
2840
|
*/
|
|
3727
2841
|
spec?: string;
|
|
3728
2842
|
}
|
|
3729
|
-
export declare namespace UpdateServiceInput {
|
|
3730
|
-
/**
|
|
3731
|
-
* @internal
|
|
3732
|
-
*/
|
|
3733
|
-
const filterSensitiveLog: (obj: UpdateServiceInput) => any;
|
|
3734
|
-
}
|
|
3735
2843
|
export interface UpdateServiceOutput {
|
|
3736
2844
|
/**
|
|
3737
2845
|
* <p>The service detail data that's returned by Proton.</p>
|
|
3738
2846
|
*/
|
|
3739
2847
|
service: Service | undefined;
|
|
3740
2848
|
}
|
|
3741
|
-
export declare namespace UpdateServiceOutput {
|
|
3742
|
-
/**
|
|
3743
|
-
* @internal
|
|
3744
|
-
*/
|
|
3745
|
-
const filterSensitiveLog: (obj: UpdateServiceOutput) => any;
|
|
3746
|
-
}
|
|
3747
2849
|
export interface CreateServiceTemplateInput {
|
|
3748
2850
|
/**
|
|
3749
2851
|
* <p>The name of the service template.</p>
|
|
@@ -3773,12 +2875,6 @@ export interface CreateServiceTemplateInput {
|
|
|
3773
2875
|
*/
|
|
3774
2876
|
tags?: Tag[];
|
|
3775
2877
|
}
|
|
3776
|
-
export declare namespace CreateServiceTemplateInput {
|
|
3777
|
-
/**
|
|
3778
|
-
* @internal
|
|
3779
|
-
*/
|
|
3780
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateInput) => any;
|
|
3781
|
-
}
|
|
3782
2878
|
/**
|
|
3783
2879
|
* <p>Detailed data of an Proton service template resource.</p>
|
|
3784
2880
|
*/
|
|
@@ -3821,72 +2917,36 @@ export interface ServiceTemplate {
|
|
|
3821
2917
|
*/
|
|
3822
2918
|
pipelineProvisioning?: Provisioning | string;
|
|
3823
2919
|
}
|
|
3824
|
-
export declare namespace ServiceTemplate {
|
|
3825
|
-
/**
|
|
3826
|
-
* @internal
|
|
3827
|
-
*/
|
|
3828
|
-
const filterSensitiveLog: (obj: ServiceTemplate) => any;
|
|
3829
|
-
}
|
|
3830
2920
|
export interface CreateServiceTemplateOutput {
|
|
3831
2921
|
/**
|
|
3832
2922
|
* <p>The service template detail data that's returned by Proton.</p>
|
|
3833
2923
|
*/
|
|
3834
2924
|
serviceTemplate: ServiceTemplate | undefined;
|
|
3835
2925
|
}
|
|
3836
|
-
export declare namespace CreateServiceTemplateOutput {
|
|
3837
|
-
/**
|
|
3838
|
-
* @internal
|
|
3839
|
-
*/
|
|
3840
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateOutput) => any;
|
|
3841
|
-
}
|
|
3842
2926
|
export interface DeleteServiceTemplateInput {
|
|
3843
2927
|
/**
|
|
3844
2928
|
* <p>The name of the service template to delete.</p>
|
|
3845
2929
|
*/
|
|
3846
2930
|
name: string | undefined;
|
|
3847
2931
|
}
|
|
3848
|
-
export declare namespace DeleteServiceTemplateInput {
|
|
3849
|
-
/**
|
|
3850
|
-
* @internal
|
|
3851
|
-
*/
|
|
3852
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateInput) => any;
|
|
3853
|
-
}
|
|
3854
2932
|
export interface DeleteServiceTemplateOutput {
|
|
3855
2933
|
/**
|
|
3856
2934
|
* <p>The detailed data of the service template being deleted.</p>
|
|
3857
2935
|
*/
|
|
3858
2936
|
serviceTemplate?: ServiceTemplate;
|
|
3859
2937
|
}
|
|
3860
|
-
export declare namespace DeleteServiceTemplateOutput {
|
|
3861
|
-
/**
|
|
3862
|
-
* @internal
|
|
3863
|
-
*/
|
|
3864
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateOutput) => any;
|
|
3865
|
-
}
|
|
3866
2938
|
export interface GetServiceTemplateInput {
|
|
3867
2939
|
/**
|
|
3868
2940
|
* <p>The name of the service template that you want to get detailed data for.</p>
|
|
3869
2941
|
*/
|
|
3870
2942
|
name: string | undefined;
|
|
3871
2943
|
}
|
|
3872
|
-
export declare namespace GetServiceTemplateInput {
|
|
3873
|
-
/**
|
|
3874
|
-
* @internal
|
|
3875
|
-
*/
|
|
3876
|
-
const filterSensitiveLog: (obj: GetServiceTemplateInput) => any;
|
|
3877
|
-
}
|
|
3878
2944
|
export interface GetServiceTemplateOutput {
|
|
3879
2945
|
/**
|
|
3880
2946
|
* <p>The detailed data of the requested service template.</p>
|
|
3881
2947
|
*/
|
|
3882
2948
|
serviceTemplate: ServiceTemplate | undefined;
|
|
3883
2949
|
}
|
|
3884
|
-
export declare namespace GetServiceTemplateOutput {
|
|
3885
|
-
/**
|
|
3886
|
-
* @internal
|
|
3887
|
-
*/
|
|
3888
|
-
const filterSensitiveLog: (obj: GetServiceTemplateOutput) => any;
|
|
3889
|
-
}
|
|
3890
2950
|
export interface ListServiceTemplatesInput {
|
|
3891
2951
|
/**
|
|
3892
2952
|
* <p>A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously
|
|
@@ -3898,12 +2958,6 @@ export interface ListServiceTemplatesInput {
|
|
|
3898
2958
|
*/
|
|
3899
2959
|
maxResults?: number;
|
|
3900
2960
|
}
|
|
3901
|
-
export declare namespace ListServiceTemplatesInput {
|
|
3902
|
-
/**
|
|
3903
|
-
* @internal
|
|
3904
|
-
*/
|
|
3905
|
-
const filterSensitiveLog: (obj: ListServiceTemplatesInput) => any;
|
|
3906
|
-
}
|
|
3907
2961
|
/**
|
|
3908
2962
|
* <p>Summary data of an Proton service template resource.</p>
|
|
3909
2963
|
*/
|
|
@@ -3942,12 +2996,6 @@ export interface ServiceTemplateSummary {
|
|
|
3942
2996
|
*/
|
|
3943
2997
|
pipelineProvisioning?: Provisioning | string;
|
|
3944
2998
|
}
|
|
3945
|
-
export declare namespace ServiceTemplateSummary {
|
|
3946
|
-
/**
|
|
3947
|
-
* @internal
|
|
3948
|
-
*/
|
|
3949
|
-
const filterSensitiveLog: (obj: ServiceTemplateSummary) => any;
|
|
3950
|
-
}
|
|
3951
2999
|
export interface ListServiceTemplatesOutput {
|
|
3952
3000
|
/**
|
|
3953
3001
|
* <p>A token that indicates the location of the next service template in the array of service templates, after the current requested list of service
|
|
@@ -3959,12 +3007,6 @@ export interface ListServiceTemplatesOutput {
|
|
|
3959
3007
|
*/
|
|
3960
3008
|
templates: ServiceTemplateSummary[] | undefined;
|
|
3961
3009
|
}
|
|
3962
|
-
export declare namespace ListServiceTemplatesOutput {
|
|
3963
|
-
/**
|
|
3964
|
-
* @internal
|
|
3965
|
-
*/
|
|
3966
|
-
const filterSensitiveLog: (obj: ListServiceTemplatesOutput) => any;
|
|
3967
|
-
}
|
|
3968
3010
|
export interface UpdateServiceTemplateInput {
|
|
3969
3011
|
/**
|
|
3970
3012
|
* <p>The name of the service template to update.</p>
|
|
@@ -3979,24 +3021,12 @@ export interface UpdateServiceTemplateInput {
|
|
|
3979
3021
|
*/
|
|
3980
3022
|
description?: string;
|
|
3981
3023
|
}
|
|
3982
|
-
export declare namespace UpdateServiceTemplateInput {
|
|
3983
|
-
/**
|
|
3984
|
-
* @internal
|
|
3985
|
-
*/
|
|
3986
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateInput) => any;
|
|
3987
|
-
}
|
|
3988
3024
|
export interface UpdateServiceTemplateOutput {
|
|
3989
3025
|
/**
|
|
3990
3026
|
* <p>The service template detail data that's returned by Proton.</p>
|
|
3991
3027
|
*/
|
|
3992
3028
|
serviceTemplate: ServiceTemplate | undefined;
|
|
3993
3029
|
}
|
|
3994
|
-
export declare namespace UpdateServiceTemplateOutput {
|
|
3995
|
-
/**
|
|
3996
|
-
* @internal
|
|
3997
|
-
*/
|
|
3998
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateOutput) => any;
|
|
3999
|
-
}
|
|
4000
3030
|
/**
|
|
4001
3031
|
* <p>Compatible environment template data.</p>
|
|
4002
3032
|
*/
|
|
@@ -4010,12 +3040,6 @@ export interface CompatibleEnvironmentTemplateInput {
|
|
|
4010
3040
|
*/
|
|
4011
3041
|
majorVersion: string | undefined;
|
|
4012
3042
|
}
|
|
4013
|
-
export declare namespace CompatibleEnvironmentTemplateInput {
|
|
4014
|
-
/**
|
|
4015
|
-
* @internal
|
|
4016
|
-
*/
|
|
4017
|
-
const filterSensitiveLog: (obj: CompatibleEnvironmentTemplateInput) => any;
|
|
4018
|
-
}
|
|
4019
3043
|
export declare enum ServiceTemplateSupportedComponentSourceType {
|
|
4020
3044
|
DIRECTLY_DEFINED = "DIRECTLY_DEFINED"
|
|
4021
3045
|
}
|
|
@@ -4062,12 +3086,6 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
4062
3086
|
*/
|
|
4063
3087
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
4064
3088
|
}
|
|
4065
|
-
export declare namespace CreateServiceTemplateVersionInput {
|
|
4066
|
-
/**
|
|
4067
|
-
* @internal
|
|
4068
|
-
*/
|
|
4069
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateVersionInput) => any;
|
|
4070
|
-
}
|
|
4071
3089
|
/**
|
|
4072
3090
|
* <p>Compatible environment template data.</p>
|
|
4073
3091
|
*/
|
|
@@ -4081,12 +3099,6 @@ export interface CompatibleEnvironmentTemplate {
|
|
|
4081
3099
|
*/
|
|
4082
3100
|
majorVersion: string | undefined;
|
|
4083
3101
|
}
|
|
4084
|
-
export declare namespace CompatibleEnvironmentTemplate {
|
|
4085
|
-
/**
|
|
4086
|
-
* @internal
|
|
4087
|
-
*/
|
|
4088
|
-
const filterSensitiveLog: (obj: CompatibleEnvironmentTemplate) => any;
|
|
4089
|
-
}
|
|
4090
3102
|
/**
|
|
4091
3103
|
* <p>Detailed data of an Proton service template version resource.</p>
|
|
4092
3104
|
*/
|
|
@@ -4148,24 +3160,12 @@ export interface ServiceTemplateVersion {
|
|
|
4148
3160
|
*/
|
|
4149
3161
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
4150
3162
|
}
|
|
4151
|
-
export declare namespace ServiceTemplateVersion {
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
const filterSensitiveLog: (obj: ServiceTemplateVersion) => any;
|
|
4156
|
-
}
|
|
4157
3163
|
export interface CreateServiceTemplateVersionOutput {
|
|
4158
3164
|
/**
|
|
4159
3165
|
* <p>The service template version summary of detail data that's returned by Proton.</p>
|
|
4160
3166
|
*/
|
|
4161
3167
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
4162
3168
|
}
|
|
4163
|
-
export declare namespace CreateServiceTemplateVersionOutput {
|
|
4164
|
-
/**
|
|
4165
|
-
* @internal
|
|
4166
|
-
*/
|
|
4167
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateVersionOutput) => any;
|
|
4168
|
-
}
|
|
4169
3169
|
export interface DeleteServiceTemplateVersionInput {
|
|
4170
3170
|
/**
|
|
4171
3171
|
* <p>The name of the service template.</p>
|
|
@@ -4180,24 +3180,12 @@ export interface DeleteServiceTemplateVersionInput {
|
|
|
4180
3180
|
*/
|
|
4181
3181
|
minorVersion: string | undefined;
|
|
4182
3182
|
}
|
|
4183
|
-
export declare namespace DeleteServiceTemplateVersionInput {
|
|
4184
|
-
/**
|
|
4185
|
-
* @internal
|
|
4186
|
-
*/
|
|
4187
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateVersionInput) => any;
|
|
4188
|
-
}
|
|
4189
3183
|
export interface DeleteServiceTemplateVersionOutput {
|
|
4190
3184
|
/**
|
|
4191
3185
|
* <p>The detailed data of the service template version being deleted.</p>
|
|
4192
3186
|
*/
|
|
4193
3187
|
serviceTemplateVersion?: ServiceTemplateVersion;
|
|
4194
3188
|
}
|
|
4195
|
-
export declare namespace DeleteServiceTemplateVersionOutput {
|
|
4196
|
-
/**
|
|
4197
|
-
* @internal
|
|
4198
|
-
*/
|
|
4199
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateVersionOutput) => any;
|
|
4200
|
-
}
|
|
4201
3189
|
export interface GetServiceTemplateVersionInput {
|
|
4202
3190
|
/**
|
|
4203
3191
|
* <p>The name of the service template a version of which you want to get detailed data for.</p>
|
|
@@ -4212,24 +3200,12 @@ export interface GetServiceTemplateVersionInput {
|
|
|
4212
3200
|
*/
|
|
4213
3201
|
minorVersion: string | undefined;
|
|
4214
3202
|
}
|
|
4215
|
-
export declare namespace GetServiceTemplateVersionInput {
|
|
4216
|
-
/**
|
|
4217
|
-
* @internal
|
|
4218
|
-
*/
|
|
4219
|
-
const filterSensitiveLog: (obj: GetServiceTemplateVersionInput) => any;
|
|
4220
|
-
}
|
|
4221
3203
|
export interface GetServiceTemplateVersionOutput {
|
|
4222
3204
|
/**
|
|
4223
3205
|
* <p>The detailed data of the requested service template version.</p>
|
|
4224
3206
|
*/
|
|
4225
3207
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
4226
3208
|
}
|
|
4227
|
-
export declare namespace GetServiceTemplateVersionOutput {
|
|
4228
|
-
/**
|
|
4229
|
-
* @internal
|
|
4230
|
-
*/
|
|
4231
|
-
const filterSensitiveLog: (obj: GetServiceTemplateVersionOutput) => any;
|
|
4232
|
-
}
|
|
4233
3209
|
export interface ListServiceTemplateVersionsInput {
|
|
4234
3210
|
/**
|
|
4235
3211
|
* <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list
|
|
@@ -4251,12 +3227,6 @@ export interface ListServiceTemplateVersionsInput {
|
|
|
4251
3227
|
*/
|
|
4252
3228
|
majorVersion?: string;
|
|
4253
3229
|
}
|
|
4254
|
-
export declare namespace ListServiceTemplateVersionsInput {
|
|
4255
|
-
/**
|
|
4256
|
-
* @internal
|
|
4257
|
-
*/
|
|
4258
|
-
const filterSensitiveLog: (obj: ListServiceTemplateVersionsInput) => any;
|
|
4259
|
-
}
|
|
4260
3230
|
/**
|
|
4261
3231
|
* <p>Summary data of an Proton service template version resource.</p>
|
|
4262
3232
|
*/
|
|
@@ -4302,12 +3272,6 @@ export interface ServiceTemplateVersionSummary {
|
|
|
4302
3272
|
*/
|
|
4303
3273
|
lastModifiedAt: Date | undefined;
|
|
4304
3274
|
}
|
|
4305
|
-
export declare namespace ServiceTemplateVersionSummary {
|
|
4306
|
-
/**
|
|
4307
|
-
* @internal
|
|
4308
|
-
*/
|
|
4309
|
-
const filterSensitiveLog: (obj: ServiceTemplateVersionSummary) => any;
|
|
4310
|
-
}
|
|
4311
3275
|
export interface ListServiceTemplateVersionsOutput {
|
|
4312
3276
|
/**
|
|
4313
3277
|
* <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the
|
|
@@ -4319,12 +3283,6 @@ export interface ListServiceTemplateVersionsOutput {
|
|
|
4319
3283
|
*/
|
|
4320
3284
|
templateVersions: ServiceTemplateVersionSummary[] | undefined;
|
|
4321
3285
|
}
|
|
4322
|
-
export declare namespace ListServiceTemplateVersionsOutput {
|
|
4323
|
-
/**
|
|
4324
|
-
* @internal
|
|
4325
|
-
*/
|
|
4326
|
-
const filterSensitiveLog: (obj: ListServiceTemplateVersionsOutput) => any;
|
|
4327
|
-
}
|
|
4328
3286
|
export interface UpdateServiceTemplateVersionInput {
|
|
4329
3287
|
/**
|
|
4330
3288
|
* <p>The name of the service template.</p>
|
|
@@ -4364,24 +3322,12 @@ export interface UpdateServiceTemplateVersionInput {
|
|
|
4364
3322
|
*/
|
|
4365
3323
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
4366
3324
|
}
|
|
4367
|
-
export declare namespace UpdateServiceTemplateVersionInput {
|
|
4368
|
-
/**
|
|
4369
|
-
* @internal
|
|
4370
|
-
*/
|
|
4371
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateVersionInput) => any;
|
|
4372
|
-
}
|
|
4373
3325
|
export interface UpdateServiceTemplateVersionOutput {
|
|
4374
3326
|
/**
|
|
4375
3327
|
* <p>The service template version detail data that's returned by Proton.</p>
|
|
4376
3328
|
*/
|
|
4377
3329
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
4378
3330
|
}
|
|
4379
|
-
export declare namespace UpdateServiceTemplateVersionOutput {
|
|
4380
|
-
/**
|
|
4381
|
-
* @internal
|
|
4382
|
-
*/
|
|
4383
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateVersionOutput) => any;
|
|
4384
|
-
}
|
|
4385
3331
|
export interface TagResourceInput {
|
|
4386
3332
|
/**
|
|
4387
3333
|
* <p>The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to.</p>
|
|
@@ -4392,20 +3338,8 @@ export interface TagResourceInput {
|
|
|
4392
3338
|
*/
|
|
4393
3339
|
tags: Tag[] | undefined;
|
|
4394
3340
|
}
|
|
4395
|
-
export declare namespace TagResourceInput {
|
|
4396
|
-
/**
|
|
4397
|
-
* @internal
|
|
4398
|
-
*/
|
|
4399
|
-
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
4400
|
-
}
|
|
4401
3341
|
export interface TagResourceOutput {
|
|
4402
3342
|
}
|
|
4403
|
-
export declare namespace TagResourceOutput {
|
|
4404
|
-
/**
|
|
4405
|
-
* @internal
|
|
4406
|
-
*/
|
|
4407
|
-
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
4408
|
-
}
|
|
4409
3343
|
export interface CreateTemplateSyncConfigInput {
|
|
4410
3344
|
/**
|
|
4411
3345
|
* <p>The name of your registered template.</p>
|
|
@@ -4433,12 +3367,6 @@ export interface CreateTemplateSyncConfigInput {
|
|
|
4433
3367
|
*/
|
|
4434
3368
|
subdirectory?: string;
|
|
4435
3369
|
}
|
|
4436
|
-
export declare namespace CreateTemplateSyncConfigInput {
|
|
4437
|
-
/**
|
|
4438
|
-
* @internal
|
|
4439
|
-
*/
|
|
4440
|
-
const filterSensitiveLog: (obj: CreateTemplateSyncConfigInput) => any;
|
|
4441
|
-
}
|
|
4442
3370
|
/**
|
|
4443
3371
|
* <p>The detail data for a template sync configuration.</p>
|
|
4444
3372
|
*/
|
|
@@ -4468,24 +3396,12 @@ export interface TemplateSyncConfig {
|
|
|
4468
3396
|
*/
|
|
4469
3397
|
subdirectory?: string;
|
|
4470
3398
|
}
|
|
4471
|
-
export declare namespace TemplateSyncConfig {
|
|
4472
|
-
/**
|
|
4473
|
-
* @internal
|
|
4474
|
-
*/
|
|
4475
|
-
const filterSensitiveLog: (obj: TemplateSyncConfig) => any;
|
|
4476
|
-
}
|
|
4477
3399
|
export interface CreateTemplateSyncConfigOutput {
|
|
4478
3400
|
/**
|
|
4479
3401
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
4480
3402
|
*/
|
|
4481
3403
|
templateSyncConfig?: TemplateSyncConfig;
|
|
4482
3404
|
}
|
|
4483
|
-
export declare namespace CreateTemplateSyncConfigOutput {
|
|
4484
|
-
/**
|
|
4485
|
-
* @internal
|
|
4486
|
-
*/
|
|
4487
|
-
const filterSensitiveLog: (obj: CreateTemplateSyncConfigOutput) => any;
|
|
4488
|
-
}
|
|
4489
3405
|
export interface DeleteTemplateSyncConfigInput {
|
|
4490
3406
|
/**
|
|
4491
3407
|
* <p>The template name.</p>
|
|
@@ -4496,24 +3412,12 @@ export interface DeleteTemplateSyncConfigInput {
|
|
|
4496
3412
|
*/
|
|
4497
3413
|
templateType: TemplateType | string | undefined;
|
|
4498
3414
|
}
|
|
4499
|
-
export declare namespace DeleteTemplateSyncConfigInput {
|
|
4500
|
-
/**
|
|
4501
|
-
* @internal
|
|
4502
|
-
*/
|
|
4503
|
-
const filterSensitiveLog: (obj: DeleteTemplateSyncConfigInput) => any;
|
|
4504
|
-
}
|
|
4505
3415
|
export interface DeleteTemplateSyncConfigOutput {
|
|
4506
3416
|
/**
|
|
4507
3417
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
4508
3418
|
*/
|
|
4509
3419
|
templateSyncConfig?: TemplateSyncConfig;
|
|
4510
3420
|
}
|
|
4511
|
-
export declare namespace DeleteTemplateSyncConfigOutput {
|
|
4512
|
-
/**
|
|
4513
|
-
* @internal
|
|
4514
|
-
*/
|
|
4515
|
-
const filterSensitiveLog: (obj: DeleteTemplateSyncConfigOutput) => any;
|
|
4516
|
-
}
|
|
4517
3421
|
export interface GetTemplateSyncConfigInput {
|
|
4518
3422
|
/**
|
|
4519
3423
|
* <p>The template name.</p>
|
|
@@ -4524,24 +3428,12 @@ export interface GetTemplateSyncConfigInput {
|
|
|
4524
3428
|
*/
|
|
4525
3429
|
templateType: TemplateType | string | undefined;
|
|
4526
3430
|
}
|
|
4527
|
-
export declare namespace GetTemplateSyncConfigInput {
|
|
4528
|
-
/**
|
|
4529
|
-
* @internal
|
|
4530
|
-
*/
|
|
4531
|
-
const filterSensitiveLog: (obj: GetTemplateSyncConfigInput) => any;
|
|
4532
|
-
}
|
|
4533
3431
|
export interface GetTemplateSyncConfigOutput {
|
|
4534
3432
|
/**
|
|
4535
3433
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
4536
3434
|
*/
|
|
4537
3435
|
templateSyncConfig?: TemplateSyncConfig;
|
|
4538
3436
|
}
|
|
4539
|
-
export declare namespace GetTemplateSyncConfigOutput {
|
|
4540
|
-
/**
|
|
4541
|
-
* @internal
|
|
4542
|
-
*/
|
|
4543
|
-
const filterSensitiveLog: (obj: GetTemplateSyncConfigOutput) => any;
|
|
4544
|
-
}
|
|
4545
3437
|
export interface UpdateTemplateSyncConfigInput {
|
|
4546
3438
|
/**
|
|
4547
3439
|
* <p>The synced template name.</p>
|
|
@@ -4568,24 +3460,12 @@ export interface UpdateTemplateSyncConfigInput {
|
|
|
4568
3460
|
*/
|
|
4569
3461
|
subdirectory?: string;
|
|
4570
3462
|
}
|
|
4571
|
-
export declare namespace UpdateTemplateSyncConfigInput {
|
|
4572
|
-
/**
|
|
4573
|
-
* @internal
|
|
4574
|
-
*/
|
|
4575
|
-
const filterSensitiveLog: (obj: UpdateTemplateSyncConfigInput) => any;
|
|
4576
|
-
}
|
|
4577
3463
|
export interface UpdateTemplateSyncConfigOutput {
|
|
4578
3464
|
/**
|
|
4579
3465
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
4580
3466
|
*/
|
|
4581
3467
|
templateSyncConfig?: TemplateSyncConfig;
|
|
4582
3468
|
}
|
|
4583
|
-
export declare namespace UpdateTemplateSyncConfigOutput {
|
|
4584
|
-
/**
|
|
4585
|
-
* @internal
|
|
4586
|
-
*/
|
|
4587
|
-
const filterSensitiveLog: (obj: UpdateTemplateSyncConfigOutput) => any;
|
|
4588
|
-
}
|
|
4589
3469
|
export interface UntagResourceInput {
|
|
4590
3470
|
/**
|
|
4591
3471
|
* <p>The Amazon Resource Name (ARN) of the resource to remove customer tags from.</p>
|
|
@@ -4596,17 +3476,761 @@ export interface UntagResourceInput {
|
|
|
4596
3476
|
*/
|
|
4597
3477
|
tagKeys: string[] | undefined;
|
|
4598
3478
|
}
|
|
4599
|
-
export declare namespace UntagResourceInput {
|
|
4600
|
-
/**
|
|
4601
|
-
* @internal
|
|
4602
|
-
*/
|
|
4603
|
-
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
4604
|
-
}
|
|
4605
3479
|
export interface UntagResourceOutput {
|
|
4606
3480
|
}
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
3481
|
+
/**
|
|
3482
|
+
* @internal
|
|
3483
|
+
*/
|
|
3484
|
+
export declare const AcceptEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionInput) => any;
|
|
3485
|
+
/**
|
|
3486
|
+
* @internal
|
|
3487
|
+
*/
|
|
3488
|
+
export declare const EnvironmentAccountConnectionFilterSensitiveLog: (obj: EnvironmentAccountConnection) => any;
|
|
3489
|
+
/**
|
|
3490
|
+
* @internal
|
|
3491
|
+
*/
|
|
3492
|
+
export declare const AcceptEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionOutput) => any;
|
|
3493
|
+
/**
|
|
3494
|
+
* @internal
|
|
3495
|
+
*/
|
|
3496
|
+
export declare const RepositoryBranchFilterSensitiveLog: (obj: RepositoryBranch) => any;
|
|
3497
|
+
/**
|
|
3498
|
+
* @internal
|
|
3499
|
+
*/
|
|
3500
|
+
export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
|
|
3501
|
+
/**
|
|
3502
|
+
* @internal
|
|
3503
|
+
*/
|
|
3504
|
+
export declare const GetAccountSettingsInputFilterSensitiveLog: (obj: GetAccountSettingsInput) => any;
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
*/
|
|
3508
|
+
export declare const GetAccountSettingsOutputFilterSensitiveLog: (obj: GetAccountSettingsOutput) => any;
|
|
3509
|
+
/**
|
|
3510
|
+
* @internal
|
|
3511
|
+
*/
|
|
3512
|
+
export declare const RepositoryBranchInputFilterSensitiveLog: (obj: RepositoryBranchInput) => any;
|
|
3513
|
+
/**
|
|
3514
|
+
* @internal
|
|
3515
|
+
*/
|
|
3516
|
+
export declare const UpdateAccountSettingsInputFilterSensitiveLog: (obj: UpdateAccountSettingsInput) => any;
|
|
3517
|
+
/**
|
|
3518
|
+
* @internal
|
|
3519
|
+
*/
|
|
3520
|
+
export declare const UpdateAccountSettingsOutputFilterSensitiveLog: (obj: UpdateAccountSettingsOutput) => any;
|
|
3521
|
+
/**
|
|
3522
|
+
* @internal
|
|
3523
|
+
*/
|
|
3524
|
+
export declare const CancelComponentDeploymentInputFilterSensitiveLog: (obj: CancelComponentDeploymentInput) => any;
|
|
3525
|
+
/**
|
|
3526
|
+
* @internal
|
|
3527
|
+
*/
|
|
3528
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
3529
|
+
/**
|
|
3530
|
+
* @internal
|
|
3531
|
+
*/
|
|
3532
|
+
export declare const CancelComponentDeploymentOutputFilterSensitiveLog: (obj: CancelComponentDeploymentOutput) => any;
|
|
3533
|
+
/**
|
|
3534
|
+
* @internal
|
|
3535
|
+
*/
|
|
3536
|
+
export declare const CancelEnvironmentDeploymentInputFilterSensitiveLog: (obj: CancelEnvironmentDeploymentInput) => any;
|
|
3537
|
+
/**
|
|
3538
|
+
* @internal
|
|
3539
|
+
*/
|
|
3540
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
3541
|
+
/**
|
|
3542
|
+
* @internal
|
|
3543
|
+
*/
|
|
3544
|
+
export declare const CancelEnvironmentDeploymentOutputFilterSensitiveLog: (obj: CancelEnvironmentDeploymentOutput) => any;
|
|
3545
|
+
/**
|
|
3546
|
+
* @internal
|
|
3547
|
+
*/
|
|
3548
|
+
export declare const CancelServiceInstanceDeploymentInputFilterSensitiveLog: (obj: CancelServiceInstanceDeploymentInput) => any;
|
|
3549
|
+
/**
|
|
3550
|
+
* @internal
|
|
3551
|
+
*/
|
|
3552
|
+
export declare const ServiceInstanceFilterSensitiveLog: (obj: ServiceInstance) => any;
|
|
3553
|
+
/**
|
|
3554
|
+
* @internal
|
|
3555
|
+
*/
|
|
3556
|
+
export declare const CancelServiceInstanceDeploymentOutputFilterSensitiveLog: (obj: CancelServiceInstanceDeploymentOutput) => any;
|
|
3557
|
+
/**
|
|
3558
|
+
* @internal
|
|
3559
|
+
*/
|
|
3560
|
+
export declare const CancelServicePipelineDeploymentInputFilterSensitiveLog: (obj: CancelServicePipelineDeploymentInput) => any;
|
|
3561
|
+
/**
|
|
3562
|
+
* @internal
|
|
3563
|
+
*/
|
|
3564
|
+
export declare const ServicePipelineFilterSensitiveLog: (obj: ServicePipeline) => any;
|
|
3565
|
+
/**
|
|
3566
|
+
* @internal
|
|
3567
|
+
*/
|
|
3568
|
+
export declare const CancelServicePipelineDeploymentOutputFilterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
|
|
3569
|
+
/**
|
|
3570
|
+
* @internal
|
|
3571
|
+
*/
|
|
3572
|
+
export declare const ListComponentOutputsInputFilterSensitiveLog: (obj: ListComponentOutputsInput) => any;
|
|
3573
|
+
/**
|
|
3574
|
+
* @internal
|
|
3575
|
+
*/
|
|
3576
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
3577
|
+
/**
|
|
3578
|
+
* @internal
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const ListComponentOutputsOutputFilterSensitiveLog: (obj: ListComponentOutputsOutput) => any;
|
|
3581
|
+
/**
|
|
3582
|
+
* @internal
|
|
3583
|
+
*/
|
|
3584
|
+
export declare const ListComponentProvisionedResourcesInputFilterSensitiveLog: (obj: ListComponentProvisionedResourcesInput) => any;
|
|
3585
|
+
/**
|
|
3586
|
+
* @internal
|
|
3587
|
+
*/
|
|
3588
|
+
export declare const ProvisionedResourceFilterSensitiveLog: (obj: ProvisionedResource) => any;
|
|
3589
|
+
/**
|
|
3590
|
+
* @internal
|
|
3591
|
+
*/
|
|
3592
|
+
export declare const ListComponentProvisionedResourcesOutputFilterSensitiveLog: (obj: ListComponentProvisionedResourcesOutput) => any;
|
|
3593
|
+
/**
|
|
3594
|
+
* @internal
|
|
3595
|
+
*/
|
|
3596
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3597
|
+
/**
|
|
3598
|
+
* @internal
|
|
3599
|
+
*/
|
|
3600
|
+
export declare const CreateComponentInputFilterSensitiveLog: (obj: CreateComponentInput) => any;
|
|
3601
|
+
/**
|
|
3602
|
+
* @internal
|
|
3603
|
+
*/
|
|
3604
|
+
export declare const CreateComponentOutputFilterSensitiveLog: (obj: CreateComponentOutput) => any;
|
|
3605
|
+
/**
|
|
3606
|
+
* @internal
|
|
3607
|
+
*/
|
|
3608
|
+
export declare const DeleteComponentInputFilterSensitiveLog: (obj: DeleteComponentInput) => any;
|
|
3609
|
+
/**
|
|
3610
|
+
* @internal
|
|
3611
|
+
*/
|
|
3612
|
+
export declare const DeleteComponentOutputFilterSensitiveLog: (obj: DeleteComponentOutput) => any;
|
|
3613
|
+
/**
|
|
3614
|
+
* @internal
|
|
3615
|
+
*/
|
|
3616
|
+
export declare const GetComponentInputFilterSensitiveLog: (obj: GetComponentInput) => any;
|
|
3617
|
+
/**
|
|
3618
|
+
* @internal
|
|
3619
|
+
*/
|
|
3620
|
+
export declare const GetComponentOutputFilterSensitiveLog: (obj: GetComponentOutput) => any;
|
|
3621
|
+
/**
|
|
3622
|
+
* @internal
|
|
3623
|
+
*/
|
|
3624
|
+
export declare const ListComponentsInputFilterSensitiveLog: (obj: ListComponentsInput) => any;
|
|
3625
|
+
/**
|
|
3626
|
+
* @internal
|
|
3627
|
+
*/
|
|
3628
|
+
export declare const ComponentSummaryFilterSensitiveLog: (obj: ComponentSummary) => any;
|
|
3629
|
+
/**
|
|
3630
|
+
* @internal
|
|
3631
|
+
*/
|
|
3632
|
+
export declare const ListComponentsOutputFilterSensitiveLog: (obj: ListComponentsOutput) => any;
|
|
3633
|
+
/**
|
|
3634
|
+
* @internal
|
|
3635
|
+
*/
|
|
3636
|
+
export declare const UpdateComponentInputFilterSensitiveLog: (obj: UpdateComponentInput) => any;
|
|
3637
|
+
/**
|
|
3638
|
+
* @internal
|
|
3639
|
+
*/
|
|
3640
|
+
export declare const UpdateComponentOutputFilterSensitiveLog: (obj: UpdateComponentOutput) => any;
|
|
3641
|
+
/**
|
|
3642
|
+
* @internal
|
|
3643
|
+
*/
|
|
3644
|
+
export declare const CreateEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: CreateEnvironmentAccountConnectionInput) => any;
|
|
3645
|
+
/**
|
|
3646
|
+
* @internal
|
|
3647
|
+
*/
|
|
3648
|
+
export declare const CreateEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: CreateEnvironmentAccountConnectionOutput) => any;
|
|
3649
|
+
/**
|
|
3650
|
+
* @internal
|
|
3651
|
+
*/
|
|
3652
|
+
export declare const DeleteEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionInput) => any;
|
|
3653
|
+
/**
|
|
3654
|
+
* @internal
|
|
3655
|
+
*/
|
|
3656
|
+
export declare const DeleteEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionOutput) => any;
|
|
3657
|
+
/**
|
|
3658
|
+
* @internal
|
|
3659
|
+
*/
|
|
3660
|
+
export declare const GetEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: GetEnvironmentAccountConnectionInput) => any;
|
|
3661
|
+
/**
|
|
3662
|
+
* @internal
|
|
3663
|
+
*/
|
|
3664
|
+
export declare const GetEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: GetEnvironmentAccountConnectionOutput) => any;
|
|
3665
|
+
/**
|
|
3666
|
+
* @internal
|
|
3667
|
+
*/
|
|
3668
|
+
export declare const ListEnvironmentAccountConnectionsInputFilterSensitiveLog: (obj: ListEnvironmentAccountConnectionsInput) => any;
|
|
3669
|
+
/**
|
|
3670
|
+
* @internal
|
|
3671
|
+
*/
|
|
3672
|
+
export declare const EnvironmentAccountConnectionSummaryFilterSensitiveLog: (obj: EnvironmentAccountConnectionSummary) => any;
|
|
3673
|
+
/**
|
|
3674
|
+
* @internal
|
|
3675
|
+
*/
|
|
3676
|
+
export declare const ListEnvironmentAccountConnectionsOutputFilterSensitiveLog: (obj: ListEnvironmentAccountConnectionsOutput) => any;
|
|
3677
|
+
/**
|
|
3678
|
+
* @internal
|
|
3679
|
+
*/
|
|
3680
|
+
export declare const RejectEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: RejectEnvironmentAccountConnectionInput) => any;
|
|
3681
|
+
/**
|
|
3682
|
+
* @internal
|
|
3683
|
+
*/
|
|
3684
|
+
export declare const RejectEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: RejectEnvironmentAccountConnectionOutput) => any;
|
|
3685
|
+
/**
|
|
3686
|
+
* @internal
|
|
3687
|
+
*/
|
|
3688
|
+
export declare const UpdateEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionInput) => any;
|
|
3689
|
+
/**
|
|
3690
|
+
* @internal
|
|
3691
|
+
*/
|
|
3692
|
+
export declare const UpdateEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionOutput) => any;
|
|
3693
|
+
/**
|
|
3694
|
+
* @internal
|
|
3695
|
+
*/
|
|
3696
|
+
export declare const ListEnvironmentOutputsInputFilterSensitiveLog: (obj: ListEnvironmentOutputsInput) => any;
|
|
3697
|
+
/**
|
|
3698
|
+
* @internal
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const ListEnvironmentOutputsOutputFilterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
|
|
3701
|
+
/**
|
|
3702
|
+
* @internal
|
|
3703
|
+
*/
|
|
3704
|
+
export declare const ListEnvironmentProvisionedResourcesInputFilterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesInput) => any;
|
|
3705
|
+
/**
|
|
3706
|
+
* @internal
|
|
3707
|
+
*/
|
|
3708
|
+
export declare const ListEnvironmentProvisionedResourcesOutputFilterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesOutput) => any;
|
|
3709
|
+
/**
|
|
3710
|
+
* @internal
|
|
3711
|
+
*/
|
|
3712
|
+
export declare const CreateEnvironmentInputFilterSensitiveLog: (obj: CreateEnvironmentInput) => any;
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
*/
|
|
3716
|
+
export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
|
|
3717
|
+
/**
|
|
3718
|
+
* @internal
|
|
3719
|
+
*/
|
|
3720
|
+
export declare const DeleteEnvironmentInputFilterSensitiveLog: (obj: DeleteEnvironmentInput) => any;
|
|
3721
|
+
/**
|
|
3722
|
+
* @internal
|
|
3723
|
+
*/
|
|
3724
|
+
export declare const DeleteEnvironmentOutputFilterSensitiveLog: (obj: DeleteEnvironmentOutput) => any;
|
|
3725
|
+
/**
|
|
3726
|
+
* @internal
|
|
3727
|
+
*/
|
|
3728
|
+
export declare const GetEnvironmentInputFilterSensitiveLog: (obj: GetEnvironmentInput) => any;
|
|
3729
|
+
/**
|
|
3730
|
+
* @internal
|
|
3731
|
+
*/
|
|
3732
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
3733
|
+
/**
|
|
3734
|
+
* @internal
|
|
3735
|
+
*/
|
|
3736
|
+
export declare const EnvironmentTemplateFilterFilterSensitiveLog: (obj: EnvironmentTemplateFilter) => any;
|
|
3737
|
+
/**
|
|
3738
|
+
* @internal
|
|
3739
|
+
*/
|
|
3740
|
+
export declare const ListEnvironmentsInputFilterSensitiveLog: (obj: ListEnvironmentsInput) => any;
|
|
3741
|
+
/**
|
|
3742
|
+
* @internal
|
|
3743
|
+
*/
|
|
3744
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
3745
|
+
/**
|
|
3746
|
+
* @internal
|
|
3747
|
+
*/
|
|
3748
|
+
export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
|
|
3749
|
+
/**
|
|
3750
|
+
* @internal
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const UpdateEnvironmentInputFilterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
|
|
3753
|
+
/**
|
|
3754
|
+
* @internal
|
|
3755
|
+
*/
|
|
3756
|
+
export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
|
|
3757
|
+
/**
|
|
3758
|
+
* @internal
|
|
3759
|
+
*/
|
|
3760
|
+
export declare const CreateEnvironmentTemplateInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateInput) => any;
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
export declare const EnvironmentTemplateFilterSensitiveLog: (obj: EnvironmentTemplate) => any;
|
|
3765
|
+
/**
|
|
3766
|
+
* @internal
|
|
3767
|
+
*/
|
|
3768
|
+
export declare const CreateEnvironmentTemplateOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateOutput) => any;
|
|
3769
|
+
/**
|
|
3770
|
+
* @internal
|
|
3771
|
+
*/
|
|
3772
|
+
export declare const DeleteEnvironmentTemplateInputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateInput) => any;
|
|
3773
|
+
/**
|
|
3774
|
+
* @internal
|
|
3775
|
+
*/
|
|
3776
|
+
export declare const DeleteEnvironmentTemplateOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateOutput) => any;
|
|
3777
|
+
/**
|
|
3778
|
+
* @internal
|
|
3779
|
+
*/
|
|
3780
|
+
export declare const GetEnvironmentTemplateInputFilterSensitiveLog: (obj: GetEnvironmentTemplateInput) => any;
|
|
3781
|
+
/**
|
|
3782
|
+
* @internal
|
|
3783
|
+
*/
|
|
3784
|
+
export declare const GetEnvironmentTemplateOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateOutput) => any;
|
|
3785
|
+
/**
|
|
3786
|
+
* @internal
|
|
3787
|
+
*/
|
|
3788
|
+
export declare const ListEnvironmentTemplatesInputFilterSensitiveLog: (obj: ListEnvironmentTemplatesInput) => any;
|
|
3789
|
+
/**
|
|
3790
|
+
* @internal
|
|
3791
|
+
*/
|
|
3792
|
+
export declare const EnvironmentTemplateSummaryFilterSensitiveLog: (obj: EnvironmentTemplateSummary) => any;
|
|
3793
|
+
/**
|
|
3794
|
+
* @internal
|
|
3795
|
+
*/
|
|
3796
|
+
export declare const ListEnvironmentTemplatesOutputFilterSensitiveLog: (obj: ListEnvironmentTemplatesOutput) => any;
|
|
3797
|
+
/**
|
|
3798
|
+
* @internal
|
|
3799
|
+
*/
|
|
3800
|
+
export declare const UpdateEnvironmentTemplateInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateInput) => any;
|
|
3801
|
+
/**
|
|
3802
|
+
* @internal
|
|
3803
|
+
*/
|
|
3804
|
+
export declare const UpdateEnvironmentTemplateOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateOutput) => any;
|
|
3805
|
+
/**
|
|
3806
|
+
* @internal
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const S3ObjectSourceFilterSensitiveLog: (obj: S3ObjectSource) => any;
|
|
3809
|
+
/**
|
|
3810
|
+
* @internal
|
|
3811
|
+
*/
|
|
3812
|
+
export declare const TemplateVersionSourceInputFilterSensitiveLog: (obj: TemplateVersionSourceInput) => any;
|
|
3813
|
+
/**
|
|
3814
|
+
* @internal
|
|
3815
|
+
*/
|
|
3816
|
+
export declare const CreateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionInput) => any;
|
|
3817
|
+
/**
|
|
3818
|
+
* @internal
|
|
3819
|
+
*/
|
|
3820
|
+
export declare const EnvironmentTemplateVersionFilterSensitiveLog: (obj: EnvironmentTemplateVersion) => any;
|
|
3821
|
+
/**
|
|
3822
|
+
* @internal
|
|
3823
|
+
*/
|
|
3824
|
+
export declare const CreateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionOutput) => any;
|
|
3825
|
+
/**
|
|
3826
|
+
* @internal
|
|
3827
|
+
*/
|
|
3828
|
+
export declare const DeleteEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionInput) => any;
|
|
3829
|
+
/**
|
|
3830
|
+
* @internal
|
|
3831
|
+
*/
|
|
3832
|
+
export declare const DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionOutput) => any;
|
|
3833
|
+
/**
|
|
3834
|
+
* @internal
|
|
3835
|
+
*/
|
|
3836
|
+
export declare const GetEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: GetEnvironmentTemplateVersionInput) => any;
|
|
3837
|
+
/**
|
|
3838
|
+
* @internal
|
|
3839
|
+
*/
|
|
3840
|
+
export declare const GetEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateVersionOutput) => any;
|
|
3841
|
+
/**
|
|
3842
|
+
* @internal
|
|
3843
|
+
*/
|
|
3844
|
+
export declare const ListEnvironmentTemplateVersionsInputFilterSensitiveLog: (obj: ListEnvironmentTemplateVersionsInput) => any;
|
|
3845
|
+
/**
|
|
3846
|
+
* @internal
|
|
3847
|
+
*/
|
|
3848
|
+
export declare const EnvironmentTemplateVersionSummaryFilterSensitiveLog: (obj: EnvironmentTemplateVersionSummary) => any;
|
|
3849
|
+
/**
|
|
3850
|
+
* @internal
|
|
3851
|
+
*/
|
|
3852
|
+
export declare const ListEnvironmentTemplateVersionsOutputFilterSensitiveLog: (obj: ListEnvironmentTemplateVersionsOutput) => any;
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
*/
|
|
3856
|
+
export declare const UpdateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionInput) => any;
|
|
3857
|
+
/**
|
|
3858
|
+
* @internal
|
|
3859
|
+
*/
|
|
3860
|
+
export declare const UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
|
|
3861
|
+
/**
|
|
3862
|
+
* @internal
|
|
3863
|
+
*/
|
|
3864
|
+
export declare const GetRepositorySyncStatusInputFilterSensitiveLog: (obj: GetRepositorySyncStatusInput) => any;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
*/
|
|
3868
|
+
export declare const RepositorySyncEventFilterSensitiveLog: (obj: RepositorySyncEvent) => any;
|
|
3869
|
+
/**
|
|
3870
|
+
* @internal
|
|
3871
|
+
*/
|
|
3872
|
+
export declare const RepositorySyncAttemptFilterSensitiveLog: (obj: RepositorySyncAttempt) => any;
|
|
3873
|
+
/**
|
|
3874
|
+
* @internal
|
|
3875
|
+
*/
|
|
3876
|
+
export declare const GetRepositorySyncStatusOutputFilterSensitiveLog: (obj: GetRepositorySyncStatusOutput) => any;
|
|
3877
|
+
/**
|
|
3878
|
+
* @internal
|
|
3879
|
+
*/
|
|
3880
|
+
export declare const GetTemplateSyncStatusInputFilterSensitiveLog: (obj: GetTemplateSyncStatusInput) => any;
|
|
3881
|
+
/**
|
|
3882
|
+
* @internal
|
|
3883
|
+
*/
|
|
3884
|
+
export declare const RevisionFilterSensitiveLog: (obj: Revision) => any;
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const ResourceSyncEventFilterSensitiveLog: (obj: ResourceSyncEvent) => any;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const ResourceSyncAttemptFilterSensitiveLog: (obj: ResourceSyncAttempt) => any;
|
|
3893
|
+
/**
|
|
3894
|
+
* @internal
|
|
3895
|
+
*/
|
|
3896
|
+
export declare const GetTemplateSyncStatusOutputFilterSensitiveLog: (obj: GetTemplateSyncStatusOutput) => any;
|
|
3897
|
+
/**
|
|
3898
|
+
* @internal
|
|
3899
|
+
*/
|
|
3900
|
+
export declare const ListRepositorySyncDefinitionsInputFilterSensitiveLog: (obj: ListRepositorySyncDefinitionsInput) => any;
|
|
3901
|
+
/**
|
|
3902
|
+
* @internal
|
|
3903
|
+
*/
|
|
3904
|
+
export declare const RepositorySyncDefinitionFilterSensitiveLog: (obj: RepositorySyncDefinition) => any;
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
*/
|
|
3908
|
+
export declare const ListRepositorySyncDefinitionsOutputFilterSensitiveLog: (obj: ListRepositorySyncDefinitionsOutput) => any;
|
|
3909
|
+
/**
|
|
3910
|
+
* @internal
|
|
3911
|
+
*/
|
|
3912
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
3913
|
+
/**
|
|
3914
|
+
* @internal
|
|
3915
|
+
*/
|
|
3916
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
3917
|
+
/**
|
|
3918
|
+
* @internal
|
|
3919
|
+
*/
|
|
3920
|
+
export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
|
|
3921
|
+
/**
|
|
3922
|
+
* @internal
|
|
3923
|
+
*/
|
|
3924
|
+
export declare const NotifyResourceDeploymentStatusChangeOutputFilterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeOutput) => any;
|
|
3925
|
+
/**
|
|
3926
|
+
* @internal
|
|
3927
|
+
*/
|
|
3928
|
+
export declare const CreateRepositoryInputFilterSensitiveLog: (obj: CreateRepositoryInput) => any;
|
|
3929
|
+
/**
|
|
3930
|
+
* @internal
|
|
3931
|
+
*/
|
|
3932
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
3933
|
+
/**
|
|
3934
|
+
* @internal
|
|
3935
|
+
*/
|
|
3936
|
+
export declare const CreateRepositoryOutputFilterSensitiveLog: (obj: CreateRepositoryOutput) => any;
|
|
3937
|
+
/**
|
|
3938
|
+
* @internal
|
|
3939
|
+
*/
|
|
3940
|
+
export declare const DeleteRepositoryInputFilterSensitiveLog: (obj: DeleteRepositoryInput) => any;
|
|
3941
|
+
/**
|
|
3942
|
+
* @internal
|
|
3943
|
+
*/
|
|
3944
|
+
export declare const DeleteRepositoryOutputFilterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
|
|
3945
|
+
/**
|
|
3946
|
+
* @internal
|
|
3947
|
+
*/
|
|
3948
|
+
export declare const GetRepositoryInputFilterSensitiveLog: (obj: GetRepositoryInput) => any;
|
|
3949
|
+
/**
|
|
3950
|
+
* @internal
|
|
3951
|
+
*/
|
|
3952
|
+
export declare const GetRepositoryOutputFilterSensitiveLog: (obj: GetRepositoryOutput) => any;
|
|
3953
|
+
/**
|
|
3954
|
+
* @internal
|
|
3955
|
+
*/
|
|
3956
|
+
export declare const ListRepositoriesInputFilterSensitiveLog: (obj: ListRepositoriesInput) => any;
|
|
3957
|
+
/**
|
|
3958
|
+
* @internal
|
|
3959
|
+
*/
|
|
3960
|
+
export declare const RepositorySummaryFilterSensitiveLog: (obj: RepositorySummary) => any;
|
|
3961
|
+
/**
|
|
3962
|
+
* @internal
|
|
3963
|
+
*/
|
|
3964
|
+
export declare const ListRepositoriesOutputFilterSensitiveLog: (obj: ListRepositoriesOutput) => any;
|
|
3965
|
+
/**
|
|
3966
|
+
* @internal
|
|
3967
|
+
*/
|
|
3968
|
+
export declare const ListServiceInstanceOutputsInputFilterSensitiveLog: (obj: ListServiceInstanceOutputsInput) => any;
|
|
3969
|
+
/**
|
|
3970
|
+
* @internal
|
|
3971
|
+
*/
|
|
3972
|
+
export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
|
|
3973
|
+
/**
|
|
3974
|
+
* @internal
|
|
3975
|
+
*/
|
|
3976
|
+
export declare const ListServiceInstanceProvisionedResourcesInputFilterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesInput) => any;
|
|
3977
|
+
/**
|
|
3978
|
+
* @internal
|
|
3979
|
+
*/
|
|
3980
|
+
export declare const ListServiceInstanceProvisionedResourcesOutputFilterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesOutput) => any;
|
|
3981
|
+
/**
|
|
3982
|
+
* @internal
|
|
3983
|
+
*/
|
|
3984
|
+
export declare const GetServiceInstanceInputFilterSensitiveLog: (obj: GetServiceInstanceInput) => any;
|
|
3985
|
+
/**
|
|
3986
|
+
* @internal
|
|
3987
|
+
*/
|
|
3988
|
+
export declare const GetServiceInstanceOutputFilterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
|
|
3989
|
+
/**
|
|
3990
|
+
* @internal
|
|
3991
|
+
*/
|
|
3992
|
+
export declare const ListServiceInstancesInputFilterSensitiveLog: (obj: ListServiceInstancesInput) => any;
|
|
3993
|
+
/**
|
|
3994
|
+
* @internal
|
|
3995
|
+
*/
|
|
3996
|
+
export declare const ServiceInstanceSummaryFilterSensitiveLog: (obj: ServiceInstanceSummary) => any;
|
|
3997
|
+
/**
|
|
3998
|
+
* @internal
|
|
3999
|
+
*/
|
|
4000
|
+
export declare const ListServiceInstancesOutputFilterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
|
|
4001
|
+
/**
|
|
4002
|
+
* @internal
|
|
4003
|
+
*/
|
|
4004
|
+
export declare const UpdateServiceInstanceInputFilterSensitiveLog: (obj: UpdateServiceInstanceInput) => any;
|
|
4005
|
+
/**
|
|
4006
|
+
* @internal
|
|
4007
|
+
*/
|
|
4008
|
+
export declare const UpdateServiceInstanceOutputFilterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
|
|
4009
|
+
/**
|
|
4010
|
+
* @internal
|
|
4011
|
+
*/
|
|
4012
|
+
export declare const ListServicePipelineOutputsInputFilterSensitiveLog: (obj: ListServicePipelineOutputsInput) => any;
|
|
4013
|
+
/**
|
|
4014
|
+
* @internal
|
|
4015
|
+
*/
|
|
4016
|
+
export declare const ListServicePipelineOutputsOutputFilterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
|
|
4017
|
+
/**
|
|
4018
|
+
* @internal
|
|
4019
|
+
*/
|
|
4020
|
+
export declare const ListServicePipelineProvisionedResourcesInputFilterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesInput) => any;
|
|
4021
|
+
/**
|
|
4022
|
+
* @internal
|
|
4023
|
+
*/
|
|
4024
|
+
export declare const ListServicePipelineProvisionedResourcesOutputFilterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesOutput) => any;
|
|
4025
|
+
/**
|
|
4026
|
+
* @internal
|
|
4027
|
+
*/
|
|
4028
|
+
export declare const UpdateServicePipelineInputFilterSensitiveLog: (obj: UpdateServicePipelineInput) => any;
|
|
4029
|
+
/**
|
|
4030
|
+
* @internal
|
|
4031
|
+
*/
|
|
4032
|
+
export declare const UpdateServicePipelineOutputFilterSensitiveLog: (obj: UpdateServicePipelineOutput) => any;
|
|
4033
|
+
/**
|
|
4034
|
+
* @internal
|
|
4035
|
+
*/
|
|
4036
|
+
export declare const CreateServiceInputFilterSensitiveLog: (obj: CreateServiceInput) => any;
|
|
4037
|
+
/**
|
|
4038
|
+
* @internal
|
|
4039
|
+
*/
|
|
4040
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
4041
|
+
/**
|
|
4042
|
+
* @internal
|
|
4043
|
+
*/
|
|
4044
|
+
export declare const CreateServiceOutputFilterSensitiveLog: (obj: CreateServiceOutput) => any;
|
|
4045
|
+
/**
|
|
4046
|
+
* @internal
|
|
4047
|
+
*/
|
|
4048
|
+
export declare const DeleteServiceInputFilterSensitiveLog: (obj: DeleteServiceInput) => any;
|
|
4049
|
+
/**
|
|
4050
|
+
* @internal
|
|
4051
|
+
*/
|
|
4052
|
+
export declare const DeleteServiceOutputFilterSensitiveLog: (obj: DeleteServiceOutput) => any;
|
|
4053
|
+
/**
|
|
4054
|
+
* @internal
|
|
4055
|
+
*/
|
|
4056
|
+
export declare const GetServiceInputFilterSensitiveLog: (obj: GetServiceInput) => any;
|
|
4057
|
+
/**
|
|
4058
|
+
* @internal
|
|
4059
|
+
*/
|
|
4060
|
+
export declare const GetServiceOutputFilterSensitiveLog: (obj: GetServiceOutput) => any;
|
|
4061
|
+
/**
|
|
4062
|
+
* @internal
|
|
4063
|
+
*/
|
|
4064
|
+
export declare const ListServicesInputFilterSensitiveLog: (obj: ListServicesInput) => any;
|
|
4065
|
+
/**
|
|
4066
|
+
* @internal
|
|
4067
|
+
*/
|
|
4068
|
+
export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) => any;
|
|
4069
|
+
/**
|
|
4070
|
+
* @internal
|
|
4071
|
+
*/
|
|
4072
|
+
export declare const ListServicesOutputFilterSensitiveLog: (obj: ListServicesOutput) => any;
|
|
4073
|
+
/**
|
|
4074
|
+
* @internal
|
|
4075
|
+
*/
|
|
4076
|
+
export declare const UpdateServiceInputFilterSensitiveLog: (obj: UpdateServiceInput) => any;
|
|
4077
|
+
/**
|
|
4078
|
+
* @internal
|
|
4079
|
+
*/
|
|
4080
|
+
export declare const UpdateServiceOutputFilterSensitiveLog: (obj: UpdateServiceOutput) => any;
|
|
4081
|
+
/**
|
|
4082
|
+
* @internal
|
|
4083
|
+
*/
|
|
4084
|
+
export declare const CreateServiceTemplateInputFilterSensitiveLog: (obj: CreateServiceTemplateInput) => any;
|
|
4085
|
+
/**
|
|
4086
|
+
* @internal
|
|
4087
|
+
*/
|
|
4088
|
+
export declare const ServiceTemplateFilterSensitiveLog: (obj: ServiceTemplate) => any;
|
|
4089
|
+
/**
|
|
4090
|
+
* @internal
|
|
4091
|
+
*/
|
|
4092
|
+
export declare const CreateServiceTemplateOutputFilterSensitiveLog: (obj: CreateServiceTemplateOutput) => any;
|
|
4093
|
+
/**
|
|
4094
|
+
* @internal
|
|
4095
|
+
*/
|
|
4096
|
+
export declare const DeleteServiceTemplateInputFilterSensitiveLog: (obj: DeleteServiceTemplateInput) => any;
|
|
4097
|
+
/**
|
|
4098
|
+
* @internal
|
|
4099
|
+
*/
|
|
4100
|
+
export declare const DeleteServiceTemplateOutputFilterSensitiveLog: (obj: DeleteServiceTemplateOutput) => any;
|
|
4101
|
+
/**
|
|
4102
|
+
* @internal
|
|
4103
|
+
*/
|
|
4104
|
+
export declare const GetServiceTemplateInputFilterSensitiveLog: (obj: GetServiceTemplateInput) => any;
|
|
4105
|
+
/**
|
|
4106
|
+
* @internal
|
|
4107
|
+
*/
|
|
4108
|
+
export declare const GetServiceTemplateOutputFilterSensitiveLog: (obj: GetServiceTemplateOutput) => any;
|
|
4109
|
+
/**
|
|
4110
|
+
* @internal
|
|
4111
|
+
*/
|
|
4112
|
+
export declare const ListServiceTemplatesInputFilterSensitiveLog: (obj: ListServiceTemplatesInput) => any;
|
|
4113
|
+
/**
|
|
4114
|
+
* @internal
|
|
4115
|
+
*/
|
|
4116
|
+
export declare const ServiceTemplateSummaryFilterSensitiveLog: (obj: ServiceTemplateSummary) => any;
|
|
4117
|
+
/**
|
|
4118
|
+
* @internal
|
|
4119
|
+
*/
|
|
4120
|
+
export declare const ListServiceTemplatesOutputFilterSensitiveLog: (obj: ListServiceTemplatesOutput) => any;
|
|
4121
|
+
/**
|
|
4122
|
+
* @internal
|
|
4123
|
+
*/
|
|
4124
|
+
export declare const UpdateServiceTemplateInputFilterSensitiveLog: (obj: UpdateServiceTemplateInput) => any;
|
|
4125
|
+
/**
|
|
4126
|
+
* @internal
|
|
4127
|
+
*/
|
|
4128
|
+
export declare const UpdateServiceTemplateOutputFilterSensitiveLog: (obj: UpdateServiceTemplateOutput) => any;
|
|
4129
|
+
/**
|
|
4130
|
+
* @internal
|
|
4131
|
+
*/
|
|
4132
|
+
export declare const CompatibleEnvironmentTemplateInputFilterSensitiveLog: (obj: CompatibleEnvironmentTemplateInput) => any;
|
|
4133
|
+
/**
|
|
4134
|
+
* @internal
|
|
4135
|
+
*/
|
|
4136
|
+
export declare const CreateServiceTemplateVersionInputFilterSensitiveLog: (obj: CreateServiceTemplateVersionInput) => any;
|
|
4137
|
+
/**
|
|
4138
|
+
* @internal
|
|
4139
|
+
*/
|
|
4140
|
+
export declare const CompatibleEnvironmentTemplateFilterSensitiveLog: (obj: CompatibleEnvironmentTemplate) => any;
|
|
4141
|
+
/**
|
|
4142
|
+
* @internal
|
|
4143
|
+
*/
|
|
4144
|
+
export declare const ServiceTemplateVersionFilterSensitiveLog: (obj: ServiceTemplateVersion) => any;
|
|
4145
|
+
/**
|
|
4146
|
+
* @internal
|
|
4147
|
+
*/
|
|
4148
|
+
export declare const CreateServiceTemplateVersionOutputFilterSensitiveLog: (obj: CreateServiceTemplateVersionOutput) => any;
|
|
4149
|
+
/**
|
|
4150
|
+
* @internal
|
|
4151
|
+
*/
|
|
4152
|
+
export declare const DeleteServiceTemplateVersionInputFilterSensitiveLog: (obj: DeleteServiceTemplateVersionInput) => any;
|
|
4153
|
+
/**
|
|
4154
|
+
* @internal
|
|
4155
|
+
*/
|
|
4156
|
+
export declare const DeleteServiceTemplateVersionOutputFilterSensitiveLog: (obj: DeleteServiceTemplateVersionOutput) => any;
|
|
4157
|
+
/**
|
|
4158
|
+
* @internal
|
|
4159
|
+
*/
|
|
4160
|
+
export declare const GetServiceTemplateVersionInputFilterSensitiveLog: (obj: GetServiceTemplateVersionInput) => any;
|
|
4161
|
+
/**
|
|
4162
|
+
* @internal
|
|
4163
|
+
*/
|
|
4164
|
+
export declare const GetServiceTemplateVersionOutputFilterSensitiveLog: (obj: GetServiceTemplateVersionOutput) => any;
|
|
4165
|
+
/**
|
|
4166
|
+
* @internal
|
|
4167
|
+
*/
|
|
4168
|
+
export declare const ListServiceTemplateVersionsInputFilterSensitiveLog: (obj: ListServiceTemplateVersionsInput) => any;
|
|
4169
|
+
/**
|
|
4170
|
+
* @internal
|
|
4171
|
+
*/
|
|
4172
|
+
export declare const ServiceTemplateVersionSummaryFilterSensitiveLog: (obj: ServiceTemplateVersionSummary) => any;
|
|
4173
|
+
/**
|
|
4174
|
+
* @internal
|
|
4175
|
+
*/
|
|
4176
|
+
export declare const ListServiceTemplateVersionsOutputFilterSensitiveLog: (obj: ListServiceTemplateVersionsOutput) => any;
|
|
4177
|
+
/**
|
|
4178
|
+
* @internal
|
|
4179
|
+
*/
|
|
4180
|
+
export declare const UpdateServiceTemplateVersionInputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionInput) => any;
|
|
4181
|
+
/**
|
|
4182
|
+
* @internal
|
|
4183
|
+
*/
|
|
4184
|
+
export declare const UpdateServiceTemplateVersionOutputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionOutput) => any;
|
|
4185
|
+
/**
|
|
4186
|
+
* @internal
|
|
4187
|
+
*/
|
|
4188
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
4189
|
+
/**
|
|
4190
|
+
* @internal
|
|
4191
|
+
*/
|
|
4192
|
+
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
4193
|
+
/**
|
|
4194
|
+
* @internal
|
|
4195
|
+
*/
|
|
4196
|
+
export declare const CreateTemplateSyncConfigInputFilterSensitiveLog: (obj: CreateTemplateSyncConfigInput) => any;
|
|
4197
|
+
/**
|
|
4198
|
+
* @internal
|
|
4199
|
+
*/
|
|
4200
|
+
export declare const TemplateSyncConfigFilterSensitiveLog: (obj: TemplateSyncConfig) => any;
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
*/
|
|
4204
|
+
export declare const CreateTemplateSyncConfigOutputFilterSensitiveLog: (obj: CreateTemplateSyncConfigOutput) => any;
|
|
4205
|
+
/**
|
|
4206
|
+
* @internal
|
|
4207
|
+
*/
|
|
4208
|
+
export declare const DeleteTemplateSyncConfigInputFilterSensitiveLog: (obj: DeleteTemplateSyncConfigInput) => any;
|
|
4209
|
+
/**
|
|
4210
|
+
* @internal
|
|
4211
|
+
*/
|
|
4212
|
+
export declare const DeleteTemplateSyncConfigOutputFilterSensitiveLog: (obj: DeleteTemplateSyncConfigOutput) => any;
|
|
4213
|
+
/**
|
|
4214
|
+
* @internal
|
|
4215
|
+
*/
|
|
4216
|
+
export declare const GetTemplateSyncConfigInputFilterSensitiveLog: (obj: GetTemplateSyncConfigInput) => any;
|
|
4217
|
+
/**
|
|
4218
|
+
* @internal
|
|
4219
|
+
*/
|
|
4220
|
+
export declare const GetTemplateSyncConfigOutputFilterSensitiveLog: (obj: GetTemplateSyncConfigOutput) => any;
|
|
4221
|
+
/**
|
|
4222
|
+
* @internal
|
|
4223
|
+
*/
|
|
4224
|
+
export declare const UpdateTemplateSyncConfigInputFilterSensitiveLog: (obj: UpdateTemplateSyncConfigInput) => any;
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
export declare const UpdateTemplateSyncConfigOutputFilterSensitiveLog: (obj: UpdateTemplateSyncConfigOutput) => any;
|
|
4229
|
+
/**
|
|
4230
|
+
* @internal
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
4233
|
+
/**
|
|
4234
|
+
* @internal
|
|
4235
|
+
*/
|
|
4236
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|