@aws-sdk/client-support 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/AddAttachmentsToSetCommand.js +2 -2
  3. package/dist-cjs/commands/AddCommunicationToCaseCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCaseCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeAttachmentCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeCasesCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeCommunicationsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeSeverityLevelsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeTrustedAdvisorChecksCommand.js +2 -2
  14. package/dist-cjs/commands/RefreshTrustedAdvisorCheckCommand.js +2 -2
  15. package/dist-cjs/commands/ResolveCaseCommand.js +2 -2
  16. package/dist-cjs/models/models_0.js +178 -266
  17. package/dist-es/commands/AddAttachmentsToSetCommand.js +3 -3
  18. package/dist-es/commands/AddCommunicationToCaseCommand.js +3 -3
  19. package/dist-es/commands/CreateCaseCommand.js +3 -3
  20. package/dist-es/commands/DescribeAttachmentCommand.js +3 -3
  21. package/dist-es/commands/DescribeCasesCommand.js +3 -3
  22. package/dist-es/commands/DescribeCommunicationsCommand.js +3 -3
  23. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  24. package/dist-es/commands/DescribeSeverityLevelsCommand.js +3 -3
  25. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +3 -3
  26. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +3 -3
  27. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +3 -3
  28. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +3 -3
  29. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +3 -3
  30. package/dist-es/commands/ResolveCaseCommand.js +3 -3
  31. package/dist-es/models/models_0.js +44 -176
  32. package/dist-types/models/models_0.d.ts +176 -264
  33. package/dist-types/ts3.4/models/models_0.d.ts +88 -176
  34. package/package.json +6 -6
@@ -14,12 +14,6 @@ export interface Attachment {
14
14
  */
15
15
  data?: Uint8Array;
16
16
  }
17
- export declare namespace Attachment {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: Attachment) => any;
22
- }
23
17
  export interface AddAttachmentsToSetRequest {
24
18
  /**
25
19
  * <p>The ID of the attachment set. If an <code>attachmentSetId</code> is not specified, a
@@ -39,12 +33,6 @@ export interface AddAttachmentsToSetRequest {
39
33
  */
40
34
  attachments: Attachment[] | undefined;
41
35
  }
42
- export declare namespace AddAttachmentsToSetRequest {
43
- /**
44
- * @internal
45
- */
46
- const filterSensitiveLog: (obj: AddAttachmentsToSetRequest) => any;
47
- }
48
36
  /**
49
37
  * <p>The ID and expiry time of the attachment set returned by the <a>AddAttachmentsToSet</a> operation.</p>
50
38
  */
@@ -61,12 +49,6 @@ export interface AddAttachmentsToSetResponse {
61
49
  */
62
50
  expiryTime?: string;
63
51
  }
64
- export declare namespace AddAttachmentsToSetResponse {
65
- /**
66
- * @internal
67
- */
68
- const filterSensitiveLog: (obj: AddAttachmentsToSetResponse) => any;
69
- }
70
52
  /**
71
53
  * <p>The limit for the number of attachment sets created in a short period of time has been
72
54
  * exceeded.</p>
@@ -148,12 +130,6 @@ export interface AddCommunicationToCaseRequest {
148
130
  */
149
131
  attachmentSetId?: string;
150
132
  }
151
- export declare namespace AddCommunicationToCaseRequest {
152
- /**
153
- * @internal
154
- */
155
- const filterSensitiveLog: (obj: AddCommunicationToCaseRequest) => any;
156
- }
157
133
  /**
158
134
  * <p>The result of the <a>AddCommunicationToCase</a> operation.</p>
159
135
  */
@@ -164,12 +140,6 @@ export interface AddCommunicationToCaseResponse {
164
140
  */
165
141
  result?: boolean;
166
142
  }
167
- export declare namespace AddCommunicationToCaseResponse {
168
- /**
169
- * @internal
170
- */
171
- const filterSensitiveLog: (obj: AddCommunicationToCaseResponse) => any;
172
- }
173
143
  /**
174
144
  * <p>The requested <code>caseId</code> couldn't be located.</p>
175
145
  */
@@ -195,12 +165,6 @@ export interface AttachmentDetails {
195
165
  */
196
166
  fileName?: string;
197
167
  }
