@aws-sdk/client-serverlessapplicationrepository 3.131.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 (34) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
  7. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  8. package/dist-cjs/commands/GetApplicationPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/ListApplicationDependenciesCommand.js +2 -2
  11. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  12. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  13. package/dist-cjs/commands/PutApplicationPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/UnshareApplicationCommand.js +1 -1
  15. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  16. package/dist-cjs/models/models_0.js +145 -217
  17. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  18. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
  19. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +3 -3
  20. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +3 -3
  21. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  22. package/dist-es/commands/GetApplicationCommand.js +3 -3
  23. package/dist-es/commands/GetApplicationPolicyCommand.js +3 -3
  24. package/dist-es/commands/GetCloudFormationTemplateCommand.js +3 -3
  25. package/dist-es/commands/ListApplicationDependenciesCommand.js +3 -3
  26. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  27. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  28. package/dist-es/commands/PutApplicationPolicyCommand.js +3 -3
  29. package/dist-es/commands/UnshareApplicationCommand.js +2 -2
  30. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  31. package/dist-es/models/models_0.js +36 -144
  32. package/dist-types/models/models_0.d.ts +144 -216
  33. package/dist-types/ts3.4/models/models_0.d.ts +72 -144
  34. package/package.json +6 -6
@@ -13,12 +13,6 @@ export interface ApplicationDependencySummary {
13
13
  */
14
14
  SemanticVersion: string | undefined;
15
15
  }
16
- export declare namespace ApplicationDependencySummary {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: ApplicationDependencySummary) => any;
21
- }
22
16
  /**
23
17
  * <p>Policy statement applied to the application.</p>
24
18
  */
@@ -41,12 +35,6 @@ export interface ApplicationPolicyStatement {
41
35
  */
42
36
  StatementId?: string;
43
37
  }
44
- export declare namespace ApplicationPolicyStatement {
45
- /**
46
- * @internal
47
- */
48
- const filterSensitiveLog: (obj: ApplicationPolicyStatement) => any;
49
- }
50
38
  /**
51
39
  * <p>Summary of details about the application.</p>
52
40
  */
@@ -84,12 +72,6 @@ export interface ApplicationSummary {
84
72
  */
85
73
  SpdxLicenseId?: string;
86
74
  }
87
- export declare namespace ApplicationSummary {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: ApplicationSummary) => any;
92
- }
93
75
  export declare enum Capability {
94
76
  CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
95
77
  CAPABILITY_IAM = "CAPABILITY_IAM",
@@ -170,12 +152,6 @@ export interface ParameterDefinition {
170
152
  */
171
153
  Type?: string;
172
154
  }
173
- export declare namespace ParameterDefinition {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: ParameterDefinition) => any;
178
- }
179
155
  /**
180
156
  * <p>Parameter value of the application.</p>
181
157
  */
@@ -190,12 +166,6 @@ export interface ParameterValue {
190
166
  */
191
167
  Value: string | undefined;
192
168
  }
193
- export declare namespace ParameterValue {
194
- /**
195
- * @internal
196
- */
197
- const filterSensitiveLog: (obj: ParameterValue) => any;
198
- }
199
169
  /**
200
170
  * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
201
171
  * </i> Data Type.</p>
@@ -212,12 +182,6 @@ export interface RollbackTrigger {
212
182
  */
213
183
  Type: string | undefined;
214
184
  }
215
- export declare namespace RollbackTrigger {
216
- /**
217
- * @internal
218
- */
219
- const filterSensitiveLog: (obj: RollbackTrigger) => any;
220
- }
221
185
  /**
222
186
  * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
223
187
  * </i> Data Type.</p>
@@ -236,12 +200,6 @@ export interface Tag {
236
200
  */
237
201
  Value: string | undefined;
238
202
  }
239
- export declare namespace Tag {
240
- /**
241
- * @internal
242
- */
243
- const filterSensitiveLog: (obj: Tag) => any;
244
- }
245
203
  /**
246
204
  * <p>An application version summary.</p>
247
205
  */
@@ -265,12 +223,6 @@ export interface VersionSummary {
265
223
  */
266
224
  SourceCodeUrl?: string;
267
225
  }
268
- export declare namespace VersionSummary {
269
- /**
270
- * @internal
271
- */
272
- const filterSensitiveLog: (obj: VersionSummary) => any;
273
- }
274
226
  /**
275
227
  * <p>One of the parameters in the request is invalid.</p>
276
228
  */
