@aws-sdk/client-appconfig 3.130.0 → 3.141.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 (93) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -2
  6. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  7. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateExtensionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteExtensionCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +1 -1
  17. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  18. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/GetConfigurationProfileCommand.js +2 -2
  20. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  21. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -2
  22. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  23. package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -2
  24. package/dist-cjs/commands/GetExtensionCommand.js +2 -2
  25. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +2 -2
  26. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  27. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -2
  28. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -2
  29. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  30. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  31. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListExtensionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
  36. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  37. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  38. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  39. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateExtensionCommand.js +2 -2
  45. package/dist-cjs/commands/ValidateConfigurationCommand.js +1 -1
  46. package/dist-cjs/models/models_0.js +314 -461
  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-types/models/models_0.d.ts +300 -448
  92. package/dist-types/ts3.4/models/models_0.d.ts +150 -298
  93. package/package.json +7 -7
@@ -65,12 +65,6 @@ export interface Action {
65
65
  */
66
66
  RoleArn?: string;
67
67
  }
68
- export declare namespace Action {
69
- /**
70
- * @internal
71
- */
72
- const filterSensitiveLog: (obj: Action) => any;
73
- }
74
68
  /**
75
69
  * <p>An extension that was invoked as part of a deployment event.</p>
76
70
  */
@@ -106,12 +100,6 @@ export interface ActionInvocation {
106
100
  */
107
101
  InvocationId?: string;
108
102
  }
109
- export declare namespace ActionInvocation {
110
- /**
111
- * @internal
112
- */
113
- const filterSensitiveLog: (obj: ActionInvocation) => any;
114
- }
115
103
  export declare enum ActionPoint {
116
104
  ON_DEPLOYMENT_BAKING = "ON_DEPLOYMENT_BAKING",
117
105
  ON_DEPLOYMENT_COMPLETE = "ON_DEPLOYMENT_COMPLETE",
@@ -135,12 +123,6 @@ export interface Application {
135
123
  */
136
124
  Description?: string;
137
125
  }
138
- export declare namespace Application {
139
- /**
140
- * @internal
141
- */
142
- const filterSensitiveLog: (obj: Application) => any;
143
- }
144
126
  /**
145
127
  * <p>Detailed information about the bad request exception error when creating a hosted
146
128
  * configuration version.</p>
@@ -170,12 +152,6 @@ export interface InvalidConfigurationDetail {
170
152
  */
171
153
  Value?: string;
172
154
  }
173
- export declare namespace InvalidConfigurationDetail {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: InvalidConfigurationDetail) => any;
178
- }
179
155
  /**
180
156
  * <p>Detailed information about the input that failed to satisfy the constraints specified by
181
157
  * a call.</p>
@@ -199,10 +175,6 @@ export declare namespace BadRequestDetails {
199
175
  _: (name: string, value: any) => T;
200
176
  }
201
177
  const visit: <T>(value: BadRequestDetails, visitor: Visitor<T>) => T;
202
- /**
203
- * @internal
204
- */
205
- const filterSensitiveLog: (obj: BadRequestDetails) => any;
206
178
  }
207
179
  export declare enum BadRequestReason {
208
180
  INVALID_CONFIGURATION = "InvalidConfiguration"
@@ -240,12 +212,6 @@ export interface CreateApplicationRequest {
240
212
  */
241
213
  Tags?: Record<string, string>;
242
214
  }
243
- export declare namespace CreateApplicationRequest {
244
- /**
245
- * @internal
246
- */
247
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
248
- }
249
215
  /**
250
216
  * <p>There was an internal failure in the AppConfig service.</p>
251
217
  */
@@ -282,12 +248,6 @@ export interface Validator {
282
248
  */
283
249
  Content: string | undefined;
284
250
  }
285
- export declare namespace Validator {
286
- /**
287
- * @internal
288
- */
289
- const filterSensitiveLog: (obj: Validator) => any;
290
- }
291
251
  export interface ConfigurationProfile {
292
252
  /**
293
253
  * <p>The application ID.</p>
@@ -333,12 +293,6 @@ export interface ConfigurationProfile {
333
293
  */
334
294
  Type?: string;
335
295
  }
336
- export declare namespace ConfigurationProfile {
337
- /**
338
- * @internal
339
- */
340
- const filterSensitiveLog: (obj: ConfigurationProfile) => any;
341
- }
342
296
  export interface CreateConfigurationProfileRequest {
343
297
  /**
344
298
  * <p>The application ID.</p>
@@ -400,12 +354,6 @@ export interface CreateConfigurationProfileRequest {
400
354
  */
401
355
  Type?: string;
402
356
  }
403
- export declare namespace CreateConfigurationProfileRequest {
404
- /**
405
- * @internal
406
- */
407
- const filterSensitiveLog: (obj: CreateConfigurationProfileRequest) => any;
408
- }
409
357
  /**
410
358
  * <p>The requested resource could not be found.</p>
411
359
  */
@@ -498,12 +446,6 @@ export interface CreateDeploymentStrategyRequest {
498
446
  */
499
447
  Tags?: Record<string, string>;
500
448
  }
501
- export declare namespace CreateDeploymentStrategyRequest {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: CreateDeploymentStrategyRequest) => any;
506
- }
507
449
  export interface DeploymentStrategy {
508
450
  /**
509
451
  * <p>The deployment strategy ID.</p>
@@ -540,12 +482,6 @@ export interface DeploymentStrategy {
540
482
  */
541
483
  ReplicateTo?: ReplicateTo | string;
542
484
  }
543
- export declare namespace DeploymentStrategy {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: DeploymentStrategy) => any;
548
- }
549
485
  /**
550
486
  * <p>Amazon CloudWatch alarms to monitor during the deployment process.</p>
551
487
  */
@@ -560,12 +496,6 @@ export interface Monitor {
560
496
  */
561
497
  AlarmRoleArn?: string;
562
498
  }