198
- export declare namespace AttachmentDetails {
199
- /**
200
- * @internal
201
- */
202
- const filterSensitiveLog: (obj: AttachmentDetails) => any;
203
- }
204
168
  /**
205
169
  * <p>An attachment with the specified ID could not be found.</p>
206
170
  */
@@ -280,12 +244,6 @@ export interface CreateCaseRequest {
280
244
  */
281
245
  attachmentSetId?: string;
282
246
  }
283
- export declare namespace CreateCaseRequest {
284
- /**
285
- * @internal
286
- */
287
- const filterSensitiveLog: (obj: CreateCaseRequest) => any;
288
- }
289
247
  /**
290
248
  * <p>The support case ID returned by a successful completion of the <a>CreateCase</a> operation.</p>
291
249
  */
@@ -298,12 +256,6 @@ export interface CreateCaseResponse {
298
256
  */
299
257
  caseId?: string;
300
258
  }
301
- export declare namespace CreateCaseResponse {
302
- /**
303
- * @internal
304
- */
305
- const filterSensitiveLog: (obj: CreateCaseResponse) => any;
306
- }
307
259
  /**
308
260
  * <p>The limit for the number of <a>DescribeAttachment</a> requests in a short
309
261
  * period of time has been exceeded.</p>
@@ -322,12 +274,6 @@ export interface DescribeAttachmentRequest {
322
274
  */
323
275
  attachmentId: string | undefined;
324
276
  }
325
- export declare namespace DescribeAttachmentRequest {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: DescribeAttachmentRequest) => any;
330
- }
331
277
  /**
332
278
  * <p>The content and file name of the attachment returned by the <a>DescribeAttachment</a> operation.</p>
333
279
  */
@@ -341,12 +287,6 @@ export interface DescribeAttachmentResponse {
341
287
  */
342
288
  attachment?: Attachment;
343
289
  }
344
- export declare namespace DescribeAttachmentResponse {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: DescribeAttachmentResponse) => any;
349
- }
350
290
  export interface DescribeCasesRequest {
351
291
  /**
352
292
  * <p>A list of ID numbers of the support cases you want returned. The maximum number of
@@ -392,12 +332,6 @@ export interface DescribeCasesRequest {
392
332
  */
393
333
  includeCommunications?: boolean;
394
334
  }
395
- export declare namespace DescribeCasesRequest {
396
- /**
397
- * @internal
398
- */
399
- const filterSensitiveLog: (obj: DescribeCasesRequest) => any;
400
- }
401
335
  /**
402
336
  * <p>A communication associated with a support case. The communication consists of the
403
337
  * case ID, the message body, attachment information, the submitter of the communication,
@@ -432,12 +366,6 @@ export interface Communication {
432
366
  */
433
367
  attachmentSet?: AttachmentDetails[];
434
368
  }
435
- export declare namespace Communication {
436
- /**
437
- * @internal
438
- */
439
- const filterSensitiveLog: (obj: Communication) => any;
440
- }
441
369
  /**
442
370
  * <p>The five most recent communications associated with the case.</p>
443
371
  */
@@ -451,12 +379,6 @@ export interface RecentCaseCommunications {
451
379
  */
452
380
  nextToken?: string;
453
381
  }
454
- export declare namespace RecentCaseCommunications {
455
- /**
456
- * @internal
457
- */
458
- const filterSensitiveLog: (obj: RecentCaseCommunications) => any;
459
- }
460
382
  /**
461
383
  * <p>A JSON-formatted object that contains the metadata for a support case. It is contained
462
384
  * in the response from a <a>DescribeCases</a> request. <b>CaseDetails</b> contains the following fields:</p>
@@ -653,12 +575,6 @@ export interface CaseDetails {
653
575
  */
654
576
  language?: string;
655
577
  }
656
- export declare namespace CaseDetails {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: CaseDetails) => any;
661
- }
662
578
  /**
663
579
  * <p>Returns an array of <a href="https://docs.aws.amazon.com/awssupport/latest/APIReference/API_CaseDetails.html">CaseDetails</a>
664
580
  * objects and a <code>nextToken</code> that defines a point for pagination in the result
@@ -674,12 +590,6 @@ export interface DescribeCasesResponse {
674
590
  */
675
591
  nextToken?: string;
676
592
  }
