@aws-sdk/client-securityagent 3.1070.0 → 3.1071.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 (162) hide show
  1. package/README.md +217 -0
  2. package/dist-cjs/index.js +573 -1
  3. package/dist-cjs/models/errors.js +12 -0
  4. package/dist-cjs/schemas/schemas_0.js +1143 -103
  5. package/dist-es/SecurityAgent.js +76 -0
  6. package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
  7. package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
  8. package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
  9. package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
  10. package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
  11. package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
  12. package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
  13. package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
  14. package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
  15. package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
  16. package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
  17. package/dist-es/commands/CreateThreatCommand.js +16 -0
  18. package/dist-es/commands/CreateThreatModelCommand.js +16 -0
  19. package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
  20. package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
  21. package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
  22. package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
  23. package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
  24. package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
  25. package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
  26. package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
  27. package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
  28. package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
  29. package/dist-es/commands/ListThreatModelsCommand.js +16 -0
  30. package/dist-es/commands/ListThreatsCommand.js +16 -0
  31. package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
  32. package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
  33. package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
  34. package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
  35. package/dist-es/commands/UpdateThreatCommand.js +16 -0
  36. package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
  37. package/dist-es/commands/index.js +31 -0
  38. package/dist-es/models/enums.js +93 -0
  39. package/dist-es/models/errors.js +12 -0
  40. package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
  41. package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
  42. package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
  43. package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
  44. package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
  45. package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
  46. package/dist-es/pagination/ListThreatsPaginator.js +4 -0
  47. package/dist-es/pagination/index.js +7 -0
  48. package/dist-es/schemas/schemas_0.js +1040 -103
  49. package/dist-types/SecurityAgent.d.ts +268 -0
  50. package/dist-types/SecurityAgentClient.d.ts +33 -2
  51. package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
  52. package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
  53. package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
  54. package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
  55. package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
  56. package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
  57. package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
  58. package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
  59. package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
  60. package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
  61. package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
  62. package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
  63. package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
  64. package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
  65. package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
  66. package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
  67. package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
  68. package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
  69. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
  70. package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
  71. package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
  72. package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
  73. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
  74. package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
  75. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
  76. package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
  77. package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
  78. package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
  79. package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
  80. package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
  81. package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
  83. package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
  84. package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
  86. package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
  87. package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
  88. package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
  89. package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
  90. package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
  91. package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
  92. package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
  93. package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
  94. package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
  95. package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
  96. package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
  97. package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
  98. package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
  99. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
  100. package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
  101. package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
  102. package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
  103. package/dist-types/commands/index.d.ts +31 -0
  104. package/dist-types/models/enums.d.ts +250 -0
  105. package/dist-types/models/errors.d.ts +12 -0
  106. package/dist-types/models/models_0.d.ts +4254 -818
  107. package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
  108. package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
  109. package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
  110. package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
  111. package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
  112. package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/index.d.ts +7 -0
  115. package/dist-types/schemas/schemas_0.d.ts +134 -0
  116. package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
  117. package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
  118. package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
  119. package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
  120. package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
  121. package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
  122. package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
  124. package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
  126. package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
  127. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
  128. package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
  129. package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
  130. package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
  131. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
  132. package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
  133. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
  134. package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
  135. package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
  136. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
  137. package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
  138. package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
  139. package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
  140. package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
  142. package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
  143. package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
  144. package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
  145. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
  146. package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  150. package/dist-types/ts3.4/models/enums.d.ts +123 -0
  151. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +924 -0
  153. package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
  155. package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
  156. package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
  159. package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  161. package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
  162. package/package.json +3 -3
@@ -40,6 +40,10 @@ import {
40
40
  AddArtifactCommandInput,
41
41
  AddArtifactCommandOutput,
42
42
  } from "./commands/AddArtifactCommand";
