@aws-sdk/client-appconfig 3.129.0 → 3.137.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 (94) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateExtensionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteExtensionCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +1 -1
  16. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  17. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/GetConfigurationProfileCommand.js +2 -2
  19. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  20. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -2
  21. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  22. package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -2
  23. package/dist-cjs/commands/GetExtensionCommand.js +2 -2
  24. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +2 -2
  25. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  26. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -2
  27. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -2
  28. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  29. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  30. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -2
  31. package/dist-cjs/commands/ListExtensionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
  35. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  37. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  38. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateExtensionCommand.js +2 -2
  44. package/dist-cjs/commands/ValidateConfigurationCommand.js +1 -1
  45. package/dist-cjs/models/models_0.js +314 -461
  46. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  47. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -3
  49. package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -3
  50. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  51. package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -3
  52. package/dist-es/commands/CreateExtensionCommand.js +3 -3
  53. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -3
  54. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  55. package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -2
  56. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -2
  57. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  58. package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -2
  59. package/dist-es/commands/DeleteExtensionCommand.js +2 -2
  60. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
  61. package/dist-es/commands/GetApplicationCommand.js +3 -3
  62. package/dist-es/commands/GetConfigurationCommand.js +3 -3
  63. package/dist-es/commands/GetConfigurationProfileCommand.js +3 -3
  64. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  65. package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -3
  66. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  67. package/dist-es/commands/GetExtensionAssociationCommand.js +3 -3
  68. package/dist-es/commands/GetExtensionCommand.js +3 -3
  69. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -3
  70. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  71. package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -3
  72. package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -3
  73. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  74. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  75. package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -3
  76. package/dist-es/commands/ListExtensionsCommand.js +3 -3
  77. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -3
  78. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  79. package/dist-es/commands/StartDeploymentCommand.js +3 -3
  80. package/dist-es/commands/StopDeploymentCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +2 -2
  82. package/dist-es/commands/UntagResourceCommand.js +2 -2
  83. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  84. package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -3
  85. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -3
  86. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  87. package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -3
  88. package/dist-es/commands/UpdateExtensionCommand.js +3 -3
  89. package/dist-es/commands/ValidateConfigurationCommand.js +2 -2
  90. package/dist-es/models/models_0.js +83 -307
  91. package/dist-es/protocols/Aws_restJson1.js +3 -0
  92. package/dist-types/models/models_0.d.ts +300 -448
  93. package/dist-types/ts3.4/models/models_0.d.ts +150 -298
  94. package/package.json +9 -9
@@ -11,10 +11,6 @@ export interface Action {
11
11
 
12
12
  RoleArn?: string;
13
13
  }
14
- export declare namespace Action {
15
-
16
- const filterSensitiveLog: (obj: Action) => any;
17
- }
18
14
 
