@aws-sdk/client-securityagent 3.1070.0 → 3.1072.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
@@ -14,16 +14,28 @@ const _ASS = "AgentSpaceSummary";
14
14
  const _ASSL = "AgentSpaceSummaryList";
15
15
  const _ASp = "ApplicationSummary";
16
16
  const _ASr = "ArtifactSummary";
17
+ const _AT = "AccessToken";
17
18
  const _AWSR = "AWSResources";
18
19
  const _Ar = "Artifact";
19
20
  const _As = "Assets";
20
21
  const _Au = "Authentication";
22
+ const _BCSR = "BatchCreateSecurityRequirements";
23
+ const _BCSRI = "BatchCreateSecurityRequirementsInput";
24
+ const _BCSRO = "BatchCreateSecurityRequirementsOutput";
25
+ const _BCSRR = "BatchCreateSecurityRequirementResult";
26
+ const _BCSRRL = "BatchCreateSecurityRequirementResultList";
21
27
  const _BDCR = "BatchDeleteCodeReviews";
22
28
  const _BDCRI = "BatchDeleteCodeReviewsInput";
23
29
  const _BDCRO = "BatchDeleteCodeReviewsOutput";
24
30
  const _BDP = "BatchDeletePentests";
25
31
  const _BDPI = "BatchDeletePentestsInput";
26
32
  const _BDPO = "BatchDeletePentestsOutput";
33
+ const _BDSR = "BatchDeleteSecurityRequirements";
34
+ const _BDSRI = "BatchDeleteSecurityRequirementsInput";
35
+ const _BDSRO = "BatchDeleteSecurityRequirementsOutput";
36
+ const _BDTM = "BatchDeleteThreatModels";
37
+ const _BDTMI = "BatchDeleteThreatModelsInput";
38
+ const _BDTMO = "BatchDeleteThreatModelsOutput";
27
39
  const _BGAM = "BatchGetArtifactMetadata";
28
40
  const _BGAMI = "BatchGetArtifactMetadataInput";
29
41
  const _BGAMO = "BatchGetArtifactMetadataOutput";
@@ -51,9 +63,35 @@ const _BGPJT = "BatchGetPentestJobTasks";
51
63
  const _BGPJTI = "BatchGetPentestJobTasksInput";
52
64
  const _BGPJTO = "BatchGetPentestJobTasksOutput";
53
65
  const _BGPO = "BatchGetPentestsOutput";
66
+ const _BGSR = "BatchGetSecurityRequirements";
67
+ const _BGSRI = "BatchGetSecurityRequirementsInput";
68
+ const _BGSRO = "BatchGetSecurityRequirementsOutput";
69
+ const _BGSRR = "BatchGetSecurityRequirementResult";
70
+ const _BGSRRL = "BatchGetSecurityRequirementResultList";
71
+ const _BGT = "BatchGetThreats";
54
72
  const _BGTD = "BatchGetTargetDomains";
55
73
  const _BGTDI = "BatchGetTargetDomainsInput";
56
74
  const _BGTDO = "BatchGetTargetDomainsOutput";
75
+ const _BGTI = "BatchGetThreatsInput";
76
+ const _BGTM = "BatchGetThreatModels";
77
+ const _BGTMI = "BatchGetThreatModelsInput";
78
+ const _BGTMJ = "BatchGetThreatModelJobs";
79
+ const _BGTMJI = "BatchGetThreatModelJobsInput";
80
+ const _BGTMJO = "BatchGetThreatModelJobsOutput";
81
+ const _BGTMJT = "BatchGetThreatModelJobTasks";
82
+ const _BGTMJTI = "BatchGetThreatModelJobTasksInput";
83
+ const _BGTMJTO = "BatchGetThreatModelJobTasksOutput";
84
+ const _BGTMO = "BatchGetThreatModelsOutput";
85
+ const _BGTO = "BatchGetThreatsOutput";
86
+ const _BII = "BitbucketIntegrationInput";
87
+ const _BRC = "BitbucketResourceCapabilities";
88
+ const _BRM = "BitbucketRepositoryMetadata";
89
+ const _BRR = "BitbucketRepositoryResource";
90
+ const _BSRE = "BatchSecurityRequirementError";
91
+ const _BSREa = "BatchSecurityRequirementErrors";
92
+ const _BUSR = "BatchUpdateSecurityRequirements";
93
+ const _BUSRI = "BatchUpdateSecurityRequirementsInput";
94
+ const _BUSRO = "BatchUpdateSecurityRequirementsOutput";
57
95
  const _C = "Category";
58
96
  const _CA = "CreateApplication";
59
97
  const _CAR = "CreateApplicationRequest";
@@ -61,14 +99,18 @@ const _CARr = "CreateApplicationResponse";
61
99
  const _CAS = "CreateAgentSpace";
62
100
  const _CASI = "CreateAgentSpaceInput";
63
101
  const _CASO = "CreateAgentSpaceOutput";
102
+ const _CC = "CertificateChain";
64
103
  const _CCR = "CreateCodeReview";
65
104
  const _CCRI = "CreateCodeReviewInput";
66
105
  const _CCRO = "CreateCodeReviewOutput";
106
+ const _CDM = "ConfluenceDocumentMetadata";
107
+ const _CDR = "ConfluenceDocumentResource";
67
108
  const _CE = "ConflictException";
68
109
  const _CH = "CustomHeader";
69
110
  const _CHL = "CustomHeaderList";
70
111
  const _CI = "CreateIntegration";
71
- const _CII = "CreateIntegrationInput";
112
+ const _CII = "ConfluenceIntegrationInput";
113
+ const _CIIr = "CreateIntegrationInput";
72
114
  const _CIO = "CreateIntegrationOutput";
73
115
  const _CL = "CodeLocation";
74
116
  const _CLL = "CodeLocationList";
@@ -77,9 +119,13 @@ const _CM = "CreateMembership";
77
119
  const _CMR = "CreateMembershipRequest";
78
120
  const _CMRr = "CreateMembershipResponse";
79
121
  const _CP = "CreatePentest";
122
+ const _CPC = "CreatePrivateConnection";
123
+ const _CPCI = "CreatePrivateConnectionInput";
124
+ const _CPCO = "CreatePrivateConnectionOutput";
80
125
  const _CPI = "CreatePentestInput";
81
126
  const _CPO = "CreatePentestOutput";
82
127
  const _CR = "CodeReview";
128
+ const _CRC = "ConfluenceResourceCapabilities";
83
129
  const _CRJ = "CodeReviewJob";
84
130
  const _CRJL = "CodeReviewJobList";
85
131
  const _CRJS = "CodeReviewJobSummary";
@@ -95,9 +141,20 @@ const _CRSo = "CodeReviewSummary";
95
141
  const _CRT = "CodeRemediationTask";
96
142
  const _CRTD = "CodeRemediationTaskDetails";
97
143
  const _CRTDL = "CodeRemediationTaskDetailsList";
144
+ const _CSRE = "CreateSecurityRequirementEntry";
145
+ const _CSREL = "CreateSecurityRequirementEntryList";
146
+ const _CSRP = "CreateSecurityRequirementPack";
147
+ const _CSRPI = "CreateSecurityRequirementPackInput";
148
+ const _CSRPO = "CreateSecurityRequirementPackOutput";
149
+ const _CT = "CreateThreat";
98
150
  const _CTD = "CreateTargetDomain";
99
151
  const _CTDI = "CreateTargetDomainInput";
100
152
  const _CTDO = "CreateTargetDomainOutput";
153
+ const _CTI = "CreateThreatInput";
154
+ const _CTM = "CreateThreatModel";
155
+ const _CTMI = "CreateThreatModelInput";
156
+ const _CTMO = "CreateThreatModelOutput";
157
+ const _CTO = "CreateThreatOutput";
101
158
  const _CWL = "CloudWatchLog";
102
159
  const _DA = "DeleteApplication";
103
160
  const _DAI = "DeleteArtifactInput";
@@ -119,11 +176,23 @@ const _DL = "DocumentList";
119
176
  const _DM = "DeleteMembership";
120
177
  const _DMR = "DeleteMembershipRequest";
121
178
  const _DMRe = "DeleteMembershipResponse";
179
+ const _DPC = "DeletePrivateConnection";
180
+ const _DPCI = "DeletePrivateConnectionInput";
181
+ const _DPCIe = "DescribePrivateConnectionInput";
182
+ const _DPCO = "DeletePrivateConnectionOutput";
183
+ const _DPCOe = "DescribePrivateConnectionOutput";
184
+ const _DPCe = "DescribePrivateConnection";
122
185
  const _DPF = "DeletePentestFailure";
123
186
  const _DPFL = "DeletePentestFailureList";
187
+ const _DS = "DiffSource";
188
+ const _DSRP = "DeleteSecurityRequirementPack";
189
+ const _DSRPI = "DeleteSecurityRequirementPackInput";
190
+ const _DSRPO = "DeleteSecurityRequirementPackOutput";
124
191
  const _DTD = "DeleteTargetDomain";
125
192
  const _DTDI = "DeleteTargetDomainInput";
126
193
  const _DTDO = "DeleteTargetDomainOutput";
194
+ const _DTMF = "DeleteThreatModelFailure";
195
+ const _DTMFL = "DeleteThreatModelFailureList";
127
196
  const _DV = "DnsVerification";
128
197
  const _E = "Endpoint";
129
198
  const _EC = "ExecutionContext";
@@ -147,8 +216,16 @@ const _GHRR = "GitHubRepositoryResource";
147
216
  const _GI = "GetIntegration";
148
217
  const _GII = "GetIntegrationInput";
149
218
  const _GIO = "GetIntegrationOutput";
219
+ const _GLII = "GitLabIntegrationInput";
220
+ const _GLRC = "GitLabResourceCapabilities";
221
+ const _GLRM = "GitLabRepositoryMetadata";
222
+ const _GLRR = "GitLabRepositoryResource";
223
+ const _GSRP = "GetSecurityRequirementPack";
224
+ const _GSRPI = "GetSecurityRequirementPackInput";
225
+ const _GSRPO = "GetSecurityRequirementPackOutput";
150
226
  const _HV = "HttpVerification";
151
227
  const _ICC = "IdCConfiguration";
228
+ const _ID = "IntegratedDocument";
152
229
  const _IF = "IntegrationFilter";
153
230
  const _IPR = "InitiateProviderRegistration";
154
231
  const _IPRI = "InitiateProviderRegistrationInput";
@@ -164,6 +241,10 @@ const _IRn = "IntegratedResource";
164
241
  const _IS = "IntegrationSummary";
165
242
  const _ISE = "InternalServerException";
166
243
  const _ISL = "IntegrationSummaryList";
244
+ const _ISR = "ImportSecurityRequirements";
245
+ const _ISRI = "ImportSecurityRequirementsInput";
246
+ const _ISRO = "ImportSecurityRequirementsOutput";
247
+ const _ISm = "ImportSource";
167
248
  const _LA = "ListApplications";
168
249
  const _LAI = "ListArtifactsInput";
169
250
  const _LAO = "ListArtifactsOutput";
@@ -199,6 +280,9 @@ const _LM = "ListMemberships";
199
280
  const _LMR = "ListMembershipsRequest";
200
281
  const _LMRi = "ListMembershipsResponse";
201
282
  const _LP = "ListPentests";
283
+ const _LPC = "ListPrivateConnections";
284
+ const _LPCI = "ListPrivateConnectionsInput";
285
+ const _LPCO = "ListPrivateConnectionsOutput";
202
286
  const _LPI = "ListPentestsInput";
203
287
  const _LPJFP = "ListPentestJobsForPentest";
204
288
  const _LPJFPI = "ListPentestJobsForPentestInput";
@@ -207,12 +291,31 @@ const _LPJT = "ListPentestJobTasks";
207
291
  const _LPJTI = "ListPentestJobTasksInput";
208
292
  const _LPJTO = "ListPentestJobTasksOutput";
209
293
  const _LPO = "ListPentestsOutput";
294
+ const _LSR = "ListSecurityRequirements";
295
+ const _LSRI = "ListSecurityRequirementsInput";
296
+ const _LSRO = "ListSecurityRequirementsOutput";
297
+ const _LSRP = "ListSecurityRequirementPacks";
298
+ const _LSRPF = "ListSecurityRequirementPackFilter";
299
+ const _LSRPI = "ListSecurityRequirementPacksInput";
300
+ const _LSRPO = "ListSecurityRequirementPacksOutput";
301
+ const _LT = "ListThreats";
210
302
  const _LTD = "ListTargetDomains";
211
303
  const _LTDI = "ListTargetDomainsInput";
212
304
  const _LTDO = "ListTargetDomainsOutput";
213
305
  const _LTFR = "ListTagsForResource";
214
306
  const _LTFRI = "ListTagsForResourceInput";
215
307
  const _LTFRO = "ListTagsForResourceOutput";
308
+ const _LTI = "ListThreatsInput";
309
+ const _LTM = "ListThreatModels";
310
+ const _LTMI = "ListThreatModelsInput";
311
+ const _LTMJ = "ListThreatModelJobs";
312
+ const _LTMJI = "ListThreatModelJobsInput";
313
+ const _LTMJO = "ListThreatModelJobsOutput";
314
+ const _LTMJT = "ListThreatModelJobTasks";
315
+ const _LTMJTI = "ListThreatModelJobTasksInput";
316
+ const _LTMJTO = "ListThreatModelJobTasksOutput";
317
+ const _LTMO = "ListThreatModelsOutput";
318
+ const _LTO = "ListThreatsOutput";
216
319
  const _MC = "MembershipConfig";
217
320
  const _MM = "MemberMetadata";
218
321
  const _MS = "MembershipSummary";
@@ -221,6 +324,9 @@ const _NTC = "NetworkTrafficConfig";
221
324
  const _NTR = "NetworkTrafficRule";
222
325
  const _NTRL = "NetworkTrafficRuleList";
223
326
  const _P = "Pentest";
327
+ const _PCL = "PrivateConnectionList";
328
+ const _PCM = "PrivateConnectionMode";
329
+ const _PCS = "PrivateConnectionSummary";
224
330
  const _PI = "ProviderInput";
225
331
  const _PJ = "PentestJob";
226
332
  const _PJL = "PentestJobList";
@@ -230,6 +336,7 @@ const _PL = "PentestList";
230
336
  const _PRC = "ProviderResourceCapabilities";
231
337
  const _PS = "PentestSummary";