677
- export declare namespace DescribeCasesResponse {
678
- /**
679
- * @internal
680
- */
681
- const filterSensitiveLog: (obj: DescribeCasesResponse) => any;
682
- }
683
593
  export interface DescribeCommunicationsRequest {
684
594
  /**
685
595
  * <p>The support case ID requested or returned in the call. The case ID is an
@@ -707,12 +617,6 @@ export interface DescribeCommunicationsRequest {
707
617
  */
708
618
  maxResults?: number;
709
619
  }
710
- export declare namespace DescribeCommunicationsRequest {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: DescribeCommunicationsRequest) => any;
715
- }
716
620
  /**
717
621
  * <p>The communications returned by the <a>DescribeCommunications</a>
718
622
  * operation.</p>
@@ -727,12 +631,6 @@ export interface DescribeCommunicationsResponse {
727
631
  */
728
632
  nextToken?: string;
729
633
  }
730
- export declare namespace DescribeCommunicationsResponse {
731
- /**
732
- * @internal
733
- */
734
- const filterSensitiveLog: (obj: DescribeCommunicationsResponse) => any;
735
- }
736
634
  export interface DescribeServicesRequest {
737
635
  /**
738
636
  * <p>A JSON-formatted list of service codes available for Amazon Web Services services.</p>
@@ -745,12 +643,6 @@ export interface DescribeServicesRequest {
745
643
  */
746
644
  language?: string;
747
645
  }
748
- export declare namespace DescribeServicesRequest {
749
- /**
750
- * @internal
751
- */
752
- const filterSensitiveLog: (obj: DescribeServicesRequest) => any;
753
- }
754
646
  /**
755
647
  * <p>A JSON-formatted name/value pair that represents the category name and category code
756
648
  * of the problem, selected from the <a>DescribeServices</a> response for each
@@ -766,12 +658,6 @@ export interface Category {
766
658
  */
767
659
  name?: string;
768
660
  }
769
- export declare namespace Category {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: Category) => any;
774
- }
775
661
  /**
776
662
  * <p>Information about an Amazon Web Services service returned by the <a>DescribeServices</a>
777
663
  * operation.</p>
@@ -794,12 +680,6 @@ export interface Service {
794
680
  */
795
681
  categories?: Category[];
796
682
  }
797
- export declare namespace Service {
798
- /**
799
- * @internal
800
- */
801
- const filterSensitiveLog: (obj: Service) => any;
802
- }
803
683
  /**
804
684
  * <p>The list of Amazon Web Services services returned by the <a>DescribeServices</a>
805
685
  * operation.</p>
@@ -810,12 +690,6 @@ export interface DescribeServicesResponse {
810
690
  */
811
691
  services?: Service[];
812
692
  }
813
- export declare namespace DescribeServicesResponse {
814
- /**
815
- * @internal
816
- */
817
- const filterSensitiveLog: (obj: DescribeServicesResponse) => any;
818
- }
819
693
  export interface DescribeSeverityLevelsRequest {
820
694
  /**
821
695
  * <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
@@ -824,12 +698,6 @@ export interface DescribeSeverityLevelsRequest {
824
698
  */
825
699
  language?: string;
826
700
  }
827
- export declare namespace DescribeSeverityLevelsRequest {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: DescribeSeverityLevelsRequest) => any;
832
- }
833
701
  /**
834
702
  * <p>A code and name pair that represents the severity level of a support case. The
835
703
  * available values depend on the support plan for the account. For more information, see
@@ -879,12 +747,6 @@ export interface SeverityLevel {
879
747
  */
880
748
  name?: string;
881
749
  }
882
- export declare namespace SeverityLevel {
883
- /**
884
- * @internal
885
- */
886
- const filterSensitiveLog: (obj: SeverityLevel) => any;
887
- }
888
750
  /**
889
751
  * <p>The list of severity levels returned by the <a>DescribeSeverityLevels</a>
890
752
  * operation.</p>
@@ -896,12 +758,6 @@ export interface DescribeSeverityLevelsResponse {
896
758
  */
897
759
  severityLevels?: SeverityLevel[];
898
760
  }