563
- export declare namespace Monitor {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: Monitor) => any;
568
- }
569
499
  export interface CreateEnvironmentRequest {
570
500
  /**
571
501
  * <p>The application ID.</p>
@@ -589,12 +519,6 @@ export interface CreateEnvironmentRequest {
589
519
  */
590
520
  Tags?: Record<string, string>;
591
521
  }
592
- export declare namespace CreateEnvironmentRequest {
593
- /**
594
- * @internal
595
- */
596
- const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
597
- }
598
522
  export declare enum EnvironmentState {
599
523
  DEPLOYING = "DEPLOYING",
600
524
  READY_FOR_DEPLOYMENT = "READY_FOR_DEPLOYMENT",
@@ -630,12 +554,6 @@ export interface Environment {
630
554
  */
631
555
  Monitors?: Monitor[];
632
556
  }
633
- export declare namespace Environment {
634
- /**
635
- * @internal
636
- */
637
- const filterSensitiveLog: (obj: Environment) => any;
638
- }
639
557
  /**
640
558
  * <p>The request could not be processed because of conflict in the current state of the
641
559
  * resource.</p>
@@ -666,12 +584,6 @@ export interface Parameter {
666
584
  */
667
585
  Required?: boolean;
668
586
  }
669
- export declare namespace Parameter {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: Parameter) => any;
674
- }
675
587
  export interface CreateExtensionRequest {
676
588
  /**
677
589
  * <p>A name for the extension. Each extension name in your account must be unique. Extension
@@ -706,12 +618,6 @@ export interface CreateExtensionRequest {
706
618
  */
707
619
  LatestVersionNumber?: number;
708
620
  }
709
- export declare namespace CreateExtensionRequest {
710
- /**
711
- * @internal
712
- */
713
- const filterSensitiveLog: (obj: CreateExtensionRequest) => any;
714
- }
715
621
  export interface Extension {
716
622
  /**
717
623
  * <p>The system-generated ID of the extension.</p>
@@ -745,12 +651,6 @@ export interface Extension {
745
651
  */
746
652
  Parameters?: Record<string, Parameter>;
747
653
  }
748
- export declare namespace Extension {
749
- /**
750
- * @internal
751
- */
752
- const filterSensitiveLog: (obj: Extension) => any;
753
- }
754
654
  /**
755
655
  * <p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>
756
656
  */
@@ -790,12 +690,6 @@ export interface CreateExtensionAssociationRequest {
790
690
  */
791
691
  Tags?: Record<string, string>;
792
692
  }
793
- export declare namespace CreateExtensionAssociationRequest {
794
- /**
795
- * @internal
796
- */
797
- const filterSensitiveLog: (obj: CreateExtensionAssociationRequest) => any;
798
- }
799
693
  export interface ExtensionAssociation {
800
694
  /**
801
695
  * <p>The system-generated ID for the association.</p>
@@ -823,12 +717,6 @@ export interface ExtensionAssociation {
823
717
  */
824
718
  ExtensionVersionNumber?: number;
825
719
  }
826
- export declare namespace ExtensionAssociation {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: ExtensionAssociation) => any;
831
- }
832
720
  export interface CreateHostedConfigurationVersionRequest {
833
721
  /**
834
722
  * <p>The application ID.</p>
@@ -859,12 +747,6 @@ export interface CreateHostedConfigurationVersionRequest {
859
747
  */
860
748
  LatestVersionNumber?: number;
861
749
  }
862
- export declare namespace CreateHostedConfigurationVersionRequest {
863
- /**
864
- * @internal
865
- */
866
- const filterSensitiveLog: (obj: CreateHostedConfigurationVersionRequest) => any;
867
- }
868
750
  export interface HostedConfigurationVersion {
869
751
  /**
870
752
  * <p>The application ID.</p>
@@ -892,12 +774,6 @@ export interface HostedConfigurationVersion {
892
774
  */
893
775
  ContentType?: string;
894
776
  }
895
- export declare namespace HostedConfigurationVersion {
896
- /**
897
- * @internal
898
- */
899
- const filterSensitiveLog: (obj: HostedConfigurationVersion) => any;
900
- }
901
777
  export declare enum BytesMeasure {
902
778
  KILOBYTES = "KILOBYTES"
903
779
  }
@@ -922,12 +798,6 @@ export interface DeleteApplicationRequest {
922
798
  */
923
799
  ApplicationId: string | undefined;
924
800
  }
925
- export declare namespace DeleteApplicationRequest {
926
- /**
927
- * @internal
928
- */
929
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
930
- }
931
801
  export interface DeleteConfigurationProfileRequest {
932
802
  /**
933
803
  * <p>The application ID that includes the configuration profile you want to delete.</p>
@@ -938,24 +808,12 @@ export interface DeleteConfigurationProfileRequest {
938
808
  */
939
809
  ConfigurationProfileId: string | undefined;
940
810
  }
941
- export declare namespace DeleteConfigurationProfileRequest {
942
- /**
943
- * @internal
944
- */
945
- const filterSensitiveLog: (obj: DeleteConfigurationProfileRequest) => any;
946
- }
947
811
  export interface DeleteDeploymentStrategyRequest {
948
812
  /**
949
813
  * <p>The ID of the deployment strategy you want to delete.</p>
950
814
  */
951
815
  DeploymentStrategyId: string | undefined;
952
816
  }
953
- export declare namespace DeleteDeploymentStrategyRequest {
954
- /**
955
- * @internal
956
- */
957
- const filterSensitiveLog: (obj: DeleteDeploymentStrategyRequest) => any;
958
- }
959
817
  export interface DeleteEnvironmentRequest {
960
818
  /**
961
819
  * <p>The application ID that includes the environment that you want to delete.</p>
@@ -966,12 +824,6 @@ export interface DeleteEnvironmentRequest {
966
824
  */
967
825
  EnvironmentId: string | undefined;
968
826
  }
969
- export declare namespace DeleteEnvironmentRequest {
970
- /**
971
- * @internal
972
- */
973
- const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
974
- }
975
827
  export interface DeleteExtensionRequest {
976
828
  /**
977
829
  * <p>The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.</p>
@@ -983,24 +835,12 @@ export interface DeleteExtensionRequest {
983
835
  */
984
836
  VersionNumber?: number;
985
837
  }
