@aws-sdk/client-securityagent 3.1069.0 → 3.1071.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +217 -0
- package/dist-cjs/index.js +573 -1
- package/dist-cjs/models/errors.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +1143 -103
- package/dist-es/SecurityAgent.js +76 -0
- package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
- package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/CreateThreatCommand.js +16 -0
- package/dist-es/commands/CreateThreatModelCommand.js +16 -0
- package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelsCommand.js +16 -0
- package/dist-es/commands/ListThreatsCommand.js +16 -0
- package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
- package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
- package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/UpdateThreatCommand.js +16 -0
- package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
- package/dist-es/commands/index.js +31 -0
- package/dist-es/models/enums.js +93 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatsPaginator.js +4 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/schemas/schemas_0.js +1040 -103
- package/dist-types/SecurityAgent.d.ts +268 -0
- package/dist-types/SecurityAgentClient.d.ts +33 -2
- package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
- package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
- package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
- package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
- package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
- package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
- package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
- package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
- package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
- package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
- package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
- package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
- package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
- package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
- package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
- package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
- package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
- package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
- package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
- package/dist-types/commands/index.d.ts +31 -0
- package/dist-types/models/enums.d.ts +250 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +4254 -818
- package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
- package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
- package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +31 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +924 -0
- package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- 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 = "
|
|
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 = "
|
|
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
|
|
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
|
|
589
|
+
const _iG = "impactedGoal";
|
|
590
|
+
const _iI = "installationId";
|
|
399
591
|
const _iIA = "idcInstanceArn";
|
|
400
|
-
const _iIn = "
|
|
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 = "
|
|
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 = "
|
|
412
|
-
const
|
|
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
|
|
440
|
-
const
|
|
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 = "
|
|
657
|
+
const _pre = "prerequisites";
|
|
658
|
+
const _pref = "prefix";
|
|
453
659
|
const _qC = "quotaCode";
|
|
454
|
-
const _r = "
|
|
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 = "
|
|
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
|
|
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
|
|
481
|
-
const
|
|
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
|
|
484
|
-
const
|
|
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
|
|
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
|
|
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
|
const { TypeRegistry } = require("@smithy/core/schema");
|
|
521
|
-
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
778
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
522
779
|
const { SecurityAgentServiceException } = require("../models/SecurityAgentServiceException");
|
|
523
780
|
const _s_registry = TypeRegistry.for(_s);
|
|
524
781
|
const SecurityAgentServiceException$ = [-3, _s, "SecurityAgentServiceException", 0, [], []];
|
|
@@ -553,6 +810,13 @@ const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
|
553
810
|
];
|
|
554
811
|
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
555
812
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
813
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
814
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
815
|
+
[_m],
|
|
816
|
+
[0], 1
|
|
817
|
+
];
|
|
818
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
819
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
556
820
|
const ThrottlingException$ = [-3, n0, _TE,
|
|
557
821
|
{ [_e]: _c, [_hE]: 429 },
|
|
558
822
|
[_m, _sC, _qC],
|
|
@@ -571,6 +835,9 @@ exports.errorTypeRegistries = [
|
|
|
571
835
|
_s_registry,
|
|
572
836
|
n0_registry,
|
|
573
837
|
];
|
|
838
|
+
var AccessToken = [0, n0, _AT, 8, 0];
|
|
839
|
+
var CertificateChain = [0, n0, _CC, 8, 0];
|
|
840
|
+
var SecurityRequirementDocumentContent = [0, n0, _SRDC, 8, 21];
|
|
574
841
|
const Actor$ = [3, n0, _A,
|
|
575
842
|
0,
|
|
576
843
|
[_i, _u, _a, _d],
|
|
@@ -643,6 +910,24 @@ const AWSResources$ = [3, n0, _AWSR,
|
|
|
643
910
|
[() => VpcConfigs, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
644
911
|
];
|
|
645
912
|
exports.AWSResources$ = AWSResources$;
|
|
913
|
+
const BatchCreateSecurityRequirementResult$ = [3, n0, _BCSRR,
|
|
914
|
+
0,
|
|
915
|
+
[_pI, _n, _d, _do, _ev, _cA, _uA, _r],
|
|
916
|
+
[0, 0, 0, 0, 0, 5, 5, 0], 7
|
|
917
|
+
];
|
|
918
|
+
exports.BatchCreateSecurityRequirementResult$ = BatchCreateSecurityRequirementResult$;
|
|
919
|
+
const BatchCreateSecurityRequirementsInput$ = [3, n0, _BCSRI,
|
|
920
|
+
0,
|
|
921
|
+
[_pI, _sR],
|
|
922
|
+
[0, () => CreateSecurityRequirementEntryList], 2
|
|
923
|
+
];
|
|
924
|
+
exports.BatchCreateSecurityRequirementsInput$ = BatchCreateSecurityRequirementsInput$;
|
|
925
|
+
const BatchCreateSecurityRequirementsOutput$ = [3, n0, _BCSRO,
|
|
926
|
+
0,
|
|
927
|
+
[_sR, _er],
|
|
928
|
+
[() => BatchCreateSecurityRequirementResultList, () => BatchSecurityRequirementErrors], 2
|
|
929
|
+
];
|
|
930
|
+
exports.BatchCreateSecurityRequirementsOutput$ = BatchCreateSecurityRequirementsOutput$;
|
|
646
931
|
const BatchDeleteCodeReviewsInput$ = [3, n0, _BDCRI,
|
|
647
932
|
0,
|
|
648
933
|
[_cRI, _aSI],
|
|
@@ -657,7 +942,7 @@ const BatchDeleteCodeReviewsOutput$ = [3, n0, _BDCRO,
|
|
|
657
942
|
exports.BatchDeleteCodeReviewsOutput$ = BatchDeleteCodeReviewsOutput$;
|
|
658
943
|
const BatchDeletePentestsInput$ = [3, n0, _BDPI,
|
|
659
944
|
0,
|
|
660
|
-
[
|
|
945
|
+
[_pIe, _aSI],
|
|
661
946
|
[64 | 0, 0], 2
|
|
662
947
|
];
|
|
663
948
|
exports.BatchDeletePentestsInput$ = BatchDeletePentestsInput$;
|
|
@@ -667,6 +952,30 @@ const BatchDeletePentestsOutput$ = [3, n0, _BDPO,
|
|
|
667
952
|
[() => PentestList, () => DeletePentestFailureList]
|
|
668
953
|
];
|
|
669
954
|
exports.BatchDeletePentestsOutput$ = BatchDeletePentestsOutput$;
|
|
955
|
+
const BatchDeleteSecurityRequirementsInput$ = [3, n0, _BDSRI,
|
|
956
|
+
0,
|
|
957
|
+
[_pI, _sRN],
|
|
958
|
+
[0, 64 | 0], 2
|
|
959
|
+
];
|
|
960
|
+
exports.BatchDeleteSecurityRequirementsInput$ = BatchDeleteSecurityRequirementsInput$;
|
|
961
|
+
const BatchDeleteSecurityRequirementsOutput$ = [3, n0, _BDSRO,
|
|
962
|
+
0,
|
|
963
|
+
[_dSRN, _er],
|
|
964
|
+
[64 | 0, () => BatchSecurityRequirementErrors], 2
|
|
965
|
+
];
|
|
966
|
+
exports.BatchDeleteSecurityRequirementsOutput$ = BatchDeleteSecurityRequirementsOutput$;
|
|
967
|
+
const BatchDeleteThreatModelsInput$ = [3, n0, _BDTMI,
|
|
968
|
+
0,
|
|
969
|
+
[_tMI, _aSI],
|
|
970
|
+
[64 | 0, 0], 2
|
|
971
|
+
];
|
|
972
|
+
exports.BatchDeleteThreatModelsInput$ = BatchDeleteThreatModelsInput$;
|
|
973
|
+
const BatchDeleteThreatModelsOutput$ = [3, n0, _BDTMO,
|
|
974
|
+
0,
|
|
975
|
+
[_de, _f],
|
|
976
|
+
[64 | 0, () => DeleteThreatModelFailureList]
|
|
977
|
+
];
|
|
978
|
+
exports.BatchDeleteThreatModelsOutput$ = BatchDeleteThreatModelsOutput$;
|
|
670
979
|
const BatchGetAgentSpacesInput$ = [3, n0, _BGASI,
|
|
671
980
|
0,
|
|
672
981
|
[_aSIg],
|
|
@@ -765,7 +1074,7 @@ const BatchGetPentestJobTasksOutput$ = [3, n0, _BGPJTO,
|
|
|
765
1074
|
exports.BatchGetPentestJobTasksOutput$ = BatchGetPentestJobTasksOutput$;
|
|
766
1075
|
const BatchGetPentestsInput$ = [3, n0, _BGPI,
|
|
767
1076
|
0,
|
|
768
|
-
[
|
|
1077
|
+
[_pIe, _aSI],
|
|
769
1078
|
[64 | 0, 0], 2
|
|
770
1079
|
];
|
|
771
1080
|
exports.BatchGetPentestsInput$ = BatchGetPentestsInput$;
|
|
@@ -775,6 +1084,24 @@ const BatchGetPentestsOutput$ = [3, n0, _BGPO,
|
|
|
775
1084
|
[() => PentestList, 64 | 0]
|
|
776
1085
|
];
|
|
777
1086
|
exports.BatchGetPentestsOutput$ = BatchGetPentestsOutput$;
|
|
1087
|
+
const BatchGetSecurityRequirementResult$ = [3, n0, _BGSRR,
|
|
1088
|
+
0,
|
|
1089
|
+
[_pI, _n, _d, _do, _ev, _cA, _uA, _r],
|
|
1090
|
+
[0, 0, 0, 0, 0, 5, 5, 0], 7
|
|
1091
|
+
];
|
|
1092
|
+
exports.BatchGetSecurityRequirementResult$ = BatchGetSecurityRequirementResult$;
|
|
1093
|
+
const BatchGetSecurityRequirementsInput$ = [3, n0, _BGSRI,
|
|
1094
|
+
0,
|
|
1095
|
+
[_pI, _sRN],
|
|
1096
|
+
[0, 64 | 0], 2
|
|
1097
|
+
];
|
|
1098
|
+
exports.BatchGetSecurityRequirementsInput$ = BatchGetSecurityRequirementsInput$;
|
|
1099
|
+
const BatchGetSecurityRequirementsOutput$ = [3, n0, _BGSRO,
|
|
1100
|
+
0,
|
|
1101
|
+
[_sR, _er],
|
|
1102
|
+
[() => BatchGetSecurityRequirementResultList, () => BatchSecurityRequirementErrors], 2
|
|
1103
|
+
];
|
|
1104
|
+
exports.BatchGetSecurityRequirementsOutput$ = BatchGetSecurityRequirementsOutput$;
|
|
778
1105
|
const BatchGetTargetDomainsInput$ = [3, n0, _BGTDI,
|
|
779
1106
|
0,
|
|
780
1107
|
[_tDI],
|
|
@@ -787,6 +1114,96 @@ const BatchGetTargetDomainsOutput$ = [3, n0, _BGTDO,
|
|
|
787
1114
|
[() => TargetDomainList, 64 | 0]
|
|
788
1115
|
];
|
|
789
1116
|
exports.BatchGetTargetDomainsOutput$ = BatchGetTargetDomainsOutput$;
|
|
1117
|
+
const BatchGetThreatModelJobsInput$ = [3, n0, _BGTMJI,
|
|
1118
|
+
0,
|
|
1119
|
+
[_tMJI, _aSI],
|
|
1120
|
+
[64 | 0, 0], 2
|
|
1121
|
+
];
|
|
1122
|
+
exports.BatchGetThreatModelJobsInput$ = BatchGetThreatModelJobsInput$;
|
|
1123
|
+
const BatchGetThreatModelJobsOutput$ = [3, n0, _BGTMJO,
|
|
1124
|
+
0,
|
|
1125
|
+
[_tMJ, _nF],
|
|
1126
|
+
[() => ThreatModelJobList, 64 | 0]
|
|
1127
|
+
];
|
|
1128
|
+
exports.BatchGetThreatModelJobsOutput$ = BatchGetThreatModelJobsOutput$;
|
|
1129
|
+
const BatchGetThreatModelJobTasksInput$ = [3, n0, _BGTMJTI,
|
|
1130
|
+
0,
|
|
1131
|
+
[_aSI, _tMJTI],
|
|
1132
|
+
[0, 64 | 0], 2
|
|
1133
|
+
];
|
|
1134
|
+
exports.BatchGetThreatModelJobTasksInput$ = BatchGetThreatModelJobTasksInput$;
|
|
1135
|
+
const BatchGetThreatModelJobTasksOutput$ = [3, n0, _BGTMJTO,
|
|
1136
|
+
0,
|
|
1137
|
+
[_tMJT, _nF],
|
|
1138
|
+
[() => ThreatModelJobTaskList, 64 | 0]
|
|
1139
|
+
];
|
|
1140
|
+
exports.BatchGetThreatModelJobTasksOutput$ = BatchGetThreatModelJobTasksOutput$;
|
|
1141
|
+
const BatchGetThreatModelsInput$ = [3, n0, _BGTMI,
|
|
1142
|
+
0,
|
|
1143
|
+
[_tMI, _aSI],
|
|
1144
|
+
[64 | 0, 0], 2
|
|
1145
|
+
];
|
|
1146
|
+
exports.BatchGetThreatModelsInput$ = BatchGetThreatModelsInput$;
|
|
1147
|
+
const BatchGetThreatModelsOutput$ = [3, n0, _BGTMO,
|
|
1148
|
+
0,
|
|
1149
|
+
[_tM, _nF],
|
|
1150
|
+
[() => ThreatModelList, 64 | 0]
|
|
1151
|
+
];
|
|
1152
|
+
exports.BatchGetThreatModelsOutput$ = BatchGetThreatModelsOutput$;
|
|
1153
|
+
const BatchGetThreatsInput$ = [3, n0, _BGTI,
|
|
1154
|
+
0,
|
|
1155
|
+
[_tIh, _aSI],
|
|
1156
|
+
[64 | 0, 0], 2
|
|
1157
|
+
];
|
|
1158
|
+
exports.BatchGetThreatsInput$ = BatchGetThreatsInput$;
|
|
1159
|
+
const BatchGetThreatsOutput$ = [3, n0, _BGTO,
|
|
1160
|
+
0,
|
|
1161
|
+
[_th, _nF],
|
|
1162
|
+
[() => ThreatList, 64 | 0]
|
|
1163
|
+
];
|
|
1164
|
+
exports.BatchGetThreatsOutput$ = BatchGetThreatsOutput$;
|
|
1165
|
+
const BatchSecurityRequirementError$ = [3, n0, _BSRE,
|
|
1166
|
+
0,
|
|
1167
|
+
[_sRNe, _cod, _m],
|
|
1168
|
+
[0, 0, 0], 3
|
|
1169
|
+
];
|
|
1170
|
+
exports.BatchSecurityRequirementError$ = BatchSecurityRequirementError$;
|
|
1171
|
+
const BatchUpdateSecurityRequirementsInput$ = [3, n0, _BUSRI,
|
|
1172
|
+
0,
|
|
1173
|
+
[_pI, _sR],
|
|
1174
|
+
[0, () => UpdateSecurityRequirementEntryList], 2
|
|
1175
|
+
];
|
|
1176
|
+
exports.BatchUpdateSecurityRequirementsInput$ = BatchUpdateSecurityRequirementsInput$;
|
|
1177
|
+
const BatchUpdateSecurityRequirementsOutput$ = [3, n0, _BUSRO,
|
|
1178
|
+
0,
|
|
1179
|
+
[_uSRN, _er],
|
|
1180
|
+
[64 | 0, () => BatchSecurityRequirementErrors], 2
|
|
1181
|
+
];
|
|
1182
|
+
exports.BatchUpdateSecurityRequirementsOutput$ = BatchUpdateSecurityRequirementsOutput$;
|
|
1183
|
+
const BitbucketIntegrationInput$ = [3, n0, _BII,
|
|
1184
|
+
0,
|
|
1185
|
+
[_iI, _w, _cod, _st],
|
|
1186
|
+
[0, 0, 0, 0], 4
|
|
1187
|
+
];
|
|
1188
|
+
exports.BitbucketIntegrationInput$ = BitbucketIntegrationInput$;
|
|
1189
|
+
const BitbucketRepositoryMetadata$ = [3, n0, _BRM,
|
|
1190
|
+
0,
|
|
1191
|
+
[_n, _pRI, _w, _aTc],
|
|
1192
|
+
[0, 0, 0, 0], 3
|
|
1193
|
+
];
|
|
1194
|
+
exports.BitbucketRepositoryMetadata$ = BitbucketRepositoryMetadata$;
|
|
1195
|
+
const BitbucketRepositoryResource$ = [3, n0, _BRR,
|
|
1196
|
+
0,
|
|
1197
|
+
[_n, _w],
|
|
1198
|
+
[0, 0], 2
|
|
1199
|
+
];
|
|
1200
|
+
exports.BitbucketRepositoryResource$ = BitbucketRepositoryResource$;
|
|
1201
|
+
const BitbucketResourceCapabilities$ = [3, n0, _BRC,
|
|
1202
|
+
0,
|
|
1203
|
+
[_lC, _rC],
|
|
1204
|
+
[2, 2]
|
|
1205
|
+
];
|
|
1206
|
+
exports.BitbucketResourceCapabilities$ = BitbucketResourceCapabilities$;
|
|
790
1207
|
const Category$ = [3, n0, _C,
|
|
791
1208
|
0,
|
|
792
1209
|
[_n, _iP],
|
|
@@ -807,7 +1224,7 @@ const CodeLocation$ = [3, n0, _CL,
|
|
|
807
1224
|
exports.CodeLocation$ = CodeLocation$;
|
|
808
1225
|
const CodeRemediationTask$ = [3, n0, _CRT,
|
|
809
1226
|
0,
|
|
810
|
-
[
|
|
1227
|
+
[_sta, _sRt, _tDa],
|
|
811
1228
|
[0, 0, () => CodeRemediationTaskDetailsList], 1
|
|
812
1229
|
];
|
|
813
1230
|
exports.CodeRemediationTask$ = CodeRemediationTask$;
|
|
@@ -819,19 +1236,19 @@ const CodeRemediationTaskDetails$ = [3, n0, _CRTD,
|
|
|
819
1236
|
exports.CodeRemediationTaskDetails$ = CodeRemediationTaskDetails$;
|
|
820
1237
|
const CodeReview$ = [3, n0, _CR,
|
|
821
1238
|
0,
|
|
822
|
-
[_cRIo, _aSI, _ti, _as, _sRe,
|
|
823
|
-
[0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 5, 5], 4
|
|
1239
|
+
[_cRIo, _aSI, _ti, _as, _sRe, _lCo, _cRSo, _vM, _cA, _uA],
|
|
1240
|
+
[0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 5, 5], 4
|
|
824
1241
|
];
|
|
825
1242
|
exports.CodeReview$ = CodeReview$;
|
|
826
1243
|
const CodeReviewJob$ = [3, n0, _CRJ,
|
|
827
1244
|
0,
|
|
828
|
-
[_cRJIo, _cRIo, _ti, _o,
|
|
1245
|
+
[_cRJIo, _cRIo, _ti, _o, _sta, _doc, _sCo, _ste, _eC, _sRe, _lCo, _eI, _iR, _cRSo, _cA, _uA],
|
|
829
1246
|
[0, 0, 0, 0, 0, () => DocumentList, () => SourceCodeRepositoryList, () => StepList, () => ExecutionContextList, 0, () => CloudWatchLog$, () => ErrorInformation$, () => IntegratedRepositoryList, 0, 5, 5]
|
|
830
1247
|
];
|
|
831
1248
|
exports.CodeReviewJob$ = CodeReviewJob$;
|
|
832
1249
|
const CodeReviewJobSummary$ = [3, n0, _CRJS,
|
|
833
1250
|
0,
|
|
834
|
-
[_cRJIo, _cRIo, _ti,
|
|
1251
|
+
[_cRJIo, _cRIo, _ti, _sta, _cA, _uA],
|
|
835
1252
|
[0, 0, 0, 0, 5, 5], 2
|
|
836
1253
|
];
|
|
837
1254
|
exports.CodeReviewJobSummary$ = CodeReviewJobSummary$;
|
|
@@ -859,6 +1276,30 @@ const CodeReviewSummary$ = [3, n0, _CRSo,
|
|
|
859
1276
|
[0, 0, 0, 5, 5], 3
|
|
860
1277
|
];
|
|
861
1278
|
exports.CodeReviewSummary$ = CodeReviewSummary$;
|
|
1279
|
+
const ConfluenceDocumentMetadata$ = [3, n0, _CDM,
|
|
1280
|
+
0,
|
|
1281
|
+
[_n, _pRI, _sK, _pIa, _ti, _sT],
|
|
1282
|
+
[0, 0, 0, 0, 0, 0], 4
|
|
1283
|
+
];
|
|
1284
|
+
exports.ConfluenceDocumentMetadata$ = ConfluenceDocumentMetadata$;
|
|
1285
|
+
const ConfluenceDocumentResource$ = [3, n0, _CDR,
|
|
1286
|
+
0,
|
|
1287
|
+
[_n, _sK, _pIa, _ti, _sT],
|
|
1288
|
+
[0, 0, 0, 0, 0], 3
|
|
1289
|
+
];
|
|
1290
|
+
exports.ConfluenceDocumentResource$ = ConfluenceDocumentResource$;
|
|
1291
|
+
const ConfluenceIntegrationInput$ = [3, n0, _CII,
|
|
1292
|
+
0,
|
|
1293
|
+
[_iI, _cod, _st, _sU],
|
|
1294
|
+
[0, 0, 0, 0], 4
|
|
1295
|
+
];
|
|
1296
|
+
exports.ConfluenceIntegrationInput$ = ConfluenceIntegrationInput$;
|
|
1297
|
+
const ConfluenceResourceCapabilities$ = [3, n0, _CRC,
|
|
1298
|
+
0,
|
|
1299
|
+
[_fD, _cD, _uD],
|
|
1300
|
+
[2, 2, 2]
|
|
1301
|
+
];
|
|
1302
|
+
exports.ConfluenceResourceCapabilities$ = ConfluenceResourceCapabilities$;
|
|
862
1303
|
const CreateAgentSpaceInput$ = [3, n0, _CASI,
|
|
863
1304
|
0,
|
|
864
1305
|
[_n, _d, _aR, _tDI, _cRS, _kKI, _tag],
|
|
@@ -885,25 +1326,25 @@ const CreateApplicationResponse$ = [3, n0, _CARr,
|
|
|
885
1326
|
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
886
1327
|
const CreateCodeReviewInput$ = [3, n0, _CCRI,
|
|
887
1328
|
0,
|
|
888
|
-
[_ti, _aSI, _as, _sRe,
|
|
889
|
-
[0, 0, () => Assets$, 0, () => CloudWatchLog$, 0], 3
|
|
1329
|
+
[_ti, _aSI, _as, _sRe, _lCo, _cRSo, _vM],
|
|
1330
|
+
[0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 3
|
|
890
1331
|
];
|
|
891
1332
|
exports.CreateCodeReviewInput$ = CreateCodeReviewInput$;
|
|
892
1333
|
const CreateCodeReviewOutput$ = [3, n0, _CCRO,
|
|
893
1334
|
0,
|
|
894
|
-
[_cRIo, _ti, _cA, _uA, _as, _sRe,
|
|
895
|
-
[0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 1
|
|
1335
|
+
[_cRIo, _ti, _cA, _uA, _as, _sRe, _lCo, _aSI, _cRSo, _vM],
|
|
1336
|
+
[0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 0], 1
|
|
896
1337
|
];
|
|
897
1338
|
exports.CreateCodeReviewOutput$ = CreateCodeReviewOutput$;
|
|
898
|
-
const CreateIntegrationInput$ = [3, n0,
|
|
1339
|
+
const CreateIntegrationInput$ = [3, n0, _CIIr,
|
|
899
1340
|
0,
|
|
900
|
-
[_pr, _in, _iDN, _kKI, _tag],
|
|
901
|
-
[0, () => ProviderInput$, 0, 0, 128 | 0], 3
|
|
1341
|
+
[_pr, _in, _iDN, _kKI, _tag, _pCN],
|
|
1342
|
+
[0, [() => ProviderInput$, 0], 0, 0, 128 | 0, 0], 3
|
|
902
1343
|
];
|
|
903
1344
|
exports.CreateIntegrationInput$ = CreateIntegrationInput$;
|
|
904
1345
|
const CreateIntegrationOutput$ = [3, n0, _CIO,
|
|
905
1346
|
0,
|
|
906
|
-
[
|
|
1347
|
+
[_iIn],
|
|
907
1348
|
[0], 1
|
|
908
1349
|
];
|
|
909
1350
|
exports.CreateIntegrationOutput$ = CreateIntegrationOutput$;
|
|
@@ -921,19 +1362,49 @@ const CreateMembershipResponse$ = [3, n0, _CMRr,
|
|
|
921
1362
|
exports.CreateMembershipResponse$ = CreateMembershipResponse$;
|
|
922
1363
|
const CreatePentestInput$ = [3, n0, _CPI,
|
|
923
1364
|
0,
|
|
924
|
-
[_ti, _aSI, _as, _eRT, _sRe,
|
|
925
|
-
[0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0], 2
|
|
1365
|
+
[_ti, _aSI, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _dMS],
|
|
1366
|
+
[0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 64 | 0], 2
|
|
926
1367
|
];
|
|
927
1368
|
exports.CreatePentestInput$ = CreatePentestInput$;
|
|
928
1369
|
const CreatePentestOutput$ = [3, n0, _CPO,
|
|
929
1370
|
0,
|
|
930
|
-
[
|
|
1371
|
+
[_pIen, _ti, _cA, _uA, _as, _eRT, _sRe, _lCo, _aSI],
|
|
931
1372
|
[0, 0, 5, 5, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, 0]
|
|
932
1373
|
];
|
|
933
1374
|
exports.CreatePentestOutput$ = CreatePentestOutput$;
|
|
1375
|
+
const CreatePrivateConnectionInput$ = [3, n0, _CPCI,
|
|
1376
|
+
0,
|
|
1377
|
+
[_pCN, _mo, _tag],
|
|
1378
|
+
[0, [() => PrivateConnectionMode$, 0], 128 | 0], 2
|
|
1379
|
+
];
|
|
1380
|
+
exports.CreatePrivateConnectionInput$ = CreatePrivateConnectionInput$;
|
|
1381
|
+
const CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
|
|
1382
|
+
0,
|
|
1383
|
+
[_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
|
|
1384
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1385
|
+
];
|
|
1386
|
+
exports.CreatePrivateConnectionOutput$ = CreatePrivateConnectionOutput$;
|
|
1387
|
+
const CreateSecurityRequirementEntry$ = [3, n0, _CSRE,
|
|
1388
|
+
0,
|
|
1389
|
+
[_n, _d, _do, _ev, _r],
|
|
1390
|
+
[0, 0, 0, 0, 0], 4
|
|
1391
|
+
];
|
|
1392
|
+
exports.CreateSecurityRequirementEntry$ = CreateSecurityRequirementEntry$;
|
|
1393
|
+
const CreateSecurityRequirementPackInput$ = [3, n0, _CSRPI,
|
|
1394
|
+
0,
|
|
1395
|
+
[_n, _d, _sta, _kKI, _tag],
|
|
1396
|
+
[0, 0, 0, 0, 128 | 0], 1
|
|
1397
|
+
];
|
|
1398
|
+
exports.CreateSecurityRequirementPackInput$ = CreateSecurityRequirementPackInput$;
|
|
1399
|
+
const CreateSecurityRequirementPackOutput$ = [3, n0, _CSRPO,
|
|
1400
|
+
0,
|
|
1401
|
+
[_pI, _sta, _kKI],
|
|
1402
|
+
[0, 0, 0], 2
|
|
1403
|
+
];
|
|
1404
|
+
exports.CreateSecurityRequirementPackOutput$ = CreateSecurityRequirementPackOutput$;
|
|
934
1405
|
const CreateTargetDomainInput$ = [3, n0, _CTDI,
|
|
935
1406
|
0,
|
|
936
|
-
[_tDN,
|
|
1407
|
+
[_tDN, _vMe, _tag],
|
|
937
1408
|
[0, 0, 128 | 0], 2
|
|
938
1409
|
];
|
|
939
1410
|
exports.CreateTargetDomainInput$ = CreateTargetDomainInput$;
|
|
@@ -943,6 +1414,30 @@ const CreateTargetDomainOutput$ = [3, n0, _CTDO,
|
|
|
943
1414
|
[0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
944
1415
|
];
|
|
945
1416
|
exports.CreateTargetDomainOutput$ = CreateTargetDomainOutput$;
|
|
1417
|
+
const CreateThreatInput$ = [3, n0, _CTI,
|
|
1418
|
+
0,
|
|
1419
|
+
[_aSI, _tJI, _ti, _stat, _sev, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re],
|
|
1420
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0], 2
|
|
1421
|
+
];
|
|
1422
|
+
exports.CreateThreatInput$ = CreateThreatInput$;
|
|
1423
|
+
const CreateThreatModelInput$ = [3, n0, _CTMI,
|
|
1424
|
+
0,
|
|
1425
|
+
[_ti, _aSI, _sRe, _d, _as, _sD, _lCo, _rD],
|
|
1426
|
+
[0, 0, 0, 0, () => Assets$, () => DocumentList, () => CloudWatchLog$, () => ReportDestination$], 3
|
|
1427
|
+
];
|
|
1428
|
+
exports.CreateThreatModelInput$ = CreateThreatModelInput$;
|
|
1429
|
+
const CreateThreatModelOutput$ = [3, n0, _CTMO,
|
|
1430
|
+
0,
|
|
1431
|
+
[_tMIh, _ti, _aSI, _d, _as, _sD, _sRe, _lCo, _cA, _uA],
|
|
1432
|
+
[0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 1
|
|
1433
|
+
];
|
|
1434
|
+
exports.CreateThreatModelOutput$ = CreateThreatModelOutput$;
|
|
1435
|
+
const CreateThreatOutput$ = [3, n0, _CTO,
|
|
1436
|
+
0,
|
|
1437
|
+
[_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re, _cB, _uB, _cA, _uA],
|
|
1438
|
+
[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
|
|
1439
|
+
];
|
|
1440
|
+
exports.CreateThreatOutput$ = CreateThreatOutput$;
|
|
946
1441
|
const CustomHeader$ = [3, n0, _CH,
|
|
947
1442
|
0,
|
|
948
1443
|
[_n, _v],
|
|
@@ -981,13 +1476,13 @@ const DeleteArtifactOutput$ = [3, n0, _DAO,
|
|
|
981
1476
|
exports.DeleteArtifactOutput$ = DeleteArtifactOutput$;
|
|
982
1477
|
const DeleteCodeReviewFailure$ = [3, n0, _DCRF,
|
|
983
1478
|
0,
|
|
984
|
-
[_cRIo,
|
|
1479
|
+
[_cRIo, _rea],
|
|
985
1480
|
[0, 0]
|
|
986
1481
|
];
|
|
987
1482
|
exports.DeleteCodeReviewFailure$ = DeleteCodeReviewFailure$;
|
|
988
1483
|
const DeleteIntegrationInput$ = [3, n0, _DII,
|
|
989
1484
|
0,
|
|
990
|
-
[
|
|
1485
|
+
[_iIn],
|
|
991
1486
|
[0], 1
|
|
992
1487
|
];
|
|
993
1488
|
exports.DeleteIntegrationInput$ = DeleteIntegrationInput$;
|
|
@@ -1011,10 +1506,34 @@ const DeleteMembershipResponse$ = [3, n0, _DMRe,
|
|
|
1011
1506
|
exports.DeleteMembershipResponse$ = DeleteMembershipResponse$;
|
|
1012
1507
|
const DeletePentestFailure$ = [3, n0, _DPF,
|
|
1013
1508
|
0,
|
|
1014
|
-
[
|
|
1509
|
+
[_pIen, _rea],
|
|
1015
1510
|
[0, 0]
|
|
1016
1511
|
];
|
|
1017
1512
|
exports.DeletePentestFailure$ = DeletePentestFailure$;
|
|
1513
|
+
const DeletePrivateConnectionInput$ = [3, n0, _DPCI,
|
|
1514
|
+
0,
|
|
1515
|
+
[_pCN],
|
|
1516
|
+
[0], 1
|
|
1517
|
+
];
|
|
1518
|
+
exports.DeletePrivateConnectionInput$ = DeletePrivateConnectionInput$;
|
|
1519
|
+
const DeletePrivateConnectionOutput$ = [3, n0, _DPCO,
|
|
1520
|
+
0,
|
|
1521
|
+
[_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
|
|
1522
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1523
|
+
];
|
|
1524
|
+
exports.DeletePrivateConnectionOutput$ = DeletePrivateConnectionOutput$;
|
|
1525
|
+
const DeleteSecurityRequirementPackInput$ = [3, n0, _DSRPI,
|
|
1526
|
+
0,
|
|
1527
|
+
[_pI],
|
|
1528
|
+
[0], 1
|
|
1529
|
+
];
|
|
1530
|
+
exports.DeleteSecurityRequirementPackInput$ = DeleteSecurityRequirementPackInput$;
|
|
1531
|
+
const DeleteSecurityRequirementPackOutput$ = [3, n0, _DSRPO,
|
|
1532
|
+
0,
|
|
1533
|
+
[],
|
|
1534
|
+
[]
|
|
1535
|
+
];
|
|
1536
|
+
exports.DeleteSecurityRequirementPackOutput$ = DeleteSecurityRequirementPackOutput$;
|
|
1018
1537
|
const DeleteTargetDomainInput$ = [3, n0, _DTDI,
|
|
1019
1538
|
0,
|
|
1020
1539
|
[_tDIa],
|
|
@@ -1027,9 +1546,27 @@ const DeleteTargetDomainOutput$ = [3, n0, _DTDO,
|
|
|
1027
1546
|
[0]
|
|
1028
1547
|
];
|
|
1029
1548
|
exports.DeleteTargetDomainOutput$ = DeleteTargetDomainOutput$;
|
|
1549
|
+
const DeleteThreatModelFailure$ = [3, n0, _DTMF,
|
|
1550
|
+
0,
|
|
1551
|
+
[_tMIh, _rea],
|
|
1552
|
+
[0, 0]
|
|
1553
|
+
];
|
|
1554
|
+
exports.DeleteThreatModelFailure$ = DeleteThreatModelFailure$;
|
|
1555
|
+
const DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
|
|
1556
|
+
0,
|
|
1557
|
+
[_pCN],
|
|
1558
|
+
[0], 1
|
|
1559
|
+
];
|
|
1560
|
+
exports.DescribePrivateConnectionInput$ = DescribePrivateConnectionInput$;
|
|
1561
|
+
const DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
|
|
1562
|
+
0,
|
|
1563
|
+
[_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
|
|
1564
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1565
|
+
];
|
|
1566
|
+
exports.DescribePrivateConnectionOutput$ = DescribePrivateConnectionOutput$;
|
|
1030
1567
|
const DiscoveredEndpoint$ = [3, n0, _DE,
|
|
1031
1568
|
0,
|
|
1032
|
-
[_ur, _pJIe, _tIa, _aSI,
|
|
1569
|
+
[_ur, _pJIe, _tIa, _aSI, _evi, _op, _d],
|
|
1033
1570
|
[0, 0, 0, 0, 0, 0, 0], 4
|
|
1034
1571
|
];
|
|
1035
1572
|
exports.DiscoveredEndpoint$ = DiscoveredEndpoint$;
|
|
@@ -1041,8 +1578,8 @@ const DnsVerification$ = [3, n0, _DV,
|
|
|
1041
1578
|
exports.DnsVerification$ = DnsVerification$;
|
|
1042
1579
|
const DocumentInfo$ = [3, n0, _DI,
|
|
1043
1580
|
0,
|
|
1044
|
-
[_sL, _aI],
|
|
1045
|
-
[0, 0]
|
|
1581
|
+
[_sL, _aI, _iD],
|
|
1582
|
+
[0, 0, () => IntegratedDocument$]
|
|
1046
1583
|
];
|
|
1047
1584
|
exports.DocumentInfo$ = DocumentInfo$;
|
|
1048
1585
|
const Endpoint$ = [3, n0, _E,
|
|
@@ -1065,14 +1602,14 @@ const ExecutionContext$ = [3, n0, _EC,
|
|
|
1065
1602
|
exports.ExecutionContext$ = ExecutionContext$;
|
|
1066
1603
|
const Finding$ = [3, n0, _F,
|
|
1067
1604
|
0,
|
|
1068
|
-
[_fIi, _aSI,
|
|
1069
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => CodeRemediationTask$, 0, () => CodeLocationList, () => VerificationScript$, 5, 5], 2
|
|
1605
|
+
[_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],
|
|
1606
|
+
[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
|
|
1070
1607
|
];
|
|
1071
1608
|
exports.Finding$ = Finding$;
|
|
1072
1609
|
const FindingSummary$ = [3, n0, _FS,
|
|
1073
1610
|
0,
|
|
1074
|
-
[_fIi, _aSI,
|
|
1075
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5], 2
|
|
1611
|
+
[_fIi, _aSI, _pIen, _pJIe, _cRIo, _cRJIo, _n, _sta, _rT, _rL, _conf, _vSa, _cA, _uA],
|
|
1612
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5], 2
|
|
1076
1613
|
];
|
|
1077
1614
|
exports.FindingSummary$ = FindingSummary$;
|
|
1078
1615
|
const GetApplicationRequest$ = [3, n0, _GAR,
|
|
@@ -1101,20 +1638,32 @@ const GetArtifactOutput$ = [3, n0, _GAO,
|
|
|
1101
1638
|
exports.GetArtifactOutput$ = GetArtifactOutput$;
|
|
1102
1639
|
const GetIntegrationInput$ = [3, n0, _GII,
|
|
1103
1640
|
0,
|
|
1104
|
-
[
|
|
1641
|
+
[_iIn],
|
|
1105
1642
|
[0], 1
|
|
1106
1643
|
];
|
|
1107
1644
|
exports.GetIntegrationInput$ = GetIntegrationInput$;
|
|
1108
1645
|
const GetIntegrationOutput$ = [3, n0, _GIO,
|
|
1109
1646
|
0,
|
|
1110
|
-
[
|
|
1111
|
-
[0, 0, 0, 0, 0, 0], 4
|
|
1647
|
+
[_iIn, _iI, _pr, _pT, _dNi, _kKI, _tU, _pCN],
|
|
1648
|
+
[0, 0, 0, 0, 0, 0, 0, 0], 4
|
|
1112
1649
|
];
|
|
1113
1650
|
exports.GetIntegrationOutput$ = GetIntegrationOutput$;
|
|
1651
|
+
const GetSecurityRequirementPackInput$ = [3, n0, _GSRPI,
|
|
1652
|
+
0,
|
|
1653
|
+
[_pI],
|
|
1654
|
+
[0], 1
|
|
1655
|
+
];
|
|
1656
|
+
exports.GetSecurityRequirementPackInput$ = GetSecurityRequirementPackInput$;
|
|
1657
|
+
const GetSecurityRequirementPackOutput$ = [3, n0, _GSRPO,
|
|
1658
|
+
0,
|
|
1659
|
+
[_pI, _n, _mTa, _sta, _cA, _uA, _d, _vN, _iS, _kKI],
|
|
1660
|
+
[0, 0, 0, 0, 5, 5, 0, 0, 0, 0], 6
|
|
1661
|
+
];
|
|
1662
|
+
exports.GetSecurityRequirementPackOutput$ = GetSecurityRequirementPackOutput$;
|
|
1114
1663
|
const GitHubIntegrationInput$ = [3, n0, _GHII,
|
|
1115
1664
|
0,
|
|
1116
|
-
[_cod,
|
|
1117
|
-
[0, 0, 0], 2
|
|
1665
|
+
[_cod, _st, _oN, _tU, _iI],
|
|
1666
|
+
[0, 0, 0, 0, 0], 2
|
|
1118
1667
|
];
|
|
1119
1668
|
exports.GitHubIntegrationInput$ = GitHubIntegrationInput$;
|
|
1120
1669
|
const GitHubRepositoryMetadata$ = [3, n0, _GHRM,
|
|
@@ -1131,10 +1680,34 @@ const GitHubRepositoryResource$ = [3, n0, _GHRR,
|
|
|
1131
1680
|
exports.GitHubRepositoryResource$ = GitHubRepositoryResource$;
|
|
1132
1681
|
const GitHubResourceCapabilities$ = [3, n0, _GHRC,
|
|
1133
1682
|
0,
|
|
1134
|
-
[
|
|
1683
|
+
[_lC, _rC],
|
|
1135
1684
|
[2, 2]
|
|
1136
1685
|
];
|
|
1137
1686
|
exports.GitHubResourceCapabilities$ = GitHubResourceCapabilities$;
|
|
1687
|
+
const GitLabIntegrationInput$ = [3, n0, _GLII,
|
|
1688
|
+
0,
|
|
1689
|
+
[_aTcc, _tT, _tU, _gI],
|
|
1690
|
+
[[() => AccessToken, 0], 0, 0, 0], 2
|
|
1691
|
+
];
|
|
1692
|
+
exports.GitLabIntegrationInput$ = GitLabIntegrationInput$;
|
|
1693
|
+
const GitLabRepositoryMetadata$ = [3, n0, _GLRM,
|
|
1694
|
+
0,
|
|
1695
|
+
[_n, _pRI, _na, _aTc],
|
|
1696
|
+
[0, 0, 0, 0], 3
|
|
1697
|
+
];
|
|
1698
|
+
exports.GitLabRepositoryMetadata$ = GitLabRepositoryMetadata$;
|
|
1699
|
+
const GitLabRepositoryResource$ = [3, n0, _GLRR,
|
|
1700
|
+
0,
|
|
1701
|
+
[_n, _na],
|
|
1702
|
+
[0, 0], 2
|
|
1703
|
+
];
|
|
1704
|
+
exports.GitLabRepositoryResource$ = GitLabRepositoryResource$;
|
|
1705
|
+
const GitLabResourceCapabilities$ = [3, n0, _GLRC,
|
|
1706
|
+
0,
|
|
1707
|
+
[_lC, _rC],
|
|
1708
|
+
[2, 2]
|
|
1709
|
+
];
|
|
1710
|
+
exports.GitLabResourceCapabilities$ = GitLabResourceCapabilities$;
|
|
1138
1711
|
const HttpVerification$ = [3, n0, _HV,
|
|
1139
1712
|
0,
|
|
1140
1713
|
[_to, _rP],
|
|
@@ -1147,6 +1720,18 @@ const IdCConfiguration$ = [3, n0, _ICC,
|
|
|
1147
1720
|
[0, 0]
|
|
1148
1721
|
];
|
|
1149
1722
|
exports.IdCConfiguration$ = IdCConfiguration$;
|
|
1723
|
+
const ImportSecurityRequirementsInput$ = [3, n0, _ISRI,
|
|
1724
|
+
0,
|
|
1725
|
+
[_pI, _in],
|
|
1726
|
+
[0, [() => ImportSource$, 0]], 2
|
|
1727
|
+
];
|
|
1728
|
+
exports.ImportSecurityRequirementsInput$ = ImportSecurityRequirementsInput$;
|
|
1729
|
+
const ImportSecurityRequirementsOutput$ = [3, n0, _ISRO,
|
|
1730
|
+
0,
|
|
1731
|
+
[_pI, _iS],
|
|
1732
|
+
[0, 0], 2
|
|
1733
|
+
];
|
|
1734
|
+
exports.ImportSecurityRequirementsOutput$ = ImportSecurityRequirementsOutput$;
|
|
1150
1735
|
const InitiateProviderRegistrationInput$ = [3, n0, _IPRI,
|
|
1151
1736
|
0,
|
|
1152
1737
|
[_pr],
|
|
@@ -1159,9 +1744,15 @@ const InitiateProviderRegistrationOutput$ = [3, n0, _IPRO,
|
|
|
1159
1744
|
[0, 0], 2
|
|
1160
1745
|
];
|
|
1161
1746
|
exports.InitiateProviderRegistrationOutput$ = InitiateProviderRegistrationOutput$;
|
|
1747
|
+
const IntegratedDocument$ = [3, n0, _ID,
|
|
1748
|
+
0,
|
|
1749
|
+
[_iIn, _rI],
|
|
1750
|
+
[0, 0], 2
|
|
1751
|
+
];
|
|
1752
|
+
exports.IntegratedDocument$ = IntegratedDocument$;
|
|
1162
1753
|
const IntegratedRepository$ = [3, n0, _IR,
|
|
1163
1754
|
0,
|
|
1164
|
-
[
|
|
1755
|
+
[_iIn, _pRI],
|
|
1165
1756
|
[0, 0], 2
|
|
1166
1757
|
];
|
|
1167
1758
|
exports.IntegratedRepository$ = IntegratedRepository$;
|
|
@@ -1173,14 +1764,14 @@ const IntegratedResourceInputItem$ = [3, n0, _IRII,
|
|
|
1173
1764
|
exports.IntegratedResourceInputItem$ = IntegratedResourceInputItem$;
|
|
1174
1765
|
const IntegratedResourceSummary$ = [3, n0, _IRS,
|
|
1175
1766
|
0,
|
|
1176
|
-
[
|
|
1767
|
+
[_iIn, _res, _cap],
|
|
1177
1768
|
[0, () => IntegratedResourceMetadata$, () => ProviderResourceCapabilities$], 2
|
|
1178
1769
|
];
|
|
1179
1770
|
exports.IntegratedResourceSummary$ = IntegratedResourceSummary$;
|
|
1180
1771
|
const IntegrationSummary$ = [3, n0, _IS,
|
|
1181
1772
|
0,
|
|
1182
|
-
[
|
|
1183
|
-
[0, 0, 0, 0, 0], 5
|
|
1773
|
+
[_iIn, _iI, _pr, _pT, _dNi, _tU, _pCN],
|
|
1774
|
+
[0, 0, 0, 0, 0, 0, 0], 5
|
|
1184
1775
|
];
|
|
1185
1776
|
exports.IntegrationSummary$ = IntegrationSummary$;
|
|
1186
1777
|
const ListAgentSpacesInput$ = [3, n0, _LASI,
|
|
@@ -1233,7 +1824,7 @@ const ListCodeReviewJobsForCodeReviewOutput$ = [3, n0, _LCRJFCRO,
|
|
|
1233
1824
|
exports.ListCodeReviewJobsForCodeReviewOutput$ = ListCodeReviewJobsForCodeReviewOutput$;
|
|
1234
1825
|
const ListCodeReviewJobTasksInput$ = [3, n0, _LCRJTI,
|
|
1235
1826
|
0,
|
|
1236
|
-
[_aSI, _mR, _cRJIo, _sN,
|
|
1827
|
+
[_aSI, _mR, _cRJIo, _sN, _cNa, _nT],
|
|
1237
1828
|
[0, 1, 0, 0, 0, 0], 1
|
|
1238
1829
|
];
|
|
1239
1830
|
exports.ListCodeReviewJobTasksInput$ = ListCodeReviewJobTasksInput$;
|
|
@@ -1257,7 +1848,7 @@ const ListCodeReviewsOutput$ = [3, n0, _LCRO,
|
|
|
1257
1848
|
exports.ListCodeReviewsOutput$ = ListCodeReviewsOutput$;
|
|
1258
1849
|
const ListDiscoveredEndpointsInput$ = [3, n0, _LDEI,
|
|
1259
1850
|
0,
|
|
1260
|
-
[_pJIe, _aSI, _mR,
|
|
1851
|
+
[_pJIe, _aSI, _mR, _pref, _nT],
|
|
1261
1852
|
[0, 0, 1, 0, 0], 2
|
|
1262
1853
|
];
|
|
1263
1854
|
exports.ListDiscoveredEndpointsInput$ = ListDiscoveredEndpointsInput$;
|
|
@@ -1269,7 +1860,7 @@ const ListDiscoveredEndpointsOutput$ = [3, n0, _LDEO,
|
|
|
1269
1860
|
exports.ListDiscoveredEndpointsOutput$ = ListDiscoveredEndpointsOutput$;
|
|
1270
1861
|
const ListFindingsInput$ = [3, n0, _LFI,
|
|
1271
1862
|
0,
|
|
1272
|
-
[_aSI, _mR, _pJIe, _cRJIo, _nT, _rT, _rL,
|
|
1863
|
+
[_aSI, _mR, _pJIe, _cRJIo, _nT, _rT, _rL, _sta, _conf, _n],
|
|
1273
1864
|
[0, 1, 0, 0, 0, 0, 0, 0, 0, 0], 1
|
|
1274
1865
|
];
|
|
1275
1866
|
exports.ListFindingsInput$ = ListFindingsInput$;
|
|
@@ -1281,7 +1872,7 @@ const ListFindingsOutput$ = [3, n0, _LFO,
|
|
|
1281
1872
|
exports.ListFindingsOutput$ = ListFindingsOutput$;
|
|
1282
1873
|
const ListIntegratedResourcesInput$ = [3, n0, _LIRI,
|
|
1283
1874
|
0,
|
|
1284
|
-
[_aSI,
|
|
1875
|
+
[_aSI, _iIn, _rTes, _nT, _mR],
|
|
1285
1876
|
[0, 0, 0, 0, 1], 1
|
|
1286
1877
|
];
|
|
1287
1878
|
exports.ListIntegratedResourcesInput$ = ListIntegratedResourcesInput$;
|
|
@@ -1299,7 +1890,7 @@ const ListIntegrationsInput$ = [3, n0, _LII,
|
|
|
1299
1890
|
exports.ListIntegrationsInput$ = ListIntegrationsInput$;
|
|
1300
1891
|
const ListIntegrationsOutput$ = [3, n0, _LIO,
|
|
1301
1892
|
0,
|
|
1302
|
-
[
|
|
1893
|
+
[_iSn, _nT],
|
|
1303
1894
|
[() => IntegrationSummaryList, 0], 1
|
|
1304
1895
|
];
|
|
1305
1896
|
exports.ListIntegrationsOutput$ = ListIntegrationsOutput$;
|
|
@@ -1317,7 +1908,7 @@ const ListMembershipsResponse$ = [3, n0, _LMRi,
|
|
|
1317
1908
|
exports.ListMembershipsResponse$ = ListMembershipsResponse$;
|
|
1318
1909
|
const ListPentestJobsForPentestInput$ = [3, n0, _LPJFPI,
|
|
1319
1910
|
0,
|
|
1320
|
-
[
|
|
1911
|
+
[_pIen, _aSI, _mR, _nT],
|
|
1321
1912
|
[0, 0, 1, 0], 2
|
|
1322
1913
|
];
|
|
1323
1914
|
exports.ListPentestJobsForPentestInput$ = ListPentestJobsForPentestInput$;
|
|
@@ -1329,13 +1920,13 @@ const ListPentestJobsForPentestOutput$ = [3, n0, _LPJFPO,
|
|
|
1329
1920
|
exports.ListPentestJobsForPentestOutput$ = ListPentestJobsForPentestOutput$;
|
|
1330
1921
|
const ListPentestJobTasksInput$ = [3, n0, _LPJTI,
|
|
1331
1922
|
0,
|
|
1332
|
-
[_aSI, _mR, _pJIe, _sN,
|
|
1923
|
+
[_aSI, _mR, _pJIe, _sN, _cNa, _nT],
|
|
1333
1924
|
[0, 1, 0, 0, 0, 0], 1
|
|
1334
1925
|
];
|
|
1335
1926
|
exports.ListPentestJobTasksInput$ = ListPentestJobTasksInput$;
|
|
1336
1927
|
const ListPentestJobTasksOutput$ = [3, n0, _LPJTO,
|
|
1337
1928
|
0,
|
|
1338
|
-
[
|
|
1929
|
+
[_tSa, _nT],
|
|
1339
1930
|
[() => TaskSummaryList, 0]
|
|
1340
1931
|
];
|
|
1341
1932
|
exports.ListPentestJobTasksOutput$ = ListPentestJobTasksOutput$;
|
|
@@ -1351,6 +1942,48 @@ const ListPentestsOutput$ = [3, n0, _LPO,
|
|
|
1351
1942
|
[() => PentestSummaryList, 0]
|
|
1352
1943
|
];
|
|
1353
1944
|
exports.ListPentestsOutput$ = ListPentestsOutput$;
|
|
1945
|
+
const ListPrivateConnectionsInput$ = [3, n0, _LPCI,
|
|
1946
|
+
0,
|
|
1947
|
+
[_mR, _nT],
|
|
1948
|
+
[1, 0]
|
|
1949
|
+
];
|
|
1950
|
+
exports.ListPrivateConnectionsInput$ = ListPrivateConnectionsInput$;
|
|
1951
|
+
const ListPrivateConnectionsOutput$ = [3, n0, _LPCO,
|
|
1952
|
+
0,
|
|
1953
|
+
[_pC, _nT],
|
|
1954
|
+
[() => PrivateConnectionList, 0], 1
|
|
1955
|
+
];
|
|
1956
|
+
exports.ListPrivateConnectionsOutput$ = ListPrivateConnectionsOutput$;
|
|
1957
|
+
const ListSecurityRequirementPackFilter$ = [3, n0, _LSRPF,
|
|
1958
|
+
0,
|
|
1959
|
+
[_mTa, _sta],
|
|
1960
|
+
[0, 0]
|
|
1961
|
+
];
|
|
1962
|
+
exports.ListSecurityRequirementPackFilter$ = ListSecurityRequirementPackFilter$;
|
|
1963
|
+
const ListSecurityRequirementPacksInput$ = [3, n0, _LSRPI,
|
|
1964
|
+
0,
|
|
1965
|
+
[_fil, _nT, _mR],
|
|
1966
|
+
[() => ListSecurityRequirementPackFilter$, 0, 1]
|
|
1967
|
+
];
|
|
1968
|
+
exports.ListSecurityRequirementPacksInput$ = ListSecurityRequirementPacksInput$;
|
|
1969
|
+
const ListSecurityRequirementPacksOutput$ = [3, n0, _LSRPO,
|
|
1970
|
+
0,
|
|
1971
|
+
[_sRPS, _nT],
|
|
1972
|
+
[() => SecurityRequirementPackSummaryList, 0], 1
|
|
1973
|
+
];
|
|
1974
|
+
exports.ListSecurityRequirementPacksOutput$ = ListSecurityRequirementPacksOutput$;
|
|
1975
|
+
const ListSecurityRequirementsInput$ = [3, n0, _LSRI,
|
|
1976
|
+
0,
|
|
1977
|
+
[_pI, _nT, _mR],
|
|
1978
|
+
[0, 0, 1], 1
|
|
1979
|
+
];
|
|
1980
|
+
exports.ListSecurityRequirementsInput$ = ListSecurityRequirementsInput$;
|
|
1981
|
+
const ListSecurityRequirementsOutput$ = [3, n0, _LSRO,
|
|
1982
|
+
0,
|
|
1983
|
+
[_sRS, _nT],
|
|
1984
|
+
[() => SecurityRequirementSummaryList, 0], 1
|
|
1985
|
+
];
|
|
1986
|
+
exports.ListSecurityRequirementsOutput$ = ListSecurityRequirementsOutput$;
|
|
1354
1987
|
const ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1355
1988
|
0,
|
|
1356
1989
|
[_rAe],
|
|
@@ -1375,6 +2008,54 @@ const ListTargetDomainsOutput$ = [3, n0, _LTDO,
|
|
|
1375
2008
|
[() => TargetDomainSummaryList, 0]
|
|
1376
2009
|
];
|
|
1377
2010
|
exports.ListTargetDomainsOutput$ = ListTargetDomainsOutput$;
|
|
2011
|
+
const ListThreatModelJobsInput$ = [3, n0, _LTMJI,
|
|
2012
|
+
0,
|
|
2013
|
+
[_tMIh, _aSI, _mR, _nT],
|
|
2014
|
+
[0, 0, 1, 0], 2
|
|
2015
|
+
];
|
|
2016
|
+
exports.ListThreatModelJobsInput$ = ListThreatModelJobsInput$;
|
|
2017
|
+
const ListThreatModelJobsOutput$ = [3, n0, _LTMJO,
|
|
2018
|
+
0,
|
|
2019
|
+
[_tMJS, _nT],
|
|
2020
|
+
[() => ThreatModelJobSummaryList, 0]
|
|
2021
|
+
];
|
|
2022
|
+
exports.ListThreatModelJobsOutput$ = ListThreatModelJobsOutput$;
|
|
2023
|
+
const ListThreatModelJobTasksInput$ = [3, n0, _LTMJTI,
|
|
2024
|
+
0,
|
|
2025
|
+
[_aSI, _tMJIh, _mR, _nT],
|
|
2026
|
+
[0, 0, 1, 0], 2
|
|
2027
|
+
];
|
|
2028
|
+
exports.ListThreatModelJobTasksInput$ = ListThreatModelJobTasksInput$;
|
|
2029
|
+
const ListThreatModelJobTasksOutput$ = [3, n0, _LTMJTO,
|
|
2030
|
+
0,
|
|
2031
|
+
[_tMJTS, _nT],
|
|
2032
|
+
[() => ThreatModelJobTaskSummaryList, 0]
|
|
2033
|
+
];
|
|
2034
|
+
exports.ListThreatModelJobTasksOutput$ = ListThreatModelJobTasksOutput$;
|
|
2035
|
+
const ListThreatModelsInput$ = [3, n0, _LTMI,
|
|
2036
|
+
0,
|
|
2037
|
+
[_aSI, _mR, _nT],
|
|
2038
|
+
[0, 1, 0], 1
|
|
2039
|
+
];
|
|
2040
|
+
exports.ListThreatModelsInput$ = ListThreatModelsInput$;
|
|
2041
|
+
const ListThreatModelsOutput$ = [3, n0, _LTMO,
|
|
2042
|
+
0,
|
|
2043
|
+
[_tMS, _nT],
|
|
2044
|
+
[() => ThreatModelSummaryList, 0]
|
|
2045
|
+
];
|
|
2046
|
+
exports.ListThreatModelsOutput$ = ListThreatModelsOutput$;
|
|
2047
|
+
const ListThreatsInput$ = [3, n0, _LTI,
|
|
2048
|
+
0,
|
|
2049
|
+
[_tJI, _aSI, _nT, _mR],
|
|
2050
|
+
[0, 0, 0, 1], 2
|
|
2051
|
+
];
|
|
2052
|
+
exports.ListThreatsInput$ = ListThreatsInput$;
|
|
2053
|
+
const ListThreatsOutput$ = [3, n0, _LTO,
|
|
2054
|
+
0,
|
|
2055
|
+
[_th, _nT],
|
|
2056
|
+
[() => ThreatSummaryList, 0]
|
|
2057
|
+
];
|
|
2058
|
+
exports.ListThreatsOutput$ = ListThreatsOutput$;
|
|
1378
2059
|
const LogLocation$ = [3, n0, _LL,
|
|
1379
2060
|
0,
|
|
1380
2061
|
[_lT, _cWL],
|
|
@@ -1401,28 +2082,70 @@ const NetworkTrafficRule$ = [3, n0, _NTR,
|
|
|
1401
2082
|
exports.NetworkTrafficRule$ = NetworkTrafficRule$;
|
|
1402
2083
|
const Pentest$ = [3, n0, _P,
|
|
1403
2084
|
0,
|
|
1404
|
-
[
|
|
1405
|
-
[0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 5, 5], 4
|
|
2085
|
+
[_pIen, _aSI, _ti, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _cUS, _dMS, _cA, _uA],
|
|
2086
|
+
[0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 0, 64 | 0, 5, 5], 4
|
|
1406
2087
|
];
|
|
1407
2088
|
exports.Pentest$ = Pentest$;
|
|
1408
2089
|
const PentestJob$ = [3, n0, _PJ,
|
|
1409
2090
|
0,
|
|
1410
|
-
[_pJIe,
|
|
1411
|
-
[0, 0, 0, 0, 0, () => EndpointList, () => ActorList, () => DocumentList, () => SourceCodeRepositoryList, () => EndpointList, () => EndpointList, 64 | 0, () => StepList, () => ExecutionContextList, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, () => ErrorInformation$, () => IntegratedRepositoryList, 0, 5, 5]
|
|
2091
|
+
[_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],
|
|
2092
|
+
[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]
|
|
1412
2093
|
];
|
|
1413
2094
|
exports.PentestJob$ = PentestJob$;
|
|
1414
2095
|
const PentestJobSummary$ = [3, n0, _PJS,
|
|
1415
2096
|
0,
|
|
1416
|
-
[_pJIe,
|
|
2097
|
+
[_pJIe, _pIen, _ti, _sta, _cA, _uA],
|
|
1417
2098
|
[0, 0, 0, 0, 5, 5], 2
|
|
1418
2099
|
];
|
|
1419
2100
|
exports.PentestJobSummary$ = PentestJobSummary$;
|
|
1420
2101
|
const PentestSummary$ = [3, n0, _PS,
|
|
1421
2102
|
0,
|
|
1422
|
-
[
|
|
2103
|
+
[_pIen, _aSI, _ti, _cA, _uA],
|
|
1423
2104
|
[0, 0, 0, 5, 5], 3
|
|
1424
2105
|
];
|
|
1425
2106
|
exports.PentestSummary$ = PentestSummary$;
|
|
2107
|
+
const PrivateConnectionSummary$ = [3, n0, _PCS,
|
|
2108
|
+
0,
|
|
2109
|
+
[_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
|
|
2110
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
2111
|
+
];
|
|
2112
|
+
exports.PrivateConnectionSummary$ = PrivateConnectionSummary$;
|
|
2113
|
+
const ReportDestination$ = [3, n0, _RD,
|
|
2114
|
+
0,
|
|
2115
|
+
[_iIn, _cI, _pIar, _dI],
|
|
2116
|
+
[0, 0, 0, 0], 2
|
|
2117
|
+
];
|
|
2118
|
+
exports.ReportDestination$ = ReportDestination$;
|
|
2119
|
+
const SecurityRequirementArtifact$ = [3, n0, _SRA,
|
|
2120
|
+
0,
|
|
2121
|
+
[_n, _fo, _conte],
|
|
2122
|
+
[0, 0, [() => SecurityRequirementDocumentContent, 0]], 3
|
|
2123
|
+
];
|
|
2124
|
+
exports.SecurityRequirementArtifact$ = SecurityRequirementArtifact$;
|
|
2125
|
+
const SecurityRequirementPackSummary$ = [3, n0, _SRPS,
|
|
2126
|
+
0,
|
|
2127
|
+
[_pI, _n, _mTa, _sta, _cA, _uA, _d, _vN],
|
|
2128
|
+
[0, 0, 0, 0, 5, 5, 0, 0], 6
|
|
2129
|
+
];
|
|
2130
|
+
exports.SecurityRequirementPackSummary$ = SecurityRequirementPackSummary$;
|
|
2131
|
+
const SecurityRequirementSummary$ = [3, n0, _SRS,
|
|
2132
|
+
0,
|
|
2133
|
+
[_pI, _n, _d, _cA, _uA],
|
|
2134
|
+
[0, 0, 0, 5, 5], 5
|
|
2135
|
+
];
|
|
2136
|
+
exports.SecurityRequirementSummary$ = SecurityRequirementSummary$;
|
|
2137
|
+
const SelfManagedInput$ = [3, n0, _SMI,
|
|
2138
|
+
0,
|
|
2139
|
+
[_rCI, _ce],
|
|
2140
|
+
[0, [() => CertificateChain, 0]], 1
|
|
2141
|
+
];
|
|
2142
|
+
exports.SelfManagedInput$ = SelfManagedInput$;
|
|
2143
|
+
const ServiceManagedInput$ = [3, n0, _SMIe,
|
|
2144
|
+
0,
|
|
2145
|
+
[_hA, _vI, _sI, _sGI, _iAT, _iAPE, _pR, _ce, _dR],
|
|
2146
|
+
[0, 0, 64 | 0, 64 | 0, 0, 1, 64 | 0, [() => CertificateChain, 0], 0], 3
|
|
2147
|
+
];
|
|
2148
|
+
exports.ServiceManagedInput$ = ServiceManagedInput$;
|
|
1426
2149
|
const SourceCodeRepository$ = [3, n0, _SCR,
|
|
1427
2150
|
0,
|
|
1428
2151
|
[_sL],
|
|
@@ -1443,31 +2166,43 @@ const StartCodeRemediationOutput$ = [3, n0, _SCRO,
|
|
|
1443
2166
|
exports.StartCodeRemediationOutput$ = StartCodeRemediationOutput$;
|
|
1444
2167
|
const StartCodeReviewJobInput$ = [3, n0, _SCRJI,
|
|
1445
2168
|
0,
|
|
1446
|
-
[_aSI, _cRIo],
|
|
1447
|
-
[0, 0], 2
|
|
2169
|
+
[_aSI, _cRIo, _dS],
|
|
2170
|
+
[0, 0, () => DiffSource$], 2
|
|
1448
2171
|
];
|
|
1449
2172
|
exports.StartCodeReviewJobInput$ = StartCodeReviewJobInput$;
|
|
1450
2173
|
const StartCodeReviewJobOutput$ = [3, n0, _SCRJO,
|
|
1451
2174
|
0,
|
|
1452
|
-
[_cRIo, _cRJIo, _ti,
|
|
2175
|
+
[_cRIo, _cRJIo, _ti, _sta, _cA, _uA, _aSI],
|
|
1453
2176
|
[0, 0, 0, 0, 5, 5, 0], 2
|
|
1454
2177
|
];
|
|
1455
2178
|
exports.StartCodeReviewJobOutput$ = StartCodeReviewJobOutput$;
|
|
1456
2179
|
const StartPentestJobInput$ = [3, n0, _SPJI,
|
|
1457
2180
|
0,
|
|
1458
|
-
[_aSI,
|
|
2181
|
+
[_aSI, _pIen],
|
|
1459
2182
|
[0, 0], 2
|
|
1460
2183
|
];
|
|
1461
2184
|
exports.StartPentestJobInput$ = StartPentestJobInput$;
|
|
1462
2185
|
const StartPentestJobOutput$ = [3, n0, _SPJO,
|
|
1463
2186
|
0,
|
|
1464
|
-
[_ti,
|
|
2187
|
+
[_ti, _sta, _cA, _uA, _pIen, _pJIe, _aSI],
|
|
1465
2188
|
[0, 0, 5, 5, 0, 0, 0]
|
|
1466
2189
|
];
|
|
1467
2190
|
exports.StartPentestJobOutput$ = StartPentestJobOutput$;
|
|
2191
|
+
const StartThreatModelJobInput$ = [3, n0, _STMJI,
|
|
2192
|
+
0,
|
|
2193
|
+
[_aSI, _tMIh],
|
|
2194
|
+
[0, 0], 2
|
|
2195
|
+
];
|
|
2196
|
+
exports.StartThreatModelJobInput$ = StartThreatModelJobInput$;
|
|
2197
|
+
const StartThreatModelJobOutput$ = [3, n0, _STMJO,
|
|
2198
|
+
0,
|
|
2199
|
+
[_tMJIh, _ti, _sta, _cA, _uA, _tMIh, _aSI],
|
|
2200
|
+
[0, 0, 0, 5, 5, 0, 0], 1
|
|
2201
|
+
];
|
|
2202
|
+
exports.StartThreatModelJobOutput$ = StartThreatModelJobOutput$;
|
|
1468
2203
|
const Step$ = [3, n0, _S,
|
|
1469
2204
|
0,
|
|
1470
|
-
[_n,
|
|
2205
|
+
[_n, _sta, _cA, _uA],
|
|
1471
2206
|
[0, 0, 5, 5]
|
|
1472
2207
|
];
|
|
1473
2208
|
exports.Step$ = Step$;
|
|
@@ -1495,6 +2230,18 @@ const StopPentestJobOutput$ = [3, n0, _SPJOt,
|
|
|
1495
2230
|
[]
|
|
1496
2231
|
];
|
|
1497
2232
|
exports.StopPentestJobOutput$ = StopPentestJobOutput$;
|
|
2233
|
+
const StopThreatModelJobInput$ = [3, n0, _STMJIt,
|
|
2234
|
+
0,
|
|
2235
|
+
[_aSI, _tMJIh],
|
|
2236
|
+
[0, 0], 2
|
|
2237
|
+
];
|
|
2238
|
+
exports.StopThreatModelJobInput$ = StopThreatModelJobInput$;
|
|
2239
|
+
const StopThreatModelJobOutput$ = [3, n0, _STMJOt,
|
|
2240
|
+
0,
|
|
2241
|
+
[],
|
|
2242
|
+
[]
|
|
2243
|
+
];
|
|
2244
|
+
exports.StopThreatModelJobOutput$ = StopThreatModelJobOutput$;
|
|
1498
2245
|
const TagResourceInput$ = [3, n0, _TRI,
|
|
1499
2246
|
0,
|
|
1500
2247
|
[_rAe, _tag],
|
|
@@ -1521,16 +2268,76 @@ const TargetDomainSummary$ = [3, n0, _TDS,
|
|
|
1521
2268
|
exports.TargetDomainSummary$ = TargetDomainSummary$;
|
|
1522
2269
|
const Task$ = [3, n0, _T,
|
|
1523
2270
|
0,
|
|
1524
|
-
[_tIa,
|
|
2271
|
+
[_tIa, _pIen, _pJIe, _aSI, _ti, _d, _ca, _rT, _tE, _eS, _lL, _cA, _uA],
|
|
1525
2272
|
[0, 0, 0, 0, 0, 0, () => CategoryList, 0, () => Endpoint$, 0, () => LogLocation$, 5, 5], 1
|
|
1526
2273
|
];
|
|
1527
2274
|
exports.Task$ = Task$;
|
|
1528
2275
|
const TaskSummary$ = [3, n0, _TS,
|
|
1529
2276
|
0,
|
|
1530
|
-
[_tIa,
|
|
2277
|
+
[_tIa, _pIen, _pJIe, _aSI, _ti, _rT, _eS, _cA, _uA],
|
|
1531
2278
|
[0, 0, 0, 0, 0, 0, 0, 5, 5], 1
|
|
1532
2279
|
];
|
|
1533
2280
|
exports.TaskSummary$ = TaskSummary$;
|
|
2281
|
+
const Threat$ = [3, n0, _Th,
|
|
2282
|
+
0,
|
|
2283
|
+
[_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _str, _re, _cB, _uB, _cA, _uA],
|
|
2284
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 64 | 0, 0, 0, 0, 5, 5]
|
|
2285
|
+
];
|
|
2286
|
+
exports.Threat$ = Threat$;
|
|
2287
|
+
const ThreatAnchorShape$ = [3, n0, _TAS,
|
|
2288
|
+
0,
|
|
2289
|
+
[_k, _id, _pIac],
|
|
2290
|
+
[0, 0, 0]
|
|
2291
|
+
];
|
|
2292
|
+
exports.ThreatAnchorShape$ = ThreatAnchorShape$;
|
|
2293
|
+
const ThreatEvidenceShape$ = [3, n0, _TES,
|
|
2294
|
+
0,
|
|
2295
|
+
[_pIac, _pat],
|
|
2296
|
+
[0, 0]
|
|
2297
|
+
];
|
|
2298
|
+
exports.ThreatEvidenceShape$ = ThreatEvidenceShape$;
|
|
2299
|
+
const ThreatModel$ = [3, n0, _TM,
|
|
2300
|
+
0,
|
|
2301
|
+
[_tMIh, _aSI, _ti, _as, _d, _sD, _sRe, _lCo, _cA, _uA],
|
|
2302
|
+
[0, 0, 0, () => Assets$, 0, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 4
|
|
2303
|
+
];
|
|
2304
|
+
exports.ThreatModel$ = ThreatModel$;
|
|
2305
|
+
const ThreatModelJob$ = [3, n0, _TMJ,
|
|
2306
|
+
0,
|
|
2307
|
+
[_tMJIh, _tMIh, _aSI, _ti, _sta, _cA, _uA, _eST, _eET, _sCo, _iR, _doc, _sD, _eI, _sO],
|
|
2308
|
+
[0, 0, 0, 0, 0, 5, 5, 5, 5, () => SourceCodeRepositoryList, () => IntegratedRepositoryList, () => DocumentList, () => DocumentList, () => ErrorInformation$, 0]
|
|
2309
|
+
];
|
|
2310
|
+
exports.ThreatModelJob$ = ThreatModelJob$;
|
|
2311
|
+
const ThreatModelJobSummary$ = [3, n0, _TMJS,
|
|
2312
|
+
0,
|
|
2313
|
+
[_tMJIh, _tMIh, _aSI, _ti, _sta, _cA, _uA],
|
|
2314
|
+
[0, 0, 0, 0, 0, 5, 5], 2
|
|
2315
|
+
];
|
|
2316
|
+
exports.ThreatModelJobSummary$ = ThreatModelJobSummary$;
|
|
2317
|
+
const ThreatModelJobTask$ = [3, n0, _TMJT,
|
|
2318
|
+
0,
|
|
2319
|
+
[_tIa, _tMIh, _tMJIh, _aSI, _ti, _d, _eS, _lL, _cA, _uA],
|
|
2320
|
+
[0, 0, 0, 0, 0, 0, 0, () => LogLocation$, 5, 5], 1
|
|
2321
|
+
];
|
|
2322
|
+
exports.ThreatModelJobTask$ = ThreatModelJobTask$;
|
|
2323
|
+
const ThreatModelJobTaskSummary$ = [3, n0, _TMJTS,
|
|
2324
|
+
0,
|
|
2325
|
+
[_tIa, _tMIh, _tMJIh, _aSI, _ti, _eS, _cA, _uA],
|
|
2326
|
+
[0, 0, 0, 0, 0, 0, 5, 5], 1
|
|
2327
|
+
];
|
|
2328
|
+
exports.ThreatModelJobTaskSummary$ = ThreatModelJobTaskSummary$;
|
|
2329
|
+
const ThreatModelSummary$ = [3, n0, _TMS,
|
|
2330
|
+
0,
|
|
2331
|
+
[_tMIh, _aSI, _ti, _cA, _uA],
|
|
2332
|
+
[0, 0, 0, 5, 5], 3
|
|
2333
|
+
];
|
|
2334
|
+
exports.ThreatModelSummary$ = ThreatModelSummary$;
|
|
2335
|
+
const ThreatSummary$ = [3, n0, _TSh,
|
|
2336
|
+
0,
|
|
2337
|
+
[_tIhre, _tJI, _ti, _stat, _sev, _sta, _str, _cB, _uB, _cA, _uA],
|
|
2338
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 5, 5]
|
|
2339
|
+
];
|
|
2340
|
+
exports.ThreatSummary$ = ThreatSummary$;
|
|
1534
2341
|
const UntagResourceInput$ = [3, n0, _URI,
|
|
1535
2342
|
0,
|
|
1536
2343
|
[_rAe, _tK],
|
|
@@ -1569,20 +2376,20 @@ const UpdateApplicationResponse$ = [3, n0, _UARp,
|
|
|
1569
2376
|
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
1570
2377
|
const UpdateCodeReviewInput$ = [3, n0, _UCRI,
|
|
1571
2378
|
0,
|
|
1572
|
-
[_cRIo, _aSI, _ti, _as, _sRe,
|
|
1573
|
-
[0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0], 2
|
|
2379
|
+
[_cRIo, _aSI, _ti, _as, _sRe, _lCo, _cRSo, _vM],
|
|
2380
|
+
[0, 0, 0, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 2
|
|
1574
2381
|
];
|
|
1575
2382
|
exports.UpdateCodeReviewInput$ = UpdateCodeReviewInput$;
|
|
1576
2383
|
const UpdateCodeReviewOutput$ = [3, n0, _UCRO,
|
|
1577
2384
|
0,
|
|
1578
|
-
[_cRIo, _ti, _cA, _uA, _as, _sRe,
|
|
1579
|
-
[0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0], 1
|
|
2385
|
+
[_cRIo, _ti, _cA, _uA, _as, _sRe, _lCo, _aSI, _cRSo, _vM],
|
|
2386
|
+
[0, 0, 5, 5, () => Assets$, 0, () => CloudWatchLog$, 0, 0, 0], 1
|
|
1580
2387
|
];
|
|
1581
2388
|
exports.UpdateCodeReviewOutput$ = UpdateCodeReviewOutput$;
|
|
1582
2389
|
const UpdateFindingInput$ = [3, n0, _UFI,
|
|
1583
2390
|
0,
|
|
1584
|
-
[_fIi, _aSI, _rL,
|
|
1585
|
-
[0, 0, 0, 0], 2
|
|
2391
|
+
[_fIi, _aSI, _n, _d, _rT, _rL, _rS, _aSt, _reas, _sta, _cN],
|
|
2392
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
1586
2393
|
];
|
|
1587
2394
|
exports.UpdateFindingInput$ = UpdateFindingInput$;
|
|
1588
2395
|
const UpdateFindingOutput$ = [3, n0, _UFO,
|
|
@@ -1593,7 +2400,7 @@ const UpdateFindingOutput$ = [3, n0, _UFO,
|
|
|
1593
2400
|
exports.UpdateFindingOutput$ = UpdateFindingOutput$;
|
|
1594
2401
|
const UpdateIntegratedResourcesInput$ = [3, n0, _UIRI,
|
|
1595
2402
|
0,
|
|
1596
|
-
[_aSI,
|
|
2403
|
+
[_aSI, _iIn, _it],
|
|
1597
2404
|
[0, 0, () => IntegratedResourceInputItemList], 3
|
|
1598
2405
|
];
|
|
1599
2406
|
exports.UpdateIntegratedResourcesInput$ = UpdateIntegratedResourcesInput$;
|
|
@@ -1605,19 +2412,49 @@ const UpdateIntegratedResourcesOutput$ = [3, n0, _UIRO,
|
|
|
1605
2412
|
exports.UpdateIntegratedResourcesOutput$ = UpdateIntegratedResourcesOutput$;
|
|
1606
2413
|
const UpdatePentestInput$ = [3, n0, _UPI,
|
|
1607
2414
|
0,
|
|
1608
|
-
[
|
|
1609
|
-
[0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0], 2
|
|
2415
|
+
[_pIen, _aSI, _ti, _as, _eRT, _sRe, _lCo, _vC, _nTC, _cRSo, _dMS],
|
|
2416
|
+
[0, 0, 0, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, () => VpcConfig$, () => NetworkTrafficConfig$, 0, 64 | 0], 2
|
|
1610
2417
|
];
|
|
1611
2418
|
exports.UpdatePentestInput$ = UpdatePentestInput$;
|
|
1612
2419
|
const UpdatePentestOutput$ = [3, n0, _UPO,
|
|
1613
2420
|
0,
|
|
1614
|
-
[
|
|
2421
|
+
[_pIen, _ti, _cA, _uA, _as, _eRT, _sRe, _lCo, _aSI],
|
|
1615
2422
|
[0, 0, 5, 5, () => Assets$, 64 | 0, 0, () => CloudWatchLog$, 0]
|
|
1616
2423
|
];
|
|
1617
2424
|
exports.UpdatePentestOutput$ = UpdatePentestOutput$;
|
|
2425
|
+
const UpdatePrivateConnectionCertificateInput$ = [3, n0, _UPCCI,
|
|
2426
|
+
0,
|
|
2427
|
+
[_pCN, _ce],
|
|
2428
|
+
[0, [() => CertificateChain, 0]], 2
|
|
2429
|
+
];
|
|
2430
|
+
exports.UpdatePrivateConnectionCertificateInput$ = UpdatePrivateConnectionCertificateInput$;
|
|
2431
|
+
const UpdatePrivateConnectionCertificateOutput$ = [3, n0, _UPCCO,
|
|
2432
|
+
0,
|
|
2433
|
+
[_n, _t, _sta, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _tag],
|
|
2434
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
2435
|
+
];
|
|
2436
|
+
exports.UpdatePrivateConnectionCertificateOutput$ = UpdatePrivateConnectionCertificateOutput$;
|
|
2437
|
+
const UpdateSecurityRequirementEntry$ = [3, n0, _USRE,
|
|
2438
|
+
0,
|
|
2439
|
+
[_n, _d, _do, _ev, _r],
|
|
2440
|
+
[0, 0, 0, 0, 0], 1
|
|
2441
|
+
];
|
|
2442
|
+
exports.UpdateSecurityRequirementEntry$ = UpdateSecurityRequirementEntry$;
|
|
2443
|
+
const UpdateSecurityRequirementPackInput$ = [3, n0, _USRPI,
|
|
2444
|
+
0,
|
|
2445
|
+
[_pI, _n, _d, _sta],
|
|
2446
|
+
[0, 0, 0, 0], 1
|
|
2447
|
+
];
|
|
2448
|
+
exports.UpdateSecurityRequirementPackInput$ = UpdateSecurityRequirementPackInput$;
|
|
2449
|
+
const UpdateSecurityRequirementPackOutput$ = [3, n0, _USRPO,
|
|
2450
|
+
0,
|
|
2451
|
+
[_pI, _n, _d, _sta],
|
|
2452
|
+
[0, 0, 0, 0], 1
|
|
2453
|
+
];
|
|
2454
|
+
exports.UpdateSecurityRequirementPackOutput$ = UpdateSecurityRequirementPackOutput$;
|
|
1618
2455
|
const UpdateTargetDomainInput$ = [3, n0, _UTDI,
|
|
1619
2456
|
0,
|
|
1620
|
-
[_tDIa,
|
|
2457
|
+
[_tDIa, _vMe],
|
|
1621
2458
|
[0, 0], 2
|
|
1622
2459
|
];
|
|
1623
2460
|
exports.UpdateTargetDomainInput$ = UpdateTargetDomainInput$;
|
|
@@ -1627,6 +2464,30 @@ const UpdateTargetDomainOutput$ = [3, n0, _UTDO,
|
|
|
1627
2464
|
[0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
1628
2465
|
];
|
|
1629
2466
|
exports.UpdateTargetDomainOutput$ = UpdateTargetDomainOutput$;
|
|
2467
|
+
const UpdateThreatInput$ = [3, n0, _UTI,
|
|
2468
|
+
0,
|
|
2469
|
+
[_tIhre, _aSI, _ti, _sta, _com, _stat, _sev, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re],
|
|
2470
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => ThreatAnchorShape$, () => ThreatEvidenceList, 0], 2
|
|
2471
|
+
];
|
|
2472
|
+
exports.UpdateThreatInput$ = UpdateThreatInput$;
|
|
2473
|
+
const UpdateThreatModelInput$ = [3, n0, _UTMI,
|
|
2474
|
+
0,
|
|
2475
|
+
[_tMIh, _aSI, _ti, _d, _as, _sD, _sRe, _lCo],
|
|
2476
|
+
[0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$], 2
|
|
2477
|
+
];
|
|
2478
|
+
exports.UpdateThreatModelInput$ = UpdateThreatModelInput$;
|
|
2479
|
+
const UpdateThreatModelOutput$ = [3, n0, _UTMO,
|
|
2480
|
+
0,
|
|
2481
|
+
[_tMIh, _ti, _aSI, _d, _as, _sD, _sRe, _lCo, _cA, _uA],
|
|
2482
|
+
[0, 0, 0, 0, () => Assets$, () => DocumentList, 0, () => CloudWatchLog$, 5, 5], 1
|
|
2483
|
+
];
|
|
2484
|
+
exports.UpdateThreatModelOutput$ = UpdateThreatModelOutput$;
|
|
2485
|
+
const UpdateThreatOutput$ = [3, n0, _UTO,
|
|
2486
|
+
0,
|
|
2487
|
+
[_tIhre, _tJI, _ti, _stat, _sev, _sta, _com, _str, _tS, _pre, _tA, _tIhr, _iG, _iA, _an, _evi, _re, _cB, _uB, _cA, _uA],
|
|
2488
|
+
[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
|
|
2489
|
+
];
|
|
2490
|
+
exports.UpdateThreatOutput$ = UpdateThreatOutput$;
|
|
1630
2491
|
const UserConfig$ = [3, n0, _UC,
|
|
1631
2492
|
0,
|
|
1632
2493
|
[_ro],
|
|
@@ -1653,7 +2514,7 @@ const VerificationDetails$ = [3, n0, _VD,
|
|
|
1653
2514
|
exports.VerificationDetails$ = VerificationDetails$;
|
|
1654
2515
|
const VerificationScript$ = [3, n0, _VS,
|
|
1655
2516
|
0,
|
|
1656
|
-
[
|
|
2517
|
+
[_sTc, _sUc, _ins, _eV],
|
|
1657
2518
|
[0, 0, 0, () => VerificationScriptEnvVarList]
|
|
1658
2519
|
];
|
|
1659
2520
|
exports.VerificationScript$ = VerificationScript$;
|
|
@@ -1671,7 +2532,7 @@ const VerifyTargetDomainInput$ = [3, n0, _VTDI,
|
|
|
1671
2532
|
exports.VerifyTargetDomainInput$ = VerifyTargetDomainInput$;
|
|
1672
2533
|
const VerifyTargetDomainOutput$ = [3, n0, _VTDO,
|
|
1673
2534
|
0,
|
|
1674
|
-
[_tDIa, _dN, _cA, _uA, _vA,
|
|
2535
|
+
[_tDIa, _dN, _cA, _uA, _vA, _sta, _vSR],
|
|
1675
2536
|
[0, 0, 5, 5, 5, 0, 0]
|
|
1676
2537
|
];
|
|
1677
2538
|
exports.VerifyTargetDomainOutput$ = VerifyTargetDomainOutput$;
|
|
@@ -1702,6 +2563,15 @@ var ArtifactMetadataList = [1, n0, _AML,
|
|
|
1702
2563
|
var ArtifactSummaryList = [1, n0, _ASLr,
|
|
1703
2564
|
0, () => ArtifactSummary$
|
|
1704
2565
|
];
|
|
2566
|
+
var BatchCreateSecurityRequirementResultList = [1, n0, _BCSRRL,
|
|
2567
|
+
0, () => BatchCreateSecurityRequirementResult$
|
|
2568
|
+
];
|
|
2569
|
+
var BatchGetSecurityRequirementResultList = [1, n0, _BGSRRL,
|
|
2570
|
+
0, () => BatchGetSecurityRequirementResult$
|
|
2571
|
+
];
|
|
2572
|
+
var BatchSecurityRequirementErrors = [1, n0, _BSREa,
|
|
2573
|
+
0, () => BatchSecurityRequirementError$
|
|
2574
|
+
];
|
|
1705
2575
|
var CategoryList = [1, n0, _CLa,
|
|
1706
2576
|
0, () => Category$
|
|
1707
2577
|
];
|
|
@@ -1731,6 +2601,9 @@ var CodeReviewList = [1, n0, _CRL,
|
|
|
1731
2601
|
var CodeReviewSummaryList = [1, n0, _CRSL,
|
|
1732
2602
|
0, () => CodeReviewSummary$
|
|
1733
2603
|
];
|
|
2604
|
+
var CreateSecurityRequirementEntryList = [1, n0, _CSREL,
|
|
2605
|
+
0, () => CreateSecurityRequirementEntry$
|
|
2606
|
+
];
|
|
1734
2607
|
var CustomHeaderList = [1, n0, _CHL,
|
|
1735
2608
|
0, () => CustomHeader$
|
|
1736
2609
|
];
|
|
@@ -1740,6 +2613,9 @@ var DeleteCodeReviewFailureList = [1, n0, _DCRFL,
|
|
|
1740
2613
|
var DeletePentestFailureList = [1, n0, _DPFL,
|
|
1741
2614
|
0, () => DeletePentestFailure$
|
|
1742
2615
|
];
|
|
2616
|
+
var DeleteThreatModelFailureList = [1, n0, _DTMFL,
|
|
2617
|
+
0, () => DeleteThreatModelFailure$
|
|
2618
|
+
];
|
|
1743
2619
|
var DiscoveredEndpointList = [1, n0, _DEL,
|
|
1744
2620
|
0, () => DiscoveredEndpoint$
|
|
1745
2621
|
];
|
|
@@ -1794,16 +2670,36 @@ var PentestList = [1, n0, _PL,
|
|
|
1794
2670
|
var PentestSummaryList = [1, n0, _PSL,
|
|
1795
2671
|
0, () => PentestSummary$
|
|
1796
2672
|
];
|
|
2673
|
+
var PortRanges = 64 | 0;
|
|
2674
|
+
var PrivateConnectionList = [1, n0, _PCL,
|
|
2675
|
+
0, () => PrivateConnectionSummary$
|
|
2676
|
+
];
|
|
2677
|
+
var PrivateConnectionSecurityGroupIds = 64 | 0;
|
|
2678
|
+
var PrivateConnectionSubnetIds = 64 | 0;
|
|
1797
2679
|
var RiskTypeList = 64 | 0;
|
|
1798
2680
|
var S3BucketArns = 64 | 0;
|
|
1799
2681
|
var SecretArns = 64 | 0;
|
|
1800
2682
|
var SecurityGroupArns = 64 | 0;
|
|
2683
|
+
var SecurityRequirementArtifactList = [1, n0, _SRAL,
|
|
2684
|
+
0, [() => SecurityRequirementArtifact$,
|
|
2685
|
+
0]
|
|
2686
|
+
];
|
|
2687
|
+
var SecurityRequirementNameList = 64 | 0;
|
|
2688
|
+
var SecurityRequirementPackSummaryList = [1, n0, _SRPSL,
|
|
2689
|
+
0, () => SecurityRequirementPackSummary$
|
|
2690
|
+
];
|
|
2691
|
+
var SecurityRequirementSummaryList = [1, n0, _SRSL,
|
|
2692
|
+
0, () => SecurityRequirementSummary$
|
|
2693
|
+
];
|
|
2694
|
+
var SkillTypeList = 64 | 0;
|
|
1801
2695
|
var SourceCodeRepositoryList = [1, n0, _SCRL,
|
|
1802
2696
|
0, () => SourceCodeRepository$
|
|
1803
2697
|
];
|
|
1804
2698
|
var StepList = [1, n0, _SL,
|
|
1805
2699
|
0, () => Step$
|
|
1806
2700
|
];
|
|
2701
|
+
var StrideCategoryList = 64 | 0;
|
|
2702
|
+
var StringList = 64 | 0;
|
|
1807
2703
|
var SubnetArns = 64 | 0;
|
|
1808
2704
|
var TagKeyList = 64 | 0;
|
|
1809
2705
|
var TargetDomainIdList = 64 | 0;
|
|
@@ -1820,6 +2716,39 @@ var TaskList = [1, n0, _TL,
|
|
|
1820
2716
|
var TaskSummaryList = [1, n0, _TSL,
|
|
1821
2717
|
0, () => TaskSummary$
|
|
1822
2718
|
];
|
|
2719
|
+
var ThreatEvidenceList = [1, n0, _TEL,
|
|
2720
|
+
0, () => ThreatEvidenceShape$
|
|
2721
|
+
];
|
|
2722
|
+
var ThreatIdList = 64 | 0;
|
|
2723
|
+
var ThreatList = [1, n0, _TLh,
|
|
2724
|
+
0, () => Threat$
|
|
2725
|
+
];
|
|
2726
|
+
var ThreatModelIdList = 64 | 0;
|
|
2727
|
+
var ThreatModelJobIdList = 64 | 0;
|
|
2728
|
+
var ThreatModelJobList = [1, n0, _TMJL,
|
|
2729
|
+
0, () => ThreatModelJob$
|
|
2730
|
+
];
|
|
2731
|
+
var ThreatModelJobSummaryList = [1, n0, _TMJSL,
|
|
2732
|
+
0, () => ThreatModelJobSummary$
|
|
2733
|
+
];
|
|
2734
|
+
var ThreatModelJobTaskList = [1, n0, _TMJTL,
|
|
2735
|
+
0, () => ThreatModelJobTask$
|
|
2736
|
+
];
|
|
2737
|
+
var ThreatModelJobTaskSummaryList = [1, n0, _TMJTSL,
|
|
2738
|
+
0, () => ThreatModelJobTaskSummary$
|
|
2739
|
+
];
|
|
2740
|
+
var ThreatModelList = [1, n0, _TML,
|
|
2741
|
+
0, () => ThreatModel$
|
|
2742
|
+
];
|
|
2743
|
+
var ThreatModelSummaryList = [1, n0, _TMSL,
|
|
2744
|
+
0, () => ThreatModelSummary$
|
|
2745
|
+
];
|
|
2746
|
+
var ThreatSummaryList = [1, n0, _TSLh,
|
|
2747
|
+
0, () => ThreatSummary$
|
|
2748
|
+
];
|
|
2749
|
+
var UpdateSecurityRequirementEntryList = [1, n0, _USREL,
|
|
2750
|
+
0, () => UpdateSecurityRequirementEntry$
|
|
2751
|
+
];
|
|
1823
2752
|
var UriList = 64 | 0;
|
|
1824
2753
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
1825
2754
|
0, () => ValidationExceptionField$
|
|
@@ -1831,16 +2760,28 @@ var VpcConfigs = [1, n0, _VCp,
|
|
|
1831
2760
|
0, () => VpcConfig$
|
|
1832
2761
|
];
|
|
1833
2762
|
var TagMap = 128 | 0;
|
|
2763
|
+
const DiffSource$ = [4, n0, _DS,
|
|
2764
|
+
0,
|
|
2765
|
+
[_sUr],
|
|
2766
|
+
[0]
|
|
2767
|
+
];
|
|
2768
|
+
exports.DiffSource$ = DiffSource$;
|
|
2769
|
+
const ImportSource$ = [4, n0, _ISm,
|
|
2770
|
+
0,
|
|
2771
|
+
[_doc],
|
|
2772
|
+
[[() => SecurityRequirementArtifactList, 0]]
|
|
2773
|
+
];
|
|
2774
|
+
exports.ImportSource$ = ImportSource$;
|
|
1834
2775
|
const IntegratedResource$ = [4, n0, _IRn,
|
|
1835
2776
|
0,
|
|
1836
|
-
[_gR],
|
|
1837
|
-
[() => GitHubRepositoryResource$]
|
|
2777
|
+
[_gR, _gRi, _bR, _cDo],
|
|
2778
|
+
[() => GitHubRepositoryResource$, () => GitLabRepositoryResource$, () => BitbucketRepositoryResource$, () => ConfluenceDocumentResource$]
|
|
1838
2779
|
];
|
|
1839
2780
|
exports.IntegratedResource$ = IntegratedResource$;
|
|
1840
2781
|
const IntegratedResourceMetadata$ = [4, n0, _IRM,
|
|
1841
2782
|
0,
|
|
1842
|
-
[_gR],
|
|
1843
|
-
[() => GitHubRepositoryMetadata$]
|
|
2783
|
+
[_gR, _gRi, _bR, _cDo],
|
|
2784
|
+
[() => GitHubRepositoryMetadata$, () => GitLabRepositoryMetadata$, () => BitbucketRepositoryMetadata$, () => ConfluenceDocumentMetadata$]
|
|
1844
2785
|
];
|
|
1845
2786
|
exports.IntegratedResourceMetadata$ = IntegratedResourceMetadata$;
|
|
1846
2787
|
const IntegrationFilter$ = [4, n0, _IF,
|
|
@@ -1861,27 +2802,42 @@ const MembershipConfig$ = [4, n0, _MC,
|
|
|
1861
2802
|
[() => UserConfig$]
|
|
1862
2803
|
];
|
|
1863
2804
|
exports.MembershipConfig$ = MembershipConfig$;
|
|
2805
|
+
const PrivateConnectionMode$ = [4, n0, _PCM,
|
|
2806
|
+
0,
|
|
2807
|
+
[_sM, _sMe],
|
|
2808
|
+
[[() => ServiceManagedInput$, 0], [() => SelfManagedInput$, 0]]
|
|
2809
|
+
];
|
|
2810
|
+
exports.PrivateConnectionMode$ = PrivateConnectionMode$;
|
|
1864
2811
|
const ProviderInput$ = [4, n0, _PI,
|
|
1865
2812
|
0,
|
|
1866
|
-
[_g],
|
|
1867
|
-
[() => GitHubIntegrationInput$]
|
|
2813
|
+
[_g, _gi, _b, _confl],
|
|
2814
|
+
[() => GitHubIntegrationInput$, [() => GitLabIntegrationInput$, 0], () => BitbucketIntegrationInput$, () => ConfluenceIntegrationInput$]
|
|
1868
2815
|
];
|
|
1869
2816
|
exports.ProviderInput$ = ProviderInput$;
|
|
1870
2817
|
const ProviderResourceCapabilities$ = [4, n0, _PRC,
|
|
1871
2818
|
0,
|
|
1872
|
-
[_g],
|
|
1873
|
-
[() => GitHubResourceCapabilities$]
|
|
2819
|
+
[_g, _gi, _b, _confl],
|
|
2820
|
+
[() => GitHubResourceCapabilities$, () => GitLabResourceCapabilities$, () => BitbucketResourceCapabilities$, () => ConfluenceResourceCapabilities$]
|
|
1874
2821
|
];
|
|
1875
2822
|
exports.ProviderResourceCapabilities$ = ProviderResourceCapabilities$;
|
|
1876
2823
|
exports.AddArtifact$ = [9, n0, _AA,
|
|
1877
2824
|
{ [_h]: ["POST", "/AddArtifact", 201] }, () => AddArtifactInput$, () => AddArtifactOutput$
|
|
1878
2825
|
];
|
|
2826
|
+
exports.BatchCreateSecurityRequirements$ = [9, n0, _BCSR,
|
|
2827
|
+
{ [_h]: ["POST", "/BatchCreateSecurityRequirements", 201] }, () => BatchCreateSecurityRequirementsInput$, () => BatchCreateSecurityRequirementsOutput$
|
|
2828
|
+
];
|
|
1879
2829
|
exports.BatchDeleteCodeReviews$ = [9, n0, _BDCR,
|
|
1880
2830
|
{ [_h]: ["POST", "/BatchDeleteCodeReviews", 200] }, () => BatchDeleteCodeReviewsInput$, () => BatchDeleteCodeReviewsOutput$
|
|
1881
2831
|
];
|
|
1882
2832
|
exports.BatchDeletePentests$ = [9, n0, _BDP,
|
|
1883
2833
|
{ [_h]: ["POST", "/BatchDeletePentests", 200] }, () => BatchDeletePentestsInput$, () => BatchDeletePentestsOutput$
|
|
1884
2834
|
];
|
|
2835
|
+
exports.BatchDeleteSecurityRequirements$ = [9, n0, _BDSR,
|
|
2836
|
+
{ [_h]: ["POST", "/BatchDeleteSecurityRequirements", 200] }, () => BatchDeleteSecurityRequirementsInput$, () => BatchDeleteSecurityRequirementsOutput$
|
|
2837
|
+
];
|
|
2838
|
+
exports.BatchDeleteThreatModels$ = [9, n0, _BDTM,
|
|
2839
|
+
{ [_h]: ["POST", "/BatchDeleteThreatModels", 200] }, () => BatchDeleteThreatModelsInput$, () => BatchDeleteThreatModelsOutput$
|
|
2840
|
+
];
|
|
1885
2841
|
exports.BatchGetAgentSpaces$ = [9, n0, _BGAS,
|
|
1886
2842
|
{ [_h]: ["POST", "/BatchGetAgentSpaces", 200] }, () => BatchGetAgentSpacesInput$, () => BatchGetAgentSpacesOutput$
|
|
1887
2843
|
];
|
|
@@ -1909,9 +2865,27 @@ exports.BatchGetPentestJobTasks$ = [9, n0, _BGPJT,
|
|
|
1909
2865
|
exports.BatchGetPentests$ = [9, n0, _BGP,
|
|
1910
2866
|
{ [_h]: ["POST", "/BatchGetPentests", 200] }, () => BatchGetPentestsInput$, () => BatchGetPentestsOutput$
|
|
1911
2867
|
];
|
|
2868
|
+
exports.BatchGetSecurityRequirements$ = [9, n0, _BGSR,
|
|
2869
|
+
{ [_h]: ["POST", "/BatchGetSecurityRequirements", 200] }, () => BatchGetSecurityRequirementsInput$, () => BatchGetSecurityRequirementsOutput$
|
|
2870
|
+
];
|
|
1912
2871
|
exports.BatchGetTargetDomains$ = [9, n0, _BGTD,
|
|
1913
2872
|
{ [_h]: ["POST", "/BatchGetTargetDomains", 200] }, () => BatchGetTargetDomainsInput$, () => BatchGetTargetDomainsOutput$
|
|
1914
2873
|
];
|
|
2874
|
+
exports.BatchGetThreatModelJobs$ = [9, n0, _BGTMJ,
|
|
2875
|
+
{ [_h]: ["POST", "/BatchGetThreatModelJobs", 200] }, () => BatchGetThreatModelJobsInput$, () => BatchGetThreatModelJobsOutput$
|
|
2876
|
+
];
|
|
2877
|
+
exports.BatchGetThreatModelJobTasks$ = [9, n0, _BGTMJT,
|
|
2878
|
+
{ [_h]: ["POST", "/BatchGetThreatModelJobTasks", 200] }, () => BatchGetThreatModelJobTasksInput$, () => BatchGetThreatModelJobTasksOutput$
|
|
2879
|
+
];
|
|
2880
|
+
exports.BatchGetThreatModels$ = [9, n0, _BGTM,
|
|
2881
|
+
{ [_h]: ["POST", "/BatchGetThreatModels", 200] }, () => BatchGetThreatModelsInput$, () => BatchGetThreatModelsOutput$
|
|
2882
|
+
];
|
|
2883
|
+
exports.BatchGetThreats$ = [9, n0, _BGT,
|
|
2884
|
+
{ [_h]: ["POST", "/BatchGetThreats", 200] }, () => BatchGetThreatsInput$, () => BatchGetThreatsOutput$
|
|
2885
|
+
];
|
|
2886
|
+
exports.BatchUpdateSecurityRequirements$ = [9, n0, _BUSR,
|
|
2887
|
+
{ [_h]: ["POST", "/BatchUpdateSecurityRequirements", 200] }, () => BatchUpdateSecurityRequirementsInput$, () => BatchUpdateSecurityRequirementsOutput$
|
|
2888
|
+
];
|
|
1915
2889
|
exports.CreateAgentSpace$ = [9, n0, _CAS,
|
|
1916
2890
|
{ [_h]: ["POST", "/CreateAgentSpace", 200] }, () => CreateAgentSpaceInput$, () => CreateAgentSpaceOutput$
|
|
1917
2891
|
];
|
|
@@ -1930,9 +2904,21 @@ exports.CreateMembership$ = [9, n0, _CM,
|
|
|
1930
2904
|
exports.CreatePentest$ = [9, n0, _CP,
|
|
1931
2905
|
{ [_h]: ["POST", "/CreatePentest", 200] }, () => CreatePentestInput$, () => CreatePentestOutput$
|
|
1932
2906
|
];
|
|
2907
|
+
exports.CreatePrivateConnection$ = [9, n0, _CPC,
|
|
2908
|
+
{ [_h]: ["POST", "/CreatePrivateConnection", 201] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
|
|
2909
|
+
];
|
|
2910
|
+
exports.CreateSecurityRequirementPack$ = [9, n0, _CSRP,
|
|
2911
|
+
{ [_h]: ["POST", "/CreateSecurityRequirementPack", 201] }, () => CreateSecurityRequirementPackInput$, () => CreateSecurityRequirementPackOutput$
|
|
2912
|
+
];
|
|
1933
2913
|
exports.CreateTargetDomain$ = [9, n0, _CTD,
|
|
1934
2914
|
{ [_h]: ["POST", "/CreateTargetDomain", 200] }, () => CreateTargetDomainInput$, () => CreateTargetDomainOutput$
|
|
1935
2915
|
];
|
|
2916
|
+
exports.CreateThreat$ = [9, n0, _CT,
|
|
2917
|
+
{ [_h]: ["POST", "/CreateThreat", 200] }, () => CreateThreatInput$, () => CreateThreatOutput$
|
|
2918
|
+
];
|
|
2919
|
+
exports.CreateThreatModel$ = [9, n0, _CTM,
|
|
2920
|
+
{ [_h]: ["POST", "/CreateThreatModel", 200] }, () => CreateThreatModelInput$, () => CreateThreatModelOutput$
|
|
2921
|
+
];
|
|
1936
2922
|
exports.DeleteAgentSpace$ = [9, n0, _DAS,
|
|
1937
2923
|
{ [_h]: ["POST", "/DeleteAgentSpace", 200] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
|
|
1938
2924
|
];
|
|
@@ -1948,9 +2934,18 @@ exports.DeleteIntegration$ = [9, n0, _DIe,
|
|
|
1948
2934
|
exports.DeleteMembership$ = [9, n0, _DM,
|
|
1949
2935
|
{ [_h]: ["POST", "/DeleteMembership", 200] }, () => DeleteMembershipRequest$, () => DeleteMembershipResponse$
|
|
1950
2936
|
];
|
|
2937
|
+
exports.DeletePrivateConnection$ = [9, n0, _DPC,
|
|
2938
|
+
{ [_h]: ["POST", "/DeletePrivateConnection", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
|
|
2939
|
+
];
|
|
2940
|
+
exports.DeleteSecurityRequirementPack$ = [9, n0, _DSRP,
|
|
2941
|
+
{ [_h]: ["POST", "/DeleteSecurityRequirementPack", 200] }, () => DeleteSecurityRequirementPackInput$, () => DeleteSecurityRequirementPackOutput$
|
|
2942
|
+
];
|
|
1951
2943
|
exports.DeleteTargetDomain$ = [9, n0, _DTD,
|
|
1952
2944
|
{ [_h]: ["POST", "/DeleteTargetDomain", 200] }, () => DeleteTargetDomainInput$, () => DeleteTargetDomainOutput$
|
|
1953
2945
|
];
|
|
2946
|
+
exports.DescribePrivateConnection$ = [9, n0, _DPCe,
|
|
2947
|
+
{ [_h]: ["POST", "/DescribePrivateConnection", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
|
|
2948
|
+
];
|
|
1954
2949
|
exports.GetApplication$ = [9, n0, _GA,
|
|
1955
2950
|
{ [_h]: ["POST", "/GetApplication", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
|
|
1956
2951
|
];
|
|
@@ -1960,6 +2955,12 @@ exports.GetArtifact$ = [9, n0, _GAe,
|
|
|
1960
2955
|
exports.GetIntegration$ = [9, n0, _GI,
|
|
1961
2956
|
{ [_h]: ["POST", "/GetIntegration", 200] }, () => GetIntegrationInput$, () => GetIntegrationOutput$
|
|
1962
2957
|
];
|
|
2958
|
+
exports.GetSecurityRequirementPack$ = [9, n0, _GSRP,
|
|
2959
|
+
{ [_h]: ["POST", "/GetSecurityRequirementPack", 200] }, () => GetSecurityRequirementPackInput$, () => GetSecurityRequirementPackOutput$
|
|
2960
|
+
];
|
|
2961
|
+
exports.ImportSecurityRequirements$ = [9, n0, _ISR,
|
|
2962
|
+
{ [_h]: ["POST", "/ImportSecurityRequirements", 201] }, () => ImportSecurityRequirementsInput$, () => ImportSecurityRequirementsOutput$
|
|
2963
|
+
];
|
|
1963
2964
|
exports.InitiateProviderRegistration$ = [9, n0, _IPR,
|
|
1964
2965
|
{ [_h]: ["POST", "/oauth2/provider/register", 200] }, () => InitiateProviderRegistrationInput$, () => InitiateProviderRegistrationOutput$
|
|
1965
2966
|
];
|
|
@@ -2005,12 +3006,33 @@ exports.ListPentestJobTasks$ = [9, n0, _LPJT,
|
|
|
2005
3006
|
exports.ListPentests$ = [9, n0, _LP,
|
|
2006
3007
|
{ [_h]: ["POST", "/ListPentests", 200] }, () => ListPentestsInput$, () => ListPentestsOutput$
|
|
2007
3008
|
];
|
|
3009
|
+
exports.ListPrivateConnections$ = [9, n0, _LPC,
|
|
3010
|
+
{ [_h]: ["POST", "/ListPrivateConnections", 200] }, () => ListPrivateConnectionsInput$, () => ListPrivateConnectionsOutput$
|
|
3011
|
+
];
|
|
3012
|
+
exports.ListSecurityRequirementPacks$ = [9, n0, _LSRP,
|
|
3013
|
+
{ [_h]: ["POST", "/ListSecurityRequirementPacks", 200] }, () => ListSecurityRequirementPacksInput$, () => ListSecurityRequirementPacksOutput$
|
|
3014
|
+
];
|
|
3015
|
+
exports.ListSecurityRequirements$ = [9, n0, _LSR,
|
|
3016
|
+
{ [_h]: ["POST", "/ListSecurityRequirements", 200] }, () => ListSecurityRequirementsInput$, () => ListSecurityRequirementsOutput$
|
|
3017
|
+
];
|
|
2008
3018
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
2009
3019
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
2010
3020
|
];
|
|
2011
3021
|
exports.ListTargetDomains$ = [9, n0, _LTD,
|
|
2012
3022
|
{ [_h]: ["POST", "/ListTargetDomains", 200] }, () => ListTargetDomainsInput$, () => ListTargetDomainsOutput$
|
|
2013
3023
|
];
|
|
3024
|
+
exports.ListThreatModelJobs$ = [9, n0, _LTMJ,
|
|
3025
|
+
{ [_h]: ["POST", "/ListThreatModelJobs", 200] }, () => ListThreatModelJobsInput$, () => ListThreatModelJobsOutput$
|
|
3026
|
+
];
|
|
3027
|
+
exports.ListThreatModelJobTasks$ = [9, n0, _LTMJT,
|
|
3028
|
+
{ [_h]: ["POST", "/ListThreatModelJobTasks", 200] }, () => ListThreatModelJobTasksInput$, () => ListThreatModelJobTasksOutput$
|
|
3029
|
+
];
|
|
3030
|
+
exports.ListThreatModels$ = [9, n0, _LTM,
|
|
3031
|
+
{ [_h]: ["POST", "/ListThreatModels", 200] }, () => ListThreatModelsInput$, () => ListThreatModelsOutput$
|
|
3032
|
+
];
|
|
3033
|
+
exports.ListThreats$ = [9, n0, _LT,
|
|
3034
|
+
{ [_h]: ["POST", "/ListThreats", 200] }, () => ListThreatsInput$, () => ListThreatsOutput$
|
|
3035
|
+
];
|
|
2014
3036
|
exports.StartCodeRemediation$ = [9, n0, _SCRt,
|
|
2015
3037
|
{ [_h]: ["POST", "/StartCodeRemediation", 200] }, () => StartCodeRemediationInput$, () => StartCodeRemediationOutput$
|
|
2016
3038
|
];
|
|
@@ -2020,12 +3042,18 @@ exports.StartCodeReviewJob$ = [9, n0, _SCRJ,
|
|
|
2020
3042
|
exports.StartPentestJob$ = [9, n0, _SPJ,
|
|
2021
3043
|
{ [_h]: ["POST", "/StartPentestJob", 200] }, () => StartPentestJobInput$, () => StartPentestJobOutput$
|
|
2022
3044
|
];
|
|
3045
|
+
exports.StartThreatModelJob$ = [9, n0, _STMJ,
|
|
3046
|
+
{ [_h]: ["POST", "/StartThreatModelJob", 200] }, () => StartThreatModelJobInput$, () => StartThreatModelJobOutput$
|
|
3047
|
+
];
|
|
2023
3048
|
exports.StopCodeReviewJob$ = [9, n0, _SCRJt,
|
|
2024
3049
|
{ [_h]: ["POST", "/StopCodeReviewJob", 200] }, () => StopCodeReviewJobInput$, () => StopCodeReviewJobOutput$
|
|
2025
3050
|
];
|
|
2026
3051
|
exports.StopPentestJob$ = [9, n0, _SPJt,
|
|
2027
3052
|
{ [_h]: ["POST", "/StopPentestJob", 200] }, () => StopPentestJobInput$, () => StopPentestJobOutput$
|
|
2028
3053
|
];
|
|
3054
|
+
exports.StopThreatModelJob$ = [9, n0, _STMJt,
|
|
3055
|
+
{ [_h]: ["POST", "/StopThreatModelJob", 200] }, () => StopThreatModelJobInput$, () => StopThreatModelJobOutput$
|
|
3056
|
+
];
|
|
2029
3057
|
exports.TagResource$ = [9, n0, _TR,
|
|
2030
3058
|
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
2031
3059
|
];
|
|
@@ -2050,9 +3078,21 @@ exports.UpdateIntegratedResources$ = [9, n0, _UIR,
|
|
|
2050
3078
|
exports.UpdatePentest$ = [9, n0, _UP,
|
|
2051
3079
|
{ [_h]: ["POST", "/UpdatePentest", 200] }, () => UpdatePentestInput$, () => UpdatePentestOutput$
|
|
2052
3080
|
];
|
|
3081
|
+
exports.UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
3082
|
+
{ [_h]: ["POST", "/UpdatePrivateConnectionCertificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
|
|
3083
|
+
];
|
|
3084
|
+
exports.UpdateSecurityRequirementPack$ = [9, n0, _USRP,
|
|
3085
|
+
{ [_h]: ["POST", "/UpdateSecurityRequirementPack", 200] }, () => UpdateSecurityRequirementPackInput$, () => UpdateSecurityRequirementPackOutput$
|
|
3086
|
+
];
|
|
2053
3087
|
exports.UpdateTargetDomain$ = [9, n0, _UTD,
|
|
2054
3088
|
{ [_h]: ["POST", "/UpdateTargetDomain", 200] }, () => UpdateTargetDomainInput$, () => UpdateTargetDomainOutput$
|
|
2055
3089
|
];
|
|
3090
|
+
exports.UpdateThreat$ = [9, n0, _UT,
|
|
3091
|
+
{ [_h]: ["POST", "/UpdateThreat", 200] }, () => UpdateThreatInput$, () => UpdateThreatOutput$
|
|
3092
|
+
];
|
|
3093
|
+
exports.UpdateThreatModel$ = [9, n0, _UTM,
|
|
3094
|
+
{ [_h]: ["POST", "/UpdateThreatModel", 200] }, () => UpdateThreatModelInput$, () => UpdateThreatModelOutput$
|
|
3095
|
+
];
|
|
2056
3096
|
exports.VerifyTargetDomain$ = [9, n0, _VTD,
|
|
2057
3097
|
{ [_h]: ["POST", "/VerifyTargetDomain", 200] }, () => VerifyTargetDomainInput$, () => VerifyTargetDomainOutput$
|
|
2058
3098
|
];
|