@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
|
@@ -4,10 +4,6 @@ export interface AcceptEnvironmentAccountConnectionInput {
|
|
|
4
4
|
|
|
5
5
|
id: string | undefined;
|
|
6
6
|
}
|
|
7
|
-
export declare namespace AcceptEnvironmentAccountConnectionInput {
|
|
8
|
-
|
|
9
|
-
const filterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionInput) => any;
|
|
10
|
-
}
|
|
11
7
|
export declare enum EnvironmentAccountConnectionStatus {
|
|
12
8
|
CONNECTED = "CONNECTED",
|
|
13
9
|
PENDING = "PENDING",
|
|
@@ -36,18 +32,10 @@ export interface EnvironmentAccountConnection {
|
|
|
36
32
|
|
|
37
33
|
componentRoleArn?: string;
|
|
38
34
|
}
|
|
39
|
-
export declare namespace EnvironmentAccountConnection {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: EnvironmentAccountConnection) => any;
|
|
42
|
-
}
|
|
43
35
|
export interface AcceptEnvironmentAccountConnectionOutput {
|
|
44
36
|
|
|
45
37
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
46
38
|
}
|
|
47
|
-
export declare namespace AcceptEnvironmentAccountConnectionOutput {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionOutput) => any;
|
|
50
|
-
}
|
|
51
39
|
|
|
52
40
|
export declare class AccessDeniedException extends __BaseException {
|
|
53
41
|
readonly name: "AccessDeniedException";
|
|
@@ -110,10 +98,6 @@ export interface RepositoryBranch {
|
|
|
110
98
|
|
|
111
99
|
branch: string | undefined;
|
|
112
100
|
}
|
|
113
|
-
export declare namespace RepositoryBranch {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: RepositoryBranch) => any;
|
|
116
|
-
}
|
|
117
101
|
|
|
118
102
|
export interface AccountSettings {
|
|
119
103
|
|
|
@@ -121,24 +105,12 @@ export interface AccountSettings {
|
|
|
121
105
|
|
|
122
106
|
pipelineProvisioningRepository?: RepositoryBranch;
|
|
123
107
|
}
|
|
124
|
-
export declare namespace AccountSettings {
|
|
125
|
-
|
|
126
|
-
const filterSensitiveLog: (obj: AccountSettings) => any;
|
|
127
|
-
}
|
|
128
108
|
export interface GetAccountSettingsInput {
|
|
129
109
|
}
|
|
130
|
-
export declare namespace GetAccountSettingsInput {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: GetAccountSettingsInput) => any;
|
|
133
|
-
}
|
|
134
110
|
export interface GetAccountSettingsOutput {
|
|
135
111
|
|
|
136
112
|
accountSettings?: AccountSettings;
|
|
137
113
|
}
|
|
138
|
-
export declare namespace GetAccountSettingsOutput {
|
|
139
|
-
|
|
140
|
-
const filterSensitiveLog: (obj: GetAccountSettingsOutput) => any;
|
|
141
|
-
}
|
|
142
114
|
|
|
143
115
|
export interface RepositoryBranchInput {
|
|
144
116
|
|
|
@@ -148,36 +120,20 @@ export interface RepositoryBranchInput {
|
|
|
148
120
|
|
|
149
121
|
branch: string | undefined;
|
|
150
122
|
}
|
|
151
|
-
export declare namespace RepositoryBranchInput {
|
|
152
|
-
|
|
153
|
-
const filterSensitiveLog: (obj: RepositoryBranchInput) => any;
|
|
154
|
-
}
|
|
155
123
|
export interface UpdateAccountSettingsInput {
|
|
156
124
|
|
|
157
125
|
pipelineServiceRoleArn?: string;
|
|
158
126
|
|
|
159
127
|
pipelineProvisioningRepository?: RepositoryBranchInput;
|
|
160
128
|
}
|
|
161
|
-
export declare namespace UpdateAccountSettingsInput {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsInput) => any;
|
|
164
|
-
}
|
|
165
129
|
export interface UpdateAccountSettingsOutput {
|
|
166
130
|
|
|
167
131
|
accountSettings: AccountSettings | undefined;
|
|
168
132
|
}
|
|
169
|
-
export declare namespace UpdateAccountSettingsOutput {
|
|
170
|
-
|
|
171
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsOutput) => any;
|
|
172
|
-
}
|
|
173
133
|
export interface CancelComponentDeploymentInput {
|
|
174
134
|
|
|
175
135
|
componentName: string | undefined;
|
|
176
136
|
}
|
|
177
|
-
export declare namespace CancelComponentDeploymentInput {
|
|
178
|
-
|
|
179
|
-
const filterSensitiveLog: (obj: CancelComponentDeploymentInput) => any;
|
|
180
|
-
}
|
|
181
137
|
export declare enum DeploymentStatus {
|
|
182
138
|
CANCELLED = "CANCELLED",
|
|
183
139
|
CANCELLING = "CANCELLING",
|
|
@@ -217,26 +173,14 @@ export interface Component {
|
|
|
217
173
|
|
|
218
174
|
serviceSpec?: string;
|
|
219
175
|
}
|
|
220
|
-
export declare namespace Component {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: Component) => any;
|
|
223
|
-
}
|
|
224
176
|
export interface CancelComponentDeploymentOutput {
|
|
225
177
|
|
|
226
178
|
component: Component | undefined;
|
|
227
179
|
}
|
|
228
|
-
export declare namespace CancelComponentDeploymentOutput {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: CancelComponentDeploymentOutput) => any;
|
|
231
|
-
}
|
|
232
180
|
export interface CancelEnvironmentDeploymentInput {
|
|
233
181
|
|
|
234
182
|
environmentName: string | undefined;
|
|
235
183
|
}
|
|
236
|
-
export declare namespace CancelEnvironmentDeploymentInput {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: CancelEnvironmentDeploymentInput) => any;
|
|
239
|
-
}
|
|
240
184
|
export declare enum Provisioning {
|
|
241
185
|
CUSTOMER_MANAGED = "CUSTOMER_MANAGED"
|
|
242
186
|
}
|
|
@@ -279,28 +223,16 @@ export interface Environment {
|
|
|
279
223
|
|
|
280
224
|
componentRoleArn?: string;
|
|
281
225
|
}
|
|
282
|
-
export declare namespace Environment {
|
|
283
|
-
|
|
284
|
-
const filterSensitiveLog: (obj: Environment) => any;
|
|
285
|
-
}
|
|
286
226
|
export interface CancelEnvironmentDeploymentOutput {
|
|
287
227
|
|
|
288
228
|
environment: Environment | undefined;
|
|
289
229
|
}
|
|
290
|
-
export declare namespace CancelEnvironmentDeploymentOutput {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: CancelEnvironmentDeploymentOutput) => any;
|
|
293
|
-
}
|
|
294
230
|
export interface CancelServiceInstanceDeploymentInput {
|
|
295
231
|
|
|
296
232
|
serviceInstanceName: string | undefined;
|
|
297
233
|
|
|
298
234
|
serviceName: string | undefined;
|
|
299
235
|
}
|
|
300
|
-
export declare namespace CancelServiceInstanceDeploymentInput {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: CancelServiceInstanceDeploymentInput) => any;
|
|
303
|
-
}
|
|
304
236
|
|
|
305
237
|
export interface ServiceInstance {
|
|
306
238
|
|
|
@@ -330,26 +262,14 @@ export interface ServiceInstance {
|
|
|
330
262
|
|
|
331
263
|
spec?: string;
|
|
332
264
|
}
|
|
333
|
-
export declare namespace ServiceInstance {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: ServiceInstance) => any;
|
|
336
|
-
}
|
|
337
265
|
export interface CancelServiceInstanceDeploymentOutput {
|
|
338
266
|
|
|
339
267
|
serviceInstance: ServiceInstance | undefined;
|
|
340
268
|
}
|
|
341
|
-
export declare namespace CancelServiceInstanceDeploymentOutput {
|
|
342
|
-
|
|
343
|
-
const filterSensitiveLog: (obj: CancelServiceInstanceDeploymentOutput) => any;
|
|
344
|
-
}
|
|
345
269
|
export interface CancelServicePipelineDeploymentInput {
|
|
346
270
|
|
|
347
271
|
serviceName: string | undefined;
|
|
348
272
|
}
|
|
349
|
-
export declare namespace CancelServicePipelineDeploymentInput {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: CancelServicePipelineDeploymentInput) => any;
|
|
352
|
-
}
|
|
353
273
|
|
|
354
274
|
export interface ServicePipeline {
|
|
355
275
|
|
|
@@ -373,28 +293,16 @@ export interface ServicePipeline {
|
|
|
373
293
|
|
|
374
294
|
spec?: string;
|
|
375
295
|
}
|
|
376
|
-
export declare namespace ServicePipeline {
|
|
377
|
-
|
|
378
|
-
const filterSensitiveLog: (obj: ServicePipeline) => any;
|
|
379
|
-
}
|
|
380
296
|
export interface CancelServicePipelineDeploymentOutput {
|
|
381
297
|
|
|
382
298
|
pipeline: ServicePipeline | undefined;
|
|
383
299
|
}
|
|
384
|
-
export declare namespace CancelServicePipelineDeploymentOutput {
|
|
385
|
-
|
|
386
|
-
const filterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
|
|
387
|
-
}
|
|
388
300
|
export interface ListComponentOutputsInput {
|
|
389
301
|
|
|
390
302
|
componentName: string | undefined;
|
|
391
303
|
|
|
392
304
|
nextToken?: string;
|
|
393
305
|
}
|
|
394
|
-
export declare namespace ListComponentOutputsInput {
|
|
395
|
-
|
|
396
|
-
const filterSensitiveLog: (obj: ListComponentOutputsInput) => any;
|
|
397
|
-
}
|
|
398
306
|
|
|
399
307
|
export interface Output {
|
|
400
308
|
|
|
@@ -402,30 +310,18 @@ export interface Output {
|
|
|
402
310
|
|
|
403
311
|
valueString?: string;
|
|
404
312
|
}
|
|
405
|
-
export declare namespace Output {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
408
|
-
}
|
|
409
313
|
export interface ListComponentOutputsOutput {
|
|
410
314
|
|
|
411
315
|
nextToken?: string;
|
|
412
316
|
|
|
413
317
|
outputs: Output[] | undefined;
|
|
414
318
|
}
|
|
415
|
-
export declare namespace ListComponentOutputsOutput {
|
|
416
|
-
|
|
417
|
-
const filterSensitiveLog: (obj: ListComponentOutputsOutput) => any;
|
|
418
|
-
}
|
|
419
319
|
export interface ListComponentProvisionedResourcesInput {
|
|
420
320
|
|
|
421
321
|
componentName: string | undefined;
|
|
422
322
|
|
|
423
323
|
nextToken?: string;
|
|
424
324
|
}
|
|
425
|
-
export declare namespace ListComponentProvisionedResourcesInput {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: ListComponentProvisionedResourcesInput) => any;
|
|
428
|
-
}
|
|
429
325
|
export declare enum ProvisionedResourceEngine {
|
|
430
326
|
CLOUDFORMATION = "CLOUDFORMATION",
|
|
431
327
|
TERRAFORM = "TERRAFORM"
|
|
@@ -439,20 +335,12 @@ export interface ProvisionedResource {
|
|
|
439
335
|
|
|
440
336
|
provisioningEngine?: ProvisionedResourceEngine | string;
|
|
441
337
|
}
|
|
442
|
-
export declare namespace ProvisionedResource {
|
|
443
|
-
|
|
444
|
-
const filterSensitiveLog: (obj: ProvisionedResource) => any;
|
|
445
|
-
}
|
|
446
338
|
export interface ListComponentProvisionedResourcesOutput {
|
|
447
339
|
|
|
448
340
|
nextToken?: string;
|
|
449
341
|
|
|
450
342
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
451
343
|
}
|
|
452
|
-
export declare namespace ListComponentProvisionedResourcesOutput {
|
|
453
|
-
|
|
454
|
-
const filterSensitiveLog: (obj: ListComponentProvisionedResourcesOutput) => any;
|
|
455
|
-
}
|
|
456
344
|
|
|
457
345
|
export interface Tag {
|
|
458
346
|
|
|
@@ -460,10 +348,6 @@ export interface Tag {
|
|
|
460
348
|
|
|
461
349
|
value: string | undefined;
|
|
462
350
|
}
|
|
463
|
-
export declare namespace Tag {
|
|
464
|
-
|
|
465
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
466
|
-
}
|
|
467
351
|
export interface CreateComponentInput {
|
|
468
352
|
|
|
469
353
|
name: string | undefined;
|
|
@@ -484,18 +368,10 @@ export interface CreateComponentInput {
|
|
|
484
368
|
|
|
485
369
|
tags?: Tag[];
|
|
486
370
|
}
|
|
487
|
-
export declare namespace CreateComponentInput {
|
|
488
|
-
|
|
489
|
-
const filterSensitiveLog: (obj: CreateComponentInput) => any;
|
|
490
|
-
}
|
|
491
371
|
export interface CreateComponentOutput {
|
|
492
372
|
|
|
493
373
|
component: Component | undefined;
|
|
494
374
|
}
|
|
495
|
-
export declare namespace CreateComponentOutput {
|
|
496
|
-
|
|
497
|
-
const filterSensitiveLog: (obj: CreateComponentOutput) => any;
|
|
498
|
-
}
|
|
499
375
|
|
|
500
376
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
501
377
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -507,34 +383,18 @@ export interface DeleteComponentInput {
|
|
|
507
383
|
|
|
508
384
|
name: string | undefined;
|
|
509
385
|
}
|
|
510
|
-
export declare namespace DeleteComponentInput {
|
|
511
|
-
|
|
512
|
-
const filterSensitiveLog: (obj: DeleteComponentInput) => any;
|
|
513
|
-
}
|
|
514
386
|
export interface DeleteComponentOutput {
|
|
515
387
|
|
|
516
388
|
component?: Component;
|
|
517
389
|
}
|
|
518
|
-
export declare namespace DeleteComponentOutput {
|
|
519
|
-
|
|
520
|
-
const filterSensitiveLog: (obj: DeleteComponentOutput) => any;
|
|
521
|
-
}
|
|
522
390
|
export interface GetComponentInput {
|
|
523
391
|
|
|
524
392
|
name: string | undefined;
|
|
525
393
|
}
|
|
526
|
-
export declare namespace GetComponentInput {
|
|
527
|
-
|
|
528
|
-
const filterSensitiveLog: (obj: GetComponentInput) => any;
|
|
529
|
-
}
|
|
530
394
|
export interface GetComponentOutput {
|
|
531
395
|
|
|
532
396
|
component?: Component;
|
|
533
397
|
}
|
|
534
|
-
export declare namespace GetComponentOutput {
|
|
535
|
-
|
|
536
|
-
const filterSensitiveLog: (obj: GetComponentOutput) => any;
|
|
537
|
-
}
|
|
538
398
|
export interface ListComponentsInput {
|
|
539
399
|
|
|
540
400
|
nextToken?: string;
|
|
@@ -547,10 +407,6 @@ export interface ListComponentsInput {
|
|
|
547
407
|
|
|
548
408
|
maxResults?: number;
|
|
549
409
|
}
|
|
550
|
-
export declare namespace ListComponentsInput {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: ListComponentsInput) => any;
|
|
553
|
-
}
|
|
554
410
|
|
|
555
411
|
export interface ComponentSummary {
|
|
556
412
|
|
|
@@ -576,20 +432,12 @@ export interface ComponentSummary {
|
|
|
576
432
|
|
|
577
433
|
deploymentStatusMessage?: string;
|
|
578
434
|
}
|
|
579
|
-
export declare namespace ComponentSummary {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: ComponentSummary) => any;
|
|
582
|
-
}
|
|
583
435
|
export interface ListComponentsOutput {
|
|
584
436
|
|
|
585
437
|
nextToken?: string;
|
|
586
438
|
|
|
587
439
|
components: ComponentSummary[] | undefined;
|
|
588
440
|
}
|
|
589
|
-
export declare namespace ListComponentsOutput {
|
|
590
|
-
|
|
591
|
-
const filterSensitiveLog: (obj: ListComponentsOutput) => any;
|
|
592
|
-
}
|
|
593
441
|
export declare enum ComponentDeploymentUpdateType {
|
|
594
442
|
CURRENT_VERSION = "CURRENT_VERSION",
|
|
595
443
|
NONE = "NONE"
|
|
@@ -610,18 +458,10 @@ export interface UpdateComponentInput {
|
|
|
610
458
|
|
|
611
459
|
templateFile?: string;
|
|
612
460
|
}
|
|
613
|
-
export declare namespace UpdateComponentInput {
|
|
614
|
-
|
|
615
|
-
const filterSensitiveLog: (obj: UpdateComponentInput) => any;
|
|
616
|
-
}
|
|
617
461
|
export interface UpdateComponentOutput {
|
|
618
462
|
|
|
619
463
|
component: Component | undefined;
|
|
620
464
|
}
|
|
621
|
-
export declare namespace UpdateComponentOutput {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: UpdateComponentOutput) => any;
|
|
624
|
-
}
|
|
625
465
|
export interface CreateEnvironmentAccountConnectionInput {
|
|
626
466
|
|
|
627
467
|
clientToken?: string;
|
|
@@ -636,50 +476,26 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
636
476
|
|
|
637
477
|
componentRoleArn?: string;
|
|
638
478
|
}
|
|
639
|
-
export declare namespace CreateEnvironmentAccountConnectionInput {
|
|
640
|
-
|
|
641
|
-
const filterSensitiveLog: (obj: CreateEnvironmentAccountConnectionInput) => any;
|
|
642
|
-
}
|
|
643
479
|
export interface CreateEnvironmentAccountConnectionOutput {
|
|
644
480
|
|
|
645
481
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
646
482
|
}
|
|
647
|
-
export declare namespace CreateEnvironmentAccountConnectionOutput {
|
|
648
|
-
|
|
649
|
-
const filterSensitiveLog: (obj: CreateEnvironmentAccountConnectionOutput) => any;
|
|
650
|
-
}
|
|
651
483
|
export interface DeleteEnvironmentAccountConnectionInput {
|
|
652
484
|
|
|
653
485
|
id: string | undefined;
|
|
654
486
|
}
|
|
655
|
-
export declare namespace DeleteEnvironmentAccountConnectionInput {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionInput) => any;
|
|
658
|
-
}
|
|
659
487
|
export interface DeleteEnvironmentAccountConnectionOutput {
|
|
660
488
|
|
|
661
489
|
environmentAccountConnection?: EnvironmentAccountConnection;
|
|
662
490
|
}
|
|
663
|
-
export declare namespace DeleteEnvironmentAccountConnectionOutput {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionOutput) => any;
|
|
666
|
-
}
|
|
667
491
|
export interface GetEnvironmentAccountConnectionInput {
|
|
668
492
|
|
|
669
493
|
id: string | undefined;
|
|
670
494
|
}
|
|
671
|
-
export declare namespace GetEnvironmentAccountConnectionInput {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: GetEnvironmentAccountConnectionInput) => any;
|
|
674
|
-
}
|
|
675
495
|
export interface GetEnvironmentAccountConnectionOutput {
|
|
676
496
|
|
|
677
497
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
678
498
|
}
|
|
679
|
-
export declare namespace GetEnvironmentAccountConnectionOutput {
|
|
680
|
-
|
|
681
|
-
const filterSensitiveLog: (obj: GetEnvironmentAccountConnectionOutput) => any;
|
|
682
|
-
}
|
|
683
499
|
export declare enum EnvironmentAccountConnectionRequesterAccountType {
|
|
684
500
|
ENVIRONMENT_ACCOUNT = "ENVIRONMENT_ACCOUNT",
|
|
685
501
|
MANAGEMENT_ACCOUNT = "MANAGEMENT_ACCOUNT"
|
|
@@ -696,10 +512,6 @@ export interface ListEnvironmentAccountConnectionsInput {
|
|
|
696
512
|
|
|
697
513
|
maxResults?: number;
|
|
698
514
|
}
|
|
699
|
-
export declare namespace ListEnvironmentAccountConnectionsInput {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: ListEnvironmentAccountConnectionsInput) => any;
|
|
702
|
-
}
|
|
703
515
|
|
|
704
516
|
export interface EnvironmentAccountConnectionSummary {
|
|
705
517
|
|
|
@@ -723,36 +535,20 @@ export interface EnvironmentAccountConnectionSummary {
|
|
|
723
535
|
|
|
724
536
|
componentRoleArn?: string;
|
|
725
537
|
}
|
|
726
|
-
export declare namespace EnvironmentAccountConnectionSummary {
|
|
727
|
-
|
|
728
|
-
const filterSensitiveLog: (obj: EnvironmentAccountConnectionSummary) => any;
|
|
729
|
-
}
|
|
730
538
|
export interface ListEnvironmentAccountConnectionsOutput {
|
|
731
539
|
|
|
732
540
|
environmentAccountConnections: EnvironmentAccountConnectionSummary[] | undefined;
|
|
733
541
|
|
|
734
542
|
nextToken?: string;
|
|
735
543
|
}
|
|
736
|
-
export declare namespace ListEnvironmentAccountConnectionsOutput {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: ListEnvironmentAccountConnectionsOutput) => any;
|
|
739
|
-
}
|
|
740
544
|
export interface RejectEnvironmentAccountConnectionInput {
|
|
741
545
|
|
|
742
546
|
id: string | undefined;
|
|
743
547
|
}
|
|
744
|
-
export declare namespace RejectEnvironmentAccountConnectionInput {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: RejectEnvironmentAccountConnectionInput) => any;
|
|
747
|
-
}
|
|
748
548
|
export interface RejectEnvironmentAccountConnectionOutput {
|
|
749
549
|
|
|
750
550
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
751
551
|
}
|
|
752
|
-
export declare namespace RejectEnvironmentAccountConnectionOutput {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: RejectEnvironmentAccountConnectionOutput) => any;
|
|
755
|
-
}
|
|
756
552
|
export interface UpdateEnvironmentAccountConnectionInput {
|
|
757
553
|
|
|
758
554
|
id: string | undefined;
|
|
@@ -761,58 +557,34 @@ export interface UpdateEnvironmentAccountConnectionInput {
|
|
|
761
557
|
|
|
762
558
|
componentRoleArn?: string;
|
|
763
559
|
}
|
|
764
|
-
export declare namespace UpdateEnvironmentAccountConnectionInput {
|
|
765
|
-
|
|
766
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionInput) => any;
|
|
767
|
-
}
|
|
768
560
|
export interface UpdateEnvironmentAccountConnectionOutput {
|
|
769
561
|
|
|
770
562
|
environmentAccountConnection: EnvironmentAccountConnection | undefined;
|
|
771
563
|
}
|
|
772
|
-
export declare namespace UpdateEnvironmentAccountConnectionOutput {
|
|
773
|
-
|
|
774
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionOutput) => any;
|
|
775
|
-
}
|
|
776
564
|
export interface ListEnvironmentOutputsInput {
|
|
777
565
|
|
|
778
566
|
environmentName: string | undefined;
|
|
779
567
|
|
|
780
568
|
nextToken?: string;
|
|
781
569
|
}
|
|
782
|
-
export declare namespace ListEnvironmentOutputsInput {
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: ListEnvironmentOutputsInput) => any;
|
|
785
|
-
}
|
|
786
570
|
export interface ListEnvironmentOutputsOutput {
|
|
787
571
|
|
|
788
572
|
nextToken?: string;
|
|
789
573
|
|
|
790
574
|
outputs: Output[] | undefined;
|
|
791
575
|
}
|
|
792
|
-
export declare namespace ListEnvironmentOutputsOutput {
|
|
793
|
-
|
|
794
|
-
const filterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
|
|
795
|
-
}
|
|
796
576
|
export interface ListEnvironmentProvisionedResourcesInput {
|
|
797
577
|
|
|
798
578
|
environmentName: string | undefined;
|
|
799
579
|
|
|
800
580
|
nextToken?: string;
|
|
801
581
|
}
|
|
802
|
-
export declare namespace ListEnvironmentProvisionedResourcesInput {
|
|
803
|
-
|
|
804
|
-
const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesInput) => any;
|
|
805
|
-
}
|
|
806
582
|
export interface ListEnvironmentProvisionedResourcesOutput {
|
|
807
583
|
|
|
808
584
|
nextToken?: string;
|
|
809
585
|
|
|
810
586
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
811
587
|
}
|
|
812
|
-
export declare namespace ListEnvironmentProvisionedResourcesOutput {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesOutput) => any;
|
|
815
|
-
}
|
|
816
588
|
export interface CreateEnvironmentInput {
|
|
817
589
|
|
|
818
590
|
name: string | undefined;
|
|
@@ -837,50 +609,26 @@ export interface CreateEnvironmentInput {
|
|
|
837
609
|
|
|
838
610
|
componentRoleArn?: string;
|
|
839
611
|
}
|
|
840
|
-
export declare namespace CreateEnvironmentInput {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: CreateEnvironmentInput) => any;
|
|
843
|
-
}
|
|
844
612
|
export interface CreateEnvironmentOutput {
|
|
845
613
|
|
|
846
614
|
environment: Environment | undefined;
|
|
847
615
|
}
|
|
848
|
-
export declare namespace CreateEnvironmentOutput {
|
|
849
|
-
|
|
850
|
-
const filterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
|
|
851
|
-
}
|
|
852
616
|
export interface DeleteEnvironmentInput {
|
|
853
617
|
|
|
854
618
|
name: string | undefined;
|
|
855
619
|
}
|
|
856
|
-
export declare namespace DeleteEnvironmentInput {
|
|
857
|
-
|
|
858
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentInput) => any;
|
|
859
|
-
}
|
|
860
620
|
export interface DeleteEnvironmentOutput {
|
|
861
621
|
|
|
862
622
|
environment?: Environment;
|
|
863
623
|
}
|
|
864
|
-
export declare namespace DeleteEnvironmentOutput {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentOutput) => any;
|
|
867
|
-
}
|
|
868
624
|
export interface GetEnvironmentInput {
|
|
869
625
|
|
|
870
626
|
name: string | undefined;
|
|
871
627
|
}
|
|
872
|
-
export declare namespace GetEnvironmentInput {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: GetEnvironmentInput) => any;
|
|
875
|
-
}
|
|
876
628
|
export interface GetEnvironmentOutput {
|
|
877
629
|
|
|
878
630
|
environment: Environment | undefined;
|
|
879
631
|
}
|
|
880
|
-
export declare namespace GetEnvironmentOutput {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
883
|
-
}
|
|
884
632
|
|
|
885
633
|
export interface EnvironmentTemplateFilter {
|
|
886
634
|
|
|
@@ -888,10 +636,6 @@ export interface EnvironmentTemplateFilter {
|
|
|
888
636
|
|
|
889
637
|
majorVersion: string | undefined;
|
|
890
638
|
}
|
|
891
|
-
export declare namespace EnvironmentTemplateFilter {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateFilter) => any;
|
|
894
|
-
}
|
|
895
639
|
export interface ListEnvironmentsInput {
|
|
896
640
|
|
|
897
641
|
nextToken?: string;
|
|
@@ -900,10 +644,6 @@ export interface ListEnvironmentsInput {
|
|
|
900
644
|
|
|
901
645
|
environmentTemplates?: EnvironmentTemplateFilter[];
|
|
902
646
|
}
|
|
903
|
-
export declare namespace ListEnvironmentsInput {
|
|
904
|
-
|
|
905
|
-
const filterSensitiveLog: (obj: ListEnvironmentsInput) => any;
|
|
906
|
-
}
|
|
907
647
|
|
|
908
648
|
export interface EnvironmentSummary {
|
|
909
649
|
|
|
@@ -939,20 +679,12 @@ export interface EnvironmentSummary {
|
|
|
939
679
|
|
|
940
680
|
componentRoleArn?: string;
|
|
941
681
|
}
|
|
942
|
-
export declare namespace EnvironmentSummary {
|
|
943
|
-
|
|
944
|
-
const filterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
945
|
-
}
|
|
946
682
|
export interface ListEnvironmentsOutput {
|
|
947
683
|
|
|
948
684
|
nextToken?: string;
|
|
949
685
|
|
|
950
686
|
environments: EnvironmentSummary[] | undefined;
|
|
951
687
|
}
|
|
952
|
-
export declare namespace ListEnvironmentsOutput {
|
|
953
|
-
|
|
954
|
-
const filterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
|
|
955
|
-
}
|
|
956
688
|
export declare enum DeploymentUpdateType {
|
|
957
689
|
CURRENT_VERSION = "CURRENT_VERSION",
|
|
958
690
|
MAJOR_VERSION = "MAJOR_VERSION",
|
|
@@ -981,18 +713,10 @@ export interface UpdateEnvironmentInput {
|
|
|
981
713
|
|
|
982
714
|
componentRoleArn?: string;
|
|
983
715
|
}
|
|
984
|
-
export declare namespace UpdateEnvironmentInput {
|
|
985
|
-
|
|
986
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
|
|
987
|
-
}
|
|
988
716
|
export interface UpdateEnvironmentOutput {
|
|
989
717
|
|
|
990
718
|
environment: Environment | undefined;
|
|
991
719
|
}
|
|
992
|
-
export declare namespace UpdateEnvironmentOutput {
|
|
993
|
-
|
|
994
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
|
|
995
|
-
}
|
|
996
720
|
export interface CreateEnvironmentTemplateInput {
|
|
997
721
|
|
|
998
722
|
name: string | undefined;
|
|
@@ -1007,10 +731,6 @@ export interface CreateEnvironmentTemplateInput {
|
|
|
1007
731
|
|
|
1008
732
|
tags?: Tag[];
|
|
1009
733
|
}
|
|
1010
|
-
export declare namespace CreateEnvironmentTemplateInput {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateInput) => any;
|
|
1013
|
-
}
|
|
1014
734
|
|
|
1015
735
|
export interface EnvironmentTemplate {
|
|
1016
736
|
|
|
@@ -1032,60 +752,32 @@ export interface EnvironmentTemplate {
|
|
|
1032
752
|
|
|
1033
753
|
provisioning?: Provisioning | string;
|
|
1034
754
|
}
|
|
1035
|
-
export declare namespace EnvironmentTemplate {
|
|
1036
|
-
|
|
1037
|
-
const filterSensitiveLog: (obj: EnvironmentTemplate) => any;
|
|
1038
|
-
}
|
|
1039
755
|
export interface CreateEnvironmentTemplateOutput {
|
|
1040
756
|
|
|
1041
757
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
1042
758
|
}
|
|
1043
|
-
export declare namespace CreateEnvironmentTemplateOutput {
|
|
1044
|
-
|
|
1045
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateOutput) => any;
|
|
1046
|
-
}
|
|
1047
759
|
export interface DeleteEnvironmentTemplateInput {
|
|
1048
760
|
|
|
1049
761
|
name: string | undefined;
|
|
1050
762
|
}
|
|
1051
|
-
export declare namespace DeleteEnvironmentTemplateInput {
|
|
1052
|
-
|
|
1053
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateInput) => any;
|
|
1054
|
-
}
|
|
1055
763
|
export interface DeleteEnvironmentTemplateOutput {
|
|
1056
764
|
|
|
1057
765
|
environmentTemplate?: EnvironmentTemplate;
|
|
1058
766
|
}
|
|
1059
|
-
export declare namespace DeleteEnvironmentTemplateOutput {
|
|
1060
|
-
|
|
1061
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateOutput) => any;
|
|
1062
|
-
}
|
|
1063
767
|
export interface GetEnvironmentTemplateInput {
|
|
1064
768
|
|
|
1065
769
|
name: string | undefined;
|
|
1066
770
|
}
|
|
1067
|
-
export declare namespace GetEnvironmentTemplateInput {
|
|
1068
|
-
|
|
1069
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateInput) => any;
|
|
1070
|
-
}
|
|
1071
771
|
export interface GetEnvironmentTemplateOutput {
|
|
1072
772
|
|
|
1073
773
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
1074
774
|
}
|
|
1075
|
-
export declare namespace GetEnvironmentTemplateOutput {
|
|
1076
|
-
|
|
1077
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateOutput) => any;
|
|
1078
|
-
}
|
|
1079
775
|
export interface ListEnvironmentTemplatesInput {
|
|
1080
776
|
|
|
1081
777
|
nextToken?: string;
|
|
1082
778
|
|
|
1083
779
|
maxResults?: number;
|
|
1084
780
|
}
|
|
1085
|
-
export declare namespace ListEnvironmentTemplatesInput {
|
|
1086
|
-
|
|
1087
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplatesInput) => any;
|
|
1088
|
-
}
|
|
1089
781
|
|
|
1090
782
|
export interface EnvironmentTemplateSummary {
|
|
1091
783
|
|
|
@@ -1105,20 +797,12 @@ export interface EnvironmentTemplateSummary {
|
|
|
1105
797
|
|
|
1106
798
|
provisioning?: Provisioning | string;
|
|
1107
799
|
}
|
|
1108
|
-
export declare namespace EnvironmentTemplateSummary {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateSummary) => any;
|
|
1111
|
-
}
|
|
1112
800
|
export interface ListEnvironmentTemplatesOutput {
|
|
1113
801
|
|
|
1114
802
|
nextToken?: string;
|
|
1115
803
|
|
|
1116
804
|
templates: EnvironmentTemplateSummary[] | undefined;
|
|
1117
805
|
}
|
|
1118
|
-
export declare namespace ListEnvironmentTemplatesOutput {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplatesOutput) => any;
|
|
1121
|
-
}
|
|
1122
806
|
export interface UpdateEnvironmentTemplateInput {
|
|
1123
807
|
|
|
1124
808
|
name: string | undefined;
|
|
@@ -1127,18 +811,10 @@ export interface UpdateEnvironmentTemplateInput {
|
|
|
1127
811
|
|
|
1128
812
|
description?: string;
|
|
1129
813
|
}
|
|
1130
|
-
export declare namespace UpdateEnvironmentTemplateInput {
|
|
1131
|
-
|
|
1132
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateInput) => any;
|
|
1133
|
-
}
|
|
1134
814
|
export interface UpdateEnvironmentTemplateOutput {
|
|
1135
815
|
|
|
1136
816
|
environmentTemplate: EnvironmentTemplate | undefined;
|
|
1137
817
|
}
|
|
1138
|
-
export declare namespace UpdateEnvironmentTemplateOutput {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateOutput) => any;
|
|
1141
|
-
}
|
|
1142
818
|
|
|
1143
819
|
export interface S3ObjectSource {
|
|
1144
820
|
|
|
@@ -1146,10 +822,6 @@ export interface S3ObjectSource {
|
|
|
1146
822
|
|
|
1147
823
|
key: string | undefined;
|
|
1148
824
|
}
|
|
1149
|
-
export declare namespace S3ObjectSource {
|
|
1150
|
-
|
|
1151
|
-
const filterSensitiveLog: (obj: S3ObjectSource) => any;
|
|
1152
|
-
}
|
|
1153
825
|
|
|
1154
826
|
export declare type TemplateVersionSourceInput = TemplateVersionSourceInput.S3Member | TemplateVersionSourceInput.$UnknownMember;
|
|
1155
827
|
export declare namespace TemplateVersionSourceInput {
|
|
@@ -1170,8 +842,6 @@ export declare namespace TemplateVersionSourceInput {
|
|
|
1170
842
|
_: (name: string, value: any) => T;
|
|
1171
843
|
}
|
|
1172
844
|
const visit: <T>(value: TemplateVersionSourceInput, visitor: Visitor<T>) => T;
|
|
1173
|
-
|
|
1174
|
-
const filterSensitiveLog: (obj: TemplateVersionSourceInput) => any;
|
|
1175
845
|
}
|
|
1176
846
|
export interface CreateEnvironmentTemplateVersionInput {
|
|
1177
847
|
|
|
@@ -1187,10 +857,6 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
1187
857
|
|
|
1188
858
|
tags?: Tag[];
|
|
1189
859
|
}
|
|
1190
|
-
export declare namespace CreateEnvironmentTemplateVersionInput {
|
|
1191
|
-
|
|
1192
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateVersionInput) => any;
|
|
1193
|
-
}
|
|
1194
860
|
export declare enum TemplateVersionStatus {
|
|
1195
861
|
DRAFT = "DRAFT",
|
|
1196
862
|
PUBLISHED = "PUBLISHED",
|
|
@@ -1222,18 +888,10 @@ export interface EnvironmentTemplateVersion {
|
|
|
1222
888
|
|
|
1223
889
|
schema?: string;
|
|
1224
890
|
}
|
|
1225
|
-
export declare namespace EnvironmentTemplateVersion {
|
|
1226
|
-
|
|
1227
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateVersion) => any;
|
|
1228
|
-
}
|
|
1229
891
|
export interface CreateEnvironmentTemplateVersionOutput {
|
|
1230
892
|
|
|
1231
893
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
1232
894
|
}
|
|
1233
|
-
export declare namespace CreateEnvironmentTemplateVersionOutput {
|
|
1234
|
-
|
|
1235
|
-
const filterSensitiveLog: (obj: CreateEnvironmentTemplateVersionOutput) => any;
|
|
1236
|
-
}
|
|
1237
895
|
export interface DeleteEnvironmentTemplateVersionInput {
|
|
1238
896
|
|
|
1239
897
|
templateName: string | undefined;
|
|
@@ -1242,18 +900,10 @@ export interface DeleteEnvironmentTemplateVersionInput {
|
|
|
1242
900
|
|
|
1243
901
|
minorVersion: string | undefined;
|
|
1244
902
|
}
|
|
1245
|
-
export declare namespace DeleteEnvironmentTemplateVersionInput {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionInput) => any;
|
|
1248
|
-
}
|
|
1249
903
|
export interface DeleteEnvironmentTemplateVersionOutput {
|
|
1250
904
|
|
|
1251
905
|
environmentTemplateVersion?: EnvironmentTemplateVersion;
|
|
1252
906
|
}
|
|
1253
|
-
export declare namespace DeleteEnvironmentTemplateVersionOutput {
|
|
1254
|
-
|
|
1255
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionOutput) => any;
|
|
1256
|
-
}
|
|
1257
907
|
export interface GetEnvironmentTemplateVersionInput {
|
|
1258
908
|
|
|
1259
909
|
templateName: string | undefined;
|
|
@@ -1262,18 +912,10 @@ export interface GetEnvironmentTemplateVersionInput {
|
|
|
1262
912
|
|
|
1263
913
|
minorVersion: string | undefined;
|
|
1264
914
|
}
|
|
1265
|
-
export declare namespace GetEnvironmentTemplateVersionInput {
|
|
1266
|
-
|
|
1267
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateVersionInput) => any;
|
|
1268
|
-
}
|
|
1269
915
|
export interface GetEnvironmentTemplateVersionOutput {
|
|
1270
916
|
|
|
1271
917
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
1272
918
|
}
|
|
1273
|
-
export declare namespace GetEnvironmentTemplateVersionOutput {
|
|
1274
|
-
|
|
1275
|
-
const filterSensitiveLog: (obj: GetEnvironmentTemplateVersionOutput) => any;
|
|
1276
|
-
}
|
|
1277
919
|
export interface ListEnvironmentTemplateVersionsInput {
|
|
1278
920
|
|
|
1279
921
|
nextToken?: string;
|
|
@@ -1284,10 +926,6 @@ export interface ListEnvironmentTemplateVersionsInput {
|
|
|
1284
926
|
|
|
1285
927
|
majorVersion?: string;
|
|
1286
928
|
}
|
|
1287
|
-
export declare namespace ListEnvironmentTemplateVersionsInput {
|
|
1288
|
-
|
|
1289
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplateVersionsInput) => any;
|
|
1290
|
-
}
|
|
1291
929
|
|
|
1292
930
|
export interface EnvironmentTemplateVersionSummary {
|
|
1293
931
|
|
|
@@ -1311,20 +949,12 @@ export interface EnvironmentTemplateVersionSummary {
|
|
|
1311
949
|
|
|
1312
950
|
lastModifiedAt: Date | undefined;
|
|
1313
951
|
}
|
|
1314
|
-
export declare namespace EnvironmentTemplateVersionSummary {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: EnvironmentTemplateVersionSummary) => any;
|
|
1317
|
-
}
|
|
1318
952
|
export interface ListEnvironmentTemplateVersionsOutput {
|
|
1319
953
|
|
|
1320
954
|
nextToken?: string;
|
|
1321
955
|
|
|
1322
956
|
templateVersions: EnvironmentTemplateVersionSummary[] | undefined;
|
|
1323
957
|
}
|
|
1324
|
-
export declare namespace ListEnvironmentTemplateVersionsOutput {
|
|
1325
|
-
|
|
1326
|
-
const filterSensitiveLog: (obj: ListEnvironmentTemplateVersionsOutput) => any;
|
|
1327
|
-
}
|
|
1328
958
|
export interface UpdateEnvironmentTemplateVersionInput {
|
|
1329
959
|
|
|
1330
960
|
templateName: string | undefined;
|
|
@@ -1337,18 +967,10 @@ export interface UpdateEnvironmentTemplateVersionInput {
|
|
|
1337
967
|
|
|
1338
968
|
status?: TemplateVersionStatus | string;
|
|
1339
969
|
}
|
|
1340
|
-
export declare namespace UpdateEnvironmentTemplateVersionInput {
|
|
1341
|
-
|
|
1342
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionInput) => any;
|
|
1343
|
-
}
|
|
1344
970
|
export interface UpdateEnvironmentTemplateVersionOutput {
|
|
1345
971
|
|
|
1346
972
|
environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
|
|
1347
973
|
}
|
|
1348
|
-
export declare namespace UpdateEnvironmentTemplateVersionOutput {
|
|
1349
|
-
|
|
1350
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
|
|
1351
|
-
}
|
|
1352
974
|
export declare enum SyncType {
|
|
1353
975
|
TEMPLATE_SYNC = "TEMPLATE_SYNC"
|
|
1354
976
|
}
|
|
@@ -1362,10 +984,6 @@ export interface GetRepositorySyncStatusInput {
|
|
|
1362
984
|
|
|
1363
985
|
syncType: SyncType | string | undefined;
|
|
1364
986
|
}
|
|
1365
|
-
export declare namespace GetRepositorySyncStatusInput {
|
|
1366
|
-
|
|
1367
|
-
const filterSensitiveLog: (obj: GetRepositorySyncStatusInput) => any;
|
|
1368
|
-
}
|
|
1369
987
|
|
|
1370
988
|
export interface RepositorySyncEvent {
|
|
1371
989
|
|
|
@@ -1377,10 +995,6 @@ export interface RepositorySyncEvent {
|
|
|
1377
995
|
|
|
1378
996
|
event: string | undefined;
|
|
1379
997
|
}
|
|
1380
|
-
export declare namespace RepositorySyncEvent {
|
|
1381
|
-
|
|
1382
|
-
const filterSensitiveLog: (obj: RepositorySyncEvent) => any;
|
|
1383
|
-
}
|
|
1384
998
|
export declare enum RepositorySyncStatus {
|
|
1385
999
|
|
|
1386
1000
|
FAILED = "FAILED",
|
|
@@ -1402,18 +1016,10 @@ export interface RepositorySyncAttempt {
|
|
|
1402
1016
|
|
|
1403
1017
|
events: RepositorySyncEvent[] | undefined;
|
|
1404
1018
|
}
|
|
1405
|
-
export declare namespace RepositorySyncAttempt {
|
|
1406
|
-
|
|
1407
|
-
const filterSensitiveLog: (obj: RepositorySyncAttempt) => any;
|
|
1408
|
-
}
|
|
1409
1019
|
export interface GetRepositorySyncStatusOutput {
|
|
1410
1020
|
|
|
1411
1021
|
latestSync?: RepositorySyncAttempt;
|
|
1412
1022
|
}
|
|
1413
|
-
export declare namespace GetRepositorySyncStatusOutput {
|
|
1414
|
-
|
|
1415
|
-
const filterSensitiveLog: (obj: GetRepositorySyncStatusOutput) => any;
|
|
1416
|
-
}
|
|
1417
1023
|
export declare enum TemplateType {
|
|
1418
1024
|
ENVIRONMENT = "ENVIRONMENT",
|
|
1419
1025
|
SERVICE = "SERVICE"
|
|
@@ -1426,10 +1032,6 @@ export interface GetTemplateSyncStatusInput {
|
|
|
1426
1032
|
|
|
1427
1033
|
templateVersion: string | undefined;
|
|
1428
1034
|
}
|
|
1429
|
-
export declare namespace GetTemplateSyncStatusInput {
|
|
1430
|
-
|
|
1431
|
-
const filterSensitiveLog: (obj: GetTemplateSyncStatusInput) => any;
|
|
1432
|
-
}
|
|
1433
1035
|
|
|
1434
1036
|
export interface Revision {
|
|
1435
1037
|
|
|
@@ -1443,10 +1045,6 @@ export interface Revision {
|
|
|
1443
1045
|
|
|
1444
1046
|
branch: string | undefined;
|
|
1445
1047
|
}
|
|
1446
|
-
export declare namespace Revision {
|
|
1447
|
-
|
|
1448
|
-
const filterSensitiveLog: (obj: Revision) => any;
|
|
1449
|
-
}
|
|
1450
1048
|
|
|
1451
1049
|
export interface ResourceSyncEvent {
|
|
1452
1050
|
|
|
@@ -1458,10 +1056,6 @@ export interface ResourceSyncEvent {
|
|
|
1458
1056
|
|
|
1459
1057
|
event: string | undefined;
|
|
1460
1058
|
}
|
|
1461
|
-
export declare namespace ResourceSyncEvent {
|
|
1462
|
-
|
|
1463
|
-
const filterSensitiveLog: (obj: ResourceSyncEvent) => any;
|
|
1464
|
-
}
|
|
1465
1059
|
export declare enum ResourceSyncStatus {
|
|
1466
1060
|
|
|
1467
1061
|
FAILED = "FAILED",
|
|
@@ -1487,10 +1081,6 @@ export interface ResourceSyncAttempt {
|
|
|
1487
1081
|
|
|
1488
1082
|
events: ResourceSyncEvent[] | undefined;
|
|
1489
1083
|
}
|
|
1490
|
-
export declare namespace ResourceSyncAttempt {
|
|
1491
|
-
|
|
1492
|
-
const filterSensitiveLog: (obj: ResourceSyncAttempt) => any;
|
|
1493
|
-
}
|
|
1494
1084
|
export interface GetTemplateSyncStatusOutput {
|
|
1495
1085
|
|
|
1496
1086
|
latestSync?: ResourceSyncAttempt;
|
|
@@ -1499,10 +1089,6 @@ export interface GetTemplateSyncStatusOutput {
|
|
|
1499
1089
|
|
|
1500
1090
|
desiredState?: Revision;
|
|
1501
1091
|
}
|
|
1502
|
-
export declare namespace GetTemplateSyncStatusOutput {
|
|
1503
|
-
|
|
1504
|
-
const filterSensitiveLog: (obj: GetTemplateSyncStatusOutput) => any;
|
|
1505
|
-
}
|
|
1506
1092
|
export interface ListRepositorySyncDefinitionsInput {
|
|
1507
1093
|
|
|
1508
1094
|
repositoryName: string | undefined;
|
|
@@ -1513,10 +1099,6 @@ export interface ListRepositorySyncDefinitionsInput {
|
|
|
1513
1099
|
|
|
1514
1100
|
nextToken?: string;
|
|
1515
1101
|
}
|
|
1516
|
-
export declare namespace ListRepositorySyncDefinitionsInput {
|
|
1517
|
-
|
|
1518
|
-
const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsInput) => any;
|
|
1519
|
-
}
|
|
1520
1102
|
|
|
1521
1103
|
export interface RepositorySyncDefinition {
|
|
1522
1104
|
|
|
@@ -1528,20 +1110,12 @@ export interface RepositorySyncDefinition {
|
|
|
1528
1110
|
|
|
1529
1111
|
directory: string | undefined;
|
|
1530
1112
|
}
|
|
1531
|
-
export declare namespace RepositorySyncDefinition {
|
|
1532
|
-
|
|
1533
|
-
const filterSensitiveLog: (obj: RepositorySyncDefinition) => any;
|
|
1534
|
-
}
|
|
1535
1113
|
export interface ListRepositorySyncDefinitionsOutput {
|
|
1536
1114
|
|
|
1537
1115
|
nextToken?: string;
|
|
1538
1116
|
|
|
1539
1117
|
syncDefinitions: RepositorySyncDefinition[] | undefined;
|
|
1540
1118
|
}
|
|
1541
|
-
export declare namespace ListRepositorySyncDefinitionsOutput {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsOutput) => any;
|
|
1544
|
-
}
|
|
1545
1119
|
export interface ListTagsForResourceInput {
|
|
1546
1120
|
|
|
1547
1121
|
resourceArn: string | undefined;
|
|
@@ -1550,20 +1124,12 @@ export interface ListTagsForResourceInput {
|
|
|
1550
1124
|
|
|
1551
1125
|
maxResults?: number;
|
|
1552
1126
|
}
|
|
1553
|
-
export declare namespace ListTagsForResourceInput {
|
|
1554
|
-
|
|
1555
|
-
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1556
|
-
}
|
|
1557
1127
|
export interface ListTagsForResourceOutput {
|
|
1558
1128
|
|
|
1559
1129
|
tags: Tag[] | undefined;
|
|
1560
1130
|
|
|
1561
1131
|
nextToken?: string;
|
|
1562
1132
|
}
|
|
1563
|
-
export declare namespace ListTagsForResourceOutput {
|
|
1564
|
-
|
|
1565
|
-
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
1566
|
-
}
|
|
1567
1133
|
export declare enum ResourceDeploymentStatus {
|
|
1568
1134
|
FAILED = "FAILED",
|
|
1569
1135
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -1581,16 +1147,8 @@ export interface NotifyResourceDeploymentStatusChangeInput {
|
|
|
1581
1147
|
|
|
1582
1148
|
statusMessage?: string;
|
|
1583
1149
|
}
|
|
1584
|
-
export declare namespace NotifyResourceDeploymentStatusChangeInput {
|
|
1585
|
-
|
|
1586
|
-
const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
|
|
1587
|
-
}
|
|
1588
1150
|
export interface NotifyResourceDeploymentStatusChangeOutput {
|
|
1589
1151
|
}
|
|
1590
|
-
export declare namespace NotifyResourceDeploymentStatusChangeOutput {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeOutput) => any;
|
|
1593
|
-
}
|
|
1594
1152
|
export interface CreateRepositoryInput {
|
|
1595
1153
|
|
|
1596
1154
|
provider: RepositoryProvider | string | undefined;
|
|
@@ -1603,10 +1161,6 @@ export interface CreateRepositoryInput {
|
|
|
1603
1161
|
|
|
1604
1162
|
tags?: Tag[];
|
|
1605
1163
|
}
|
|
1606
|
-
export declare namespace CreateRepositoryInput {
|
|
1607
|
-
|
|
1608
|
-
const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
|
|
1609
|
-
}
|
|
1610
1164
|
|
|
1611
1165
|
export interface Repository {
|
|
1612
1166
|
|
|
@@ -1620,64 +1174,36 @@ export interface Repository {
|
|
|
1620
1174
|
|
|
1621
1175
|
encryptionKey?: string;
|
|
1622
1176
|
}
|
|
1623
|
-
export declare namespace Repository {
|
|
1624
|
-
|
|
1625
|
-
const filterSensitiveLog: (obj: Repository) => any;
|
|
1626
|
-
}
|
|
1627
1177
|
export interface CreateRepositoryOutput {
|
|
1628
1178
|
|
|
1629
1179
|
repository: Repository | undefined;
|
|
1630
1180
|
}
|
|
1631
|
-
export declare namespace CreateRepositoryOutput {
|
|
1632
|
-
|
|
1633
|
-
const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
|
|
1634
|
-
}
|
|
1635
1181
|
export interface DeleteRepositoryInput {
|
|
1636
1182
|
|
|
1637
1183
|
provider: RepositoryProvider | string | undefined;
|
|
1638
1184
|
|
|
1639
1185
|
name: string | undefined;
|
|
1640
1186
|
}
|
|
1641
|
-
export declare namespace DeleteRepositoryInput {
|
|
1642
|
-
|
|
1643
|
-
const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
|
|
1644
|
-
}
|
|
1645
1187
|
export interface DeleteRepositoryOutput {
|
|
1646
1188
|
|
|
1647
1189
|
repository?: Repository;
|
|
1648
1190
|
}
|
|
1649
|
-
export declare namespace DeleteRepositoryOutput {
|
|
1650
|
-
|
|
1651
|
-
const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
|
|
1652
|
-
}
|
|
1653
1191
|
export interface GetRepositoryInput {
|
|
1654
1192
|
|
|
1655
1193
|
provider: RepositoryProvider | string | undefined;
|
|
1656
1194
|
|
|
1657
1195
|
name: string | undefined;
|
|
1658
1196
|
}
|
|
1659
|
-
export declare namespace GetRepositoryInput {
|
|
1660
|
-
|
|
1661
|
-
const filterSensitiveLog: (obj: GetRepositoryInput) => any;
|
|
1662
|
-
}
|
|
1663
1197
|
export interface GetRepositoryOutput {
|
|
1664
1198
|
|
|
1665
1199
|
repository: Repository | undefined;
|
|
1666
1200
|
}
|
|
1667
|
-
export declare namespace GetRepositoryOutput {
|
|
1668
|
-
|
|
1669
|
-
const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
|
|
1670
|
-
}
|
|
1671
1201
|
export interface ListRepositoriesInput {
|
|
1672
1202
|
|
|
1673
1203
|
nextToken?: string;
|
|
1674
1204
|
|
|
1675
1205
|
maxResults?: number;
|
|
1676
1206
|
}
|
|
1677
|
-
export declare namespace ListRepositoriesInput {
|
|
1678
|
-
|
|
1679
|
-
const filterSensitiveLog: (obj: ListRepositoriesInput) => any;
|
|
1680
|
-
}
|
|
1681
1207
|
|
|
1682
1208
|
export interface RepositorySummary {
|
|
1683
1209
|
|
|
@@ -1687,20 +1213,12 @@ export interface RepositorySummary {
|
|
|
1687
1213
|
|
|
1688
1214
|
name: string | undefined;
|
|
1689
1215
|
}
|
|
1690
|
-
export declare namespace RepositorySummary {
|
|
1691
|
-
|
|
1692
|
-
const filterSensitiveLog: (obj: RepositorySummary) => any;
|
|
1693
|
-
}
|
|
1694
1216
|
export interface ListRepositoriesOutput {
|
|
1695
1217
|
|
|
1696
1218
|
nextToken?: string;
|
|
1697
1219
|
|
|
1698
1220
|
repositories: RepositorySummary[] | undefined;
|
|
1699
1221
|
}
|
|
1700
|
-
export declare namespace ListRepositoriesOutput {
|
|
1701
|
-
|
|
1702
|
-
const filterSensitiveLog: (obj: ListRepositoriesOutput) => any;
|
|
1703
|
-
}
|
|
1704
1222
|
export interface ListServiceInstanceOutputsInput {
|
|
1705
1223
|
|
|
1706
1224
|
serviceInstanceName: string | undefined;
|
|
@@ -1709,20 +1227,12 @@ export interface ListServiceInstanceOutputsInput {
|
|
|
1709
1227
|
|
|
1710
1228
|
nextToken?: string;
|
|
1711
1229
|
}
|
|
1712
|
-
export declare namespace ListServiceInstanceOutputsInput {
|
|
1713
|
-
|
|
1714
|
-
const filterSensitiveLog: (obj: ListServiceInstanceOutputsInput) => any;
|
|
1715
|
-
}
|
|
1716
1230
|
export interface ListServiceInstanceOutputsOutput {
|
|
1717
1231
|
|
|
1718
1232
|
nextToken?: string;
|
|
1719
1233
|
|
|
1720
1234
|
outputs: Output[] | undefined;
|
|
1721
1235
|
}
|
|
1722
|
-
export declare namespace ListServiceInstanceOutputsOutput {
|
|
1723
|
-
|
|
1724
|
-
const filterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
|
|
1725
|
-
}
|
|
1726
1236
|
export interface ListServiceInstanceProvisionedResourcesInput {
|
|
1727
1237
|
|
|
1728
1238
|
serviceName: string | undefined;
|
|
@@ -1731,38 +1241,22 @@ export interface ListServiceInstanceProvisionedResourcesInput {
|
|
|
1731
1241
|
|
|
1732
1242
|
nextToken?: string;
|
|
1733
1243
|
}
|
|
1734
|
-
export declare namespace ListServiceInstanceProvisionedResourcesInput {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesInput) => any;
|
|
1737
|
-
}
|
|
1738
1244
|
export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
1739
1245
|
|
|
1740
1246
|
nextToken?: string;
|
|
1741
1247
|
|
|
1742
1248
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
1743
1249
|
}
|
|
1744
|
-
export declare namespace ListServiceInstanceProvisionedResourcesOutput {
|
|
1745
|
-
|
|
1746
|
-
const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesOutput) => any;
|
|
1747
|
-
}
|
|
1748
1250
|
export interface GetServiceInstanceInput {
|
|
1749
1251
|
|
|
1750
1252
|
name: string | undefined;
|
|
1751
1253
|
|
|
1752
1254
|
serviceName: string | undefined;
|
|
1753
1255
|
}
|
|
1754
|
-
export declare namespace GetServiceInstanceInput {
|
|
1755
|
-
|
|
1756
|
-
const filterSensitiveLog: (obj: GetServiceInstanceInput) => any;
|
|
1757
|
-
}
|
|
1758
1256
|
export interface GetServiceInstanceOutput {
|
|
1759
1257
|
|
|
1760
1258
|
serviceInstance: ServiceInstance | undefined;
|
|
1761
1259
|
}
|
|
1762
|
-
export declare namespace GetServiceInstanceOutput {
|
|
1763
|
-
|
|
1764
|
-
const filterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
|
|
1765
|
-
}
|
|
1766
1260
|
export interface ListServiceInstancesInput {
|
|
1767
1261
|
|
|
1768
1262
|
serviceName?: string;
|
|
@@ -1771,10 +1265,6 @@ export interface ListServiceInstancesInput {
|
|
|
1771
1265
|
|
|
1772
1266
|
maxResults?: number;
|
|
1773
1267
|
}
|
|
1774
|
-
export declare namespace ListServiceInstancesInput {
|
|
1775
|
-
|
|
1776
|
-
const filterSensitiveLog: (obj: ListServiceInstancesInput) => any;
|
|
1777
|
-
}
|
|
1778
1268
|
|
|
1779
1269
|
export interface ServiceInstanceSummary {
|
|
1780
1270
|
|
|
@@ -1802,20 +1292,12 @@ export interface ServiceInstanceSummary {
|
|
|
1802
1292
|
|
|
1803
1293
|
deploymentStatusMessage?: string;
|
|
1804
1294
|
}
|
|
1805
|
-
export
|
|
1806
|
-
|
|
1807
|
-
const filterSensitiveLog: (obj: ServiceInstanceSummary) => any;
|
|
1808
|
-
}
|
|
1809
|
-
export interface ListServiceInstancesOutput {
|
|
1295
|
+
export interface ListServiceInstancesOutput {
|
|
1810
1296
|
|
|
1811
1297
|
nextToken?: string;
|
|
1812
1298
|
|
|
1813
1299
|
serviceInstances: ServiceInstanceSummary[] | undefined;
|
|
1814
1300
|
}
|
|
1815
|
-
export declare namespace ListServiceInstancesOutput {
|
|
1816
|
-
|
|
1817
|
-
const filterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
|
|
1818
|
-
}
|
|
1819
1301
|
export interface UpdateServiceInstanceInput {
|
|
1820
1302
|
|
|
1821
1303
|
name: string | undefined;
|
|
@@ -1830,58 +1312,34 @@ export interface UpdateServiceInstanceInput {
|
|
|
1830
1312
|
|
|
1831
1313
|
templateMinorVersion?: string;
|
|
1832
1314
|
}
|
|
1833
|
-
export declare namespace UpdateServiceInstanceInput {
|
|
1834
|
-
|
|
1835
|
-
const filterSensitiveLog: (obj: UpdateServiceInstanceInput) => any;
|
|
1836
|
-
}
|
|
1837
1315
|
export interface UpdateServiceInstanceOutput {
|
|
1838
1316
|
|
|
1839
1317
|
serviceInstance: ServiceInstance | undefined;
|
|
1840
1318
|
}
|
|
1841
|
-
export declare namespace UpdateServiceInstanceOutput {
|
|
1842
|
-
|
|
1843
|
-
const filterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
|
|
1844
|
-
}
|
|
1845
1319
|
export interface ListServicePipelineOutputsInput {
|
|
1846
1320
|
|
|
1847
1321
|
serviceName: string | undefined;
|
|
1848
1322
|
|
|
1849
1323
|
nextToken?: string;
|
|
1850
1324
|
}
|
|
1851
|
-
export declare namespace ListServicePipelineOutputsInput {
|
|
1852
|
-
|
|
1853
|
-
const filterSensitiveLog: (obj: ListServicePipelineOutputsInput) => any;
|
|
1854
|
-
}
|
|
1855
1325
|
export interface ListServicePipelineOutputsOutput {
|
|
1856
1326
|
|
|
1857
1327
|
nextToken?: string;
|
|
1858
1328
|
|
|
1859
1329
|
outputs: Output[] | undefined;
|
|
1860
1330
|
}
|
|
1861
|
-
export declare namespace ListServicePipelineOutputsOutput {
|
|
1862
|
-
|
|
1863
|
-
const filterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
|
|
1864
|
-
}
|
|
1865
1331
|
export interface ListServicePipelineProvisionedResourcesInput {
|
|
1866
1332
|
|
|
1867
1333
|
serviceName: string | undefined;
|
|
1868
1334
|
|
|
1869
1335
|
nextToken?: string;
|
|
1870
1336
|
}
|
|
1871
|
-
export declare namespace ListServicePipelineProvisionedResourcesInput {
|
|
1872
|
-
|
|
1873
|
-
const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesInput) => any;
|
|
1874
|
-
}
|
|
1875
1337
|
export interface ListServicePipelineProvisionedResourcesOutput {
|
|
1876
1338
|
|
|
1877
1339
|
nextToken?: string;
|
|
1878
1340
|
|
|
1879
1341
|
provisionedResources: ProvisionedResource[] | undefined;
|
|
1880
1342
|
}
|
|
1881
|
-
export declare namespace ListServicePipelineProvisionedResourcesOutput {
|
|
1882
|
-
|
|
1883
|
-
const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesOutput) => any;
|
|
1884
|
-
}
|
|
1885
1343
|
export interface UpdateServicePipelineInput {
|
|
1886
1344
|
|
|
1887
1345
|
serviceName: string | undefined;
|
|
@@ -1894,18 +1352,10 @@ export interface UpdateServicePipelineInput {
|
|
|
1894
1352
|
|
|
1895
1353
|
templateMinorVersion?: string;
|
|
1896
1354
|
}
|
|
1897
|
-
export declare namespace UpdateServicePipelineInput {
|
|
1898
|
-
|
|
1899
|
-
const filterSensitiveLog: (obj: UpdateServicePipelineInput) => any;
|
|
1900
|
-
}
|
|
1901
1355
|
export interface UpdateServicePipelineOutput {
|
|
1902
1356
|
|
|
1903
1357
|
pipeline: ServicePipeline | undefined;
|
|
1904
1358
|
}
|
|
1905
|
-
export declare namespace UpdateServicePipelineOutput {
|
|
1906
|
-
|
|
1907
|
-
const filterSensitiveLog: (obj: UpdateServicePipelineOutput) => any;
|
|
1908
|
-
}
|
|
1909
1359
|
export interface CreateServiceInput {
|
|
1910
1360
|
|
|
1911
1361
|
name: string | undefined;
|
|
@@ -1928,10 +1378,6 @@ export interface CreateServiceInput {
|
|
|
1928
1378
|
|
|
1929
1379
|
tags?: Tag[];
|
|
1930
1380
|
}
|
|
1931
|
-
export declare namespace CreateServiceInput {
|
|
1932
|
-
|
|
1933
|
-
const filterSensitiveLog: (obj: CreateServiceInput) => any;
|
|
1934
|
-
}
|
|
1935
1381
|
export declare enum ServiceStatus {
|
|
1936
1382
|
ACTIVE = "ACTIVE",
|
|
1937
1383
|
CREATE_FAILED = "CREATE_FAILED",
|
|
@@ -1977,60 +1423,32 @@ export interface Service {
|
|
|
1977
1423
|
|
|
1978
1424
|
branchName?: string;
|
|
1979
1425
|
}
|
|
1980
|
-
export declare namespace Service {
|
|
1981
|
-
|
|
1982
|
-
const filterSensitiveLog: (obj: Service) => any;
|
|
1983
|
-
}
|
|
1984
1426
|
export interface CreateServiceOutput {
|
|
1985
1427
|
|
|
1986
1428
|
service: Service | undefined;
|
|
1987
1429
|
}
|
|
1988
|
-
export declare namespace CreateServiceOutput {
|
|
1989
|
-
|
|
1990
|
-
const filterSensitiveLog: (obj: CreateServiceOutput) => any;
|
|
1991
|
-
}
|
|
1992
1430
|
export interface DeleteServiceInput {
|
|
1993
1431
|
|
|
1994
1432
|
name: string | undefined;
|
|
1995
1433
|
}
|
|
1996
|
-
export declare namespace DeleteServiceInput {
|
|
1997
|
-
|
|
1998
|
-
const filterSensitiveLog: (obj: DeleteServiceInput) => any;
|
|
1999
|
-
}
|
|
2000
1434
|
export interface DeleteServiceOutput {
|
|
2001
1435
|
|
|
2002
1436
|
service?: Service;
|
|
2003
1437
|
}
|
|
2004
|
-
export declare namespace DeleteServiceOutput {
|
|
2005
|
-
|
|
2006
|
-
const filterSensitiveLog: (obj: DeleteServiceOutput) => any;
|
|
2007
|
-
}
|
|
2008
1438
|
export interface GetServiceInput {
|
|
2009
1439
|
|
|
2010
1440
|
name: string | undefined;
|
|
2011
1441
|
}
|
|
2012
|
-
export declare namespace GetServiceInput {
|
|
2013
|
-
|
|
2014
|
-
const filterSensitiveLog: (obj: GetServiceInput) => any;
|
|
2015
|
-
}
|
|
2016
1442
|
export interface GetServiceOutput {
|
|
2017
1443
|
|
|
2018
1444
|
service?: Service;
|
|
2019
1445
|
}
|
|
2020
|
-
export declare namespace GetServiceOutput {
|
|
2021
|
-
|
|
2022
|
-
const filterSensitiveLog: (obj: GetServiceOutput) => any;
|
|
2023
|
-
}
|
|
2024
1446
|
export interface ListServicesInput {
|
|
2025
1447
|
|
|
2026
1448
|
nextToken?: string;
|
|
2027
1449
|
|
|
2028
1450
|
maxResults?: number;
|
|
2029
1451
|
}
|
|
2030
|
-
export declare namespace ListServicesInput {
|
|
2031
|
-
|
|
2032
|
-
const filterSensitiveLog: (obj: ListServicesInput) => any;
|
|
2033
|
-
}
|
|
2034
1452
|
|
|
2035
1453
|
export interface ServiceSummary {
|
|
2036
1454
|
|
|
@@ -2050,20 +1468,12 @@ export interface ServiceSummary {
|
|
|
2050
1468
|
|
|
2051
1469
|
statusMessage?: string;
|
|
2052
1470
|
}
|
|
2053
|
-
export declare namespace ServiceSummary {
|
|
2054
|
-
|
|
2055
|
-
const filterSensitiveLog: (obj: ServiceSummary) => any;
|
|
2056
|
-
}
|
|
2057
1471
|
export interface ListServicesOutput {
|
|
2058
1472
|
|
|
2059
1473
|
nextToken?: string;
|
|
2060
1474
|
|
|
2061
1475
|
services: ServiceSummary[] | undefined;
|
|
2062
1476
|
}
|
|
2063
|
-
export declare namespace ListServicesOutput {
|
|
2064
|
-
|
|
2065
|
-
const filterSensitiveLog: (obj: ListServicesOutput) => any;
|
|
2066
|
-
}
|
|
2067
1477
|
export interface UpdateServiceInput {
|
|
2068
1478
|
|
|
2069
1479
|
name: string | undefined;
|
|
@@ -2072,18 +1482,10 @@ export interface UpdateServiceInput {
|
|
|
2072
1482
|
|
|
2073
1483
|
spec?: string;
|
|
2074
1484
|
}
|
|
2075
|
-
export declare namespace UpdateServiceInput {
|
|
2076
|
-
|
|
2077
|
-
const filterSensitiveLog: (obj: UpdateServiceInput) => any;
|
|
2078
|
-
}
|
|
2079
1485
|
export interface UpdateServiceOutput {
|
|
2080
1486
|
|
|
2081
1487
|
service: Service | undefined;
|
|
2082
1488
|
}
|
|
2083
|
-
export declare namespace UpdateServiceOutput {
|
|
2084
|
-
|
|
2085
|
-
const filterSensitiveLog: (obj: UpdateServiceOutput) => any;
|
|
2086
|
-
}
|
|
2087
1489
|
export interface CreateServiceTemplateInput {
|
|
2088
1490
|
|
|
2089
1491
|
name: string | undefined;
|
|
@@ -2098,10 +1500,6 @@ export interface CreateServiceTemplateInput {
|
|
|
2098
1500
|
|
|
2099
1501
|
tags?: Tag[];
|
|
2100
1502
|
}
|
|
2101
|
-
export declare namespace CreateServiceTemplateInput {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateInput) => any;
|
|
2104
|
-
}
|
|
2105
1503
|
|
|
2106
1504
|
export interface ServiceTemplate {
|
|
2107
1505
|
|
|
@@ -2123,60 +1521,32 @@ export interface ServiceTemplate {
|
|
|
2123
1521
|
|
|
2124
1522
|
pipelineProvisioning?: Provisioning | string;
|
|
2125
1523
|
}
|
|
2126
|
-
export declare namespace ServiceTemplate {
|
|
2127
|
-
|
|
2128
|
-
const filterSensitiveLog: (obj: ServiceTemplate) => any;
|
|
2129
|
-
}
|
|
2130
1524
|
export interface CreateServiceTemplateOutput {
|
|
2131
1525
|
|
|
2132
1526
|
serviceTemplate: ServiceTemplate | undefined;
|
|
2133
1527
|
}
|
|
2134
|
-
export declare namespace CreateServiceTemplateOutput {
|
|
2135
|
-
|
|
2136
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateOutput) => any;
|
|
2137
|
-
}
|
|
2138
1528
|
export interface DeleteServiceTemplateInput {
|
|
2139
1529
|
|
|
2140
1530
|
name: string | undefined;
|
|
2141
1531
|
}
|
|
2142
|
-
export declare namespace DeleteServiceTemplateInput {
|
|
2143
|
-
|
|
2144
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateInput) => any;
|
|
2145
|
-
}
|
|
2146
1532
|
export interface DeleteServiceTemplateOutput {
|
|
2147
1533
|
|
|
2148
1534
|
serviceTemplate?: ServiceTemplate;
|
|
2149
1535
|
}
|
|
2150
|
-
export declare namespace DeleteServiceTemplateOutput {
|
|
2151
|
-
|
|
2152
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateOutput) => any;
|
|
2153
|
-
}
|
|
2154
1536
|
export interface GetServiceTemplateInput {
|
|
2155
1537
|
|
|
2156
1538
|
name: string | undefined;
|
|
2157
1539
|
}
|
|
2158
|
-
export declare namespace GetServiceTemplateInput {
|
|
2159
|
-
|
|
2160
|
-
const filterSensitiveLog: (obj: GetServiceTemplateInput) => any;
|
|
2161
|
-
}
|
|
2162
1540
|
export interface GetServiceTemplateOutput {
|
|
2163
1541
|
|
|
2164
1542
|
serviceTemplate: ServiceTemplate | undefined;
|
|
2165
1543
|
}
|
|
2166
|
-
export declare namespace GetServiceTemplateOutput {
|
|
2167
|
-
|
|
2168
|
-
const filterSensitiveLog: (obj: GetServiceTemplateOutput) => any;
|
|
2169
|
-
}
|
|
2170
1544
|
export interface ListServiceTemplatesInput {
|
|
2171
1545
|
|
|
2172
1546
|
nextToken?: string;
|
|
2173
1547
|
|
|
2174
1548
|
maxResults?: number;
|
|
2175
1549
|
}
|
|
2176
|
-
export declare namespace ListServiceTemplatesInput {
|
|
2177
|
-
|
|
2178
|
-
const filterSensitiveLog: (obj: ListServiceTemplatesInput) => any;
|
|
2179
|
-
}
|
|
2180
1550
|
|
|
2181
1551
|
export interface ServiceTemplateSummary {
|
|
2182
1552
|
|
|
@@ -2196,20 +1566,12 @@ export interface ServiceTemplateSummary {
|
|
|
2196
1566
|
|
|
2197
1567
|
pipelineProvisioning?: Provisioning | string;
|
|
2198
1568
|
}
|
|
2199
|
-
export declare namespace ServiceTemplateSummary {
|
|
2200
|
-
|
|
2201
|
-
const filterSensitiveLog: (obj: ServiceTemplateSummary) => any;
|
|
2202
|
-
}
|
|
2203
1569
|
export interface ListServiceTemplatesOutput {
|
|
2204
1570
|
|
|
2205
1571
|
nextToken?: string;
|
|
2206
1572
|
|
|
2207
1573
|
templates: ServiceTemplateSummary[] | undefined;
|
|
2208
1574
|
}
|
|
2209
|
-
export declare namespace ListServiceTemplatesOutput {
|
|
2210
|
-
|
|
2211
|
-
const filterSensitiveLog: (obj: ListServiceTemplatesOutput) => any;
|
|
2212
|
-
}
|
|
2213
1575
|
export interface UpdateServiceTemplateInput {
|
|
2214
1576
|
|
|
2215
1577
|
name: string | undefined;
|
|
@@ -2218,18 +1580,10 @@ export interface UpdateServiceTemplateInput {
|
|
|
2218
1580
|
|
|
2219
1581
|
description?: string;
|
|
2220
1582
|
}
|
|
2221
|
-
export declare namespace UpdateServiceTemplateInput {
|
|
2222
|
-
|
|
2223
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateInput) => any;
|
|
2224
|
-
}
|
|
2225
1583
|
export interface UpdateServiceTemplateOutput {
|
|
2226
1584
|
|
|
2227
1585
|
serviceTemplate: ServiceTemplate | undefined;
|
|
2228
1586
|
}
|
|
2229
|
-
export declare namespace UpdateServiceTemplateOutput {
|
|
2230
|
-
|
|
2231
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateOutput) => any;
|
|
2232
|
-
}
|
|
2233
1587
|
|
|
2234
1588
|
export interface CompatibleEnvironmentTemplateInput {
|
|
2235
1589
|
|
|
@@ -2237,10 +1591,6 @@ export interface CompatibleEnvironmentTemplateInput {
|
|
|
2237
1591
|
|
|
2238
1592
|
majorVersion: string | undefined;
|
|
2239
1593
|
}
|
|
2240
|
-
export declare namespace CompatibleEnvironmentTemplateInput {
|
|
2241
|
-
|
|
2242
|
-
const filterSensitiveLog: (obj: CompatibleEnvironmentTemplateInput) => any;
|
|
2243
|
-
}
|
|
2244
1594
|
export declare enum ServiceTemplateSupportedComponentSourceType {
|
|
2245
1595
|
DIRECTLY_DEFINED = "DIRECTLY_DEFINED"
|
|
2246
1596
|
}
|
|
@@ -2262,10 +1612,6 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
2262
1612
|
|
|
2263
1613
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
2264
1614
|
}
|
|
2265
|
-
export declare namespace CreateServiceTemplateVersionInput {
|
|
2266
|
-
|
|
2267
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateVersionInput) => any;
|
|
2268
|
-
}
|
|
2269
1615
|
|
|
2270
1616
|
export interface CompatibleEnvironmentTemplate {
|
|
2271
1617
|
|
|
@@ -2273,10 +1619,6 @@ export interface CompatibleEnvironmentTemplate {
|
|
|
2273
1619
|
|
|
2274
1620
|
majorVersion: string | undefined;
|
|
2275
1621
|
}
|
|
2276
|
-
export declare namespace CompatibleEnvironmentTemplate {
|
|
2277
|
-
|
|
2278
|
-
const filterSensitiveLog: (obj: CompatibleEnvironmentTemplate) => any;
|
|
2279
|
-
}
|
|
2280
1622
|
|
|
2281
1623
|
export interface ServiceTemplateVersion {
|
|
2282
1624
|
|
|
@@ -2306,18 +1648,10 @@ export interface ServiceTemplateVersion {
|
|
|
2306
1648
|
|
|
2307
1649
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
2308
1650
|
}
|
|
2309
|
-
export declare namespace ServiceTemplateVersion {
|
|
2310
|
-
|
|
2311
|
-
const filterSensitiveLog: (obj: ServiceTemplateVersion) => any;
|
|
2312
|
-
}
|
|
2313
1651
|
export interface CreateServiceTemplateVersionOutput {
|
|
2314
1652
|
|
|
2315
1653
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
2316
1654
|
}
|
|
2317
|
-
export declare namespace CreateServiceTemplateVersionOutput {
|
|
2318
|
-
|
|
2319
|
-
const filterSensitiveLog: (obj: CreateServiceTemplateVersionOutput) => any;
|
|
2320
|
-
}
|
|
2321
1655
|
export interface DeleteServiceTemplateVersionInput {
|
|
2322
1656
|
|
|
2323
1657
|
templateName: string | undefined;
|
|
@@ -2326,18 +1660,10 @@ export interface DeleteServiceTemplateVersionInput {
|
|
|
2326
1660
|
|
|
2327
1661
|
minorVersion: string | undefined;
|
|
2328
1662
|
}
|
|
2329
|
-
export declare namespace DeleteServiceTemplateVersionInput {
|
|
2330
|
-
|
|
2331
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateVersionInput) => any;
|
|
2332
|
-
}
|
|
2333
1663
|
export interface DeleteServiceTemplateVersionOutput {
|
|
2334
1664
|
|
|
2335
1665
|
serviceTemplateVersion?: ServiceTemplateVersion;
|
|
2336
1666
|
}
|
|
2337
|
-
export declare namespace DeleteServiceTemplateVersionOutput {
|
|
2338
|
-
|
|
2339
|
-
const filterSensitiveLog: (obj: DeleteServiceTemplateVersionOutput) => any;
|
|
2340
|
-
}
|
|
2341
1667
|
export interface GetServiceTemplateVersionInput {
|
|
2342
1668
|
|
|
2343
1669
|
templateName: string | undefined;
|
|
@@ -2346,18 +1672,10 @@ export interface GetServiceTemplateVersionInput {
|
|
|
2346
1672
|
|
|
2347
1673
|
minorVersion: string | undefined;
|
|
2348
1674
|
}
|
|
2349
|
-
export declare namespace GetServiceTemplateVersionInput {
|
|
2350
|
-
|
|
2351
|
-
const filterSensitiveLog: (obj: GetServiceTemplateVersionInput) => any;
|
|
2352
|
-
}
|
|
2353
1675
|
export interface GetServiceTemplateVersionOutput {
|
|
2354
1676
|
|
|
2355
1677
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
2356
1678
|
}
|
|
2357
|
-
export declare namespace GetServiceTemplateVersionOutput {
|
|
2358
|
-
|
|
2359
|
-
const filterSensitiveLog: (obj: GetServiceTemplateVersionOutput) => any;
|
|
2360
|
-
}
|
|
2361
1679
|
export interface ListServiceTemplateVersionsInput {
|
|
2362
1680
|
|
|
2363
1681
|
nextToken?: string;
|
|
@@ -2368,10 +1686,6 @@ export interface ListServiceTemplateVersionsInput {
|
|
|
2368
1686
|
|
|
2369
1687
|
majorVersion?: string;
|
|
2370
1688
|
}
|
|
2371
|
-
export declare namespace ListServiceTemplateVersionsInput {
|
|
2372
|
-
|
|
2373
|
-
const filterSensitiveLog: (obj: ListServiceTemplateVersionsInput) => any;
|
|
2374
|
-
}
|
|
2375
1689
|
|
|
2376
1690
|
export interface ServiceTemplateVersionSummary {
|
|
2377
1691
|
|
|
@@ -2395,20 +1709,12 @@ export interface ServiceTemplateVersionSummary {
|
|
|
2395
1709
|
|
|
2396
1710
|
lastModifiedAt: Date | undefined;
|
|
2397
1711
|
}
|
|
2398
|
-
export declare namespace ServiceTemplateVersionSummary {
|
|
2399
|
-
|
|
2400
|
-
const filterSensitiveLog: (obj: ServiceTemplateVersionSummary) => any;
|
|
2401
|
-
}
|
|
2402
1712
|
export interface ListServiceTemplateVersionsOutput {
|
|
2403
1713
|
|
|
2404
1714
|
nextToken?: string;
|
|
2405
1715
|
|
|
2406
1716
|
templateVersions: ServiceTemplateVersionSummary[] | undefined;
|
|
2407
1717
|
}
|
|
2408
|
-
export declare namespace ListServiceTemplateVersionsOutput {
|
|
2409
|
-
|
|
2410
|
-
const filterSensitiveLog: (obj: ListServiceTemplateVersionsOutput) => any;
|
|
2411
|
-
}
|
|
2412
1718
|
export interface UpdateServiceTemplateVersionInput {
|
|
2413
1719
|
|
|
2414
1720
|
templateName: string | undefined;
|
|
@@ -2425,34 +1731,18 @@ export interface UpdateServiceTemplateVersionInput {
|
|
|
2425
1731
|
|
|
2426
1732
|
supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
|
|
2427
1733
|
}
|
|
2428
|
-
export declare namespace UpdateServiceTemplateVersionInput {
|
|
2429
|
-
|
|
2430
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateVersionInput) => any;
|
|
2431
|
-
}
|
|
2432
1734
|
export interface UpdateServiceTemplateVersionOutput {
|
|
2433
1735
|
|
|
2434
1736
|
serviceTemplateVersion: ServiceTemplateVersion | undefined;
|
|
2435
1737
|
}
|
|
2436
|
-
export declare namespace UpdateServiceTemplateVersionOutput {
|
|
2437
|
-
|
|
2438
|
-
const filterSensitiveLog: (obj: UpdateServiceTemplateVersionOutput) => any;
|
|
2439
|
-
}
|
|
2440
1738
|
export interface TagResourceInput {
|
|
2441
1739
|
|
|
2442
1740
|
resourceArn: string | undefined;
|
|
2443
1741
|
|
|
2444
1742
|
tags: Tag[] | undefined;
|
|
2445
1743
|
}
|
|
2446
|
-
export declare namespace TagResourceInput {
|
|
2447
|
-
|
|
2448
|
-
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
2449
|
-
}
|
|
2450
1744
|
export interface TagResourceOutput {
|
|
2451
1745
|
}
|
|
2452
|
-
export declare namespace TagResourceOutput {
|
|
2453
|
-
|
|
2454
|
-
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
2455
|
-
}
|
|
2456
1746
|
export interface CreateTemplateSyncConfigInput {
|
|
2457
1747
|
|
|
2458
1748
|
templateName: string | undefined;
|
|
@@ -2467,10 +1757,6 @@ export interface CreateTemplateSyncConfigInput {
|
|
|
2467
1757
|
|
|
2468
1758
|
subdirectory?: string;
|
|
2469
1759
|
}
|
|
2470
|
-
export declare namespace CreateTemplateSyncConfigInput {
|
|
2471
|
-
|
|
2472
|
-
const filterSensitiveLog: (obj: CreateTemplateSyncConfigInput) => any;
|
|
2473
|
-
}
|
|
2474
1760
|
|
|
2475
1761
|
export interface TemplateSyncConfig {
|
|
2476
1762
|
|
|
@@ -2486,54 +1772,30 @@ export interface TemplateSyncConfig {
|
|
|
2486
1772
|
|
|
2487
1773
|
subdirectory?: string;
|
|
2488
1774
|
}
|
|
2489
|
-
export declare namespace TemplateSyncConfig {
|
|
2490
|
-
|
|
2491
|
-
const filterSensitiveLog: (obj: TemplateSyncConfig) => any;
|
|
2492
|
-
}
|
|
2493
1775
|
export interface CreateTemplateSyncConfigOutput {
|
|
2494
1776
|
|
|
2495
1777
|
templateSyncConfig?: TemplateSyncConfig;
|
|
2496
1778
|
}
|
|
2497
|
-
export declare namespace CreateTemplateSyncConfigOutput {
|
|
2498
|
-
|
|
2499
|
-
const filterSensitiveLog: (obj: CreateTemplateSyncConfigOutput) => any;
|
|
2500
|
-
}
|
|
2501
1779
|
export interface DeleteTemplateSyncConfigInput {
|
|
2502
1780
|
|
|
2503
1781
|
templateName: string | undefined;
|
|
2504
1782
|
|
|
2505
1783
|
templateType: TemplateType | string | undefined;
|
|
2506
1784
|
}
|
|
2507
|
-
export declare namespace DeleteTemplateSyncConfigInput {
|
|
2508
|
-
|
|
2509
|
-
const filterSensitiveLog: (obj: DeleteTemplateSyncConfigInput) => any;
|
|
2510
|
-
}
|
|
2511
1785
|
export interface DeleteTemplateSyncConfigOutput {
|
|
2512
1786
|
|
|
2513
1787
|
templateSyncConfig?: TemplateSyncConfig;
|
|
2514
1788
|
}
|
|
2515
|
-
export declare namespace DeleteTemplateSyncConfigOutput {
|
|
2516
|
-
|
|
2517
|
-
const filterSensitiveLog: (obj: DeleteTemplateSyncConfigOutput) => any;
|
|
2518
|
-
}
|
|
2519
1789
|
export interface GetTemplateSyncConfigInput {
|
|
2520
1790
|
|
|
2521
1791
|
templateName: string | undefined;
|
|
2522
1792
|
|
|
2523
1793
|
templateType: TemplateType | string | undefined;
|
|
2524
1794
|
}
|
|
2525
|
-
export declare namespace GetTemplateSyncConfigInput {
|
|
2526
|
-
|
|
2527
|
-
const filterSensitiveLog: (obj: GetTemplateSyncConfigInput) => any;
|
|
2528
|
-
}
|
|
2529
1795
|
export interface GetTemplateSyncConfigOutput {
|
|
2530
1796
|
|
|
2531
1797
|
templateSyncConfig?: TemplateSyncConfig;
|
|
2532
1798
|
}
|
|
2533
|
-
export declare namespace GetTemplateSyncConfigOutput {
|
|
2534
|
-
|
|
2535
|
-
const filterSensitiveLog: (obj: GetTemplateSyncConfigOutput) => any;
|
|
2536
|
-
}
|
|
2537
1799
|
export interface UpdateTemplateSyncConfigInput {
|
|
2538
1800
|
|
|
2539
1801
|
templateName: string | undefined;
|
|
@@ -2548,31 +1810,393 @@ export interface UpdateTemplateSyncConfigInput {
|
|
|
2548
1810
|
|
|
2549
1811
|
subdirectory?: string;
|
|
2550
1812
|
}
|
|
2551
|
-
export declare namespace UpdateTemplateSyncConfigInput {
|
|
2552
|
-
|
|
2553
|
-
const filterSensitiveLog: (obj: UpdateTemplateSyncConfigInput) => any;
|
|
2554
|
-
}
|
|
2555
1813
|
export interface UpdateTemplateSyncConfigOutput {
|
|
2556
1814
|
|
|
2557
1815
|
templateSyncConfig?: TemplateSyncConfig;
|
|
2558
1816
|
}
|
|
2559
|
-
export declare namespace UpdateTemplateSyncConfigOutput {
|
|
2560
|
-
|
|
2561
|
-
const filterSensitiveLog: (obj: UpdateTemplateSyncConfigOutput) => any;
|
|
2562
|
-
}
|
|
2563
1817
|
export interface UntagResourceInput {
|
|
2564
1818
|
|
|
2565
1819
|
resourceArn: string | undefined;
|
|
2566
1820
|
|
|
2567
1821
|
tagKeys: string[] | undefined;
|
|
2568
1822
|
}
|
|
2569
|
-
export declare namespace UntagResourceInput {
|
|
2570
|
-
|
|
2571
|
-
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
2572
|
-
}
|
|
2573
1823
|
export interface UntagResourceOutput {
|
|
2574
1824
|
}
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
1825
|
+
|
|
1826
|
+
export declare const AcceptEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionInput) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const EnvironmentAccountConnectionFilterSensitiveLog: (obj: EnvironmentAccountConnection) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const AcceptEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: AcceptEnvironmentAccountConnectionOutput) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const RepositoryBranchFilterSensitiveLog: (obj: RepositoryBranch) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const GetAccountSettingsInputFilterSensitiveLog: (obj: GetAccountSettingsInput) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const GetAccountSettingsOutputFilterSensitiveLog: (obj: GetAccountSettingsOutput) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const RepositoryBranchInputFilterSensitiveLog: (obj: RepositoryBranchInput) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const UpdateAccountSettingsInputFilterSensitiveLog: (obj: UpdateAccountSettingsInput) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const UpdateAccountSettingsOutputFilterSensitiveLog: (obj: UpdateAccountSettingsOutput) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const CancelComponentDeploymentInputFilterSensitiveLog: (obj: CancelComponentDeploymentInput) => any;
|
|
1847
|
+
|
|
1848
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const CancelComponentDeploymentOutputFilterSensitiveLog: (obj: CancelComponentDeploymentOutput) => any;
|
|
1851
|
+
|
|
1852
|
+
export declare const CancelEnvironmentDeploymentInputFilterSensitiveLog: (obj: CancelEnvironmentDeploymentInput) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1855
|
+
|
|
1856
|
+
export declare const CancelEnvironmentDeploymentOutputFilterSensitiveLog: (obj: CancelEnvironmentDeploymentOutput) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const CancelServiceInstanceDeploymentInputFilterSensitiveLog: (obj: CancelServiceInstanceDeploymentInput) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const ServiceInstanceFilterSensitiveLog: (obj: ServiceInstance) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const CancelServiceInstanceDeploymentOutputFilterSensitiveLog: (obj: CancelServiceInstanceDeploymentOutput) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const CancelServicePipelineDeploymentInputFilterSensitiveLog: (obj: CancelServicePipelineDeploymentInput) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const ServicePipelineFilterSensitiveLog: (obj: ServicePipeline) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const CancelServicePipelineDeploymentOutputFilterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const ListComponentOutputsInputFilterSensitiveLog: (obj: ListComponentOutputsInput) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const ListComponentOutputsOutputFilterSensitiveLog: (obj: ListComponentOutputsOutput) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const ListComponentProvisionedResourcesInputFilterSensitiveLog: (obj: ListComponentProvisionedResourcesInput) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const ProvisionedResourceFilterSensitiveLog: (obj: ProvisionedResource) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const ListComponentProvisionedResourcesOutputFilterSensitiveLog: (obj: ListComponentProvisionedResourcesOutput) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const CreateComponentInputFilterSensitiveLog: (obj: CreateComponentInput) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const CreateComponentOutputFilterSensitiveLog: (obj: CreateComponentOutput) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const DeleteComponentInputFilterSensitiveLog: (obj: DeleteComponentInput) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const DeleteComponentOutputFilterSensitiveLog: (obj: DeleteComponentOutput) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const GetComponentInputFilterSensitiveLog: (obj: GetComponentInput) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const GetComponentOutputFilterSensitiveLog: (obj: GetComponentOutput) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const ListComponentsInputFilterSensitiveLog: (obj: ListComponentsInput) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const ComponentSummaryFilterSensitiveLog: (obj: ComponentSummary) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const ListComponentsOutputFilterSensitiveLog: (obj: ListComponentsOutput) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const UpdateComponentInputFilterSensitiveLog: (obj: UpdateComponentInput) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const UpdateComponentOutputFilterSensitiveLog: (obj: UpdateComponentOutput) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const CreateEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: CreateEnvironmentAccountConnectionInput) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const CreateEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: CreateEnvironmentAccountConnectionOutput) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const DeleteEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionInput) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const DeleteEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: DeleteEnvironmentAccountConnectionOutput) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const GetEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: GetEnvironmentAccountConnectionInput) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const GetEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: GetEnvironmentAccountConnectionOutput) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const ListEnvironmentAccountConnectionsInputFilterSensitiveLog: (obj: ListEnvironmentAccountConnectionsInput) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const EnvironmentAccountConnectionSummaryFilterSensitiveLog: (obj: EnvironmentAccountConnectionSummary) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const ListEnvironmentAccountConnectionsOutputFilterSensitiveLog: (obj: ListEnvironmentAccountConnectionsOutput) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const RejectEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: RejectEnvironmentAccountConnectionInput) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const RejectEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: RejectEnvironmentAccountConnectionOutput) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const UpdateEnvironmentAccountConnectionInputFilterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionInput) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const UpdateEnvironmentAccountConnectionOutputFilterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionOutput) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const ListEnvironmentOutputsInputFilterSensitiveLog: (obj: ListEnvironmentOutputsInput) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const ListEnvironmentOutputsOutputFilterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const ListEnvironmentProvisionedResourcesInputFilterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesInput) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const ListEnvironmentProvisionedResourcesOutputFilterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesOutput) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const CreateEnvironmentInputFilterSensitiveLog: (obj: CreateEnvironmentInput) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const DeleteEnvironmentInputFilterSensitiveLog: (obj: DeleteEnvironmentInput) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const DeleteEnvironmentOutputFilterSensitiveLog: (obj: DeleteEnvironmentOutput) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const GetEnvironmentInputFilterSensitiveLog: (obj: GetEnvironmentInput) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const EnvironmentTemplateFilterFilterSensitiveLog: (obj: EnvironmentTemplateFilter) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const ListEnvironmentsInputFilterSensitiveLog: (obj: ListEnvironmentsInput) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const UpdateEnvironmentInputFilterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const CreateEnvironmentTemplateInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateInput) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const EnvironmentTemplateFilterSensitiveLog: (obj: EnvironmentTemplate) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const CreateEnvironmentTemplateOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateOutput) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const DeleteEnvironmentTemplateInputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateInput) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const DeleteEnvironmentTemplateOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateOutput) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const GetEnvironmentTemplateInputFilterSensitiveLog: (obj: GetEnvironmentTemplateInput) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const GetEnvironmentTemplateOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateOutput) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const ListEnvironmentTemplatesInputFilterSensitiveLog: (obj: ListEnvironmentTemplatesInput) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const EnvironmentTemplateSummaryFilterSensitiveLog: (obj: EnvironmentTemplateSummary) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const ListEnvironmentTemplatesOutputFilterSensitiveLog: (obj: ListEnvironmentTemplatesOutput) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const UpdateEnvironmentTemplateInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateInput) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const UpdateEnvironmentTemplateOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateOutput) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const S3ObjectSourceFilterSensitiveLog: (obj: S3ObjectSource) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const TemplateVersionSourceInputFilterSensitiveLog: (obj: TemplateVersionSourceInput) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const CreateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionInput) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const EnvironmentTemplateVersionFilterSensitiveLog: (obj: EnvironmentTemplateVersion) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const CreateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: CreateEnvironmentTemplateVersionOutput) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const DeleteEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionInput) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: DeleteEnvironmentTemplateVersionOutput) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const GetEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: GetEnvironmentTemplateVersionInput) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const GetEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: GetEnvironmentTemplateVersionOutput) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const ListEnvironmentTemplateVersionsInputFilterSensitiveLog: (obj: ListEnvironmentTemplateVersionsInput) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const EnvironmentTemplateVersionSummaryFilterSensitiveLog: (obj: EnvironmentTemplateVersionSummary) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const ListEnvironmentTemplateVersionsOutputFilterSensitiveLog: (obj: ListEnvironmentTemplateVersionsOutput) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const UpdateEnvironmentTemplateVersionInputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionInput) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const GetRepositorySyncStatusInputFilterSensitiveLog: (obj: GetRepositorySyncStatusInput) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const RepositorySyncEventFilterSensitiveLog: (obj: RepositorySyncEvent) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const RepositorySyncAttemptFilterSensitiveLog: (obj: RepositorySyncAttempt) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const GetRepositorySyncStatusOutputFilterSensitiveLog: (obj: GetRepositorySyncStatusOutput) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const GetTemplateSyncStatusInputFilterSensitiveLog: (obj: GetTemplateSyncStatusInput) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const RevisionFilterSensitiveLog: (obj: Revision) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const ResourceSyncEventFilterSensitiveLog: (obj: ResourceSyncEvent) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const ResourceSyncAttemptFilterSensitiveLog: (obj: ResourceSyncAttempt) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const GetTemplateSyncStatusOutputFilterSensitiveLog: (obj: GetTemplateSyncStatusOutput) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const ListRepositorySyncDefinitionsInputFilterSensitiveLog: (obj: ListRepositorySyncDefinitionsInput) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const RepositorySyncDefinitionFilterSensitiveLog: (obj: RepositorySyncDefinition) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const ListRepositorySyncDefinitionsOutputFilterSensitiveLog: (obj: ListRepositorySyncDefinitionsOutput) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const NotifyResourceDeploymentStatusChangeOutputFilterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeOutput) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const CreateRepositoryInputFilterSensitiveLog: (obj: CreateRepositoryInput) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const CreateRepositoryOutputFilterSensitiveLog: (obj: CreateRepositoryOutput) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const DeleteRepositoryInputFilterSensitiveLog: (obj: DeleteRepositoryInput) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const DeleteRepositoryOutputFilterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const GetRepositoryInputFilterSensitiveLog: (obj: GetRepositoryInput) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const GetRepositoryOutputFilterSensitiveLog: (obj: GetRepositoryOutput) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const ListRepositoriesInputFilterSensitiveLog: (obj: ListRepositoriesInput) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const RepositorySummaryFilterSensitiveLog: (obj: RepositorySummary) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const ListRepositoriesOutputFilterSensitiveLog: (obj: ListRepositoriesOutput) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const ListServiceInstanceOutputsInputFilterSensitiveLog: (obj: ListServiceInstanceOutputsInput) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const ListServiceInstanceProvisionedResourcesInputFilterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesInput) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const ListServiceInstanceProvisionedResourcesOutputFilterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesOutput) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const GetServiceInstanceInputFilterSensitiveLog: (obj: GetServiceInstanceInput) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const GetServiceInstanceOutputFilterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const ListServiceInstancesInputFilterSensitiveLog: (obj: ListServiceInstancesInput) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const ServiceInstanceSummaryFilterSensitiveLog: (obj: ServiceInstanceSummary) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const ListServiceInstancesOutputFilterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const UpdateServiceInstanceInputFilterSensitiveLog: (obj: UpdateServiceInstanceInput) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const UpdateServiceInstanceOutputFilterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const ListServicePipelineOutputsInputFilterSensitiveLog: (obj: ListServicePipelineOutputsInput) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const ListServicePipelineOutputsOutputFilterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const ListServicePipelineProvisionedResourcesInputFilterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesInput) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const ListServicePipelineProvisionedResourcesOutputFilterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesOutput) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const UpdateServicePipelineInputFilterSensitiveLog: (obj: UpdateServicePipelineInput) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const UpdateServicePipelineOutputFilterSensitiveLog: (obj: UpdateServicePipelineOutput) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const CreateServiceInputFilterSensitiveLog: (obj: CreateServiceInput) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const CreateServiceOutputFilterSensitiveLog: (obj: CreateServiceOutput) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const DeleteServiceInputFilterSensitiveLog: (obj: DeleteServiceInput) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const DeleteServiceOutputFilterSensitiveLog: (obj: DeleteServiceOutput) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const GetServiceInputFilterSensitiveLog: (obj: GetServiceInput) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const GetServiceOutputFilterSensitiveLog: (obj: GetServiceOutput) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const ListServicesInputFilterSensitiveLog: (obj: ListServicesInput) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ListServicesOutputFilterSensitiveLog: (obj: ListServicesOutput) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const UpdateServiceInputFilterSensitiveLog: (obj: UpdateServiceInput) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const UpdateServiceOutputFilterSensitiveLog: (obj: UpdateServiceOutput) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const CreateServiceTemplateInputFilterSensitiveLog: (obj: CreateServiceTemplateInput) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const ServiceTemplateFilterSensitiveLog: (obj: ServiceTemplate) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const CreateServiceTemplateOutputFilterSensitiveLog: (obj: CreateServiceTemplateOutput) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const DeleteServiceTemplateInputFilterSensitiveLog: (obj: DeleteServiceTemplateInput) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const DeleteServiceTemplateOutputFilterSensitiveLog: (obj: DeleteServiceTemplateOutput) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const GetServiceTemplateInputFilterSensitiveLog: (obj: GetServiceTemplateInput) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const GetServiceTemplateOutputFilterSensitiveLog: (obj: GetServiceTemplateOutput) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const ListServiceTemplatesInputFilterSensitiveLog: (obj: ListServiceTemplatesInput) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const ServiceTemplateSummaryFilterSensitiveLog: (obj: ServiceTemplateSummary) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const ListServiceTemplatesOutputFilterSensitiveLog: (obj: ListServiceTemplatesOutput) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const UpdateServiceTemplateInputFilterSensitiveLog: (obj: UpdateServiceTemplateInput) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const UpdateServiceTemplateOutputFilterSensitiveLog: (obj: UpdateServiceTemplateOutput) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const CompatibleEnvironmentTemplateInputFilterSensitiveLog: (obj: CompatibleEnvironmentTemplateInput) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const CreateServiceTemplateVersionInputFilterSensitiveLog: (obj: CreateServiceTemplateVersionInput) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const CompatibleEnvironmentTemplateFilterSensitiveLog: (obj: CompatibleEnvironmentTemplate) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const ServiceTemplateVersionFilterSensitiveLog: (obj: ServiceTemplateVersion) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const CreateServiceTemplateVersionOutputFilterSensitiveLog: (obj: CreateServiceTemplateVersionOutput) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const DeleteServiceTemplateVersionInputFilterSensitiveLog: (obj: DeleteServiceTemplateVersionInput) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const DeleteServiceTemplateVersionOutputFilterSensitiveLog: (obj: DeleteServiceTemplateVersionOutput) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const GetServiceTemplateVersionInputFilterSensitiveLog: (obj: GetServiceTemplateVersionInput) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const GetServiceTemplateVersionOutputFilterSensitiveLog: (obj: GetServiceTemplateVersionOutput) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const ListServiceTemplateVersionsInputFilterSensitiveLog: (obj: ListServiceTemplateVersionsInput) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const ServiceTemplateVersionSummaryFilterSensitiveLog: (obj: ServiceTemplateVersionSummary) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const ListServiceTemplateVersionsOutputFilterSensitiveLog: (obj: ListServiceTemplateVersionsOutput) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const UpdateServiceTemplateVersionInputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionInput) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const UpdateServiceTemplateVersionOutputFilterSensitiveLog: (obj: UpdateServiceTemplateVersionOutput) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const CreateTemplateSyncConfigInputFilterSensitiveLog: (obj: CreateTemplateSyncConfigInput) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const TemplateSyncConfigFilterSensitiveLog: (obj: TemplateSyncConfig) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const CreateTemplateSyncConfigOutputFilterSensitiveLog: (obj: CreateTemplateSyncConfigOutput) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const DeleteTemplateSyncConfigInputFilterSensitiveLog: (obj: DeleteTemplateSyncConfigInput) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const DeleteTemplateSyncConfigOutputFilterSensitiveLog: (obj: DeleteTemplateSyncConfigOutput) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const GetTemplateSyncConfigInputFilterSensitiveLog: (obj: GetTemplateSyncConfigInput) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const GetTemplateSyncConfigOutputFilterSensitiveLog: (obj: GetTemplateSyncConfigOutput) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const UpdateTemplateSyncConfigInputFilterSensitiveLog: (obj: UpdateTemplateSyncConfigInput) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const UpdateTemplateSyncConfigOutputFilterSensitiveLog: (obj: UpdateTemplateSyncConfigOutput) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|