986
- export declare namespace DeleteExtensionRequest {
987
- /**
988
- * @internal
989
- */
990
- const filterSensitiveLog: (obj: DeleteExtensionRequest) => any;
991
- }
992
838
  export interface DeleteExtensionAssociationRequest {
993
839
  /**
994
840
  * <p>The ID of the extension association to delete.</p>
995
841
  */
996
842
  ExtensionAssociationId: string | undefined;
997
843
  }
998
- export declare namespace DeleteExtensionAssociationRequest {
999
- /**
1000
- * @internal
1001
- */
1002
- const filterSensitiveLog: (obj: DeleteExtensionAssociationRequest) => any;
1003
- }
1004
844
  export interface DeleteHostedConfigurationVersionRequest {
1005
845
  /**
1006
846
  * <p>The application ID.</p>
@@ -1015,24 +855,12 @@ export interface DeleteHostedConfigurationVersionRequest {
1015
855
  */
1016
856
  VersionNumber: number | undefined;
1017
857
  }
1018
- export declare namespace DeleteHostedConfigurationVersionRequest {
1019
- /**
1020
- * @internal
1021
- */
1022
- const filterSensitiveLog: (obj: DeleteHostedConfigurationVersionRequest) => any;
1023
- }
1024
858
  export interface GetApplicationRequest {
1025
859
  /**
1026
860
  * <p>The ID of the application you want to get.</p>
1027
861
  */
1028
862
  ApplicationId: string | undefined;
1029
863
  }
1030
- export declare namespace GetApplicationRequest {
1031
- /**
1032
- * @internal
1033
- */
1034
- const filterSensitiveLog: (obj: GetApplicationRequest) => any;
1035
- }
1036
864
  export interface Configuration {
1037
865
  /**
1038
866
  * <p>The content of the configuration or the configuration data.</p>
@@ -1055,12 +883,6 @@ export interface Configuration {
1055
883
  */
1056
884
  ContentType?: string;
1057
885
  }
1058
- export declare namespace Configuration {
1059
- /**
1060
- * @internal
1061
- */
1062
- const filterSensitiveLog: (obj: Configuration) => any;
1063
- }
1064
886
  export interface GetConfigurationRequest {
1065
887
  /**
1066
888
  * <p>The application to get. Specify either the application name or the application
@@ -1103,12 +925,6 @@ export interface GetConfigurationRequest {
1103
925
  */
1104
926
  ClientConfigurationVersion?: string;
1105
927
  }
1106
- export declare namespace GetConfigurationRequest {
1107
- /**
1108
- * @internal
1109
- */
1110
- const filterSensitiveLog: (obj: GetConfigurationRequest) => any;
1111
- }
1112
928
  export interface GetConfigurationProfileRequest {
1113
929
  /**
1114
930
  * <p>The ID of the application that includes the configuration profile you want to
@@ -1120,12 +936,6 @@ export interface GetConfigurationProfileRequest {
1120
936
  */
1121
937
  ConfigurationProfileId: string | undefined;
1122
938
  }
1123
- export declare namespace GetConfigurationProfileRequest {
1124
- /**
1125
- * @internal
1126
- */
1127
- const filterSensitiveLog: (obj: GetConfigurationProfileRequest) => any;
1128
- }
1129
939
  /**
1130
940
  * <p>An extension that was invoked during a deployment.</p>
1131
941
  */
@@ -1147,12 +957,6 @@ export interface AppliedExtension {
1147
957
  */
1148
958
  Parameters?: Record<string, string>;
1149
959
  }
