@aws-sdk/client-appconfig 3.169.0 → 3.170.0

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