232
338
  const _PSL = "PentestSummaryList";
339
+ const _RD = "ReportDestination";
233
340
  const _RNFE = "ResourceNotFoundException";
234
341
  const _S = "Step";
235
342
  const _SCR = "SourceCodeRepository";
@@ -244,24 +351,59 @@ const _SCRL = "SourceCodeRepositoryList";
244
351
  const _SCRO = "StartCodeRemediationOutput";
245
352
  const _SCRt = "StartCodeRemediation";
246
353
  const _SL = "StepList";
354
+ const _SMI = "SelfManagedInput";
355
+ const _SMIe = "ServiceManagedInput";
247
356
  const _SPJ = "StartPentestJob";
248
357
  const _SPJI = "StartPentestJobInput";
249
358
  const _SPJIt = "StopPentestJobInput";
250
359
  const _SPJO = "StartPentestJobOutput";
251
360
  const _SPJOt = "StopPentestJobOutput";
252
361
  const _SPJt = "StopPentestJob";
362
+ const _SQEE = "ServiceQuotaExceededException";
363
+ const _SRA = "SecurityRequirementArtifact";
364
+ const _SRAL = "SecurityRequirementArtifactList";
365
+ const _SRDC = "SecurityRequirementDocumentContent";
366
+ const _SRPS = "SecurityRequirementPackSummary";
367
+ const _SRPSL = "SecurityRequirementPackSummaryList";
368
+ const _SRS = "SecurityRequirementSummary";
369
+ const _SRSL = "SecurityRequirementSummaryList";
370
+ const _STMJ = "StartThreatModelJob";
371
+ const _STMJI = "StartThreatModelJobInput";
372
+ const _STMJIt = "StopThreatModelJobInput";
373
+ const _STMJO = "StartThreatModelJobOutput";
374
+ const _STMJOt = "StopThreatModelJobOutput";
375
+ const _STMJt = "StopThreatModelJob";
253
376
  const _T = "Task";
377
+ const _TAS = "ThreatAnchorShape";
254
378
  const _TD = "TargetDomain";
255
379
  const _TDL = "TargetDomainList";
256
380
  const _TDS = "TargetDomainSummary";
257
381
  const _TDSL = "TargetDomainSummaryList";
258
382
  const _TE = "ThrottlingException";
383
+ const _TEL = "ThreatEvidenceList";
384
+ const _TES = "ThreatEvidenceShape";
259
385
  const _TL = "TaskList";
386
+ const _TLh = "ThreatList";
387
+ const _TM = "ThreatModel";
388
+ const _TMJ = "ThreatModelJob";
389
+ const _TMJL = "ThreatModelJobList";
390
+ const _TMJS = "ThreatModelJobSummary";
391
+ const _TMJSL = "ThreatModelJobSummaryList";
392
+ const _TMJT = "ThreatModelJobTask";
393
+ const _TMJTL = "ThreatModelJobTaskList";
394
+ const _TMJTS = "ThreatModelJobTaskSummary";
395
+ const _TMJTSL = "ThreatModelJobTaskSummaryList";
396
+ const _TML = "ThreatModelList";
397
+ const _TMS = "ThreatModelSummary";
398
+ const _TMSL = "ThreatModelSummaryList";
260
399
  const _TR = "TagResource";
261
400
  const _TRI = "TagResourceInput";
262
401
  const _TRO = "TagResourceOutput";
263
402
  const _TS = "TaskSummary";
264
403
  const _TSL = "TaskSummaryList";
404
+ const _TSLh = "ThreatSummaryList";
405
+ const _TSh = "ThreatSummary";
406
+ const _Th = "Threat";
265
407
  const _UA = "UpdateApplication";
266
408
  const _UAR = "UpdateApplicationRequest";
267
409
  const _UARp = "UpdateApplicationResponse";
@@ -280,14 +422,28 @@ const _UIRI = "UpdateIntegratedResourcesInput";
280
422
  const _UIRO = "UpdateIntegratedResourcesOutput";
281
423
  const _UM = "UserMetadata";
282
424
  const _UP = "UpdatePentest";
425
+ const _UPCC = "UpdatePrivateConnectionCertificate";
426
+ const _UPCCI = "UpdatePrivateConnectionCertificateInput";
427
+ const _UPCCO = "UpdatePrivateConnectionCertificateOutput";
283
428
  const _UPI = "UpdatePentestInput";
284
429
  const _UPO = "UpdatePentestOutput";
285
430
  const _UR = "UntagResource";
286
431
  const _URI = "UntagResourceInput";
287
432
  const _URO = "UntagResourceOutput";
433
+ const _USRE = "UpdateSecurityRequirementEntry";
434
+ const _USREL = "UpdateSecurityRequirementEntryList";
435
+ const _USRP = "UpdateSecurityRequirementPack";
436
+ const _USRPI = "UpdateSecurityRequirementPackInput";
437
+ const _USRPO = "UpdateSecurityRequirementPackOutput";
438
+ const _UT = "UpdateThreat";
288
439
  const _UTD = "UpdateTargetDomain";
289
440
  const _UTDI = "UpdateTargetDomainInput";
290
441
  const _UTDO = "UpdateTargetDomainOutput";
442
+ const _UTI = "UpdateThreatInput";
443
+ const _UTM = "UpdateThreatModel";
444
+ const _UTMI = "UpdateThreatModelInput";
445
+ const _UTMO = "UpdateThreatModelOutput";
446
+ const _UTO = "UpdateThreatOutput";
291
447
  const _VC = "VpcConfig";
292
448
  const _VCp = "VpcConfigs";
293
449
  const _VD = "VerificationDetails";
@@ -309,6 +465,7 @@ const _aIr = "artifactIds";
309
465
  const _aML = "artifactMetadataList";
310
466
  const _aN = "applicationName";
311
467
  const _aR = "awsResources";
468
+ const _aRl = "alignmentRationale";
312
469
  const _aS = "agentSpaces";
313
470
  const _aSI = "agentSpaceId";
314
471
  const _aSIg = "agentSpaceIds";
@@ -318,16 +475,25 @@ const _aSr = "artifactSummaries";
318
475
  const _aSt = "attackScript";
319
476
  const _aT = "artifactType";
320
477
  const _aTc = "accessType";
478
+ const _aTcc = "accessToken";
321
479
  const _ac = "actors";
480
+ const _an = "anchor";
322
481
  const _ar = "artifact";
323
482
  const _as = "assets";
483
+ const _b = "bitbucket";
484
+ const _bR = "bitbucketRepository";
324
485
  const _c = "client";
325
486
  const _cA = "createdAt";
326
487
  const _cB = "createdBy";
488
+ const _cD = "createDocument";
327
489
  const _cDL = "codeDiffLink";
490
+ const _cDo = "confluenceDocument";
491
+ const _cET = "certificateExpiryTime";
328
492
  const _cH = "customHeaders";
493
+ const _cI = "containerId";
329
494
  const _cL = "codeLocations";
330
- const _cN = "categoryName";
495
+ const _cN = "customerNote";
496
+ const _cNa = "categoryName";
331
497
  const _cR = "codeReviews";
332
498
  const _cRI = "codeReviewIds";
333
499
  const _cRIo = "codeReviewId";
@@ -345,71 +511,100 @@ const _cRT = "codeRemediationTask";
345
511
  const _cS = "controlsScanning";
346
512
  const _cSs = "csrfState";
347
513
  const _cT = "contextType";
514
+ const _cUS = "cleanUpStrategy";
348
515
  const _cWL = "cloudWatchLog";
349
516
  const _ca = "categories";
350
517
  const _cap = "capabilities";
518
+ const _ce = "certificate";
351
519
  const _co = "contents";
352
520
  const _cod = "code";
521
+ const _com = "comments";
353
522
  const _con = "config";
354
523
  const _conf = "confidence";
524
+ const _confl = "confluence";
355
525
  const _cont = "context";
526
+ const _conte = "content";
356
527
  const _d = "description";
357
528
  const _dE = "discoveredEndpoints";
529
+ const _dI = "documentId";
358
530
  const _dKKI = "defaultKmsKeyId";
531
+ const _dMS = "disableManagedSkills";
359
532
  const _dN = "domainName";
360
533
  const _dNi = "displayName";
534
+ const _dR = "dnsResolution";
361
535
  const _dRN = "dnsRecordName";
362
536
  const _dRT = "dnsRecordType";
537
+ const _dS = "diffSource";
538
+ const _dSRN = "deletedSecurityRequirementNames";
363
539
  const _dT = "dnsTxt";
364
540
  const _de = "deleted";
365
541
  const _do = "domain";
366
542
  const _doc = "documents";
367
543
  const _e = "error";
368
544
  const _eC = "executionContext";
545
+ const _eET = "executionEndTime";
369
546
  const _eI = "errorInformation";
370
547
  const _eP = "excludePaths";
371
548
  const _eRT = "excludeRiskTypes";
372
549
  const _eS = "executionStatus";
550
+ const _eST = "executionStartTime";
373
551
  const _eV = "envVars";
374
552
  const _ef = "effect";
375
553
  const _em = "email";
376
554
  const _en = "endpoints";
377
- const _ev = "evidence";
555
+ const _er = "errors";
556
+ const _ev = "evaluation";
557
+ const _evi = "evidence";
378
558
  const _f = "failed";
559
+ const _fD = "fetchDocument";
379
560
  const _fI = "findingIds";
380
561
  const _fIi = "findingId";
381
562
  const _fL = "fieldList";
563
+ const _fM = "failureMessage";
382
564
  const _fN = "fileName";
383
565
  const _fP = "filePath";
384
566
  const _fS = "findingsSummaries";
385
567
  const _fi = "findings";
386
568
  const _fil = "filter";
569
+ const _fo = "format";
387
570
  const _g = "github";
571
+ const _gI = "groupId";
388
572
  const _gPS = "generalPurposeScanning";
389
573
  const _gR = "githubRepository";
574
+ const _gRi = "gitlabRepository";
575
+ const _gi = "gitlab";
390
576
  const _h = "http";
577
+ const _hA = "hostAddress";
391
578
  const _hE = "httpError";
392
579
  const _hQ = "httpQuery";
393
580
  const _hR = "httpRoute";
394
581
  const _i = "identifier";
582
+ const _iA = "impactedAssets";
395
583
  const _iAA = "idcApplicationArn";
584
+ const _iAPE = "ipv4AddressesPerEni";
585
+ const _iAT = "ipAddressType";
396
586
  const _iC = "idcConfiguration";
587
+ const _iD = "integratedDocument";
397
588
  const _iDN = "integrationDisplayName";
398
- const _iI = "integrationId";
589
+ const _iG = "impactedGoal";
590
+ const _iI = "installationId";
399
591
  const _iIA = "idcInstanceArn";
400
- const _iIn = "installationId";
592
+ const _iIn = "integrationId";
401
593
  const _iP = "isPrimary";
402
594
  const _iR = "integratedRepositories";
403
595
  const _iRS = "integratedResourceSummaries";
404
596
  const _iRa = "iamRoles";
405
- const _iS = "integrationSummaries";
597
+ const _iS = "importStatus";
598
+ const _iSn = "integrationSummaries";
599
+ const _id = "id";
406
600
  const _in = "input";
407
601
  const _ins = "instructions";
408
602
  const _it = "items";
603
+ const _k = "kind";
409
604
  const _kKI = "kmsKeyId";
410
605
  const _l = "label";
411
- const _lC = "logConfig";
412
- const _lCe = "leaveComments";
606
+ const _lC = "leaveComments";
607
+ const _lCo = "logConfig";
413
608
  const _lE = "lineEnd";
414
609
  const _lFA = "lambdaFunctionArns";
415
610
  const _lG = "logGroups";
@@ -424,24 +619,34 @@ const _mI = "membershipId";
424
619
  const _mR = "maxResults";
425
620
  const _mS = "membershipSummaries";
426
621
  const _mT = "memberType";
622
+ const _mTa = "managementType";
427
623
  const _me = "metadata";
428
624
  const _met = "method";
625
+ const _mo = "mode";
429
626
  const _n = "name";
430
627
  const _nF = "notFound";
431
628
  const _nT = "nextToken";
432
629
  const _nTC = "networkTrafficConfig";
433
630
  const _nTRT = "networkTrafficRuleType";
631
+ const _na = "namespace";
434
632
  const _o = "overview";
435
633
  const _oN = "organizationName";
436
634
  const _op = "operation";
437
635
  const _ow = "owner";
438
636
  const _p = "pentests";
439
- const _pI = "pentestIds";
440
- const _pIe = "pentestId";
637
+ const _pC = "privateConnections";
638
+ const _pCN = "privateConnectionName";
639
+ const _pI = "packId";
640
+ const _pIa = "pageId";
641
+ const _pIac = "packageId";
642
+ const _pIar = "parentId";
643
+ const _pIe = "pentestIds";
644
+ const _pIen = "pentestId";
441
645
  const _pJ = "pentestJobs";
442
646
  const _pJI = "pentestJobIds";
443
647
  const _pJIe = "pentestJobId";
444
648
  const _pJS = "pentestJobSummaries";
649
+ const _pR = "portRanges";
445
650
  const _pRI = "providerResourceId";
446
651
  const _pRL = "pullRequestLink";
447
652
  const _pS = "pentestSummaries";
@@ -449,12 +654,17 @@ const _pT = "providerType";
449
654
  const _pa = "pattern";
450
655
  const _pat = "path";
451
656
  const _pr = "provider";
452
- const _pre = "prefix";
657
+ const _pre = "prerequisites";
658
+ const _pref = "prefix";
453
659
  const _qC = "quotaCode";
454
- const _r = "reason";
660
+ const _r = "remediation";
455
661
  const _rA = "roleArn";
456
662
  const _rAe = "resourceArn";
457
663
  const _rC = "remediateCode";
664
+ const _rCI = "resourceConfigurationId";
665
+ const _rD = "reportDestination";
666
+ const _rGI = "resourceGatewayId";
667
+ const _rI = "resourceId";
458
668
  const _rL = "riskLevel";
459
669
  const _rN = "repoName";
460
670
  const _rP = "routePath";
@@ -462,7 +672,9 @@ const _rS = "riskScore";
462
672
  const _rT = "riskType";
463
673
  const _rTe = "redirectTo";
464
674
  const _rTes = "resourceType";