43
+ import {
44
+ BatchCreateSecurityRequirementsCommandInput,
45
+ BatchCreateSecurityRequirementsCommandOutput,
46
+ } from "./commands/BatchCreateSecurityRequirementsCommand";
43
47
  import {
44
48
  BatchDeleteCodeReviewsCommandInput,
45
49
  BatchDeleteCodeReviewsCommandOutput,
@@ -48,6 +52,14 @@ import {
48
52
  BatchDeletePentestsCommandInput,
49
53
  BatchDeletePentestsCommandOutput,
50
54
  } from "./commands/BatchDeletePentestsCommand";
55
+ import {
56
+ BatchDeleteSecurityRequirementsCommandInput,
57
+ BatchDeleteSecurityRequirementsCommandOutput,
58
+ } from "./commands/BatchDeleteSecurityRequirementsCommand";
59
+ import {
60
+ BatchDeleteThreatModelsCommandInput,
61
+ BatchDeleteThreatModelsCommandOutput,
62
+ } from "./commands/BatchDeleteThreatModelsCommand";
51
63
  import {
52
64
  BatchGetAgentSpacesCommandInput,
53
65
  BatchGetAgentSpacesCommandOutput,
@@ -84,10 +96,34 @@ import {
84
96
  BatchGetPentestsCommandInput,
85
97
  BatchGetPentestsCommandOutput,
86
98
  } from "./commands/BatchGetPentestsCommand";
99
+ import {
100
+ BatchGetSecurityRequirementsCommandInput,
101
+ BatchGetSecurityRequirementsCommandOutput,
102
+ } from "./commands/BatchGetSecurityRequirementsCommand";
87
103
  import {
88
104
  BatchGetTargetDomainsCommandInput,
89
105
  BatchGetTargetDomainsCommandOutput,
90
106
  } from "./commands/BatchGetTargetDomainsCommand";
107
+ import {
108
+ BatchGetThreatModelJobsCommandInput,
109
+ BatchGetThreatModelJobsCommandOutput,
110
+ } from "./commands/BatchGetThreatModelJobsCommand";
111
+ import {
112
+ BatchGetThreatModelJobTasksCommandInput,
113
+ BatchGetThreatModelJobTasksCommandOutput,
114
+ } from "./commands/BatchGetThreatModelJobTasksCommand";
115
+ import {
116
+ BatchGetThreatModelsCommandInput,
117
+ BatchGetThreatModelsCommandOutput,
118
+ } from "./commands/BatchGetThreatModelsCommand";
119
+ import {
120
+ BatchGetThreatsCommandInput,
121
+ BatchGetThreatsCommandOutput,
122
+ } from "./commands/BatchGetThreatsCommand";
123
+ import {
124
+ BatchUpdateSecurityRequirementsCommandInput,
125
+ BatchUpdateSecurityRequirementsCommandOutput,
126
+ } from "./commands/BatchUpdateSecurityRequirementsCommand";
91
127
  import {
92
128
  CreateAgentSpaceCommandInput,
93
129
  CreateAgentSpaceCommandOutput,
@@ -112,10 +148,26 @@ import {
112
148
  CreatePentestCommandInput,
113
149
  CreatePentestCommandOutput,
114
150
  } from "./commands/CreatePentestCommand";
151
+ import {
152
+ CreatePrivateConnectionCommandInput,
153
+ CreatePrivateConnectionCommandOutput,
154
+ } from "./commands/CreatePrivateConnectionCommand";
155
+ import {
156
+ CreateSecurityRequirementPackCommandInput,
157
+ CreateSecurityRequirementPackCommandOutput,
158
+ } from "./commands/CreateSecurityRequirementPackCommand";
115
159
  import {
116
160
  CreateTargetDomainCommandInput,
117
161
  CreateTargetDomainCommandOutput,
118
162
  } from "./commands/CreateTargetDomainCommand";
163
+ import {
164
+ CreateThreatCommandInput,
165
+ CreateThreatCommandOutput,
166
+ } from "./commands/CreateThreatCommand";
167
+ import {
168
+ CreateThreatModelCommandInput,
169
+ CreateThreatModelCommandOutput,
170
+ } from "./commands/CreateThreatModelCommand";
119
171
  import {
120
172
  DeleteAgentSpaceCommandInput,
121
173
  DeleteAgentSpaceCommandOutput,
@@ -136,10 +188,22 @@ import {
136
188
  DeleteMembershipCommandInput,
137
189
  DeleteMembershipCommandOutput,
138
190
  } from "./commands/DeleteMembershipCommand";
191
+ import {
192
+ DeletePrivateConnectionCommandInput,
193
+ DeletePrivateConnectionCommandOutput,
194
+ } from "./commands/DeletePrivateConnectionCommand";
195
+ import {
196
+ DeleteSecurityRequirementPackCommandInput,
197
+ DeleteSecurityRequirementPackCommandOutput,
198
+ } from "./commands/DeleteSecurityRequirementPackCommand";
139
199
  import {
140
200
  DeleteTargetDomainCommandInput,
141
201
  DeleteTargetDomainCommandOutput,
142
202
  } from "./commands/DeleteTargetDomainCommand";
203
+ import {
204
+ DescribePrivateConnectionCommandInput,
205
+ DescribePrivateConnectionCommandOutput,
206
+ } from "./commands/DescribePrivateConnectionCommand";
143
207
  import {
144
208
  GetApplicationCommandInput,
145
209
  GetApplicationCommandOutput,
@@ -152,6 +216,14 @@ import {
152
216
  GetIntegrationCommandInput,
153
217
  GetIntegrationCommandOutput,
154
218
  } from "./commands/GetIntegrationCommand";
219
+ import {
220
+ GetSecurityRequirementPackCommandInput,
221
+ GetSecurityRequirementPackCommandOutput,
222
+ } from "./commands/GetSecurityRequirementPackCommand";
223
+ import {
224
+ ImportSecurityRequirementsCommandInput,
225
+ ImportSecurityRequirementsCommandOutput,
226
+ } from "./commands/ImportSecurityRequirementsCommand";
155
227
  import {
156
228
  InitiateProviderRegistrationCommandInput,
157
229
  InitiateProviderRegistrationCommandOutput,
@@ -212,6 +284,18 @@ import {
212
284
  ListPentestsCommandInput,
213
285
  ListPentestsCommandOutput,
214
286
  } from "./commands/ListPentestsCommand";
287
+ import {
288
+ ListPrivateConnectionsCommandInput,
289
+ ListPrivateConnectionsCommandOutput,
290
+ } from "./commands/ListPrivateConnectionsCommand";
291
+ import {
292
+ ListSecurityRequirementPacksCommandInput,
293
+ ListSecurityRequirementPacksCommandOutput,
294
+ } from "./commands/ListSecurityRequirementPacksCommand";
295
+ import {
296
+ ListSecurityRequirementsCommandInput,
297
+ ListSecurityRequirementsCommandOutput,
298
+ } from "./commands/ListSecurityRequirementsCommand";
215
299
  import {
216
300
  ListTagsForResourceCommandInput,
217
301
  ListTagsForResourceCommandOutput,
@@ -220,6 +304,22 @@ import {
220
304
  ListTargetDomainsCommandInput,
221
305
  ListTargetDomainsCommandOutput,
222
306
  } from "./commands/ListTargetDomainsCommand";
307
+ import {
308
+ ListThreatModelJobsCommandInput,
309
+ ListThreatModelJobsCommandOutput,
310
+ } from "./commands/ListThreatModelJobsCommand";
311
+ import {
312
+ ListThreatModelJobTasksCommandInput,
313
+ ListThreatModelJobTasksCommandOutput,
314
+ } from "./commands/ListThreatModelJobTasksCommand";
315
+ import {
316
+ ListThreatModelsCommandInput,
317
+ ListThreatModelsCommandOutput,
318
+ } from "./commands/ListThreatModelsCommand";
319
+ import {
320
+ ListThreatsCommandInput,
321
+ ListThreatsCommandOutput,
322
+ } from "./commands/ListThreatsCommand";
223
323
  import {
224
324
  StartCodeRemediationCommandInput,
225
325
  StartCodeRemediationCommandOutput,
@@ -232,6 +332,10 @@ import {
232
332
  StartPentestJobCommandInput,
233
333
  StartPentestJobCommandOutput,
234
334
  } from "./commands/StartPentestJobCommand";
335
+ import {
336
+ StartThreatModelJobCommandInput,
337
+ StartThreatModelJobCommandOutput,
338
+ } from "./commands/StartThreatModelJobCommand";
235
339
  import {
236
340
  StopCodeReviewJobCommandInput,
237
341
  StopCodeReviewJobCommandOutput,
@@ -240,6 +344,10 @@ import {
240
344
  StopPentestJobCommandInput,
241
345
  StopPentestJobCommandOutput,
242
346
  } from "./commands/StopPentestJobCommand";
347
+ import {
348
+ StopThreatModelJobCommandInput,
349
+ StopThreatModelJobCommandOutput,
350
+ } from "./commands/StopThreatModelJobCommand";
243
351
  import {
244
352
  TagResourceCommandInput,
245
353
  TagResourceCommandOutput,
@@ -272,10 +380,26 @@ import {
272
380
  UpdatePentestCommandInput,
273
381
  UpdatePentestCommandOutput,
274
382
  } from "./commands/UpdatePentestCommand";
383
+ import {
384
+ UpdatePrivateConnectionCertificateCommandInput,
385
+ UpdatePrivateConnectionCertificateCommandOutput,
386
+ } from "./commands/UpdatePrivateConnectionCertificateCommand";
387
+ import {
388
+ UpdateSecurityRequirementPackCommandInput,
389
+ UpdateSecurityRequirementPackCommandOutput,
390
+ } from "./commands/UpdateSecurityRequirementPackCommand";
275
391
  import {
276
392
  UpdateTargetDomainCommandInput,
277
393
  UpdateTargetDomainCommandOutput,
278
394
  } from "./commands/UpdateTargetDomainCommand";
395
+ import {
396
+ UpdateThreatCommandInput,
397
+ UpdateThreatCommandOutput,
398
+ } from "./commands/UpdateThreatCommand";
399
+ import {
400
+ UpdateThreatModelCommandInput,
401
+ UpdateThreatModelCommandOutput,
402
+ } from "./commands/UpdateThreatModelCommand";
279
403
  import {
280
404
  VerifyTargetDomainCommandInput,
281
405
  VerifyTargetDomainCommandOutput,
@@ -289,8 +413,11 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
289
413
  export { __Client };
290
414
  export type ServiceInputTypes =
291
415
  | AddArtifactCommandInput
416
+ | BatchCreateSecurityRequirementsCommandInput
292
417
  | BatchDeleteCodeReviewsCommandInput
293
418
  | BatchDeletePentestsCommandInput
419
+ | BatchDeleteSecurityRequirementsCommandInput
420
+ | BatchDeleteThreatModelsCommandInput
294
421
  | BatchGetAgentSpacesCommandInput
295
422
  | BatchGetArtifactMetadataCommandInput
296
423
  | BatchGetCodeReviewJobTasksCommandInput
@@ -300,23 +427,38 @@ export type ServiceInputTypes =
300
427
  | BatchGetPentestJobTasksCommandInput
301
428
  | BatchGetPentestJobsCommandInput
302
429
  | BatchGetPentestsCommandInput
430
+ | BatchGetSecurityRequirementsCommandInput
303
431
  | BatchGetTargetDomainsCommandInput
432
+ | BatchGetThreatModelJobTasksCommandInput
433
+ | BatchGetThreatModelJobsCommandInput
434
+ | BatchGetThreatModelsCommandInput
435
+ | BatchGetThreatsCommandInput
436
+ | BatchUpdateSecurityRequirementsCommandInput
304
437
  | CreateAgentSpaceCommandInput
305
438
  | CreateApplicationCommandInput
306
439
  | CreateCodeReviewCommandInput
307
440
  | CreateIntegrationCommandInput
308
441
  | CreateMembershipCommandInput
309
442
  | CreatePentestCommandInput
443
+ | CreatePrivateConnectionCommandInput
444
+ | CreateSecurityRequirementPackCommandInput
310
445
  | CreateTargetDomainCommandInput
446
+ | CreateThreatCommandInput
447
+ | CreateThreatModelCommandInput
311
448
  | DeleteAgentSpaceCommandInput
312
449
  | DeleteApplicationCommandInput
313
450
  | DeleteArtifactCommandInput
314
451
  | DeleteIntegrationCommandInput
315
452
  | DeleteMembershipCommandInput
453
+ | DeletePrivateConnectionCommandInput
454
+ | DeleteSecurityRequirementPackCommandInput
316
455
  | DeleteTargetDomainCommandInput
456
+ | DescribePrivateConnectionCommandInput
317
457
  | GetApplicationCommandInput
318
458
  | GetArtifactCommandInput
319
459
  | GetIntegrationCommandInput
460
+ | GetSecurityRequirementPackCommandInput
461
+ | ImportSecurityRequirementsCommandInput
320
462
  | InitiateProviderRegistrationCommandInput
321
463
  | ListAgentSpacesCommandInput
322
464
  | ListApplicationsCommandInput
@@ -332,13 +474,22 @@ export type ServiceInputTypes =
332
474
  | ListPentestJobTasksCommandInput
333
475
  | ListPentestJobsForPentestCommandInput
334
476
  | ListPentestsCommandInput
477
+ | ListPrivateConnectionsCommandInput
478
+ | ListSecurityRequirementPacksCommandInput
479
+ | ListSecurityRequirementsCommandInput
335
480
  | ListTagsForResourceCommandInput
336
481
  | ListTargetDomainsCommandInput
482
+ | ListThreatModelJobTasksCommandInput
483
+ | ListThreatModelJobsCommandInput
484
+ | ListThreatModelsCommandInput
485
+ | ListThreatsCommandInput
337
486
  | StartCodeRemediationCommandInput
338
487
  | StartCodeReviewJobCommandInput
339
488
  | StartPentestJobCommandInput
489
+ | StartThreatModelJobCommandInput
340
490
  | StopCodeReviewJobCommandInput
341
491
  | StopPentestJobCommandInput
492
+ | StopThreatModelJobCommandInput
342
493
  | TagResourceCommandInput
343
494
  | UntagResourceCommandInput
344
495
  | UpdateAgentSpaceCommandInput
@@ -347,12 +498,19 @@ export type ServiceInputTypes =
347
498
  | UpdateFindingCommandInput
348
499
  | UpdateIntegratedResourcesCommandInput
349
500
  | UpdatePentestCommandInput
501
+ | UpdatePrivateConnectionCertificateCommandInput
502
+ | UpdateSecurityRequirementPackCommandInput
350
503
  | UpdateTargetDomainCommandInput
504
+ | UpdateThreatCommandInput
505
+ | UpdateThreatModelCommandInput
351
506
  | VerifyTargetDomainCommandInput;
352
507
  export type ServiceOutputTypes =
353
508
  | AddArtifactCommandOutput
509
+ | BatchCreateSecurityRequirementsCommandOutput
354
510
  | BatchDeleteCodeReviewsCommandOutput
355
511
  | BatchDeletePentestsCommandOutput
512
+ | BatchDeleteSecurityRequirementsCommandOutput
513
+ | BatchDeleteThreatModelsCommandOutput
356
514
  | BatchGetAgentSpacesCommandOutput
357
515
  | BatchGetArtifactMetadataCommandOutput
358
516
  | BatchGetCodeReviewJobTasksCommandOutput
@@ -362,23 +520,38 @@ export type ServiceOutputTypes =
362
520
  | BatchGetPentestJobTasksCommandOutput
363
521
  | BatchGetPentestJobsCommandOutput
364
522
  | BatchGetPentestsCommandOutput
523
+ | BatchGetSecurityRequirementsCommandOutput
365
524
  | BatchGetTargetDomainsCommandOutput
525
+ | BatchGetThreatModelJobTasksCommandOutput
526
+ | BatchGetThreatModelJobsCommandOutput
527
+ | BatchGetThreatModelsCommandOutput
528
+ | BatchGetThreatsCommandOutput
529
+ | BatchUpdateSecurityRequirementsCommandOutput
366
530
  | CreateAgentSpaceCommandOutput
367
531
  | CreateApplicationCommandOutput
368
532
  | CreateCodeReviewCommandOutput
369
533
  | CreateIntegrationCommandOutput
370
534
  | CreateMembershipCommandOutput
371
535
  | CreatePentestCommandOutput
536
+ | CreatePrivateConnectionCommandOutput
537
+ | CreateSecurityRequirementPackCommandOutput
372
538
  | CreateTargetDomainCommandOutput
539
+ | CreateThreatCommandOutput
540
+ | CreateThreatModelCommandOutput
373
541
  | DeleteAgentSpaceCommandOutput
374
542
  | DeleteApplicationCommandOutput
375
543
  | DeleteArtifactCommandOutput
376
544
  | DeleteIntegrationCommandOutput
377
545
  | DeleteMembershipCommandOutput
546
+ | DeletePrivateConnectionCommandOutput
547
+ | DeleteSecurityRequirementPackCommandOutput
378
548
  | DeleteTargetDomainCommandOutput
549
+ | DescribePrivateConnectionCommandOutput
379
550
  | GetApplicationCommandOutput
380
551
  | GetArtifactCommandOutput
381
552
  | GetIntegrationCommandOutput
553
+ | GetSecurityRequirementPackCommandOutput
554
+ | ImportSecurityRequirementsCommandOutput
382
555
  | InitiateProviderRegistrationCommandOutput
383
556
  | ListAgentSpacesCommandOutput
384
557
  | ListApplicationsCommandOutput
@@ -394,13 +567,22 @@ export type ServiceOutputTypes =
394
567
  | ListPentestJobTasksCommandOutput
395
568
  | ListPentestJobsForPentestCommandOutput
396
569
  | ListPentestsCommandOutput
570
+ | ListPrivateConnectionsCommandOutput
571
+ | ListSecurityRequirementPacksCommandOutput
572
+ | ListSecurityRequirementsCommandOutput
397
573
  | ListTagsForResourceCommandOutput
398
574
  | ListTargetDomainsCommandOutput
575
+ | ListThreatModelJobTasksCommandOutput
576
+ | ListThreatModelJobsCommandOutput
577
+ | ListThreatModelsCommandOutput
578
+ | ListThreatsCommandOutput
399
579
  | StartCodeRemediationCommandOutput
400
580
  | StartCodeReviewJobCommandOutput
401
581
  | StartPentestJobCommandOutput
582
+ | StartThreatModelJobCommandOutput
402
583
  | StopCodeReviewJobCommandOutput
403
584
  | StopPentestJobCommandOutput
585
+ | StopThreatModelJobCommandOutput
404
586
  | TagResourceCommandOutput
405
587
  | UntagResourceCommandOutput
406
588
  | UpdateAgentSpaceCommandOutput
@@ -409,7 +591,11 @@ export type ServiceOutputTypes =
409
591
  | UpdateFindingCommandOutput
410
592
  | UpdateIntegratedResourcesCommandOutput
411
593
  | UpdatePentestCommandOutput
594
+ | UpdatePrivateConnectionCertificateCommandOutput
595
+ | UpdateSecurityRequirementPackCommandOutput
412
596
  | UpdateTargetDomainCommandOutput
597
+ | UpdateThreatCommandOutput
598
+ | UpdateThreatModelCommandOutput
413
599
  | VerifyTargetDomainCommandOutput;
414
600
  export interface ClientDefaults
415
601
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchCreateSecurityRequirementsInput,
5
+ BatchCreateSecurityRequirementsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchCreateSecurityRequirementsCommandInput
15
+ extends BatchCreateSecurityRequirementsInput {}
16
+ export interface BatchCreateSecurityRequirementsCommandOutput
17
+ extends BatchCreateSecurityRequirementsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchCreateSecurityRequirementsCommand_base: {
20
+ new (
21
+ input: BatchCreateSecurityRequirementsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchCreateSecurityRequirementsCommandInput,
24
+ BatchCreateSecurityRequirementsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchCreateSecurityRequirementsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchCreateSecurityRequirementsCommandInput,
33
+ BatchCreateSecurityRequirementsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchCreateSecurityRequirementsCommand extends BatchCreateSecurityRequirementsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchCreateSecurityRequirementsInput;
46
+ output: BatchCreateSecurityRequirementsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchCreateSecurityRequirementsCommandInput;
50
+ output: BatchCreateSecurityRequirementsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchDeleteSecurityRequirementsInput,
5
+ BatchDeleteSecurityRequirementsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchDeleteSecurityRequirementsCommandInput
15
+ extends BatchDeleteSecurityRequirementsInput {}
16
+ export interface BatchDeleteSecurityRequirementsCommandOutput
17
+ extends BatchDeleteSecurityRequirementsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchDeleteSecurityRequirementsCommand_base: {
20
+ new (
21
+ input: BatchDeleteSecurityRequirementsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchDeleteSecurityRequirementsCommandInput,
24
+ BatchDeleteSecurityRequirementsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchDeleteSecurityRequirementsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchDeleteSecurityRequirementsCommandInput,
33
+ BatchDeleteSecurityRequirementsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchDeleteSecurityRequirementsCommand extends BatchDeleteSecurityRequirementsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchDeleteSecurityRequirementsInput;
46
+ output: BatchDeleteSecurityRequirementsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchDeleteSecurityRequirementsCommandInput;
50
+ output: BatchDeleteSecurityRequirementsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchDeleteThreatModelsInput,
5
+ BatchDeleteThreatModelsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchDeleteThreatModelsCommandInput
15
+ extends BatchDeleteThreatModelsInput {}
16
+ export interface BatchDeleteThreatModelsCommandOutput
17
+ extends BatchDeleteThreatModelsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchDeleteThreatModelsCommand_base: {
20
+ new (
21
+ input: BatchDeleteThreatModelsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchDeleteThreatModelsCommandInput,
24
+ BatchDeleteThreatModelsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchDeleteThreatModelsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchDeleteThreatModelsCommandInput,
33
+ BatchDeleteThreatModelsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchDeleteThreatModelsCommand extends BatchDeleteThreatModelsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchDeleteThreatModelsInput;
46
+ output: BatchDeleteThreatModelsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchDeleteThreatModelsCommandInput;
50
+ output: BatchDeleteThreatModelsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchGetSecurityRequirementsInput,
5
+ BatchGetSecurityRequirementsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetSecurityRequirementsCommandInput
15
+ extends BatchGetSecurityRequirementsInput {}
16
+ export interface BatchGetSecurityRequirementsCommandOutput
17
+ extends BatchGetSecurityRequirementsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchGetSecurityRequirementsCommand_base: {
20
+ new (
21
+ input: BatchGetSecurityRequirementsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchGetSecurityRequirementsCommandInput,
24
+ BatchGetSecurityRequirementsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetSecurityRequirementsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchGetSecurityRequirementsCommandInput,
33
+ BatchGetSecurityRequirementsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchGetSecurityRequirementsCommand extends BatchGetSecurityRequirementsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchGetSecurityRequirementsInput;
46
+ output: BatchGetSecurityRequirementsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchGetSecurityRequirementsCommandInput;
50
+ output: BatchGetSecurityRequirementsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchGetThreatModelJobTasksInput,
5
+ BatchGetThreatModelJobTasksOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetThreatModelJobTasksCommandInput
15
+ extends BatchGetThreatModelJobTasksInput {}
16
+ export interface BatchGetThreatModelJobTasksCommandOutput
17
+ extends BatchGetThreatModelJobTasksOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchGetThreatModelJobTasksCommand_base: {
20
+ new (
21
+ input: BatchGetThreatModelJobTasksCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchGetThreatModelJobTasksCommandInput,
24
+ BatchGetThreatModelJobTasksCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetThreatModelJobTasksCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchGetThreatModelJobTasksCommandInput,
33
+ BatchGetThreatModelJobTasksCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchGetThreatModelJobTasksCommand extends BatchGetThreatModelJobTasksCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchGetThreatModelJobTasksInput;
46
+ output: BatchGetThreatModelJobTasksOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchGetThreatModelJobTasksCommandInput;
50
+ output: BatchGetThreatModelJobTasksCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchGetThreatModelJobsInput,
5
+ BatchGetThreatModelJobsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetThreatModelJobsCommandInput
15
+ extends BatchGetThreatModelJobsInput {}
16
+ export interface BatchGetThreatModelJobsCommandOutput
17
+ extends BatchGetThreatModelJobsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchGetThreatModelJobsCommand_base: {
20
+ new (
21
+ input: BatchGetThreatModelJobsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchGetThreatModelJobsCommandInput,
24
+ BatchGetThreatModelJobsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetThreatModelJobsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchGetThreatModelJobsCommandInput,
33
+ BatchGetThreatModelJobsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchGetThreatModelJobsCommand extends BatchGetThreatModelJobsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchGetThreatModelJobsInput;
46
+ output: BatchGetThreatModelJobsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchGetThreatModelJobsCommandInput;
50
+ output: BatchGetThreatModelJobsCommandOutput;
51
+ };
52
+ };
53
+ }