1150
- export declare namespace AppliedExtension {
1151
- /**
1152
- * @internal
1153
- */
1154
- const filterSensitiveLog: (obj: AppliedExtension) => any;
1155
- }
1156
960
  export declare enum DeploymentEventType {
1157
961
  BAKE_TIME_STARTED = "BAKE_TIME_STARTED",
1158
962
  DEPLOYMENT_COMPLETED = "DEPLOYMENT_COMPLETED",
@@ -1198,12 +1002,6 @@ export interface DeploymentEvent {
1198
1002
  */
1199
1003
  OccurredAt?: Date;
1200
1004
  }
1201
- export declare namespace DeploymentEvent {
1202
- /**
1203
- * @internal
1204
- */
1205
- const filterSensitiveLog: (obj: DeploymentEvent) => any;
1206
- }
1207
1005
  export declare enum DeploymentState {
1208
1006
  BAKING = "BAKING",
1209
1007
  COMPLETE = "COMPLETE",
@@ -1295,12 +1093,6 @@ export interface Deployment {
1295
1093
  */
1296
1094
  AppliedExtensions?: AppliedExtension[];
1297
1095
  }
1298
- export declare namespace Deployment {
1299
- /**
1300
- * @internal
1301
- */
1302
- const filterSensitiveLog: (obj: Deployment) => any;
1303
- }
1304
1096
  export interface GetDeploymentRequest {
1305
1097
  /**
1306
1098
  * <p>The ID of the application that includes the deployment you want to get. </p>
@@ -1315,24 +1107,12 @@ export interface GetDeploymentRequest {
1315
1107
  */
1316
1108
  DeploymentNumber: number | undefined;
1317
1109
  }
1318
- export declare namespace GetDeploymentRequest {
1319
- /**
1320
- * @internal
1321
- */
1322
- const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
1323
- }
1324
1110
  export interface GetDeploymentStrategyRequest {
1325
1111
  /**
1326
1112
  * <p>The ID of the deployment strategy to get.</p>
1327
1113
  */
1328
1114
  DeploymentStrategyId: string | undefined;
1329
1115
  }
1330
- export declare namespace GetDeploymentStrategyRequest {
1331
- /**
1332
- * @internal
1333
- */
1334
- const filterSensitiveLog: (obj: GetDeploymentStrategyRequest) => any;
1335
- }
1336
1116
  export interface GetEnvironmentRequest {
1337
1117
  /**
1338
1118
  * <p>The ID of the application that includes the environment you want to get.</p>
@@ -1343,12 +1123,6 @@ export interface GetEnvironmentRequest {
1343
1123
  */
1344
1124
  EnvironmentId: string | undefined;
1345
1125
  }
1346
- export declare namespace GetEnvironmentRequest {
1347
- /**
1348
- * @internal
1349
- */
1350
- const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
1351
- }
1352
1126
  export interface GetExtensionRequest {
1353
1127
  /**
1354
1128
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
@@ -1360,24 +1134,12 @@ export interface GetExtensionRequest {
1360
1134
  */
1361
1135
  VersionNumber?: number;
1362
1136
  }
1363
- export declare namespace GetExtensionRequest {
1364
- /**
1365
- * @internal
1366
- */
1367
- const filterSensitiveLog: (obj: GetExtensionRequest) => any;
1368
- }
1369
1137
  export interface GetExtensionAssociationRequest {
1370
1138
  /**
1371
1139
  * <p>The extension association ID to get.</p>
1372
1140
  */
1373
1141
  ExtensionAssociationId: string | undefined;
1374
1142
  }
1375
- export declare namespace GetExtensionAssociationRequest {
1376
- /**
1377
- * @internal
1378
- */
1379
- const filterSensitiveLog: (obj: GetExtensionAssociationRequest) => any;
1380
- }
1381
1143
  export interface GetHostedConfigurationVersionRequest {
1382
1144
  /**
1383
1145
  * <p>The application ID.</p>
@@ -1392,12 +1154,6 @@ export interface GetHostedConfigurationVersionRequest {
1392
1154
  */
1393
1155
  VersionNumber: number | undefined;
1394
1156
  }
1395
- export declare namespace GetHostedConfigurationVersionRequest {
1396
- /**
1397
- * @internal
1398
- */
1399
- const filterSensitiveLog: (obj: GetHostedConfigurationVersionRequest) => any;
1400
- }
1401
1157
  export interface Applications {
1402
1158
  /**
1403
1159
  * <p>The elements from this collection.</p>
@@ -1409,12 +1165,6 @@ export interface Applications {
1409
1165
  */
1410
1166
  NextToken?: string;
1411
1167
  }
1412
- export declare namespace Applications {
1413
- /**
1414
- * @internal
1415
- */
1416
- const filterSensitiveLog: (obj: Applications) => any;
1417
- }
1418
1168
  export interface ListApplicationsRequest {
1419
1169
  /**
1420
1170
  * <p>The maximum number of items to return for this call. The call also returns a token that
@@ -1429,12 +1179,6 @@ export interface ListApplicationsRequest {
1429
1179
  */
1430
1180
  NextToken?: string;
1431
1181
  }
1432
- export declare namespace ListApplicationsRequest {
1433
- /**
1434
- * @internal
1435
- */
1436
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1437
- }
1438
1182
  /**
1439
1183
  * <p>A summary of a configuration profile.</p>
1440
1184
  */
@@ -1474,12 +1218,6 @@ export interface ConfigurationProfileSummary {
1474
1218
  */
1475
1219
  Type?: string;
1476
1220
  }
1477
- export declare namespace ConfigurationProfileSummary {
1478
- /**
1479
- * @internal
1480
- */
1481
- const filterSensitiveLog: (obj: ConfigurationProfileSummary) => any;
1482
- }
1483
1221
  export interface ConfigurationProfiles {
1484
1222
  /**
1485
1223
  * <p>The elements from this collection.</p>
@@ -1491,12 +1229,6 @@ export interface ConfigurationProfiles {
1491
1229
  */
1492
1230
  NextToken?: string;
1493
1231
  }
1494
- export declare namespace ConfigurationProfiles {
1495
- /**
1496
- * @internal
1497
- */
1498
- const filterSensitiveLog: (obj: ConfigurationProfiles) => any;
1499
- }
1500
1232
  export interface ListConfigurationProfilesRequest {
1501
1233
  /**
1502
1234
  * <p>The application ID.</p>
@@ -1517,12 +1249,6 @@ export interface ListConfigurationProfilesRequest {
1517
1249
  */
1518
1250
  Type?: string;
1519
1251
  }
1520
- export declare namespace ListConfigurationProfilesRequest {
1521
- /**
1522
- * @internal
1523
- */
1524
- const filterSensitiveLog: (obj: ListConfigurationProfilesRequest) => any;
1525
- }
1526
1252
  /**
1527
1253
  * <p>Information about the deployment.</p>
1528
1254
  */
@@ -1574,12 +1300,6 @@ export interface DeploymentSummary {
1574
1300
  */
1575
1301
  CompletedAt?: Date;
1576
1302
  }
1577
- export declare namespace DeploymentSummary {
1578
- /**
1579
- * @internal
1580
- */
1581
- const filterSensitiveLog: (obj: DeploymentSummary) => any;
1582
- }
1583
1303
  export interface Deployments {
1584
1304
  /**
1585
1305
  * <p>The elements from this collection.</p>
@@ -1591,12 +1311,6 @@ export interface Deployments {
1591
1311
  */
1592
1312
  NextToken?: string;
1593
1313
  }
1594
- export declare namespace Deployments {
1595
- /**
1596
- * @internal
1597
- */
1598
- const filterSensitiveLog: (obj: Deployments) => any;
1599
- }
1600
1314
  export interface ListDeploymentsRequest {
1601
1315
  /**
1602
1316
  * <p>The application ID.</p>
@@ -1619,12 +1333,6 @@ export interface ListDeploymentsRequest {
1619
1333
  */
1620
1334
  NextToken?: string;
1621
1335
  }
1622
- export declare namespace ListDeploymentsRequest {
1623
- /**
1624
- * @internal
1625
- */
1626
- const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
1627
- }
1628
1336
  export interface DeploymentStrategies {
1629
1337
  /**
1630
1338
  * <p>The elements from this collection.</p>
@@ -1636,12 +1344,6 @@ export interface DeploymentStrategies {
1636
1344
  */
1637
1345
  NextToken?: string;
1638
1346
  }
1639
- export declare namespace DeploymentStrategies {
1640
- /**
1641
- * @internal
1642
- */
1643
- const filterSensitiveLog: (obj: DeploymentStrategies) => any;
1644
- }
1645
1347
  export interface ListDeploymentStrategiesRequest {
1646
1348
  /**
1647
1349
  * <p>The maximum number of items to return for this call. The call also returns a token that
@@ -1653,12 +1355,6 @@ export interface ListDeploymentStrategiesRequest {
1653
1355
  */
1654
1356
  NextToken?: string;
1655
1357
  }
1656
- export declare namespace ListDeploymentStrategiesRequest {
1657
- /**
1658
- * @internal
1659
- */
1660
- const filterSensitiveLog: (obj: ListDeploymentStrategiesRequest) => any;
1661
- }
1662
1358
  export interface Environments {
1663
1359
  /**
1664
1360
  * <p>The elements from this collection.</p>
@@ -1670,12 +1366,6 @@ export interface Environments {
1670
1366
  */
1671
1367
  NextToken?: string;
1672
1368
  }
1673
- export declare namespace Environments {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: Environments) => any;
1678
- }
1679
1369
  export interface ListEnvironmentsRequest {
1680
1370
  /**
1681
1371
  * <p>The application ID.</p>
@@ -1691,12 +1381,6 @@ export interface ListEnvironmentsRequest {
1691
1381
  */
1692
1382
  NextToken?: string;
1693
1383
  }
1694
- export declare namespace ListEnvironmentsRequest {
1695
- /**
1696
- * @internal
1697
- */
1698
- const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
1699
- }
1700
1384
  /**
1701
1385
  * <p>Information about an association between an extension and an AppConfig
1702
1386
  * resource such as an application, environment, or configuration profile. Call
@@ -1720,12 +1404,6 @@ export interface ExtensionAssociationSummary {
1720
1404
  */
1721
1405
  ResourceArn?: string;
1722
1406
  }