899
- export declare namespace DescribeSeverityLevelsResponse {
900
- /**
901
- * @internal
902
- */
903
- const filterSensitiveLog: (obj: DescribeSeverityLevelsResponse) => any;
904
- }
905
761
  export interface DescribeTrustedAdvisorCheckRefreshStatusesRequest {
906
762
  /**
907
763
  * <p>The IDs of the Trusted Advisor checks to get the status.</p>
@@ -912,12 +768,6 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesRequest {
912
768
  */
913
769
  checkIds: string[] | undefined;
914
770
  }
915
- export declare namespace DescribeTrustedAdvisorCheckRefreshStatusesRequest {
916
- /**
917
- * @internal
918
- */
919
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest) => any;
920
- }
921
771
  /**
922
772
  * <p>The refresh status of a Trusted Advisor check.</p>
923
773
  */
@@ -962,12 +812,6 @@ export interface TrustedAdvisorCheckRefreshStatus {
962
812
  */
963
813
  millisUntilNextRefreshable: number | undefined;
964
814
  }
965
- export declare namespace TrustedAdvisorCheckRefreshStatus {
966
- /**
967
- * @internal
968
- */
969
- const filterSensitiveLog: (obj: TrustedAdvisorCheckRefreshStatus) => any;
970
- }
971
815
  /**
972
816
  * <p>The statuses of the Trusted Advisor checks returned by the <a>DescribeTrustedAdvisorCheckRefreshStatuses</a> operation.</p>
973
817
  */
@@ -977,12 +821,6 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesResponse {
977
821
  */
978
822
  statuses: TrustedAdvisorCheckRefreshStatus[] | undefined;
979
823
  }
980
- export declare namespace DescribeTrustedAdvisorCheckRefreshStatusesResponse {
981
- /**
982
- * @internal
983
- */
984
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse) => any;
985
- }
986
824
  /**
987
825
  * <p></p>
988
826
  */
@@ -998,12 +836,6 @@ export interface DescribeTrustedAdvisorCheckResultRequest {
998
836
  */
999
837
  language?: string;
1000
838
  }
1001
- export declare namespace DescribeTrustedAdvisorCheckResultRequest {
1002
- /**
1003
- * @internal
1004
- */
1005
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultRequest) => any;
1006
- }
1007
839
  /**
1008
840
  * <p>The estimated cost savings that might be realized if the recommended operations are
1009
841
  * taken.</p>
@@ -1020,12 +852,6 @@ export interface TrustedAdvisorCostOptimizingSummary {
1020
852
  */
1021
853
  estimatedPercentMonthlySavings: number | undefined;
1022
854
  }
1023
- export declare namespace TrustedAdvisorCostOptimizingSummary {
1024
- /**
1025
- * @internal
1026
- */
1027
- const filterSensitiveLog: (obj: TrustedAdvisorCostOptimizingSummary) => any;
1028
- }
1029
855
  /**
1030
856
  * <p>The container for summary information that relates to the category of the Trusted Advisor check.</p>
1031
857
  */
@@ -1036,12 +862,6 @@ export interface TrustedAdvisorCategorySpecificSummary {
1036
862
  */
1037
863
  costOptimizing?: TrustedAdvisorCostOptimizingSummary;
1038
864
  }
1039
- export declare namespace TrustedAdvisorCategorySpecificSummary {
1040
- /**
1041
- * @internal
1042
- */
1043
- const filterSensitiveLog: (obj: TrustedAdvisorCategorySpecificSummary) => any;
1044
- }
1045
865
  /**
1046
866
  * <p>Contains information about a resource identified by a Trusted Advisor check.</p>
1047
867
  */
@@ -1071,12 +891,6 @@ export interface TrustedAdvisorResourceDetail {
1071
891
  */
1072
892
  metadata: string[] | undefined;
1073
893
  }
1074
- export declare namespace TrustedAdvisorResourceDetail {
1075
- /**
1076
- * @internal
1077
- */
1078
- const filterSensitiveLog: (obj: TrustedAdvisorResourceDetail) => any;
1079
- }
1080
894
  /**
1081
895
  * <p>Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor <a>DescribeTrustedAdvisorCheckSummaries</a>.</p>
1082
896
  */
@@ -1101,12 +915,6 @@ export interface TrustedAdvisorResourcesSummary {
1101
915
  */
1102
916
  resourcesSuppressed: number | undefined;
1103
917
  }