@@ -376,12 +328,6 @@ export interface CreateApplicationRequest {
376
328
  */
377
329
  TemplateUrl?: string;
378
330
  }
379
- export declare namespace CreateApplicationRequest {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
384
- }
385
331
  /**
386
332
  * <p>Application version details.</p>
387
333
  */
@@ -448,12 +394,6 @@ export interface Version {
448
394
  */
449
395
  TemplateUrl: string | undefined;
450
396
  }
451
- export declare namespace Version {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: Version) => any;
456
- }
457
397
  export interface CreateApplicationResponse {
458
398
  /**
459
399
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -508,12 +448,6 @@ export interface CreateApplicationResponse {
508
448
  */
509
449
  Version?: Version;
510
450
  }
511
- export declare namespace CreateApplicationResponse {
512
- /**
513
- * @internal
514
- */
515
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
516
- }
517
451
  /**
518
452
  * <p>The client is not authenticated.</p>
519
453
  */
@@ -597,12 +531,6 @@ export interface CreateApplicationVersionRequest {
597
531
  */
598
532
  TemplateUrl?: string;
599
533
  }
600
- export declare namespace CreateApplicationVersionRequest {
601
- /**
602
- * @internal
603
- */
604
- const filterSensitiveLog: (obj: CreateApplicationVersionRequest) => any;
605
- }
606
534
  export interface CreateApplicationVersionResponse {
607
535
  /**
608
536
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -666,12 +594,6 @@ export interface CreateApplicationVersionResponse {
666
594
  */
667
595
  TemplateUrl?: string;
668
596
  }
669
- export declare namespace CreateApplicationVersionResponse {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: CreateApplicationVersionResponse) => any;
674
- }
675
597
  /**
676
598
  * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
677
599
  * </i> Data Type.</p>
@@ -688,12 +610,6 @@ export interface RollbackConfiguration {
688
610
  */
689
611
  RollbackTriggers?: RollbackTrigger[];
690
612
  }
691
- export declare namespace RollbackConfiguration {
692
- /**
693
- * @internal
694
- */
695
- const filterSensitiveLog: (obj: RollbackConfiguration) => any;
696
- }
697
613
  export interface CreateCloudFormationChangeSetRequest {
698
614
  /**
699
615
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -780,12 +696,6 @@ export interface CreateCloudFormationChangeSetRequest {
780
696
  */
781
697
  TemplateId?: string;
782
698
  }
783
- export declare namespace CreateCloudFormationChangeSetRequest {
784
- /**
785
- * @internal
786
- */
787
- const filterSensitiveLog: (obj: CreateCloudFormationChangeSetRequest) => any;
788
- }
789
699
  export interface CreateCloudFormationChangeSetResponse {
790
700
  /**
791
701
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -806,12 +716,6 @@ export interface CreateCloudFormationChangeSetResponse {
806
716
  */
807
717
  StackId?: string;
808
718
  }
809
- export declare namespace CreateCloudFormationChangeSetResponse {
810
- /**
811
- * @internal
812
- */
813
- const filterSensitiveLog: (obj: CreateCloudFormationChangeSetResponse) => any;
814
- }
815
719
  export interface CreateCloudFormationTemplateRequest {
816
720
  /**
817
721
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -824,12 +728,6 @@ export interface CreateCloudFormationTemplateRequest {
824
728
  */
825
729
  SemanticVersion?: string;
826
730
  }
