@aws-sdk/client-support 3.927.0 → 3.928.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 (37) hide show
  1. package/dist-cjs/index.js +752 -755
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SupportClient.js +2 -0
  4. package/dist-es/commands/AddAttachmentsToSetCommand.js +3 -9
  5. package/dist-es/commands/AddCommunicationToCaseCommand.js +3 -9
  6. package/dist-es/commands/CreateCaseCommand.js +3 -9
  7. package/dist-es/commands/DescribeAttachmentCommand.js +3 -9
  8. package/dist-es/commands/DescribeCasesCommand.js +3 -9
  9. package/dist-es/commands/DescribeCommunicationsCommand.js +3 -9
  10. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +3 -9
  11. package/dist-es/commands/DescribeServicesCommand.js +3 -9
  12. package/dist-es/commands/DescribeSeverityLevelsCommand.js +3 -9
  13. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +3 -9
  14. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +3 -9
  15. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +3 -9
  16. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +3 -9
  17. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +3 -9
  18. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +3 -9
  19. package/dist-es/commands/ResolveCaseCommand.js +3 -9
  20. package/dist-es/runtimeConfig.shared.js +7 -0
  21. package/dist-es/schemas/schemas_0.js +691 -0
  22. package/dist-types/SupportClient.d.ts +10 -1
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +99 -0
  28. package/dist-types/ts3.4/SupportClient.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +104 -0
  34. package/package.json +5 -5
  35. package/dist-es/protocols/Aws_json1_1.js +0 -617
  36. package/dist-types/protocols/Aws_json1_1.d.ts +0 -146
  37. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -197