1104
- export declare namespace TrustedAdvisorResourcesSummary {
1105
- /**
1106
- * @internal
1107
- */
1108
- const filterSensitiveLog: (obj: TrustedAdvisorResourcesSummary) => any;
1109
- }
1110
918
  /**
1111
919
  * <p>The results of a Trusted Advisor check returned by <a>DescribeTrustedAdvisorCheckResult</a>.</p>
1112
920
  */
@@ -1138,12 +946,6 @@ export interface TrustedAdvisorCheckResult {
1138
946
  */
1139
947
  flaggedResources: TrustedAdvisorResourceDetail[] | undefined;
1140
948
  }
1141
- export declare namespace TrustedAdvisorCheckResult {
1142
- /**
1143
- * @internal
1144
- */
1145
- const filterSensitiveLog: (obj: TrustedAdvisorCheckResult) => any;
1146
- }
1147
949
  /**
1148
950
  * <p>The result of the Trusted Advisor check returned by the <a>DescribeTrustedAdvisorCheckResult</a> operation.</p>
1149
951
  */
@@ -1153,12 +955,6 @@ export interface DescribeTrustedAdvisorCheckResultResponse {
1153
955
  */
1154
956
  result?: TrustedAdvisorCheckResult;
1155
957
  }
1156
- export declare namespace DescribeTrustedAdvisorCheckResultResponse {
1157
- /**
1158
- * @internal
1159
- */
1160
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultResponse) => any;
1161
- }
1162
958
  export interface DescribeTrustedAdvisorChecksRequest {
1163
959
  /**
1164
960
  * <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
@@ -1167,12 +963,6 @@ export interface DescribeTrustedAdvisorChecksRequest {
1167
963
  */
1168
964
  language: string | undefined;
1169
965
  }
1170
- export declare namespace DescribeTrustedAdvisorChecksRequest {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorChecksRequest) => any;
1175
- }
1176
966
  /**
1177
967
  * <p>The description and metadata for a Trusted Advisor check.</p>
1178
968
  */
@@ -1203,12 +993,6 @@ export interface TrustedAdvisorCheckDescription {
1203
993
  */
1204
994
  metadata: string[] | undefined;
1205
995
  }
1206
- export declare namespace TrustedAdvisorCheckDescription {
1207
- /**
1208
- * @internal
1209
- */
1210
- const filterSensitiveLog: (obj: TrustedAdvisorCheckDescription) => any;
1211
- }
1212
996
  /**
1213
997
  * <p>Information about the Trusted Advisor checks returned by the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
1214
998
  */
@@ -1218,24 +1002,12 @@ export interface DescribeTrustedAdvisorChecksResponse {
1218
1002
  */
1219
1003
  checks: TrustedAdvisorCheckDescription[] | undefined;
1220
1004
  }
1221
- export declare namespace DescribeTrustedAdvisorChecksResponse {
1222
- /**
1223
- * @internal
1224
- */
1225
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorChecksResponse) => any;
1226
- }
1227
1005
  export interface DescribeTrustedAdvisorCheckSummariesRequest {
1228
1006
  /**
1229
1007
  * <p>The IDs of the Trusted Advisor checks.</p>
1230
1008
  */
1231
1009
  checkIds: string[] | undefined;
1232
1010
  }
1233
- export declare namespace DescribeTrustedAdvisorCheckSummariesRequest {
1234
- /**
1235
- * @internal
1236
- */
1237
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesRequest) => any;
1238
- }
1239
1011
  /**
1240
1012
  * <p>A summary of a Trusted Advisor check result, including the alert status, last refresh,
1241
1013
  * and number of resources examined.</p>
@@ -1268,12 +1040,6 @@ export interface TrustedAdvisorCheckSummary {
1268
1040
  */
1269
1041
  categorySpecificSummary: TrustedAdvisorCategorySpecificSummary | undefined;
1270
1042
  }
1271
- export declare namespace TrustedAdvisorCheckSummary {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: TrustedAdvisorCheckSummary) => any;
1276
- }
1277
1043
  /**
1278
1044
  * <p>The summaries of the Trusted Advisor checks returned by the <a>DescribeTrustedAdvisorCheckSummaries</a> operation.</p>
1279
1045
  */
