@aws-sdk/client-security-ir 3.1086.0 → 3.1088.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 (45) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SecurityIR.d.ts +84 -110
  3. package/dist-types/ts3.4/SecurityIRClient.d.ts +11 -38
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchGetMemberAccountDetailsCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CancelMembershipCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CloseCaseCommand.d.ts +7 -5
  10. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateCaseCommentCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/GetCaseAttachmentUploadUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
  16. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/ListCaseEditsCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/ListCasesCommand.d.ts +4 -4
  19. package/dist-types/ts3.4/commands/ListCommentsCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +3 -8
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/SendFeedbackCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/UpdateCaseCommentCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/UpdateCaseStatusCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/UpdateResolverTypeCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  32. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  33. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  34. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  35. package/dist-types/ts3.4/models/errors.d.ts +8 -25
  36. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  38. package/dist-types/ts3.4/pagination/ListCasesPaginator.d.ts +1 -4
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  43. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  45. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -67,7 +67,7 @@ const commonParams = {
67
67
  Region: { type: "builtInParams", name: "region" },
68
68
  };
69
69
 
70
- var version = "3.1085.0";
70
+ var version = "3.1087.0";
71
71
  var packageInfo = {
72
72
  version: version};
73
73
 
@@ -11,14 +11,8 @@ import {
11
11
  CancelMembershipCommandInput,
12
12
  CancelMembershipCommandOutput,
13
13
  } from "./commands/CancelMembershipCommand";