1723
- export declare namespace ExtensionAssociationSummary {
1724
- /**
1725
- * @internal
1726
- */
1727
- const filterSensitiveLog: (obj: ExtensionAssociationSummary) => any;
1728
- }
1729
1407
  export interface ExtensionAssociations {
1730
1408
  /**
1731
1409
  * <p>The list of extension associations. Each item represents an extension association to an
@@ -1738,12 +1416,6 @@ export interface ExtensionAssociations {
1738
1416
  */
1739
1417
  NextToken?: string;
1740
1418
  }
1741
- export declare namespace ExtensionAssociations {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: ExtensionAssociations) => any;
1746
- }
1747
1419
  export interface ListExtensionAssociationsRequest {
1748
1420
  /**
1749
1421
  * <p>The ARN of an application, configuration profile, or environment.</p>
@@ -1768,12 +1440,6 @@ export interface ListExtensionAssociationsRequest {
1768
1440
  */
1769
1441
  NextToken?: string;
1770
1442
  }
1771
- export declare namespace ListExtensionAssociationsRequest {
1772
- /**
1773
- * @internal
1774
- */
1775
- const filterSensitiveLog: (obj: ListExtensionAssociationsRequest) => any;
1776
- }
1777
1443
  /**
1778
1444
  * <p>Information about an extension. Call <code>GetExtension</code> to get more information
1779
1445
  * about an extension.</p>
@@ -1800,12 +1466,6 @@ export interface ExtensionSummary {
1800
1466
  */
1801
1467
  Description?: string;
1802
1468
  }
1803
- export declare namespace ExtensionSummary {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: ExtensionSummary) => any;
1808
- }
1809
1469
  export interface Extensions {
1810
1470
  /**
1811
1471
  * <p>The list of available extensions. The list includes Amazon Web Services-authored and
@@ -1818,12 +1478,6 @@ export interface Extensions {
1818
1478
  */
1819
1479
  NextToken?: string;
1820
1480
  }
1821
- export declare namespace Extensions {
1822
- /**
1823
- * @internal
1824
- */
1825
- const filterSensitiveLog: (obj: Extensions) => any;
1826
- }
1827
1481
  export interface ListExtensionsRequest {
1828
1482
  /**
1829
1483
  * <p>The maximum number of items to return for this call. The call also returns a token that
@@ -1839,12 +1493,6 @@ export interface ListExtensionsRequest {
1839
1493
  */
1840
1494
  Name?: string;
1841
1495
  }
1842
- export declare namespace ListExtensionsRequest {
1843
- /**
1844
- * @internal
1845
- */
1846
- const filterSensitiveLog: (obj: ListExtensionsRequest) => any;
1847
- }
1848
1496
  /**
1849
1497
  * <p>Information about the configuration.</p>
1850
1498
  */
@@ -1871,12 +1519,6 @@ export interface HostedConfigurationVersionSummary {
1871
1519
  */
1872
1520
  ContentType?: string;
1873
1521
  }
1874
- export declare namespace HostedConfigurationVersionSummary {
1875
- /**
1876
- * @internal
1877
- */
1878
- const filterSensitiveLog: (obj: HostedConfigurationVersionSummary) => any;
1879
- }
1880
1522
  export interface HostedConfigurationVersions {
1881
1523
  /**
1882
1524
  * <p>The elements from this collection.</p>
@@ -1888,12 +1530,6 @@ export interface HostedConfigurationVersions {
1888
1530
  */
1889
1531
  NextToken?: string;
1890
1532
  }
1891
- export declare namespace HostedConfigurationVersions {
1892
- /**
1893
- * @internal
1894
- */
1895
- const filterSensitiveLog: (obj: HostedConfigurationVersions) => any;
1896
- }
1897
1533
  export interface ListHostedConfigurationVersionsRequest {
1898
1534
  /**
1899
1535
  * <p>The application ID.</p>
@@ -1913,24 +1549,12 @@ export interface ListHostedConfigurationVersionsRequest {
1913
1549
  */
1914
1550
  NextToken?: string;
1915
1551
  }