@@ -1283,12 +1049,6 @@ export interface DescribeTrustedAdvisorCheckSummariesResponse {
1283
1049
  */
1284
1050
  summaries: TrustedAdvisorCheckSummary[] | undefined;
1285
1051
  }
1286
- export declare namespace DescribeTrustedAdvisorCheckSummariesResponse {
1287
- /**
1288
- * @internal
1289
- */
1290
- const filterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesResponse) => any;
1291
- }
1292
1052
  /**
1293
1053
  * <p></p>
1294
1054
  */
@@ -1302,12 +1062,6 @@ export interface RefreshTrustedAdvisorCheckRequest {
1302
1062
  */
1303
1063
  checkId: string | undefined;
1304
1064
  }
1305
- export declare namespace RefreshTrustedAdvisorCheckRequest {
1306
- /**
1307
- * @internal
1308
- */
1309
- const filterSensitiveLog: (obj: RefreshTrustedAdvisorCheckRequest) => any;
1310
- }
1311
1065
  /**
1312
1066
  * <p>The current refresh status of a Trusted Advisor check.</p>
1313
1067
  */
@@ -1318,12 +1072,6 @@ export interface RefreshTrustedAdvisorCheckResponse {
1318
1072
  */
1319
1073
  status: TrustedAdvisorCheckRefreshStatus | undefined;
1320
1074
  }
1321
- export declare namespace RefreshTrustedAdvisorCheckResponse {
1322
- /**
1323
- * @internal
1324
- */
1325
- const filterSensitiveLog: (obj: RefreshTrustedAdvisorCheckResponse) => any;
1326
- }
1327
1075
  export interface ResolveCaseRequest {
1328
1076
  /**
1329
1077
  * <p>The support case ID requested or returned in the call. The case ID is an
@@ -1333,12 +1081,6 @@ export interface ResolveCaseRequest {
1333
1081
  */
1334
1082
  caseId?: string;
1335
1083
  }
1336
- export declare namespace ResolveCaseRequest {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: ResolveCaseRequest) => any;
1341
- }
1342
1084
  /**
1343
1085
  * <p>The status of the case returned by the <a>ResolveCase</a> operation.</p>
1344
1086
  */
@@ -1353,9 +1095,179 @@ export interface ResolveCaseResponse {
1353
1095
  */
1354
1096
  finalCaseStatus?: string;
1355
1097
  }
