@aws-sdk/client-appconfig 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppConfig.d.ts +0 -43
- package/dist-types/ts3.4/AppConfigClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -317
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,29 +1,18 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
|
|
3
|
-
|
|
4
3
|
export interface Action {
|
|
5
4
|
Name?: string;
|
|
6
|
-
|
|
7
5
|
Description?: string;
|
|
8
|
-
|
|
9
6
|
Uri?: string;
|
|
10
|
-
|
|
11
7
|
RoleArn?: string;
|
|
12
8
|
}
|
|
13
|
-
|
|
14
9
|
export interface ActionInvocation {
|
|
15
10
|
ExtensionIdentifier?: string;
|
|
16
|
-
|
|
17
11
|
ActionName?: string;
|
|
18
|
-
|
|
19
12
|
Uri?: string;
|
|
20
|
-
|
|
21
13
|
RoleArn?: string;
|
|
22
|
-
|
|
23
14
|
ErrorMessage?: string;
|
|
24
|
-
|
|
25
15
|
ErrorCode?: string;
|
|
26
|
-
|
|
27
16
|
InvocationId?: string;
|
|
28
17
|
}
|
|
29
18
|
export declare enum ActionPoint {
|
|
@@ -37,24 +26,16 @@ export declare enum ActionPoint {
|
|
|
37
26
|
}
|
|
38
27
|
export interface Application {
|
|
39
28
|
Id?: string;
|
|
40
|
-
|
|
41
29
|
Name?: string;
|
|
42
|
-
|
|
43
30
|
Description?: string;
|
|
44
31
|
}
|
|
45
|
-
|
|
46
32
|
export interface InvalidConfigurationDetail {
|
|
47
33
|
Constraint?: string;
|
|
48
|
-
|
|
49
34
|
Location?: string;
|
|
50
|
-
|
|
51
35
|
Reason?: string;
|
|
52
|
-
|
|
53
36
|
Type?: string;
|
|
54
|
-
|
|
55
37
|
Value?: string;
|
|
56
38
|
}
|
|
57
|
-
|
|
58
39
|
export declare type BadRequestDetails =
|
|
59
40
|
| BadRequestDetails.InvalidConfigurationMember
|
|
60
41
|
| BadRequestDetails.$UnknownMember;
|
|
@@ -76,32 +57,25 @@ export declare namespace BadRequestDetails {
|
|
|
76
57
|
export declare enum BadRequestReason {
|
|
77
58
|
INVALID_CONFIGURATION = "InvalidConfiguration",
|
|
78
59
|
}
|
|
79
|
-
|
|
80
60
|
export declare class BadRequestException extends __BaseException {
|
|
81
61
|
readonly name: "BadRequestException";
|
|
82
62
|
readonly $fault: "client";
|
|
83
63
|
Message?: string;
|
|
84
64
|
Reason?: BadRequestReason | string;
|
|
85
|
-
|
|
86
65
|
Details?: BadRequestDetails;
|
|
87
|
-
|
|
88
66
|
constructor(
|
|
89
67
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
90
68
|
);
|
|
91
69
|
}
|
|
92
70
|
export interface CreateApplicationRequest {
|
|
93
71
|
Name: string | undefined;
|
|
94
|
-
|
|
95
72
|
Description?: string;
|
|
96
|
-
|
|
97
73
|
Tags?: Record<string, string>;
|
|
98
74
|
}
|
|
99
|
-
|
|
100
75
|
export declare class InternalServerException extends __BaseException {
|
|
101
76
|
readonly name: "InternalServerException";
|
|
102
77
|
readonly $fault: "server";
|
|
103
78
|
Message?: string;
|
|
104
|
-
|
|
105
79
|
constructor(
|
|
106
80
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
107
81
|
);
|
|
@@ -110,53 +84,35 @@ export declare enum ValidatorType {
|
|
|
110
84
|
JSON_SCHEMA = "JSON_SCHEMA",
|
|
111
85
|
LAMBDA = "LAMBDA",
|
|
112
86
|
}
|
|
113
|
-
|
|
114
87
|
export interface Validator {
|
|
115
88
|
Type: ValidatorType | string | undefined;
|
|
116
|
-
|
|
117
89
|
Content: string | undefined;
|
|
118
90
|
}
|
|
119
91
|
export interface ConfigurationProfile {
|
|
120
92
|
ApplicationId?: string;
|
|
121
|
-
|
|
122
93
|
Id?: string;
|
|
123
|
-
|
|
124
94
|
Name?: string;
|
|
125
|
-
|
|
126
95
|
Description?: string;
|
|
127
|
-
|
|
128
96
|
LocationUri?: string;
|
|
129
|
-
|
|
130
97
|
RetrievalRoleArn?: string;
|
|
131
|
-
|
|
132
98
|
Validators?: Validator[];
|
|
133
|
-
|
|
134
99
|
Type?: string;
|
|
135
100
|
}
|
|
136
101
|
export interface CreateConfigurationProfileRequest {
|
|
137
102
|
ApplicationId: string | undefined;
|
|
138
|
-
|
|
139
103
|
Name: string | undefined;
|
|
140
|
-
|
|
141
104
|
Description?: string;
|
|
142
|
-
|
|
143
105
|
LocationUri: string | undefined;
|
|
144
|
-
|
|
145
106
|
RetrievalRoleArn?: string;
|
|
146
|
-
|
|
147
107
|
Validators?: Validator[];
|
|
148
|
-
|
|
149
108
|
Tags?: Record<string, string>;
|
|
150
|
-
|
|
151
109
|
Type?: string;
|
|
152
110
|
}
|
|
153
|
-
|
|
154
111
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
155
112
|
readonly name: "ResourceNotFoundException";
|
|
156
113
|
readonly $fault: "client";
|
|
157
114
|
Message?: string;
|
|
158
115
|
ResourceName?: string;
|
|
159
|
-
|
|
160
116
|
constructor(
|
|
161
117
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
162
118
|
);
|
|
@@ -171,53 +127,33 @@ export declare enum ReplicateTo {
|
|
|
171
127
|
}
|
|
172
128
|
export interface CreateDeploymentStrategyRequest {
|
|
173
129
|
Name: string | undefined;
|
|
174
|
-
|
|
175
130
|
Description?: string;
|
|
176
|
-
|
|
177
131
|
DeploymentDurationInMinutes: number | undefined;
|
|
178
|
-
|
|
179
132
|
FinalBakeTimeInMinutes?: number;
|
|
180
|
-
|
|
181
133
|
GrowthFactor: number | undefined;
|
|
182
|
-
|
|
183
134
|
GrowthType?: GrowthType | string;
|
|
184
|
-
|
|
185
135
|
ReplicateTo?: ReplicateTo | string;
|
|
186
|
-
|
|
187
136
|
Tags?: Record<string, string>;
|
|
188
137
|
}
|
|
189
138
|
export interface DeploymentStrategy {
|
|
190
139
|
Id?: string;
|
|
191
|
-
|
|
192
140
|
Name?: string;
|
|
193
|
-
|
|
194
141
|
Description?: string;
|
|
195
|
-
|
|
196
142
|
DeploymentDurationInMinutes?: number;
|
|
197
|
-
|
|
198
143
|
GrowthType?: GrowthType | string;
|
|
199
|
-
|
|
200
144
|
GrowthFactor?: number;
|
|
201
|
-
|
|
202
145
|
FinalBakeTimeInMinutes?: number;
|
|
203
|
-
|
|
204
146
|
ReplicateTo?: ReplicateTo | string;
|
|
205
147
|
}
|
|
206
|
-
|
|
207
148
|
export interface Monitor {
|
|
208
149
|
AlarmArn: string | undefined;
|
|
209
|
-
|
|
210
150
|
AlarmRoleArn?: string;
|
|
211
151
|
}
|
|
212
152
|
export interface CreateEnvironmentRequest {
|
|
213
153
|
ApplicationId: string | undefined;
|
|
214
|
-
|
|
215
154
|
Name: string | undefined;
|
|
216
|
-
|
|
217
155
|
Description?: string;
|
|
218
|
-
|
|
219
156
|
Monitors?: Monitor[];
|
|
220
|
-
|
|
221
157
|
Tags?: Record<string, string>;
|
|
222
158
|
}
|
|
223
159
|
export declare enum EnvironmentState {
|
|
@@ -228,123 +164,81 @@ export declare enum EnvironmentState {
|
|
|
228
164
|
}
|
|
229
165
|
export interface Environment {
|
|
230
166
|
ApplicationId?: string;
|
|
231
|
-
|
|
232
167
|
Id?: string;
|
|
233
|
-
|
|
234
168
|
Name?: string;
|
|
235
|
-
|
|
236
169
|
Description?: string;
|
|
237
|
-
|
|
238
170
|
State?: EnvironmentState | string;
|
|
239
|
-
|
|
240
171
|
Monitors?: Monitor[];
|
|
241
172
|
}
|
|
242
|
-
|
|
243
173
|
export declare class ConflictException extends __BaseException {
|
|
244
174
|
readonly name: "ConflictException";
|
|
245
175
|
readonly $fault: "client";
|
|
246
176
|
Message?: string;
|
|
247
|
-
|
|
248
177
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
249
178
|
}
|
|
250
|
-
|
|
251
179
|
export interface Parameter {
|
|
252
180
|
Description?: string;
|
|
253
|
-
|
|
254
181
|
Required?: boolean;
|
|
255
182
|
}
|
|
256
183
|
export interface CreateExtensionRequest {
|
|
257
184
|
Name: string | undefined;
|
|
258
|
-
|
|
259
185
|
Description?: string;
|
|
260
|
-
|
|
261
186
|
Actions: Record<string, Action[]> | undefined;
|
|
262
|
-
|
|
263
187
|
Parameters?: Record<string, Parameter>;
|
|
264
|
-
|
|
265
188
|
Tags?: Record<string, string>;
|
|
266
|
-
|
|
267
189
|
LatestVersionNumber?: number;
|
|
268
190
|
}
|
|
269
191
|
export interface Extension {
|
|
270
192
|
Id?: string;
|
|
271
|
-
|
|
272
193
|
Name?: string;
|
|
273
|
-
|
|
274
194
|
VersionNumber?: number;
|
|
275
|
-
|
|
276
195
|
Arn?: string;
|
|
277
|
-
|
|
278
196
|
Description?: string;
|
|
279
|
-
|
|
280
197
|
Actions?: Record<string, Action[]>;
|
|
281
|
-
|
|
282
198
|
Parameters?: Record<string, Parameter>;
|
|
283
199
|
}
|
|
284
|
-
|
|
285
200
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
286
201
|
readonly name: "ServiceQuotaExceededException";
|
|
287
202
|
readonly $fault: "client";
|
|
288
203
|
Message?: string;
|
|
289
|
-
|
|
290
204
|
constructor(
|
|
291
205
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
292
206
|
);
|
|
293
207
|
}
|
|
294
208
|
export interface CreateExtensionAssociationRequest {
|
|
295
209
|
ExtensionIdentifier: string | undefined;
|
|
296
|
-
|
|
297
210
|
ExtensionVersionNumber?: number;
|
|
298
|
-
|
|
299
211
|
ResourceIdentifier: string | undefined;
|
|
300
|
-
|
|
301
212
|
Parameters?: Record<string, string>;
|
|
302
|
-
|
|
303
213
|
Tags?: Record<string, string>;
|
|
304
214
|
}
|
|
305
215
|
export interface ExtensionAssociation {
|
|
306
216
|
Id?: string;
|
|
307
|
-
|
|
308
217
|
ExtensionArn?: string;
|
|
309
|
-
|
|
310
218
|
ResourceArn?: string;
|
|
311
|
-
|
|
312
219
|
Arn?: string;
|
|
313
|
-
|
|
314
220
|
Parameters?: Record<string, string>;
|
|
315
|
-
|
|
316
221
|
ExtensionVersionNumber?: number;
|
|
317
222
|
}
|
|
318
223
|
export interface CreateHostedConfigurationVersionRequest {
|
|
319
224
|
ApplicationId: string | undefined;
|
|
320
|
-
|
|
321
225
|
ConfigurationProfileId: string | undefined;
|
|
322
|
-
|
|
323
226
|
Description?: string;
|
|
324
|
-
|
|
325
227
|
Content: Uint8Array | undefined;
|
|
326
|
-
|
|
327
228
|
ContentType: string | undefined;
|
|
328
|
-
|
|
329
229
|
LatestVersionNumber?: number;
|
|
330
230
|
}
|
|
331
231
|
export interface HostedConfigurationVersion {
|
|
332
232
|
ApplicationId?: string;
|
|
333
|
-
|
|
334
233
|
ConfigurationProfileId?: string;
|
|
335
|
-
|
|
336
234
|
VersionNumber?: number;
|
|
337
|
-
|
|
338
235
|
Description?: string;
|
|
339
|
-
|
|
340
236
|
Content?: Uint8Array;
|
|
341
|
-
|
|
342
237
|
ContentType?: string;
|
|
343
238
|
}
|
|
344
239
|
export declare enum BytesMeasure {
|
|
345
240
|
KILOBYTES = "KILOBYTES",
|
|
346
241
|
}
|
|
347
|
-
|
|
348
242
|
export declare class PayloadTooLargeException extends __BaseException {
|
|
349
243
|
readonly name: "PayloadTooLargeException";
|
|
350
244
|
readonly $fault: "client";
|
|
@@ -352,7 +246,6 @@ export declare class PayloadTooLargeException extends __BaseException {
|
|
|
352
246
|
Measure?: BytesMeasure | string;
|
|
353
247
|
Limit?: number;
|
|
354
248
|
Size?: number;
|
|
355
|
-
|
|
356
249
|
constructor(
|
|
357
250
|
opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>
|
|
358
251
|
);
|
|
@@ -362,7 +255,6 @@ export interface DeleteApplicationRequest {
|
|
|
362
255
|
}
|
|
363
256
|
export interface DeleteConfigurationProfileRequest {
|
|
364
257
|
ApplicationId: string | undefined;
|
|
365
|
-
|
|
366
258
|
ConfigurationProfileId: string | undefined;
|
|
367
259
|
}
|
|
368
260
|
export interface DeleteDeploymentStrategyRequest {
|
|
@@ -370,12 +262,10 @@ export interface DeleteDeploymentStrategyRequest {
|
|
|
370
262
|
}
|
|
371
263
|
export interface DeleteEnvironmentRequest {
|
|
372
264
|
ApplicationId: string | undefined;
|
|
373
|
-
|
|
374
265
|
EnvironmentId: string | undefined;
|
|
375
266
|
}
|
|
376
267
|
export interface DeleteExtensionRequest {
|
|
377
268
|
ExtensionIdentifier: string | undefined;
|
|
378
|
-
|
|
379
269
|
VersionNumber?: number;
|
|
380
270
|
}
|
|
381
271
|
export interface DeleteExtensionAssociationRequest {
|
|
@@ -383,9 +273,7 @@ export interface DeleteExtensionAssociationRequest {
|
|
|
383
273
|
}
|
|
384
274
|
export interface DeleteHostedConfigurationVersionRequest {
|
|
385
275
|
ApplicationId: string | undefined;
|
|
386
|
-
|
|
387
276
|
ConfigurationProfileId: string | undefined;
|
|
388
|
-
|
|
389
277
|
VersionNumber: number | undefined;
|
|
390
278
|
}
|
|
391
279
|
export interface GetApplicationRequest {
|
|
@@ -393,35 +281,24 @@ export interface GetApplicationRequest {
|
|
|
393
281
|
}
|
|
394
282
|
export interface Configuration {
|
|
395
283
|
Content?: Uint8Array;
|
|
396
|
-
|
|
397
284
|
ConfigurationVersion?: string;
|
|
398
|
-
|
|
399
285
|
ContentType?: string;
|
|
400
286
|
}
|
|
401
287
|
export interface GetConfigurationRequest {
|
|
402
288
|
Application: string | undefined;
|
|
403
|
-
|
|
404
289
|
Environment: string | undefined;
|
|
405
|
-
|
|
406
290
|
Configuration: string | undefined;
|
|
407
|
-
|
|
408
291
|
ClientId: string | undefined;
|
|
409
|
-
|
|
410
292
|
ClientConfigurationVersion?: string;
|
|
411
293
|
}
|
|
412
294
|
export interface GetConfigurationProfileRequest {
|
|
413
295
|
ApplicationId: string | undefined;
|
|
414
|
-
|
|
415
296
|
ConfigurationProfileId: string | undefined;
|
|
416
297
|
}
|
|
417
|
-
|
|
418
298
|
export interface AppliedExtension {
|
|
419
299
|
ExtensionId?: string;
|
|
420
|
-
|
|
421
300
|
ExtensionAssociationId?: string;
|
|
422
|
-
|
|
423
301
|
VersionNumber?: number;
|
|
424
|
-
|
|
425
302
|
Parameters?: Record<string, string>;
|
|
426
303
|
}
|
|
427
304
|
export declare enum DeploymentEventType {
|
|
@@ -438,16 +315,11 @@ export declare enum TriggeredBy {
|
|
|
438
315
|
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
439
316
|
USER = "USER",
|
|
440
317
|
}
|
|
441
|
-
|
|
442
318
|
export interface DeploymentEvent {
|
|
443
319
|
EventType?: DeploymentEventType | string;
|
|
444
|
-
|
|
445
320
|
TriggeredBy?: TriggeredBy | string;
|
|
446
|
-
|
|
447
321
|
Description?: string;
|
|
448
|
-
|
|
449
322
|
ActionInvocations?: ActionInvocation[];
|
|
450
|
-
|
|
451
323
|
OccurredAt?: Date;
|
|
452
324
|
}
|
|
453
325
|
export declare enum DeploymentState {
|
|
@@ -460,48 +332,28 @@ export declare enum DeploymentState {
|
|
|
460
332
|
}
|
|
461
333
|
export interface Deployment {
|
|
462
334
|
ApplicationId?: string;
|
|
463
|
-
|
|
464
335
|
EnvironmentId?: string;
|
|
465
|
-
|
|
466
336
|
DeploymentStrategyId?: string;
|
|
467
|
-
|
|
468
337
|
ConfigurationProfileId?: string;
|
|
469
|
-
|
|
470
338
|
DeploymentNumber?: number;
|
|
471
|
-
|
|
472
339
|
ConfigurationName?: string;
|
|
473
|
-
|
|
474
340
|
ConfigurationLocationUri?: string;
|
|
475
|
-
|
|
476
341
|
ConfigurationVersion?: string;
|
|
477
|
-
|
|
478
342
|
Description?: string;
|
|
479
|
-
|
|
480
343
|
DeploymentDurationInMinutes?: number;
|
|
481
|
-
|
|
482
344
|
GrowthType?: GrowthType | string;
|
|
483
|
-
|
|
484
345
|
GrowthFactor?: number;
|
|
485
|
-
|
|
486
346
|
FinalBakeTimeInMinutes?: number;
|
|
487
|
-
|
|
488
347
|
State?: DeploymentState | string;
|
|
489
|
-
|
|
490
348
|
EventLog?: DeploymentEvent[];
|
|
491
|
-
|
|
492
349
|
PercentageComplete?: number;
|
|
493
|
-
|
|
494
350
|
StartedAt?: Date;
|
|
495
|
-
|
|
496
351
|
CompletedAt?: Date;
|
|
497
|
-
|
|
498
352
|
AppliedExtensions?: AppliedExtension[];
|
|
499
353
|
}
|
|
500
354
|
export interface GetDeploymentRequest {
|
|
501
355
|
ApplicationId: string | undefined;
|
|
502
|
-
|
|
503
356
|
EnvironmentId: string | undefined;
|
|
504
|
-
|
|
505
357
|
DeploymentNumber: number | undefined;
|
|
506
358
|
}
|
|
507
359
|
export interface GetDeploymentStrategyRequest {
|
|
@@ -509,12 +361,10 @@ export interface GetDeploymentStrategyRequest {
|
|
|
509
361
|
}
|
|
510
362
|
export interface GetEnvironmentRequest {
|
|
511
363
|
ApplicationId: string | undefined;
|
|
512
|
-
|
|
513
364
|
EnvironmentId: string | undefined;
|
|
514
365
|
}
|
|
515
366
|
export interface GetExtensionRequest {
|
|
516
367
|
ExtensionIdentifier: string | undefined;
|
|
517
|
-
|
|
518
368
|
VersionNumber?: number;
|
|
519
369
|
}
|
|
520
370
|
export interface GetExtensionAssociationRequest {
|
|
@@ -522,181 +372,122 @@ export interface GetExtensionAssociationRequest {
|
|
|
522
372
|
}
|
|
523
373
|
export interface GetHostedConfigurationVersionRequest {
|
|
524
374
|
ApplicationId: string | undefined;
|
|
525
|
-
|
|
526
375
|
ConfigurationProfileId: string | undefined;
|
|
527
|
-
|
|
528
376
|
VersionNumber: number | undefined;
|
|
529
377
|
}
|
|
530
378
|
export interface Applications {
|
|
531
379
|
Items?: Application[];
|
|
532
|
-
|
|
533
380
|
NextToken?: string;
|
|
534
381
|
}
|
|
535
382
|
export interface ListApplicationsRequest {
|
|
536
383
|
MaxResults?: number;
|
|
537
|
-
|
|
538
384
|
NextToken?: string;
|
|
539
385
|
}
|
|
540
|
-
|
|
541
386
|
export interface ConfigurationProfileSummary {
|
|
542
387
|
ApplicationId?: string;
|
|
543
|
-
|
|
544
388
|
Id?: string;
|
|
545
|
-
|
|
546
389
|
Name?: string;
|
|
547
|
-
|
|
548
390
|
LocationUri?: string;
|
|
549
|
-
|
|
550
391
|
ValidatorTypes?: (ValidatorType | string)[];
|
|
551
|
-
|
|
552
392
|
Type?: string;
|
|
553
393
|
}
|
|
554
394
|
export interface ConfigurationProfiles {
|
|
555
395
|
Items?: ConfigurationProfileSummary[];
|
|
556
|
-
|
|
557
396
|
NextToken?: string;
|
|
558
397
|
}
|
|
559
398
|
export interface ListConfigurationProfilesRequest {
|
|
560
399
|
ApplicationId: string | undefined;
|
|
561
|
-
|
|
562
400
|
MaxResults?: number;
|
|
563
|
-
|
|
564
401
|
NextToken?: string;
|
|
565
|
-
|
|
566
402
|
Type?: string;
|
|
567
403
|
}
|
|
568
|
-
|
|
569
404
|
export interface DeploymentSummary {
|
|
570
405
|
DeploymentNumber?: number;
|
|
571
|
-
|
|
572
406
|
ConfigurationName?: string;
|
|
573
|
-
|
|
574
407
|
ConfigurationVersion?: string;
|
|
575
|
-
|
|
576
408
|
DeploymentDurationInMinutes?: number;
|
|
577
|
-
|
|
578
409
|
GrowthType?: GrowthType | string;
|
|
579
|
-
|
|
580
410
|
GrowthFactor?: number;
|
|
581
|
-
|
|
582
411
|
FinalBakeTimeInMinutes?: number;
|
|
583
|
-
|
|
584
412
|
State?: DeploymentState | string;
|
|
585
|
-
|
|
586
413
|
PercentageComplete?: number;
|
|
587
|
-
|
|
588
414
|
StartedAt?: Date;
|
|
589
|
-
|
|
590
415
|
CompletedAt?: Date;
|
|
591
416
|
}
|
|
592
417
|
export interface Deployments {
|
|
593
418
|
Items?: DeploymentSummary[];
|
|
594
|
-
|
|
595
419
|
NextToken?: string;
|
|
596
420
|
}
|
|
597
421
|
export interface ListDeploymentsRequest {
|
|
598
422
|
ApplicationId: string | undefined;
|
|
599
|
-
|
|
600
423
|
EnvironmentId: string | undefined;
|
|
601
|
-
|
|
602
424
|
MaxResults?: number;
|
|
603
|
-
|
|
604
425
|
NextToken?: string;
|
|
605
426
|
}
|
|
606
427
|
export interface DeploymentStrategies {
|
|
607
428
|
Items?: DeploymentStrategy[];
|
|
608
|
-
|
|
609
429
|
NextToken?: string;
|
|
610
430
|
}
|
|
611
431
|
export interface ListDeploymentStrategiesRequest {
|
|
612
432
|
MaxResults?: number;
|
|
613
|
-
|
|
614
433
|
NextToken?: string;
|
|
615
434
|
}
|
|
616
435
|
export interface Environments {
|
|
617
436
|
Items?: Environment[];
|
|
618
|
-
|
|
619
437
|
NextToken?: string;
|
|
620
438
|
}
|
|
621
439
|
export interface ListEnvironmentsRequest {
|
|
622
440
|
ApplicationId: string | undefined;
|
|
623
|
-
|
|
624
441
|
MaxResults?: number;
|
|
625
|
-
|
|
626
442
|
NextToken?: string;
|
|
627
443
|
}
|
|
628
|
-
|
|
629
444
|
export interface ExtensionAssociationSummary {
|
|
630
445
|
Id?: string;
|
|
631
|
-
|
|
632
446
|
ExtensionArn?: string;
|
|
633
|
-
|
|
634
447
|
ResourceArn?: string;
|
|
635
448
|
}
|
|
636
449
|
export interface ExtensionAssociations {
|
|
637
450
|
Items?: ExtensionAssociationSummary[];
|
|
638
|
-
|
|
639
451
|
NextToken?: string;
|
|
640
452
|
}
|
|
641
453
|
export interface ListExtensionAssociationsRequest {
|
|
642
454
|
ResourceIdentifier?: string;
|
|
643
|
-
|
|
644
455
|
ExtensionIdentifier?: string;
|
|
645
|
-
|
|
646
456
|
ExtensionVersionNumber?: number;
|
|
647
|
-
|
|
648
457
|
MaxResults?: number;
|
|
649
|
-
|
|
650
458
|
NextToken?: string;
|
|
651
459
|
}
|
|
652
|
-
|
|
653
460
|
export interface ExtensionSummary {
|
|
654
461
|
Id?: string;
|
|
655
|
-
|
|
656
462
|
Name?: string;
|
|
657
|
-
|
|
658
463
|
VersionNumber?: number;
|
|
659
|
-
|
|
660
464
|
Arn?: string;
|
|
661
|
-
|
|
662
465
|
Description?: string;
|
|
663
466
|
}
|
|
664
467
|
export interface Extensions {
|
|
665
468
|
Items?: ExtensionSummary[];
|
|
666
|
-
|
|
667
469
|
NextToken?: string;
|
|
668
470
|
}
|
|
669
471
|
export interface ListExtensionsRequest {
|
|
670
472
|
MaxResults?: number;
|
|
671
|
-
|
|
672
473
|
NextToken?: string;
|
|
673
|
-
|
|
674
474
|
Name?: string;
|
|
675
475
|
}
|
|
676
|
-
|
|
677
476
|
export interface HostedConfigurationVersionSummary {
|
|
678
477
|
ApplicationId?: string;
|
|
679
|
-
|
|
680
478
|
ConfigurationProfileId?: string;
|
|
681
|
-
|
|
682
479
|
VersionNumber?: number;
|
|
683
|
-
|
|
684
480
|
Description?: string;
|
|
685
|
-
|
|
686
481
|
ContentType?: string;
|
|
687
482
|
}
|
|
688
483
|
export interface HostedConfigurationVersions {
|
|
689
484
|
Items?: HostedConfigurationVersionSummary[];
|
|
690
|
-
|
|
691
485
|
NextToken?: string;
|
|
692
486
|
}
|
|
693
487
|
export interface ListHostedConfigurationVersionsRequest {
|
|
694
488
|
ApplicationId: string | undefined;
|
|
695
|
-
|
|
696
489
|
ConfigurationProfileId: string | undefined;
|
|
697
|
-
|
|
698
490
|
MaxResults?: number;
|
|
699
|
-
|
|
700
491
|
NextToken?: string;
|
|
701
492
|
}
|
|
702
493
|
export interface ListTagsForResourceRequest {
|
|
@@ -707,374 +498,266 @@ export interface ResourceTags {
|
|
|
707
498
|
}
|
|
708
499
|
export interface StartDeploymentRequest {
|
|
709
500
|
ApplicationId: string | undefined;
|
|
710
|
-
|
|
711
501
|
EnvironmentId: string | undefined;
|
|
712
|
-
|
|
713
502
|
DeploymentStrategyId: string | undefined;
|
|
714
|
-
|
|
715
503
|
ConfigurationProfileId: string | undefined;
|
|
716
|
-
|
|
717
504
|
ConfigurationVersion: string | undefined;
|
|
718
|
-
|
|
719
505
|
Description?: string;
|
|
720
|
-
|
|
721
506
|
Tags?: Record<string, string>;
|
|
722
507
|
}
|
|
723
508
|
export interface StopDeploymentRequest {
|
|
724
509
|
ApplicationId: string | undefined;
|
|
725
|
-
|
|
726
510
|
EnvironmentId: string | undefined;
|
|
727
|
-
|
|
728
511
|
DeploymentNumber: number | undefined;
|
|
729
512
|
}
|
|
730
513
|
export interface TagResourceRequest {
|
|
731
514
|
ResourceArn: string | undefined;
|
|
732
|
-
|
|
733
515
|
Tags: Record<string, string> | undefined;
|
|
734
516
|
}
|
|
735
517
|
export interface UntagResourceRequest {
|
|
736
518
|
ResourceArn: string | undefined;
|
|
737
|
-
|
|
738
519
|
TagKeys: string[] | undefined;
|
|
739
520
|
}
|
|
740
521
|
export interface UpdateApplicationRequest {
|
|
741
522
|
ApplicationId: string | undefined;
|
|
742
|
-
|
|
743
523
|
Name?: string;
|
|
744
|
-
|
|
745
524
|
Description?: string;
|
|
746
525
|
}
|
|
747
526
|
export interface UpdateConfigurationProfileRequest {
|
|
748
527
|
ApplicationId: string | undefined;
|
|
749
|
-
|
|
750
528
|
ConfigurationProfileId: string | undefined;
|
|
751
|
-
|
|
752
529
|
Name?: string;
|
|
753
|
-
|
|
754
530
|
Description?: string;
|
|
755
|
-
|
|
756
531
|
RetrievalRoleArn?: string;
|
|
757
|
-
|
|
758
532
|
Validators?: Validator[];
|
|
759
533
|
}
|
|
760
534
|
export interface UpdateDeploymentStrategyRequest {
|
|
761
535
|
DeploymentStrategyId: string | undefined;
|
|
762
|
-
|
|
763
536
|
Description?: string;
|
|
764
|
-
|
|
765
537
|
DeploymentDurationInMinutes?: number;
|
|
766
|
-
|
|
767
538
|
FinalBakeTimeInMinutes?: number;
|
|
768
|
-
|
|
769
539
|
GrowthFactor?: number;
|
|
770
|
-
|
|
771
540
|
GrowthType?: GrowthType | string;
|
|
772
541
|
}
|
|
773
542
|
export interface UpdateEnvironmentRequest {
|
|
774
543
|
ApplicationId: string | undefined;
|
|
775
|
-
|
|
776
544
|
EnvironmentId: string | undefined;
|
|
777
|
-
|
|
778
545
|
Name?: string;
|
|
779
|
-
|
|
780
546
|
Description?: string;
|
|
781
|
-
|
|
782
547
|
Monitors?: Monitor[];
|
|
783
548
|
}
|
|
784
549
|
export interface UpdateExtensionRequest {
|
|
785
550
|
ExtensionIdentifier: string | undefined;
|
|
786
|
-
|
|
787
551
|
Description?: string;
|
|
788
|
-
|
|
789
552
|
Actions?: Record<string, Action[]>;
|
|
790
|
-
|
|
791
553
|
Parameters?: Record<string, Parameter>;
|
|
792
|
-
|
|
793
554
|
VersionNumber?: number;
|
|
794
555
|
}
|
|
795
556
|
export interface UpdateExtensionAssociationRequest {
|
|
796
557
|
ExtensionAssociationId: string | undefined;
|
|
797
|
-
|
|
798
558
|
Parameters?: Record<string, string>;
|
|
799
559
|
}
|
|
800
560
|
export interface ValidateConfigurationRequest {
|
|
801
561
|
ApplicationId: string | undefined;
|
|
802
|
-
|
|
803
562
|
ConfigurationProfileId: string | undefined;
|
|
804
|
-
|
|
805
563
|
ConfigurationVersion: string | undefined;
|
|
806
564
|
}
|
|
807
|
-
|
|
808
565
|
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
809
|
-
|
|
810
566
|
export declare const ActionInvocationFilterSensitiveLog: (
|
|
811
567
|
obj: ActionInvocation
|
|
812
568
|
) => any;
|
|
813
|
-
|
|
814
569
|
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
815
|
-
|
|
816
570
|
export declare const InvalidConfigurationDetailFilterSensitiveLog: (
|
|
817
571
|
obj: InvalidConfigurationDetail
|
|
818
572
|
) => any;
|
|
819
|
-
|
|
820
573
|
export declare const BadRequestDetailsFilterSensitiveLog: (
|
|
821
574
|
obj: BadRequestDetails
|
|
822
575
|
) => any;
|
|
823
|
-
|
|
824
576
|
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
825
577
|
obj: CreateApplicationRequest
|
|
826
578
|
) => any;
|
|
827
|
-
|
|
828
579
|
export declare const ValidatorFilterSensitiveLog: (obj: Validator) => any;
|
|
829
|
-
|
|
830
580
|
export declare const ConfigurationProfileFilterSensitiveLog: (
|
|
831
581
|
obj: ConfigurationProfile
|
|
832
582
|
) => any;
|
|
833
|
-
|
|
834
583
|
export declare const CreateConfigurationProfileRequestFilterSensitiveLog: (
|
|
835
584
|
obj: CreateConfigurationProfileRequest
|
|
836
585
|
) => any;
|
|
837
|
-
|
|
838
586
|
export declare const CreateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
839
587
|
obj: CreateDeploymentStrategyRequest
|
|
840
588
|
) => any;
|
|
841
|
-
|
|
842
589
|
export declare const DeploymentStrategyFilterSensitiveLog: (
|
|
843
590
|
obj: DeploymentStrategy
|
|
844
591
|
) => any;
|
|
845
|
-
|
|
846
592
|
export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
|
|
847
|
-
|
|
848
593
|
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
849
594
|
obj: CreateEnvironmentRequest
|
|
850
595
|
) => any;
|
|
851
|
-
|
|
852
596
|
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
853
|
-
|
|
854
597
|
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
855
|
-
|
|
856
598
|
export declare const CreateExtensionRequestFilterSensitiveLog: (
|
|
857
599
|
obj: CreateExtensionRequest
|
|
858
600
|
) => any;
|
|
859
|
-
|
|
860
601
|
export declare const ExtensionFilterSensitiveLog: (obj: Extension) => any;
|
|
861
|
-
|
|
862
602
|
export declare const CreateExtensionAssociationRequestFilterSensitiveLog: (
|
|
863
603
|
obj: CreateExtensionAssociationRequest
|
|
864
604
|
) => any;
|
|
865
|
-
|
|
866
605
|
export declare const ExtensionAssociationFilterSensitiveLog: (
|
|
867
606
|
obj: ExtensionAssociation
|
|
868
607
|
) => any;
|
|
869
|
-
|
|
870
608
|
export declare const CreateHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
871
609
|
obj: CreateHostedConfigurationVersionRequest
|
|
872
610
|
) => any;
|
|
873
|
-
|
|
874
611
|
export declare const HostedConfigurationVersionFilterSensitiveLog: (
|
|
875
612
|
obj: HostedConfigurationVersion
|
|
876
613
|
) => any;
|
|
877
|
-
|
|
878
614
|
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
879
615
|
obj: DeleteApplicationRequest
|
|
880
616
|
) => any;
|
|
881
|
-
|
|
882
617
|
export declare const DeleteConfigurationProfileRequestFilterSensitiveLog: (
|
|
883
618
|
obj: DeleteConfigurationProfileRequest
|
|
884
619
|
) => any;
|
|
885
|
-
|
|
886
620
|
export declare const DeleteDeploymentStrategyRequestFilterSensitiveLog: (
|
|
887
621
|
obj: DeleteDeploymentStrategyRequest
|
|
888
622
|
) => any;
|
|
889
|
-
|
|
890
623
|
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
891
624
|
obj: DeleteEnvironmentRequest
|
|
892
625
|
) => any;
|
|
893
|
-
|
|
894
626
|
export declare const DeleteExtensionRequestFilterSensitiveLog: (
|
|
895
627
|
obj: DeleteExtensionRequest
|
|
896
628
|
) => any;
|
|
897
|
-
|
|
898
629
|
export declare const DeleteExtensionAssociationRequestFilterSensitiveLog: (
|
|
899
630
|
obj: DeleteExtensionAssociationRequest
|
|
900
631
|
) => any;
|
|
901
|
-
|
|
902
632
|
export declare const DeleteHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
903
633
|
obj: DeleteHostedConfigurationVersionRequest
|
|
904
634
|
) => any;
|
|
905
|
-
|
|
906
635
|
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
907
636
|
obj: GetApplicationRequest
|
|
908
637
|
) => any;
|
|
909
|
-
|
|
910
638
|
export declare const ConfigurationFilterSensitiveLog: (
|
|
911
639
|
obj: Configuration
|
|
912
640
|
) => any;
|
|
913
|
-
|
|
914
641
|
export declare const GetConfigurationRequestFilterSensitiveLog: (
|
|
915
642
|
obj: GetConfigurationRequest
|
|
916
643
|
) => any;
|
|
917
|
-
|
|
918
644
|
export declare const GetConfigurationProfileRequestFilterSensitiveLog: (
|
|
919
645
|
obj: GetConfigurationProfileRequest
|
|
920
646
|
) => any;
|
|
921
|
-
|
|
922
647
|
export declare const AppliedExtensionFilterSensitiveLog: (
|
|
923
648
|
obj: AppliedExtension
|
|
924
649
|
) => any;
|
|
925
|
-
|
|
926
650
|
export declare const DeploymentEventFilterSensitiveLog: (
|
|
927
651
|
obj: DeploymentEvent
|
|
928
652
|
) => any;
|
|
929
|
-
|
|
930
653
|
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
931
|
-
|
|
932
654
|
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
933
655
|
obj: GetDeploymentRequest
|
|
934
656
|
) => any;
|
|
935
|
-
|
|
936
657
|
export declare const GetDeploymentStrategyRequestFilterSensitiveLog: (
|
|
937
658
|
obj: GetDeploymentStrategyRequest
|
|
938
659
|
) => any;
|
|
939
|
-
|
|
940
660
|
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
941
661
|
obj: GetEnvironmentRequest
|
|
942
662
|
) => any;
|
|
943
|
-
|
|
944
663
|
export declare const GetExtensionRequestFilterSensitiveLog: (
|
|
945
664
|
obj: GetExtensionRequest
|
|
946
665
|
) => any;
|
|
947
|
-
|
|
948
666
|
export declare const GetExtensionAssociationRequestFilterSensitiveLog: (
|
|
949
667
|
obj: GetExtensionAssociationRequest
|
|
950
668
|
) => any;
|
|
951
|
-
|
|
952
669
|
export declare const GetHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
953
670
|
obj: GetHostedConfigurationVersionRequest
|
|
954
671
|
) => any;
|
|
955
|
-
|
|
956
672
|
export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
|
|
957
|
-
|
|
958
673
|
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
959
674
|
obj: ListApplicationsRequest
|
|
960
675
|
) => any;
|
|
961
|
-
|
|
962
676
|
export declare const ConfigurationProfileSummaryFilterSensitiveLog: (
|
|
963
677
|
obj: ConfigurationProfileSummary
|
|
964
678
|
) => any;
|
|
965
|
-
|
|
966
679
|
export declare const ConfigurationProfilesFilterSensitiveLog: (
|
|
967
680
|
obj: ConfigurationProfiles
|
|
968
681
|
) => any;
|
|
969
|
-
|
|
970
682
|
export declare const ListConfigurationProfilesRequestFilterSensitiveLog: (
|
|
971
683
|
obj: ListConfigurationProfilesRequest
|
|
972
684
|
) => any;
|
|
973
|
-
|
|
974
685
|
export declare const DeploymentSummaryFilterSensitiveLog: (
|
|
975
686
|
obj: DeploymentSummary
|
|
976
687
|
) => any;
|
|
977
|
-
|
|
978
688
|
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
979
|
-
|
|
980
689
|
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
981
690
|
obj: ListDeploymentsRequest
|
|
982
691
|
) => any;
|
|
983
|
-
|
|
984
692
|
export declare const DeploymentStrategiesFilterSensitiveLog: (
|
|
985
693
|
obj: DeploymentStrategies
|
|
986
694
|
) => any;
|
|
987
|
-
|
|
988
695
|
export declare const ListDeploymentStrategiesRequestFilterSensitiveLog: (
|
|
989
696
|
obj: ListDeploymentStrategiesRequest
|
|
990
697
|
) => any;
|
|
991
|
-
|
|
992
698
|
export declare const EnvironmentsFilterSensitiveLog: (obj: Environments) => any;
|
|
993
|
-
|
|
994
699
|
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
995
700
|
obj: ListEnvironmentsRequest
|
|
996
701
|
) => any;
|
|
997
|
-
|
|
998
702
|
export declare const ExtensionAssociationSummaryFilterSensitiveLog: (
|
|
999
703
|
obj: ExtensionAssociationSummary
|
|
1000
704
|
) => any;
|
|
1001
|
-
|
|
1002
705
|
export declare const ExtensionAssociationsFilterSensitiveLog: (
|
|
1003
706
|
obj: ExtensionAssociations
|
|
1004
707
|
) => any;
|
|
1005
|
-
|
|
1006
708
|
export declare const ListExtensionAssociationsRequestFilterSensitiveLog: (
|
|
1007
709
|
obj: ListExtensionAssociationsRequest
|
|
1008
710
|
) => any;
|
|
1009
|
-
|
|
1010
711
|
export declare const ExtensionSummaryFilterSensitiveLog: (
|
|
1011
712
|
obj: ExtensionSummary
|
|
1012
713
|
) => any;
|
|
1013
|
-
|
|
1014
714
|
export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
|
|
1015
|
-
|
|
1016
715
|
export declare const ListExtensionsRequestFilterSensitiveLog: (
|
|
1017
716
|
obj: ListExtensionsRequest
|
|
1018
717
|
) => any;
|
|
1019
|
-
|
|
1020
718
|
export declare const HostedConfigurationVersionSummaryFilterSensitiveLog: (
|
|
1021
719
|
obj: HostedConfigurationVersionSummary
|
|
1022
720
|
) => any;
|
|
1023
|
-
|
|
1024
721
|
export declare const HostedConfigurationVersionsFilterSensitiveLog: (
|
|
1025
722
|
obj: HostedConfigurationVersions
|
|
1026
723
|
) => any;
|
|
1027
|
-
|
|
1028
724
|
export declare const ListHostedConfigurationVersionsRequestFilterSensitiveLog: (
|
|
1029
725
|
obj: ListHostedConfigurationVersionsRequest
|
|
1030
726
|
) => any;
|
|
1031
|
-
|
|
1032
727
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1033
728
|
obj: ListTagsForResourceRequest
|
|
1034
729
|
) => any;
|
|
1035
|
-
|
|
1036
730
|
export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
|
|
1037
|
-
|
|
1038
731
|
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
1039
732
|
obj: StartDeploymentRequest
|
|
1040
733
|
) => any;
|
|
1041
|
-
|
|
1042
734
|
export declare const StopDeploymentRequestFilterSensitiveLog: (
|
|
1043
735
|
obj: StopDeploymentRequest
|
|
1044
736
|
) => any;
|
|
1045
|
-
|
|
1046
737
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1047
738
|
obj: TagResourceRequest
|
|
1048
739
|
) => any;
|
|
1049
|
-
|
|
1050
740
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1051
741
|
obj: UntagResourceRequest
|
|
1052
742
|
) => any;
|
|
1053
|
-
|
|
1054
743
|
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1055
744
|
obj: UpdateApplicationRequest
|
|
1056
745
|
) => any;
|
|
1057
|
-
|
|
1058
746
|
export declare const UpdateConfigurationProfileRequestFilterSensitiveLog: (
|
|
1059
747
|
obj: UpdateConfigurationProfileRequest
|
|
1060
748
|
) => any;
|
|
1061
|
-
|
|
1062
749
|
export declare const UpdateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
1063
750
|
obj: UpdateDeploymentStrategyRequest
|
|
1064
751
|
) => any;
|
|
1065
|
-
|
|
1066
752
|
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
1067
753
|
obj: UpdateEnvironmentRequest
|
|
1068
754
|
) => any;
|
|
1069
|
-
|
|
1070
755
|
export declare const UpdateExtensionRequestFilterSensitiveLog: (
|
|
1071
756
|
obj: UpdateExtensionRequest
|
|
1072
757
|
) => any;
|
|
1073
|
-
|
|
1074
758
|
export declare const UpdateExtensionAssociationRequestFilterSensitiveLog: (
|
|
1075
759
|
obj: UpdateExtensionAssociationRequest
|
|
1076
760
|
) => any;
|
|
1077
|
-
|
|
1078
761
|
export declare const ValidateConfigurationRequestFilterSensitiveLog: (
|
|
1079
762
|
obj: ValidateConfigurationRequest
|
|
1080
763
|
) => any;
|