@aws-sdk/client-appconfig 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/AppConfig.d.ts +735 -220
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +362 -116
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
  12. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +33 -17
  44. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +34 -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 +7 -6
  51. package/dist-types/ts3.4/models/index.d.ts +1 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +763 -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 +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  68. package/package.json +34 -34
@@ -1,1022 +1,763 @@
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
+ export interface Action {
4
+ Name?: string;
5
+ Description?: string;
6
+ Uri?: string;
7
+ RoleArn?: string;
8
+ }
9
+ export interface ActionInvocation {
10
+ ExtensionIdentifier?: string;
11
+ ActionName?: string;
12
+ Uri?: string;
13
+ RoleArn?: string;
14
+ ErrorMessage?: string;
15
+ ErrorCode?: string;
16
+ InvocationId?: string;
17
+ }
18
+ export declare enum ActionPoint {
19
+ ON_DEPLOYMENT_BAKING = "ON_DEPLOYMENT_BAKING",
20
+ ON_DEPLOYMENT_COMPLETE = "ON_DEPLOYMENT_COMPLETE",
21
+ ON_DEPLOYMENT_ROLLED_BACK = "ON_DEPLOYMENT_ROLLED_BACK",
22
+ ON_DEPLOYMENT_START = "ON_DEPLOYMENT_START",
23
+ ON_DEPLOYMENT_STEP = "ON_DEPLOYMENT_STEP",
24
+ PRE_CREATE_HOSTED_CONFIGURATION_VERSION = "PRE_CREATE_HOSTED_CONFIGURATION_VERSION",
25
+ PRE_START_DEPLOYMENT = "PRE_START_DEPLOYMENT",
26
+ }
27
+ export interface Application {
28
+ Id?: string;
29
+ Name?: string;
30
+ Description?: string;
31
+ }
32
+ export interface InvalidConfigurationDetail {
33
+ Constraint?: string;
34
+ Location?: string;
35
+ Reason?: string;
36
+ Type?: string;
37
+ Value?: string;
38
+ }
39
+ export declare type BadRequestDetails =
40
+ | BadRequestDetails.InvalidConfigurationMember
41
+ | BadRequestDetails.$UnknownMember;
42
+ export declare namespace BadRequestDetails {
43
+ interface InvalidConfigurationMember {
44
+ InvalidConfiguration: InvalidConfigurationDetail[];
45
+ $unknown?: never;
46
+ }
47
+ interface $UnknownMember {
48
+ InvalidConfiguration?: never;
49
+ $unknown: [string, any];
50
+ }
51
+ interface Visitor<T> {
52
+ InvalidConfiguration: (value: InvalidConfigurationDetail[]) => T;
53
+ _: (name: string, value: any) => T;
54
+ }
55
+ const visit: <T>(value: BadRequestDetails, visitor: Visitor<T>) => T;
56
+ }
57
+ export declare enum BadRequestReason {
58
+ INVALID_CONFIGURATION = "InvalidConfiguration",
59
+ }
60
+ export declare class BadRequestException extends __BaseException {
61
+ readonly name: "BadRequestException";
62
+ readonly $fault: "client";
63
+ Message?: string;
64
+ Reason?: BadRequestReason | string;
65
+ Details?: BadRequestDetails;
66
+ constructor(
67
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
68
+ );
69
+ }
70
+ export interface CreateApplicationRequest {
71
+ Name: string | undefined;
72
+ Description?: string;
73
+ Tags?: Record<string, string>;
74
+ }
75
+ export declare class InternalServerException extends __BaseException {
76
+ readonly name: "InternalServerException";
77
+ readonly $fault: "server";
78
+ Message?: string;
79
+ constructor(
80
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
81
+ );
82
+ }
83
+ export declare enum ValidatorType {
84
+ JSON_SCHEMA = "JSON_SCHEMA",
85
+ LAMBDA = "LAMBDA",
86
+ }
87
+ export interface Validator {
88
+ Type: ValidatorType | string | undefined;
89
+ Content: string | undefined;
90
+ }
91
+ export interface ConfigurationProfile {
92
+ ApplicationId?: string;
93
+ Id?: string;
94
+ Name?: string;
95
+ Description?: string;
96
+ LocationUri?: string;
97
+ RetrievalRoleArn?: string;
98
+ Validators?: Validator[];
99
+ Type?: string;
100
+ }
101
+ export interface CreateConfigurationProfileRequest {
102
+ ApplicationId: string | undefined;
103
+ Name: string | undefined;
104
+ Description?: string;
105
+ LocationUri: string | undefined;
106
+ RetrievalRoleArn?: string;
107
+ Validators?: Validator[];
108
+ Tags?: Record<string, string>;
109
+ Type?: string;
110
+ }
111
+ export declare class ResourceNotFoundException extends __BaseException {
112
+ readonly name: "ResourceNotFoundException";
113
+ readonly $fault: "client";
114
+ Message?: string;
115
+ ResourceName?: string;
116
+ constructor(
117
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
118
+ );
119
+ }
120
+ export declare enum GrowthType {
121
+ EXPONENTIAL = "EXPONENTIAL",
122
+ LINEAR = "LINEAR",
123
+ }
124
+ export declare enum ReplicateTo {
125
+ NONE = "NONE",
126
+ SSM_DOCUMENT = "SSM_DOCUMENT",
127
+ }
128
+ export interface CreateDeploymentStrategyRequest {
129
+ Name: string | undefined;
130
+ Description?: string;
131
+ DeploymentDurationInMinutes: number | undefined;
132
+ FinalBakeTimeInMinutes?: number;
133
+ GrowthFactor: number | undefined;
134
+ GrowthType?: GrowthType | string;
135
+ ReplicateTo?: ReplicateTo | string;
136
+ Tags?: Record<string, string>;
137
+ }
138
+ export interface DeploymentStrategy {
139
+ Id?: string;
140
+ Name?: string;
141
+ Description?: string;
142
+ DeploymentDurationInMinutes?: number;
143
+ GrowthType?: GrowthType | string;
144
+ GrowthFactor?: number;
145
+ FinalBakeTimeInMinutes?: number;
146
+ ReplicateTo?: ReplicateTo | string;
147
+ }
148
+ export interface Monitor {
149
+ AlarmArn: string | undefined;
150
+ AlarmRoleArn?: string;
151
+ }
152
+ export interface CreateEnvironmentRequest {
153
+ ApplicationId: string | undefined;
154
+ Name: string | undefined;
155
+ Description?: string;
156
+ Monitors?: Monitor[];
157
+ Tags?: Record<string, string>;
158
+ }
159
+ export declare enum EnvironmentState {
160
+ DEPLOYING = "DEPLOYING",
161
+ READY_FOR_DEPLOYMENT = "READY_FOR_DEPLOYMENT",
162
+ ROLLED_BACK = "ROLLED_BACK",
163
+ ROLLING_BACK = "ROLLING_BACK",
164
+ }
165
+ export interface Environment {
166
+ ApplicationId?: string;
167
+ Id?: string;
168
+ Name?: string;
169
+ Description?: string;
170
+ State?: EnvironmentState | string;
171
+ Monitors?: Monitor[];
172
+ }
173
+ export declare class ConflictException extends __BaseException {
174
+ readonly name: "ConflictException";
175
+ readonly $fault: "client";
176
+ Message?: string;
177
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
178
+ }
179
+ export interface Parameter {
180
+ Description?: string;
181
+ Required?: boolean;
182
+ }
183
+ export interface CreateExtensionRequest {
184
+ Name: string | undefined;
185
+ Description?: string;
186
+ Actions: Record<string, Action[]> | undefined;
187
+ Parameters?: Record<string, Parameter>;
188
+ Tags?: Record<string, string>;
189
+ LatestVersionNumber?: number;
190
+ }
191
+ export interface Extension {
192
+ Id?: string;
193
+ Name?: string;
194
+ VersionNumber?: number;
195
+ Arn?: string;
196
+ Description?: string;
197
+ Actions?: Record<string, Action[]>;
198
+ Parameters?: Record<string, Parameter>;
199
+ }
200
+ export declare class ServiceQuotaExceededException extends __BaseException {
201
+ readonly name: "ServiceQuotaExceededException";
202
+ readonly $fault: "client";
203
+ Message?: string;
204
+ constructor(
205
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
206
+ );
207
+ }
208
+ export interface CreateExtensionAssociationRequest {
209
+ ExtensionIdentifier: string | undefined;
210
+ ExtensionVersionNumber?: number;
211
+ ResourceIdentifier: string | undefined;
212
+ Parameters?: Record<string, string>;
213
+ Tags?: Record<string, string>;
214
+ }
215
+ export interface ExtensionAssociation {
216
+ Id?: string;
217
+ ExtensionArn?: string;
218
+ ResourceArn?: string;
219
+ Arn?: string;
220
+ Parameters?: Record<string, string>;
221
+ ExtensionVersionNumber?: number;
222
+ }
223
+ export interface CreateHostedConfigurationVersionRequest {
224
+ ApplicationId: string | undefined;
225
+ ConfigurationProfileId: string | undefined;
226
+ Description?: string;
227
+ Content: Uint8Array | undefined;
228
+ ContentType: string | undefined;
229
+ LatestVersionNumber?: number;
230
+ }
231
+ export interface HostedConfigurationVersion {
232
+ ApplicationId?: string;
233
+ ConfigurationProfileId?: string;
234
+ VersionNumber?: number;
235
+ Description?: string;
236
+ Content?: Uint8Array;
237
+ ContentType?: string;
238
+ }
239
+ export declare enum BytesMeasure {
240
+ KILOBYTES = "KILOBYTES",
241
+ }
242
+ export declare class PayloadTooLargeException extends __BaseException {
243
+ readonly name: "PayloadTooLargeException";
244
+ readonly $fault: "client";
245
+ Message?: string;
246
+ Measure?: BytesMeasure | string;
247
+ Limit?: number;
248
+ Size?: number;
249
+ constructor(
250
+ opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>
251
+ );
252
+ }
253
+ export interface DeleteApplicationRequest {
254
+ ApplicationId: string | undefined;
255
+ }
256
+ export interface DeleteConfigurationProfileRequest {
257
+ ApplicationId: string | undefined;
258
+ ConfigurationProfileId: string | undefined;
259
+ }
260
+ export interface DeleteDeploymentStrategyRequest {
261
+ DeploymentStrategyId: string | undefined;
262
+ }
263
+ export interface DeleteEnvironmentRequest {
264
+ ApplicationId: string | undefined;
265
+ EnvironmentId: string | undefined;
266
+ }
267
+ export interface DeleteExtensionRequest {
268
+ ExtensionIdentifier: string | undefined;
269
+ VersionNumber?: number;
270
+ }
271
+ export interface DeleteExtensionAssociationRequest {
272
+ ExtensionAssociationId: string | undefined;
273
+ }
274
+ export interface DeleteHostedConfigurationVersionRequest {
275
+ ApplicationId: string | undefined;
276
+ ConfigurationProfileId: string | undefined;
277
+ VersionNumber: number | undefined;
278
+ }
279
+ export interface GetApplicationRequest {
280
+ ApplicationId: string | undefined;
281
+ }
282
+ export interface Configuration {
283
+ Content?: Uint8Array;
284
+ ConfigurationVersion?: string;
285
+ ContentType?: string;
286
+ }
287
+ export interface GetConfigurationRequest {
288
+ Application: string | undefined;
289
+ Environment: string | undefined;
290
+ Configuration: string | undefined;
291
+ ClientId: string | undefined;
292
+ ClientConfigurationVersion?: string;
293
+ }
294
+ export interface GetConfigurationProfileRequest {
295
+ ApplicationId: string | undefined;
296
+ ConfigurationProfileId: string | undefined;
297
+ }
298
+ export interface AppliedExtension {
299
+ ExtensionId?: string;
300
+ ExtensionAssociationId?: string;
301
+ VersionNumber?: number;
302
+ Parameters?: Record<string, string>;
303
+ }
304
+ export declare enum DeploymentEventType {
305
+ BAKE_TIME_STARTED = "BAKE_TIME_STARTED",
306
+ DEPLOYMENT_COMPLETED = "DEPLOYMENT_COMPLETED",
307
+ DEPLOYMENT_STARTED = "DEPLOYMENT_STARTED",
308
+ PERCENTAGE_UPDATED = "PERCENTAGE_UPDATED",
309
+ ROLLBACK_COMPLETED = "ROLLBACK_COMPLETED",
310
+ ROLLBACK_STARTED = "ROLLBACK_STARTED",
311
+ }
312
+ export declare enum TriggeredBy {
313
+ APPCONFIG = "APPCONFIG",
314
+ CLOUDWATCH_ALARM = "CLOUDWATCH_ALARM",
315
+ INTERNAL_ERROR = "INTERNAL_ERROR",
316
+ USER = "USER",
317
+ }
318
+ export interface DeploymentEvent {
319
+ EventType?: DeploymentEventType | string;
320
+ TriggeredBy?: TriggeredBy | string;
321
+ Description?: string;
322
+ ActionInvocations?: ActionInvocation[];
323
+ OccurredAt?: Date;
324
+ }
325
+ export declare enum DeploymentState {
326
+ BAKING = "BAKING",
327
+ COMPLETE = "COMPLETE",
328
+ DEPLOYING = "DEPLOYING",
329
+ ROLLED_BACK = "ROLLED_BACK",
330
+ ROLLING_BACK = "ROLLING_BACK",
331
+ VALIDATING = "VALIDATING",
332
+ }
333
+ export interface Deployment {
334
+ ApplicationId?: string;
335
+ EnvironmentId?: string;
336
+ DeploymentStrategyId?: string;
337
+ ConfigurationProfileId?: string;
338
+ DeploymentNumber?: number;
339
+ ConfigurationName?: string;
340
+ ConfigurationLocationUri?: string;
341
+ ConfigurationVersion?: string;
342
+ Description?: string;
343
+ DeploymentDurationInMinutes?: number;
344
+ GrowthType?: GrowthType | string;
345
+ GrowthFactor?: number;
346
+ FinalBakeTimeInMinutes?: number;
347
+ State?: DeploymentState | string;
348
+ EventLog?: DeploymentEvent[];
349
+ PercentageComplete?: number;
350
+ StartedAt?: Date;
351
+ CompletedAt?: Date;
352
+ AppliedExtensions?: AppliedExtension[];
353
+ }
354
+ export interface GetDeploymentRequest {
355
+ ApplicationId: string | undefined;
356
+ EnvironmentId: string | undefined;
357
+ DeploymentNumber: number | undefined;
358
+ }
359
+ export interface GetDeploymentStrategyRequest {
360
+ DeploymentStrategyId: string | undefined;
361
+ }
362
+ export interface GetEnvironmentRequest {
363
+ ApplicationId: string | undefined;
364
+ EnvironmentId: string | undefined;
365
+ }
366
+ export interface GetExtensionRequest {
367
+ ExtensionIdentifier: string | undefined;
368
+ VersionNumber?: number;
369
+ }
370
+ export interface GetExtensionAssociationRequest {
371
+ ExtensionAssociationId: string | undefined;
372
+ }
373
+ export interface GetHostedConfigurationVersionRequest {
374
+ ApplicationId: string | undefined;
375
+ ConfigurationProfileId: string | undefined;
376
+ VersionNumber: number | undefined;
377
+ }
378
+ export interface Applications {
379
+ Items?: Application[];
380
+ NextToken?: string;
381
+ }
382
+ export interface ListApplicationsRequest {
383
+ MaxResults?: number;
384
+ NextToken?: string;
385
+ }
386
+ export interface ConfigurationProfileSummary {
387
+ ApplicationId?: string;
388
+ Id?: string;
389
+ Name?: string;
390
+ LocationUri?: string;
391
+ ValidatorTypes?: (ValidatorType | string)[];
392
+ Type?: string;
393
+ }
394
+ export interface ConfigurationProfiles {
395
+ Items?: ConfigurationProfileSummary[];
396
+ NextToken?: string;
397
+ }
398
+ export interface ListConfigurationProfilesRequest {
399
+ ApplicationId: string | undefined;
400
+ MaxResults?: number;
401
+ NextToken?: string;
402
+ Type?: string;
403
+ }
404
+ export interface DeploymentSummary {
405
+ DeploymentNumber?: number;
406
+ ConfigurationName?: string;
407
+ ConfigurationVersion?: string;
408
+ DeploymentDurationInMinutes?: number;
409
+ GrowthType?: GrowthType | string;
410
+ GrowthFactor?: number;
411
+ FinalBakeTimeInMinutes?: number;
412
+ State?: DeploymentState | string;
413
+ PercentageComplete?: number;
414
+ StartedAt?: Date;
415
+ CompletedAt?: Date;
416
+ }
417
+ export interface Deployments {
418
+ Items?: DeploymentSummary[];
419
+ NextToken?: string;
420
+ }
421
+ export interface ListDeploymentsRequest {
422
+ ApplicationId: string | undefined;
423
+ EnvironmentId: string | undefined;
424
+ MaxResults?: number;
425
+ NextToken?: string;
426
+ }
427
+ export interface DeploymentStrategies {
428
+ Items?: DeploymentStrategy[];
429
+ NextToken?: string;
430
+ }
431
+ export interface ListDeploymentStrategiesRequest {
432
+ MaxResults?: number;
433
+ NextToken?: string;
434
+ }
435
+ export interface Environments {
436
+ Items?: Environment[];
437
+ NextToken?: string;
438
+ }
439
+ export interface ListEnvironmentsRequest {
440
+ ApplicationId: string | undefined;
441
+ MaxResults?: number;
442
+ NextToken?: string;
443
+ }
444
+ export interface ExtensionAssociationSummary {
445
+ Id?: string;
446
+ ExtensionArn?: string;
447
+ ResourceArn?: string;
448
+ }
449
+ export interface ExtensionAssociations {
450
+ Items?: ExtensionAssociationSummary[];
451
+ NextToken?: string;
452
+ }
453
+ export interface ListExtensionAssociationsRequest {
454
+ ResourceIdentifier?: string;
455
+ ExtensionIdentifier?: string;
456
+ ExtensionVersionNumber?: number;
457
+ MaxResults?: number;
458
+ NextToken?: string;
459
+ }
460
+ export interface ExtensionSummary {
461
+ Id?: string;
462
+ Name?: string;
463
+ VersionNumber?: number;
464
+ Arn?: string;
465
+ Description?: string;
466
+ }
467
+ export interface Extensions {
468
+ Items?: ExtensionSummary[];
469
+ NextToken?: string;
470
+ }
471
+ export interface ListExtensionsRequest {
472
+ MaxResults?: number;
473
+ NextToken?: string;
474
+ Name?: string;
475
+ }
476
+ export interface HostedConfigurationVersionSummary {
477
+ ApplicationId?: string;
478
+ ConfigurationProfileId?: string;
479
+ VersionNumber?: number;
480
+ Description?: string;
481
+ ContentType?: string;
482
+ }
483
+ export interface HostedConfigurationVersions {
484
+ Items?: HostedConfigurationVersionSummary[];
485
+ NextToken?: string;
486
+ }
487
+ export interface ListHostedConfigurationVersionsRequest {
488
+ ApplicationId: string | undefined;
489
+ ConfigurationProfileId: string | undefined;
490
+ MaxResults?: number;
491
+ NextToken?: string;
492
+ }
493
+ export interface ListTagsForResourceRequest {
494
+ ResourceArn: string | undefined;
495
+ }
496
+ export interface ResourceTags {
497
+ Tags?: Record<string, string>;
498
+ }
499
+ export interface StartDeploymentRequest {
500
+ ApplicationId: string | undefined;
501
+ EnvironmentId: string | undefined;
502
+ DeploymentStrategyId: string | undefined;
503
+ ConfigurationProfileId: string | undefined;
504
+ ConfigurationVersion: string | undefined;
505
+ Description?: string;
506
+ Tags?: Record<string, string>;
507
+ }
508
+ export interface StopDeploymentRequest {
509
+ ApplicationId: string | undefined;
510
+ EnvironmentId: string | undefined;
511
+ DeploymentNumber: number | undefined;
512
+ }
513
+ export interface TagResourceRequest {
514
+ ResourceArn: string | undefined;
515
+ Tags: Record<string, string> | undefined;
516
+ }
517
+ export interface UntagResourceRequest {
518
+ ResourceArn: string | undefined;
519
+ TagKeys: string[] | undefined;
520
+ }
521
+ export interface UpdateApplicationRequest {
522
+ ApplicationId: string | undefined;
523
+ Name?: string;
524
+ Description?: string;
525
+ }
526
+ export interface UpdateConfigurationProfileRequest {
527
+ ApplicationId: string | undefined;
528
+ ConfigurationProfileId: string | undefined;
529
+ Name?: string;
530
+ Description?: string;
531
+ RetrievalRoleArn?: string;
532
+ Validators?: Validator[];
533
+ }
534
+ export interface UpdateDeploymentStrategyRequest {
535
+ DeploymentStrategyId: string | undefined;
536
+ Description?: string;
537
+ DeploymentDurationInMinutes?: number;
538
+ FinalBakeTimeInMinutes?: number;
539
+ GrowthFactor?: number;
540
+ GrowthType?: GrowthType | string;
541
+ }
542
+ export interface UpdateEnvironmentRequest {
543
+ ApplicationId: string | undefined;
544
+ EnvironmentId: string | undefined;
545
+ Name?: string;
546
+ Description?: string;
547
+ Monitors?: Monitor[];
548
+ }
549
+ export interface UpdateExtensionRequest {
550
+ ExtensionIdentifier: string | undefined;
551
+ Description?: string;
552
+ Actions?: Record<string, Action[]>;
553
+ Parameters?: Record<string, Parameter>;
554
+ VersionNumber?: number;
555
+ }
556
+ export interface UpdateExtensionAssociationRequest {
557
+ ExtensionAssociationId: string | undefined;
558
+ Parameters?: Record<string, string>;
559
+ }
560
+ export interface ValidateConfigurationRequest {
561
+ ApplicationId: string | undefined;
562
+ ConfigurationProfileId: string | undefined;
563
+ ConfigurationVersion: string | undefined;
564
+ }
565
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
566
+ export declare const ActionInvocationFilterSensitiveLog: (
567
+ obj: ActionInvocation
568
+ ) => any;
569
+ export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
570
+ export declare const InvalidConfigurationDetailFilterSensitiveLog: (
571
+ obj: InvalidConfigurationDetail
572
+ ) => any;
573
+ export declare const BadRequestDetailsFilterSensitiveLog: (
574
+ obj: BadRequestDetails
575
+ ) => any;
576
+ export declare const CreateApplicationRequestFilterSensitiveLog: (
577
+ obj: CreateApplicationRequest
578
+ ) => any;
579
+ export declare const ValidatorFilterSensitiveLog: (obj: Validator) => any;
580
+ export declare const ConfigurationProfileFilterSensitiveLog: (
581
+ obj: ConfigurationProfile
582
+ ) => any;
583
+ export declare const CreateConfigurationProfileRequestFilterSensitiveLog: (
584
+ obj: CreateConfigurationProfileRequest
585
+ ) => any;
586
+ export declare const CreateDeploymentStrategyRequestFilterSensitiveLog: (
587
+ obj: CreateDeploymentStrategyRequest
588
+ ) => any;
589
+ export declare const DeploymentStrategyFilterSensitiveLog: (
590
+ obj: DeploymentStrategy
591
+ ) => any;
592
+ export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
593
+ export declare const CreateEnvironmentRequestFilterSensitiveLog: (
594
+ obj: CreateEnvironmentRequest
595
+ ) => any;
596
+ export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
597
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
598
+ export declare const CreateExtensionRequestFilterSensitiveLog: (
599
+ obj: CreateExtensionRequest
600
+ ) => any;
601
+ export declare const ExtensionFilterSensitiveLog: (obj: Extension) => any;
602
+ export declare const CreateExtensionAssociationRequestFilterSensitiveLog: (
603
+ obj: CreateExtensionAssociationRequest
604
+ ) => any;
605
+ export declare const ExtensionAssociationFilterSensitiveLog: (
606
+ obj: ExtensionAssociation
607
+ ) => any;
608
+ export declare const CreateHostedConfigurationVersionRequestFilterSensitiveLog: (
609
+ obj: CreateHostedConfigurationVersionRequest
610
+ ) => any;
611
+ export declare const HostedConfigurationVersionFilterSensitiveLog: (
612
+ obj: HostedConfigurationVersion
613
+ ) => any;
614
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (
615
+ obj: DeleteApplicationRequest
616
+ ) => any;
617
+ export declare const DeleteConfigurationProfileRequestFilterSensitiveLog: (
618
+ obj: DeleteConfigurationProfileRequest
619
+ ) => any;
620
+ export declare const DeleteDeploymentStrategyRequestFilterSensitiveLog: (
621
+ obj: DeleteDeploymentStrategyRequest
622
+ ) => any;
623
+ export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
624
+ obj: DeleteEnvironmentRequest
625
+ ) => any;
626
+ export declare const DeleteExtensionRequestFilterSensitiveLog: (
627
+ obj: DeleteExtensionRequest
628
+ ) => any;
629
+ export declare const DeleteExtensionAssociationRequestFilterSensitiveLog: (
630
+ obj: DeleteExtensionAssociationRequest
631
+ ) => any;
632
+ export declare const DeleteHostedConfigurationVersionRequestFilterSensitiveLog: (
633
+ obj: DeleteHostedConfigurationVersionRequest
634
+ ) => any;
635
+ export declare const GetApplicationRequestFilterSensitiveLog: (
636
+ obj: GetApplicationRequest
637
+ ) => any;
638
+ export declare const ConfigurationFilterSensitiveLog: (
639
+ obj: Configuration
640
+ ) => any;
641
+ export declare const GetConfigurationRequestFilterSensitiveLog: (
642
+ obj: GetConfigurationRequest
643
+ ) => any;
644
+ export declare const GetConfigurationProfileRequestFilterSensitiveLog: (
645
+ obj: GetConfigurationProfileRequest
646
+ ) => any;
647
+ export declare const AppliedExtensionFilterSensitiveLog: (
648
+ obj: AppliedExtension
649
+ ) => any;
650
+ export declare const DeploymentEventFilterSensitiveLog: (
651
+ obj: DeploymentEvent
652
+ ) => any;
653
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
654
+ export declare const GetDeploymentRequestFilterSensitiveLog: (
655
+ obj: GetDeploymentRequest
656
+ ) => any;
657
+ export declare const GetDeploymentStrategyRequestFilterSensitiveLog: (
658
+ obj: GetDeploymentStrategyRequest
659
+ ) => any;
660
+ export declare const GetEnvironmentRequestFilterSensitiveLog: (
661
+ obj: GetEnvironmentRequest
662
+ ) => any;
663
+ export declare const GetExtensionRequestFilterSensitiveLog: (
664
+ obj: GetExtensionRequest
665
+ ) => any;
666
+ export declare const GetExtensionAssociationRequestFilterSensitiveLog: (
667
+ obj: GetExtensionAssociationRequest
668
+ ) => any;
669
+ export declare const GetHostedConfigurationVersionRequestFilterSensitiveLog: (
670
+ obj: GetHostedConfigurationVersionRequest
671
+ ) => any;
672
+ export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
673
+ export declare const ListApplicationsRequestFilterSensitiveLog: (
674
+ obj: ListApplicationsRequest
675
+ ) => any;
676
+ export declare const ConfigurationProfileSummaryFilterSensitiveLog: (
677
+ obj: ConfigurationProfileSummary
678
+ ) => any;
679
+ export declare const ConfigurationProfilesFilterSensitiveLog: (
680
+ obj: ConfigurationProfiles
681
+ ) => any;
682
+ export declare const ListConfigurationProfilesRequestFilterSensitiveLog: (
683
+ obj: ListConfigurationProfilesRequest
684
+ ) => any;
685
+ export declare const DeploymentSummaryFilterSensitiveLog: (
686
+ obj: DeploymentSummary
687
+ ) => any;
688
+ export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
689
+ export declare const ListDeploymentsRequestFilterSensitiveLog: (
690
+ obj: ListDeploymentsRequest
691
+ ) => any;
692
+ export declare const DeploymentStrategiesFilterSensitiveLog: (
693
+ obj: DeploymentStrategies
694
+ ) => any;
695
+ export declare const ListDeploymentStrategiesRequestFilterSensitiveLog: (
696
+ obj: ListDeploymentStrategiesRequest
697
+ ) => any;
698
+ export declare const EnvironmentsFilterSensitiveLog: (obj: Environments) => any;
699
+ export declare const ListEnvironmentsRequestFilterSensitiveLog: (
700
+ obj: ListEnvironmentsRequest
701
+ ) => any;
702
+ export declare const ExtensionAssociationSummaryFilterSensitiveLog: (
703
+ obj: ExtensionAssociationSummary
704
+ ) => any;
705
+ export declare const ExtensionAssociationsFilterSensitiveLog: (
706
+ obj: ExtensionAssociations
707
+ ) => any;
708
+ export declare const ListExtensionAssociationsRequestFilterSensitiveLog: (
709
+ obj: ListExtensionAssociationsRequest
710
+ ) => any;
711
+ export declare const ExtensionSummaryFilterSensitiveLog: (
712
+ obj: ExtensionSummary
713
+ ) => any;
714
+ export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
715
+ export declare const ListExtensionsRequestFilterSensitiveLog: (
716
+ obj: ListExtensionsRequest
717
+ ) => any;
718
+ export declare const HostedConfigurationVersionSummaryFilterSensitiveLog: (
719
+ obj: HostedConfigurationVersionSummary
720
+ ) => any;
721
+ export declare const HostedConfigurationVersionsFilterSensitiveLog: (
722
+ obj: HostedConfigurationVersions
723
+ ) => any;
724
+ export declare const ListHostedConfigurationVersionsRequestFilterSensitiveLog: (
725
+ obj: ListHostedConfigurationVersionsRequest
726
+ ) => any;
727
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
728
+ obj: ListTagsForResourceRequest
729
+ ) => any;
730
+ export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
731
+ export declare const StartDeploymentRequestFilterSensitiveLog: (
732
+ obj: StartDeploymentRequest
733
+ ) => any;
734
+ export declare const StopDeploymentRequestFilterSensitiveLog: (
735
+ obj: StopDeploymentRequest
736
+ ) => any;
737
+ export declare const TagResourceRequestFilterSensitiveLog: (
738
+ obj: TagResourceRequest
739
+ ) => any;
740
+ export declare const UntagResourceRequestFilterSensitiveLog: (
741
+ obj: UntagResourceRequest
742
+ ) => any;
743
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (
744
+ obj: UpdateApplicationRequest
745
+ ) => any;
746
+ export declare const UpdateConfigurationProfileRequestFilterSensitiveLog: (
747
+ obj: UpdateConfigurationProfileRequest
748
+ ) => any;
749
+ export declare const UpdateDeploymentStrategyRequestFilterSensitiveLog: (
750
+ obj: UpdateDeploymentStrategyRequest
751
+ ) => any;
752
+ export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
753
+ obj: UpdateEnvironmentRequest
754
+ ) => any;
755
+ export declare const UpdateExtensionRequestFilterSensitiveLog: (
756
+ obj: UpdateExtensionRequest
757
+ ) => any;
758
+ export declare const UpdateExtensionAssociationRequestFilterSensitiveLog: (
759
+ obj: UpdateExtensionAssociationRequest
760
+ ) => any;
761
+ export declare const ValidateConfigurationRequestFilterSensitiveLog: (
762
+ obj: ValidateConfigurationRequest
763
+ ) => any;