1916
- export declare namespace ListHostedConfigurationVersionsRequest {
1917
- /**
1918
- * @internal
1919
- */
1920
- const filterSensitiveLog: (obj: ListHostedConfigurationVersionsRequest) => any;
1921
- }
1922
1552
  export interface ListTagsForResourceRequest {
1923
1553
  /**
1924
1554
  * <p>The resource ARN.</p>
1925
1555
  */
1926
1556
  ResourceArn: string | undefined;
1927
1557
  }
1928
- export declare namespace ListTagsForResourceRequest {
1929
- /**
1930
- * @internal
1931
- */
1932
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1933
- }
1934
1558
  export interface ResourceTags {
1935
1559
  /**
1936
1560
  * <p>Metadata to assign to AppConfig resources. Tags help organize and categorize
@@ -1939,12 +1563,6 @@ export interface ResourceTags {
1939
1563
  */
1940
1564
  Tags?: Record<string, string>;
1941
1565
  }
1942
- export declare namespace ResourceTags {
1943
- /**
1944
- * @internal
1945
- */
1946
- const filterSensitiveLog: (obj: ResourceTags) => any;
1947
- }
1948
1566
  export interface StartDeploymentRequest {
1949
1567
  /**
1950
1568
  * <p>The application ID.</p>
@@ -1976,12 +1594,6 @@ export interface StartDeploymentRequest {
1976
1594
  */
1977
1595
  Tags?: Record<string, string>;
1978
1596
  }
1979
- export declare namespace StartDeploymentRequest {
1980
- /**
1981
- * @internal
1982
- */
1983
- const filterSensitiveLog: (obj: StartDeploymentRequest) => any;
1984
- }
1985
1597
  export interface StopDeploymentRequest {
1986
1598
  /**
1987
1599
  * <p>The application ID.</p>
@@ -1996,12 +1608,6 @@ export interface StopDeploymentRequest {
1996
1608
  */
1997
1609
  DeploymentNumber: number | undefined;
1998
1610
  }
1999
- export declare namespace StopDeploymentRequest {
2000
- /**
2001
- * @internal
2002
- */
2003
- const filterSensitiveLog: (obj: StopDeploymentRequest) => any;
2004
- }
2005
1611
  export interface TagResourceRequest {
2006
1612
  /**
2007
1613
  * <p>The ARN of the resource for which to retrieve tags.</p>
@@ -2014,12 +1620,6 @@ export interface TagResourceRequest {
2014
1620
  */
2015
1621
  Tags: Record<string, string> | undefined;
2016
1622
  }
2017
- export declare namespace TagResourceRequest {
2018
- /**
2019
- * @internal
2020
- */
2021
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2022
- }
2023
1623
  export interface UntagResourceRequest {
2024
1624
  /**
2025
1625
  * <p>The ARN of the resource for which to remove tags.</p>
@@ -2030,12 +1630,6 @@ export interface UntagResourceRequest {
2030
1630
  */
2031
1631
  TagKeys: string[] | undefined;
2032
1632
  }
2033
- export declare namespace UntagResourceRequest {
2034
- /**
2035
- * @internal
2036
- */
2037
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2038
- }
2039
1633
  export interface UpdateApplicationRequest {
2040
1634
  /**
2041
1635
  * <p>The application ID.</p>
@@ -2050,12 +1644,6 @@ export interface UpdateApplicationRequest {
2050
1644
  */
2051
1645
  Description?: string;
2052
1646
  }
2053
- export declare namespace UpdateApplicationRequest {
2054
- /**
2055
- * @internal
2056
- */
2057
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
2058
- }
2059
1647
  export interface UpdateConfigurationProfileRequest {
2060
1648
  /**
2061
1649
  * <p>The application ID.</p>
@@ -2083,12 +1671,6 @@ export interface UpdateConfigurationProfileRequest {
2083
1671
  */
2084
1672
  Validators?: Validator[];
2085
1673
  }
2086
- export declare namespace UpdateConfigurationProfileRequest {
2087
- /**
2088
- * @internal
2089
- */
2090
- const filterSensitiveLog: (obj: UpdateConfigurationProfileRequest) => any;
2091
- }
2092
1674
  export interface UpdateDeploymentStrategyRequest {
2093
1675
  /**
2094
1676
  * <p>The deployment strategy ID.</p>
@@ -2145,12 +1727,6 @@ export interface UpdateDeploymentStrategyRequest {
2145
1727
  */
2146
1728
  GrowthType?: GrowthType | string;
2147
1729
  }
2148
- export declare namespace UpdateDeploymentStrategyRequest {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: UpdateDeploymentStrategyRequest) => any;
2153
- }
2154
1730
  export interface UpdateEnvironmentRequest {
2155
1731
  /**
2156
1732
  * <p>The application ID.</p>
@@ -2173,12 +1749,6 @@ export interface UpdateEnvironmentRequest {
2173
1749
  */
2174
1750
  Monitors?: Monitor[];
2175
1751
  }
2176
- export declare namespace UpdateEnvironmentRequest {
2177
- /**
2178
- * @internal
2179
- */
2180
- const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
2181
- }
2182
1752
  export interface UpdateExtensionRequest {
2183
1753
  /**
2184
1754
  * <p>The name, the ID, or the Amazon Resource Name (ARN) of the extension.</p>
@@ -2201,12 +1771,6 @@ export interface UpdateExtensionRequest {
2201
1771
  */
2202
1772
  VersionNumber?: number;
2203
1773
  }
2204
- export declare namespace UpdateExtensionRequest {
2205
- /**
2206
- * @internal
2207
- */
2208
- const filterSensitiveLog: (obj: UpdateExtensionRequest) => any;
2209
- }
2210
1774
  export interface UpdateExtensionAssociationRequest {
2211
1775
  /**
2212
1776
  * <p>The system-generated ID for the association.</p>
@@ -2217,12 +1781,6 @@ export interface UpdateExtensionAssociationRequest {
2217
1781
  */
2218
1782
  Parameters?: Record<string, string>;
2219
1783
  }