827
- export declare namespace CreateCloudFormationTemplateRequest {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: CreateCloudFormationTemplateRequest) => any;
832
- }
833
731
  export declare enum Status {
834
732
  ACTIVE = "ACTIVE",
835
733
  EXPIRED = "EXPIRED",
@@ -870,12 +768,6 @@ export interface CreateCloudFormationTemplateResponse {
870
768
  */
871
769
  TemplateUrl?: string;
872
770
  }
873
- export declare namespace CreateCloudFormationTemplateResponse {
874
- /**
875
- * @internal
876
- */
877
- const filterSensitiveLog: (obj: CreateCloudFormationTemplateResponse) => any;
878
- }
879
771
  /**
880
772
  * <p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>
881
773
  */
@@ -901,12 +793,6 @@ export interface DeleteApplicationRequest {
901
793
  */
902
794
  ApplicationId: string | undefined;
903
795
  }
904
- export declare namespace DeleteApplicationRequest {
905
- /**
906
- * @internal
907
- */
908
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
909
- }
910
796
  export interface GetApplicationRequest {
911
797
  /**
912
798
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -917,12 +803,6 @@ export interface GetApplicationRequest {
917
803
  */
918
804
  SemanticVersion?: string;
919
805
  }
920
- export declare namespace GetApplicationRequest {
921
- /**
922
- * @internal
923
- */
924
- const filterSensitiveLog: (obj: GetApplicationRequest) => any;
925
- }
926
806
  export interface GetApplicationResponse {
927
807
  /**
928
808
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -977,36 +857,18 @@ export interface GetApplicationResponse {
977
857
  */
978
858
  Version?: Version;
979
859
  }
980
- export declare namespace GetApplicationResponse {
981
- /**
982
- * @internal
983
- */
984
- const filterSensitiveLog: (obj: GetApplicationResponse) => any;
985
- }
986
860
  export interface GetApplicationPolicyRequest {
987
861
  /**
988
862
  * <p>The Amazon Resource Name (ARN) of the application.</p>
989
863
  */
990
864
  ApplicationId: string | undefined;
991
865
  }
992
- export declare namespace GetApplicationPolicyRequest {
993
- /**
994
- * @internal
995
- */
996
- const filterSensitiveLog: (obj: GetApplicationPolicyRequest) => any;
997
- }
998
866
  export interface GetApplicationPolicyResponse {
999
867
  /**
1000
868
  * <p>An array of policy statements applied to the application.</p>
1001
869
  */
1002
870
  Statements?: ApplicationPolicyStatement[];
1003
871
  }
1004
- export declare namespace GetApplicationPolicyResponse {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: GetApplicationPolicyResponse) => any;
1009
- }
1010
872
  export interface GetCloudFormationTemplateRequest {
1011
873
  /**
1012
874
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1017,12 +879,6 @@ export interface GetCloudFormationTemplateRequest {
1017
879
  */
1018
880
  TemplateId: string | undefined;
1019
881
  }
1020
- export declare namespace GetCloudFormationTemplateRequest {
1021
- /**
1022
- * @internal
1023
- */
1024
- const filterSensitiveLog: (obj: GetCloudFormationTemplateRequest) => any;
1025
- }
1026
882
  export interface GetCloudFormationTemplateResponse {
1027
883
  /**
1028
884
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -1058,12 +914,6 @@ export interface GetCloudFormationTemplateResponse {
1058
914
  */
1059
915
  TemplateUrl?: string;
1060
916
  }
1061
- export declare namespace GetCloudFormationTemplateResponse {
1062
- /**
1063
- * @internal
1064
- */
1065
- const filterSensitiveLog: (obj: GetCloudFormationTemplateResponse) => any;
1066
- }
1067
917
  export interface ListApplicationDependenciesRequest {
1068
918
  /**
1069
919
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1082,12 +932,6 @@ export interface ListApplicationDependenciesRequest {
1082
932
  */
1083
933
  SemanticVersion?: string;
1084
934
  }
1085
- export declare namespace ListApplicationDependenciesRequest {
1086
- /**
1087
- * @internal
1088
- */
1089
- const filterSensitiveLog: (obj: ListApplicationDependenciesRequest) => any;
1090
- }
1091
935
  export interface ListApplicationDependenciesResponse {
1092
936
  /**
1093
937
  * <p>An array of application summaries nested in the application.</p>
@@ -1098,12 +942,6 @@ export interface ListApplicationDependenciesResponse {
1098
942
  */
1099
943
  NextToken?: string;
1100
944
  }
1101
- export declare namespace ListApplicationDependenciesResponse {
1102
- /**
1103
- * @internal
1104
- */
1105
- const filterSensitiveLog: (obj: ListApplicationDependenciesResponse) => any;
1106
- }
1107
945
  export interface ListApplicationsRequest {
1108
946
  /**
1109
947
  * <p>The total number of items to return.</p>
@@ -1114,12 +952,6 @@ export interface ListApplicationsRequest {
1114
952
  */
1115
953
  NextToken?: string;
1116
954
  }
1117
- export declare namespace ListApplicationsRequest {
1118
- /**
1119
- * @internal
1120
- */
1121
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1122
- }
1123
955
  export interface ListApplicationsResponse {
1124
956
  /**
1125
957
  * <p>An array of application summaries.</p>
@@ -1130,12 +962,6 @@ export interface ListApplicationsResponse {
1130
962
  */
1131
963
  NextToken?: string;
1132
964
  }