465
- const _re = "reasoning";
675
+ const _re = "recommendation";
676
+ const _rea = "reason";
677
+ const _reas = "reasoning";
466
678
  const _res = "resource";
467
679
  const _ro = "role";
468
680
  const _ru = "rules";
@@ -472,18 +684,37 @@ const _sAu = "subnetArns";
472
684
  const _sB = "s3Buckets";
473
685
  const _sC = "serviceCode";
474
686
  const _sCo = "sourceCode";
687
+ const _sD = "scopeDocs";
475
688
  const _sGA = "securityGroupArns";
689
+ const _sGI = "securityGroupIds";
690
+ const _sI = "subnetIds";
691
+ const _sK = "spaceKey";
476
692
  const _sL = "s3Location";
693
+ const _sM = "serviceManaged";
694
+ const _sMe = "selfManaged";
477
695
  const _sN = "stepName";
478
- const _sR = "statusReason";
696
+ const _sO = "systemOverview";
697
+ const _sR = "securityRequirements";
698
+ const _sRN = "securityRequirementNames";
699
+ const _sRNe = "securityRequirementName";
700
+ const _sRPS = "securityRequirementPackSummaries";
701
+ const _sRS = "securityRequirementSummaries";
479
702
  const _sRe = "serviceRole";
480
- const _sT = "scriptType";
481
- const _sU = "scriptUrl";
703
+ const _sRt = "statusReason";
704
+ const _sT = "spaceTitle";
705
+ const _sTc = "scriptType";
706
+ const _sU = "siteUrl";
707
+ const _sUc = "scriptUrl";
708
+ const _sUr = "s3Uri";
482
709
  const _se = "server";
483
- const _st = "status";
484
- const _sta = "state";
710
+ const _sev = "severity";
711
+ const _st = "state";
712
+ const _sta = "status";
713
+ const _stat = "statement";
485
714
  const _ste = "steps";
715
+ const _str = "stride";
486
716
  const _t = "type";
717
+ const _tA = "threatAction";
487
718
  const _tD = "targetDomains";
488
719
  const _tDI = "targetDomainIds";
489
720
  const _tDIa = "targetDomainId";
@@ -493,16 +724,37 @@ const _tDa = "taskDetails";
493
724
  const _tE = "targetEndpoint";
494
725
  const _tI = "taskIds";
495
726
  const _tIa = "taskId";
727
+ const _tIh = "threatIds";
728
+ const _tIhr = "threatImpact";
729
+ const _tIhre = "threatId";
730
+ const _tJI = "threatJobId";
496
731
  const _tK = "tagKeys";
497
- const _tS = "taskSummaries";
732
+ const _tM = "threatModels";
733
+ const _tMI = "threatModelIds";
734
+ const _tMIh = "threatModelId";
735
+ const _tMJ = "threatModelJobs";
736
+ const _tMJI = "threatModelJobIds";
737
+ const _tMJIh = "threatModelJobId";
738
+ const _tMJS = "threatModelJobSummaries";
739
+ const _tMJT = "threatModelJobTasks";
740
+ const _tMJTI = "threatModelJobTaskIds";
741
+ const _tMJTS = "threatModelJobTaskSummaries";
742
+ const _tMS = "threatModelSummaries";
743
+ const _tS = "threatSource";
744
+ const _tSa = "taskSummaries";
745
+ const _tT = "tokenType";
746
+ const _tU = "targetUrl";
498
747
  const _ta = "tasks";
499
748
  const _tag = "tags";
749
+ const _th = "threats";
500
750
  const _ti = "title";
501
751
  const _tim = "timestamp";
502
752
  const _to = "token";
503
753
  const _u = "uris";
504
754
  const _uA = "updatedAt";
505
755
  const _uB = "updatedBy";
756
+ const _uD = "updateDocument";
757
+ const _uSRN = "updatedSecurityRequirementNames";
506
758
  const _ur = "uri";
507
759
  const _us = "username";
508
760
  const _use = "user";
@@ -511,14 +763,19 @@ const _vA = "verifiedAt";
511
763
  const _vAp = "vpcArn";
512
764
  const _vC = "vpcConfig";
513
765
  const _vD = "verificationDetails";
514
- const _vM = "verificationMethod";
766
+ const _vI = "vpcId";
767
+ const _vM = "validationMode";
768
+ const _vMe = "verificationMethod";
769
+ const _vN = "vendorName";
515
770
  const _vS = "verificationStatus";
516
771
  const _vSR = "verificationStatusReason";
772
+ const _vSa = "validationStatus";
517
773
  const _vSe = "verificationScript";
518
774
  const _vp = "vpcs";
775
+ const _w = "workspace";
519
776
  const n0 = "com.amazonaws.securityagent";
520
777
  import { TypeRegistry } from "@smithy/core/schema";
521
- import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
778
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
522
779
  import { SecurityAgentServiceException } from "../models/SecurityAgentServiceException";
523
780
  const _s_registry = TypeRegistry.for(_s);
524
781
  export var SecurityAgentServiceException$ = [-3, _s, "SecurityAgentServiceException", 0, [], []];
@@ -548,6 +805,12 @@ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
548
805
  [0], 1
549
806
  ];
550
807
  n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