19
15
  export interface ActionInvocation {
20
16
 
@@ -32,10 +28,6 @@ export interface ActionInvocation {
32
28
 
33
29
  InvocationId?: string;
34
30
  }
35
- export declare namespace ActionInvocation {
36
-
37
- const filterSensitiveLog: (obj: ActionInvocation) => any;
38
- }
39
31
  export declare enum ActionPoint {
40
32
  ON_DEPLOYMENT_BAKING = "ON_DEPLOYMENT_BAKING",
41
33
  ON_DEPLOYMENT_COMPLETE = "ON_DEPLOYMENT_COMPLETE",
@@ -53,10 +45,6 @@ export interface Application {
53
45
 
54
46
  Description?: string;
55
47
  }
56
- export declare namespace Application {
57
-
58
- const filterSensitiveLog: (obj: Application) => any;
59
- }
60
48
 
61
49
  export interface InvalidConfigurationDetail {
62
50
 
@@ -70,10 +58,6 @@ export interface InvalidConfigurationDetail {
70
58
 
71
59
  Value?: string;
72
60
  }
73
- export declare namespace InvalidConfigurationDetail {
74
-
75
- const filterSensitiveLog: (obj: InvalidConfigurationDetail) => any;
76
- }
77
61
 
78
62
  export declare type BadRequestDetails = BadRequestDetails.InvalidConfigurationMember | BadRequestDetails.$UnknownMember;
79
63
  export declare namespace BadRequestDetails {
@@ -94,8 +78,6 @@ export declare namespace BadRequestDetails {
94
78
  _: (name: string, value: any) => T;
95
79
  }
96
80
  const visit: <T>(value: BadRequestDetails, visitor: Visitor<T>) => T;
97
-
98
- const filterSensitiveLog: (obj: BadRequestDetails) => any;
99
81
  }
100
82
  export declare enum BadRequestReason {
101
83
  INVALID_CONFIGURATION = "InvalidConfiguration"
@@ -119,10 +101,6 @@ export interface CreateApplicationRequest {
119
101
 
120
102
  Tags?: Record<string, string>;
121
103
  }
122
- export declare namespace CreateApplicationRequest {
123
-
124
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
125
- }
126
104
 
127
105
  export declare class InternalServerException extends __BaseException {
128
106
  readonly name: "InternalServerException";
@@ -142,10 +120,6 @@ export interface Validator {
142
120
 
143
121
  Content: string | undefined;
144
122
  }
145
- export declare namespace Validator {
146
-
147
- const filterSensitiveLog: (obj: Validator) => any;
148
- }
149
123
  export interface ConfigurationProfile {
150
124
 
151
125
  ApplicationId?: string;
@@ -164,10 +138,6 @@ export interface ConfigurationProfile {
164
138
 
165
139
  Type?: string;
166
140
  }
167
- export declare namespace ConfigurationProfile {
168
-
169
- const filterSensitiveLog: (obj: ConfigurationProfile) => any;
170
- }
171
141
  export interface CreateConfigurationProfileRequest {
172
142
 
173
143
  ApplicationId: string | undefined;
@@ -186,10 +156,6 @@ export interface CreateConfigurationProfileRequest {
186
156
 
187
157
  Type?: string;
188
158
  }
189
- export declare namespace CreateConfigurationProfileRequest {
190
-
191
- const filterSensitiveLog: (obj: CreateConfigurationProfileRequest) => any;
192
- }
193
159
 
194
160
  export declare class ResourceNotFoundException extends __BaseException {
195
161
  readonly name: "ResourceNotFoundException";
@@ -225,10 +191,6 @@ export interface CreateDeploymentStrategyRequest {
225
191
 
226
192
  Tags?: Record<string, string>;
227
193
  }
228
- export declare namespace CreateDeploymentStrategyRequest {
229
-
230
- const filterSensitiveLog: (obj: CreateDeploymentStrategyRequest) => any;
231
- }
232
194
  export interface DeploymentStrategy {
233
195
 
234
196
  Id?: string;
@@ -247,10 +209,6 @@ export interface DeploymentStrategy {
247
209
 
248
210
  ReplicateTo?: ReplicateTo | string;
249
211
  }
250
- export declare namespace DeploymentStrategy {
251
-
252
- const filterSensitiveLog: (obj: DeploymentStrategy) => any;
253
- }
254
212
 
255
213
  export interface Monitor {
256
214
 
@@ -258,10 +216,6 @@ export interface Monitor {
258
216
 
259
217
  AlarmRoleArn?: string;
260
218
  }
261
- export declare namespace Monitor {
262
-
263
- const filterSensitiveLog: (obj: Monitor) => any;
264
- }
265
219
  export interface CreateEnvironmentRequest {
266
220
 
267
221
  ApplicationId: string | undefined;
@@ -274,10 +228,6 @@ export interface CreateEnvironmentRequest {
274
228
 
275
229
  Tags?: Record<string, string>;
276
230
  }
277
- export declare namespace CreateEnvironmentRequest {
278
-
279
- const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
280
- }
281
231
  export declare enum EnvironmentState {
282
232
  DEPLOYING = "DEPLOYING",
283
233
  READY_FOR_DEPLOYMENT = "READY_FOR_DEPLOYMENT",
@@ -298,10 +248,6 @@ export interface Environment {
298
248
 
299
249
  Monitors?: Monitor[];
300
250
  }
301
- export declare namespace Environment {
302
-
303
- const filterSensitiveLog: (obj: Environment) => any;
304
- }
305
251
 
306
252
  export declare class ConflictException extends __BaseException {
307
253
  readonly name: "ConflictException";
@@ -317,10 +263,6 @@ export interface Parameter {
317
263
 
318
264
  Required?: boolean;
319
265
  }
320
- export declare namespace Parameter {
321
-
322
- const filterSensitiveLog: (obj: Parameter) => any;
323
- }
324
266
  export interface CreateExtensionRequest {
325
267
 
326
268
  Name: string | undefined;
@@ -335,10 +277,6 @@ export interface CreateExtensionRequest {
335
277
 
336
278
  LatestVersionNumber?: number;
337
279
  }
338
- export declare namespace CreateExtensionRequest {
339
-
340
- const filterSensitiveLog: (obj: CreateExtensionRequest) => any;
341
- }
342
280
  export interface Extension {
343
281
 
344
282
  Id?: string;
@@ -355,10 +293,6 @@ export interface Extension {
355
293
 
356
294
  Parameters?: Record<string, Parameter>;
357
295
  }
358
- export declare namespace Extension {
359
-
360
- const filterSensitiveLog: (obj: Extension) => any;
361
- }
362
296
 
363
297
  export declare class ServiceQuotaExceededException extends __BaseException {
364
298
  readonly name: "ServiceQuotaExceededException";
@@ -379,10 +313,6 @@ export interface CreateExtensionAssociationRequest {
379
313
 
380
314
  Tags?: Record<string, string>;
381
315
  }
382
- export declare namespace CreateExtensionAssociationRequest {
383
-
384
- const filterSensitiveLog: (obj: CreateExtensionAssociationRequest) => any;
385
- }
386
316
  export interface ExtensionAssociation {
387
317
 
388
318
  Id?: string;
@@ -397,10 +327,6 @@ export interface ExtensionAssociation {
397
327
 
398
328
  ExtensionVersionNumber?: number;
399
329
  }
400
- export declare namespace ExtensionAssociation {
401
-
402
- const filterSensitiveLog: (obj: ExtensionAssociation) => any;
403
- }
404
330
  export interface CreateHostedConfigurationVersionRequest {
405
331
 
406
332
  ApplicationId: string | undefined;
@@ -415,10 +341,6 @@ export interface CreateHostedConfigurationVersionRequest {
415
341
 
416
342
  LatestVersionNumber?: number;
417
343
  }
418
- export declare namespace CreateHostedConfigurationVersionRequest {
419
-
420
- const filterSensitiveLog: (obj: CreateHostedConfigurationVersionRequest) => any;
421
- }
422
344
  export interface HostedConfigurationVersion {
423
345
 
424
346
  ApplicationId?: string;
@@ -433,10 +355,6 @@ export interface HostedConfigurationVersion {
433
355
 
434
356
  ContentType?: string;
435
357
  }
436
- export declare namespace HostedConfigurationVersion {
437
-
438
- const filterSensitiveLog: (obj: HostedConfigurationVersion) => any;
439
- }
440
358
  export declare enum BytesMeasure {
441
359
  KILOBYTES = "KILOBYTES"
442
360
  }
@@ -455,56 +373,32 @@ export interface DeleteApplicationRequest {
455
373
 
456
374
  ApplicationId: string | undefined;
457
375
  }
458
- export declare namespace DeleteApplicationRequest {
459
-
460
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
461
- }
462
376
  export interface DeleteConfigurationProfileRequest {
463
377
 
464
378
  ApplicationId: string | undefined;
465
379
 
466
380
  ConfigurationProfileId: string | undefined;
467
381
  }
468
- export declare namespace DeleteConfigurationProfileRequest {
469
-
470
- const filterSensitiveLog: (obj: DeleteConfigurationProfileRequest) => any;
471
- }
472
382
  export interface DeleteDeploymentStrategyRequest {
473
383
 
474
384
  DeploymentStrategyId: string | undefined;
475
385
  }
476
- export declare namespace DeleteDeploymentStrategyRequest {
477
-
478
- const filterSensitiveLog: (obj: DeleteDeploymentStrategyRequest) => any;
479
- }
480
386
  export interface DeleteEnvironmentRequest {
481
387
 
482
388
  ApplicationId: string | undefined;
483
389
 
484
390
  EnvironmentId: string | undefined;
485
391
  }
486
- export declare namespace DeleteEnvironmentRequest {
487
-
488
- const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
489
- }
490
392
  export interface DeleteExtensionRequest {
491
393
 
492
394
  ExtensionIdentifier: string | undefined;
493
395
 
494
396
  VersionNumber?: number;
495
397
  }
496
- export declare namespace DeleteExtensionRequest {
497
-
498
- const filterSensitiveLog: (obj: DeleteExtensionRequest) => any;
499
- }
500
398
  export interface DeleteExtensionAssociationRequest {
501
399
 
502
400
  ExtensionAssociationId: string | undefined;
503
401
  }
504
- export declare namespace DeleteExtensionAssociationRequest {
505
-
506
- const filterSensitiveLog: (obj: DeleteExtensionAssociationRequest) => any;
507
- }
508
402
  export interface DeleteHostedConfigurationVersionRequest {
509
403
 
510
404
  ApplicationId: string | undefined;
@@ -513,18 +407,10 @@ export interface DeleteHostedConfigurationVersionRequest {
513
407
 
514
408
  VersionNumber: number | undefined;
515
409
  }
516
- export declare namespace DeleteHostedConfigurationVersionRequest {
517
-
518
- const filterSensitiveLog: (obj: DeleteHostedConfigurationVersionRequest) => any;
519
- }
520
410
  export interface GetApplicationRequest {
521
411
 
522
412
  ApplicationId: string | undefined;
523
413
  }
524
- export declare namespace GetApplicationRequest {
525
-
526
- const filterSensitiveLog: (obj: GetApplicationRequest) => any;
527
- }
528
414
  export interface Configuration {
529
415
 
530
416
  Content?: Uint8Array;
@@ -533,10 +419,6 @@ export interface Configuration {
533
419
 
534
420
  ContentType?: string;
535
421
  }
536
- export declare namespace Configuration {
537
-
538
- const filterSensitiveLog: (obj: Configuration) => any;
539
- }
540
422
  export interface GetConfigurationRequest {
541
423
 
542
424
  Application: string | undefined;
@@ -549,20 +431,12 @@ export interface GetConfigurationRequest {
549
431
 
550
432
  ClientConfigurationVersion?: string;
551
433
  }
552
- export declare namespace GetConfigurationRequest {
553
-
554
- const filterSensitiveLog: (obj: GetConfigurationRequest) => any;
555
- }
556
434
  export interface GetConfigurationProfileRequest {
557
435
 
558
436
  ApplicationId: string | undefined;
559
437
 
560
438
  ConfigurationProfileId: string | undefined;
561
439
  }
562
- export declare namespace GetConfigurationProfileRequest {
563
-
564
- const filterSensitiveLog: (obj: GetConfigurationProfileRequest) => any;
565
- }
566
440
 
567
441
  export interface AppliedExtension {
568
442
 
@@ -574,10 +448,6 @@ export interface AppliedExtension {
574
448
 
575
449
  Parameters?: Record<string, string>;
576
450
  }
577
- export declare namespace AppliedExtension {
578
-
579
- const filterSensitiveLog: (obj: AppliedExtension) => any;
580
- }
581
451
  export declare enum DeploymentEventType {
582
452
  BAKE_TIME_STARTED = "BAKE_TIME_STARTED",
583
453
  DEPLOYMENT_COMPLETED = "DEPLOYMENT_COMPLETED",
@@ -605,10 +475,6 @@ export interface DeploymentEvent {
605
475
 
606
476
  OccurredAt?: Date;
607
477
  }
608
- export declare namespace DeploymentEvent {
609
-
610
- const filterSensitiveLog: (obj: DeploymentEvent) => any;
611
- }
612
478
  export declare enum DeploymentState {
613
479
  BAKING = "BAKING",
614
480
  COMPLETE = "COMPLETE",
@@ -657,10 +523,6 @@ export interface Deployment {
657
523
 
658
524
  AppliedExtensions?: AppliedExtension[];
659
525
  }
660
- export declare namespace Deployment {
661
-
662
- const filterSensitiveLog: (obj: Deployment) => any;
663
- }
664
526
  export interface GetDeploymentRequest {
665
527
 
666
528
  ApplicationId: string | undefined;
@@ -669,46 +531,26 @@ export interface GetDeploymentRequest {
669
531
 
670
532
  DeploymentNumber: number | undefined;
671
533
  }
672
- export declare namespace GetDeploymentRequest {
673
-
674
- const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
675
- }
676
534
  export interface GetDeploymentStrategyRequest {
677
535
 
678
536
  DeploymentStrategyId: string | undefined;
679
537
  }
680
- export declare namespace GetDeploymentStrategyRequest {
681
-
682
- const filterSensitiveLog: (obj: GetDeploymentStrategyRequest) => any;
683
- }
684
538
  export interface GetEnvironmentRequest {
685
539
 
686
540
  ApplicationId: string | undefined;
687
541
 
688
542
  EnvironmentId: string | undefined;
689
543
  }
690
- export declare namespace GetEnvironmentRequest {
691
-
692
- const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
693
- }
694
544
  export interface GetExtensionRequest {
695
545
 
696
546
  ExtensionIdentifier: string | undefined;
697
547
 
698
548
  VersionNumber?: number;
699
549
  }
700
- export declare namespace GetExtensionRequest {
701
-
702
- const filterSensitiveLog: (obj: GetExtensionRequest) => any;
703
- }
704
550
  export interface GetExtensionAssociationRequest {
705
551
 
706
552
  ExtensionAssociationId: string | undefined;
707
553
  }
708
- export declare namespace GetExtensionAssociationRequest {
709
-
710
- const filterSensitiveLog: (obj: GetExtensionAssociationRequest) => any;
711
- }
712
554
  export interface GetHostedConfigurationVersionRequest {
713
555
 
714
556
  ApplicationId: string | undefined;
@@ -717,30 +559,18 @@ export interface GetHostedConfigurationVersionRequest {
717
559
 
718
560
  VersionNumber: number | undefined;
719
561
  }
720
- export declare namespace GetHostedConfigurationVersionRequest {
721
-
722
- const filterSensitiveLog: (obj: GetHostedConfigurationVersionRequest) => any;
723
- }
724
562
  export interface Applications {
725
563
 
726
564
  Items?: Application[];
727
565
 
728
566
  NextToken?: string;
729
567
  }
730
- export declare namespace Applications {
731
-
732
- const filterSensitiveLog: (obj: Applications) => any;
733
- }
734
568
  export interface ListApplicationsRequest {
735
569
 
736
570
  MaxResults?: number;
737
571
 
738
572
  NextToken?: string;
739
573
  }
740
- export declare namespace ListApplicationsRequest {
741
-
742
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
743
- }
744
574
 
745
575
  export interface ConfigurationProfileSummary {
746
576
 
@@ -756,20 +586,12 @@ export interface ConfigurationProfileSummary {
756
586
 
757
587
  Type?: string;
758
588
  }
759
- export declare namespace ConfigurationProfileSummary {
760
-
761
- const filterSensitiveLog: (obj: ConfigurationProfileSummary) => any;
762
- }
763
589
  export interface ConfigurationProfiles {
764
590
 
765
591
  Items?: ConfigurationProfileSummary[];
766
592
 
767
593
  NextToken?: string;
768
594
  }
769
- export declare namespace ConfigurationProfiles {
770
-
771
- const filterSensitiveLog: (obj: ConfigurationProfiles) => any;
772
- }
773
595
  export interface ListConfigurationProfilesRequest {
774
596
 
775
597
  ApplicationId: string | undefined;
@@ -780,10 +602,6 @@ export interface ListConfigurationProfilesRequest {
780
602
 
781
603
  Type?: string;
782
604
  }
783
- export declare namespace ListConfigurationProfilesRequest {
784
-
785
- const filterSensitiveLog: (obj: ListConfigurationProfilesRequest) => any;
786
- }
787
605
 
788
606
  export interface DeploymentSummary {
789
607
 
@@ -809,20 +627,12 @@ export interface DeploymentSummary {
809
627
 
810
628
  CompletedAt?: Date;
811
629
  }
812
- export declare namespace DeploymentSummary {
813
-
814
- const filterSensitiveLog: (obj: DeploymentSummary) => any;
815
- }
816
630
  export interface Deployments {
817
631
 
818
632
  Items?: DeploymentSummary[];
819
633
 
820
634
  NextToken?: string;
821
635
  }
822
- export declare namespace Deployments {
823
-
824
- const filterSensitiveLog: (obj: Deployments) => any;
825
- }
826
636
  export interface ListDeploymentsRequest {
827
637
 
828
638
  ApplicationId: string | undefined;
@@ -833,40 +643,24 @@ export interface ListDeploymentsRequest {
833
643
 
834
644
  NextToken?: string;
835
645
  }
836
- export declare namespace ListDeploymentsRequest {
837
-
838
- const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
839
- }
840
646
  export interface DeploymentStrategies {
841
647
 
842
648
  Items?: DeploymentStrategy[];
843
649
 
844
650
  NextToken?: string;
845
651
  }
846
- export declare namespace DeploymentStrategies {
847
-
848
- const filterSensitiveLog: (obj: DeploymentStrategies) => any;
849
- }
850
652
  export interface ListDeploymentStrategiesRequest {
851
653
 
852
654
  MaxResults?: number;
853
655
 
854
656
  NextToken?: string;
855
657
  }
856
- export declare namespace ListDeploymentStrategiesRequest {
857
-
858
- const filterSensitiveLog: (obj: ListDeploymentStrategiesRequest) => any;
859
- }
860
658
  export interface Environments {
861
659
 
862
660
  Items?: Environment[];
863
661
 
864
662
  NextToken?: string;
865
663
  }
866
- export declare namespace Environments {
867
-
868
- const filterSensitiveLog: (obj: Environments) => any;
869
- }
870
664
  export interface ListEnvironmentsRequest {
871
665
 
872
666
  ApplicationId: string | undefined;
@@ -875,10 +669,6 @@ export interface ListEnvironmentsRequest {
875
669
 
876
670
  NextToken?: string;
877
671
  }
878
- export declare namespace ListEnvironmentsRequest {
879
-
880
- const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
881
- }
882
672
 
883
673
  export interface ExtensionAssociationSummary {
884
674
 
@@ -888,20 +678,12 @@ export interface ExtensionAssociationSummary {
888
678
 
889
679
  ResourceArn?: string;
890
680
  }
891
- export declare namespace ExtensionAssociationSummary {
892
-
893
- const filterSensitiveLog: (obj: ExtensionAssociationSummary) => any;
894
- }
895
681
  export interface ExtensionAssociations {
896
682
 
897
683
  Items?: ExtensionAssociationSummary[];
898
684
 
899
685
  NextToken?: string;
900
686
  }
901
- export declare namespace ExtensionAssociations {
902
-
903
- const filterSensitiveLog: (obj: ExtensionAssociations) => any;
904
- }
905
687
  export interface ListExtensionAssociationsRequest {
906
688
 
907
689
  ResourceIdentifier?: string;
@@ -914,10 +696,6 @@ export interface ListExtensionAssociationsRequest {
914
696
 
915
697
  NextToken?: string;
916
698
  }
917
- export declare namespace ListExtensionAssociationsRequest {
918
-
919
- const filterSensitiveLog: (obj: ListExtensionAssociationsRequest) => any;
920
- }
921
699
 
922
700
  export interface ExtensionSummary {
923
701
 
@@ -931,20 +709,12 @@ export interface ExtensionSummary {
931
709
 
932
710
  Description?: string;
933
711
  }
934
- export declare namespace ExtensionSummary {
935
-
936
- const filterSensitiveLog: (obj: ExtensionSummary) => any;
937
- }
938
712
  export interface Extensions {
939
713
 
940
714
  Items?: ExtensionSummary[];
941
715
 
942
716
  NextToken?: string;
943
717
  }
944
- export declare namespace Extensions {
945
-
946
- const filterSensitiveLog: (obj: Extensions) => any;
947
- }
948
718
  export interface ListExtensionsRequest {
949
719
 
950
720
  MaxResults?: number;
@@ -953,10 +723,6 @@ export interface ListExtensionsRequest {
953
723
 
954
724
  Name?: string;
955
725
  }
956
- export declare namespace ListExtensionsRequest {
957
-
958
- const filterSensitiveLog: (obj: ListExtensionsRequest) => any;
959
- }
960
726
 
961
727
  export interface HostedConfigurationVersionSummary {
962
728
 
@@ -970,20 +736,12 @@ export interface HostedConfigurationVersionSummary {
970
736
 
971
737
  ContentType?: string;
972
738
  }
973
- export declare namespace HostedConfigurationVersionSummary {
974
-
975
- const filterSensitiveLog: (obj: HostedConfigurationVersionSummary) => any;
976
- }
977
739
  export interface HostedConfigurationVersions {
978
740
 
979
741
  Items?: HostedConfigurationVersionSummary[];
980
742
 
981
743
  NextToken?: string;
982
744
  }
983
- export declare namespace HostedConfigurationVersions {
984
-
985
- const filterSensitiveLog: (obj: HostedConfigurationVersions) => any;
986
- }
987
745
  export interface ListHostedConfigurationVersionsRequest {
988
746
 
989
747
  ApplicationId: string | undefined;
@@ -994,26 +752,14 @@ export interface ListHostedConfigurationVersionsRequest {
994
752
 
995
753
  NextToken?: string;
996
754
  }
997
- export declare namespace ListHostedConfigurationVersionsRequest {
998
-
999
- const filterSensitiveLog: (obj: ListHostedConfigurationVersionsRequest) => any;
1000
- }
1001
755
  export interface ListTagsForResourceRequest {
1002
756
 
1003
757
  ResourceArn: string | undefined;
1004
758
  }
1005
- export declare namespace ListTagsForResourceRequest {
1006
-
1007
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1008
- }
1009
759
  export interface ResourceTags {
1010
760
 
1011
761
  Tags?: Record<string, string>;
1012
762
  }
1013
- export declare namespace ResourceTags {
1014
-
1015
- const filterSensitiveLog: (obj: ResourceTags) => any;
1016
- }
1017
763
  export interface StartDeploymentRequest {
1018
764
 
1019
765
  ApplicationId: string | undefined;
@@ -1030,10 +776,6 @@ export interface StartDeploymentRequest {
1030
776
 
1031
777
  Tags?: Record<string, string>;
1032
778
  }
1033
- export declare namespace StartDeploymentRequest {
1034
-
1035
- const filterSensitiveLog: (obj: StartDeploymentRequest) => any;
1036
- }
1037
779
  export interface StopDeploymentRequest {
1038
780
 
1039
781
  ApplicationId: string | undefined;
@@ -1042,30 +784,18 @@ export interface StopDeploymentRequest {
1042
784
 
1043
785
  DeploymentNumber: number | undefined;
1044
786
  }
1045
- export declare namespace StopDeploymentRequest {
1046
-
1047
- const filterSensitiveLog: (obj: StopDeploymentRequest) => any;
1048
- }
1049
787
  export interface TagResourceRequest {
1050
788
 
1051
789
  ResourceArn: string | undefined;
1052
790
 
1053
791
  Tags: Record<string, string> | undefined;
1054
792
  }
1055
- export declare namespace TagResourceRequest {
1056
-
1057
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1058
- }
1059
793
  export interface UntagResourceRequest {
1060
794
 
1061
795
  ResourceArn: string | undefined;
1062
796
 
1063
797
  TagKeys: string[] | undefined;
1064
798
  }
1065
- export declare namespace UntagResourceRequest {
1066
-
1067
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1068
- }
1069
799
  export interface UpdateApplicationRequest {
1070
800
 
1071
801
  ApplicationId: string | undefined;
@@ -1074,10 +804,6 @@ export interface UpdateApplicationRequest {
1074
804
 
1075
805
  Description?: string;
1076
806
  }
1077
- export declare namespace UpdateApplicationRequest {
1078
-
1079
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1080
- }
1081
807
  export interface UpdateConfigurationProfileRequest {
1082
808
 
1083
809
  ApplicationId: string | undefined;
@@ -1092,10 +818,6 @@ export interface UpdateConfigurationProfileRequest {
1092
818
 
1093
819
  Validators?: Validator[];
1094
820
  }
1095
- export declare namespace UpdateConfigurationProfileRequest {
1096
-
1097
- const filterSensitiveLog: (obj: UpdateConfigurationProfileRequest) => any;
1098
- }
1099
821
  export interface UpdateDeploymentStrategyRequest {
1100
822
 
1101
823
  DeploymentStrategyId: string | undefined;
@@ -1110,10 +832,6 @@ export interface UpdateDeploymentStrategyRequest {
1110
832
 
1111
833
  GrowthType?: GrowthType | string;
1112
834
  }
1113
- export declare namespace UpdateDeploymentStrategyRequest {
1114
-
1115
- const filterSensitiveLog: (obj: UpdateDeploymentStrategyRequest) => any;
1116
- }
1117
835
  export interface UpdateEnvironmentRequest {
1118
836
 
1119
837
  ApplicationId: string | undefined;
@@ -1126,10 +844,6 @@ export interface UpdateEnvironmentRequest {
1126
844
 
1127
845
  Monitors?: Monitor[];
1128
846
  }
1129
- export declare namespace UpdateEnvironmentRequest {
1130
-
1131
- const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
1132
- }
1133
847
  export interface UpdateExtensionRequest {
1134
848
 
1135
849
  ExtensionIdentifier: string | undefined;
@@ -1142,20 +856,12 @@ export interface UpdateExtensionRequest {
1142
856
 
1143
857
  VersionNumber?: number;
1144
858
  }
1145
- export declare namespace UpdateExtensionRequest {
1146
-
1147
- const filterSensitiveLog: (obj: UpdateExtensionRequest) => any;
1148
- }
1149
859
  export interface UpdateExtensionAssociationRequest {
1150
860
 
1151
861
  ExtensionAssociationId: string | undefined;
1152
862
 
1153
863
  Parameters?: Record<string, string>;
1154
864
  }
1155
- export declare namespace UpdateExtensionAssociationRequest {
1156
-
1157
- const filterSensitiveLog: (obj: UpdateExtensionAssociationRequest) => any;
1158
- }
1159
865
  export interface ValidateConfigurationRequest {
1160
866
 
1161
867
  ApplicationId: string | undefined;
@@ -1164,7 +870,153 @@ export interface ValidateConfigurationRequest {
1164
870
 
1165
871
  ConfigurationVersion: string | undefined;
1166
872
  }
1167
- export declare namespace ValidateConfigurationRequest {
1168
-
1169
- const filterSensitiveLog: (obj: ValidateConfigurationRequest) => any;
1170
- }
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;