14
- import {
15
- CloseCaseCommandInput,
16
- CloseCaseCommandOutput,
17
- } from "./commands/CloseCaseCommand";
18
- import {
19
- CreateCaseCommandInput,
20
- CreateCaseCommandOutput,
21
- } from "./commands/CreateCaseCommand";
14
+ import { CloseCaseCommandInput, CloseCaseCommandOutput } from "./commands/CloseCaseCommand";
15
+ import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
22
16
  import {
23
17
  CreateCaseCommentCommandInput,
24
18
  CreateCaseCommentCommandOutput,
@@ -35,10 +29,7 @@ import {
35
29
  GetCaseAttachmentUploadUrlCommandInput,
36
30
  GetCaseAttachmentUploadUrlCommandOutput,
37
31
  } from "./commands/GetCaseAttachmentUploadUrlCommand";
38
- import {
39
- GetCaseCommandInput,
40
- GetCaseCommandOutput,
41
- } from "./commands/GetCaseCommand";
32
+ import { GetCaseCommandInput, GetCaseCommandOutput } from "./commands/GetCaseCommand";
42
33
  import {
43
34
  GetMembershipCommandInput,
44
35
  GetMembershipCommandOutput,
@@ -47,10 +38,7 @@ import {
47
38
  ListCaseEditsCommandInput,
48
39
  ListCaseEditsCommandOutput,
49
40
  } from "./commands/ListCaseEditsCommand";
50
- import {
51
- ListCasesCommandInput,
52
- ListCasesCommandOutput,
53
- } from "./commands/ListCasesCommand";
41
+ import { ListCasesCommandInput, ListCasesCommandOutput } from "./commands/ListCasesCommand";
54
42
  import {
55
43
  ListCommentsCommandInput,
56
44
  ListCommentsCommandOutput,
@@ -71,18 +59,12 @@ import {
71
59
  SendFeedbackCommandInput,
72
60
  SendFeedbackCommandOutput,
73
61
  } from "./commands/SendFeedbackCommand";
74
- import {
75
- TagResourceCommandInput,
76
- TagResourceCommandOutput,
77
- } from "./commands/TagResourceCommand";
62
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
78
63
  import {
79
64
  UntagResourceCommandInput,
80
65
  UntagResourceCommandOutput,
81
66
  } from "./commands/UntagResourceCommand";
82
- import {
83
- UpdateCaseCommandInput,
84
- UpdateCaseCommandOutput,
85
- } from "./commands/UpdateCaseCommand";
67
+ import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
86
68
  import {
87
69
  UpdateCaseCommentCommandInput,
88
70
  UpdateCaseCommentCommandOutput,
@@ -103,354 +85,346 @@ import { SecurityIRClient } from "./SecurityIRClient";
103
85
  export interface SecurityIR {
104
86
  batchGetMemberAccountDetails(
105
87
  args: BatchGetMemberAccountDetailsCommandInput,
106
- options?: __HttpHandlerOptions
88
+ options?: __HttpHandlerOptions,
107
89
  ): Promise<BatchGetMemberAccountDetailsCommandOutput>;
108
90
  batchGetMemberAccountDetails(
109
91
  args: BatchGetMemberAccountDetailsCommandInput,
110
- cb: (err: any, data?: BatchGetMemberAccountDetailsCommandOutput) => void
92
+ cb: (err: any, data?: BatchGetMemberAccountDetailsCommandOutput) => void,
111
93
  ): void;
112
94
  batchGetMemberAccountDetails(
113
95
  args: BatchGetMemberAccountDetailsCommandInput,
114
96
  options: __HttpHandlerOptions,
115
- cb: (err: any, data?: BatchGetMemberAccountDetailsCommandOutput) => void
97
+ cb: (err: any, data?: BatchGetMemberAccountDetailsCommandOutput) => void,
116
98
  ): void;
117
99
  cancelMembership(
118
100
  args: CancelMembershipCommandInput,
119
- options?: __HttpHandlerOptions
101
+ options?: __HttpHandlerOptions,
120
102
  ): Promise<CancelMembershipCommandOutput>;
121
103
  cancelMembership(
122
104
  args: CancelMembershipCommandInput,
123
- cb: (err: any, data?: CancelMembershipCommandOutput) => void
105
+ cb: (err: any, data?: CancelMembershipCommandOutput) => void,
124
106
  ): void;
125
107
  cancelMembership(
126
108
  args: CancelMembershipCommandInput,
127
109
  options: __HttpHandlerOptions,
128
- cb: (err: any, data?: CancelMembershipCommandOutput) => void
110
+ cb: (err: any, data?: CancelMembershipCommandOutput) => void,
129
111
  ): void;
130
112
  closeCase(
131
113
  args: CloseCaseCommandInput,
132
- options?: __HttpHandlerOptions
114
+ options?: __HttpHandlerOptions,
133
115
  ): Promise<CloseCaseCommandOutput>;
134
116
  closeCase(
135
117
  args: CloseCaseCommandInput,
136
- cb: (err: any, data?: CloseCaseCommandOutput) => void
118
+ cb: (err: any, data?: CloseCaseCommandOutput) => void,
137
119
  ): void;
138
120
  closeCase(
139
121
  args: CloseCaseCommandInput,
140
122
  options: __HttpHandlerOptions,
141
- cb: (err: any, data?: CloseCaseCommandOutput) => void
123
+ cb: (err: any, data?: CloseCaseCommandOutput) => void,
142
124
  ): void;
143
125
  createCase(
144
126
  args: CreateCaseCommandInput,
145
- options?: __HttpHandlerOptions
127
+ options?: __HttpHandlerOptions,
146
128
  ): Promise<CreateCaseCommandOutput>;
147
129
  createCase(
148
130
  args: CreateCaseCommandInput,
149
- cb: (err: any, data?: CreateCaseCommandOutput) => void
131
+ cb: (err: any, data?: CreateCaseCommandOutput) => void,
150
132
  ): void;
151
133
  createCase(
152
134
  args: CreateCaseCommandInput,
153
135
  options: __HttpHandlerOptions,
154
- cb: (err: any, data?: CreateCaseCommandOutput) => void
136
+ cb: (err: any, data?: CreateCaseCommandOutput) => void,
155
137
  ): void;
156
138
  createCaseComment(
157
139
  args: CreateCaseCommentCommandInput,
158
- options?: __HttpHandlerOptions
140
+ options?: __HttpHandlerOptions,
159
141
  ): Promise<CreateCaseCommentCommandOutput>;
160
142
  createCaseComment(
161
143
  args: CreateCaseCommentCommandInput,
162
- cb: (err: any, data?: CreateCaseCommentCommandOutput) => void
144
+ cb: (err: any, data?: CreateCaseCommentCommandOutput) => void,
163
145
  ): void;
164
146
  createCaseComment(
165
147
  args: CreateCaseCommentCommandInput,
166
148
  options: __HttpHandlerOptions,
167
- cb: (err: any, data?: CreateCaseCommentCommandOutput) => void
149
+ cb: (err: any, data?: CreateCaseCommentCommandOutput) => void,
168
150
  ): void;
169
151
  createMembership(
170
152
  args: CreateMembershipCommandInput,
171
- options?: __HttpHandlerOptions
153
+ options?: __HttpHandlerOptions,
172
154
  ): Promise<CreateMembershipCommandOutput>;
173
155
  createMembership(
174
156
  args: CreateMembershipCommandInput,
175
- cb: (err: any, data?: CreateMembershipCommandOutput) => void
157
+ cb: (err: any, data?: CreateMembershipCommandOutput) => void,
176
158
  ): void;
177
159
  createMembership(
178
160
  args: CreateMembershipCommandInput,
179
161
  options: __HttpHandlerOptions,
180
- cb: (err: any, data?: CreateMembershipCommandOutput) => void
181
- ): void;
182
- getCase(
183
- args: GetCaseCommandInput,
184
- options?: __HttpHandlerOptions
185
- ): Promise<GetCaseCommandOutput>;
186
- getCase(
187
- args: GetCaseCommandInput,
188
- cb: (err: any, data?: GetCaseCommandOutput) => void
162
+ cb: (err: any, data?: CreateMembershipCommandOutput) => void,
189
163
  ): void;
164
+ getCase(args: GetCaseCommandInput, options?: __HttpHandlerOptions): Promise<GetCaseCommandOutput>;
165
+ getCase(args: GetCaseCommandInput, cb: (err: any, data?: GetCaseCommandOutput) => void): void;
190
166
  getCase(
191
167
  args: GetCaseCommandInput,
192
168
  options: __HttpHandlerOptions,
193
- cb: (err: any, data?: GetCaseCommandOutput) => void
169
+ cb: (err: any, data?: GetCaseCommandOutput) => void,
194
170
  ): void;
195
171
  getCaseAttachmentDownloadUrl(
196
172
  args: GetCaseAttachmentDownloadUrlCommandInput,
197
- options?: __HttpHandlerOptions
173
+ options?: __HttpHandlerOptions,
198
174
  ): Promise<GetCaseAttachmentDownloadUrlCommandOutput>;
199
175
  getCaseAttachmentDownloadUrl(
200
176
  args: GetCaseAttachmentDownloadUrlCommandInput,
201
- cb: (err: any, data?: GetCaseAttachmentDownloadUrlCommandOutput) => void
177
+ cb: (err: any, data?: GetCaseAttachmentDownloadUrlCommandOutput) => void,
202
178
  ): void;
203
179
  getCaseAttachmentDownloadUrl(
204
180
  args: GetCaseAttachmentDownloadUrlCommandInput,
205
181
  options: __HttpHandlerOptions,
206
- cb: (err: any, data?: GetCaseAttachmentDownloadUrlCommandOutput) => void
182
+ cb: (err: any, data?: GetCaseAttachmentDownloadUrlCommandOutput) => void,
207
183
  ): void;
208
184
  getCaseAttachmentUploadUrl(
209
185
  args: GetCaseAttachmentUploadUrlCommandInput,
210
- options?: __HttpHandlerOptions
186
+ options?: __HttpHandlerOptions,
211
187
  ): Promise<GetCaseAttachmentUploadUrlCommandOutput>;
212
188
  getCaseAttachmentUploadUrl(
213
189
  args: GetCaseAttachmentUploadUrlCommandInput,
214
- cb: (err: any, data?: GetCaseAttachmentUploadUrlCommandOutput) => void
190
+ cb: (err: any, data?: GetCaseAttachmentUploadUrlCommandOutput) => void,
215
191
  ): void;
216
192
  getCaseAttachmentUploadUrl(
217
193
  args: GetCaseAttachmentUploadUrlCommandInput,
218
194
  options: __HttpHandlerOptions,
219
- cb: (err: any, data?: GetCaseAttachmentUploadUrlCommandOutput) => void
195
+ cb: (err: any, data?: GetCaseAttachmentUploadUrlCommandOutput) => void,
220
196
  ): void;
221
197
  getMembership(
222
198
  args: GetMembershipCommandInput,
223
- options?: __HttpHandlerOptions
199
+ options?: __HttpHandlerOptions,
224
200
  ): Promise<GetMembershipCommandOutput>;
225
201
  getMembership(
226
202
  args: GetMembershipCommandInput,
227
- cb: (err: any, data?: GetMembershipCommandOutput) => void
203
+ cb: (err: any, data?: GetMembershipCommandOutput) => void,
228
204
  ): void;
229
205
  getMembership(
230
206
  args: GetMembershipCommandInput,
231
207
  options: __HttpHandlerOptions,
232
- cb: (err: any, data?: GetMembershipCommandOutput) => void
208
+ cb: (err: any, data?: GetMembershipCommandOutput) => void,
233
209
  ): void;
234
210
  listCaseEdits(
235
211
  args: ListCaseEditsCommandInput,
236
- options?: __HttpHandlerOptions
212
+ options?: __HttpHandlerOptions,
237
213
  ): Promise<ListCaseEditsCommandOutput>;
238
214
  listCaseEdits(
239
215
  args: ListCaseEditsCommandInput,
240
- cb: (err: any, data?: ListCaseEditsCommandOutput) => void
216
+ cb: (err: any, data?: ListCaseEditsCommandOutput) => void,
241
217
  ): void;
242
218
  listCaseEdits(
243
219
  args: ListCaseEditsCommandInput,
244
220
  options: __HttpHandlerOptions,
245
- cb: (err: any, data?: ListCaseEditsCommandOutput) => void
221
+ cb: (err: any, data?: ListCaseEditsCommandOutput) => void,
246
222
  ): void;
247
223
  listCases(): Promise<ListCasesCommandOutput>;
248
224
  listCases(
249
225
  args: ListCasesCommandInput,
250
- options?: __HttpHandlerOptions
226
+ options?: __HttpHandlerOptions,
251
227
  ): Promise<ListCasesCommandOutput>;
252
228
  listCases(
253
229
  args: ListCasesCommandInput,
254
- cb: (err: any, data?: ListCasesCommandOutput) => void
230
+ cb: (err: any, data?: ListCasesCommandOutput) => void,
255
231
  ): void;
256
232
  listCases(
257
233
  args: ListCasesCommandInput,
258
234
  options: __HttpHandlerOptions,
259
- cb: (err: any, data?: ListCasesCommandOutput) => void
235
+ cb: (err: any, data?: ListCasesCommandOutput) => void,
260
236
  ): void;
261
237
  listComments(
262
238
  args: ListCommentsCommandInput,
263
- options?: __HttpHandlerOptions
239
+ options?: __HttpHandlerOptions,
264
240
  ): Promise<ListCommentsCommandOutput>;
265
241
  listComments(
266
242
  args: ListCommentsCommandInput,
267
- cb: (err: any, data?: ListCommentsCommandOutput) => void
243
+ cb: (err: any, data?: ListCommentsCommandOutput) => void,
268
244
  ): void;
269
245
  listComments(
270
246
  args: ListCommentsCommandInput,
271
247
  options: __HttpHandlerOptions,
272
- cb: (err: any, data?: ListCommentsCommandOutput) => void
248
+ cb: (err: any, data?: ListCommentsCommandOutput) => void,
273
249
  ): void;
274
250
  listInvestigations(
275
251
  args: ListInvestigationsCommandInput,
276
- options?: __HttpHandlerOptions
252
+ options?: __HttpHandlerOptions,
277
253
  ): Promise<ListInvestigationsCommandOutput>;
278
254
  listInvestigations(
279
255
  args: ListInvestigationsCommandInput,
280
- cb: (err: any, data?: ListInvestigationsCommandOutput) => void
256
+ cb: (err: any, data?: ListInvestigationsCommandOutput) => void,
281
257
  ): void;
282
258
  listInvestigations(
283
259
  args: ListInvestigationsCommandInput,
284
260
  options: __HttpHandlerOptions,
285
- cb: (err: any, data?: ListInvestigationsCommandOutput) => void
261
+ cb: (err: any, data?: ListInvestigationsCommandOutput) => void,
286
262
  ): void;
287
263
  listMemberships(): Promise<ListMembershipsCommandOutput>;
288
264
  listMemberships(
289
265
  args: ListMembershipsCommandInput,
290
- options?: __HttpHandlerOptions
266
+ options?: __HttpHandlerOptions,
291
267
  ): Promise<ListMembershipsCommandOutput>;
292
268
  listMemberships(
293
269
  args: ListMembershipsCommandInput,
294
- cb: (err: any, data?: ListMembershipsCommandOutput) => void
270
+ cb: (err: any, data?: ListMembershipsCommandOutput) => void,
295
271
  ): void;
296
272
  listMemberships(
297
273
  args: ListMembershipsCommandInput,
298
274
  options: __HttpHandlerOptions,
299
- cb: (err: any, data?: ListMembershipsCommandOutput) => void
275
+ cb: (err: any, data?: ListMembershipsCommandOutput) => void,
300
276
  ): void;
301
277
  listTagsForResource(
302
278
  args: ListTagsForResourceCommandInput,
303
- options?: __HttpHandlerOptions
279
+ options?: __HttpHandlerOptions,
304
280
  ): Promise<ListTagsForResourceCommandOutput>;
305
281
  listTagsForResource(
306
282
  args: ListTagsForResourceCommandInput,
307
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
283
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
308
284
  ): void;
309
285
  listTagsForResource(
310
286
  args: ListTagsForResourceCommandInput,
311
287
  options: __HttpHandlerOptions,
312
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
288
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
313
289
  ): void;
314
290
  sendFeedback(
315
291
  args: SendFeedbackCommandInput,
316
- options?: __HttpHandlerOptions
292
+ options?: __HttpHandlerOptions,
317
293
  ): Promise<SendFeedbackCommandOutput>;
318
294
  sendFeedback(
319
295
  args: SendFeedbackCommandInput,
320
- cb: (err: any, data?: SendFeedbackCommandOutput) => void
296
+ cb: (err: any, data?: SendFeedbackCommandOutput) => void,
321
297
  ): void;
322
298
  sendFeedback(
323
299
  args: SendFeedbackCommandInput,
324
300
  options: __HttpHandlerOptions,
325
- cb: (err: any, data?: SendFeedbackCommandOutput) => void
301
+ cb: (err: any, data?: SendFeedbackCommandOutput) => void,
326
302
  ): void;
327
303
  tagResource(
328
304
  args: TagResourceCommandInput,
329
- options?: __HttpHandlerOptions
305
+ options?: __HttpHandlerOptions,
330
306
  ): Promise<TagResourceCommandOutput>;
331
307
  tagResource(
332
308
  args: TagResourceCommandInput,
333
- cb: (err: any, data?: TagResourceCommandOutput) => void
309
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
334
310
  ): void;
335
311
  tagResource(
336
312
  args: TagResourceCommandInput,
337
313
  options: __HttpHandlerOptions,
338
- cb: (err: any, data?: TagResourceCommandOutput) => void
314
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
339
315
  ): void;
340
316
  untagResource(
341
317
  args: UntagResourceCommandInput,
342
- options?: __HttpHandlerOptions
318
+ options?: __HttpHandlerOptions,
343
319
  ): Promise<UntagResourceCommandOutput>;
344
320
  untagResource(
345
321
  args: UntagResourceCommandInput,
346
- cb: (err: any, data?: UntagResourceCommandOutput) => void
322
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
347
323
  ): void;
348
324
  untagResource(
349
325
  args: UntagResourceCommandInput,
350
326
  options: __HttpHandlerOptions,
351
- cb: (err: any, data?: UntagResourceCommandOutput) => void
327
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
352
328
  ): void;
353
329
  updateCase(
354
330
  args: UpdateCaseCommandInput,
355
- options?: __HttpHandlerOptions
331
+ options?: __HttpHandlerOptions,
356
332
  ): Promise<UpdateCaseCommandOutput>;
357
333
  updateCase(
358
334
  args: UpdateCaseCommandInput,
359
- cb: (err: any, data?: UpdateCaseCommandOutput) => void
335
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void,
360
336
  ): void;
361
337
  updateCase(
362
338
  args: UpdateCaseCommandInput,
363
339
  options: __HttpHandlerOptions,
364
- cb: (err: any, data?: UpdateCaseCommandOutput) => void
340
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void,
365
341
  ): void;
366
342
  updateCaseComment(
367
343
  args: UpdateCaseCommentCommandInput,
368
- options?: __HttpHandlerOptions
344
+ options?: __HttpHandlerOptions,
369
345
  ): Promise<UpdateCaseCommentCommandOutput>;
370
346
  updateCaseComment(
371
347
  args: UpdateCaseCommentCommandInput,
372
- cb: (err: any, data?: UpdateCaseCommentCommandOutput) => void
348
+ cb: (err: any, data?: UpdateCaseCommentCommandOutput) => void,
373
349
  ): void;
374
350
  updateCaseComment(
375
351
  args: UpdateCaseCommentCommandInput,
376
352
  options: __HttpHandlerOptions,
377
- cb: (err: any, data?: UpdateCaseCommentCommandOutput) => void
353
+ cb: (err: any, data?: UpdateCaseCommentCommandOutput) => void,
378
354
  ): void;
379
355
  updateCaseStatus(
380
356
  args: UpdateCaseStatusCommandInput,
381
- options?: __HttpHandlerOptions
357
+ options?: __HttpHandlerOptions,
382
358
  ): Promise<UpdateCaseStatusCommandOutput>;
383
359
  updateCaseStatus(
384
360
  args: UpdateCaseStatusCommandInput,
385
- cb: (err: any, data?: UpdateCaseStatusCommandOutput) => void
361
+ cb: (err: any, data?: UpdateCaseStatusCommandOutput) => void,
386
362
  ): void;
387
363
  updateCaseStatus(
388
364
  args: UpdateCaseStatusCommandInput,
389
365
  options: __HttpHandlerOptions,
390
- cb: (err: any, data?: UpdateCaseStatusCommandOutput) => void
366
+ cb: (err: any, data?: UpdateCaseStatusCommandOutput) => void,
391
367
  ): void;
392
368
  updateMembership(
393
369
  args: UpdateMembershipCommandInput,
394
- options?: __HttpHandlerOptions
370
+ options?: __HttpHandlerOptions,
395
371
  ): Promise<UpdateMembershipCommandOutput>;
396
372
  updateMembership(
397
373
  args: UpdateMembershipCommandInput,
398
- cb: (err: any, data?: UpdateMembershipCommandOutput) => void
374
+ cb: (err: any, data?: UpdateMembershipCommandOutput) => void,
399
375
  ): void;
400
376
  updateMembership(
401
377
  args: UpdateMembershipCommandInput,
402
378
  options: __HttpHandlerOptions,
403
- cb: (err: any, data?: UpdateMembershipCommandOutput) => void
379
+ cb: (err: any, data?: UpdateMembershipCommandOutput) => void,
404
380
  ): void;
405
381
  updateResolverType(
406
382
  args: UpdateResolverTypeCommandInput,
407
- options?: __HttpHandlerOptions
383
+ options?: __HttpHandlerOptions,
408
384
  ): Promise<UpdateResolverTypeCommandOutput>;
409
385
  updateResolverType(
410
386
  args: UpdateResolverTypeCommandInput,
411
- cb: (err: any, data?: UpdateResolverTypeCommandOutput) => void
387
+ cb: (err: any, data?: UpdateResolverTypeCommandOutput) => void,
412
388
  ): void;
413
389
  updateResolverType(
414
390
  args: UpdateResolverTypeCommandInput,
415
391
  options: __HttpHandlerOptions,
416
- cb: (err: any, data?: UpdateResolverTypeCommandOutput) => void
392
+ cb: (err: any, data?: UpdateResolverTypeCommandOutput) => void,
417
393
  ): void;
418
394
  paginateListCaseEdits(
419
395
  args: ListCaseEditsCommandInput,
420
396
  paginationConfig?: Pick<
421
397
  PaginationConfiguration,
422
398
  Exclude<keyof PaginationConfiguration, "client">
423
- >
399
+ >,
424
400
  ): Paginator<ListCaseEditsCommandOutput>;
425
401
  paginateListCases(
426
402
  args?: ListCasesCommandInput,
427
403
  paginationConfig?: Pick<
428
404
  PaginationConfiguration,
429
405
  Exclude<keyof PaginationConfiguration, "client">
430
- >
406
+ >,
431
407
  ): Paginator<ListCasesCommandOutput>;
432
408
  paginateListComments(
433
409
  args: ListCommentsCommandInput,
434
410
  paginationConfig?: Pick<
435
411
  PaginationConfiguration,
436
412
  Exclude<keyof PaginationConfiguration, "client">
437
- >
413
+ >,
438
414
  ): Paginator<ListCommentsCommandOutput>;
439
415
  paginateListInvestigations(
440
416
  args: ListInvestigationsCommandInput,
441
417
  paginationConfig?: Pick<
442
418
  PaginationConfiguration,
443
419
  Exclude<keyof PaginationConfiguration, "client">
444
- >
420
+ >,
445
421
  ): Paginator<ListInvestigationsCommandOutput>;
446
422
  paginateListMemberships(
447
423
  args?: ListMembershipsCommandInput,
448
424
  paginationConfig?: Pick<
449
425
  PaginationConfiguration,
450
426
  Exclude<keyof PaginationConfiguration, "client">
451
- >
427
+ >,
452
428
  ): Paginator<ListMembershipsCommandOutput>;
453
429
  }
454
- export declare class SecurityIR
455
- extends SecurityIRClient
456
- implements SecurityIR {}
430
+ export declare class SecurityIR extends SecurityIRClient implements SecurityIR {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -44,14 +41,8 @@ import {
44
41
  CancelMembershipCommandInput,
45
42
  CancelMembershipCommandOutput,
46
43
  } from "./commands/CancelMembershipCommand";
47
- import {
48
- CloseCaseCommandInput,
49
- CloseCaseCommandOutput,
50
- } from "./commands/CloseCaseCommand";
51
- import {
52
- CreateCaseCommandInput,
53
- CreateCaseCommandOutput,
54
- } from "./commands/CreateCaseCommand";
44
+ import { CloseCaseCommandInput, CloseCaseCommandOutput } from "./commands/CloseCaseCommand";
45
+ import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
55
46
  import {
56
47
  CreateCaseCommentCommandInput,
57
48
  CreateCaseCommentCommandOutput,
@@ -68,10 +59,7 @@ import {
68
59
  GetCaseAttachmentUploadUrlCommandInput,
69
60
  GetCaseAttachmentUploadUrlCommandOutput,
70
61
  } from "./commands/GetCaseAttachmentUploadUrlCommand";
71
- import {
72
- GetCaseCommandInput,
73
- GetCaseCommandOutput,
74
- } from "./commands/GetCaseCommand";
62
+ import { GetCaseCommandInput, GetCaseCommandOutput } from "./commands/GetCaseCommand";
75
63
  import {
76
64
  GetMembershipCommandInput,
77
65
  GetMembershipCommandOutput,
@@ -80,10 +68,7 @@ import {
80
68
  ListCaseEditsCommandInput,
81
69
  ListCaseEditsCommandOutput,
82
70
  } from "./commands/ListCaseEditsCommand";
83
- import {
84
- ListCasesCommandInput,
85
- ListCasesCommandOutput,
86
- } from "./commands/ListCasesCommand";
71
+ import { ListCasesCommandInput, ListCasesCommandOutput } from "./commands/ListCasesCommand";
87
72
  import {
88
73
  ListCommentsCommandInput,
89
74
  ListCommentsCommandOutput,
@@ -104,18 +89,12 @@ import {
104
89
  SendFeedbackCommandInput,
105
90
  SendFeedbackCommandOutput,
106
91
  } from "./commands/SendFeedbackCommand";
107
- import {
108
- TagResourceCommandInput,
109
- TagResourceCommandOutput,
110
- } from "./commands/TagResourceCommand";
92
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
111
93
  import {
112
94
  UntagResourceCommandInput,
113
95
  UntagResourceCommandOutput,
114
96
  } from "./commands/UntagResourceCommand";
115
- import {
116
- UpdateCaseCommandInput,
117
- UpdateCaseCommandOutput,
118
- } from "./commands/UpdateCaseCommand";
97
+ import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
119
98
  import {
120
99
  UpdateCaseCommentCommandInput,
121
100
  UpdateCaseCommentCommandOutput,
@@ -189,8 +168,7 @@ export type ServiceOutputTypes =
189
168
  | UpdateCaseStatusCommandOutput
190
169
  | UpdateMembershipCommandOutput
191
170
  | UpdateResolverTypeCommandOutput;
192
- export interface ClientDefaults
193
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
171
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
194
172
  requestHandler?: __HttpHandlerUserInput;
195
173
  sha256?: __ChecksumConstructor | __HashConstructor;
196
174
  urlParser?: __UrlParser;
@@ -215,9 +193,7 @@ export interface ClientDefaults
215
193
  extensions?: RuntimeExtension[];
216
194
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
217
195
  }
218
- export type SecurityIRClientConfigType = Partial<
219
- __SmithyConfiguration<__HttpHandlerOptions>
220
- > &
196
+ export type SecurityIRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
221
197
  ClientDefaults &
222
198
  UserAgentInputConfig &
223
199
  RetryInputConfig &
@@ -238,8 +214,7 @@ export type SecurityIRClientResolvedConfigType =
238
214
  EndpointResolvedConfig<EndpointParameters> &
239
215
  HttpAuthSchemeResolvedConfig &
240
216
  ClientResolvedEndpointParameters;
241
- export interface SecurityIRClientResolvedConfig
242
- extends SecurityIRClientResolvedConfigType {}
217
+ export interface SecurityIRClientResolvedConfig extends SecurityIRClientResolvedConfigType {}
243
218
  export declare class SecurityIRClient extends __Client<
244
219
  __HttpHandlerOptions,
245
220
  ServiceInputTypes,
@@ -247,8 +222,6 @@ export declare class SecurityIRClient extends __Client<
247
222
  SecurityIRClientResolvedConfig
248
223
  > {
249
224
  readonly config: SecurityIRClientResolvedConfig;
250
- constructor(
251
- ...[configuration]: __CheckOptionalClientConfig<SecurityIRClientConfig>
252
- );
225
+ constructor(...[configuration]: __CheckOptionalClientConfig<SecurityIRClientConfig>);
253
226
  destroy(): void;
254
227
  }
@@ -7,17 +7,10 @@ import { SecurityIRHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SecurityIRHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SecurityIRHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SecurityIRHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;