2220
- export declare namespace UpdateExtensionAssociationRequest {
2221
- /**
2222
- * @internal
2223
- */
2224
- const filterSensitiveLog: (obj: UpdateExtensionAssociationRequest) => any;
2225
- }
2226
1784
  export interface ValidateConfigurationRequest {
2227
1785
  /**
2228
1786
  * <p>The application ID.</p>
@@ -2237,9 +1795,303 @@ export interface ValidateConfigurationRequest {
2237
1795
  */
2238
1796
  ConfigurationVersion: string | undefined;
2239
1797
  }
2240
- export declare namespace ValidateConfigurationRequest {
2241
- /**
2242
- * @internal
2243
- */
2244
- const filterSensitiveLog: (obj: ValidateConfigurationRequest) => any;
2245
- }
1798
+ /**
1799
+ * @internal
1800
+ */
1801
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
1802
+ /**
1803
+ * @internal
1804
+ */
1805
+ export declare const ActionInvocationFilterSensitiveLog: (obj: ActionInvocation) => any;
1806
+ /**
1807
+ * @internal
1808
+ */
1809
+ export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
1810
+ /**
1811
+ * @internal
1812
+ */
1813
+ export declare const InvalidConfigurationDetailFilterSensitiveLog: (obj: InvalidConfigurationDetail) => any;
1814
+ /**
1815
+ * @internal
1816
+ */
1817
+ export declare const BadRequestDetailsFilterSensitiveLog: (obj: BadRequestDetails) => any;
1818
+ /**
1819
+ * @internal
1820
+ */
1821
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
1822
+ /**
1823
+ * @internal
1824
+ */
1825
+ export declare const ValidatorFilterSensitiveLog: (obj: Validator) => any;
1826
+ /**
1827
+ * @internal
1828
+ */
1829
+ export declare const ConfigurationProfileFilterSensitiveLog: (obj: ConfigurationProfile) => any;
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ export declare const CreateConfigurationProfileRequestFilterSensitiveLog: (obj: CreateConfigurationProfileRequest) => any;
1834
+ /**
1835
+ * @internal
1836
+ */
1837
+ export declare const CreateDeploymentStrategyRequestFilterSensitiveLog: (obj: CreateDeploymentStrategyRequest) => any;
1838
+ /**
1839
+ * @internal
1840
+ */
1841
+ export declare const DeploymentStrategyFilterSensitiveLog: (obj: DeploymentStrategy) => any;
1842
+ /**
1843
+ * @internal
1844
+ */
1845
+ export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
1846
+ /**
1847
+ * @internal
1848
+ */
1849
+ export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
1850
+ /**
1851
+ * @internal
1852
+ */
1853
+ export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
1854
+ /**
1855
+ * @internal
1856
+ */
1857
+ export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
1858
+ /**
1859
+ * @internal
1860
+ */
1861
+ export declare const CreateExtensionRequestFilterSensitiveLog: (obj: CreateExtensionRequest) => any;
1862
+ /**
1863
+ * @internal
1864
+ */
1865
+ export declare const ExtensionFilterSensitiveLog: (obj: Extension) => any;
1866
+ /**
1867
+ * @internal
1868
+ */
1869
+ export declare const CreateExtensionAssociationRequestFilterSensitiveLog: (obj: CreateExtensionAssociationRequest) => any;
1870
+ /**
1871
+ * @internal
1872
+ */
1873
+ export declare const ExtensionAssociationFilterSensitiveLog: (obj: ExtensionAssociation) => any;
1874
+ /**
1875
+ * @internal
1876
+ */
1877
+ export declare const CreateHostedConfigurationVersionRequestFilterSensitiveLog: (obj: CreateHostedConfigurationVersionRequest) => any;
1878
+ /**
1879
+ * @internal
1880
+ */
1881
+ export declare const HostedConfigurationVersionFilterSensitiveLog: (obj: HostedConfigurationVersion) => any;
1882
+ /**
1883
+ * @internal
1884
+ */
1885
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
1886
+ /**
1887
+ * @internal
1888
+ */
1889
+ export declare const DeleteConfigurationProfileRequestFilterSensitiveLog: (obj: DeleteConfigurationProfileRequest) => any;
1890
+ /**
1891
+ * @internal
1892
+ */
1893
+ export declare const DeleteDeploymentStrategyRequestFilterSensitiveLog: (obj: DeleteDeploymentStrategyRequest) => any;
1894
+ /**
1895
+ * @internal
1896
+ */
1897
+ export declare const DeleteEnvironmentRequestFilterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
1898
+ /**
1899
+ * @internal
1900
+ */
1901
+ export declare const DeleteExtensionRequestFilterSensitiveLog: (obj: DeleteExtensionRequest) => any;
1902
+ /**
1903
+ * @internal
1904
+ */
1905
+ export declare const DeleteExtensionAssociationRequestFilterSensitiveLog: (obj: DeleteExtensionAssociationRequest) => any;
1906
+ /**
1907
+ * @internal
1908
+ */
1909
+ export declare const DeleteHostedConfigurationVersionRequestFilterSensitiveLog: (obj: DeleteHostedConfigurationVersionRequest) => any;
1910
+ /**
1911
+ * @internal
1912
+ */
1913
+ export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
1914
+ /**
1915
+ * @internal
1916
+ */
1917
+ export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
1918
+ /**
1919
+ * @internal
1920
+ */
1921
+ export declare const GetConfigurationRequestFilterSensitiveLog: (obj: GetConfigurationRequest) => any;
1922
+ /**
1923
+ * @internal
1924
+ */
1925
+ export declare const GetConfigurationProfileRequestFilterSensitiveLog: (obj: GetConfigurationProfileRequest) => any;
1926
+ /**
1927
+ * @internal
1928
+ */
1929
+ export declare const AppliedExtensionFilterSensitiveLog: (obj: AppliedExtension) => any;
1930
+ /**
1931
+ * @internal
1932
+ */
1933
+ export declare const DeploymentEventFilterSensitiveLog: (obj: DeploymentEvent) => any;
1934
+ /**
1935
+ * @internal
1936
+ */
1937
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
1938
+ /**
1939
+ * @internal
1940
+ */
1941
+ export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
1942
+ /**
1943
+ * @internal
1944
+ */
1945
+ export declare const GetDeploymentStrategyRequestFilterSensitiveLog: (obj: GetDeploymentStrategyRequest) => any;
1946
+ /**
1947
+ * @internal
1948
+ */
1949
+ export declare const GetEnvironmentRequestFilterSensitiveLog: (obj: GetEnvironmentRequest) => any;
1950
+ /**
1951
+ * @internal
1952
+ */
1953
+ export declare const GetExtensionRequestFilterSensitiveLog: (obj: GetExtensionRequest) => any;
1954
+ /**
1955
+ * @internal
1956
+ */
1957
+ export declare const GetExtensionAssociationRequestFilterSensitiveLog: (obj: GetExtensionAssociationRequest) => any;
1958
+ /**
1959
+ * @internal
1960
+ */
1961
+ export declare const GetHostedConfigurationVersionRequestFilterSensitiveLog: (obj: GetHostedConfigurationVersionRequest) => any;
1962
+ /**
1963
+ * @internal
1964
+ */
1965
+ export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
1966
+ /**
1967
+ * @internal
1968
+ */
1969
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
1970
+ /**
1971
+ * @internal
1972
+ */
1973
+ export declare const ConfigurationProfileSummaryFilterSensitiveLog: (obj: ConfigurationProfileSummary) => any;
1974
+ /**
1975
+ * @internal
1976
+ */
1977
+ export declare const ConfigurationProfilesFilterSensitiveLog: (obj: ConfigurationProfiles) => any;
1978
+ /**
1979
+ * @internal
1980
+ */
1981
+ export declare const ListConfigurationProfilesRequestFilterSensitiveLog: (obj: ListConfigurationProfilesRequest) => any;
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare const DeploymentSummaryFilterSensitiveLog: (obj: DeploymentSummary) => any;
1986
+ /**
1987
+ * @internal
1988
+ */
1989
+ export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
1990
+ /**
1991
+ * @internal
1992
+ */
1993
+ export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
1994
+ /**
1995
+ * @internal
1996
+ */
1997
+ export declare const DeploymentStrategiesFilterSensitiveLog: (obj: DeploymentStrategies) => any;
1998
+ /**
1999
+ * @internal
2000
+ */
2001
+ export declare const ListDeploymentStrategiesRequestFilterSensitiveLog: (obj: ListDeploymentStrategiesRequest) => any;
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare const EnvironmentsFilterSensitiveLog: (obj: Environments) => any;
2006
+ /**
2007
+ * @internal
2008
+ */
2009
+ export declare const ListEnvironmentsRequestFilterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
2010
+ /**
2011
+ * @internal
2012
+ */
2013
+ export declare const ExtensionAssociationSummaryFilterSensitiveLog: (obj: ExtensionAssociationSummary) => any;
2014
+ /**
2015
+ * @internal
2016
+ */
2017
+ export declare const ExtensionAssociationsFilterSensitiveLog: (obj: ExtensionAssociations) => any;
2018
+ /**
2019
+ * @internal
2020
+ */
2021
+ export declare const ListExtensionAssociationsRequestFilterSensitiveLog: (obj: ListExtensionAssociationsRequest) => any;
2022
+ /**
2023
+ * @internal
2024
+ */
2025
+ export declare const ExtensionSummaryFilterSensitiveLog: (obj: ExtensionSummary) => any;
2026
+ /**
2027
+ * @internal
2028
+ */
2029
+ export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ export declare const ListExtensionsRequestFilterSensitiveLog: (obj: ListExtensionsRequest) => any;
2034
+ /**
2035
+ * @internal
2036
+ */
2037
+ export declare const HostedConfigurationVersionSummaryFilterSensitiveLog: (obj: HostedConfigurationVersionSummary) => any;
2038
+ /**
2039
+ * @internal
2040
+ */
2041
+ export declare const HostedConfigurationVersionsFilterSensitiveLog: (obj: HostedConfigurationVersions) => any;
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ export declare const ListHostedConfigurationVersionsRequestFilterSensitiveLog: (obj: ListHostedConfigurationVersionsRequest) => any;
2046
+ /**
2047
+ * @internal
2048
+ */
2049
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2050
+ /**
2051
+ * @internal
2052
+ */
2053
+ export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
2054
+ /**
2055
+ * @internal
2056
+ */
2057
+ export declare const StartDeploymentRequestFilterSensitiveLog: (obj: StartDeploymentRequest) => any;
2058
+ /**
2059
+ * @internal
2060
+ */
2061
+ export declare const StopDeploymentRequestFilterSensitiveLog: (obj: StopDeploymentRequest) => any;
2062
+ /**
2063
+ * @internal
2064
+ */
2065
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2066
+ /**
2067
+ * @internal
2068
+ */
2069
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2070
+ /**
2071
+ * @internal
2072
+ */
2073
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
2074
+ /**
2075
+ * @internal
2076
+ */
2077
+ export declare const UpdateConfigurationProfileRequestFilterSensitiveLog: (obj: UpdateConfigurationProfileRequest) => any;
2078
+ /**
2079
+ * @internal
2080
+ */
2081
+ export declare const UpdateDeploymentStrategyRequestFilterSensitiveLog: (obj: UpdateDeploymentStrategyRequest) => any;
2082
+ /**
2083
+ * @internal
2084
+ */
2085
+ export declare const UpdateEnvironmentRequestFilterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
2086
+ /**
2087
+ * @internal
2088
+ */
2089
+ export declare const UpdateExtensionRequestFilterSensitiveLog: (obj: UpdateExtensionRequest) => any;
2090
+ /**
2091
+ * @internal
2092
+ */
2093
+ export declare const UpdateExtensionAssociationRequestFilterSensitiveLog: (obj: UpdateExtensionAssociationRequest) => any;
2094
+ /**
2095
+ * @internal
2096
+ */
2097
+ export declare const ValidateConfigurationRequestFilterSensitiveLog: (obj: ValidateConfigurationRequest) => any;