1356
- export declare namespace ResolveCaseResponse {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: ResolveCaseResponse) => any;
1361
- }
1098
+ /**
1099
+ * @internal
1100
+ */
1101
+ export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
1102
+ /**
1103
+ * @internal
1104
+ */
1105
+ export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (obj: AddAttachmentsToSetRequest) => any;
1106
+ /**
1107
+ * @internal
1108
+ */
1109
+ export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (obj: AddAttachmentsToSetResponse) => any;
1110
+ /**
1111
+ * @internal
1112
+ */
1113
+ export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (obj: AddCommunicationToCaseRequest) => any;
1114
+ /**
1115
+ * @internal
1116
+ */
1117
+ export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (obj: AddCommunicationToCaseResponse) => any;
1118
+ /**
1119
+ * @internal
1120
+ */
1121
+ export declare const AttachmentDetailsFilterSensitiveLog: (obj: AttachmentDetails) => any;
1122
+ /**
1123
+ * @internal
1124
+ */
1125
+ export declare const CreateCaseRequestFilterSensitiveLog: (obj: CreateCaseRequest) => any;
1126
+ /**
1127
+ * @internal
1128
+ */
1129
+ export declare const CreateCaseResponseFilterSensitiveLog: (obj: CreateCaseResponse) => any;
1130
+ /**
1131
+ * @internal
1132
+ */
1133
+ export declare const DescribeAttachmentRequestFilterSensitiveLog: (obj: DescribeAttachmentRequest) => any;
1134
+ /**
1135
+ * @internal
1136
+ */
1137
+ export declare const DescribeAttachmentResponseFilterSensitiveLog: (obj: DescribeAttachmentResponse) => any;
1138
+ /**
1139
+ * @internal
1140
+ */
1141
+ export declare const DescribeCasesRequestFilterSensitiveLog: (obj: DescribeCasesRequest) => any;
1142
+ /**
1143
+ * @internal
1144
+ */
1145
+ export declare const CommunicationFilterSensitiveLog: (obj: Communication) => any;
1146
+ /**
1147
+ * @internal
1148
+ */
1149
+ export declare const RecentCaseCommunicationsFilterSensitiveLog: (obj: RecentCaseCommunications) => any;
1150
+ /**
1151
+ * @internal
1152
+ */
1153
+ export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
1154
+ /**
1155
+ * @internal
1156
+ */
1157
+ export declare const DescribeCasesResponseFilterSensitiveLog: (obj: DescribeCasesResponse) => any;
1158
+ /**
1159
+ * @internal
1160
+ */
1161
+ export declare const DescribeCommunicationsRequestFilterSensitiveLog: (obj: DescribeCommunicationsRequest) => any;
1162
+ /**
1163
+ * @internal
1164
+ */
1165
+ export declare const DescribeCommunicationsResponseFilterSensitiveLog: (obj: DescribeCommunicationsResponse) => any;
1166
+ /**
1167
+ * @internal
1168
+ */
1169
+ export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
1170
+ /**
1171
+ * @internal
1172
+ */
1173
+ export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
1174
+ /**
1175
+ * @internal
1176
+ */
1177
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
1178
+ /**
1179
+ * @internal
1180
+ */
1181
+ export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
1182
+ /**
1183
+ * @internal
1184
+ */
1185
+ export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (obj: DescribeSeverityLevelsRequest) => any;
1186
+ /**
1187
+ * @internal
1188
+ */
1189
+ export declare const SeverityLevelFilterSensitiveLog: (obj: SeverityLevel) => any;
1190
+ /**
1191
+ * @internal
1192
+ */
1193
+ export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (obj: DescribeSeverityLevelsResponse) => any;
1194
+ /**
1195
+ * @internal
1196
+ */
1197
+ export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest) => any;
1198
+ /**
1199
+ * @internal
1200
+ */
1201
+ export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (obj: TrustedAdvisorCheckRefreshStatus) => any;
1202
+ /**
1203
+ * @internal
1204
+ */
1205
+ export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse) => any;
1206
+ /**
1207
+ * @internal
1208
+ */
1209
+ export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultRequest) => any;
1210
+ /**
1211
+ * @internal
1212
+ */
1213
+ export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (obj: TrustedAdvisorCostOptimizingSummary) => any;
1214
+ /**
1215
+ * @internal
1216
+ */
1217
+ export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (obj: TrustedAdvisorCategorySpecificSummary) => any;
1218
+ /**
1219
+ * @internal
1220
+ */
1221
+ export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (obj: TrustedAdvisorResourceDetail) => any;
1222
+ /**
1223
+ * @internal
1224
+ */
1225
+ export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (obj: TrustedAdvisorResourcesSummary) => any;
1226
+ /**
1227
+ * @internal
1228
+ */
1229
+ export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (obj: TrustedAdvisorCheckResult) => any;
1230
+ /**
1231
+ * @internal
1232
+ */
1233
+ export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultResponse) => any;
1234
+ /**
1235
+ * @internal
1236
+ */
1237
+ export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorChecksRequest) => any;
1238
+ /**
1239
+ * @internal
1240
+ */
1241
+ export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (obj: TrustedAdvisorCheckDescription) => any;
1242
+ /**
1243
+ * @internal
1244
+ */
1245
+ export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorChecksResponse) => any;
1246
+ /**
1247
+ * @internal
1248
+ */
1249
+ export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesRequest) => any;
1250
+ /**
1251
+ * @internal
1252
+ */
1253
+ export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (obj: TrustedAdvisorCheckSummary) => any;
1254
+ /**
1255
+ * @internal
1256
+ */
1257
+ export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesResponse) => any;
1258
+ /**
1259
+ * @internal
1260
+ */
1261
+ export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (obj: RefreshTrustedAdvisorCheckRequest) => any;
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (obj: RefreshTrustedAdvisorCheckResponse) => any;
1266
+ /**
1267
+ * @internal
1268
+ */
1269
+ export declare const ResolveCaseRequestFilterSensitiveLog: (obj: ResolveCaseRequest) => any;
1270
+ /**
1271
+ * @internal
1272
+ */
1273
+ export declare const ResolveCaseResponseFilterSensitiveLog: (obj: ResolveCaseResponse) => any;