1133
- export declare namespace ListApplicationsResponse {
1134
- /**
1135
- * @internal
1136
- */
1137
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
1138
- }
1139
965
  export interface ListApplicationVersionsRequest {
1140
966
  /**
1141
967
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1150,12 +976,6 @@ export interface ListApplicationVersionsRequest {
1150
976
  */
1151
977
  NextToken?: string;
1152
978
  }
1153
- export declare namespace ListApplicationVersionsRequest {
1154
- /**
1155
- * @internal
1156
- */
1157
- const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
1158
- }
1159
979
  export interface ListApplicationVersionsResponse {
1160
980
  /**
1161
981
  * <p>The token to request the next page of results.</p>
@@ -1166,12 +986,6 @@ export interface ListApplicationVersionsResponse {
1166
986
  */
1167
987
  Versions?: VersionSummary[];
1168
988
  }
1169
- export declare namespace ListApplicationVersionsResponse {
1170
- /**
1171
- * @internal
1172
- */
1173
- const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
1174
- }
1175
989
  export interface PutApplicationPolicyRequest {
1176
990
  /**
1177
991
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1182,24 +996,12 @@ export interface PutApplicationPolicyRequest {
1182
996
  */
1183
997
  Statements: ApplicationPolicyStatement[] | undefined;
1184
998
  }
1185
- export declare namespace PutApplicationPolicyRequest {
1186
- /**
1187
- * @internal
1188
- */
1189
- const filterSensitiveLog: (obj: PutApplicationPolicyRequest) => any;
1190
- }
1191
999
  export interface PutApplicationPolicyResponse {
1192
1000
  /**
1193
1001
  * <p>An array of policy statements applied to the application.</p>
1194
1002
  */
1195
1003
  Statements?: ApplicationPolicyStatement[];
1196
1004
  }
1197
- export declare namespace PutApplicationPolicyResponse {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: PutApplicationPolicyResponse) => any;
1202
- }
1203
1005
  export interface UnshareApplicationRequest {
1204
1006
  /**
1205
1007
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1210,12 +1012,6 @@ export interface UnshareApplicationRequest {
1210
1012
  */
1211
1013
  OrganizationId: string | undefined;
1212
1014
  }
1213
- export declare namespace UnshareApplicationRequest {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: UnshareApplicationRequest) => any;
1218
- }
1219
1015
  export interface UpdateApplicationRequest {
1220
1016
  /**
1221
1017
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -1246,12 +1042,6 @@ export interface UpdateApplicationRequest {
1246
1042
  */
1247
1043
  ReadmeUrl?: string;
1248
1044
  }
1249
- export declare namespace UpdateApplicationRequest {
1250
- /**
1251
- * @internal
1252
- */
1253
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1254
- }
1255
1045
  export interface UpdateApplicationResponse {
1256
1046
  /**
1257
1047
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -1306,9 +1096,147 @@ export interface UpdateApplicationResponse {
1306
1096
  */
1307
1097
  Version?: Version;
1308
1098
  }