808
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
809
+ { [_e]: _c, [_hE]: 402 },
810
+ [_m],
811
+ [0], 1
812
+ ];
813
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
551
814
  export var ThrottlingException$ = [-3, n0, _TE,
552
815
  { [_e]: _c, [_hE]: 429 },
553
816
  [_m, _sC, _qC],
@@ -564,6 +827,9 @@ export const errorTypeRegistries = [
564
827
  _s_registry,
565
828
  n0_registry,
566
829
  ];
830
+ var AccessToken = [0, n0, _AT, 8, 0];
831
+ var CertificateChain = [0, n0, _CC, 8, 0];
832
+ var SecurityRequirementDocumentContent = [0, n0, _SRDC, 8, 21];
567
833
  export var Actor$ = [3, n0, _A,
568
834
  0,
569
835
  [_i, _u, _a, _d],
@@ -624,6 +890,21 @@ export var AWSResources$ = [3, n0, _AWSR,
624
890
  [_vp, _lG, _sB, _sA, _lFA, _iRa],
625
891
  [() => VpcConfigs, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
626
892
  ];
893
+ export var BatchCreateSecurityRequirementResult$ = [3, n0, _BCSRR,
894
+ 0,
895
+ [_pI, _n, _d, _do, _ev, _cA, _uA, _r],
896
+ [0, 0, 0, 0, 0, 5, 5, 0], 7
897
+ ];
898
+ export var BatchCreateSecurityRequirementsInput$ = [3, n0, _BCSRI,
899
+ 0,
900
+ [_pI, _sR],
901
+ [0, () => CreateSecurityRequirementEntryList], 2
902
+ ];
903
+ export var BatchCreateSecurityRequirementsOutput$ = [3, n0, _BCSRO,
904
+ 0,
905
+ [_sR, _er],
906
+ [() => BatchCreateSecurityRequirementResultList, () => BatchSecurityRequirementErrors], 2
907
+ ];
627
908
  export var BatchDeleteCodeReviewsInput$ = [3, n0, _BDCRI,
628
909
  0,
629
910
  [_cRI, _aSI],
@@ -636,7 +917,7 @@ export var BatchDeleteCodeReviewsOutput$ = [3, n0, _BDCRO,
636
917
  ];
637
918
  export var BatchDeletePentestsInput$ = [3, n0, _BDPI,
638
919
  0,
639
- [_pI, _aSI],
920
+ [_pIe, _aSI],
640
921
  [64 | 0, 0], 2
641
922
  ];
642
923
  export var BatchDeletePentestsOutput$ = [3, n0, _BDPO,
@@ -644,6 +925,26 @@ export var BatchDeletePentestsOutput$ = [3, n0, _BDPO,
644
925
  [_de, _f],
645
926
  [() => PentestList, () => DeletePentestFailureList]
646
927
  ];
928
+ export var BatchDeleteSecurityRequirementsInput$ = [3, n0, _BDSRI,
929
+ 0,
930
+ [_pI, _sRN],
931
+ [0, 64 | 0], 2
932
+ ];
933
+ export var BatchDeleteSecurityRequirementsOutput$ = [3, n0, _BDSRO,
934
+ 0,
935
+ [_dSRN, _er],
936
+ [64 | 0, () => BatchSecurityRequirementErrors], 2
937
+ ];
938
+ export var BatchDeleteThreatModelsInput$ = [3, n0, _BDTMI,
939
+ 0,
940
+ [_tMI, _aSI],
941
+ [64 | 0, 0], 2
942
+ ];
943
+ export var BatchDeleteThreatModelsOutput$ = [3, n0, _BDTMO,
944
+ 0,
945
+ [_de, _f],
946
+ [64 | 0, () => DeleteThreatModelFailureList]
947
+ ];
647
948
  export var BatchGetAgentSpacesInput$ = [3, n0, _BGASI,
648
949
  0,
649
950
  [_aSIg],
@@ -726,7 +1027,7 @@ export var BatchGetPentestJobTasksOutput$ = [3, n0, _BGPJTO,
726
1027
  ];
727
1028
  export var BatchGetPentestsInput$ = [3, n0, _BGPI,
728
1029
  0,
729
- [_pI, _aSI],
1030
+ [_pIe, _aSI],
730
1031
  [64 | 0, 0], 2
731
1032
  ];
732
1033
  export var BatchGetPentestsOutput$ = [3, n0, _BGPO,
@@ -734,6 +1035,21 @@ export var BatchGetPentestsOutput$ = [3, n0, _BGPO,
734
1035
  [_p, _nF],
735
1036
  [() => PentestList, 64 | 0]
736
1037
  ];
1038
+ export var BatchGetSecurityRequirementResult$ = [3, n0, _BGSRR,
1039
+ 0,
1040
+ [_pI, _n, _d, _do, _ev, _cA, _uA, _r],
1041
+ [0, 0, 0, 0, 0, 5, 5, 0], 7
1042
+ ];
1043
+ export var BatchGetSecurityRequirementsInput$ = [3, n0, _BGSRI,
1044
+ 0,
1045
+ [_pI, _sRN],
1046
+ [0, 64 | 0], 2
1047
+ ];
1048
+ export var BatchGetSecurityRequirementsOutput$ = [3, n0, _BGSRO,
1049
+ 0,
1050
+ [_sR, _er],
1051
+ [() => BatchGetSecurityRequirementResultList, () => BatchSecurityRequirementErrors], 2
1052
+ ];
737
1053
  export var BatchGetTargetDomainsInput$ = [3, n0, _BGTDI,
738
1054
  0,
739
1055
  [_tDI],
@@ -744,6 +1060,81 @@ export var BatchGetTargetDomainsOutput$ = [3, n0, _BGTDO,
744
1060
  [_tD, _nF],
745
1061
  [() => TargetDomainList, 64 | 0]
746
1062
  ];
1063
+ export var BatchGetThreatModelJobsInput$ = [3, n0, _BGTMJI,
1064
+ 0,
1065
+ [_tMJI, _aSI],
1066
+ [64 | 0, 0], 2
1067
+ ];
1068
+ export var BatchGetThreatModelJobsOutput$ = [3, n0, _BGTMJO,
1069
+ 0,
1070
+ [_tMJ, _nF],
1071
+ [() => ThreatModelJobList, 64 | 0]
1072
+ ];
1073
+ export var BatchGetThreatModelJobTasksInput$ = [3, n0, _BGTMJTI,
1074
+ 0,
1075
+ [_aSI, _tMJTI],
1076
+ [0, 64 | 0], 2
1077
+ ];
1078
+ export var BatchGetThreatModelJobTasksOutput$ = [3, n0, _BGTMJTO,
1079
+ 0,
1080
+ [_tMJT, _nF],
1081
+ [() => ThreatModelJobTaskList, 64 | 0]
1082
+ ];
1083
+ export var BatchGetThreatModelsInput$ = [3, n0, _BGTMI,
1084
+ 0,
1085
+ [_tMI, _aSI],
1086
+ [64 | 0, 0], 2
1087
+ ];
1088
+ export var BatchGetThreatModelsOutput$ = [3, n0, _BGTMO,
1089
+ 0,
1090
+ [_tM, _nF],
1091
+ [() => ThreatModelList, 64 | 0]
1092
+ ];
1093
+ export var BatchGetThreatsInput$ = [3, n0, _BGTI,
1094
+ 0,
1095
+ [_tIh, _aSI],
1096
+ [64 | 0, 0], 2
1097
+ ];
1098
+ export var BatchGetThreatsOutput$ = [3, n0, _BGTO,
1099
+ 0,
1100
+ [_th, _nF],
1101
+ [() => ThreatList, 64 | 0]
1102
+ ];
1103
+ export var BatchSecurityRequirementError$ = [3, n0, _BSRE,
1104
+ 0,
1105
+ [_sRNe, _cod, _m],
1106
+ [0, 0, 0], 3
1107
+ ];
1108
+ export var BatchUpdateSecurityRequirementsInput$ = [3, n0, _BUSRI,
1109
+ 0,
1110
+ [_pI, _sR],
1111
+ [0, () => UpdateSecurityRequirementEntryList], 2
1112
+ ];
1113
+ export var BatchUpdateSecurityRequirementsOutput$ = [3, n0, _BUSRO,
1114
+ 0,
1115
+ [_uSRN, _er],
1116
+ [64 | 0, () => BatchSecurityRequirementErrors], 2
1117
+ ];
1118
+ export var BitbucketIntegrationInput$ = [3, n0, _BII,
1119
+ 0,
1120
+ [_iI, _w, _cod, _st],
1121
+ [0, 0, 0, 0], 4
1122
+ ];
1123
+ export var BitbucketRepositoryMetadata$ = [3, n0, _BRM,
1124
+ 0,
1125
+ [_n, _pRI, _w, _aTc],
1126
+ [0, 0, 0, 0], 3
1127
+ ];
1128
+ export var BitbucketRepositoryResource$ = [3, n0, _BRR,
1129
+ 0,
1130
+ [_n, _w],
1131
+ [0, 0], 2
1132
+ ];
1133
+ export var BitbucketResourceCapabilities$ = [3, n0, _BRC,
1134
+ 0,
1135
+ [_lC, _rC],
1136
+ [2, 2]
1137
+ ];
747
1138
  export var Category$ = [3, n0, _C,
748
1139
  0,
749
1140
  [_n, _iP],
@@ -761,7 +1152,7 @@ export var CodeLocation$ = [3, n0, _CL,
761
1152
  ];
762
1153
  export var CodeRemediationTask$ = [3, n0, _CRT,
763
1154
  0,
764
- [_st, _sR, _tDa],
1155
+ [_sta, _sRt, _tDa],
765
1156
  [0, 0, () => CodeRemediationTaskDetailsList], 1
766
1157
  ];
767
1158
  export var CodeRemediationTaskDetails$ = [3, n0, _CRTD,
@@ -771,17 +1162,17 @@ export var CodeRemediationTaskDetails$ = [3, n0, _CRTD,
771
1162
  ];
772
1163
  export var CodeReview$ = [3, n0, _CR,
773
1164
  0,
774
- [_cRIo, _aSI, _ti, _as, _sRe, _lC, _cRSo, _cA, _uA],
775
- [0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 5, 5], 4
1165
+ [_cRIo, _aSI, _ti, _as, _sRe, _lCo, _cRSo, _vM, _cA, _uA],
1166
+ [0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 5, 5], 4
776
1167
  ];
777
1168
  export var CodeReviewJob$ = [3, n0, _CRJ,
778
1169
  0,
779
- [_cRJIo, _cRIo, _ti, _o, _st, _doc, _sCo, _ste, _eC, _sRe, _lC, _eI, _iR, _cRSo, _cA, _uA],
1170
+ [_cRJIo, _cRIo, _ti, _o, _sta, _doc, _sCo, _ste, _eC, _sRe, _lCo, _eI, _iR, _cRSo, _cA, _uA],
780
1171
  [0, 0, 0, 0, 0, () => DocumentList, () => SourceCodeRepositoryList, () => StepList, () => ExecutionContextList, 0, () => CloudWatchLog$, () => ErrorInformation$, () => IntegratedRepositoryList, 0, 5, 5]
781
1172
  ];
782
1173
  export var CodeReviewJobSummary$ = [3, n0, _CRJS,
783
1174
  0,
784
- [_cRJIo, _cRIo, _ti, _st, _cA, _uA],
1175
+ [_cRJIo, _cRIo, _ti, _sta, _cA, _uA],
785
1176
  [0, 0, 0, 0, 5, 5], 2
786
1177
  ];
787
1178
  export var CodeReviewJobTask$ = [3, n0, _CRJT,
@@ -804,6 +1195,26 @@ export var CodeReviewSummary$ = [3, n0, _CRSo,
804
1195
  [_cRIo, _aSI, _ti, _cA, _uA],
805
1196
  [0, 0, 0, 5, 5], 3
806
1197
  ];
1198
+ export var ConfluenceDocumentMetadata$ = [3, n0, _CDM,
1199
+ 0,
1200
+ [_n, _pRI, _sK, _pIa, _ti, _sT],
1201
+ [0, 0, 0, 0, 0, 0], 4
1202
+ ];
1203
+ export var ConfluenceDocumentResource$ = [3, n0, _CDR,
1204
+ 0,
1205
+ [_n, _sK, _pIa, _ti, _sT],
1206
+ [0, 0, 0, 0, 0], 3
1207
+ ];
1208
+ export var ConfluenceIntegrationInput$ = [3, n0, _CII,
1209
+ 0,
1210
+ [_iI, _cod, _st, _sU],
1211
+ [0, 0, 0, 0], 4
1212
+ ];
1213
+ export var ConfluenceResourceCapabilities$ = [3, n0, _CRC,
1214
+ 0,
1215
+ [_fD, _cD, _uD],
1216
+ [2, 2, 2]
1217
+ ];
807
1218
  export var CreateAgentSpaceInput$ = [3, n0, _CASI,
808
1219
  0,
809
1220
  [_n, _d, _aR, _tDI, _cRS, _kKI, _tag],
@@ -826,22 +1237,22 @@ export var CreateApplicationResponse$ = [3, n0, _CARr,
826
1237
  ];
827
1238
  export var CreateCodeReviewInput$ = [3, n0, _CCRI,
828
1239
  0,
829
- [_ti, _aSI, _as, _sRe, _lC, _cRSo],
830
- [0, 0, () => Assets$, 0, () => CloudWatchLog$, 0], 3
1240
+ [_ti, _aSI, _as, _sRe, _lCo, _cRSo, _vM],
1241
+ [0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 3
831
1242
  ];
832
1243
  export var CreateCodeReviewOutput$ = [3, n0, _CCRO,
833
1244
  0,
834
- [_cRIo, _ti, _cA, _uA, _as, _sRe, _lC, _aSI, _cRSo],
835
- [0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 1
1245
+ [_cRIo, _ti, _cA, _uA, _as, _sRe, _lCo, _aSI, _cRSo, _vM],
1246
+ [0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 0], 1
836
1247
  ];
837
- export var CreateIntegrationInput$ = [3, n0, _CII,
1248
+ export var CreateIntegrationInput$ = [3, n0, _CIIr,
838
1249
  0,
839
- [_pr, _in, _iDN, _kKI, _tag],
840
- [0, () => ProviderInput$, 0, 0, 128 | 0], 3
1250
+ [_pr, _in, _iDN, _kKI, _tag, _pCN],
1251
+ [0, [() => ProviderInput$, 0], 0, 0, 128 | 0, 0], 3
841
1252
  ];
842
1253
  export var CreateIntegrationOutput$ = [3, n0, _CIO,
843
1254
  0,
844
- [_iI],
1255
+ [_iIn],
845
1256
  [0], 1
846
1257
  ];
847
1258
  export var CreateMembershipRequest$ = [3, n0, _CMR,
@@ -856,17 +1267,42 @@ export var CreateMembershipResponse$ = [3, n0, _CMRr,
856
1267
  ];
857
1268
  export var CreatePentestInput$ = [3, n0, _CPI,
858
1269
  0,
859
- [_ti, _aSI, _as, _eRT, _sRe, _lC, _vC, _nTC, _cRSo],
860
- [0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0], 2
1270
+ [_ti, _aSI, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _dMS],
1271
+ [0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 64 | 0], 2
861
1272
  ];
862
1273
  export var CreatePentestOutput$ = [3, n0, _CPO,
863
1274
  0,
864
- [_pIe, _ti, _cA, _uA, _as, _eRT, _sRe, _lC, _aSI],
1275
+ [_pIen, _ti, _cA, _uA, _as, _eRT, _sRe, _lCo, _aSI],
865
1276
  [0, 0, 5, 5, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, 0]
866
1277
  ];
1278
+ export var CreatePrivateConnectionInput$ = [3, n0, _CPCI,
1279
+ 0,
1280
+ [_pCN, _mo, _tag],
1281
+ [0, [() => PrivateConnectionMode$, 0], 128 | 0], 2
1282
+ ];
1283
+ export var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
1284
+ 0,
1285
+ [_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
1286
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
1287
+ ];
1288
+ export var CreateSecurityRequirementEntry$ = [3, n0, _CSRE,
1289
+ 0,
1290
+ [_n, _d, _do, _ev, _r],
1291
+ [0, 0, 0, 0, 0], 4
1292
+ ];
1293
+ export var CreateSecurityRequirementPackInput$ = [3, n0, _CSRPI,
1294
+ 0,
1295
+ [_n, _d, _sta, _kKI, _tag],
1296
+ [0, 0, 0, 0, 128 | 0], 1
1297
+ ];
1298
+ export var CreateSecurityRequirementPackOutput$ = [3, n0, _CSRPO,
1299
+ 0,
1300
+ [_pI, _sta, _kKI],
1301
+ [0, 0, 0], 2
1302
+ ];
867
1303
  export var CreateTargetDomainInput$ = [3, n0, _CTDI,
868
1304
  0,
869
- [_tDN, _vM, _tag],
1305
+ [_tDN, _vMe, _tag],
870
1306
  [0, 0, 128 | 0], 2
871
1307
  ];
872
1308
  export var CreateTargetDomainOutput$ = [3, n0, _CTDO,
@@ -874,6 +1310,26 @@ export var CreateTargetDomainOutput$ = [3, n0, _CTDO,
874
1310
  [_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
875
1311
  [0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
876
1312
  ];
1313
+ export var CreateThreatInput$ = [3, n0, _CTI,
1314
+ 0,
1315
+ [_aSI, _tJI, _ti, _stat, _sev, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re],
1316
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0], 2
1317
+ ];
1318
+ export var CreateThreatModelInput$ = [3, n0, _CTMI,
1319
+ 0,
1320
+ [_ti, _aSI, _sRe, _d, _as, _sD, _lCo, _rD],
1321
+ [0, 0, 0, 0, () => Assets$, () => DocumentList, () => CloudWatchLog$, () => ReportDestination$], 3
1322
+ ];
1323
+ export var CreateThreatModelOutput$ = [3, n0, _CTMO,
1324
+ 0,
1325
+ [_tMIh, _ti, _aSI, _d, _as, _sD, _sRe, _lCo, _cA, _uA],
1326
+ [0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 1
1327
+ ];
1328
+ export var CreateThreatOutput$ = [3, n0, _CTO,
1329
+ 0,
1330
+ [_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re, _cB, _uB, _cA, _uA],
1331
+ [0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0, 0, 0, 5, 5], 2
1332
+ ];
877
1333
  export var CustomHeader$ = [3, n0, _CH,
878
1334
  0,
879
1335
  [_n, _v],
@@ -906,12 +1362,12 @@ export var DeleteArtifactOutput$ = [3, n0, _DAO,
906
1362
  ];
907
1363
  export var DeleteCodeReviewFailure$ = [3, n0, _DCRF,
908
1364
  0,
909
- [_cRIo, _r],
1365
+ [_cRIo, _rea],
910
1366
  [0, 0]
911
1367
  ];
912
1368
  export var DeleteIntegrationInput$ = [3, n0, _DII,
913
1369
  0,
914
- [_iI],
1370
+ [_iIn],
915
1371
  [0], 1
916
1372
  ];
917
1373
  export var DeleteIntegrationOutput$ = [3, n0, _DIO,
@@ -931,9 +1387,29 @@ export var DeleteMembershipResponse$ = [3, n0, _DMRe,
931
1387
  ];
932
1388
  export var DeletePentestFailure$ = [3, n0, _DPF,
933
1389
  0,
934
- [_pIe, _r],
1390
+ [_pIen, _rea],
935
1391
  [0, 0]
936
1392
  ];
1393
+ export var DeletePrivateConnectionInput$ = [3, n0, _DPCI,
1394
+ 0,
1395
+ [_pCN],
1396
+ [0], 1
1397
+ ];
1398
+ export var DeletePrivateConnectionOutput$ = [3, n0, _DPCO,
1399
+ 0,
1400
+ [_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
1401
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
1402
+ ];
1403
+ export var DeleteSecurityRequirementPackInput$ = [3, n0, _DSRPI,
1404
+ 0,
1405
+ [_pI],
1406
+ [0], 1
1407
+ ];
1408
+ export var DeleteSecurityRequirementPackOutput$ = [3, n0, _DSRPO,
1409
+ 0,
1410
+ [],
1411
+ []
1412
+ ];
937
1413
  export var DeleteTargetDomainInput$ = [3, n0, _DTDI,
938
1414
  0,
939
1415
  [_tDIa],
@@ -944,9 +1420,24 @@ export var DeleteTargetDomainOutput$ = [3, n0, _DTDO,
944
1420
  [_tDIa],
945
1421
  [0]
946
1422
  ];
1423
+ export var DeleteThreatModelFailure$ = [3, n0, _DTMF,
1424
+ 0,
1425
+ [_tMIh, _rea],
1426
+ [0, 0]
1427
+ ];
1428
+ export var DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
1429
+ 0,
1430
+ [_pCN],
1431
+ [0], 1
1432
+ ];
1433
+ export var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
1434
+ 0,
1435
+ [_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
1436
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
1437
+ ];
947
1438
  export var DiscoveredEndpoint$ = [3, n0, _DE,
948
1439
  0,
949
- [_ur, _pJIe, _tIa, _aSI, _ev, _op, _d],
1440
+ [_ur, _pJIe, _tIa, _aSI, _evi, _op, _d],
950
1441
  [0, 0, 0, 0, 0, 0, 0], 4
951
1442
  ];
952
1443
  export var DnsVerification$ = [3, n0, _DV,
@@ -956,8 +1447,8 @@ export var DnsVerification$ = [3, n0, _DV,
956
1447
  ];
957
1448
  export var DocumentInfo$ = [3, n0, _DI,
958
1449
  0,
959
- [_sL, _aI],
960
- [0, 0]
1450
+ [_sL, _aI, _iD],
1451
+ [0, 0, () => IntegratedDocument$]
961
1452
  ];
962
1453
  export var Endpoint$ = [3, n0, _E,
963
1454
  0,
@@ -976,13 +1467,13 @@ export var ExecutionContext$ = [3, n0, _EC,
976
1467
  ];
977
1468
  export var Finding$ = [3, n0, _F,
978
1469
  0,
979
- [_fIi, _aSI, _pIe, _pJIe, _cRIo, _cRJIo, _tIa, _n, _d, _st, _rT, _rL, _rS, _re, _conf, _aSt, _cRT, _lUB, _cL, _vSe, _cA, _uA],
980
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => CodeRemediationTask$, 0, () => CodeLocationList, () => VerificationScript$, 5, 5], 2
1470
+ [_fIi, _aSI, _pIen, _pJIe, _cRIo, _cRJIo, _tIa, _n, _d, _sta, _rT, _rL, _rS, _reas, _conf, _vSa, _aSt, _cRT, _lUB, _cN, _cL, _vSe, _aRl, _cA, _uA],
1471
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => CodeRemediationTask$, 0, 0, () => CodeLocationList, () => VerificationScript$, 0, 5, 5], 2
981
1472
  ];
982
1473
  export var FindingSummary$ = [3, n0, _FS,
983
1474
  0,
984
- [_fIi, _aSI, _pIe, _pJIe, _cRIo, _cRJIo, _n, _st, _rT, _rL, _conf, _cA, _uA],
985
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5], 2
1475
+ [_fIi, _aSI, _pIen, _pJIe, _cRIo, _cRJIo, _n, _sta, _rT, _rL, _conf, _vSa, _cA, _uA],
1476
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5], 2
986
1477
  ];
987
1478
  export var GetApplicationRequest$ = [3, n0, _GAR,
988
1479
  0,
@@ -1006,18 +1497,28 @@ export var GetArtifactOutput$ = [3, n0, _GAO,
1006
1497
  ];
1007
1498
  export var GetIntegrationInput$ = [3, n0, _GII,
1008
1499
  0,
1009
- [_iI],
1500
+ [_iIn],
1010
1501
  [0], 1
1011
1502
  ];
1012
1503
  export var GetIntegrationOutput$ = [3, n0, _GIO,
1013
1504
  0,
1014
- [_iI, _iIn, _pr, _pT, _dNi, _kKI],
1015
- [0, 0, 0, 0, 0, 0], 4
1505
+ [_iIn, _iI, _pr, _pT, _dNi, _kKI, _tU, _pCN],
1506
+ [0, 0, 0, 0, 0, 0, 0, 0], 4
1507
+ ];
1508
+ export var GetSecurityRequirementPackInput$ = [3, n0, _GSRPI,
1509
+ 0,
1510
+ [_pI],
1511
+ [0], 1
1512
+ ];
1513
+ export var GetSecurityRequirementPackOutput$ = [3, n0, _GSRPO,
1514
+ 0,
1515
+ [_pI, _n, _mTa, _sta, _cA, _uA, _d, _vN, _iS, _kKI],
1516
+ [0, 0, 0, 0, 5, 5, 0, 0, 0, 0], 6
1016
1517
  ];
1017
1518
  export var GitHubIntegrationInput$ = [3, n0, _GHII,
1018
1519
  0,
1019
- [_cod, _sta, _oN],
1020
- [0, 0, 0], 2
1520
+ [_cod, _st, _oN, _tU, _iI],
1521
+ [0, 0, 0, 0, 0], 2
1021
1522
  ];
1022
1523
  export var GitHubRepositoryMetadata$ = [3, n0, _GHRM,
1023
1524
  0,
@@ -1031,7 +1532,27 @@ export var GitHubRepositoryResource$ = [3, n0, _GHRR,
1031
1532
  ];
1032
1533
  export var GitHubResourceCapabilities$ = [3, n0, _GHRC,
1033
1534
  0,
1034
- [_lCe, _rC],
1535
+ [_lC, _rC],
1536
+ [2, 2]
1537
+ ];
1538
+ export var GitLabIntegrationInput$ = [3, n0, _GLII,
1539
+ 0,
1540
+ [_aTcc, _tT, _tU, _gI],
1541
+ [[() => AccessToken, 0], 0, 0, 0], 2
1542
+ ];
1543
+ export var GitLabRepositoryMetadata$ = [3, n0, _GLRM,
1544
+ 0,
1545
+ [_n, _pRI, _na, _aTc],
1546
+ [0, 0, 0, 0], 3
1547
+ ];
1548
+ export var GitLabRepositoryResource$ = [3, n0, _GLRR,
1549
+ 0,
1550
+ [_n, _na],
1551
+ [0, 0], 2
1552
+ ];
1553
+ export var GitLabResourceCapabilities$ = [3, n0, _GLRC,
1554
+ 0,
1555
+ [_lC, _rC],
1035
1556
  [2, 2]
1036
1557
  ];
1037
1558
  export var HttpVerification$ = [3, n0, _HV,
@@ -1044,6 +1565,16 @@ export var IdCConfiguration$ = [3, n0, _ICC,
1044
1565
  [_iAA, _iIA],
1045
1566
  [0, 0]
1046
1567
  ];
1568
+ export var ImportSecurityRequirementsInput$ = [3, n0, _ISRI,
1569
+ 0,
1570
+ [_pI, _in],
1571
+ [0, [() => ImportSource$, 0]], 2
1572
+ ];
1573
+ export var ImportSecurityRequirementsOutput$ = [3, n0, _ISRO,
1574
+ 0,
1575
+ [_pI, _iS],
1576
+ [0, 0], 2
1577
+ ];
1047
1578
  export var InitiateProviderRegistrationInput$ = [3, n0, _IPRI,
1048
1579
  0,
1049
1580
  [_pr],
@@ -1054,9 +1585,14 @@ export var InitiateProviderRegistrationOutput$ = [3, n0, _IPRO,
1054
1585
  [_rTe, _cSs],
1055
1586
  [0, 0], 2
1056
1587
  ];
1588
+ export var IntegratedDocument$ = [3, n0, _ID,
1589
+ 0,
1590
+ [_iIn, _rI],
1591
+ [0, 0], 2
1592
+ ];
1057
1593
  export var IntegratedRepository$ = [3, n0, _IR,
1058
1594
  0,
1059
- [_iI, _pRI],
1595
+ [_iIn, _pRI],
1060
1596
  [0, 0], 2
1061
1597
  ];
1062
1598
  export var IntegratedResourceInputItem$ = [3, n0, _IRII,
@@ -1066,13 +1602,13 @@ export var IntegratedResourceInputItem$ = [3, n0, _IRII,
1066
1602
  ];
1067
1603
  export var IntegratedResourceSummary$ = [3, n0, _IRS,
1068
1604
  0,
1069
- [_iI, _res, _cap],
1605
+ [_iIn, _res, _cap],
1070
1606
  [0, () => IntegratedResourceMetadata$, () => ProviderResourceCapabilities$], 2
1071
1607
  ];
1072
1608
  export var IntegrationSummary$ = [3, n0, _IS,
1073
1609
  0,
1074
- [_iI, _iIn, _pr, _pT, _dNi],
1075
- [0, 0, 0, 0, 0], 5
1610
+ [_iIn, _iI, _pr, _pT, _dNi, _tU, _pCN],
1611
+ [0, 0, 0, 0, 0, 0, 0], 5
1076
1612
  ];
1077
1613
  export var ListAgentSpacesInput$ = [3, n0, _LASI,
1078
1614
  0,
@@ -1116,7 +1652,7 @@ export var ListCodeReviewJobsForCodeReviewOutput$ = [3, n0, _LCRJFCRO,
1116
1652
  ];
1117
1653
  export var ListCodeReviewJobTasksInput$ = [3, n0, _LCRJTI,
1118
1654
  0,
1119
- [_aSI, _mR, _cRJIo, _sN, _cN, _nT],
1655
+ [_aSI, _mR, _cRJIo, _sN, _cNa, _nT],
1120
1656
  [0, 1, 0, 0, 0, 0], 1
1121
1657
  ];
1122
1658
  export var ListCodeReviewJobTasksOutput$ = [3, n0, _LCRJTO,
@@ -1136,7 +1672,7 @@ export var ListCodeReviewsOutput$ = [3, n0, _LCRO,
1136
1672
  ];
1137
1673
  export var ListDiscoveredEndpointsInput$ = [3, n0, _LDEI,
1138
1674
  0,
1139
- [_pJIe, _aSI, _mR, _pre, _nT],
1675
+ [_pJIe, _aSI, _mR, _pref, _nT],
1140
1676
  [0, 0, 1, 0, 0], 2
1141
1677
  ];
1142
1678
  export var ListDiscoveredEndpointsOutput$ = [3, n0, _LDEO,
@@ -1146,7 +1682,7 @@ export var ListDiscoveredEndpointsOutput$ = [3, n0, _LDEO,
1146
1682
  ];
1147
1683
  export var ListFindingsInput$ = [3, n0, _LFI,
1148
1684
  0,
1149
- [_aSI, _mR, _pJIe, _cRJIo, _nT, _rT, _rL, _st, _conf, _n],
1685
+ [_aSI, _mR, _pJIe, _cRJIo, _nT, _rT, _rL, _sta, _conf, _n],
1150
1686
  [0, 1, 0, 0, 0, 0, 0, 0, 0, 0], 1
1151
1687
  ];
1152
1688
  export var ListFindingsOutput$ = [3, n0, _LFO,
@@ -1156,7 +1692,7 @@ export var ListFindingsOutput$ = [3, n0, _LFO,
1156
1692
  ];
1157
1693
  export var ListIntegratedResourcesInput$ = [3, n0, _LIRI,
1158
1694
  0,
1159
- [_aSI, _iI, _rTes, _nT, _mR],
1695
+ [_aSI, _iIn, _rTes, _nT, _mR],
1160
1696
  [0, 0, 0, 0, 1], 1
1161
1697
  ];
1162
1698
  export var ListIntegratedResourcesOutput$ = [3, n0, _LIRO,
@@ -1171,7 +1707,7 @@ export var ListIntegrationsInput$ = [3, n0, _LII,
1171
1707
  ];
1172
1708
  export var ListIntegrationsOutput$ = [3, n0, _LIO,
1173
1709
  0,
1174
- [_iS, _nT],
1710
+ [_iSn, _nT],
1175
1711
  [() => IntegrationSummaryList, 0], 1
1176
1712
  ];
1177
1713
  export var ListMembershipsRequest$ = [3, n0, _LMR,
@@ -1186,7 +1722,7 @@ export var ListMembershipsResponse$ = [3, n0, _LMRi,
1186
1722
  ];
1187
1723
  export var ListPentestJobsForPentestInput$ = [3, n0, _LPJFPI,
1188
1724
  0,
1189
- [_pIe, _aSI, _mR, _nT],
1725
+ [_pIen, _aSI, _mR, _nT],
1190
1726
  [0, 0, 1, 0], 2
1191
1727
  ];
1192
1728
  export var ListPentestJobsForPentestOutput$ = [3, n0, _LPJFPO,
@@ -1196,12 +1732,12 @@ export var ListPentestJobsForPentestOutput$ = [3, n0, _LPJFPO,
1196
1732
  ];
1197
1733
  export var ListPentestJobTasksInput$ = [3, n0, _LPJTI,
1198
1734
  0,
1199
- [_aSI, _mR, _pJIe, _sN, _cN, _nT],
1735
+ [_aSI, _mR, _pJIe, _sN, _cNa, _nT],
1200
1736
  [0, 1, 0, 0, 0, 0], 1
1201
1737
  ];
1202
1738
  export var ListPentestJobTasksOutput$ = [3, n0, _LPJTO,
1203
1739
  0,
1204
- [_tS, _nT],
1740
+ [_tSa, _nT],
1205
1741
  [() => TaskSummaryList, 0]
1206
1742
  ];
1207
1743
  export var ListPentestsInput$ = [3, n0, _LPI,
@@ -1214,6 +1750,41 @@ export var ListPentestsOutput$ = [3, n0, _LPO,
1214
1750
  [_pS, _nT],
1215
1751
  [() => PentestSummaryList, 0]
1216
1752
  ];
1753
+ export var ListPrivateConnectionsInput$ = [3, n0, _LPCI,
1754
+ 0,
1755
+ [_mR, _nT],
1756
+ [1, 0]
1757
+ ];
1758
+ export var ListPrivateConnectionsOutput$ = [3, n0, _LPCO,
1759
+ 0,
1760
+ [_pC, _nT],
1761
+ [() => PrivateConnectionList, 0], 1
1762
+ ];
1763
+ export var ListSecurityRequirementPackFilter$ = [3, n0, _LSRPF,
1764
+ 0,
1765
+ [_mTa, _sta],
1766
+ [0, 0]
1767
+ ];
1768
+ export var ListSecurityRequirementPacksInput$ = [3, n0, _LSRPI,
1769
+ 0,
1770
+ [_fil, _nT, _mR],
1771
+ [() => ListSecurityRequirementPackFilter$, 0, 1]
1772
+ ];
1773
+ export var ListSecurityRequirementPacksOutput$ = [3, n0, _LSRPO,
1774
+ 0,
1775
+ [_sRPS, _nT],
1776
+ [() => SecurityRequirementPackSummaryList, 0], 1
1777
+ ];
1778
+ export var ListSecurityRequirementsInput$ = [3, n0, _LSRI,
1779
+ 0,
1780
+ [_pI, _nT, _mR],
1781
+ [0, 0, 1], 1
1782
+ ];
1783
+ export var ListSecurityRequirementsOutput$ = [3, n0, _LSRO,
1784
+ 0,
1785
+ [_sRS, _nT],
1786
+ [() => SecurityRequirementSummaryList, 0], 1
1787
+ ];
1217
1788
  export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
1218
1789
  0,
1219
1790
  [_rAe],
@@ -1234,6 +1805,46 @@ export var ListTargetDomainsOutput$ = [3, n0, _LTDO,
1234
1805
  [_tDS, _nT],
1235
1806
  [() => TargetDomainSummaryList, 0]
1236
1807
  ];
1808
+ export var ListThreatModelJobsInput$ = [3, n0, _LTMJI,
1809
+ 0,
1810
+ [_tMIh, _aSI, _mR, _nT],
1811
+ [0, 0, 1, 0], 2
1812
+ ];
1813
+ export var ListThreatModelJobsOutput$ = [3, n0, _LTMJO,
1814
+ 0,
1815
+ [_tMJS, _nT],
1816
+ [() => ThreatModelJobSummaryList, 0]
1817
+ ];
1818
+ export var ListThreatModelJobTasksInput$ = [3, n0, _LTMJTI,
1819
+ 0,
1820
+ [_aSI, _tMJIh, _mR, _nT],
1821
+ [0, 0, 1, 0], 2
1822
+ ];
1823
+ export var ListThreatModelJobTasksOutput$ = [3, n0, _LTMJTO,
1824
+ 0,
1825
+ [_tMJTS, _nT],
1826
+ [() => ThreatModelJobTaskSummaryList, 0]
1827
+ ];
1828
+ export var ListThreatModelsInput$ = [3, n0, _LTMI,
1829
+ 0,
1830
+ [_aSI, _mR, _nT],
1831
+ [0, 1, 0], 1
1832
+ ];
1833
+ export var ListThreatModelsOutput$ = [3, n0, _LTMO,
1834
+ 0,
1835
+ [_tMS, _nT],
1836
+ [() => ThreatModelSummaryList, 0]
1837
+ ];
1838
+ export var ListThreatsInput$ = [3, n0, _LTI,
1839
+ 0,
1840
+ [_tJI, _aSI, _nT, _mR],
1841
+ [0, 0, 0, 1], 2
1842
+ ];
1843
+ export var ListThreatsOutput$ = [3, n0, _LTO,
1844
+ 0,
1845
+ [_th, _nT],
1846
+ [() => ThreatSummaryList, 0]
1847
+ ];
1237
1848
  export var LogLocation$ = [3, n0, _LL,
1238
1849
  0,
1239
1850
  [_lT, _cWL],
@@ -1256,24 +1867,59 @@ export var NetworkTrafficRule$ = [3, n0, _NTR,
1256
1867
  ];
1257
1868
  export var Pentest$ = [3, n0, _P,
1258
1869
  0,
1259
- [_pIe, _aSI, _ti, _as, _eRT, _sRe, _lC, _vC, _nTC, _cRSo, _cA, _uA],
1260
- [0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 5, 5], 4
1870
+ [_pIen, _aSI, _ti, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _cUS, _dMS, _cA, _uA],
1871
+ [0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 0, 64 | 0, 5, 5], 4
1261
1872
  ];
1262
1873
  export var PentestJob$ = [3, n0, _PJ,
1263
1874
  0,
1264
- [_pJIe, _pIe, _ti, _o, _st, _en, _ac, _doc, _sCo, _eP, _aD, _eRT, _ste, _eC, _sRe, _lC, _vC, _nTC, _eI, _iR, _cRSo, _cA, _uA],
1265
- [0, 0, 0, 0, 0, () => EndpointList, () => ActorList, () => DocumentList, () => SourceCodeRepositoryList, () => EndpointList, () => EndpointList, 64 | 0, () => StepList, () => ExecutionContextList, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, () => ErrorInformation$, () => IntegratedRepositoryList, 0, 5, 5]
1875
+ [_pJIe, _pIen, _ti, _o, _sta, _en, _ac, _doc, _sCo, _eP, _aD, _eRT, _ste, _eC, _sRe, _lCo, _vC, _nTC, _eI, _iR, _cRSo, _cUS, _dMS, _cA, _uA],
1876
+ [0, 0, 0, 0, 0, () => EndpointList, () => ActorList, () => DocumentList, () => SourceCodeRepositoryList, () => EndpointList, () => EndpointList, 64 | 0, () => StepList, () => ExecutionContextList, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, () => ErrorInformation$, () => IntegratedRepositoryList, 0, 0, 64 | 0, 5, 5]
1266
1877
  ];
1267
1878
  export var PentestJobSummary$ = [3, n0, _PJS,
1268
1879
  0,
1269
- [_pJIe, _pIe, _ti, _st, _cA, _uA],
1880
+ [_pJIe, _pIen, _ti, _sta, _cA, _uA],
1270
1881
  [0, 0, 0, 0, 5, 5], 2
1271
1882
  ];
1272
1883
  export var PentestSummary$ = [3, n0, _PS,
1273
1884
  0,
1274
- [_pIe, _aSI, _ti, _cA, _uA],
1885
+ [_pIen, _aSI, _ti, _cA, _uA],
1275
1886
  [0, 0, 0, 5, 5], 3
1276
1887
  ];
1888
+ export var PrivateConnectionSummary$ = [3, n0, _PCS,
1889
+ 0,
1890
+ [_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
1891
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
1892
+ ];
1893
+ export var ReportDestination$ = [3, n0, _RD,
1894
+ 0,
1895
+ [_iIn, _cI, _pIar, _dI],
1896
+ [0, 0, 0, 0], 2
1897
+ ];
1898
+ export var SecurityRequirementArtifact$ = [3, n0, _SRA,
1899
+ 0,
1900
+ [_n, _fo, _conte],
1901
+ [0, 0, [() => SecurityRequirementDocumentContent, 0]], 3
1902
+ ];
1903
+ export var SecurityRequirementPackSummary$ = [3, n0, _SRPS,
1904
+ 0,
1905
+ [_pI, _n, _mTa, _sta, _cA, _uA, _d, _vN],
1906
+ [0, 0, 0, 0, 5, 5, 0, 0], 6
1907
+ ];
1908
+ export var SecurityRequirementSummary$ = [3, n0, _SRS,
1909
+ 0,
1910
+ [_pI, _n, _d, _cA, _uA],
1911
+ [0, 0, 0, 5, 5], 5
1912
+ ];
1913
+ export var SelfManagedInput$ = [3, n0, _SMI,
1914
+ 0,
1915
+ [_rCI, _ce],
1916
+ [0, [() => CertificateChain, 0]], 1
1917
+ ];
1918
+ export var ServiceManagedInput$ = [3, n0, _SMIe,
1919
+ 0,
1920
+ [_hA, _vI, _sI, _sGI, _iAT, _iAPE, _pR, _ce, _dR],
1921
+ [0, 0, 64 | 0, 64 | 0, 0, 1, 64 | 0, [() => CertificateChain, 0], 0], 3
1922
+ ];
1277
1923
  export var SourceCodeRepository$ = [3, n0, _SCR,
1278
1924
  0,
1279
1925
  [_sL],
@@ -1291,27 +1937,37 @@ export var StartCodeRemediationOutput$ = [3, n0, _SCRO,
1291
1937
  ];
1292
1938
  export var StartCodeReviewJobInput$ = [3, n0, _SCRJI,
1293
1939
  0,
1294
- [_aSI, _cRIo],
1295
- [0, 0], 2
1940
+ [_aSI, _cRIo, _dS],
1941
+ [0, 0, () => DiffSource$], 2
1296
1942
  ];
1297
1943
  export var StartCodeReviewJobOutput$ = [3, n0, _SCRJO,
1298
1944
  0,
1299
- [_cRIo, _cRJIo, _ti, _st, _cA, _uA, _aSI],
1945
+ [_cRIo, _cRJIo, _ti, _sta, _cA, _uA, _aSI],
1300
1946
  [0, 0, 0, 0, 5, 5, 0], 2
1301
1947
  ];
1302
1948
  export var StartPentestJobInput$ = [3, n0, _SPJI,
1303
1949
  0,
1304
- [_aSI, _pIe],
1950
+ [_aSI, _pIen],
1305
1951
  [0, 0], 2
1306
1952
  ];
1307
1953
  export var StartPentestJobOutput$ = [3, n0, _SPJO,
1308
1954
  0,
1309
- [_ti, _st, _cA, _uA, _pIe, _pJIe, _aSI],
1955
+ [_ti, _sta, _cA, _uA, _pIen, _pJIe, _aSI],
1310
1956
  [0, 0, 5, 5, 0, 0, 0]
1311
1957
  ];
1958
+ export var StartThreatModelJobInput$ = [3, n0, _STMJI,
1959
+ 0,
1960
+ [_aSI, _tMIh],
1961
+ [0, 0], 2
1962
+ ];
1963
+ export var StartThreatModelJobOutput$ = [3, n0, _STMJO,
1964
+ 0,
1965
+ [_tMJIh, _ti, _sta, _cA, _uA, _tMIh, _aSI],
1966
+ [0, 0, 0, 5, 5, 0, 0], 1
1967
+ ];
1312
1968
  export var Step$ = [3, n0, _S,
1313
1969
  0,
1314
- [_n, _st, _cA, _uA],
1970
+ [_n, _sta, _cA, _uA],
1315
1971
  [0, 0, 5, 5]
1316
1972
  ];
1317
1973
  export var StopCodeReviewJobInput$ = [3, n0, _SCRJIt,
@@ -1334,6 +1990,16 @@ export var StopPentestJobOutput$ = [3, n0, _SPJOt,
1334
1990
  [],
1335
1991
  []
1336
1992
  ];
1993
+ export var StopThreatModelJobInput$ = [3, n0, _STMJIt,
1994
+ 0,
1995
+ [_aSI, _tMJIh],
1996
+ [0, 0], 2
1997
+ ];
1998
+ export var StopThreatModelJobOutput$ = [3, n0, _STMJOt,
1999
+ 0,
2000
+ [],
2001
+ []
2002
+ ];
1337
2003
  export var TagResourceInput$ = [3, n0, _TRI,
1338
2004
  0,
1339
2005
  [_rAe, _tag],
@@ -1356,14 +2022,64 @@ export var TargetDomainSummary$ = [3, n0, _TDS,
1356
2022
  ];
1357
2023
  export var Task$ = [3, n0, _T,
1358
2024
  0,
1359
- [_tIa, _pIe, _pJIe, _aSI, _ti, _d, _ca, _rT, _tE, _eS, _lL, _cA, _uA],
2025
+ [_tIa, _pIen, _pJIe, _aSI, _ti, _d, _ca, _rT, _tE, _eS, _lL, _cA, _uA],
1360
2026
  [0, 0, 0, 0, 0, 0, () => CategoryList, 0, () => Endpoint$, 0, () => LogLocation$, 5, 5], 1
1361
2027
  ];
1362
2028
  export var TaskSummary$ = [3, n0, _TS,
1363
2029
  0,
1364
- [_tIa, _pIe, _pJIe, _aSI, _ti, _rT, _eS, _cA, _uA],
2030
+ [_tIa, _pIen, _pJIe, _aSI, _ti, _rT, _eS, _cA, _uA],
1365
2031
  [0, 0, 0, 0, 0, 0, 0, 5, 5], 1
1366
2032
  ];
2033
+ export var Threat$ = [3, n0, _Th,
2034
+ 0,
2035
+ [_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _str, _re, _cB, _uB, _cA, _uA],
2036
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 64 | 0, 0, 0, 0, 5, 5]
2037
+ ];
2038
+ export var ThreatAnchorShape$ = [3, n0, _TAS,
2039
+ 0,
2040
+ [_k, _id, _pIac],
2041
+ [0, 0, 0]
2042
+ ];
2043
+ export var ThreatEvidenceShape$ = [3, n0, _TES,
2044
+ 0,
2045
+ [_pIac, _pat],
2046
+ [0, 0]
2047
+ ];
2048
+ export var ThreatModel$ = [3, n0, _TM,
2049
+ 0,
2050
+ [_tMIh, _aSI, _ti, _as, _d, _sD, _sRe, _lCo, _cA, _uA],
2051
+ [0, 0, 0, () => Assets$, 0, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 4
2052
+ ];
2053
+ export var ThreatModelJob$ = [3, n0, _TMJ,
2054
+ 0,
2055
+ [_tMJIh, _tMIh, _aSI, _ti, _sta, _cA, _uA, _eST, _eET, _sCo, _iR, _doc, _sD, _eI, _sO],
2056
+ [0, 0, 0, 0, 0, 5, 5, 5, 5, () => SourceCodeRepositoryList, () => IntegratedRepositoryList, () => DocumentList, () => DocumentList, () => ErrorInformation$, 0]
2057
+ ];
2058
+ export var ThreatModelJobSummary$ = [3, n0, _TMJS,
2059
+ 0,
2060
+ [_tMJIh, _tMIh, _aSI, _ti, _sta, _cA, _uA],
2061
+ [0, 0, 0, 0, 0, 5, 5], 2
2062
+ ];
2063
+ export var ThreatModelJobTask$ = [3, n0, _TMJT,
2064
+ 0,
2065
+ [_tIa, _tMIh, _tMJIh, _aSI, _ti, _d, _eS, _lL, _cA, _uA],
2066
+ [0, 0, 0, 0, 0, 0, 0, () => LogLocation$, 5, 5], 1
2067
+ ];
2068
+ export var ThreatModelJobTaskSummary$ = [3, n0, _TMJTS,
2069
+ 0,
2070
+ [_tIa, _tMIh, _tMJIh, _aSI, _ti, _eS, _cA, _uA],
2071
+ [0, 0, 0, 0, 0, 0, 5, 5], 1
2072
+ ];
2073
+ export var ThreatModelSummary$ = [3, n0, _TMS,
2074
+ 0,
2075
+ [_tMIh, _aSI, _ti, _cA, _uA],
2076
+ [0, 0, 0, 5, 5], 3
2077
+ ];
2078
+ export var ThreatSummary$ = [3, n0, _TSh,
2079
+ 0,
2080
+ [_tIhre, _tJI, _ti, _stat, _sev, _sta, _str, _cB, _uB, _cA, _uA],
2081
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 5, 5]
2082
+ ];
1367
2083
  export var UntagResourceInput$ = [3, n0, _URI,
1368
2084
  0,
1369
2085
  [_rAe, _tK],
@@ -1396,18 +2112,18 @@ export var UpdateApplicationResponse$ = [3, n0, _UARp,
1396
2112
  ];
1397
2113
  export var UpdateCodeReviewInput$ = [3, n0, _UCRI,
1398
2114
  0,
1399
- [_cRIo, _aSI, _ti, _as, _sRe, _lC, _cRSo],
1400
- [0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0], 2
2115
+ [_cRIo, _aSI, _ti, _as, _sRe, _lCo, _cRSo, _vM],
2116
+ [0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 2
1401
2117
  ];
1402
2118
  export var UpdateCodeReviewOutput$ = [3, n0, _UCRO,
1403
2119
  0,
1404
- [_cRIo, _ti, _cA, _uA, _as, _sRe, _lC, _aSI, _cRSo],
1405
- [0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 1
2120
+ [_cRIo, _ti, _cA, _uA, _as, _sRe, _lCo, _aSI, _cRSo, _vM],
2121
+ [0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 0], 1
1406
2122
  ];
1407
2123
  export var UpdateFindingInput$ = [3, n0, _UFI,
1408
2124
  0,
1409
- [_fIi, _aSI, _rL, _st],
1410
- [0, 0, 0, 0], 2
2125
+ [_fIi, _aSI, _n, _d, _rT, _rL, _rS, _aSt, _reas, _sta, _cN],
2126
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 2
1411
2127
  ];
1412
2128
  export var UpdateFindingOutput$ = [3, n0, _UFO,
1413
2129
  0,
@@ -1416,7 +2132,7 @@ export var UpdateFindingOutput$ = [3, n0, _UFO,
1416
2132
  ];
1417
2133
  export var UpdateIntegratedResourcesInput$ = [3, n0, _UIRI,
1418
2134
  0,
1419
- [_aSI, _iI, _it],
2135
+ [_aSI, _iIn, _it],
1420
2136
  [0, 0, () => IntegratedResourceInputItemList], 3
1421
2137
  ];
1422
2138
  export var UpdateIntegratedResourcesOutput$ = [3, n0, _UIRO,
@@ -1426,17 +2142,42 @@ export var UpdateIntegratedResourcesOutput$ = [3, n0, _UIRO,
1426
2142
  ];
1427
2143
  export var UpdatePentestInput$ = [3, n0, _UPI,
1428
2144
  0,
1429
- [_pIe, _aSI, _ti, _as, _eRT, _sRe, _lC, _vC, _nTC, _cRSo],
1430
- [0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0], 2
2145
+ [_pIen, _aSI, _ti, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _dMS],
2146
+ [0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 64 | 0], 2
1431
2147
  ];
1432
2148
  export var UpdatePentestOutput$ = [3, n0, _UPO,
1433
2149
  0,
1434
- [_pIe, _ti, _cA, _uA, _as, _eRT, _sRe, _lC, _aSI],
2150
+ [_pIen, _ti, _cA, _uA, _as, _eRT, _sRe, _lCo, _aSI],
1435
2151
  [0, 0, 5, 5, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, 0]
1436
2152
  ];
2153
+ export var UpdatePrivateConnectionCertificateInput$ = [3, n0, _UPCCI,
2154
+ 0,
2155
+ [_pCN, _ce],
2156
+ [0, [() => CertificateChain, 0]], 2
2157
+ ];
2158
+ export var UpdatePrivateConnectionCertificateOutput$ = [3, n0, _UPCCO,
2159
+ 0,
2160
+ [_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
2161
+ [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
2162
+ ];
2163
+ export var UpdateSecurityRequirementEntry$ = [3, n0, _USRE,
2164
+ 0,
2165
+ [_n, _d, _do, _ev, _r],
2166
+ [0, 0, 0, 0, 0], 1
2167
+ ];
2168
+ export var UpdateSecurityRequirementPackInput$ = [3, n0, _USRPI,
2169
+ 0,
2170
+ [_pI, _n, _d, _sta],
2171
+ [0, 0, 0, 0], 1
2172
+ ];
2173
+ export var UpdateSecurityRequirementPackOutput$ = [3, n0, _USRPO,
2174
+ 0,
2175
+ [_pI, _n, _d, _sta],
2176
+ [0, 0, 0, 0], 1
2177
+ ];
1437
2178
  export var UpdateTargetDomainInput$ = [3, n0, _UTDI,
1438
2179
  0,
1439
- [_tDIa, _vM],
2180
+ [_tDIa, _vMe],
1440
2181
  [0, 0], 2
1441
2182
  ];
1442
2183
  export var UpdateTargetDomainOutput$ = [3, n0, _UTDO,
@@ -1444,6 +2185,26 @@ export var UpdateTargetDomainOutput$ = [3, n0, _UTDO,
1444
2185
  [_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
1445
2186
  [0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
1446
2187
  ];
2188
+ export var UpdateThreatInput$ = [3, n0, _UTI,
2189
+ 0,
2190
+ [_tIhre, _aSI, _ti, _sta, _com, _stat, _sev, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re],
2191
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0], 2
2192
+ ];
2193
+ export var UpdateThreatModelInput$ = [3, n0, _UTMI,
2194
+ 0,
2195
+ [_tMIh, _aSI, _ti, _d, _as, _sD, _sRe, _lCo],
2196
+ [0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$], 2
2197
+ ];
2198
+ export var UpdateThreatModelOutput$ = [3, n0, _UTMO,
2199
+ 0,
2200
+ [_tMIh, _ti, _aSI, _d, _as, _sD, _sRe, _lCo, _cA, _uA],
2201
+ [0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 1
2202
+ ];
2203
+ export var UpdateThreatOutput$ = [3, n0, _UTO,
2204
+ 0,
2205
+ [_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re, _cB, _uB, _cA, _uA],
2206
+ [0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0, 0, 0, 5, 5], 2
2207
+ ];
1447
2208
  export var UserConfig$ = [3, n0, _UC,
1448
2209
  0,
1449
2210
  [_ro],
@@ -1466,7 +2227,7 @@ export var VerificationDetails$ = [3, n0, _VD,
1466
2227
  ];
1467
2228
  export var VerificationScript$ = [3, n0, _VS,
1468
2229
  0,
1469
- [_sT, _sU, _ins, _eV],
2230
+ [_sTc, _sUc, _ins, _eV],
1470
2231
  [0, 0, 0, () => VerificationScriptEnvVarList]
1471
2232
  ];
1472
2233
  export var VerificationScriptEnvVar$ = [3, n0, _VSEV,
@@ -1481,7 +2242,7 @@ export var VerifyTargetDomainInput$ = [3, n0, _VTDI,
1481
2242
  ];
1482
2243
  export var VerifyTargetDomainOutput$ = [3, n0, _VTDO,
1483
2244
  0,
1484
- [_tDIa, _dN, _cA, _uA, _vA, _st, _vSR],
2245
+ [_tDIa, _dN, _cA, _uA, _vA, _sta, _vSR],
1485
2246
  [0, 0, 5, 5, 5, 0, 0]
1486
2247
  ];
1487
2248
  export var VpcConfig$ = [3, n0, _VC,
@@ -1510,6 +2271,15 @@ var ArtifactMetadataList = [1, n0, _AML,
1510
2271
  var ArtifactSummaryList = [1, n0, _ASLr,
1511
2272
  0, () => ArtifactSummary$
1512
2273
  ];
2274
+ var BatchCreateSecurityRequirementResultList = [1, n0, _BCSRRL,
2275
+ 0, () => BatchCreateSecurityRequirementResult$
2276
+ ];
2277
+ var BatchGetSecurityRequirementResultList = [1, n0, _BGSRRL,
2278
+ 0, () => BatchGetSecurityRequirementResult$
2279
+ ];
2280
+ var BatchSecurityRequirementErrors = [1, n0, _BSREa,
2281
+ 0, () => BatchSecurityRequirementError$
2282
+ ];
1513
2283
  var CategoryList = [1, n0, _CLa,
1514
2284
  0, () => Category$
1515
2285
  ];
@@ -1539,6 +2309,9 @@ var CodeReviewList = [1, n0, _CRL,
1539
2309
  var CodeReviewSummaryList = [1, n0, _CRSL,
1540
2310
  0, () => CodeReviewSummary$
1541
2311
  ];
2312
+ var CreateSecurityRequirementEntryList = [1, n0, _CSREL,
2313
+ 0, () => CreateSecurityRequirementEntry$
2314
+ ];
1542
2315
  var CustomHeaderList = [1, n0, _CHL,
1543
2316
  0, () => CustomHeader$
1544
2317
  ];
@@ -1548,6 +2321,9 @@ var DeleteCodeReviewFailureList = [1, n0, _DCRFL,
1548
2321
  var DeletePentestFailureList = [1, n0, _DPFL,
1549
2322
  0, () => DeletePentestFailure$
1550
2323
  ];
2324
+ var DeleteThreatModelFailureList = [1, n0, _DTMFL,
2325
+ 0, () => DeleteThreatModelFailure$
2326
+ ];
1551
2327
  var DiscoveredEndpointList = [1, n0, _DEL,
1552
2328
  0, () => DiscoveredEndpoint$
1553
2329
  ];
@@ -1602,16 +2378,36 @@ var PentestList = [1, n0, _PL,
1602
2378
  var PentestSummaryList = [1, n0, _PSL,
1603
2379
  0, () => PentestSummary$
1604
2380
  ];
2381
+ var PortRanges = 64 | 0;
2382
+ var PrivateConnectionList = [1, n0, _PCL,
2383
+ 0, () => PrivateConnectionSummary$
2384
+ ];
2385
+ var PrivateConnectionSecurityGroupIds = 64 | 0;
2386
+ var PrivateConnectionSubnetIds = 64 | 0;
1605
2387
  var RiskTypeList = 64 | 0;
1606
2388
  var S3BucketArns = 64 | 0;
1607
2389
  var SecretArns = 64 | 0;
1608
2390
  var SecurityGroupArns = 64 | 0;
2391
+ var SecurityRequirementArtifactList = [1, n0, _SRAL,
2392
+ 0, [() => SecurityRequirementArtifact$,
2393
+ 0]
2394
+ ];
2395
+ var SecurityRequirementNameList = 64 | 0;
2396
+ var SecurityRequirementPackSummaryList = [1, n0, _SRPSL,
2397
+ 0, () => SecurityRequirementPackSummary$
2398
+ ];
2399
+ var SecurityRequirementSummaryList = [1, n0, _SRSL,
2400
+ 0, () => SecurityRequirementSummary$
2401
+ ];
2402
+ var SkillTypeList = 64 | 0;
1609
2403
  var SourceCodeRepositoryList = [1, n0, _SCRL,
1610
2404
  0, () => SourceCodeRepository$
1611
2405
  ];
1612
2406
  var StepList = [1, n0, _SL,
1613
2407
  0, () => Step$
1614
2408
  ];
2409
+ var StrideCategoryList = 64 | 0;
2410
+ var StringList = 64 | 0;
1615
2411
  var SubnetArns = 64 | 0;
1616
2412
  var TagKeyList = 64 | 0;
1617
2413
  var TargetDomainIdList = 64 | 0;
@@ -1628,6 +2424,39 @@ var TaskList = [1, n0, _TL,
1628
2424
  var TaskSummaryList = [1, n0, _TSL,
1629
2425
  0, () => TaskSummary$
1630
2426
  ];
2427
+ var ThreatEvidenceList = [1, n0, _TEL,
2428
+ 0, () => ThreatEvidenceShape$
2429
+ ];
2430
+ var ThreatIdList = 64 | 0;
2431
+ var ThreatList = [1, n0, _TLh,
2432
+ 0, () => Threat$
2433
+ ];
2434
+ var ThreatModelIdList = 64 | 0;
2435
+ var ThreatModelJobIdList = 64 | 0;
2436
+ var ThreatModelJobList = [1, n0, _TMJL,
2437
+ 0, () => ThreatModelJob$
2438
+ ];
2439
+ var ThreatModelJobSummaryList = [1, n0, _TMJSL,
2440
+ 0, () => ThreatModelJobSummary$
2441
+ ];
2442
+ var ThreatModelJobTaskList = [1, n0, _TMJTL,
2443
+ 0, () => ThreatModelJobTask$
2444
+ ];
2445
+ var ThreatModelJobTaskSummaryList = [1, n0, _TMJTSL,
2446
+ 0, () => ThreatModelJobTaskSummary$
2447
+ ];
2448
+ var ThreatModelList = [1, n0, _TML,
2449
+ 0, () => ThreatModel$
2450
+ ];
2451
+ var ThreatModelSummaryList = [1, n0, _TMSL,
2452
+ 0, () => ThreatModelSummary$
2453
+ ];
2454
+ var ThreatSummaryList = [1, n0, _TSLh,
2455
+ 0, () => ThreatSummary$
2456
+ ];
2457
+ var UpdateSecurityRequirementEntryList = [1, n0, _USREL,
2458
+ 0, () => UpdateSecurityRequirementEntry$
2459
+ ];
1631
2460
  var UriList = 64 | 0;
1632
2461
  var ValidationExceptionFieldList = [1, n0, _VEFL,
1633
2462
  0, () => ValidationExceptionField$
@@ -1639,15 +2468,25 @@ var VpcConfigs = [1, n0, _VCp,
1639
2468
  0, () => VpcConfig$
1640
2469
  ];
1641
2470
  var TagMap = 128 | 0;
2471
+ export var DiffSource$ = [4, n0, _DS,
2472
+ 0,
2473
+ [_sUr],
2474
+ [0]
2475
+ ];
2476
+ export var ImportSource$ = [4, n0, _ISm,
2477
+ 0,
2478
+ [_doc],
2479
+ [[() => SecurityRequirementArtifactList, 0]]
2480
+ ];
1642
2481
  export var IntegratedResource$ = [4, n0, _IRn,
1643
2482
  0,
1644
- [_gR],
1645
- [() => GitHubRepositoryResource$]
2483
+ [_gR, _gRi, _bR, _cDo],
2484
+ [() => GitHubRepositoryResource$, () => GitLabRepositoryResource$, () => BitbucketRepositoryResource$, () => ConfluenceDocumentResource$]
1646
2485
  ];
1647
2486
  export var IntegratedResourceMetadata$ = [4, n0, _IRM,
1648
2487
  0,
1649
- [_gR],
1650
- [() => GitHubRepositoryMetadata$]
2488
+ [_gR, _gRi, _bR, _cDo],
2489
+ [() => GitHubRepositoryMetadata$, () => GitLabRepositoryMetadata$, () => BitbucketRepositoryMetadata$, () => ConfluenceDocumentMetadata$]
1651
2490
  ];
1652
2491
  export var IntegrationFilter$ = [4, n0, _IF,
1653
2492
  0,
@@ -1664,25 +2503,39 @@ export var MembershipConfig$ = [4, n0, _MC,
1664
2503
  [_use],
1665
2504
  [() => UserConfig$]
1666
2505
  ];
2506
+ export var PrivateConnectionMode$ = [4, n0, _PCM,
2507
+ 0,
2508
+ [_sM, _sMe],
2509
+ [[() => ServiceManagedInput$, 0], [() => SelfManagedInput$, 0]]
2510
+ ];
1667
2511
  export var ProviderInput$ = [4, n0, _PI,
1668
2512
  0,
1669
- [_g],
1670
- [() => GitHubIntegrationInput$]
2513
+ [_g, _gi, _b, _confl],
2514
+ [() => GitHubIntegrationInput$, [() => GitLabIntegrationInput$, 0], () => BitbucketIntegrationInput$, () => ConfluenceIntegrationInput$]
1671
2515
  ];
1672
2516
  export var ProviderResourceCapabilities$ = [4, n0, _PRC,
1673
2517
  0,
1674
- [_g],
1675
- [() => GitHubResourceCapabilities$]
2518
+ [_g, _gi, _b, _confl],
2519
+ [() => GitHubResourceCapabilities$, () => GitLabResourceCapabilities$, () => BitbucketResourceCapabilities$, () => ConfluenceResourceCapabilities$]
1676
2520
  ];
1677
2521
  export var AddArtifact$ = [9, n0, _AA,
1678
2522
  { [_h]: ["POST", "/AddArtifact", 201] }, () => AddArtifactInput$, () => AddArtifactOutput$
1679
2523
  ];
2524
+ export var BatchCreateSecurityRequirements$ = [9, n0, _BCSR,
2525
+ { [_h]: ["POST", "/BatchCreateSecurityRequirements", 201] }, () => BatchCreateSecurityRequirementsInput$, () => BatchCreateSecurityRequirementsOutput$
2526
+ ];
1680
2527
  export var BatchDeleteCodeReviews$ = [9, n0, _BDCR,
1681
2528
  { [_h]: ["POST", "/BatchDeleteCodeReviews", 200] }, () => BatchDeleteCodeReviewsInput$, () => BatchDeleteCodeReviewsOutput$
1682
2529
  ];
1683
2530
  export var BatchDeletePentests$ = [9, n0, _BDP,
1684
2531
  { [_h]: ["POST", "/BatchDeletePentests", 200] }, () => BatchDeletePentestsInput$, () => BatchDeletePentestsOutput$
1685
2532
  ];
2533
+ export var BatchDeleteSecurityRequirements$ = [9, n0, _BDSR,
2534
+ { [_h]: ["POST", "/BatchDeleteSecurityRequirements", 200] }, () => BatchDeleteSecurityRequirementsInput$, () => BatchDeleteSecurityRequirementsOutput$
2535
+ ];
2536
+ export var BatchDeleteThreatModels$ = [9, n0, _BDTM,
2537
+ { [_h]: ["POST", "/BatchDeleteThreatModels", 200] }, () => BatchDeleteThreatModelsInput$, () => BatchDeleteThreatModelsOutput$
2538
+ ];
1686
2539
  export var BatchGetAgentSpaces$ = [9, n0, _BGAS,
1687
2540
  { [_h]: ["POST", "/BatchGetAgentSpaces", 200] }, () => BatchGetAgentSpacesInput$, () => BatchGetAgentSpacesOutput$
1688
2541
  ];
@@ -1710,9 +2563,27 @@ export var BatchGetPentestJobTasks$ = [9, n0, _BGPJT,
1710
2563
  export var BatchGetPentests$ = [9, n0, _BGP,
1711
2564
  { [_h]: ["POST", "/BatchGetPentests", 200] }, () => BatchGetPentestsInput$, () => BatchGetPentestsOutput$
1712
2565
  ];
2566
+ export var BatchGetSecurityRequirements$ = [9, n0, _BGSR,
2567
+ { [_h]: ["POST", "/BatchGetSecurityRequirements", 200] }, () => BatchGetSecurityRequirementsInput$, () => BatchGetSecurityRequirementsOutput$
2568
+ ];
1713
2569
  export var BatchGetTargetDomains$ = [9, n0, _BGTD,
1714
2570
  { [_h]: ["POST", "/BatchGetTargetDomains", 200] }, () => BatchGetTargetDomainsInput$, () => BatchGetTargetDomainsOutput$
1715
2571
  ];
2572
+ export var BatchGetThreatModelJobs$ = [9, n0, _BGTMJ,
2573
+ { [_h]: ["POST", "/BatchGetThreatModelJobs", 200] }, () => BatchGetThreatModelJobsInput$, () => BatchGetThreatModelJobsOutput$
2574
+ ];
2575
+ export var BatchGetThreatModelJobTasks$ = [9, n0, _BGTMJT,
2576
+ { [_h]: ["POST", "/BatchGetThreatModelJobTasks", 200] }, () => BatchGetThreatModelJobTasksInput$, () => BatchGetThreatModelJobTasksOutput$
2577
+ ];
2578
+ export var BatchGetThreatModels$ = [9, n0, _BGTM,
2579
+ { [_h]: ["POST", "/BatchGetThreatModels", 200] }, () => BatchGetThreatModelsInput$, () => BatchGetThreatModelsOutput$
2580
+ ];
2581
+ export var BatchGetThreats$ = [9, n0, _BGT,
2582
+ { [_h]: ["POST", "/BatchGetThreats", 200] }, () => BatchGetThreatsInput$, () => BatchGetThreatsOutput$
2583
+ ];
2584
+ export var BatchUpdateSecurityRequirements$ = [9, n0, _BUSR,
2585
+ { [_h]: ["POST", "/BatchUpdateSecurityRequirements", 200] }, () => BatchUpdateSecurityRequirementsInput$, () => BatchUpdateSecurityRequirementsOutput$
2586
+ ];
1716
2587
  export var CreateAgentSpace$ = [9, n0, _CAS,
1717
2588
  { [_h]: ["POST", "/CreateAgentSpace", 200] }, () => CreateAgentSpaceInput$, () => CreateAgentSpaceOutput$
1718
2589
  ];
@@ -1731,9 +2602,21 @@ export var CreateMembership$ = [9, n0, _CM,
1731
2602
  export var CreatePentest$ = [9, n0, _CP,
1732
2603
  { [_h]: ["POST", "/CreatePentest", 200] }, () => CreatePentestInput$, () => CreatePentestOutput$
1733
2604
  ];
2605
+ export var CreatePrivateConnection$ = [9, n0, _CPC,
2606
+ { [_h]: ["POST", "/CreatePrivateConnection", 201] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
2607
+ ];
2608
+ export var CreateSecurityRequirementPack$ = [9, n0, _CSRP,
2609
+ { [_h]: ["POST", "/CreateSecurityRequirementPack", 201] }, () => CreateSecurityRequirementPackInput$, () => CreateSecurityRequirementPackOutput$
2610
+ ];
1734
2611
  export var CreateTargetDomain$ = [9, n0, _CTD,
1735
2612
  { [_h]: ["POST", "/CreateTargetDomain", 200] }, () => CreateTargetDomainInput$, () => CreateTargetDomainOutput$
1736
2613
  ];
2614
+ export var CreateThreat$ = [9, n0, _CT,
2615
+ { [_h]: ["POST", "/CreateThreat", 200] }, () => CreateThreatInput$, () => CreateThreatOutput$
2616
+ ];
2617
+ export var CreateThreatModel$ = [9, n0, _CTM,
2618
+ { [_h]: ["POST", "/CreateThreatModel", 200] }, () => CreateThreatModelInput$, () => CreateThreatModelOutput$
2619
+ ];
1737
2620
  export var DeleteAgentSpace$ = [9, n0, _DAS,
1738
2621
  { [_h]: ["POST", "/DeleteAgentSpace", 200] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
1739
2622
  ];
@@ -1749,9 +2632,18 @@ export var DeleteIntegration$ = [9, n0, _DIe,
1749
2632
  export var DeleteMembership$ = [9, n0, _DM,
1750
2633
  { [_h]: ["POST", "/DeleteMembership", 200] }, () => DeleteMembershipRequest$, () => DeleteMembershipResponse$
1751
2634
  ];
2635
+ export var DeletePrivateConnection$ = [9, n0, _DPC,
2636
+ { [_h]: ["POST", "/DeletePrivateConnection", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
2637
+ ];
2638
+ export var DeleteSecurityRequirementPack$ = [9, n0, _DSRP,
2639
+ { [_h]: ["POST", "/DeleteSecurityRequirementPack", 200] }, () => DeleteSecurityRequirementPackInput$, () => DeleteSecurityRequirementPackOutput$
2640
+ ];
1752
2641
  export var DeleteTargetDomain$ = [9, n0, _DTD,
1753
2642
  { [_h]: ["POST", "/DeleteTargetDomain", 200] }, () => DeleteTargetDomainInput$, () => DeleteTargetDomainOutput$
1754
2643
  ];
2644
+ export var DescribePrivateConnection$ = [9, n0, _DPCe,
2645
+ { [_h]: ["POST", "/DescribePrivateConnection", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
2646
+ ];
1755
2647
  export var GetApplication$ = [9, n0, _GA,
1756
2648
  { [_h]: ["POST", "/GetApplication", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
1757
2649
  ];
@@ -1761,6 +2653,12 @@ export var GetArtifact$ = [9, n0, _GAe,
1761
2653
  export var GetIntegration$ = [9, n0, _GI,
1762
2654
  { [_h]: ["POST", "/GetIntegration", 200] }, () => GetIntegrationInput$, () => GetIntegrationOutput$
1763
2655
  ];
2656
+ export var GetSecurityRequirementPack$ = [9, n0, _GSRP,
2657
+ { [_h]: ["POST", "/GetSecurityRequirementPack", 200] }, () => GetSecurityRequirementPackInput$, () => GetSecurityRequirementPackOutput$
2658
+ ];
2659
+ export var ImportSecurityRequirements$ = [9, n0, _ISR,
2660
+ { [_h]: ["POST", "/ImportSecurityRequirements", 201] }, () => ImportSecurityRequirementsInput$, () => ImportSecurityRequirementsOutput$
2661
+ ];
1764
2662
  export var InitiateProviderRegistration$ = [9, n0, _IPR,
1765
2663
  { [_h]: ["POST", "/oauth2/provider/register", 200] }, () => InitiateProviderRegistrationInput$, () => InitiateProviderRegistrationOutput$
1766
2664
  ];
@@ -1806,12 +2704,33 @@ export var ListPentestJobTasks$ = [9, n0, _LPJT,
1806
2704
  export var ListPentests$ = [9, n0, _LP,
1807
2705
  { [_h]: ["POST", "/ListPentests", 200] }, () => ListPentestsInput$, () => ListPentestsOutput$
1808
2706
  ];
2707
+ export var ListPrivateConnections$ = [9, n0, _LPC,
2708
+ { [_h]: ["POST", "/ListPrivateConnections", 200] }, () => ListPrivateConnectionsInput$, () => ListPrivateConnectionsOutput$
2709
+ ];
2710
+ export var ListSecurityRequirementPacks$ = [9, n0, _LSRP,
2711
+ { [_h]: ["POST", "/ListSecurityRequirementPacks", 200] }, () => ListSecurityRequirementPacksInput$, () => ListSecurityRequirementPacksOutput$
2712
+ ];
2713
+ export var ListSecurityRequirements$ = [9, n0, _LSR,
2714
+ { [_h]: ["POST", "/ListSecurityRequirements", 200] }, () => ListSecurityRequirementsInput$, () => ListSecurityRequirementsOutput$
2715
+ ];
1809
2716
  export var ListTagsForResource$ = [9, n0, _LTFR,
1810
2717
  { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
1811
2718
  ];
1812
2719
  export var ListTargetDomains$ = [9, n0, _LTD,
1813
2720
  { [_h]: ["POST", "/ListTargetDomains", 200] }, () => ListTargetDomainsInput$, () => ListTargetDomainsOutput$
1814
2721
  ];
2722
+ export var ListThreatModelJobs$ = [9, n0, _LTMJ,
2723
+ { [_h]: ["POST", "/ListThreatModelJobs", 200] }, () => ListThreatModelJobsInput$, () => ListThreatModelJobsOutput$
2724
+ ];
2725
+ export var ListThreatModelJobTasks$ = [9, n0, _LTMJT,
2726
+ { [_h]: ["POST", "/ListThreatModelJobTasks", 200] }, () => ListThreatModelJobTasksInput$, () => ListThreatModelJobTasksOutput$
2727
+ ];
2728
+ export var ListThreatModels$ = [9, n0, _LTM,
2729
+ { [_h]: ["POST", "/ListThreatModels", 200] }, () => ListThreatModelsInput$, () => ListThreatModelsOutput$
2730
+ ];
2731
+ export var ListThreats$ = [9, n0, _LT,
2732
+ { [_h]: ["POST", "/ListThreats", 200] }, () => ListThreatsInput$, () => ListThreatsOutput$
2733
+ ];
1815
2734
  export var StartCodeRemediation$ = [9, n0, _SCRt,
1816
2735
  { [_h]: ["POST", "/StartCodeRemediation", 200] }, () => StartCodeRemediationInput$, () => StartCodeRemediationOutput$
1817
2736
  ];
@@ -1821,12 +2740,18 @@ export var StartCodeReviewJob$ = [9, n0, _SCRJ,
1821
2740
  export var StartPentestJob$ = [9, n0, _SPJ,
1822
2741
  { [_h]: ["POST", "/StartPentestJob", 200] }, () => StartPentestJobInput$, () => StartPentestJobOutput$
1823
2742
  ];
2743
+ export var StartThreatModelJob$ = [9, n0, _STMJ,
2744
+ { [_h]: ["POST", "/StartThreatModelJob", 200] }, () => StartThreatModelJobInput$, () => StartThreatModelJobOutput$
2745
+ ];
1824
2746
  export var StopCodeReviewJob$ = [9, n0, _SCRJt,
1825
2747
  { [_h]: ["POST", "/StopCodeReviewJob", 200] }, () => StopCodeReviewJobInput$, () => StopCodeReviewJobOutput$
1826
2748
  ];
1827
2749
  export var StopPentestJob$ = [9, n0, _SPJt,
1828
2750
  { [_h]: ["POST", "/StopPentestJob", 200] }, () => StopPentestJobInput$, () => StopPentestJobOutput$
1829
2751
  ];
2752
+ export var StopThreatModelJob$ = [9, n0, _STMJt,
2753
+ { [_h]: ["POST", "/StopThreatModelJob", 200] }, () => StopThreatModelJobInput$, () => StopThreatModelJobOutput$
2754
+ ];
1830
2755
  export var TagResource$ = [9, n0, _TR,
1831
2756
  { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
1832
2757
  ];
@@ -1851,9 +2776,21 @@ export var UpdateIntegratedResources$ = [9, n0, _UIR,
1851
2776
  export var UpdatePentest$ = [9, n0, _UP,
1852
2777
  { [_h]: ["POST", "/UpdatePentest", 200] }, () => UpdatePentestInput$, () => UpdatePentestOutput$
1853
2778
  ];
2779
+ export var UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
2780
+ { [_h]: ["POST", "/UpdatePrivateConnectionCertificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
2781
+ ];
2782
+ export var UpdateSecurityRequirementPack$ = [9, n0, _USRP,
2783
+ { [_h]: ["POST", "/UpdateSecurityRequirementPack", 200] }, () => UpdateSecurityRequirementPackInput$, () => UpdateSecurityRequirementPackOutput$
2784
+ ];
1854
2785
  export var UpdateTargetDomain$ = [9, n0, _UTD,
1855
2786
  { [_h]: ["POST", "/UpdateTargetDomain", 200] }, () => UpdateTargetDomainInput$, () => UpdateTargetDomainOutput$
1856
2787
  ];
2788
+ export var UpdateThreat$ = [9, n0, _UT,
2789
+ { [_h]: ["POST", "/UpdateThreat", 200] }, () => UpdateThreatInput$, () => UpdateThreatOutput$
2790
+ ];
2791
+ export var UpdateThreatModel$ = [9, n0, _UTM,
2792
+ { [_h]: ["POST", "/UpdateThreatModel", 200] }, () => UpdateThreatModelInput$, () => UpdateThreatModelOutput$
2793
+ ];
1857
2794
  export var VerifyTargetDomain$ = [9, n0, _VTD,
1858
2795
  { [_h]: ["POST", "/VerifyTargetDomain", 200] }, () => VerifyTargetDomainInput$, () => VerifyTargetDomainOutput$
1859
2796
  ];