@@ -1,146 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput } from "../commands/AddAttachmentsToSetCommand";
4
- import { AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput } from "../commands/AddCommunicationToCaseCommand";
5
- import { CreateCaseCommandInput, CreateCaseCommandOutput } from "../commands/CreateCaseCommand";
6
- import { DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput } from "../commands/DescribeAttachmentCommand";
7
- import { DescribeCasesCommandInput, DescribeCasesCommandOutput } from "../commands/DescribeCasesCommand";
8
- import { DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput } from "../commands/DescribeCommunicationsCommand";
9
- import { DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput } from "../commands/DescribeCreateCaseOptionsCommand";
10
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "../commands/DescribeServicesCommand";
11
- import { DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput } from "../commands/DescribeSeverityLevelsCommand";
12
- import { DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput } from "../commands/DescribeSupportedLanguagesCommand";
13
- import { DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput } from "../commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
14
- import { DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput } from "../commands/DescribeTrustedAdvisorCheckResultCommand";
15
- import { DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput } from "../commands/DescribeTrustedAdvisorChecksCommand";
16
- import { DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput } from "../commands/DescribeTrustedAdvisorCheckSummariesCommand";
17
- import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput } from "../commands/RefreshTrustedAdvisorCheckCommand";
18
- import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "../commands/ResolveCaseCommand";
19
- /**
20
- * serializeAws_json1_1AddAttachmentsToSetCommand
21
- */
22
- export declare const se_AddAttachmentsToSetCommand: (input: AddAttachmentsToSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * serializeAws_json1_1AddCommunicationToCaseCommand
25
- */
26
- export declare const se_AddCommunicationToCaseCommand: (input: AddCommunicationToCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_json1_1CreateCaseCommand
29
- */
30
- export declare const se_CreateCaseCommand: (input: CreateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_json1_1DescribeAttachmentCommand
33
- */
34
- export declare const se_DescribeAttachmentCommand: (input: DescribeAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_json1_1DescribeCasesCommand
37
- */
38
- export declare const se_DescribeCasesCommand: (input: DescribeCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_json1_1DescribeCommunicationsCommand
41
- */
42
- export declare const se_DescribeCommunicationsCommand: (input: DescribeCommunicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_json1_1DescribeCreateCaseOptionsCommand
45
- */
46
- export declare const se_DescribeCreateCaseOptionsCommand: (input: DescribeCreateCaseOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_json1_1DescribeServicesCommand
49
- */
50
- export declare const se_DescribeServicesCommand: (input: DescribeServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_json1_1DescribeSeverityLevelsCommand
53
- */
54
- export declare const se_DescribeSeverityLevelsCommand: (input: DescribeSeverityLevelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1DescribeSupportedLanguagesCommand
57
- */
58
- export declare const se_DescribeSupportedLanguagesCommand: (input: DescribeSupportedLanguagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1DescribeTrustedAdvisorCheckRefreshStatusesCommand
61
- */
62
- export declare const se_DescribeTrustedAdvisorCheckRefreshStatusesCommand: (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1DescribeTrustedAdvisorCheckResultCommand
65
- */
66
- export declare const se_DescribeTrustedAdvisorCheckResultCommand: (input: DescribeTrustedAdvisorCheckResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1DescribeTrustedAdvisorChecksCommand
69
- */
70
- export declare const se_DescribeTrustedAdvisorChecksCommand: (input: DescribeTrustedAdvisorChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1DescribeTrustedAdvisorCheckSummariesCommand
73
- */
74
- export declare const se_DescribeTrustedAdvisorCheckSummariesCommand: (input: DescribeTrustedAdvisorCheckSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1RefreshTrustedAdvisorCheckCommand
77
- */
78
- export declare const se_RefreshTrustedAdvisorCheckCommand: (input: RefreshTrustedAdvisorCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1ResolveCaseCommand
81
- */
82
- export declare const se_ResolveCaseCommand: (input: ResolveCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * deserializeAws_json1_1AddAttachmentsToSetCommand
85
- */
86
- export declare const de_AddAttachmentsToSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddAttachmentsToSetCommandOutput>;
87
- /**
88
- * deserializeAws_json1_1AddCommunicationToCaseCommand
89
- */
90
- export declare const de_AddCommunicationToCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCommunicationToCaseCommandOutput>;
91
- /**
92
- * deserializeAws_json1_1CreateCaseCommand
93
- */
94
- export declare const de_CreateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCaseCommandOutput>;
95
- /**
96
- * deserializeAws_json1_1DescribeAttachmentCommand
97
- */
98
- export declare const de_DescribeAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttachmentCommandOutput>;
99
- /**
100
- * deserializeAws_json1_1DescribeCasesCommand
101
- */
102
- export declare const de_DescribeCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCasesCommandOutput>;
103
- /**
104
- * deserializeAws_json1_1DescribeCommunicationsCommand
105
- */
106
- export declare const de_DescribeCommunicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCommunicationsCommandOutput>;
107
- /**
108
- * deserializeAws_json1_1DescribeCreateCaseOptionsCommand
109
- */
110
- export declare const de_DescribeCreateCaseOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCreateCaseOptionsCommandOutput>;
111
- /**
112
- * deserializeAws_json1_1DescribeServicesCommand
113
- */
114
- export declare const de_DescribeServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServicesCommandOutput>;
115
- /**
116
- * deserializeAws_json1_1DescribeSeverityLevelsCommand
117
- */
118
- export declare const de_DescribeSeverityLevelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSeverityLevelsCommandOutput>;
119
- /**
120
- * deserializeAws_json1_1DescribeSupportedLanguagesCommand
121
- */
122
- export declare const de_DescribeSupportedLanguagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSupportedLanguagesCommandOutput>;
123
- /**
124
- * deserializeAws_json1_1DescribeTrustedAdvisorCheckRefreshStatusesCommand
125
- */
126
- export declare const de_DescribeTrustedAdvisorCheckRefreshStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
127
- /**
128
- * deserializeAws_json1_1DescribeTrustedAdvisorCheckResultCommand
129
- */
130
- export declare const de_DescribeTrustedAdvisorCheckResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustedAdvisorCheckResultCommandOutput>;
131
- /**
132
- * deserializeAws_json1_1DescribeTrustedAdvisorChecksCommand
133
- */
134
- export declare const de_DescribeTrustedAdvisorChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustedAdvisorChecksCommandOutput>;
135
- /**
136
- * deserializeAws_json1_1DescribeTrustedAdvisorCheckSummariesCommand
137
- */
138
- export declare const de_DescribeTrustedAdvisorCheckSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustedAdvisorCheckSummariesCommandOutput>;
139
- /**
140
- * deserializeAws_json1_1RefreshTrustedAdvisorCheckCommand
141
- */
142
- export declare const de_RefreshTrustedAdvisorCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshTrustedAdvisorCheckCommandOutput>;
143
- /**
144
- * deserializeAws_json1_1ResolveCaseCommand
145
- */
146
- export declare const de_ResolveCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveCaseCommandOutput>;
@@ -1,197 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddAttachmentsToSetCommandInput,
8
- AddAttachmentsToSetCommandOutput,
9
- } from "../commands/AddAttachmentsToSetCommand";
10
- import {
11
- AddCommunicationToCaseCommandInput,
12
- AddCommunicationToCaseCommandOutput,
13
- } from "../commands/AddCommunicationToCaseCommand";
14
- import {
15
- CreateCaseCommandInput,
16
- CreateCaseCommandOutput,
17
- } from "../commands/CreateCaseCommand";
18
- import {
19
- DescribeAttachmentCommandInput,
20
- DescribeAttachmentCommandOutput,
21
- } from "../commands/DescribeAttachmentCommand";
22
- import {
23
- DescribeCasesCommandInput,
24
- DescribeCasesCommandOutput,
25
- } from "../commands/DescribeCasesCommand";
26
- import {
27
- DescribeCommunicationsCommandInput,
28
- DescribeCommunicationsCommandOutput,
29
- } from "../commands/DescribeCommunicationsCommand";
30
- import {
31
- DescribeCreateCaseOptionsCommandInput,
32
- DescribeCreateCaseOptionsCommandOutput,
33
- } from "../commands/DescribeCreateCaseOptionsCommand";
34
- import {
35
- DescribeServicesCommandInput,
36
- DescribeServicesCommandOutput,
37
- } from "../commands/DescribeServicesCommand";
38
- import {
39
- DescribeSeverityLevelsCommandInput,
40
- DescribeSeverityLevelsCommandOutput,
41
- } from "../commands/DescribeSeverityLevelsCommand";
42
- import {
43
- DescribeSupportedLanguagesCommandInput,
44
- DescribeSupportedLanguagesCommandOutput,
45
- } from "../commands/DescribeSupportedLanguagesCommand";
46
- import {
47
- DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
48
- DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
49
- } from "../commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
50
- import {
51
- DescribeTrustedAdvisorCheckResultCommandInput,
52
- DescribeTrustedAdvisorCheckResultCommandOutput,
53
- } from "../commands/DescribeTrustedAdvisorCheckResultCommand";
54
- import {
55
- DescribeTrustedAdvisorChecksCommandInput,
56
- DescribeTrustedAdvisorChecksCommandOutput,
57
- } from "../commands/DescribeTrustedAdvisorChecksCommand";
58
- import {
59
- DescribeTrustedAdvisorCheckSummariesCommandInput,
60
- DescribeTrustedAdvisorCheckSummariesCommandOutput,
61
- } from "../commands/DescribeTrustedAdvisorCheckSummariesCommand";
62
- import {
63
- RefreshTrustedAdvisorCheckCommandInput,
64
- RefreshTrustedAdvisorCheckCommandOutput,
65
- } from "../commands/RefreshTrustedAdvisorCheckCommand";
66
- import {
67
- ResolveCaseCommandInput,
68
- ResolveCaseCommandOutput,
69
- } from "../commands/ResolveCaseCommand";
70
- export declare const se_AddAttachmentsToSetCommand: (
71
- input: AddAttachmentsToSetCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_AddCommunicationToCaseCommand: (
75
- input: AddCommunicationToCaseCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_CreateCaseCommand: (
79
- input: CreateCaseCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_DescribeAttachmentCommand: (
83
- input: DescribeAttachmentCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_DescribeCasesCommand: (
87
- input: DescribeCasesCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_DescribeCommunicationsCommand: (
91
- input: DescribeCommunicationsCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_DescribeCreateCaseOptionsCommand: (
95
- input: DescribeCreateCaseOptionsCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_DescribeServicesCommand: (
99
- input: DescribeServicesCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_DescribeSeverityLevelsCommand: (
103
- input: DescribeSeverityLevelsCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DescribeSupportedLanguagesCommand: (
107
- input: DescribeSupportedLanguagesCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DescribeTrustedAdvisorCheckRefreshStatusesCommand: (
111
- input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DescribeTrustedAdvisorCheckResultCommand: (
115
- input: DescribeTrustedAdvisorCheckResultCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DescribeTrustedAdvisorChecksCommand: (
119
- input: DescribeTrustedAdvisorChecksCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DescribeTrustedAdvisorCheckSummariesCommand: (
123
- input: DescribeTrustedAdvisorCheckSummariesCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_RefreshTrustedAdvisorCheckCommand: (
127
- input: RefreshTrustedAdvisorCheckCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ResolveCaseCommand: (
131
- input: ResolveCaseCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const de_AddAttachmentsToSetCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<AddAttachmentsToSetCommandOutput>;
138
- export declare const de_AddCommunicationToCaseCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<AddCommunicationToCaseCommandOutput>;
142
- export declare const de_CreateCaseCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<CreateCaseCommandOutput>;
146
- export declare const de_DescribeAttachmentCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<DescribeAttachmentCommandOutput>;
150
- export declare const de_DescribeCasesCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<DescribeCasesCommandOutput>;
154
- export declare const de_DescribeCommunicationsCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<DescribeCommunicationsCommandOutput>;
158
- export declare const de_DescribeCreateCaseOptionsCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<DescribeCreateCaseOptionsCommandOutput>;
162
- export declare const de_DescribeServicesCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<DescribeServicesCommandOutput>;
166
- export declare const de_DescribeSeverityLevelsCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<DescribeSeverityLevelsCommandOutput>;
170
- export declare const de_DescribeSupportedLanguagesCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<DescribeSupportedLanguagesCommandOutput>;
174
- export declare const de_DescribeTrustedAdvisorCheckRefreshStatusesCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
178
- export declare const de_DescribeTrustedAdvisorCheckResultCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<DescribeTrustedAdvisorCheckResultCommandOutput>;
182
- export declare const de_DescribeTrustedAdvisorChecksCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<DescribeTrustedAdvisorChecksCommandOutput>;
186
- export declare const de_DescribeTrustedAdvisorCheckSummariesCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<DescribeTrustedAdvisorCheckSummariesCommandOutput>;
190
- export declare const de_RefreshTrustedAdvisorCheckCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<RefreshTrustedAdvisorCheckCommandOutput>;
194
- export declare const de_ResolveCaseCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<ResolveCaseCommandOutput>;