1309
- export declare namespace UpdateApplicationResponse {
1310
- /**
1311
- * @internal
1312
- */
1313
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1314
- }
1099
+ /**
1100
+ * @internal
1101
+ */
1102
+ export declare const ApplicationDependencySummaryFilterSensitiveLog: (obj: ApplicationDependencySummary) => any;
1103
+ /**
1104
+ * @internal
1105
+ */
1106
+ export declare const ApplicationPolicyStatementFilterSensitiveLog: (obj: ApplicationPolicyStatement) => any;
1107
+ /**
1108
+ * @internal
1109
+ */
1110
+ export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
1111
+ /**
1112
+ * @internal
1113
+ */
1114
+ export declare const ParameterDefinitionFilterSensitiveLog: (obj: ParameterDefinition) => any;
1115
+ /**
1116
+ * @internal
1117
+ */
1118
+ export declare const ParameterValueFilterSensitiveLog: (obj: ParameterValue) => any;
1119
+ /**
1120
+ * @internal
1121
+ */
1122
+ export declare const RollbackTriggerFilterSensitiveLog: (obj: RollbackTrigger) => any;
1123
+ /**
1124
+ * @internal
1125
+ */
1126
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1127
+ /**
1128
+ * @internal
1129
+ */
1130
+ export declare const VersionSummaryFilterSensitiveLog: (obj: VersionSummary) => any;
1131
+ /**
1132
+ * @internal
1133
+ */
1134
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
1135
+ /**
1136
+ * @internal
1137
+ */
1138
+ export declare const VersionFilterSensitiveLog: (obj: Version) => any;
1139
+ /**
1140
+ * @internal
1141
+ */
1142
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
1143
+ /**
1144
+ * @internal
1145
+ */
1146
+ export declare const CreateApplicationVersionRequestFilterSensitiveLog: (obj: CreateApplicationVersionRequest) => any;
1147
+ /**
1148
+ * @internal
1149
+ */
1150
+ export declare const CreateApplicationVersionResponseFilterSensitiveLog: (obj: CreateApplicationVersionResponse) => any;
1151
+ /**
1152
+ * @internal
1153
+ */
1154
+ export declare const RollbackConfigurationFilterSensitiveLog: (obj: RollbackConfiguration) => any;
1155
+ /**
1156
+ * @internal
1157
+ */
1158
+ export declare const CreateCloudFormationChangeSetRequestFilterSensitiveLog: (obj: CreateCloudFormationChangeSetRequest) => any;
1159
+ /**
1160
+ * @internal
1161
+ */
1162
+ export declare const CreateCloudFormationChangeSetResponseFilterSensitiveLog: (obj: CreateCloudFormationChangeSetResponse) => any;
1163
+ /**
1164
+ * @internal
1165
+ */
1166
+ export declare const CreateCloudFormationTemplateRequestFilterSensitiveLog: (obj: CreateCloudFormationTemplateRequest) => any;
1167
+ /**
1168
+ * @internal
1169
+ */
1170
+ export declare const CreateCloudFormationTemplateResponseFilterSensitiveLog: (obj: CreateCloudFormationTemplateResponse) => any;
1171
+ /**
1172
+ * @internal
1173
+ */
1174
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
1175
+ /**
1176
+ * @internal
1177
+ */
1178
+ export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
1179
+ /**
1180
+ * @internal
1181
+ */
1182
+ export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
1183
+ /**
1184
+ * @internal
1185
+ */
1186
+ export declare const GetApplicationPolicyRequestFilterSensitiveLog: (obj: GetApplicationPolicyRequest) => any;
1187
+ /**
1188
+ * @internal
1189
+ */
1190
+ export declare const GetApplicationPolicyResponseFilterSensitiveLog: (obj: GetApplicationPolicyResponse) => any;
1191
+ /**
1192
+ * @internal
1193
+ */
1194
+ export declare const GetCloudFormationTemplateRequestFilterSensitiveLog: (obj: GetCloudFormationTemplateRequest) => any;
1195
+ /**
1196
+ * @internal
1197
+ */
1198
+ export declare const GetCloudFormationTemplateResponseFilterSensitiveLog: (obj: GetCloudFormationTemplateResponse) => any;
1199
+ /**
1200
+ * @internal
1201
+ */
1202
+ export declare const ListApplicationDependenciesRequestFilterSensitiveLog: (obj: ListApplicationDependenciesRequest) => any;
1203
+ /**
1204
+ * @internal
1205
+ */
1206
+ export declare const ListApplicationDependenciesResponseFilterSensitiveLog: (obj: ListApplicationDependenciesResponse) => any;
1207
+ /**
1208
+ * @internal
1209
+ */
1210
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
1211
+ /**
1212
+ * @internal
1213
+ */
1214
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
1215
+ /**
1216
+ * @internal
1217
+ */
1218
+ export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
1219
+ /**
1220
+ * @internal
1221
+ */
1222
+ export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
1223
+ /**
1224
+ * @internal
1225
+ */
1226
+ export declare const PutApplicationPolicyRequestFilterSensitiveLog: (obj: PutApplicationPolicyRequest) => any;
1227
+ /**
1228
+ * @internal
1229
+ */
1230
+ export declare const PutApplicationPolicyResponseFilterSensitiveLog: (obj: PutApplicationPolicyResponse) => any;
1231
+ /**
1232
+ * @internal
1233
+ */
1234
+ export declare const UnshareApplicationRequestFilterSensitiveLog: (obj: UnshareApplicationRequest) => any;
1235
+ /**
1236
+ * @internal
1237
+ */
1238
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1239
+ /**
1240
+ * @internal
1241
+ */
1242
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;